nerdexam
GIAC

GCIA · Question #12

Which of the following units of data does the data-link layer send from the network layer to the physical layer of the OSI model?

The correct answer is D. Data frames. The data-link layer (Layer 2) of the OSI model encapsulates data from the network layer into data frames before passing them to the physical layer for transmission.

Advanced Incident Response & Digital Forensics Fundamentals

Question

Which of the following units of data does the data-link layer send from the network layer to the physical layer of the OSI model?

Options

  • AProtocols
  • BRaw bits
  • CData packets
  • DData frames
  • EData segments

How the community answered

(52 responses)
  • A
    10% (5)
  • B
    2% (1)
  • C
    2% (1)
  • D
    81% (42)
  • E
    6% (3)

Why each option

The data-link layer (Layer 2) of the OSI model encapsulates data from the network layer into data frames before passing them to the physical layer for transmission.

AProtocols

Protocols are sets of rules, not a unit of data exchanged between OSI layers - each layer has a specific PDU type.

BRaw bits

Raw bits are the PDU of the physical layer (Layer 1), which is below the data-link layer, not above it.

CData packets

Data packets are the PDU of the network layer (Layer 3), which is the layer above the data-link layer that hands data down to it.

DData framesCorrect

The data-link layer's protocol data unit (PDU) is the frame. It receives packets from the network layer, encapsulates them by adding a header containing MAC addresses and a trailer for error detection (such as CRC), forming a frame. This frame is then passed to the physical layer, which converts it to raw bits for transmission over the physical medium.

EData segments

Data segments are the PDU of the transport layer (Layer 4), two layers above the data-link layer in the OSI model.

Concept tested: OSI model layer PDUs and data encapsulation process

Source: https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13769-5.html

Topics

#OSI model#data-link layer#data frames#network layers

Community Discussion

No community discussion yet for this question.

Full GCIA Practice