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.
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)- A10% (5)
- B2% (1)
- C2% (1)
- D81% (42)
- E6% (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.
Protocols are sets of rules, not a unit of data exchanged between OSI layers - each layer has a specific PDU type.
Raw bits are the PDU of the physical layer (Layer 1), which is below the data-link layer, not above it.
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.
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.
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
Community Discussion
No community discussion yet for this question.