Match each Network Address Translation (NAT) term on the left with its correct operational description or mapping behavior on the right.
- Inside Local AddressThe private IPv4 address assigned to a host on the internal network.
- Inside Global AddressThe publicly routable IPv4 address that represents an internal host to the external network.
- Port Address Translation (PAT)A translation method that maps multiple private IP addresses to a single public IP address using unique L4 port numbers.
- Static NATA fixed 1-to-1 mapping between a specific private IP address and an assigned public IP address.
Answer
Inside Local Address matches the private IPv4 address assigned to an internal host. Inside Global Address matches the public IPv4 address representing an internal host externally. Port Address Translation (PAT) matches mapping multiple private IP addresses to a single public IP address using unique port numbers. Static NAT matches a fixed 1-to-1 mapping between a private IP address and a public IP address.
Inside Local is the private address assigned to an internal host. Inside Global is the public address that represents an internal host externally. Port Address Translation (PAT) maps multiple private IP addresses to a single public address using Layer 4 port numbers. Static NAT establishes a fixed 1-to-1 translation between a private IP address and a public IP address.
Step-by-Step Solution
Key Concept
NAT Terminology and Address Translation Types