Section 22 - Enabling Internet Connectivity Flashcards

1
Q

NAT

A

NETWORK ADDRESS TRANSLATION

Mechanism that is used to translate private addresses into public addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where is NAT usually implemented?

A

Border Devices such as FWs or Routers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Command to verify DHCP-specific information

A

show dhcp lease

show dhcp server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Different flavors of NAT and Describe

A
  1. Static NAT: 1 to 1 address mapping
  2. Dynamic NAT: Many to many address mapping
  3. PAT: Many to one address mapping
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Different Classifications of NAT and Describe

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Benefits of NAT

A
  1. Conserves Public addresses
  2. Increases flexibility of connections to public networks.
  3. Provides consistency for internal network addressing schemes.
  4. Can translate all private addresses to only one public address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Disadvantages of NAT

A
  1. End-to-end functionality is lost.
  2. Traceability is lost.
  3. Difficult to tunnel
  4. TCP can be disrupted.
  5. Can degrade Network performance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which flavor of NAT is a home router and why?

A

PAT -

Because the ISP assigns one IP to the router, and then the routers assigns multiple private IPs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which flavors of NAT have a time-out protocol?

A

PAT and Dynamic NAT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When only inside PAT is performed, what is translated?

A

Source IPv4 and Source Port Numbers of outbound Packets.

Destination IPv4 and port numbers of inbound packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which flavor of NAT enables one public address to be used for multiple internal private hosts?

A

PAT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly