Explore the question in detail with explanation, related questions, and community discussions.
This layer breaks data into frames, adds error-checking information using CRC (Cyclic Redundancy Check), and confirms that each frame is correctly received. If an error is found, it can request retransmission depending on the protocol used (like HDLC or PPP).
In summary, the Data Link Layer ensures reliable communication over a single hop — between devices directly connected to each other.
Discussion
Leave a Comment