DEV Community

Yashpal Patel
Yashpal Patel

Posted on

🌐 Layer 2: Data Link Layer (OSI Model)

🌐 Layer 2: Data Link Layer (OSI Model)

How does data move reliably between two directly connected nodes without errors? Through the Data Link Layer.

Here are the key points:
🔹 1. What is it?
The 2nd layer of the OSI model. It ensures error-free node-to-node delivery of data sitting right above the Physical Layer.
🔹 2. Core Functions
Framing: Breaks raw binary bits into manageable chunks called "Frames".
Physical Addressing: Uses MAC Addresses to ensure data goes to the correct hardware device.
Error Control: Detects corrupted data and requests retransmission.
Flow Control: Manages data transmission speed between fast and slow devices.
🔹 3. Sublayers & Hardware
Divided into LLC (Logical Link Control) and MAC (Medium Access Control).
Works primarily with Network Switches and Bridges.

🚀 Just like a courier service labels packages with precise tracking details and checks for damage, the Data Link Layer ensures your digital frames arrive safely!
👇 Do you know what your device's MAC address is used for? Let me know!

CyberSecurity #Networking #OSIModel #DataLinkLayer #TechLearning #InformationSecurity

Top comments (0)