1.2b - Networking Functions

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

1/10

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key networking functions including protocols, traffic management, and loop prevention mechanisms.

Last updated 12:52 AM on 6/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

CDN (Content Delivery Network)

A network of servers designed to provide data efficiently from a central point to an end user by caching information at various geographical points around the world.

2
New cards

VPN (Virtual Private Network)

A method that allows a user to connect to a remote network securely by encrypting all data sent across potentially insecure networks like the public internet.

3
New cards

VPN Concentrator

A purpose-built appliance or head-end device designed to handle high-speed encryption and decryption for many simultaneous VPN users.

4
New cards

QoS (Quality of Service)

A network configuration, also known as traffic shaping or packet shaping, used to prioritize specific applications or traffic types, such as real-time audio or video, over others.

5
New cards

Time to Live (TTL)

A mechanism used to prevent tasks or packets from running indefinitely on a network, often implemented as a timer or a counter of iterations.

6
New cards

Routing Loop

A networking error where a packet is passed back and forth between routers (e.g., Router A to Router B and back) without reaching its destination, often caused by a mistake in a static route.

7
New cards

IP Time to Live (TTL)

A field in the IPv4IPv4 header that specifies the number of hops a packet is allowed to take; each router reduces this value by one and discards the packet if it reaches zero.

8
New cards

MacOS/Linux Default TTL

The default number of hops set for outgoing packets on these operating systems, which is usually 6464 hops.

9
New cards

Windows Default TTL

The default number of hops set for outgoing packets on this operating system, which is usually 128128 hops.

10
New cards

DNS Time to Live (TTL)

A value in the Domain Name System, measured in seconds, that determines how long a local system should cache a DNS resolution entry before performing a new lookup.

11
New cards

dig

A command-line tool used for performing DNS lookups to retrieve information such as IP addresses and TTL values associated with a domain.