Introduction Flashcards

1
Q

A new mechanism that enables data exchange during TCP’s initial handshake

A

TCP Fast Open

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

Decreases application network latency by one full round-trip time, decreasing the delay experienced by such short TCP transfers

A

TCP Fast Open

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

Can decrease HTTP transaction network latency by 15% and whole-page load time over 10% on average, and in some cases up to 40%

A

TCP Fast Open

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

The time required for a signal pulse or packet to travel from a specific source to a specific destination and back again. In this context, the source is the computer initiating the signal and the destination is a remote computer or system that receives the signal and retransmits it.

A

RTT = Round-trip time

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

The RTT of a web flow largely

comprises two components:

A

transmission delay and propagation

delay

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

Though network bandwidth has grown substantially
over the past two decades thereby significantly reducing
transmission delays, this particular delay is largely constrained
by the speed of light and therefore has remained unchanged.

A

propagation delay

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

the most effective way to

improve the latency of web applications

A

reducing the number of round trips required

for the transfer of a web object

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

this additional RTT is a significant portion of the flows’

network latency

A

short transfers such as those common today on the

web

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

the performance penalty incurred by a web

flow due to its TCP handshake is

A

between 10% and 30% of

the latency to serve the HTTP request

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

The core of TFO

A

At the core of TFO
is a security cookie that is used by the server to authenticate
a client that is initiating a TFO connection.

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

What enabled TFO

A

socket

API extensions

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