A network administrator needs to publish an internal web server to the internet. The server is assigned a fixed private IPv4 address, and the organization requires a permanent, dedicated one-to-one mapping to a single public IPv4 address. Which NAT translation method should the network administrator implement?
- Static NATAnswer
- BPort Address Translation (PAT)
- CFrame Translation NAT
- DDynamic NAT
Answer
Static NAT is the correct solution because it provides a permanent, dedicated one-to-one mapping between a private IP address and a public IP address.
Static NAT configures a fixed, persistent 1-to-1 translation between an inside local private IP address and an inside global public IP address. This static mapping ensures that external users can consistently access the internal web server.
Step-by-Step Solution
Key Concept
Static NAT 1-to-1 Mapping