A network administrator is auditing the stateful address translation table on an edge firewall configured with Port Address Translation (PAT). Which of the following statements correctly describe how PAT processes outbound traffic and manages network connections? (Select TWO)
- PAT maps multiple private IPv4 addresses to a single public IP address by dynamically assigning a unique Layer 4 source port number to each outbound session.Answer
- If two internal hosts initiate outbound traffic using identical source port numbers, the edge device modifies the outbound source port to maintain entry uniqueness in its translation table.Answer
- CPAT requires reserving a dedicated public IPv4 address from a configured pool for each active internal host for the entire duration of its network session.
- DPAT state tracking operates at Layer 2 of the OSI model by binding internal host MAC addresses directly to public IP mappings in the translation cache.
Answer
The correct statements are that PAT maps multiple private IPv4 addresses to a single public IP address using unique Layer 4 source port numbers, and that the NAT device rewrites egress source ports if two internal hosts attempt to use identical source ports.
Port Address Translation (PAT) allows thousands of internal hosts on private IP addresses to share a single public IP address by tracking sessions using unique Layer 4 TCP/UDP port numbers. If two internal hosts select the same initial ephemeral source port, the PAT gateway alters the translated outbound source port to guarantee a unique translation entry.
Step-by-Step Solution
Key Concept
Port Address Translation (PAT / NAT Overload) session tracking and port rewriting mechanisms