A network engineer is setting up an edge router for a small office with only a single public IPv4 address assigned to its WAN interface. The office contains 40 internal hosts on the subnet that require outbound internet connectivity. Simultaneously, an internal web server at must be reachable from external clients on HTTPS port . Which of the following address translation strategies correctly satisfies both requirements using the single WAN IPv4 address?
- Implement Port Address Translation (PAT) for the internal host subnet while configuring a static port redirection (Port Forwarding) entry for port to target internal address .Cevap
- BAssign a 1:1 Static NAT mapping to the internal web server and configure Dynamic NAT without overload for the remaining 40 internal workstations.
- CConfigure Layer 2 MAC Address Translation to bridge the internal web server to the WAN interface while running Static NAT on destination port for workstation internet access.
- DDeploy Port Address Translation (PAT) restricted strictly to Layer 3 IP headers, translating destination port to direct external HTTPS connections to the internal server.
Cevap
Implement Port Address Translation (PAT) for the internal subnet alongside static port forwarding for port 443 to host 192.168.1.50.
Port Address Translation (PAT), also known as NAT Overload, enables multiple private IP hosts to share a single public IPv4 address by mapping outbound connections to distinct Layer 4 source ports. To allow external traffic to initiate a connection inward to a specific internal server using that same shared public IP, static port forwarding must be configured for the specific service port (HTTPS port 443).
Adım Adım Çözüm
Anahtar Kavram
Port Address Translation (PAT) and Static Port Forwarding
Tahmini Süre:1m 15s