BCSE308L - Computer Networks Congestion Control and Quality of Service (QoS)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and terms related to Data Traffic, Congestion Control, and Quality of Service in Computer Networks.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Data Traffic

The flow of data packets transmitted across a network, influenced by factors like volume, frequency, and priority.

2
New cards

Congestion Control

Techniques to prevent or manage traffic congestion in a network.

3
New cards

Quality of Service (QoS)

The overall performance of a network, often related to the transmission quality of data traffic.

4
New cards

Real-Time Traffic

Data that requires immediate transmission and low latency, such as VoIP calls and video conferencing.

5
New cards

Bursty Traffic

Data transmitted in unpredictable, high-volume spikes rather than a steady flow.

6
New cards

Continuous Traffic

A consistent, predictable flow of data over time.

7
New cards

Interactive Traffic

Data exchanged in short back-and-forth bursts, often between a user and a server.

8
New cards

Bulk Traffic

Large volumes of data transferred with less urgency, often in the background.

9
New cards

Control Traffic

Data used to manage and maintain the network itself.

10
New cards

Peak Rate

The maximum rate at which data is transmitted during a burst.

11
New cards

Average Rate

The average data transmission rate over a longer period.

12
New cards

Burst Size

The maximum amount of data that can be sent in a single burst.

13
New cards

Burst Duration

The time period during which a burst occurs.

14
New cards

Packet Size Distribution

The range and frequency of packet sizes in the traffic.

15
New cards

Inter-Arrival Time

The time gap between consecutive packets.

16
New cards

Constant Bit Rate (CBR)

Traffic with a steady, predictable data rate.

17
New cards

Variable Bit Rate (VBR)

Traffic with fluctuating data rates, often with bursts.

18
New cards

Congestion

Occurs when the demand for network resources exceeds the available supply.

19
New cards

Latency

The time it takes for a packet to travel from the source to the destination.

20
New cards

Throughput

The rate at which data is successfully delivered over the network.

21
New cards

Congestion Window (cwnd)

A TCP variable controlling the size of the sender window based on network congestion.

22
New cards

Slow Start

A congestion control algorithm where the cwnd grows exponentially.

23
New cards

Congestion Avoidance

An algorithm that increases the cwnd additively to control congestion.

24
New cards

Fast Recovery

A method in TCP to manage congestion based on duplicate ACKs.