N10-005 · Question #524
A technician needs to make a web server with a private IP address reachable from the Internet. Which of the following should the technician implement on the company firewall?
The correct answer is B. NAT. NAT (Network Address Translation) on a firewall maps a private IP address to a public IP address, making an internal server reachable from the Internet without exposing the private address directly. None of the other options perform address translation.
Question
A technician needs to make a web server with a private IP address reachable from the Internet. Which of the following should the technician implement on the company firewall?
Options
- ADOCSIS
- BNAT
- CCIDR
- DVPN
How the community answered
(34 responses)- A9% (3)
- B85% (29)
- C3% (1)
- D3% (1)
Why each option
NAT (Network Address Translation) on a firewall maps a private IP address to a public IP address, making an internal server reachable from the Internet without exposing the private address directly. None of the other options perform address translation.
DOCSIS (Data Over Cable Service Interface Specification) is a standard for cable internet service delivery - it does not perform address translation or expose internal servers.
NAT, specifically static NAT or port forwarding (also called DNAT), allows a firewall to translate incoming Internet traffic destined for a public IP address to the private IP address of the internal web server. This makes the server accessible from the Internet while preserving the private addressing scheme of the internal network.
CIDR (Classless Inter-Domain Routing) is an IP addressing and aggregation method that defines how IP address blocks are allocated - it does not perform address translation.
A VPN creates an encrypted tunnel for secure remote access but does not translate private IP addresses to make a server publicly accessible from the open Internet.
Concept tested: NAT static mapping for private server Internet access
Source: https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/26704-nat-faq-00.html
Topics
Community Discussion
No community discussion yet for this question.