Networking Functions

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:26 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

What does CDN stand for?

Content Delivery Network.

2
New cards

What is the main purpose of a CDN?

To cache and deliver content from geographically distributed servers closer to end users.

3
New cards

Why does a CDN improve performance?

Users retrieve data from a nearby CDN server instead of a distant central server.

4
New cards

What problem does a CDN primarily reduce?

Latency caused by geographic distance.

5
New cards

What does VPN stand for?

Virtual Private Network.

6
New cards

What is the primary purpose of a VPN?

To securely connect a user or network to a remote private network.

7
New cards

How does a VPN protect data?

It encrypts data while it travels across an untrusted network such as the public internet.

8
New cards

What is a VPN concentrator?

A central device that handles VPN connections and performs high-speed encryption and decryption.

9
New cards

Where can VPN concentrator functionality be integrated?

Inside a next-generation firewall.

10
New cards

Why might a large organization use a purpose-built VPN concentrator?

It can provide high throughput and support hundreds or thousands of simultaneous users.

11
New cards

Can a VPN concentrator run as software?

Yes. Smaller networks may run one as software on an existing operating system.

12
New cards

What does QoS stand for?

Quality of Service.

13
New cards

What is the purpose of QoS?

To assign different priorities to network applications and traffic.

14
New cards

What other terms can describe QoS?

Traffic shaping or packet shaping.

15
New cards

Which traffic normally receives higher QoS priority?

Delay-sensitive traffic such as VoIP, live audio, and video conferencing.

16
New cards

Which traffic normally receives lower QoS priority?

File transfers, downloads, and backups that can tolerate delays.

17
New cards

Where can QoS be configured?

On devices such as firewalls, routers, and switches.

18
New cards

A video call becomes choppy during a large file upload. What should be configured?

QoS should prioritize the video-call traffic over the file transfer.

19
New cards

What does TTL stand for?

Time to Live.

20
New cards

What is the purpose of TTL?

To stop a task, packet, or cached entry from remaining active indefinitely.

21
New cards

What does TTL measure in an IP packet?

The number of router hops the packet is allowed to make.

22
New cards

What happens to an IP packet’s TTL at every router?

The router decreases it by one.

23
New cards

What happens when an IP packet’s TTL reaches zero?

The router discards the packet.

24
New cards

How does TTL help prevent routing loops?

A looping packet eventually reaches a TTL of zero and is removed from the network.

25
New cards

What is a routing loop?

A condition in which routers repeatedly forward a packet back and forth without reaching its destination.

26
New cards

What can cause a routing loop?

An incorrect routing configuration, such as a mistaken IP address in a static route.

27
New cards

How might a routing loop appear in traceroute?

The same router addresses repeat in an alternating pattern.

28
New cards

What is the typical default TTL for Windows mentioned in the transcript?

128 hops.

29
New cards

What is the typical default TTL for macOS and Linux mentioned in the transcript?

64 hops.

30
New cards

A Windows packet crosses 20 routers. What TTL remains if it began at 128?

108.

31
New cards

What does TTL represent in DNS?

The number of seconds a DNS record should remain cached.

32
New cards

What happens when a DNS TTL expires?

The cached record is removed, and another DNS query is needed.

33
New cards

How long is a DNS TTL of 300?

300 seconds, or five minutes.

34
New cards

Why might users briefly continue reaching an old server after its IP address changes?

Their cached DNS record has not yet reached its TTL expiration.

35
New cards

What commands can be used to perform DNS lookups?

nslookup and dig.

36
New cards

What is the key difference between IP TTL and DNS TTL?

IP TTL counts router hops, while DNS TTL measures cache duration in seconds.