edited by
6,240 views

2 Answers

Best answer
12 12 votes

Answer : Network Address Translation

Network Address Translation (NAT) is designed for IP address conservation..Network address translation (NAT) is the process of modifying IP address information in IP packet headers while in transit across a traffic routing device. NAT operates on a router, usually connecting two networks together, and translates the private (not globally unique) addresses in the internal network into legal addresses, before packets are forwarded to another network.

You can read more about it Here : 

http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/26704-nat-faq-00.html

selected by
0 0 votes

In IPv4, we have a shortage of addresses. There can only be $2^{32}$ different IP addresses possible, which was fine before, but now with increased reach of internet and each person having multiple devices, having $2^{32}$ unique addresses isn't enough.

NAT enables a user to have a large set of addresses internally, and one (or a few) addresses externally.

By internally and externally, we mean that a user inside a LAN or their own business space can have multiple IP addresses, which would be unique just to that network space.

These address sets are called Private addresses, and Internet has reserved it for users.

Private address sets:

  • $10.0.0.0$ to $10.255.255.255.255$
  • $172.16.0.0$ to $172.31.255.255$
  • $192.168.0.0$ to $192.168.255.255$

Any user can have these IP addresses "internally" without the permission from any Internet authority.

 

When the packets from these users are sent to "the outside world"; in the IP packet the NAT router converts the private address (not globally unique) to a globally unique one.

Option B

Answer:
Position:
Show:

Related questions

6 6 votes
2 answers 2 answers
4.1k
4.1k views
go_editor asked Jul 1, 2016
4,084 views
A mechanism or technology used in Ethernet by which two connected devices choose common transmission parameters such as speed, duplex mode and flow control is calledAutos...
5 5 votes
4 answers 4 answers
5.6k
5.6k views
go_editor asked Jul 1, 2016
5,572 views
Suppose you are browsing the world wide web using a web browser and trying to access the web servers. What is the underlying protocol and port number that are being used?...
13 13 votes
6 answers 6 answers
12.1k
12.1k views
go_editor asked Jul 1, 2016
12,139 views
Consider a $50$ kbps satellite channel with a $500$ milliseconds round trip propagation delay. If the sender wants to transmit $1000$ bit frames, how much time will it ta...
15 15 votes
5 answers 5 answers
10.6k
10.6k views
shivanisrivarshini asked Jun 27, 2016
10,597 views
An IP packet has arrived with the first $8$ bits as $0100 0010.$ Which of the following is correct?The number of hops this packet can travel is $2$The total number of byt...