Arrange the following Protocol Data Units (PDUs) in the correct sequential order as data moves down the Open Systems Interconnection (OSI) model during the encapsulation process, starting from the application layer down to the physical transmission medium.
- 1Data (Application, Presentation, and Session layers)
- 2Segment (Transport layer)
- 3Packet (Network layer)
- 4Frame (Data Link layer)
- 5Bits (Physical layer)
Answer
The correct encapsulation sequence from top to bottom is: Data → Segment → Packet → Frame → Bits.
During encapsulation, data moves down the OSI model from Layer 7 to Layer 1. The PDU sequence is Data at the upper layers (Application, Presentation, Session), Segment at the Transport layer (Layer 4), Packet at the Network layer (Layer 3), Frame at the Data Link layer (Layer 2), and Bits at the Physical layer (Layer 1).
Step-by-Step Solution
Key Concept
OSI Model Data Encapsulation and PDU Sequence