A security log server receives an incoming transmission containing a syslog message sent from a remote network gateway. As the destination host network stack processes this data unit through de-encapsulation, which transformation occurs specifically at Layer 3 immediately before payload processing is handed off to Layer 4?
- The IPv4 header is inspected and stripped, converting the Layer 3 packet into a Layer 4 UDP datagram containing source and destination port parameters.Cevap
- BThe Ethernet frame header and Frame Check Sequence (FCS) trailer are validated and stripped, converting the raw bits into a Layer 3 packet.
- CThe UDP header containing destination port 514 is inspected and stripped, delivering the unencapsulated log text payload directly to Layer 3 memory.
- DThe TCP header and sequence flags are evaluated and removed to convert the segment stream into a datagram payload for Network layer routing.
Cevap
The IPv4 header is inspected and stripped, converting the Layer 3 packet into a Layer 4 UDP datagram containing source and destination port parameters.
During inbound de-encapsulation on a receiving host, each layer inspects its corresponding control header, performs integrity and address checks, and strips its header before passing the encapsulated payload upward. At Layer 3 (Network Layer), the host inspects the IP header, verifies the IP destination address, and removes the IP header. The remaining payload is a Layer 4 PDU (a UDP datagram containing source and destination port numbers), which is passed to Layer 4 for transport processing.
Adım Adım Çözüm
Anahtar Kavram
De-encapsulation PDU Transformations across OSI Layers
Tahmini Süre:2m 0s