A client computer on a local network prepares to transmit a web request to a remote server. Arrange the Protocol Data Units (PDUs) and data forms in the correct order as they are created during the outbound encapsulation process, from the top of the OSI model down to physical transmission.
- 1Data (User payload generated at the Application layer)
- 2Segment (Transport layer header containing port numbers is added)
- 3Packet (Network layer header containing IP addresses is added)
- 4Frame (Data Link layer header containing MAC addresses and FCS trailer are added)
- 5Bits (Physical layer converts data into binary signals for the physical medium)
Answer
The correct order of encapsulation from top to bottom is: Data, Segment, Packet, Frame, and Bits.
Outbound network transmission follows a strict top-down encapsulation sequence through the OSI layers: Application Data is encapsulated into a Transport Layer Segment, which is encapsulated into a Network Layer Packet, then into a Data Link Layer Frame, and finally converted into Physical Layer Bits for transmission.
Step-by-Step Solution
Key Concept
Top-Down Encapsulation Sequence and Protocol Data Units (PDUs)