Networking Functions Flashcards

(20 cards)

1
Q

What is the main purpose of networking functions?

A

To enable communication, data transfer, remote access, traffic prioritization, and system availability across networks.

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

What is a Content Delivery Network (CDN)?

A

A system of distributed servers that delivers web content to users based on geographic location to reduce latency and increase speed.

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

Why is a CDN used instead of a central server?

A

It reduces the time to access data by serving it from a nearby cached location, improving performance for global users.

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

What is a VPN and what is its primary benefit?

A

A Virtual Private Network creates a secure, encrypted connection over an untrusted network like the internet, ensuring private data transfer.

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 or software that manages multiple VPN connections, handling encryption and decryption for secure access.

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

What is the difference between hardware and software VPN concentrators?

A

Hardware concentrators are built for high performance and large-scale use, while software versions are better for small-scale or personal use.

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

What is Quality of Service (QoS)?

A

A network feature that prioritizes certain types of traffic (e.g., voice, video) to ensure performance under load.

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

What are some alternative names for QoS?

A

Traffic shaping or packet shaping.

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

Why is QoS critical in a business network?

A

It ensures high-priority services like VoIP or video conferencing work smoothly, even during high network usage.

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

Where is QoS typically configured?

A

On networking devices such as routers, firewalls, or managed switches.

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

What does Time to Live (TTL) refer to in networking?

A

A counter that limits how long a packet or record remains valid, preventing infinite loops or outdated information.

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

How does TTL prevent routing loops in IP networks?

A

Each router decreases the packet’s TTL by 1. If TTL reaches 0, the packet is discarded, ending the loop.

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

What are the default TTL values for major OSes?

A

Windows: 128 hops; macOS/Linux: 64 hops.

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

What is a routing loop and how does TTL help stop it?

A

A misrouting error where packets endlessly circulate between routers; TTL ends the loop by forcing the packet to expire.

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

How is TTL used differently in DNS than in IP routing?

A

In DNS, TTL is measured in seconds and determines how long a DNS response is cached on a system.

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

Why does a low DNS TTL matter?

A

It allows faster propagation of DNS changes (e.g., when switching IPs), but may increase lookup traffic.

17
Q

What does a DNS TTL of 300 mean?

A

The DNS record should be cached for 300 seconds (5 minutes) before refreshing.

18
Q

How can you view DNS TTL for a domain?

A

By using commands like “nslookup” or “dig” to query the DNS server.

19
Q

What happens when a DNS TTL expires?

A

The cached entry is removed, and a new DNS lookup is required to retrieve the IP address.

20
Q

How is TTL managed in the IPv4 packet header?

A

It’s a specific field in the IP header. Routers decrement this field by 1 each hop until it reaches zero and the packet is dropped.