|
|
1.1 | Scaling Networks with NAT and PAT | ||
| 1.1.3 | Major NAT and PAT features |
|
NAT translations can be used for a variety of purposes and can be
either dynamically or statically assigned. Static NAT is designed to
allow one-to-one mapping of local and global addresses. This is
particularly useful for hosts which must have a consistent address
that is accessible from the Internet. Such hosts may be enterprise
servers or networking devices. Dynamic NAT is designed to map a
private IP address to a public address. Any IP address from a pool of
public IP addresses is assigned to a network host. Overloading, or
Port Address Translation (PAT), maps multiple private IP addresses to
a single public IP address. Multiple addresses can be mapped to a
single address because each private address is tracked by a port
number.
PAT uses
unique source port numbers on the inside global IP address to
distinguish between translations.
NAT offers the following benefits:
|