Skip to main content

PAT (port address translation)

A method of network address translation (NAT) whereby devices with private, unregistered IP addresses can access the Internet through a device with a registered IP address. Unregistered clients send datagrams to a NAT server with a globally routable address (typically a firewall, a gateway, or a router). The NAT server forwards the data to its destination and relays responses to the original client.


Want to improve this definition?Submit a suggestion on GitHub.