Which networking mechanism translates private internal IP addresses into…

2024

Which networking mechanism translates private internal IP addresses into public IP addresses, allowing devices on a local network to communicate with external networks while concealing internal addressing?

  1. A.

    VPN

  2. B.

    Router

  3. C.

    Proxy Server

  4. D.

    NAT

  5. E.

    Firewall

Attempted by 26 students.

Show answer & explanation

Correct answer: D

Correct answer: NAT (Network Address Translation).

NAT is the network-layer (Layer 3) mechanism that rewrites the IP-address information in packet headers, translating the private internal IP addresses used on a local network (the RFC 1918 ranges 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16) into one or more public, internet-routable IP addresses, and back again for the return traffic.

This lets many internal devices share a small number of public addresses, which conserves the limited IPv4 address space and is a major reason NAT became widespread. Because external hosts only ever see the public address of the NAT device, the internal addressing scheme stays hidden from the outside network, giving an additional measure of privacy/security.

So the single device described in the question - translating private to public IPs while concealing internal addressing - is NAT.

Explore the full course: Niacl Ao It Specialist