Content deleted Content added
Newslinger (talk | contribs) →External links: Remove links to non-authoritative self-published content (WP:ELNO). There is no official website for bufferbloat |
m unpiped links using script |
||
(48 intermediate revisions by 24 users not shown) | |||
Line 1:
{{Short description|
{{Unreliable sources|date=April 2020}}
Line 5:
{{Use mdy dates|date=January 2019}}
'''Bufferbloat''' is a cause of high [[
Some communications equipment manufacturers designed unnecessarily large buffers into some of their [[Network equipment|network products]]. In such equipment, bufferbloat occurs when a network link becomes [[Network congestion|congested]], causing packets to become queued for long periods in these oversized buffers. In a [[
The bufferbloat phenomenon was described as early as 1985.<ref>{{cite web |
According to some sources the most frequent cause of high latency ("lag") in online video games is local home network bufferbloat. High latency can render modern online gaming impossible.<ref>{{cite journal |journal=Queue |title=Bufferbloat: Dark Buffers in the Internet: Networks without effective AQM may again be vulnerable to congestion collapse |doi=10.1145/2063166.2071893|s2cid=18820360 |doi-access=free }}</ref>
== Buffering ==
{{See also|CoDel#Theoretical underpinnings}}
An established [[rule of thumb]] for the network equipment manufacturers was to provide buffers large enough to accommodate at least 250 [[Millisecond|ms]] of buffering for a stream of traffic passing through a device. For example, a router's [[Gigabit Ethernet]] interface would require a relatively large 32 [[MiB|MB]] buffer.<ref name=":0">{{cite web | url = http://conferences.sigcomm.org/sigcomm/2004/papers/p277-appenzeller1.pdf | title = Sizing Router Buffers
A bloated buffer has an effect only when this buffer is actually used. In other words, oversized buffers have a damaging effect only when the link they buffer becomes a bottleneck. The size of the buffer serving a bottleneck can be measured using the [[Ping (networking utility)|ping]] utility provided by most operating systems. First, the other host should be pinged continuously; then, a several-seconds-long download from it should be started and stopped a few times. By design, the TCP congestion avoidance algorithm will rapidly fill up the bottleneck on the route. If downloading (and uploading, respectively) correlates with a direct and important increase of the round trip time reported by ping, then it demonstrates that the buffer of the current bottleneck in the download (and upload, respectively) direction is bloated. Since the increase of the round trip time is caused by the buffer on the bottleneck, the maximum increase gives a rough estimation of its size in milliseconds.{{cn|date=March 2020}}
In the previous example, using an advanced [[traceroute]] tool instead of the simple pinging (for example, [[MTR (software)|MTR]]) will not only demonstrate the existence of a bloated buffer on the bottleneck, but will also pinpoint its location in the network. Traceroute achieves this by displaying the route (path) and measuring transit delays of packets across the network. The history of the route is recorded as round-trip times of the packets received from each successive host (remote node) in the route (path).<ref>{{cite web | url = http://linux.die.net/man/8/traceroute | title = traceroute(8) –
== Mechanism ==
{{See also|TCP tuning#Window size|TCP congestion control#Slow
Most [[TCP congestion control]] algorithms rely on measuring the occurrence of packet drops to determine the available [[bandwidth (computing)|bandwidth]] between two ends of a connection. The algorithms speed up the data transfer until packets start to drop, then slow down the transmission rate. Ideally, they keep adjusting the transmission rate until it reaches an equilibrium speed of the link. So that the algorithms can select a suitable transfer speed, the feedback about packet drops must occur in a timely manner. With a large [[buffer (telecommunication)|buffer]] that has been filled, the packets will arrive at their destination, but with a higher latency. The packets were not dropped, so TCP does not slow down once the uplink has been saturated, further filling the buffer. Newly arriving packets are dropped only when the buffer is fully saturated. Once this happens TCP may even decide that the path of the connection has changed, and again go into the more aggressive search for a new operating point.<ref>{{cite journal | url = http://www.cord.edu/faculty/zhang/cs345/assignments/researchPapers/congavoid.pdf | title = Congestion avoidance and control | journal = ACM SIGCOMM Computer Communication Review | author1 = Jacobson, Van | author2 = Karels, MJ | year = 1988 | volume = 18 | issue = 4 |
Packets are queued within a network buffer before being transmitted; in problematic situations, packets are dropped only if the buffer is full. On older routers, buffers were fairly small so they filled quickly and therefore packets began to drop shortly after the link became saturated, so the TCP protocol could adjust and the issue would not become apparent. On newer routers, buffers have become large enough to hold several seconds of buffered data. To TCP, a congested link can appear to be operating normally as the buffer fills. The TCP algorithm is unaware the link is congested and does not start to take corrective action until the buffer finally overflows and packets are dropped.
Line 28 ⟶ 31:
== Impact on applications ==
Regardless of bandwidth requirements, any type of a service which requires consistently low latency or jitter-free transmission can be affected by bufferbloat.
When the bufferbloat phenomenon is present and the network is under load, even normal web page loads can take many seconds to complete, or simple DNS queries can fail due to timeouts.<ref name="acm">{{cite journal
The DSL Reports Speedtest<ref>{{cite web|url=http://dslreports.com/speedtest|title=Speed test - how fast is your internet?|work=dslreports.com|accessdate=26 October 2017}}</ref> is an easy-to-use test that includes a score for bufferbloat. The ICSI Netalyzr<ref>{{cite web|url=http://netalyzr.icsi.berkeley.edu/|title=ICSI Netalyzr|work=berkeley.edu|accessdate=30 January 2015}}</ref> was another on-line tool that could be used for checking networks for the presence of bufferbloat, together with checking for many other common configuration problems.<ref>{{cite web|url=https://www.newscientist.com/article/dn18953-understanding-your-netalyzr-results|title=Understanding your Netalyzr results|accessdate=26 October 2017}}</ref> The service was shut down in March 2019. The bufferbloat.net web site lists tools and procedures for determining whether a connection has excess buffering that will slow it down.<ref>{{cite web|url=https://www.bufferbloat.net/projects/bloat/wiki/Tests_for_Bufferbloat/|title=Tests for Bufferbloat|work=bufferbloat.net|accessdate=26 October 2017}}</ref>{{sps|date=April 2020|certain=y}}▼
▲The DSL Reports Speedtest<ref>{{cite web|url=http://dslreports.com/speedtest|title=Speed test - how fast is your internet?|work=dslreports.com|accessdate=26 October 2017}}</ref> is an easy-to-use test that includes a score for bufferbloat. The ICSI Netalyzr<ref>{{cite web|url=http://netalyzr.icsi.berkeley.edu/|title=ICSI Netalyzr|work=berkeley.edu|accessdate=30 January 2015|archive-url=https://web.archive.org/web/20190407211303/http://netalyzr.icsi.berkeley.edu/|archive-date=April 7, 2019|url-status=dead}}</ref> was another on-line tool that could be used for checking networks for the presence of bufferbloat, together with checking for many other common configuration problems.<ref>{{cite web|url=https://www.newscientist.com/article/dn18953-understanding-your-netalyzr-results|title=Understanding your Netalyzr results|accessdate=26 October 2017}}</ref> The service was shut down in March 2019. The bufferbloat.net web site lists tools and procedures for determining whether a connection has excess buffering that will slow it down.<ref>{{cite web|url=https://www.bufferbloat.net/projects/bloat/wiki/Tests_for_Bufferbloat/|title=Tests for Bufferbloat|work=bufferbloat.net|accessdate=26 October 2017}}
== Solutions and mitigations ==
Several technical solutions exist which can be broadly grouped into two categories: solutions that target the network and solutions that target the endpoints. The two types of solutions are often complementary. The problem sometimes arrives with a combination of fast and slow network paths.
Network solutions generally take the form of queue management algorithms. This type of solution has been the focus of the [[IETF]] AQM working group.<ref name=ietf-aqm>{{cite web|url=https://datatracker.ietf.org/wg/aqm/about/|title=IETF AQM working group|work=ietf.org|accessdate=26 October 2017}}</ref> Notable examples include:
* Limiting the IP queue length, see [[TCP tuning]]
*[[Active
* Hybrid AQM and packet scheduling algorithms such as [[FQ-CoDel]].<ref name=fq-codel>{{Cite IETF | last1 = Høiland-Jørgensen| first1 = Toke| last2 = McKenney| first2 = Paul| last3 = Taht| first3 = Dave| last4 = Gettys| first4 = Jim| last5 = Dumazet| first5 = Eric| title = The FlowQueue-CoDel Packet Scheduler and Active Queue Management Algorithm| rfc = 8290 }}</ref>
* Amendments to the [[DOCSIS]] standard<ref name=docsis>{{cite web|url=http://www.cablelabs.com/specs |title=DOCSIS "Upstream Buffer Control" feature|publisher=CableLabs|pages=554–556|accessdate=2012-08-09}}</ref> to enable smarter buffer control in [[cable modem]]s.<ref name="acm" />
* Integration of queue management ([[FQ-CoDel]]) into the [[
Notable examples of solutions targeting the endpoints are:
Line 51 ⟶ 55:
* Techniques for using fewer connections, such as [[HTTP pipelining]] or [[HTTP/2]] instead of the plain HTTP protocol.<ref name=acm />
Utilizing [[DiffServ]] (and employing multiple priority-based queues) helps in prioritizing transmission of low-latency traffic (such as VoIP, videoconferencing, gaming), relegating dealing with congestion and bufferbloat onto non-prioritized traffic. <ref>{{Cite web|last=Hein|first=Mathias|title=Bufferbloat » ADMIN Magazine|url=http://www.admin-magazine.com/Archive/2020/57/Bufferbloat-causes-and-management|access-date=2020-06-11|website=ADMIN Magazine|language=en-US}}</ref>
== Optimal buffer size ==
For the longest delay TCP connections to still get their fair share of the bandwidth, the buffer size should be at least the [[bandwidth-delay product]] divided by the square root of the number of simultaneous streams.<ref>{{Cite web |last=Huston |first=Geoff |date=2019-12-12 |title=Sizing the buffer |url=https://blog.apnic.net/2019/12/12/sizing-the-buffer/ |access-date=2022-10-16 |website=APNIC Blog |language=en-US}}</ref><ref name=":0" /> A typical rule of thumb is 50 ms of line rate data,<ref>{{Cite web |title=Router/Switch Buffer Size Issues |url=https://fasterdata.es.net/network-tuning/router-switch-buffer-size-issues/ |access-date=2022-10-16 |website=fasterdata.es.net}}</ref> but some popular consumer grade switches only have 1 ms,<ref>{{Cite web |title=BCM53115 |url=https://www.broadcom.com/products/ethernet-connectivity/switching/roboswitch/bcm53115 |access-date=2022-10-16 |website=www.broadcom.com |language=en}}</ref> which may result in extra bandwidth loss on the longer delay connections in case of local contention with others.
== See also ==
* [[Bandwidth-delay product]]
* [[Congestion window]]
Line 60 ⟶ 69:
* [[Head-of-line blocking]]
* [[Packet loss]]
== References ==
Line 67 ⟶ 75:
== External links ==
* [http://queue.acm.org/detail.cfm?id=2076798 BufferBloat: What's Wrong with the Internet?] A discussion with [[Vint Cerf]], [[Van Jacobson]], Nick Weaver, and [[Jim Gettys]]
* {{
* {{
* {{
* {{
* [https://lwn.net/Articles/564978/ TSO sizing and the FQ scheduler] (Jonathan Corbet, [[LWN.net]])
|