Section 22 - Enabling Internet Connectivity Flashcards
NAT
NETWORK ADDRESS TRANSLATION
Mechanism that is used to translate private addresses into public addresses.
Where is NAT usually implemented?
Border Devices such as FWs or Routers
Command to verify DHCP-specific information
show dhcp lease
show dhcp server
Different flavors of NAT and Describe
- Static NAT: 1 to 1 address mapping
- Dynamic NAT: Many to many address mapping
- PAT: Many to one address mapping
Different Classifications of NAT and Describe
Inside Addresses - addresses that belong on network
Outside Addresses - address that do not belong on network.
Local Address - addresses that are ‘seen’ by a local device.
Global Addresses - Public addresses that are seen publicly.
Benefits of NAT
- Conserves Public addresses
- Increases flexibility of connections to public networks.
- Provides consistency for internal network addressing schemes.
- Can translate all private addresses to only one public address.
Disadvantages of NAT
- End-to-end functionality is lost.
- Traceability is lost.
- Difficult to tunnel
- TCP can be disrupted.
- Can degrade Network performance.
Which flavor of NAT is a home router and why?
PAT -
Because the ISP assigns one IP to the router, and then the routers assigns multiple private IPs.
Which flavors of NAT have a time-out protocol?
PAT and Dynamic NAT
When only inside PAT is performed, what is translated?
Source IPv4 and Source Port Numbers of outbound Packets.
Destination IPv4 and port numbers of inbound packets
Which flavor of NAT enables one public address to be used for multiple internal private hosts?
PAT