Ch11 NAT - Theory Flashcards
NAT Definition
- Network Address Translation
2. Method of allowing an internal network address to be routed globally.
Class A Private Addresses & CIDR Prefix
- 10.0.0.0 - 10.255.255.255
2. 10.0.0.0 /8
Class B Private Addresses & CIDR Prefix
- 172.16.0.0 - 172.31.255.255
2. 172.16.0.0 /12
Class C Private Addresses & CIDR Prefix
- 192.168.0.0 - 192.168.255.255
2. 192.168.0.0 /16
4 Types of NAT Addresses
- Inside Local Address
- Inside Global Address
- Outside Local Address
- Outside Global Address
Inside Local Address
Address of the source as seen from inside the network
Inside Global Address
Address of the source as seen from outside the network.
Outside Local Address
Address of the destination as seen from inside the network.
Outside Global Address
Address of the destination as see from outside the network.
How is NAT terminology applied?
Applied from the perspective of the device with the translated address.
Inside Address
Address of the device which is being translated by NAT
Outside Address
Address of the destination device.
Local Address
Any address that appears on the inside portion of the network.
Global Address
Any address that appears on the outside portion of the network.
3 Types of NAT Translation
- Static Address Translation (Static NAT)
- Dynamic Address Translation (Dynamic NAT)
- Port Address Translation (PAT)
Static NAT Definiton
One to one address mapping between local and global addresses.
Dynamic NAT Definition
Many to many address mapping between local and global addresses.
How are Dynamic NAT Addresses Assigned
From a public address pool on a 1st come 1st served basis.
PAT Definition
Many to one mapping between local and global addresses.
Another Name for PAT
NAT Overloading / Overloading
Advantages of NAT (4)
- Conserves the legally registered addressing scheme.
- Increases the flexibility of connections to the public network
- Provides consistency for internal network addressing schemes.
- Provides some network security.
Disadvantages of NAT (5)
- Performance is degraded
- End to end functionality is degraded
- End to end IP traceability is lost
- Tunneling becomes more complicated
- Initiating TCP connections can be disrupted.
Port Forwarding
Forwarding a network port from one network node to another; static NAT translation with a specified TCP or UDP number.
Unique Local Addresses
IPv6 addresses designed to provide IPv6 address space for communications within a local site.
What is the prefix for ULA Address
FC00 ::/7
Breakdown of ULA Address
- Prefix FC00::/7 (7 bits)
- Locally Assigned (1 bit)
- Global ID (40 bits)
- Subnet ID (18 bits)
- Interface ID (64 bits)