A host computer on Subnet A transmits data to a server located on Subnet B through a Layer 3 router. As the data traverses the router to the destination network, which part of the Protocol Data Unit (PDU) is stripped and replaced with new addressing information at each hop?
- The Layer 2 frame header and trailer containing source and destination MAC addressesAnswer
- BThe Layer 3 packet header containing original source and destination IP addresses
- CThe Layer 4 segment header containing source and destination port numbers
- DThe transport protocol specification payload determining TCP or UDP transport selection
Answer
The Layer 2 frame header and trailer containing source and destination MAC addresses
When a router forwards traffic between subnets, it de-encapsulates the incoming Layer 2 frame to extract the Layer 3 IP packet. After consulting its routing table for the next hop, it re-encapsulates the intact Layer 3 packet inside a brand-new Layer 2 frame with new source and destination MAC addresses appropriate for the next physical link.
Step-by-Step Solution
Key Concept
Hop-by-hop Layer 2 re-framing during IP routing
Estimated Time:45s