answersLogoWhite

0


Best Answer

What is the real difference between NAT and PAT?

NAT is a feature of a router that will translate IP addresses. When a packet comes in, it will be rewritten in order to forward it to a host that is not the IP destination. A router will keep track of this translation, and when the host sends a reply, it will translate back the other way.

PAT translates ports, as the name implies, and likewise, NAT translates addresses. Sometimes PAT is also called Overloaded NAT

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Network Address Translation (NAT) and Port Address Translation (PAT) both map IP addresses on an internal network to IP addresses on an external network. Which method of address translation you use depends on the types of networks that you are translating and the number of available IP addresses that you have.

If you are connecting a site in the 10.10.10.0 network to a site in the 10.10.20.0 network, you could use NAT to translate 10.10.10.0 IP addresses to available 10.10.20.0 IP addresses so that hosts on the 10.10.10.0 network can access data and use network resources on the 10.10.20.0 network. However, for this scenario to work, you must have an address pool that contains enough available IP addresses on the 10.10.20.0 network to accommodate every host on the 10.10.10.0 network, because NAT requires a one-to-one relationship when translating IP addresses.

PAT attempts to use the original source port number of the internal host to form a unique, registered IP address and port number combination. For example, two hosts that have been assigned the IP addresses 10.10.10.100 and 10.10.10.101, respectively, could send traffic to and receive traffic from the internet by using the single public IP address 123.45.67.89. If that port number is already allocated, PAT searches for an available alternate source port number. Therefore, the host at IP address 10.10.10.100 could access the Internet by using the public IP address and source port combination of 123.45.67.89:10000. Meanwhile, the host at IP address 10.10.10.101 could access the Internet by using the IP address and source port combination of 123.45.67.89:10001.

If you are connecting a site in the 10.10.10.0 network to the Internet, you must translate host IPs on that network to a registered IP address that is routable over the Internet. In order to use traditional NAT in this scenario, you would need to purchase a registered IP address for each host on your internal network. Alternatively, you could use PAT to translate all the IP addresses on the internal network to a single, shared IP address that connects to the Internet. PAT, which is also known as NAT overloading, uses 16-bit source port numbers to map and track traffic between an internal host and the Internet.

As you can see, the first letter in each acronym denotes the difference between NAT (Network Address Translation) and PAT (Port Address Translation), which should make it easier for you to remember which does what. Just remember that both NAT and PAT use at least one IP address and that PAT is also referred to as NAT overloading because it uses one IP address for all clients to multiple ports, whereas standard NAT uses a one-to-one IP address relationship per client.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the real difference between NAT and PAT?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between (IP) and (NAT)?

What is the real difference between NAT and PAT? NAT is a feature of a router that will translate IP addresses. When a packet comes in, it will be rewritten in order to forward it to a host that is not the IP destination. A router will keep track of this translation, and when the host sends a reply, it will translate back the other way. PAT translates ports, as the name implies, and likewise, NAT translates addresses. Sometimes PAT is also called Overloaded NAT


What must you incorporate to accommodate this requirement?

NAT overload and PAT.


The beast from the east characters?

Ginger nat pat beasts


What is the purpose of nat and pat?

The purpose of NAT/PAT is to allow you to use fewer public IP addresses in your network thus reducing the cost and conserving public IP address usage.


How do you access internet on limited ip address?

Using NAT or PAT


How can NAT and PAT devices can be used together to enhance security?

NAT devices can hide IP addresses of internal servers; PAT devices ensure that services run on internal servers via a single IP address with multiple ports


What rhimes with at?

Bat Cat Fat Hat Mat Nat Pat Rat Sat Tat


What words with the same sound as rat?

hat, bat, that, cat, chat, mat, sat, fat, pat, at, nat


What is the difference between a ducks bum and a cows pat?

A duck's bum is where copulation occurs and where the duck defecates. A cow's pat is essentially another word for a pile of cow-dung or cow-feces.


Does cat rhyme with bath?

Mat, hat, sat, rat, bat, flat, nat, pat, tat.


What is the difference between human heritage and physical heritage?

Human heritage refers to the intangible aspects of a culture or society such as language, traditions, and beliefs passed down through generations. Physical heritage, on the other hand, refers to tangible objects and places of historical significance such as buildings, artifacts, and archaeological sites.


Diff between static NAt and dynamic NAt?

Static NAT: Maps an unregistered IP address to a registered IP address on a one-to-one basis. Particularly useful when a device needs to be accessible from outside the network. Dynamic NAT: Maps an unregistered IP address to a registered IP address from a group of registered IP addresses. Dynamic NAT also establishes a one-to-one mapping between unregistered and registered IP address, but the mapping could vary depending on the registered address available in the pool, at the time of communication. Overloading: A form of dynamic NAT that maps multiple unregistered IP addresses to a single registered IP address by using different ports. Known also as PAT (Port Address Translation), single address NAT or port-level multiplexed NAT.