Page 1
Wink Notes
B.Tech CSE — 5th Semester
Computer Networks
— Unit - 2 —
1. Introduction to the Data Link Layer
The Data Link Layer (DLL) is Layer 2 of the OSI model. Its primary function is to transform the raw transmission facility provided by the physical layer into a reliable link. It makes the physical layer appear error-free to the upper layers (Network layer).
1.1 Key Responsibilities of DLL
- Framing: Divides the stream of bits received from the network layer into manageable data units called frames.
- Physical Addressing: Adds a header to the frame to define the sender and/or receiver of the frame (MAC addresses).
- Flow Control: Implements mechanisms to prevent a fast sender from overwhelming a slow receiver.
- Error Control: Adds mechanisms to detect and retransmit damaged or lost frames.
- Access Control: Determines which device has control over the link at any given time when two or more devices are connected to the same link (MAC sublayer).