Midterm Exam Revision Material

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

1/38

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards based on the midterm exam revision material covering networking concepts and protocols.

Last updated 12:14 AM on 4/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Application Layer

A layer in the OSI model that enables applications to communicate over a network using protocols like HTTP, SMTP, etc.

2
New cards

Client

The process that initiates communication in a client-server model.

3
New cards

Server

The process that provides services or resources in response to requests from clients.

4
New cards

TCP

Transmission Control Protocol; a reliable, connection-oriented protocol used for web browsing and email.

5
New cards

UDP

User Datagram Protocol; a connectionless protocol that does not guarantee reliable data delivery.

6
New cards

Edge Network

The part of the network that connects to end users and devices.

7
New cards

Network Edge

The point in a network where the core network infrastructure interfaces with end user devices.

8
New cards

Peering

Direct connection between ISPs for exchanging traffic without financial settlement.

9
New cards

Transit

A service provided by one ISP to another for carrying data, typically involving payment.

10
New cards

Web-cache Server

A server that stores frequently accessed web content to reduce latency.

11
New cards

Stateless Protocol

A protocol like HTTP where each request is independent and does not retain session information.

12
New cards

Cookies

Data stored on a user's computer by a web server that can help manage stateful interactions.

13
New cards

DNS

Domain Name System; translates human-readable domains into IP addresses.

14
New cards

Keep-alive Connection

A persistent connection that allows multiple requests to be sent over a single TCP connection.

15
New cards

Collision Domain

A network segment where data packets can collide with one another.

16
New cards

Packet Switching

A method of grouping data transmitted over a digital network into packets for efficiency.

17
New cards

Circuit Switching

A method of communication where a dedicated circuit is established for the duration of the transmission.

18
New cards

Transmission Delay

The time it takes for a packet to be pushed onto the wire.

19
New cards

Propagation Delay

The time it takes for a signal to travel from the sender to the receiver.

20
New cards

NOC

Network Operations Center; a centralized location for monitoring and managing networks.

21
New cards

VDSL

Very-high-bit-rate Digital Subscriber Line; provides high-speed internet over copper telephone lines.

22
New cards

CDN Architectures

Content Delivery Network architectures, with distributed and centralized models.

23
New cards

DASH

Dynamic Adaptive Streaming over HTTP; a streaming protocol that adapts video quality to available bandwidth.

24
New cards

SYN

Synchronize; a TCP control flag used to initiate a connection.

25
New cards

ACK

Acknowledgement; a TCP signal that indicates successful receipt of a packet.

26
New cards

Congestion Control

Mechanisms to manage data traffic to prevent network congestion.

27
New cards

Flow Control

Techniques to control the rate of data transmission between sender and receiver.

28
New cards

Multiplexing

Combining multiple data streams into one for transmission.

29
New cards

Demultiplexing

Separating combined data streams at the receiver's end.

30
New cards

NAT

Network Address Translation; a technique to allow multiple devices on a local network to share a single public IP address.

31
New cards

DHCP

Dynamic Host Configuration Protocol; automatically assigns IP addresses to devices on a network.

32
New cards

ICMP

Internet Control Message Protocol; used for error messages and operational information.

33
New cards

IP Address Class

Categorization of IP addresses based on the leading bits; includes Classes A, B, C, D, and E.

34
New cards

Subnet Mask

A 32-bit number that divides an IP address into a network and host portion.

35
New cards

CIDR

Classless Inter-Domain Routing; a method for allocating IP addresses more efficiently than traditional class-based addressing.

36
New cards

Private IP Address

IP addresses that are designated for use within a private network and not routable on the Internet.

37
New cards

Loopback Address

An address used to refer to the local machine; typically 127.0.0.1.

38
New cards

Traffic Intensity

The ratio of the arrival rate of packets to the service rate of the network.

39
New cards

Little's Theorem

A mathematical formula relating average number of items in a system, arrival rate, and average time in the system.