A workstation user initiates a connection to a remote network resource. As the outgoing data travels down the local OSI stack, it transitions from the Application layer to the Transport layer (Layer 4). Which Protocol Data Unit (PDU) is constructed at Layer 4, and what primary header information is appended during this encapsulation step?
- A Segment (or Datagram), with source and destination port numbers added to the header.Answer
- BA Packet, with source and destination IP addresses added to the header.
- CA Frame, with source and destination MAC addresses added to the header.
- DA Segment, with hardware MAC addresses and IP protocol identifiers added to the header.
Answer
At the Transport layer (Layer 4), data is encapsulated into a Segment (or Datagram) by appending a header containing source and destination port numbers.
During outbound encapsulation, when data moves down to the Transport layer (Layer 4), the operating system protocol stack wraps the payload into a Segment (when using TCP) or a Datagram (when using UDP). This process attaches a Layer 4 header containing source and destination port numbers to direct traffic to the correct application process on the receiving endpoint.
Step-by-Step Solution
Key Concept
OSI Layer 4 Transport Encapsulation and PDU Identification