LOGBOOK

HELP

1 / 22
Other keys: showSpace: good1-4: rate0: skip5: flag

Question

What are the three main responsibilities of the Data Link Layer (Layer 2)?

Answer

NIC-to-NIC communication, encapsulating Layer 3 packets into frames, and error detection that rejects corrupted frames.

The Data Link Layer (Layer 2) is responsible for:

The three responsibilities of the Data Link Layer radiating from a central node

* The Data Link Layer's three jobs: NIC-to-NIC delivery, encapsulating packets into frames, and error detection. *

  1. NIC-to-NIC communications - Responsible for communications between end-device network interface cards

  2. Encapsulation - Allows upper layer protocols to access the physical layer media; encapsulates Layer 3 packets (IPv4/IPv6) into Layer 2 Frames

  3. Error detection - Performs error detection and rejects corrupted frames

Key insight: The Data Link Layer prepares network data for the physical network.

Go deeper:

or press any other key

Question

What are the two sublayers of the IEEE 802 LAN/MAN Data Link Layer and their functions?

Answer

LLC talks to the networking software above; MAC handles data encapsulation and access to the physical medium below.

The Data Link Layer consists of two sublayers:

The LLC and MAC sublayers stacked between the Network Layer and Physical Layer

* LLC faces the software above; MAC faces the medium below — both inside Layer 2. *

Sublayer Full Name Function
LLC Logical Link Control Communicates between networking software at upper layers and device hardware at lower layers
MAC Media Access Control Responsible for data encapsulation and media access control

Visual position in OSI model:

  • LLC sublayer is above MAC sublayer
  • Both sit between Network Layer (above) and Physical Layer (below)

Go deeper:

Side-by-side comparison between the OSI (left) and IEEE 802 (right) reference models
Side-by-side comparison between the OSI (left) and IEEE 802 (right) reference models
Dimawik · CC BY-SA 4.0 · Wikimedia Commons
or press any other key