NAT (Network Address Translation) Flashcards

1
Q

What is NAT?

A

NAT (Network Address Translation) is a technique used to modify the IP address information in packet headers to map private IP addresses to public IP addresses.

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

What is the purpose of NAT?

A

NAT enables multiple devices on a private network to share a single public IP address when communicating over the internet.

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

What is PAT (Port Address Translation)?

A

PAT, a type of NAT, maps multiple private IP addresses to a single public IP address using different ports for each connection.

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

How does NAT improve security?

A

NAT hides the internal IP addresses of devices behind a single public IP address, making it harder for external users to access the internal network directly.

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

What is Static NAT?

A

Static NAT maps a single private IP address to a single public IP address, ensuring that the mapping is consistent.

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

What is Dynamic NAT?

A

Dynamic NAT uses a pool of public IP addresses and dynamically assigns a public IP to a private IP when necessary.

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

How does NAT handle incoming traffic?

A

NAT rewrites the destination IP address of incoming packets to route them to the correct private IP address inside the network.

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

What is the difference between Static and Dynamic NAT?

A

Static NAT uses a fixed mapping of private to public IPs, while Dynamic NAT uses a pool of public IPs and assigns them dynamically.

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

What is a typical use case for NAT?

A

NAT is commonly used in home and enterprise networks to allow multiple devices to share a single public IP address when accessing the internet.

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

What is the NAT table?

A

The NAT table is a data structure used by NAT devices to keep track of active connections and their corresponding translations.

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

What happens if a NAT device runs out of available ports in PAT?

A

If a NAT device runs out of available ports, new connections cannot be established, and the device may need to handle the situation through timeout or error messages.

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

Can NAT work with IPv6?

A

NAT is not commonly used with IPv6 because IPv6 provides a larger address space, eliminating the need for address translation.

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

How does NAT work in a home network?

A

In a home network, NAT allows multiple devices to share one public IP address, translating private IP addresses to public IP addresses when accessing the internet.

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

What is the impact of NAT on network performance?

A

NAT can add processing overhead due to address translation, which may cause slight delays, but the impact is typically minimal.

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

Does NAT support inbound and outbound connections?

A

Yes, NAT supports both inbound and outbound connections, translating IP addresses for both incoming and outgoing traffic.

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