Ch27-Network Address Translation Flashcards

1
Q

An RFC-standard tool for global IP address range assignment. Reduces the size of Internet routers’ IP routing tables.

A

CIDR (Classless Inter-domain Routing)

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

For packets sent to and from a host that resides inside the trusted part of a network that uses NAT, a term referring to the IP address used in the headers of those packets when those packets traverse the global (public) internet

A

Inside global

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

For packets sent to and from a host that resides inside the trusted part of a network that uses NAT, a term referring to the IP address used in the headers of those packets when those packets traverse the enterprise (private) network

A

Inside local

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

Another term for Port Address Translation (PAT). On of several methods of configuring NAT, in this case translating TCP and UDP flows baed on port numbers in addition to using one (or only a few) inside global addresses.

A

NAT overload

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

With source NAT, the one address used by the host that resides outside the enterprise, which NAT does not change.

A

Outside global

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

A NAT feature in which one inside global IP address supports over 65000 concurrent TCP and UDP connections

A

PAT (Port Address Translation, NAT Overload

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

Any of the the IPv4 Class A, B, or C networks that are set aside for use inside private organizations. These addresses are not routable through the Internet

A

private IP network

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

The type of Network Address Translation used most commonly in networks in which the source IP address of packets entering the inside interface is translated

A

source NAT

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

Command reference: Interface subcommand to enable NAT and identify whether the interface is in the inside or outside of the network

A

ip nat [inside | outside]

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

Command reference: Global command that enables NAT globally, referencing an ACL that defines which source addresses to NAT, and the interface or pool from which to find global addresses

A

ip nat inside source acl [interface int-id | pool pool-name]

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

Command reference: Global command to define a pool of NAT addresses

A

ip nat pool pool-name start-ip end-ip [netmask mask | prefix-length prefix-length]

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

Command reference: Lists counters for packets and NAT table entries, as well as basic configuration information

A

show ip nat statistics

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

Command reference: Displays the NAT table

A

show ip nat translations

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

Command reference: Clears all of the dynamic entries in the NAT table

A

clear ip nat translation *

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

Command reference: Issues log messages describing packets whose IP address is translated with NAT

A

debug ip nat

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

According to RFC1918, what network(s) are reserved for Class A private address use?/

A

10.0.0.0/8

17
Q

How many networks are included in RFC1918 Class A?

A

one

18
Q

What is the address range of Class A private address space?

A

10.0.0.0-10.255.255.255

19
Q

According to RFC1918, what network(s) are reserved for Class B private address use?

A

172.16.0.0/12

20
Q

How many networks are defined by Class B private addressing, and what is the range of those networks?

A

16; 172.16.0.0-172.31.0.0

21
Q

What is the range of address space defined by RFC1918 Class B?

A

172.16.0.0-172.31.255.255

22
Q

According to RFC1918, what network(s) are reserved for Class C private address use?/

A

192.168.0.0/16

23
Q

How many networks are defined by Class C private addressing, and what is the range of those networks?

A

256; 192.168.0.0-192.168.255.0

24
Q

What is the range of address space defined by RFC1918 Class C?

A

192.168.0.0-192.168.255.255

25
Q

Based on the figure, what will the translated address be once the NAT router forwards the packet? Assume no NAT-translated packets have left the router yet. Also, what terminology would apply to this address?

A

200.1.1.1, inside global