200-301 · Question #771
Which technology allows a large number of private IP addresses to be represented by a smaller number of public IP addresses?
The correct answer is A. NAT. Network Address Translation (NAT) allows multiple devices with private IP addresses to share a smaller pool of public IP addresses for internet access.
Question
Which technology allows a large number of private IP addresses to be represented by a smaller number of public IP addresses?
Options
- ANAT
- BNTP
- CRFC 1631
- DRFC 1918
How the community answered
(24 responses)- A96% (23)
- D4% (1)
Why each option
Network Address Translation (NAT) allows multiple devices with private IP addresses to share a smaller pool of public IP addresses for internet access.
Network Address Translation (NAT) is the technology designed to translate private IP addresses used within a local network to public IP addresses for communication over the internet, thereby conserving public IP address space. Specifically, NAT Overload (PAT) maps many private IPs to a single public IP using different port numbers.
NTP (Network Time Protocol) is used for synchronizing clocks over a computer network, not for IP address translation.
RFC 1631 is an informational RFC that describes the IP Network Address Translator (NAT) functionality, but NAT itself is the technology.
RFC 1918 defines the private IP address ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), not the technology for translating them.
Concept tested: Network Address Translation (NAT) purpose
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/xe-3s/nat-xe-3s-book/ipnat-cfg-nat-ovrld-fr.html
Topics
Community Discussion
No community discussion yet for this question.