Showing posts with label What is NAT(Network Address Translation). Show all posts
Showing posts with label What is NAT(Network Address Translation). Show all posts

Tuesday, 24 September 2013

 What is NAT(Network Address Translation)?


NAT(Network Address Translation)

NAT

In computer networking, Network Address Translation (NAT) is the process of modifying IP address information in IPv4 headers while in transit across a traffic routing device.

Static NAT

(stat´ik nat) (n.) A type of NAT in which a private IP address is mapped to a public IP address, where the public address is always the same IP address (i.e., it has a static address). This allows an internal host, such as a Web server, to have an unregistered (private) IP address and still be reachable over the Internet.

Dynamic NAT

(dī-nam´ik nat) (n.) A type of NAT in which a private IP address is mapped to a public IP address drawing from a pool of registered (public) IP addresses. Typically, the NAT router in a network will keep a table of registered IP addresses, and when a private IP address requests access to the Internet, the router chooses an IP address from the table that is not at the time being used by another private IP address.