A network engineer is configuring network address translation on an enterprise edge firewall with a public IPv4 allocation of . The network architecture requires an internal database management server () to accept persistent inbound management connections from authorized external partners while concealing its internal address. Simultaneously, 350 internal user workstations on the subnet require outbound internet access. Which address translation configuration strategy correctly satisfies all connectivity and access requirements while optimizing public IP address consumption?
- Configure a Static NAT mapping for to public IP , and configure PAT (NAT Overload) using for the workstation subnet.Answer
- BConfigure a Dynamic NAT pool containing IPs through shared dynamically among all internal hosts and the database server on a first-come, first-served basis.
- CConfigure Static NAT for the entire subnet by binding Layer 2 MAC addresses to distinct port numbers on the public IP .
- DConfigure PAT (NAT Overload) for the database server and configure Static NAT for all 350 workstations using the public IP .
Answer
Configure a Static NAT mapping for the database server to a dedicated public IP address, and configure PAT (NAT Overload) for the workstation subnet using a separate public IP address.
Static NAT provides a persistent, bidirectional one-to-one translation between a private IP address and a public IP address, allowing external hosts to initiate inbound connections to internal resources such as servers. PAT (NAT Overload) allows multiple internal hosts to share a single public IP address by mapping internal IP addresses and source port numbers to unique port numbers on the public IP, effectively optimizing IP address utilization for large workstation subnets.
Step-by-Step Solution
Key Concept
NAT and PAT Implementation Types (Static NAT vs PAT/Overload)
Estimated Time:1m 30s