{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

NAT Flashcards

(26 cards)

1
Q

What does NAT stand for?

A

Network Address Translation

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

True or False: NAT allows multiple devices on a local network to share a single public IP address.

A

True

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

What is the primary purpose of NAT?

A

To conserve public IP addresses and enhance security.

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

Fill in the blank: NAT translates private IP addresses to _____ IP addresses.

A

public

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

What are the three main types of NAT?

A

Static NAT, Dynamic NAT, and PAT (Port Address Translation)

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

Which type of NAT maps a single public IP address to multiple private IP addresses using different port numbers?

A

PAT (Port Address Translation)

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

What is Static NAT typically used for?

A

To map a single private IP address to a single public IP address.

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

True or False: Dynamic NAT requires a pool of public IP addresses.

A

True

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

What is the main disadvantage of NAT?

A

It can complicate certain protocols and applications that embed IP address information.

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

Which NAT type is most commonly used in home routers?

A

PAT (Port Address Translation)

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

Fill in the blank: NAT operates at layer _____ of the OSI model.

A

Network

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

What command is used to configure NAT on a Cisco router?

A

ip nat inside source

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

True or False: NAT can be used to hide internal IP addresses from external networks.

A

True

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

What is the role of the NAT table?

A

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
15
Q

How does NAT affect VPN connections?

A

It can cause issues because the embedded IP addresses may not translate correctly.

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

What is the difference between inside local and inside global addresses?

A

Inside local addresses are the private IP addresses used within a network, while inside global addresses are the public IP addresses that are visible on the internet.

17
Q

Which command displays the NAT translation table on a Cisco router?

A

show ip nat translations

18
Q

Fill in the blank: In NAT, the term ‘overloading’ refers to _____

A

PAT (Port Address Translation)

19
Q

True or False: NAT does not affect the performance of a network.

20
Q

What is a common application of Static NAT?

A

Hosting a server that needs a consistent public IP address.

21
Q

What is the default timeout for NAT translations?

22
Q

Which type of NAT is better suited for environments with limited public IP addresses?

A

PAT (Port Address Translation)

23
Q

What is a disadvantage of using Static NAT?

A

It requires a one-to-one mapping, which can waste public IP addresses.

24
Q

Which command can be used to configure a NAT pool on a Cisco router?

25
True or False: NAT can be used to translate both IPv4 and IPv6 addresses.
False
26
What protocol does NAT commonly have issues with due to embedded IP addresses?
FTP (File Transfer Protocol)