A host operating system receives an incoming transmission containing web application traffic. As the destination network stack processes the protocol data unit (PDU) through de-encapsulation, which of the following operations occur specifically at Layer 3 (Network Layer) before the payload is passed up to Layer 4? (Select TWO.)
- The destination IP address in the packet header is verified against the receiving host's configured address.Answer
- The Protocol field within the IP header is inspected to identify which Transport layer protocol should receive the encapsulated payload.Answer
- CThe destination port number in the header is read to determine which specific application service thread should handle the data.
- DThe Frame Check Sequence (FCS) trailer is recalculated to verify bit-level integrity across the physical transmission medium.
Answer
The correct Layer 3 operations are verifying the destination IP address against the local host address and inspecting the IP header Protocol field to determine the target Layer 4 protocol handler.
During de-encapsulation at Layer 3 (Network Layer), the network stack inspects the IP header to verify that the packet's destination IP matches the host interface address. It also checks the IP header's Protocol field (such as 6 for TCP or 17 for UDP) to determine which Layer 4 protocol module should receive the stripped payload.
Step-by-Step Solution
Key Concept
Layer 3 De-encapsulation and Header Demultiplexing