NAT Flashcards
Why is NAT required
Private address’ are not routable on the internet NAT enables private addressed hosts to route there traffic across the internet
A NAT device can only modify the source address in an IP packet
True or False
False can modify both source and destination
In NAT what does the inside or outside term refer to
The physical location of the host you are referring to:
Inside - inside the internal usually private network
Outside - outside the private network typically the internet
In NAT what does the local or global term refer to
The perspective you are viewing the host form
Local - when you are viewing the host from inside the network
Global - when you are viewing the host from outside the network
What are the 3 main types of NAT
Static
Pooled
PAT
What is static NAT
a one to one mapping of the inside local address to the inside global address
What is pooled NAT
a one to many mapping, there will be a pool of public address’ that can be used by the private address’ once the idle timer is reached (24 hours by default) the address is returned to the pool
What is PAT
Port address translation uses the same public IP address however uses a port to distinguish the different hosts this one global ip address is beeing mapped to.
What is NAT overload
PAT
How do you view the NAT translation table
show ip nat translations