We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Networking

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is Port Address Translation?

By Kurt Inman
Updated: May 16, 2024

Port address translation is a means for multiple devices on a private network to share one public network address. It is a network device feature which modifies incoming and outgoing Internet Protocol (IP) packets. The IP address and port number are both altered, preventing the public network from directly accessing hosts on the private network. Port address translation is used by network routers to share one public Internet address with all computers on the local network. This conserves public IP addresses instead of requiring one for each local computer that needs to access the Internet.

Both Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) packets are translated by this process. Each packet contains a source IP address and a source port number. It also includes a destination IP address and a destination port number. Port address translation, also known by the acronym PAT, creates a table which maps addresses and port numbers as they are used. This table is kept in the PAT device, which may be a hardware router, a software firewall or a similar device.

When a computer on the local network sends a packet out to the public network, the PAT device can alter its header data. The actual source address is replaced with the IP address of the port address translation device. A new port number is assigned by the PAT device for the source computer's connection to the public network. The actual source port number in the header is then replaced with the newly-assigned one. In this way, the outgoing packet is modified to appear as if it came directly from the PAT device.

For an outgoing packet, the port address translation table keeps a copy of the source address, source port and assigned port. The same port number can be used for each packet with that source address and port, simply by doing a table lookup. When the public network responds, it will send packets to the PAT device's IP address on the assigned port number. The PAT device will then replace that destination address with the actual private address from the lookup table. It will also replace the port number in the packet header with the actual port number from the table.

Network address translation (NAT) is a related method of mapping IP addresses. Port address translation is actually a subset of NAT called overloaded NAT. PAT is sometimes referred to as NAT or as network address port translation. Variations of NAT exist which map only IP addresses or only source addresses and source port numbers. Other forms map only destination addresses and destination port numbers, or both types of ports and addresses.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
By anon349084 — On Sep 23, 2013

What is port addressing?

Share
https://www.easytechjunkie.com/what-is-port-address-translation.htm
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.