Which TWO statements are correct regarding Protocol Data Units (PDUs) and data encapsulation in the OSI model?
The Transport layer adds a TCP header (or UDP header) to the data from upper layers, creating a segment (or datagram). This is a correct description of encapsulation.
Why this answer
Option B is correct because at the Transport layer, the TCP protocol adds a TCP header to the payload data, forming a segment. This encapsulation process is fundamental to reliable data delivery, as the TCP header includes source and destination ports, sequence numbers, and acknowledgment numbers for connection-oriented communication.
Exam trap
Cisco often tests the direction of encapsulation (down the stack) versus de-encapsulation (up the stack), and the specific PDU names at each layer, to catch candidates who confuse these fundamental concepts.
Why the other options are wrong
This statement incorrectly identifies the Transport layer PDU; it is actually a segment or datagram, while a frame is at Layer 2.
Bits are created at the Physical layer, not the Data Link layer; the Data Link layer creates frames.
This describes decapsulation, not encapsulation. Encapsulation occurs when moving down the OSI model stack.