Introduction Flashcards
A new mechanism that enables data exchange during TCP’s initial handshake
TCP Fast Open
Decreases application network latency by one full round-trip time, decreasing the delay experienced by such short TCP transfers
TCP Fast Open
Can decrease HTTP transaction network latency by 15% and whole-page load time over 10% on average, and in some cases up to 40%
TCP Fast Open
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.
RTT = Round-trip time
The RTT of a web flow largely
comprises two components:
transmission delay and propagation
delay
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.
propagation delay
the most effective way to
improve the latency of web applications
reducing the number of round trips required
for the transfer of a web object
this additional RTT is a significant portion of the flows’
network latency
short transfers such as those common today on the
web
the performance penalty incurred by a web
flow due to its TCP handshake is
between 10% and 30% of
the latency to serve the HTTP request
The core of TFO
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.
What enabled TFO
socket
API extensions