RELATED WORK Flashcards

1
Q

The design objective of this protocol is to make the recovery time from loss events
be constant regardless of the window size.

A

Scalable TCP (STCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

largely depends on the current window size.

A

the recovery time of TCP-NewReno

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Uses a generalized AIMD where the linear increase factor and multiplicative decrease factor are adjusted by a convex fucntion of the current congestion window size. Most of high-speed TCP variants support this form
of TCP compatibility, which is based on the window size.

A

HighSpeed TCP (HSTCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

uses the elapsed time () since the last congestion event for calculating the current congestion window size.

A

HTCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

measures the difference () between expected

throughput and actual throughput based on round-trip delays.

A

TCP-Vegas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Determines the current congestion window size
based on both round-trip delays and packet losses over a path. Also updates the sending rate at every other RTT with rate-pacing.

A

FAST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

estimates an end-to-end available band-
width by accounting the rate of returning ACKs. This mechanism is effective especially over wireless links where frequent channel losses are misinterpreted as congestion losses and thus TCP reduces the
congestion window unnecessarily.

A

TCP-Westwood

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

uses a queueing delay to determine an in-
crease factor and multiplicative decrease factor instan-
taneously during the window increment phase.

A

TCP-Illinois

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Scales the window increment rule to ensure

fairness among the flows with different RTTs.

A

TCP-Hybla

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

determines the congestion window size very

similar to TCP-NewReno, but it uses the delay information of TCP-Vegas to differentiate non-congestion losses.

A

TCP-Veno

How well did you know this?
1
Not at all
2
3
4
5
Perfectly