NATs
NAT, or Network Address Translation, is a method used in IP networks to modify IP address information in packet headers as they traverse a network device such as a router or firewall. Its primary purpose is to enable multiple devices on a private network to share a single public IP address when communicating with the Internet, helping to mitigate IPv4 address exhaustion.
There are several forms of NAT. Static NAT provides a one-to-one mapping between a private address and
How NAT works: a NAT device maintains a translation table. Outbound traffic from a private host has
Private address spaces defined by RFC 1918 (such as 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16) are not routable
Advantages of NAT include address conservation and an additional layer of network isolation. Limitations include disruption