Data Link Layer in OSI Model (original) (raw)

Last Updated : 19 Sep, 2025

The data link layer is the second layer from the bottom in the OSI (Open System Interconnection) network architecture model.

30

Data Link Layer in OSI Model

The data link layer is further divided into two sub-layers, which are as follows:

  1. **Logical Link Control (LLC): This sublayer of the data link layer deals with multiplexing, the flow of data among applications and other services, and LLC is responsible for providing error messages and acknowledgments as well.
  2. **Media Access Control (MAC): MAC sublayer manages the device's interaction, responsible for addressing frames, and also controls physical media access. The data link layer receives the information in the form of packets from the Network layer, it divides packets into frames and sends those frames bit-by-bit to the underlying physical layer.

Read more about Data Link Layer Services.

There are various protocols in the data link layer, which are as follows:

All these devices rely on MAC addresses for efficient frame delivery and play a crucial role in local network communication and access control.

Network_devices

Devices at Data Link Layer

1. Switch

2. Bridge

3. Network Interface Card (NIC)

4. Wireless Access Point (WAP)

5. Layer 2 Switches

**Note: The Data Link Layer can be targeted by attacks like MAC spoofing or ARP poisoning. Understanding how devices and frames operate at this layer helps detect and mitigate such threats.