The main use is for an entire network to share a single public IP address - or a small set of public IP addresses. The computers in the network would typically use private addresses, as defined in RFC 1918 - for example, IP addresses that have "10" in the first byte.
Example -
There is a network of 5 computers:
PC1 (192.168.1.1), PC2 (...1.2), PC3 (...1.3), PC4 (...1.4), PC5 (...1.5)
Connected to a router:
ROUTER (216.27.61.137)
Which is connected to the internet:
INTERNET
Which has other computers on it.
PC6 (217.47.63.149) - This computer does not have NAT because there is no router.
NAT stands for Network Address Translation
Describe how a network works
PAT
network address translation
Its like a firewall
The technology is used by private network ranges that has extended the useful life of Ipv4 addressing and slowed the adoption rate of Ipv6 is NAT . NAT is short for network address translation. NAT provides mapping between private and universal addresses.
LAN - Local Area Network MAN - METROPOLITAN area network WAN - Wide Area Network
NAT: Network Address Translation Nat is used to deal with public and private address. most of addresses that we have is private and you must use public address in the internet , so NAT server do this job and make address conversion
Usually a gateway or proxy is responsible for hiding internal networks.
An address that can only be used on the internal network
To seprate an ip address from the network address we use subnet mask that can seprate the ip address from the network address
Address Translation.