A packet capture utility running on a web server records an incoming frame during an active TCP session. As the operating system network stack processes this frame during inbound de-encapsulation, which sequence accurately details the order of header removal and identifies the exact Protocol Data Unit (PDU) passed directly from Network layer (Layer 3) processing up to Transport layer (Layer 4) processing?
- The Ethernet frame header and trailer are removed at Layer 2, delivering an IP packet payload to Layer 3; Layer 3 then validates and strips the IP header, delivering a TCP segment to Layer 4.Cevap
- BThe Ethernet frame header is removed at Layer 2, delivering a TCP segment directly to Layer 3; Layer 3 then strips the IP header and delivers a packet to Layer 4.
- CThe IP header is removed at Layer 2, delivering an Ethernet frame to Layer 3; Layer 3 then strips the TCP header and delivers a UDP datagram to Layer 4.
- DThe Ethernet frame header and trailer are removed at Layer 2, delivering an IP packet payload to Layer 3; Layer 3 then strips the IP header and delivers a raw frame payload to Layer 4.
Cevap
The Ethernet frame header and trailer are removed at Layer 2, delivering an IP packet payload to Layer 3; Layer 3 then validates and strips the IP header, delivering a TCP segment to Layer 4.
During inbound de-encapsulation, headers are stripped sequentially from lower layers to higher layers. The host NIC operates at Layer 2, checking the Frame Check Sequence (FCS) trailer and stripping the Ethernet header/trailer. The remaining payload is an IP packet, which is handed to Layer 3. The Network layer validates IP protocol information, strips the IP header, and passes the contained TCP segment up to Layer 4 for port processing.
Adım Adım Çözüm
Anahtar Kavram
Inbound De-encapsulation and Layered PDU Terminology
Tahmini Süre:1m 30s