A host computer initiates a file transfer and passes data down the OSI model stack for network transmission. Which of the following sequences correctly lists the Protocol Data Units (PDUs) generated during this outbound encapsulation process in order from the highest layer to the lowest layer?
- Data, Segment, Packet, Frame, BitsCevap
- BData, Packet, Segment, Frame, Bits
- CBits, Frame, Packet, Segment, Data
- DData, Segment, Frame, Packet, Bits
Cevap
The correct sequence of Protocol Data Units (PDUs) during outbound encapsulation from highest layer to lowest layer is Data, Segment, Packet, Frame, and Bits.
Outbound encapsulation processes data top-down through the protocol stack. The Application, Presentation, and Session layers manage Data. The Transport layer encapsulates this into Segments (or UDP datagrams). The Network layer encapsulates segments into Packets with logical IP addresses. The Data Link layer encapsulates packets into Frames with physical MAC addresses. Finally, the Physical layer converts frames into Bits for transmission over the network medium.
Adım Adım Çözüm
Anahtar Kavram
OSI Layer Encapsulation Order and PDU Terminology