1.2 Network Functions Flashcards

1
Q

What are some key functions of network infrastructure?

A

Provides access to data from anywhere, remote access, secure communication, traffic management, prioritizes important applications, and ensures uptime and availability.

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

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

A

To speed up data delivery by caching content on geographically distributed servers, allowing users to access data from a local server.

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

Where are CDNs typically used?

A

on many websites, used to : reduce bandwidth costs, increase scale, and decrease delivery time

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

What is the primary function of a Virtual Private Network (VPN)?

A

To provide secure, encrypted communication over an insecure network.

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

how are VPNs implemented

A

VPNs are implemented with specialized cryptographic hardware or software-based options.

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

What device often handles encryption and decryption in a VPN setup?

A

The concentrator or head-end device.

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

What is the purpose of Quality of Service (QoS)?

A

To manage and prioritize network traffic, ensuring that important applications get higher priority.

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

What devices commonly support QoS?

A

Routers, switches, firewalls, and QoS devices.

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

How does QoS manage traffic?

A

Through traffic shaping or packet shaping, controlling bandwidth usage or data rates.

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

Why is TTL used in networks?

A

To prevent packets from endlessly circulating, such as in routing loops.

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

What is a routing loop?

A

A situation where two routers continuously send packets to each other because they misconfigure their routing paths.

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

What is Time to Live (TTL)?

A

A timer that limits how long data is available or how many hops it can take before being dropped or stopped.

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

How is TTL used to prevent routing loops?

A

TTL limits the number of hops a packet can take before being dropped, preventing the packet from circulating forever.

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

How does IP handle routing loops?

A

IP uses TTL to drop a packet after a set number of hops, preventing loops from causing infinite packet circulation.

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

What is the default TTL value for Mac/Linux and Windows systems?

A

64 for Mac/Linux and 128 for Windows.

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

What happens to TTL as a packet traverses each router?

A

The TTL value is decreased by one with each hop.

15
Q

What does DNS do?

A

It resolves fully qualified domain names (e.g., google.com) to IP addresses (e.g., 8.8.8.8).

16
Q

How does DNS caching work?

A

Devices cache DNS lookups for a certain amount of time, determined by the TTL value in the DNS record.