Chapter 4 - Data Link Layer
Chapter 4 - Data Link Layer
Full-duplex communication
• Allows both devices to simultaneously transmit and
receive on a shared medium.
• Ethernet switches operate in full-duplex mode.
Access Control Methods
Contention-based access
All nodes operating in half-duplex, competing for use of the
medium. Examples are:
• Carrier sense multiple access with collision detection
(CSMA/CD) as used on legacy bus-topology Ethernet.
• Carrier sense multiple access with collision avoidance
(CSMA/CA) as used on Wireless LANs.
Controlled access
• Deterministic access where each node has its own time on
the medium.
• Used on legacy networks such as Token Ring and ARCNET.
Contention-Based Access – CSMA/CD
CSMA/CD
• Used by legacy Ethernet LANs.
• Operates in half-duplex mode where only one device sends or
receives at a time.
• Uses a collision detection process to govern when a device
can send and what happens if multiple devices send at the
same time.
Field Description
Frame Start and Stop Identifies beginning and end of frame
Addressing Indicates source and destination nodes
Type Identifies encapsulated Layer 3 protocol
Control Identifies flow control services
Data Contains the frame payload
Error Detection Used for determine transmission errors
Layer 2 Addresses
• Also referred to as a physical address.
• Contained in the frame header.
• Used only for local delivery of a frame on the link.
• Updated by each device that forwards the frame.
LAN and WAN Frames