A network administrator is evaluating Network Address Translation options for a small remote office where 50 internal devices with private IPv4 addresses need simultaneous internet access using only one assigned public IPv4 address. Which of the following statements accurately describe how Port Address Translation (PAT) fulfills this requirement? (Select TWO.)
- PAT tracks individual outbound client connections by appending unique Layer 4 source port numbers to the shared public IP address.Answer
- PAT modifies both the source IP address and the source port number in outbound IPv4 packet headers.Answer
- CPAT requires a dedicated, static one-to-one mapping between each internal private IP address and a unique public IP address.
- DPAT operates exclusively at Layer 2 of the OSI model by rewriting Ethernet frame MAC addresses.
Answer
Port Address Translation (PAT) tracks outbound sessions by appending unique Layer 4 source port numbers to the single public IP address, modifying both the source IP address and source port number in outbound packet headers.
Port Address Translation (PAT) allows multiple private IPv4 hosts to share a single public IPv4 address simultaneously by translating both the source IP address (Layer 3) and source port number (Layer 4) for outbound packets, using distinct port numbers to track return traffic for each host.
Step-by-Step Solution
Key Concept
Port Address Translation (PAT / NAT Overload)