Mind the delay: the adverse effects of delay-based TCP on HTTP
Mind the delay: the adverse effects of delay-based TCP on HTTP
复制标题
DOI:
10.1145/3386367.3431299
复制
发表时间:
2020-11
期刊:
影响因子:
--
通讯作者:
Neil Agarwal;Matteo Varvello;Andrius Aucinas;F. Bustamante;R. Netravali
中科院分区:
文献类型:
--
作者:
Neil Agarwal;Matteo Varvello;Andrius Aucinas;F. Bustamante;R. Netravali
The last three decades have seen much evolution in web and network protocols: amongst them, a transition from HTTP/1.1 to HTTP/2 and a shift from loss-based to delay-based TCP congestion control algorithms. This paper argues that these two trends come at odds with one another, ultimately hurting web performance. Using a controlled synthetic study, we show how delay-based congestion control protocols (e.g., BBR and CUBIC + Hybrid Slow Start) result in the underestimation of the available congestion window in mobile networks, and how that dramatically hampers the effectiveness of HTTP/2. To quantify the impact of such finding in the current web, we evolve the web performance toolbox in two ways. First, we develop Igor, a client-side TCP congestion control detection tool that can differentiate between loss-based and delay-based algorithms by focusing on their behavior during slow start. Second, we develop a Chromium patch which allows fine-grained control on the HTTP version to be used per domain. Using these new web performance tools, we analyze over 300 real websites and find that 67% of sites relying solely on delay-based congestion control algorithms have better performance with HTTP/1.1.