1.2 Networking Functions Flashcards

N10-009 Obj. 1.2 Compare and contrast networking appliances, applications, and functions (27 cards)

1
Q

What is the purpose of a Content Delivery Network (CDN)?

A

To geographically distribute caches of content to users to reduce latency and load times.

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

Why does a CDN improve performance?

A

It places data closer to users, reducing the time required to access content from distant servers.

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

What types of services commonly use CDNs?

A

Video platforms (e.g., Youtube), large websites, global apps.

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

What is a Virtual Private Network (VPN)?

A

A secure, encrypted connection over an untrusted network like the Internet.

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

What is a VPN concentrator?

A

A device (hardware or software) that handles high-speed encryption/decryption for multiple VPN connections.

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

Where is VPN functionality often integrated today?

A

Into next-generation firewalls (NGFWs).

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

What type of VPN clients might a user need?

A

Vendor-specific software or built-in clients (Windows, macOS, Linux)

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

What is Quality of Service (QoS) used for in networking?

A

To prioritize certain types of network traffic over others.

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

Give an example of high priority traffic for QoS.

A

Real-time audio or video communication.

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

What devices can be configured to manage QoS?

A

Routers, switches, and firewalls.

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

What other terms are commonly associated with QoS?

A

Traffic shaping and packet shaping.

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

What is Time to Live (TTL) in networking?

A

The maximum number of hops a packet can take before being discarded by a router.

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

Why is TTL important?

A

It prevents routing loops by limiting how long a packet can exist on a network.

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

How is TTL represented in an IP packet?

A

As a field in the IP header that decrements by 1 at each router.

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

What happens when TTL reaches zero?

A

The router drops the packet.

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

What are the default TTL values for common OSs?

A

Windows: 128
macOS and Linux: 64

17
Q

What is a routing loop?

A

A scenario where packets endlessly circulate between routers due to incorrect routing configurations.

18
Q

How does TTL help in a routing loop situation?

A

It limits the number of hops to eventually stop the looping packet.

19
Q

How can routing loops be detected?

A

Using traceroute; repeated IPs indicate looping paths.

20
Q

How is TTL used in DNS?

A

It defines how long a DNS record is cached locally (in seconds).

21
Q

What happens when the DNS TTL expires?

A

The cached record is deleted, and a new DNS lookup is performed.

22
Q

What value indicates a DNS TTL of 5 minutes?

23
Q

What device supports secure remote work through encrypted connections?

A

A VPN concentrator

24
Q

What mechanism improves web application speed for users around the world?

A

Content Delivery Network (CDN)

25
How can an administrator ensure mission-critical apps are not slowed down by other traffic?
Implement Quality of Service (QoL).
26
What field in an IP packet header helps prevent endless loops?
Time to Live (TTL)
27
What is the purpose of caching in DNS with TTL?
To reduce DNS lookup traffic and allow faster hostname resolution.