answersLogoWhite

0

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.

  1. If PC1 wants to send PC3 some information, it will reference 192.168.1.3 through the router.
  2. If PC2 wants to send PC6 something, its IP address (192.168.1.2) is masked by the router, and instead the router's IP is used (216.27.61.137).
  3. If PC6 wants to send PC5 anything, PC6 uses its own IP (217.47.63.149), and sends the information to the router (216.27.61.137). It also references PC5 inside that: 192.168.1.5.
  4. If a hacker comes along, they try to hack PC 1.They can't, because they don't know where it is in the network (192.168.1.1)!
  5. If the hacker tries to hack PC6, he knows where to get it: 217.47.63.149!
User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What does NAT stand for?

NAT stands for Network Address Translation


Describe how network address translation works?

Describe how a network works


What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet?

PAT


Full form of nat?

network address translation


What is an Open Network Address Translation?

Its like a firewall


What technology is used by private network ranges that has extended the useful life of Ipv4 addressing and slowed the adoption rate of Ipv6?

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.


What are the different type of Network Address Translation?

LAN - Local Area Network MAN - METROPOLITAN area network WAN - Wide Area Network


What is Nat server?

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


What translates a private IP address to a public one?

Usually a gateway or proxy is responsible for hiding internal networks.


Are network addresses used in network routing?

An address that can only be used on the internal network


What is used to of an IPaddress from the network address separate the host address portion?

To seprate an ip address from the network address we use subnet mask that can seprate the ip address from the network address


What function does router need to provide to allow Internet access for hosts in this network?

Address Translation.