TCP - The underlying protocol which powers most applications on the internet today, including HTTP, is a "reliable" "window-based" protocol. When talking about web performance, we really discussing TCP performance.
The two variables involved in calculating the maximum possible TCP performance are: - Round-trip latency
- End-to-end bandwidth
Both elements are equally important when determining the amount of data that can be on the network ("in-flight") at any given time or the MPTR (maximum possible transfer rate).
Back to top
|