Match each Network Address Translation (NAT) implementation type on the left with its corresponding address mapping behavior on the right.
- Static NATMaps a single private IP address to a single public IP address on a permanent 1:1 basis.
- Dynamic NATMaps private IP addresses to available public IP addresses from a pool on a first-come, first-served basis.
- Port Address Translation (PAT)Maps multiple private IP addresses to a single public IP address by tracking unique Layer 4 port numbers.
Cevap
Static NAT maps to the permanent 1:1 translation; Dynamic NAT maps to translation using an available pool of public IP addresses; Port Address Translation (PAT) maps to translation using unique Layer 4 port numbers on a single public IP address.
Static NAT assigns a permanent 1:1 mapping between a private and public IP. Dynamic NAT dynamically allocates a public IP address from an IP pool to a private IP host. Port Address Translation (PAT) allows multiple private IP devices to share a single public IP address by assigning unique Layer 4 source port numbers to distinct connections.
Adım Adım Çözüm
Anahtar Kavram
NAT and PAT Types and Translation Behaviors