During the outbound encapsulation process on a host system, application data is passed down the protocol stack. At the Transport layer (Layer 4), a TCP header containing source and destination port numbers is attached to the data payload. Which Protocol Data Unit (PDU) is generated at this specific layer?
- SegmentAnswer
- BPacket
- CFrame
- DBit stream
Answer
Segment
The correct answer is Segment. When data moves down to Layer 4 (Transport layer) during encapsulation, a header containing control information—such as TCP source/destination port numbers and sequence numbers—is added to the data payload, forming a Segment.
Step-by-Step Solution
Key Concept
OSI Protocol Data Unit (PDU) Encapsulation Terminology
Estimated Time:45s