Module G8: NAT (PE) Flashcards

1
Q

_______ is a process in which one or more local IP addresses are translated into one or more Global IP addresses and vice versa in order to provide Internet access to the local hosts.

A

NAT

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

One disadvantage of NAT, is that it complicates tunneling protocols such as _____.

A

IPsec

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

This type of IP address, ______ _____ ____, is assigned to a host, and not assigned by the service provider. These are private and seen from within the network.

A

Inside Local Address

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

This type of IP address, ______ _____ ____, represents one or more local addresses to the outside world and is seen from outside of the network.

A

Inside Global Address

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

This type of IP address, ______ _____ ____, is the actual address of the destination host in the local network after translation.

A

Outside Local Address

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

This type of IP address, ______ _____ ____, is the host as seen from outside the network. It is the IP address of the destination host before translation.

A

Outside Global Address

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

_____ ______ differs from static; multiple public internet protocol addresses are mapped and used with an internal or private IP address.

A

Dynamic NAT

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

With dynamic NAT, you to need to specify ___ sets of addresses on your Cisco router.

A

two

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

With dynamic NAT, _____ don’t exist in the NAT table until the router receives traffic that requires it.

A

translations

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

______ is a constant mapping that allows private IP networks with unregistered IP addresses to connect to the internet.

A

Static NAT

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

The first step to configure static NAT, is to configure IP address mapping by using _______ command.

A

PRIVATE_IP PUBLIC_IP

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

The second step to configure static NAT, is to configure the routers interface using the ip nat _______ command.

A

inside

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

The third step to configure static NAT, is to configure the routers interface using the ip nat _______ command.

A

outside

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

_____ is another type of dynamic NAT which can map multiple Private IPv4 addresses to a single public IP address.

A

Port Address Translation

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

PAT, also known as NAT _____, is the NAT technology which prevents IPv4 Address depletion.

A

overloading

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

_____ provides the ability to balance incoming traffic across multiple, similar network resources.

A

Load Balancing

17
Q

Load Balancing operates at the application level, using protocols such as HTTP and ____ to make decisions based on the actual content of each message.

A

SMTP

18
Q

Two advantages of Load Balancing is that it offers smart routing based on the URL and provides _______.

A

Caching

19
Q

Disadvantages of load balancing is that it is more expensive and requires ______.

A

Decrypting

20
Q

Load Balancing at layer 4, the transport level, has the advantage of only maintaining ____ connection between the client and server NATed so that it can serve a maximum of TCP connections.

A

One