NAT Flashcards

1
Q

What is NAT?

A

the process of rewriting the source and/or
destination IP addresses of packets as they
pass through a router or firewall

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

What are the limitations of NAT?

A

– Services that require initiation of connections
from outside may not work
– Stateless protocols based on UDP may not work
– Network tunneling such as is used in VPNs may fail
because the NAT changes values in the headers
that IPSec uses to verify packet integrity

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

What is static NAT?

A

This creates a permanent translation table
that allows external hosts to be mapped to
internal hosts

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

What are the benefits of NAT?

A

-Lack of end-to-end connectivity may also be
considered a benefit because a NAT router
acts as a natural firewall
-Provides a solution to exhaustion of IPv4
addresses

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

What is one to one NAT?

A

Each internal device is assigned its own external IP address

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

What is destination NAT or PAT?

A

It involves mapping incoming connections to a specific internal IP address by port number
– E.g. Forward all traffic for port 80 to a specific internal web server

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

What are some other uses of NAT?

A
  • Load balancing
  • Failover
  • Transparent proxying
  • Overlapping networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does NAT allow the use of a single external IP address?

A

It changes the data packet header contents

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

Whate are some private IP address ranges?

A
  1. 0.0.0
  2. 76.
  3. 168.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly