Static NAT

  • Static NAT (Network Address Translation) is the first IP address translation method you'll discover.

    In your internal network, you use private IP addresses defined by RFC 1918.
    These addresses are only valid locally and cannot be routed over the Internet.

    Static NAT Cisco diagram showing a private IP 192.168.1.5 translated to a public IP for internet access

    Figure 1 – Static NAT lets a private IP communicate with the internet using a fixed public IP

    For a private host to communicate with the outside world, it needs a public IP to communicate with devices outside your internal network.

    Answer the question below