Top Banner
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1 OSI Data Link Layer Network Fundamentals – Chapter 7
24

Chapter 7 CCNA Networking Fundamentals

Nov 08, 2014

Download

Documents

sivaganesh1903

Powerpoint to Chapter 7 Networking Fundamentals, in depth
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 7 CCNA Networking Fundamentals

© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1

OSI Data Link Layer

Network Fundamentals – Chapter 7

Page 2: Chapter 7 CCNA Networking Fundamentals

2© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Objectives Explain the role of Data Link layer protocols in data transmission.

Describe how the Data Link layer prepares data for transmission on network media.

Describe the different types of media access control methods.

Identify several common logical network topologies and describe how the logical topology determines the media access control method for that network.

Explain the purpose of encapsulating packets into frames to facilitate media access.

Describe the Layer 2 frame structure and identify generic fields.

Explain the role of key frame header and trailer fields including addressing, QoS, type of protocol and Frame Check Sequence.

Page 3: Chapter 7 CCNA Networking Fundamentals

3© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Data Link Layer – Accessing the Media The Data Link layer performs two basic services:

Allows the upper layers to access the media using techniques such as framing

Controls how data is placed onto the media and is received from the media using techniques such as media access control and error detection

The terms specific to this layer: Frame - The Data Link layer PDUNode - Network devices connected to a common medium

Media/medium - The physical means for the transfer of information between two nodes

Network - Two or more nodes connected to a common medium

Page 4: Chapter 7 CCNA Networking Fundamentals

4© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Data Link Layer – Accessing the Media At each hop, an intermediary device - usually a router

accepts frames from a mediumdecapsulates the frameforwards the packet in a new frame appropriate to the medium of that segment

Page 5: Chapter 7 CCNA Networking Fundamentals

5© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Data Link Layer – Accessing the Media The Data Link layer prepares a packet for transport across the local

media by encapsulating it with a header and a trailer to create a frame.

The Data Link layer frame includes:Data - The packet from the Network layerHeader - Contains control information, such as addressing, and is located at the beginning of the PDU

Trailer - Contains control information added to the end of the PDU

Control information:Which nodes are in communication with each otherWhen communication between individual nodes begins and when it endsWhich errors occurred while the nodes communicatedWhich nodes will communicate next

Page 6: Chapter 7 CCNA Networking Fundamentals

6© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Data Link Layer – Accessing the Media Logical Link Control

(LLC) places information in the frame that identifies which Network layer protocol is being used for the frame.

Media Access Control (MAC) provides Data Link layer addressing and delimiting of data according to the physical signaling requirements of the medium and the type of Data Link layer protocol in use.

Page 7: Chapter 7 CCNA Networking Fundamentals

7© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Data Link Layer – Accessing the Media Data Link layer processes occur both in software and hardware.

Page 8: Chapter 7 CCNA Networking Fundamentals

8© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Techniques Regulating the placement of data frames onto the media is known as

media access control.

Media access control is the equivalent of traffic rules.

Protocols at the Data Link layer define the rules for access to different media.

The method of media access control used depends on:

Media sharing - If and how the nodes share the mediaTopology - How the connection between the nodes appears to the Data Link layer

Page 9: Chapter 7 CCNA Networking Fundamentals

9© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Techniques There are two basic media access control methods:

Controlled - Each node has its own time to use the medium Known as scheduled access or deterministic

Contention-based - All nodes compete for the use of the mediumAlso referred to as non-deterministicCSMA/Collision Detection (CSMA/CD)CSMA/Collision Avoidance (CSMA/CA)

Page 10: Chapter 7 CCNA Networking Fundamentals

10© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Techniques Half-duplex communication

devices can transmit and receive but cannot do so simultaneously

Full-duplex communicationdevices can transmit and receive at the same time

Page 11: Chapter 7 CCNA Networking Fundamentals

11© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Techniques The physical topology is an arrangement of the nodes and the

physical connections between them.

A logical topology is the way a network transfers frames from one node to the next.

Page 12: Chapter 7 CCNA Networking Fundamentals

12© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Techniques Point-to-Point - The source and destination may be indirectly

connected to each other over some geographical distance.The logical connection between nodes forms a virtual circuit

A virtual circuit is a logical connection created within a network between two network devices.

Page 13: Chapter 7 CCNA Networking Fundamentals

13© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Techniques Multi-Access - Data from only one node can be placed on the

medium at any one time.

Every node sees all the frames that are on the medium.

Only the node to which the frame is addressed processes the contents of the frame.

Page 14: Chapter 7 CCNA Networking Fundamentals

14© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Techniques Nodes in a logical ring topology

remove the frame from the ringexamine the addressif it is not addressed for that node it will send it on around the ringif it is addressed for that node it will process the frame

In a ring, all nodes, between the source and destination node examines the frame.

The Data Link layer sees a logical ring topology.

The actual physical cabling topology could be another topology.

Page 15: Chapter 7 CCNA Networking Fundamentals

15© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Media Access Control Addressing and Framing Data Data Link layer frames, each frame type has three basic parts:

HeaderData (Layer 3 PDU)Trailer

Page 16: Chapter 7 CCNA Networking Fundamentals

16© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Typical frame header fields include:Start Frame field - Indicates the beginning of the frameSource and Destination address fields - Indicates the source and destination nodes on the media

Priority/Quality of Service field - Indicates a particular type of communication service for processing

Type field - Indicates the upper layer service contained in the frameLogical connection control field - Used to establish a logical connection between nodes

Physical link control field - Used to establish the media link Flow control field - Used to start and stop traffic over the mediaCongestion control field - Indicates congestion in the media

Media Access Control Addressing and Framing Data

Page 17: Chapter 7 CCNA Networking Fundamentals

17© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

The Data Link layer address is only used for local delivery

Point-to-point topologies, with just two interconnected nodes, do not require addressing.

Because ring and multi-access topologies can connect many nodes on a common medium, addressing is required for these typologies.

Media Access Control Addressing and Framing Data

Page 18: Chapter 7 CCNA Networking Fundamentals

18© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

The trailer is used to determine if the frame arrived without error. This process is called error detection. This is different from error correction.

The Frame Check Sequence (FCS) field is used to determine if errors occurred in the transmission and reception of the frame.

The transmitting node creates a logical summary of the contents of the frame called the cyclic redundancy check (CRC) value.

The receiving node calculates its own logical summary, or CRC, of the frame.

The receiving node compares the two CRC values. If the two values are the same, the frame is considered good. If the two values are different the frame is discarded.

Media Access Control Addressing and Framing Data

Page 19: Chapter 7 CCNA Networking Fundamentals

19© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Layer 2 Protocols: Ethernet Point-to-Point Protocol (PPP) High-Level Data Link Control (HDLC)Frame Relay Asynchronous Transfer Mode (ATM)

The Layer 2 protocol used for a particular network topology is determined by the technology used to implement that topology.

Media Access Control Addressing and Framing Data

Page 20: Chapter 7 CCNA Networking Fundamentals

20© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Ethernet is a family of networking technologies that are defined in the IEEE 802.2 and 802.3 standards.

Ethernet standards define Layer 2 protocols and Layer 1 technologies.

Ethernet is the most widely used LAN technology and supports data bandwidths of 10, 100, 1000, or 10,000 Mbps.

Ethernet provides unacknowledged connectionless service over a shared media using CSMA/CD.

Ethernet II is the Ethernet frame format used in TCP/IP networks.

Media Access Control Addressing and Framing Data

Page 21: Chapter 7 CCNA Networking Fundamentals

21© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Point-to-Point Protocol (PPP) was developed as a WAN protocol and remains the protocol of choice to implement many serial WANs.

PPP can be used on twisted pair, fiber optic lines, and satellite transmission, as well as for virtual connections.

PPP establishes logical connections, called sessions, between two nodes.

PPP allows the two nodes to negotiate authentication, compression, and multilink (the use of multiple physical connections).

Media Access Control Addressing and Framing Data

Page 22: Chapter 7 CCNA Networking Fundamentals

22© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

The Standard IEEE 802.11, commonly referred to as Wi-Fi, is an extension of the IEEE 802 standards.

802.11 is a contention-based system using a Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA).

Other services supported by 802.11 are authentication, association (connectivity to a wireless device), and privacy (encryption).

Media Access Control Addressing and Framing Data

Page 23: Chapter 7 CCNA Networking Fundamentals

23© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

802.11 frame fields:Protocol Version field - Version of 802.11 frame in useType and Subtype fields - Identifies functions and sub functions: control, data, and managementTo DS field - Set to 1 in data frames destined for the distribution system (devices in the wireless structure)From DS field - Set to 1 in data frames exiting the distribution systemMore Fragments field - Set to 1 for frames that have another fragment Retry field - Set to 1 if the frame is a retransmission of an earlier framePower Management field - Set to 1 to indicate that a node will be in power-save modeMore Data field - Set to 1 indicates more frames are buffered for a node in power-save modeWired Equivalent Privacy (WEP) field - Set to 1 if the frame contains WEP encrypted information (security)Order field - Set to 1 in a data type frame that uses Strictly Ordered service class (does not need reordering)Duration/ID field - Depending on the type of frame, represents either the time, in microseconds, required to transmit the

frame or an association identity (AID) for the station that transmitted the frameDestination Address (DA) field - MAC address of the final destination node in the networkSource Address (SA) field - MAC address of the node the initiated the frameReceiver Address (RA) field - MAC address that identifies the wireless device that is the immediate recipient of the frameTransmitter Address (TA) field - MAC address that identifies the wireless device that transmitted the frameSequence Number field - Indicates the sequence number assigned to the frameFragment Number field - Indicates the number for each fragment of a frameFrame Body field - Contains the information being transported; for data frames, typically an IP packetFCS field - Contains a 32-bit cyclic redundancy check (CRC) of the frame

Page 24: Chapter 7 CCNA Networking Fundamentals

24© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

Assignments

All of the Study Guide part of your Labs and Study Guide text.

Skip: Lab 7-1: Frame Examination

Skills Integration Challenge: Data Link Layer Issues