A network analyst is inspecting the de-encapsulation process on a server receiving traffic for a web application. Once the Network Interface Card (NIC) strips the Layer 2 Ethernet frame header and trailer, which layer's header is processed next by the network stack, and what Protocol Data Unit (PDU) is exposed?
- The Layer 3 IP header is evaluated next, exposing an IP packet.Cevap
- BThe Layer 4 TCP header is evaluated next, exposing a TCP segment.
- CThe Layer 4 UDP header is evaluated next, exposing a UDP datagram.
- DThe Layer 7 HTTP header is evaluated next, exposing application data.
Cevap
The Layer 3 IP header is evaluated next, exposing an IP packet.
During inbound de-encapsulation, protocol headers are stripped in bottom-up order (Layer 2 → Layer 3 → Layer 4 → Layer 7). Once the Layer 2 Ethernet frame header and trailer are removed, the operating system processes the Layer 3 IP header and handles the enclosed IP packet.
Adım Adım Çözüm
Anahtar Kavram
OSI De-encapsulation Sequence and PDU Layers
Tahmini Süre:1m 0s