An organization hosts an internal web server at private IP address that must be accessible to external clients on the internet using the public IP address . Inbound requests from the internet to destination port must consistently map to this internal server. Which network address translation technique should the network administrator implement on the edge firewall?
- Static Network Address Translation (Static NAT)Answer
- BPort Address Translation (PAT / NAT Overload)
- CDynamic Network Address Translation (Dynamic NAT)
- DLayer 2 MAC Address Translation
Answer
Static Network Address Translation (Static NAT) should be configured on the edge firewall.
Static NAT establishes a persistent, 1-to-1 mapping between a specific internal private IP address and an external public IP address. This enables external internet clients to consistently locate and initiate inbound traffic to an internal web server.
Step-by-Step Solution
Key Concept
Static NAT Implementation for Inbound Services