A network engineer is troubleshooting an outbound connectivity issue at a branch office where 500 workstations on the internal network access external services through a router configured with Port Address Translation (PAT) on a single public IP address (). Users report that while standard web traffic functions without issue, a legacy proprietary monitoring application that transmits raw IP packets (using custom IP protocol 99 without TCP/UDP transport headers or unique layer-4 session identifiers) allows only one internal host at a time to communicate with a remote server. Which of the following best explains why PAT fails to multiplex multiple simultaneous connections for this application?
- PAT relies on Layer 4 transport headers or protocol-specific multiplexing identifiers to track distinct flows over a single public IP address, which raw IP protocol 99 traffic lacks.Answer
- BThe router must be configured with Static NAT for the entire subnet so that all internal workstations can map to the single public IP address simultaneously without port translation.
- CPAT restricts outbound traffic to standard well-known destination ports below 1024, causing packets with unassigned protocol numbers to be discarded at Layer 3.
- DPAT translates Layer 2 MAC addresses within the Ethernet frame header, which prevents non-TCP payload frames from being reassembled at the default gateway.
Answer
PAT relies on Layer 4 transport headers or protocol-specific multiplexing identifiers to track distinct flows over a single public IP address, which raw IP protocol 99 traffic lacks.
Port Address Translation (PAT) requires Layer 4 information—specifically TCP or UDP port numbers—to track and differentiate multiple internal hosts sharing a single public IP address. Protocols that run directly over IP without TCP/UDP transport headers or built-in session identifiers (such as ICMP Query IDs) cannot be multiplexed by PAT across multiple internal hosts targeting the same external destination server.
Step-by-Step Solution
Key Concept
PAT Layer 4 Multiplexing Requirements and Transport Protocol Translation Limits
Estimated Time:2m 0s