PCCET · Question #39
During the OSI layer 3 step of the encapsulation process, what is the Protocol Data Unit (PDU) called when the IP stack adds source (sender) and destination (receiver) IP addresses?
The correct answer is C. Packet. In the OSI model encapsulation process, each layer wraps data in its own Protocol Data Unit (PDU). At Layer 3 (Network layer), the IP stack adds source and destination IP addresses to the data - the resulting PDU is called a Packet. At Layer 2 (Data Link), the PDU is a Frame (MAC
Question
During the OSI layer 3 step of the encapsulation process, what is the Protocol Data Unit (PDU) called when the IP stack adds source (sender) and destination (receiver) IP addresses?
Options
- AFrame
- BSegment
- CPacket
- DData
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C86% (24)
- D4% (1)
Explanation
In the OSI model encapsulation process, each layer wraps data in its own Protocol Data Unit (PDU). At Layer 3 (Network layer), the IP stack adds source and destination IP addresses to the data - the resulting PDU is called a Packet. At Layer 2 (Data Link), the PDU is a Frame (MAC addresses are added). At Layer 4 (Transport), the PDU is a Segment (for TCP) or Datagram (for UDP). 'Data' refers to the PDU at Layers 5–7 (Application, Presentation, Session). Remembering the PDU names by layer is a fundamental networking concept.
Topics
Community Discussion
No community discussion yet for this question.