Match each Network Address Translation (NAT) implementation type on the left with its corresponding address mapping characteristic on the right.
- Static NATMaps a single private IPv4 address to a single public IPv4 address in a permanent one-to-one configuration.
- Dynamic NATMaps internal private IPv4 addresses to an available pool of public IPv4 addresses on a dynamic, first-come basis.
- Port Address Translation (PAT)Maps multiple internal private IPv4 addresses to a single public IPv4 address by utilizing unique source port numbers.
Cevap
Static NAT matches permanent one-to-one mapping; Dynamic NAT matches translation using a dynamic pool of public IP addresses; Port Address Translation (PAT) matches translation of multiple private IP addresses to a single public IP address using unique port numbers.
Static NAT creates a permanent one-to-one mapping between a single private IP and a single public IP address. Dynamic NAT uses a pool of public IP addresses assigned dynamically to internal hosts on demand. Port Address Translation (PAT) multiplexes multiple private IP addresses onto a single public IP address using unique Layer 4 source port numbers.
Adım Adım Çözüm
Anahtar Kavram
NAT and PAT Implementation Types
Tahmini Süre:1m 0s