2.1 Network Address Translation Flashcards

N10-009 Obj. 2.1 Explain characteristics of routing technologies (8 cards)

1
Q

Why is NAT necessary for IPv4 networks?

A

Because IPv4 supports only 4.29 billion addresses, NAT allows many private devices to share a limited number of public IP addresses.

Transcript: “IP version 4 only supports 4.29 billion addresses… we have completely exhausted our list…” (0:13–0:22)

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

What is Network Address Translation?

A

NAT is a process that allows private IP addresses to be translated into public IPs so devices can communicate over the Internet.

Transcript: “The way that we’re able to make this work is through a technology known as network address translation, or NAT.” (0:36–0:42)

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

What is the purpose of RFC 1918?

A

RFC 1918 defines the reserved private IP address ranges that are not routable on the public Internet.

Transcript: “RFC 1918… defines these different ranges of private IP addresses… not routable on the public internet.” (1:07–1:22)

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

What are the three main private IP address ranges defined by RFC 1918?

A

10.0.0.0 - 10.255.255.255

172.16.0.0 to 172.31.255.255

192.168.0.0 to 192.168.255.255

Transcript: (1:36–2:11)

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

How does NAT allow a private IP to communicate with a public server?

A

It replaces the private source IP with a public IP before sending the packet and reverses the process for return traffic.

Transcript: “This router will change or translate that address… now we have a public IP address…” (3:00–3:27)

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

What is Port Address Translation (PAT) also known as?

A

PAT is also known as NAT Overload. It allows many private devices to share a single public IP using unique port numbers.

Transcript: “Using a different form of network address translation called NAT overload, or port address translation, or PAT.” (4:40–4:48)

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

How does PAT differ from standard NAT?

A

PAT maps multiple private IPs to a single public IP using different port numbers to differentiate each session.

Transcript: “Because we’re translating both the network address and the port number… other devices on this network could use the same public IP address.” (5:50–6:00)

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

Why is PAT more efficient than standard NAT?

A

PAT allow multiple devices to use a single public IP by assigning unique port numbers, conserving public IPs.

Transcript: “We can now have many people on the inside of our network communicating externally… all using the same public IP address.” (6:44–6:52)

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