Network Address Translation Flashcards
1
Q
NAT (Network Address Translation)
A
• It is estimated that there are over 20 billion devices
connected to the Internet (and growing)
• IPv4 supports around 4.29 billion addresses
- The address space for IPv4 is exhausted
- There are no available addresses to assign
- How does it all work?
- Network Address Translation
- This isn’t the only use of NAT
- NAT is handy in many situations
2
Q
Port Forwarding
A
- 24x7 access to a service hosted internally
- Web server, gaming server, security system, etc.
- External IP/port number maps to an internal IP/port
- Does not have to be the same port number
• Also called Destination NAT or Static NAT
• Destination address is translated
from a public IP to a private IP
• Does not expire or timeout
3
Q
RFC 1918 Private IPv4 Addresses
A
- 0.0.0 – 10.255.255.255 single class A
- 16.0.0 – 172.31.255.25516 class Bs
- 168.0.0 – 192.168.255.255 class Cs
4
Q
NAT Overloading aka Port Address Translation
A
In PAT, Private IP addresses are translated into the public IP address via Port numbers. PAT also uses IPv4 address but with port number.