A network administrator analyzes traffic captures taken at different network segments along a multi-hop path while Host A transmits a file to Host B across a standard Layer 3 router (without NAT). Which of the following statements correctly describe how protocol headers and Data Link trailers are altered or processed during this network traversal? (Select TWO.)
- The Layer 2 Data Link frame header and trailer are stripped at the router's ingress interface and encapsulated with a new source MAC and next-hop destination MAC at the egress interface.Cevap
- The Layer 3 IP header retains the original source and destination IP addresses from Host A to Host B throughout the router traversal.Cevap
- CThe Layer 3 IPv4 packet header is completely removed by the router and replaced with a new network header specifying the router egress interface IP address as the source.
- DThe Layer 4 TCP segment header is re-encapsulated by intermediate Layer 2 switches to assign temporary port numbers for each switchport traversal.
Cevap
The correct statements are that Layer 2 frame headers and trailers are stripped and replaced at each router hop, and that Layer 3 IP headers preserve the original end-to-end IP addresses across standard routing hops.
Layer 2 framing (MAC headers and FCS trailers) operates strictly on a hop-by-hop basis, meaning a router must strip the incoming link-layer frame and construct a brand-new frame for the next segment. Simultaneously, Layer 3 logical addressing (source and destination IP addresses) remains unchanged end-to-end across standard routing hops.
Adım Adım Çözüm
Anahtar Kavram
Hop-by-Hop Data Link Encapsulation vs. End-to-End Network Address Preservation