TCP Vegas and BBR

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

1/12

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

indicator 1 that queue is building in the network

increasing RTTs

2
New cards

indicator 2 that queue is building in the network

flattened sending rate

3
New cards

TCP Vegas is based on which principle?

queues building are causing the sending rate to flatten

4
New cards

BaseRTT calculation

RTT of first packet sent

5
New cards

expected sending rate calculation

congestionWindow / BaseRTT

6
New cards

actual sending rate calculation

number of bytes sent in each RTT

7
New cards

rate difference calculation

expected rate - actual rate

8
New cards

condition 1

if rateDifference < alpha, congestion window is increased linearly

9
New cards

condition 2

if rateDifference > beta, congestion window is decreased linearly

10
New cards

goal for setting alpha and beta 1

ensure that the congestion window is reduced when it is likely queues are building in the network

11
New cards

goal for setting alpha and beta 2

ensure host is responsive to increases in capacity

12
New cards

bbr

bottleneck bandwidth and RTT

13
New cards

packet pacing

estimating the BBR to compute the rate at which packets are sent within each RTT such that they are evenly spread out