A workstation application generates data to be sent across a network. In what order are the protocol data units (PDUs) created during the outbound encapsulation process, from the first unit formed at the top of the stack to the final unit prepared for network media transmission?
- 1Data (Application Payload)
- 2Segment / Datagram (Transport Layer PDU)
- 3Packet (Network Layer PDU)
- 4Frame (Data Link Layer PDU)
Answer
The correct order of outbound PDU encapsulation from top to bottom is: Data, Segment, Packet, and Frame.
Outbound encapsulation flows from the top layer down through the OSI stack: Data (Layers 5-7) is encapsulated into a Segment at Layer 4, which is encapsulated into a Packet at Layer 3, and finally wrapped into a Frame at Layer 2 before physical transmission.
Step-by-Step Solution
Key Concept
Outbound Encapsulation Sequence and Protocol Data Unit (PDU) Terminology
Estimated Time:45s