First page Back Continue Last page Overview Graphics
Design Goals
Allow multiple hosts behind (on the private side of) a NAT to communicate with hosts on the Internet
Must not duplicate the same “socket”
- src IP, dst IP, src port, dst port
This process should be transparent to the hosts on both sides of the NAT
- Not achieved 100% of the time