Network Address Translation (NAT)
Network Address Translation is a popular network engineering technique. It brings a special terminology and can be implemented in different flavours. Why network address translation? The basic advantage of network address translation in the Internet world is to allow a set of internal hosts to communicate with hosts on the Internet, using a single public IP address. Recall that we can not conceptually make a private IP address communicate with a public IP address: Public to Private IP communication © Geoff Huston, Cisco.com Network address translation terminology Public-side IP address : the public IP address to which the internal IP address is mapped during NAT Traversal Public-side source port : the source port number to which the original source port number is mapped, when an internal host communicates with an external host, in NAPT Trigger outgoing packet : the outgoing packet, sent from the internal host towards the external host, that triggers the NAT mapping. without a trigger o...