Match each Network Address Translation (NAT) term on the left with its corresponding definition or role on the right.
- Inside Local AddressThe private IPv4 address configured on an internal endpoint, which is not routable on the public Internet.
- Inside Global AddressThe globally unique public IPv4 address assigned by an ISP that represents an internal host to external networks.
- Outside Global AddressThe actual public IPv4 address assigned to a destination host on an external network.
- Port Address Translation (PAT)A translation method that permits multiple internal private hosts to share a single public IPv4 address using unique source port numbers.
Answer
Inside Local Address corresponds to the private IPv4 address on the local endpoint. Inside Global Address corresponds to the public IPv4 address representing an internal endpoint to external networks. Outside Global Address corresponds to the external target's public IPv4 address. Port Address Translation (PAT) corresponds to mapping multiple private hosts to a single public IP address using distinct port numbers.
Each NAT concept strictly aligns with standard networking terminology: Inside Local is the internal host's private IP, Inside Global is the internal host's public translated IP, Outside Global is the external host's public IP, and Port Address Translation (PAT) multiplexes multiple private IP addresses over a single public IP using Layer 4 port numbers.
Step-by-Step Solution
Key Concept
NAT Terminology and PAT Overload Operation