<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 2.7.4) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-ccwg-rfc5033bis-00" category="bcp" consensus="true" submissionType="IETF" obsoletes="5033" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="New CC Algorithms">Specifying New Congestion Control Algorithms</title>

    <author initials="M." surname="Duke" fullname="Martin Duke" role="editor">
      <organization>Google LLC</organization>
      <address>
        <email>martin.h.duke@gmail.com</email>
      </address>
    </author>
    <author initials="G." surname="Fairhurst" fullname="Godred Fairhurst" role="editor">
      <organization>University of Aberdeen</organization>
      <address>
        <email>gorry@erg.abdn.ac.uk</email>
      </address>
    </author>

    <date year="2023" month="September" day="21"/>

    <area>General</area>
    <workgroup>CCWG</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 86?>

<t>The IETF's standard congestion control schemes have been widely shown
to be inadequate for various environments (e.g., high-speed networks,
wireless technologies such as 3GPP and WiFi, long distance satellite
links) and also in conflict with the needed, more isochronous,
behaviors of VoIP, gaming, and videoconferencing traffic.
Recent research has yielded many alternate congestion
control schemes that significantly differ from the IETF's congestion
control principles.
Using these new congestion control schemes in
the global Internet has possible ramifications to both the traffic
using the new congestion control and to traffic using the currently
standardized congestion control.
Therefore, the IETF must proceed
with caution when dealing with alternate congestion control
proposals.
The goal of this document is to provide guidance for
considering alternate congestion control algorithms within the IETF.</t>



    </abstract>



  </front>

  <middle>


<?line 106?>

<section anchor="introduction"><name>Introduction</name>

<t>This document provides guidelines for the IETF to use when evaluating
suggested congestion control algorithms that significantly differ
from the general congestion control principles outlined in <xref target="RFC2914"/>.
The guidance is intended to be useful to authors proposing alternate
congestion control and for the IETF community when evaluating whether
a proposal is appropriate for publication in the RFC series and for
deployment in the Internet.</t>

<t>This document updates the similarly titled <xref target="RFC5033"/> that was
published in 2007. Since then, multiple congestion control algorithms
were developed outside of the IETF, including at least two that saw
large scale deployment: Cubic <xref target="HRX08"/> and BBR <xref target="BBR-draft"/>.</t>

<t>Cubic was documented in a research publication in 2007 <xref target="HRX08"/>,
and then adopted as the default congestion control algorithm for
the TCP implementation in Linux. It was already used in a significant
fraction of TCP connections over the Internet before being documented
in an informational Internet Draft in 2015, being published as an
informational RFC in 2017 <xref target="RFC8312"/> and then as a proposed
standard in 2023 <xref target="RFC9438"/>.</t>

<t>BBR is developed as an internal research project by Google,
with the first implementation contributed to Linux kernel 4.19 in 2016.
It was described in an IRTF draft in 2018, and that draft is
regularly updated to document the evolving versions of the algorithm
<xref target="BBR-draft"/>. BBR is widely used for Google services using either
TCP or QUIC <xref target="RFC9000"/>, and is also largely deployed outside of
Google.</t>

<t>We cannot say now whether the original authors of <xref target="RFC5033"/>
expected that developers would be somehow waiting for IETF review
before widely deploying a congestion control algorithm over the
Internet, but the examples of Cubic and BBR teaches us that
deployment of new algorithms is not in fact gated by publication
of the algorithm as an RFC. Nevertheless, guidelines are
important, if only to remind potential inventors and developers of
the multiple facets of the congestion control problem.</t>

<t>The guidelines in this document are intended to be consistent with
the congestion control principles from <xref target="RFC2914"/> of preventing
congestion collapse, considering fairness, and optimizing the flow's
own performance in terms of throughput, delay, and loss.
<xref target="RFC2914"/>
also discusses the goal of avoiding a congestion control "arms race"
among competing transport protocols.</t>

<t>This document does not give hard-and-fast requirements for an
appropriate congestion control scheme.
Rather, the document provides
a set of criteria that should be considered and weighed by the
developers of congestion control algorithms and by the IETF
in the context of each proposal.
The high-order criteria for any new
proposal is that a serious scientific study of the pros and cons of
the proposal needs to have been done before a proposal is
considered for publication by the IETF or before it is deployed at
large scale.</t>

<t>After initial studies, we encourage authors to write a specification
of their proposals for publication in the RFC series to allow others
to concretely understand and investigate the wealth of proposals in
this space.</t>

</section>
<section anchor="document-status"><name>Document Status</name>

<t>Following the lead of HighSpeed TCP <xref target="RFC3649"/>, alternate congestion
control algorithms are expected to be published as "Experimental"
RFCs until such time that the community better understands the
solution space.
Traditionally, the meaning of "Experimental" status
has varied in its use and interpretation.
As part of this document
we define two classes of congestion control proposals that can be
published with the "Experimental" status.
The first class includes
algorithms that are judged to be safe to deploy for best-effort
traffic in the global Internet and further investigated in that
environment.
The second class includes algorithms that, while
promising, are not deemed safe enough for widespread deployment as
best-effort traffic on the Internet, but are being specified to
facilitate investigations in simulation, testbeds, or controlled
environments.
The second class can also include algorithms where the
IETF does not yet have sufficient understanding to decide if the
algorithm is or is not safe for deployment on the Internet.</t>

<t>Each alternate congestion control algorithm published is required to
include a statement in the abstract indicating whether or not the
proposal is considered safe for use on the Internet.
Each alternate
congestion control algorithm published is also required to include a
statement in the abstract describing environments where the protocol
is not recommended for deployment.
There may be environments where
the protocol is deemed <em>safe</em> for use, but still is not <em>recommended</em>
for use because it does not perform well for the user.</t>

<t>As examples of such statements, <xref target="RFC3649"/> specifying HighSpeed TCP
includes a statement in the abstract stating that the proposal is
Experimental, but may be deployed in the current Internet.  In
contrast, the Quick-Start document <xref target="RFC4782"/> includes a paragraph in
the abstract stating the mechanism is only being proposed for
controlled environments.  The abstract specifies environments where
the Quick-Start request could give false positives (and therefore
would be unsafe to deploy).  The abstract also specifies environments
where packets containing the Quick-Start request could be dropped in
the network; in such an environment, Quick-Start would not be unsafe
to deploy, but deployment would still not be recommended because it
could cause unnecessary delays for the connections attempting to use
Quick-Start.</t>

<t>For authors of alternate congestion control schemes who are not ready
to bring their congestion control mechanisms to the IETF for
standardization (either as Experimental or as Proposed Standard), one
possibility would be to submit an internet-draft that documents the
alternate congestion control mechanism for the benefit of the IETF
and IRTF communities.  This is particularly encouraged in order to
get algorithm specifications widely disseminated to facilitate
further research.  Such an internet-draft could be submitted to be
considered as an Informational RFC, as a first step in the process
towards standardization.  Such a document would also be expected to
carry an explicit warning against using the scheme in the global
Internet.</t>

<t>Note: we are not changing the RFC publication process for non-IETF
produced documents (e.g., those from the IRTF or Independent
Submissions via the RFC-Editor).  However, we would hope the
guidelines in this document inform the IESG as they consider whether
to add a note to such documents.</t>

</section>
<section anchor="guidelines"><name>Guidelines</name>

<t>As noted above, authors are expected to do a well-rounded evaluation
of the pros and cons of proposals brought to the IETF.  The following
are guidelines to help authors and the IETF community.  Concerns that
fall outside the scope of these guidelines are certainly possible;
these guidelines should not be considered as an all-encompassing
check-list.</t>

<dl>
  <dt>(0)</dt>
  <dd>
    <t>Differences with Congestion Control Principles <xref target="RFC2914"/></t>
  </dd>
  <dt/>
  <dd>
    <t>Proposed congestion control mechanisms should include a clear
explanation of the deviations from <xref target="RFC2914"/>.</t>
  </dd>
  <dt>(1)</dt>
  <dd>
    <t>Impact on Standard TCP, SCTP <xref target="RFC2960"/>, and DCCP <xref target="RFC4340"/>.</t>
  </dd>
  <dt/>
  <dd>
    <t>Proposed congestion control mechanisms should be evaluated when
competing with standard IETF congestion control <xref target="RFC2581"/>,
<xref target="RFC2960"/>, <xref target="RFC4340"/>.  Alternate congestion controllers that have a
significantly negative impact on traffic using standard
congestion control may be suspect and this aspect should be part
of the community's decision making with regards to the
suitability of the alternate congestion control mechanism.</t>
  </dd>
  <dt/>
  <dd>
    <t>We note that this bullet is not a requirement for strict TCP-
friendliness as a prerequisite for an alternate congestion
control mechanism to advance to Experimental.  As an example,
HighSpeed TCP is a congestion control mechanism that is
Experimental, but that is not TCP-friendly in all environments.
We also note that this guideline does not constrain the fairness
offered for non-best-effort traffic.</t>
  </dd>
  <dt/>
  <dd>
    <t>As an example from an Experimental RFC, fairness with standard
TCP is discussed in Sections 4 and 6 of <xref target="RFC3649"/> (HighSpeed TCP)
and using spare capacity is discussed in Sections 6, 11.1, and 12
of <xref target="RFC3649"/>.</t>
  </dd>
  <dt>(2)</dt>
  <dd>
    <t>Difficult Environments.</t>
  </dd>
  <dt/>
  <dd>
    <t>The proposed algorithms should be assessed in difficult
environments such as paths containing wireless links.
Characteristics of wireless environments are discussed in
<xref target="RFC3819"/> and in Section 16 of <xref target="Tools"/>.  Other difficult
environments can include those with multipath routing within a
connection.  We note that there is still much to be desired in
terms of the performance of TCP in some of these difficult
environments.  For congestion control mechanisms with explicit
feedback from routers, difficult environments can include paths
with non-IP queues at layer-two, IP tunnels, and the like.  A
minimum goal for experimental mechanisms proposed for widespread
deployment in the Internet should be that they do not perform
significantly worse than TCP in these environments.</t>
  </dd>
  <dt/>
  <dd>
    <t>While it is impossible to enumerate all the possible "difficult
environments", we note that the IETF has previously grappled with
paths with long delays <xref target="RFC2488"/>, high delay bandwidth products
<xref target="RFC3649"/>, high packet corruption rates <xref target="RFC3155"/>, packet
reordering <xref target="RFC4653"/>, and significantly slow links <xref target="RFC3150"/>.
Aspects of alternate congestion control that impact networks with
these characteristics should be detailed.</t>
  </dd>
  <dt/>
  <dd>
    <t>As an example from an Experimental RFC, performance in difficult
environments is discussed in Sections 6, 9.2, and 10.2 of
<xref target="RFC4782"/> (Quick-Start).</t>
  </dd>
  <dt>(3)</dt>
  <dd>
    <t>Investigating a Range of Environments.</t>
  </dd>
  <dt/>
  <dd>
    <t>Similar to the last criteria, proposed alternate congestion
controllers should be assessed in a range of environments.  For
instance, proposals should be investigated across a range of
bandwidths, round-trip times, levels of traffic on the reverse
path, and levels of statistical multiplexing at the congested
link.  Similarly, proposals should be investigated for robust
performance with different queueing mechanisms in the routers,
especially Random Early Detection (RED) <xref target="FJ03"/> and Drop-Tail.
This evaluation is often not included in the internet-draft
itself, but in related papers cited in the draft.</t>
  </dd>
  <dt/>
  <dd>
    <t>A particularly important aspect of evaluating a proposal for
standardization is in understanding where the algorithm breaks
down.  Therefore, particular attention should be paid to
characterizing the areas where the proposed mechanism does not
perform well.</t>
  </dd>
  <dt/>
  <dd>
    <t>As an example from an Experimental RFC, performance in a range of
environments is discussed in Section 12 of <xref target="RFC3649"/> (HighSpeed
TCP) and Section 9.7 of <xref target="RFC4782"/> (Quick-Start).</t>
  </dd>
  <dt>(4)</dt>
  <dd>
    <t>Protection Against Congestion Collapse</t>
  </dd>
  <dt/>
  <dd>
    <t>The alternate congestion control mechanism should either stop
sending when the packet drop rate exceeds some threshold
<xref target="RFC3714"/>, or should include some notion of "full backoff".  For
"full backoff", at some point the algorithm would reduce the
sending rate to one packet per round-trip time and then
exponentially backoff the time between single packet
transmissions if congestion persists.  Exactly when either "full
backoff" or a pause in sending comes into play will be
algorithm-specific.  However, as discussed in <xref target="RFC2914"/>, this
requirement is crucial to protect the network in times of extreme
congestion.</t>
  </dd>
  <dt/>
  <dd>
    <t>If "full backoff" is used, this bullet does not require that the
full backoff mechanism must be identical to that of TCP
<xref target="RFC2988"/>.  As an example, this bullet does not preclude full
backoff mechanisms that would give flows with different round-
trip times comparable bandwidth during backoff.</t>
  </dd>
  <dt>(5)</dt>
  <dd>
    <t>Protection Against Bufferbloat</t>
  </dd>
  <dt/>
  <dd>
    <t>The alternate congestion control mechanism should reduce its sending
rate if the round trip time (RTT) significantly increases. Exactly how
the algorithm reduces its sending rate is algorithm specific.</t>
  </dd>
  <dt/>
  <dd>
    <t>Bufferbloat <xref target="Bufferbloat"/> refers to the building of long queues in
the network. Many network routers are configured with very large buffers.
If congestion starts happening, classic TCP congestion control algorithms
<xref target="RFC5681"/> will continue sending at a high rate until the buffer fills
up completely and packet losses occur. Every connection going through
that bottleneck will experience high latency.
This is particularly bad for highly interactive applications like games,
but it also affects routine web browsing and video playing.</t>
  </dd>
  <dt/>
  <dd>
    <t>This problem became apparent in the last decade and was not discussed in
the Congestion Control Principles published in September 2002 <xref target="RFC2914"/>.
The classic congestion control algorithm <xref target="RFC5681"/> and the widely deployed
Cubic algorithm <xref target="RFC9438"/> do not address it, but newly designed congestion
control algorithms have the opportunity to improve the state of the art.</t>
  </dd>
  <dt>(6)</dt>
  <dd>
    <t>Fairness within the Alternate Congestion Control Algorithm.</t>
  </dd>
  <dt/>
  <dd>
    <t>In environments with multiple competing flows all using the same
alternate congestion control algorithm, the proposal should
explore how bandwidth is shared among the competing flows.</t>
  </dd>
  <dt>(7)</dt>
  <dd>
    <t>Performance with Misbehaving Nodes and Outside Attackers.</t>
  </dd>
  <dt/>
  <dd>
    <t>The proposal should explore how the alternate congestion control
mechanism performs with misbehaving senders, receivers, or
routers.  In addition, the proposal should explore how the
alternate congestion control mechanism performs with outside
attackers.  This can be particularly important for congestion
control mechanisms that involve explicit feedback from routers
along the path.</t>
  </dd>
  <dt/>
  <dd>
    <t>As an example from an Experimental RFC, performance with
misbehaving nodes and outside attackers is discussed in Sections
9.4, 9.5, and 9.6 of <xref target="RFC4782"/> (Quick-Start).  This includes
discussion of misbehaving senders and receivers; collusion
between misbehaving routers; misbehaving middleboxes; and the
potential use of Quick-Start to attack routers or to tie up
available Quick-Start bandwidth.</t>
  </dd>
  <dt>(8)</dt>
  <dd>
    <t>Responses to Sudden or Transient Events.</t>
  </dd>
  <dt/>
  <dd>
    <t>The proposal should consider how the alternate congestion control
mechanism would perform in the presence of transient events such
as sudden congestion, a routing change, or a mobility event.
Routing changes, link disconnections, intermittent link
connectivity, and mobility are discussed in more detail in
Section 17 of <xref target="Tools"/>.</t>
  </dd>
  <dt/>
  <dd>
    <t>As an example from an Experimental RFC, response to transient
events is discussed in Section 9.2 of <xref target="RFC4782"/> (Quick-Start).</t>
  </dd>
  <dt>(9)</dt>
  <dd>
    <t>Incremental Deployment.</t>
  </dd>
  <dt/>
  <dd>
    <t>The proposal should discuss whether the alternate congestion
control mechanism allows for incremental deployment in the
targeted environment.  For a mechanism targeted for deployment in
the current Internet, it would be helpful for the proposal to
discuss what is known (if anything) about the correct operation
of the mechanism with some of the equipment installed in the
current Internet, e.g., routers, transparent proxies, WAN
optimizers, intrusion detection systems, home routers, and the
like.</t>
  </dd>
  <dt/>
  <dd>
    <t>As a similar concern, if the alternate congestion control
mechanism is intended only for specific environments (and not the
global Internet), the proposal should consider how this intention
is to be carried out.  The community will have to address the
question of whether the scope can be enforced by simply stating
the restrictions or whether additional protocol mechanisms are
required to enforce the scoping.  The answer will necessarily
depend on the change being proposed.</t>
  </dd>
  <dt/>
  <dd>
    <t>As an example from an Experimental RFC, deployment issues are
discussed in Sections 10.3 and 10.4 of <xref target="RFC4782"/> (Quick-Start).</t>
  </dd>
</dl>

</section>
<section anchor="minimum-requirements"><name>Minimum Requirements</name>

<t>This section suggests minimum requirements for a document to be
approved as Experimental with approval for widespread deployment in
the global Internet.</t>

<t>The minimum requirements for approval for widespread deployment in
the global Internet include the following guidelines on: (1)
assessing the impact on standard congestion control, (3)
investigation of the proposed mechanism in a range of environments,
(4) protection against congestion collapse, and (8) discussing
whether the mechanism allows for incremental deployment.</t>

<t>For other guidelines, i.e., (2), (5), (6), and (7), the author must
perform the suggested evaluations and provide recommended analysis.
Evidence that the proposed mechanism has significantly more problems
than those of TCP should be a cause for concern in approval for
widespread deployment in the global Internet.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>This document does not represent a change to any aspect of the TCP/IP
protocol suite and therefore does not directly impact Internet
security.  The implementation of various facets of the Internet's
current congestion control algorithms do have security implications
(e.g., as outlined in <xref target="RFC2581"/>).  Alternate congestion control
schemes should be mindful of such pitfalls, as well, and should
examine any potential security issues that may arise.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor="RFC2914">
  <front>
    <title>Congestion Control Principles</title>
    <author fullname="S. Floyd" initials="S." surname="Floyd"/>
    <date month="September" year="2000"/>
    <abstract>
      <t>The goal of this document is to explain the need for congestion control in the Internet, and to discuss what constitutes correct congestion control. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="41"/>
  <seriesInfo name="RFC" value="2914"/>
  <seriesInfo name="DOI" value="10.17487/RFC2914"/>
</reference>

<reference anchor="RFC5033">
  <front>
    <title>Specifying New Congestion Control Algorithms</title>
    <author fullname="S. Floyd" initials="S." surname="Floyd"/>
    <author fullname="M. Allman" initials="M." surname="Allman"/>
    <date month="August" year="2007"/>
    <abstract>
      <t>The IETF's standard congestion control schemes have been widely shown to be inadequate for various environments (e.g., high-speed networks). Recent research has yielded many alternate congestion control schemes that significantly differ from the IETF's congestion control principles. Using these new congestion control schemes in the global Internet has possible ramifications to both the traffic using the new congestion control and to traffic using the currently standardized congestion control. Therefore, the IETF must proceed with caution when dealing with alternate congestion control proposals. The goal of this document is to provide guidance for considering alternate congestion control algorithms within the IETF. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="133"/>
  <seriesInfo name="RFC" value="5033"/>
  <seriesInfo name="DOI" value="10.17487/RFC5033"/>
</reference>

<reference anchor="RFC2960">
  <front>
    <title>Stream Control Transmission Protocol</title>
    <author fullname="R. Stewart" initials="R." surname="Stewart"/>
    <author fullname="Q. Xie" initials="Q." surname="Xie"/>
    <author fullname="K. Morneault" initials="K." surname="Morneault"/>
    <author fullname="C. Sharp" initials="C." surname="Sharp"/>
    <author fullname="H. Schwarzbauer" initials="H." surname="Schwarzbauer"/>
    <author fullname="T. Taylor" initials="T." surname="Taylor"/>
    <author fullname="I. Rytina" initials="I." surname="Rytina"/>
    <author fullname="M. Kalla" initials="M." surname="Kalla"/>
    <author fullname="L. Zhang" initials="L." surname="Zhang"/>
    <author fullname="V. Paxson" initials="V." surname="Paxson"/>
    <date month="October" year="2000"/>
    <abstract>
      <t>This document describes the Stream Control Transmission Protocol (SCTP). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2960"/>
  <seriesInfo name="DOI" value="10.17487/RFC2960"/>
</reference>

<reference anchor="RFC4340">
  <front>
    <title>Datagram Congestion Control Protocol (DCCP)</title>
    <author fullname="E. Kohler" initials="E." surname="Kohler"/>
    <author fullname="M. Handley" initials="M." surname="Handley"/>
    <author fullname="S. Floyd" initials="S." surname="Floyd"/>
    <date month="March" year="2006"/>
    <abstract>
      <t>The Datagram Congestion Control Protocol (DCCP) is a transport protocol that provides bidirectional unicast connections of congestion-controlled unreliable datagrams. DCCP is suitable for applications that transfer fairly large amounts of data and that can benefit from control over the tradeoff between timeliness and reliability. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4340"/>
  <seriesInfo name="DOI" value="10.17487/RFC4340"/>
</reference>

<reference anchor="RFC2581">
  <front>
    <title>TCP Congestion Control</title>
    <author fullname="M. Allman" initials="M." surname="Allman"/>
    <author fullname="V. Paxson" initials="V." surname="Paxson"/>
    <author fullname="W. Stevens" initials="W." surname="Stevens"/>
    <date month="April" year="1999"/>
    <abstract>
      <t>This document defines TCP's four intertwined congestion control algorithms: slow start, congestion avoidance, fast retransmit, and fast recovery. In addition, the document specifies how TCP should begin transmission after a relatively long idle period, as well as discussing various acknowledgment generation methods. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2581"/>
  <seriesInfo name="DOI" value="10.17487/RFC2581"/>
</reference>

<reference anchor="RFC5681">
  <front>
    <title>TCP Congestion Control</title>
    <author fullname="M. Allman" initials="M." surname="Allman"/>
    <author fullname="V. Paxson" initials="V." surname="Paxson"/>
    <author fullname="E. Blanton" initials="E." surname="Blanton"/>
    <date month="September" year="2009"/>
    <abstract>
      <t>This document defines TCP's four intertwined congestion control algorithms: slow start, congestion avoidance, fast retransmit, and fast recovery. In addition, the document specifies how TCP should begin transmission after a relatively long idle period, as well as discussing various acknowledgment generation methods. This document obsoletes RFC 2581. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5681"/>
  <seriesInfo name="DOI" value="10.17487/RFC5681"/>
</reference>




    </references>

    <references title='Informative References'>




<reference anchor="BBR-draft">
   <front>
      <title>BBR Congestion Control</title>
      <author fullname="Neal Cardwell" initials="N." surname="Cardwell">
         <organization>Google</organization>
      </author>
      <author fullname="Yuchung Cheng" initials="Y." surname="Cheng">
         <organization>Google</organization>
      </author>
      <author fullname="Soheil Hassas Yeganeh" initials="S. H." surname="Yeganeh">
         <organization>Google</organization>
      </author>
      <author fullname="Ian Swett" initials="I." surname="Swett">
         <organization>Google</organization>
      </author>
      <author fullname="Van Jacobson" initials="V." surname="Jacobson">
         <organization>Google</organization>
      </author>
      <date day="7" month="March" year="2022"/>
      <abstract>
	 <t>   This document specifies the BBR congestion control algorithm.  BBR
   (&quot;Bottleneck Bandwidth and Round-trip propagation time&quot;) uses recent
   measurements of a transport connection&#x27;s delivery rate, round-trip
   time, and packet loss rate to build an explicit model of the network
   path.  BBR then uses this model to control both how fast it sends
   data and the maximum volume of data it allows in flight in the
   network at any time.  Relative to loss-based congestion control
   algorithms such as Reno [RFC5681] or CUBIC [RFC8312], BBR offers
   substantially higher throughput for bottlenecks with shallow buffers
   or random losses, and substantially lower queueing delays for
   bottlenecks with deep buffers (avoiding &quot;bufferbloat&quot;).  BBR can be
   implemented in any transport protocol that supports packet-delivery
   acknowledgment.  Thus far, open source implementations are available
   for TCP [RFC793] and QUIC [RFC9000].  This document specifies version
   2 of the BBR algorithm, also sometimes referred to as BBRv2 or bbr2.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-cardwell-iccrg-bbr-congestion-control-02"/>
   
</reference>


<reference anchor="HRX08" target="https://doi.org/10.1145/1400097.1400105">
  <front>
    <title>CUBIC: a new TCP-friendly high-speed TCP variant</title>
    <author initials="S." surname="Ha" fullname="Sangtae Ha">
      <organization></organization>
    </author>
    <author initials="I." surname="Rhee" fullname="Injong Rhee">
      <organization></organization>
    </author>
    <author initials="L." surname="Xu" fullname="Lisong Xu">
      <organization></organization>
    </author>
    <date year="2008" month="July"/>
  </front>
  <seriesInfo name="ACM SIGOPS Operating Systems Review, vol. 42, no. 5, pp. 64-74" value=""/>
</reference>
<reference anchor="FJ03" >
  <front>
    <title>Random Early Detection Gateways for Congestion Avoidance</title>
    <author initials="S." surname="Floyd">
      <organization></organization>
    </author>
    <author initials="V." surname="Jacobson">
      <organization></organization>
    </author>
    <date year="1993" month="August"/>
  </front>
  <seriesInfo name="IEEE/ACM Transactions on Networking, V.1 N.4" value=""/>
</reference>
<reference anchor="Tools" target="https://datatracker.ietf.org/doc/draft-irtf-tmrg-tools">
  <front>
    <title>Tools for the Evaluation of Simulation and Testbed Scenarios</title>
    <author initials="S." surname="Floyd">
      <organization></organization>
    </author>
    <author initials="E." surname="Kohler">
      <organization></organization>
    </author>
    <date year="2007" month="July"/>
  </front>
  <seriesInfo name="Work in Progress" value=""/>
</reference>
<reference anchor="Bufferbloat" target="https://www.ietf.org/blog/blind-men-and-elephant/">
  <front>
    <title>The Blind Men and the Elephant</title>
    <author initials="J." surname="Gettys" fullname="Jim Gettys">
      <organization></organization>
    </author>
    <date year="2018" month="February" day="10"/>
  </front>
  <seriesInfo name="IETF Blog" value=""/>
</reference>


<reference anchor="RFC8312">
  <front>
    <title>CUBIC for Fast Long-Distance Networks</title>
    <author fullname="I. Rhee" initials="I." surname="Rhee"/>
    <author fullname="L. Xu" initials="L." surname="Xu"/>
    <author fullname="S. Ha" initials="S." surname="Ha"/>
    <author fullname="A. Zimmermann" initials="A." surname="Zimmermann"/>
    <author fullname="L. Eggert" initials="L." surname="Eggert"/>
    <author fullname="R. Scheffenegger" initials="R." surname="Scheffenegger"/>
    <date month="February" year="2018"/>
    <abstract>
      <t>CUBIC is an extension to the current TCP standards. It differs from the current TCP standards only in the congestion control algorithm on the sender side. In particular, it uses a cubic function instead of a linear window increase function of the current TCP standards to improve scalability and stability under fast and long-distance networks. CUBIC and its predecessor algorithm have been adopted as defaults by Linux and have been used for many years. This document provides a specification of CUBIC to enable third-party implementations and to solicit community feedback through experimentation on the performance of CUBIC.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8312"/>
  <seriesInfo name="DOI" value="10.17487/RFC8312"/>
</reference>

<reference anchor="RFC9438">
  <front>
    <title>CUBIC for Fast and Long-Distance Networks</title>
    <author fullname="L. Xu" initials="L." surname="Xu"/>
    <author fullname="S. Ha" initials="S." surname="Ha"/>
    <author fullname="I. Rhee" initials="I." surname="Rhee"/>
    <author fullname="V. Goel" initials="V." surname="Goel"/>
    <author fullname="L. Eggert" initials="L." role="editor" surname="Eggert"/>
    <date month="August" year="2023"/>
    <abstract>
      <t>CUBIC is a standard TCP congestion control algorithm that uses a cubic function instead of a linear congestion window increase function to improve scalability and stability over fast and long-distance networks. CUBIC has been adopted as the default TCP congestion control algorithm by the Linux, Windows, and Apple stacks.</t>
      <t>This document updates the specification of CUBIC to include algorithmic improvements based on these implementations and recent academic work. Based on the extensive deployment experience with CUBIC, this document also moves the specification to the Standards Track and obsoletes RFC 8312. This document also updates RFC 5681, to allow for CUBIC's occasionally more aggressive sending behavior.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9438"/>
  <seriesInfo name="DOI" value="10.17487/RFC9438"/>
</reference>

<reference anchor="RFC9000">
  <front>
    <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
    <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
    <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
    <date month="May" year="2021"/>
    <abstract>
      <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9000"/>
  <seriesInfo name="DOI" value="10.17487/RFC9000"/>
</reference>

<reference anchor="RFC3649">
  <front>
    <title>HighSpeed TCP for Large Congestion Windows</title>
    <author fullname="S. Floyd" initials="S." surname="Floyd"/>
    <date month="December" year="2003"/>
    <abstract>
      <t>The proposals in this document are experimental. While they may be deployed in the current Internet, they do not represent a consensus that this is the best method for high-speed congestion control. In particular, we note that alternative experimental proposals are likely to be forthcoming, and it is not well understood how the proposals in this document will interact with such alternative proposals. This document proposes HighSpeed TCP, a modification to TCP's congestion control mechanism for use with TCP connections with large congestion windows. The congestion control mechanisms of the current Standard TCP constrains the congestion windows that can be achieved by TCP in realistic environments. For example, for a Standard TCP connection with 1500-byte packets and a 100 ms round-trip time, achieving a steady-state throughput of 10 Gbps would require an average congestion window of 83,333 segments, and a packet drop rate of at most one congestion event every 5,000,000,000 packets (or equivalently, at most one congestion event every 1 2/3 hours). This is widely acknowledged as an unrealistic constraint. To address his limitation of TCP, this document proposes HighSpeed TCP, and solicits experimentation and feedback from the wider community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3649"/>
  <seriesInfo name="DOI" value="10.17487/RFC3649"/>
</reference>

<reference anchor="RFC4782">
  <front>
    <title>Quick-Start for TCP and IP</title>
    <author fullname="S. Floyd" initials="S." surname="Floyd"/>
    <author fullname="M. Allman" initials="M." surname="Allman"/>
    <author fullname="A. Jain" initials="A." surname="Jain"/>
    <author fullname="P. Sarolahti" initials="P." surname="Sarolahti"/>
    <date month="January" year="2007"/>
    <abstract>
      <t>This document specifies an optional Quick-Start mechanism for transport protocols, in cooperation with routers, to determine an allowed sending rate at the start and, at times, in the middle of a data transfer (e.g., after an idle period). While Quick-Start is designed to be used by a range of transport protocols, in this document we only specify its use with TCP. Quick-Start is designed to allow connections to use higher sending rates when there is significant unused bandwidth along the path, and the sender and all of the routers along the path approve the Quick-Start Request.</t>
      <t>This document describes many paths where Quick-Start Requests would not be approved. These paths include all paths containing routers, IP tunnels, MPLS paths, and the like that do not support Quick- Start. These paths also include paths with routers or middleboxes that drop packets containing IP options. Quick-Start Requests could be difficult to approve over paths that include multi-access layer- two networks. This document also describes environments where the Quick-Start process could fail with false positives, with the sender incorrectly assuming that the Quick-Start Request had been approved by all of the routers along the path. As a result of these concerns, and as a result of the difficulties and seeming absence of motivation for routers, such as core routers to deploy Quick-Start, Quick-Start is being proposed as a mechanism that could be of use in controlled environments, and not as a mechanism that would be intended or appropriate for ubiquitous deployment in the global Internet. This memo defines an Experimental Protocol for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4782"/>
  <seriesInfo name="DOI" value="10.17487/RFC4782"/>
</reference>

<reference anchor="RFC3819">
  <front>
    <title>Advice for Internet Subnetwork Designers</title>
    <author fullname="P. Karn" initials="P." role="editor" surname="Karn"/>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
    <author fullname="D. Grossman" initials="D." surname="Grossman"/>
    <author fullname="R. Ludwig" initials="R." surname="Ludwig"/>
    <author fullname="J. Mahdavi" initials="J." surname="Mahdavi"/>
    <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
    <author fullname="J. Touch" initials="J." surname="Touch"/>
    <author fullname="L. Wood" initials="L." surname="Wood"/>
    <date month="July" year="2004"/>
    <abstract>
      <t>This document provides advice to the designers of digital communication equipment, link-layer protocols, and packet-switched local networks (collectively referred to as subnetworks), who wish to support the Internet protocols but may be unfamiliar with the Internet architecture and the implications of their design choices on the performance and efficiency of the Internet. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="89"/>
  <seriesInfo name="RFC" value="3819"/>
  <seriesInfo name="DOI" value="10.17487/RFC3819"/>
</reference>

<reference anchor="RFC2488">
  <front>
    <title>Enhancing TCP Over Satellite Channels using Standard Mechanisms</title>
    <author fullname="M. Allman" initials="M." surname="Allman"/>
    <author fullname="D. Glover" initials="D." surname="Glover"/>
    <author fullname="L. Sanchez" initials="L." surname="Sanchez"/>
    <date month="January" year="1999"/>
    <abstract>
      <t>The Transmission Control Protocol (TCP) provides reliable delivery of data across any network path, including network paths containing satellite channels. While TCP works over satellite channels there are several IETF standardized mechanisms that enable TCP to more effectively utilize the available capacity of the network path. This document outlines some of these TCP mitigations. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="28"/>
  <seriesInfo name="RFC" value="2488"/>
  <seriesInfo name="DOI" value="10.17487/RFC2488"/>
</reference>

<reference anchor="RFC3155">
  <front>
    <title>End-to-end Performance Implications of Links with Errors</title>
    <author fullname="S. Dawkins" initials="S." surname="Dawkins"/>
    <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
    <author fullname="M. Kojo" initials="M." surname="Kojo"/>
    <author fullname="V. Magret" initials="V." surname="Magret"/>
    <author fullname="N. Vaidya" initials="N." surname="Vaidya"/>
    <date month="August" year="2001"/>
    <abstract>
      <t>This document discusses the specific TCP mechanisms that are problematic in environments with high uncorrected error rates, and discusses what can be done to mitigate the problems without introducing intermediate devices into the connection. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="50"/>
  <seriesInfo name="RFC" value="3155"/>
  <seriesInfo name="DOI" value="10.17487/RFC3155"/>
</reference>

<reference anchor="RFC4653">
  <front>
    <title>Improving the Robustness of TCP to Non-Congestion Events</title>
    <author fullname="S. Bhandarkar" initials="S." surname="Bhandarkar"/>
    <author fullname="A. L. N. Reddy" initials="A. L. N." surname="Reddy"/>
    <author fullname="M. Allman" initials="M." surname="Allman"/>
    <author fullname="E. Blanton" initials="E." surname="Blanton"/>
    <date month="August" year="2006"/>
    <abstract>
      <t>This document specifies Non-Congestion Robustness (NCR) for TCP. In the absence of explicit congestion notification from the network, TCP uses loss as an indication of congestion. One of the ways TCP detects loss is using the arrival of three duplicate acknowledgments. However, this heuristic is not always correct, notably in the case when network paths reorder segments (for whatever reason), resulting in degraded performance. TCP-NCR is designed to mitigate this degraded performance by increasing the number of duplicate acknowledgments required to trigger loss recovery, based on the current state of the connection, in an effort to better disambiguate true segment loss from segment reordering. This document specifies the changes to TCP, as well as the costs and benefits of these modifications. This memo defines an Experimental Protocol for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4653"/>
  <seriesInfo name="DOI" value="10.17487/RFC4653"/>
</reference>

<reference anchor="RFC3150">
  <front>
    <title>End-to-end Performance Implications of Slow Links</title>
    <author fullname="S. Dawkins" initials="S." surname="Dawkins"/>
    <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
    <author fullname="M. Kojo" initials="M." surname="Kojo"/>
    <author fullname="V. Magret" initials="V." surname="Magret"/>
    <date month="July" year="2001"/>
    <abstract>
      <t>This document makes performance-related recommendations for users of network paths that traverse "very low bit-rate" links. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="48"/>
  <seriesInfo name="RFC" value="3150"/>
  <seriesInfo name="DOI" value="10.17487/RFC3150"/>
</reference>

<reference anchor="RFC3714">
  <front>
    <title>IAB Concerns Regarding Congestion Control for Voice Traffic in the Internet</title>
    <author fullname="S. Floyd" initials="S." role="editor" surname="Floyd"/>
    <author fullname="J. Kempf" initials="J." role="editor" surname="Kempf"/>
    <date month="March" year="2004"/>
    <abstract>
      <t>This document discusses IAB concerns about effective end-to-end congestion control for best-effort voice traffic in the Internet. These concerns have to do with fairness, user quality, and with the dangers of congestion collapse. The concerns are particularly relevant in light of the absence of a widespread Quality of Service (QoS) deployment in the Internet, and the likelihood that this situation will not change much in the near term. This document is not making any recommendations about deployment paths for Voice over Internet Protocol (VoIP) in terms of QoS support, and is not claiming that best-effort service can be relied upon to give acceptable performance for VoIP. We are merely observing that voice traffic is occasionally deployed as best-effort traffic over some links in the Internet, that we expect this occasional deployment to continue, and that we have concerns about the lack of effective end-to-end congestion control for this best-effort voice traffic. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3714"/>
  <seriesInfo name="DOI" value="10.17487/RFC3714"/>
</reference>

<reference anchor="RFC2988">
  <front>
    <title>Computing TCP's Retransmission Timer</title>
    <author fullname="V. Paxson" initials="V." surname="Paxson"/>
    <author fullname="M. Allman" initials="M." surname="Allman"/>
    <date month="November" year="2000"/>
    <abstract>
      <t>This document defines the standard algorithm that Transmission Control Protocol (TCP) senders are required to use to compute and manage their retransmission timer. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2988"/>
  <seriesInfo name="DOI" value="10.17487/RFC2988"/>
</reference>

<reference anchor="RFC5166">
  <front>
    <title>Metrics for the Evaluation of Congestion Control Mechanisms</title>
    <author fullname="S. Floyd" initials="S." role="editor" surname="Floyd"/>
    <date month="March" year="2008"/>
    <abstract>
      <t>This document discusses the metrics to be considered in an evaluation of new or modified congestion control mechanisms for the Internet. These include metrics for the evaluation of new transport protocols, of proposed modifications to TCP, of application-level congestion control, and of Active Queue Management (AQM) mechanisms in the router. This document is the first in a series of documents aimed at improving the models that we use in the evaluation of transport protocols.</t>
      <t>This document is a product of the Transport Modeling Research Group (TMRG), and has received detailed feedback from many members of the Research Group (RG). As the document tries to make clear, there is not necessarily a consensus within the research community (or the IETF community, the vendor community, the operations community, or any other community) about the metrics that congestion control mechanisms should be designed to optimize, in terms of trade-offs between throughput and delay, fairness between competing flows, and the like. However, we believe that there is a clear consensus that congestion control mechanisms should be evaluated in terms of trade-offs between a range of metrics, rather than in terms of optimizing for a single metric. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5166"/>
  <seriesInfo name="DOI" value="10.17487/RFC5166"/>
</reference>




    </references>


<?line 473?>

<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>Sally Floyd and Mark Allman were the authors of this document's predecessor,
RFC5033, which served the community well for over a decade.</t>

<t>Thanks to Richard Scheffenegger for helping to get this revision process started.</t>

<t>Discussions with Lars Eggert and Aaron Falk seeded the original RFC5033.
Bob Briscoe, Gorry Fairhurst, Doug Leith, Jitendra Padhye,
Colin Perkins, Pekka Savola, members of TSVWG, and participants at
the TCP Workshop at Microsoft Research all provided feedback and
contributions to that document.  It also drew from <xref target="RFC5166"/>.</t>

<t>These individuals suggested improvements to this document:</t>

<ul spacing="compact">
  <li>    <t>      <contact fullname="Dave Taht" />
</t>
</li>


</ul>

</section>
<section numbered="false" anchor="evolution-of-rfc5033bis"><name>Evolution of RFC5033bis</name>

<section numbered="false" anchor="since-draft-scheffenegger-congress-rfc5033bis-00"><name>Since draft-scheffenegger-congress-rfc5033bis-00</name>

<t><list style="symbols">
  <t>Renamed file to reflect WG adpotion</t>
  <t>Updated authorship and acknowledgements.</t>
  <t>Include updated text suggested by Dave Taht</t>
  <t>Added criterion for bufferbloat</t>
  <t>Mentioned Cubic and BBR as motivation</t>
  <t>Include section to track updates between revisions</t>
  <t>Update references</t>
</list></t>

</section>
<section numbered="false" anchor="since-rfc5033"><name>Since RFC5033</name>

<t><list style="symbols">
  <t>converted to Markdown and xml2rfc v3</t>
  <t>various formatting changes</t>
</list></t>

</section>
</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="C." surname="Huitema" fullname="Christian Huitema">
      <organization>Private Octopus, Inc.</organization>
      <address>
        <email>huitema@huitema.net</email>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA6VcbXPcNpL+jl+BU6oudmpmLMnym5LNrSLLjnJ58UrOequu
rrYwJGaGKw7JJUiNZ1P57/d0NwCCo5Hs7PmDJc0QQKPRL0+/gNPpVHVFV9pT
fXDd2KxYbItqqX+2G31eV0vruqKu6NeurUt9Vi7rtuhWa3egzHze2lsM42fP
R9/ldVaZNebMW7PopoXtFtMs2yyn7SJ7dvj06bxw09J0mF1l+IGB21M9zxrl
utaa9am+vHj/RtVzV5cWT51qGqRU0bSnumt71x0fHr46PFYGT5/qt7ayrSnV
pm5vlm3dN6eg58NbdWO3+CjHbFVn28p209dEjsIqpsr/bsq6Aolb65Rbm7b7
+z/7mheratUUp/p/ujqbaFe3oGnh8Nt2Tb/8r1Km71Z1e6r0VGn8KyoM+mmm
X/c3lj+Qvf+EOYtq+LRul6Yq/mWIoyC6rpel1T/+eM5f2rUpylO95jGz1SzH
qD8v6cNZVq/5ERwAZrV50dXtaOm3M/3GFO2qb8HPYf23dd7afOerMRG/VsWt
bV3RbXW90Gdz2+bWVilBOJp2+2fbLmdmnlczk836m7vUZCQfxbzvdrlyPtPf
90WHyRLCzldtAbky1ei7MWXv2uIWkqF/ybq66cH9yyqbpYStZOif/c8Zjlep
qm7XmODWnkJYqkXyl9bffXc1ZXGEPExfzzLT5htbltMiy9rlFMI8zaLATzMR
eBr3/dXfDl+e8tJBUc5//e7y/FQbXUH035+/my7awlZ5udWrYrmausaC7/hc
35oW2+wOeLSzeMoRWaf67PwnfX359pd31/qXBsLbkdJdbx224vSVvS3sZqJv
63KmT44nEMiZfjbRTTPTz0+mL054uhzsOdVQhJfTwxdCnmmXFttbdV3jTp88
yetiBq4+OTqcHR2dPHtydHIItXkxo59Hh894TBRl/jf1P/3pXeP0TPxIDu/a
VMvO2OGLnTGXM321snZn1GX1DzA3/WZn2I8z/bd+Z9CPhaNB+BxfvPnh8Ono
FK6gw/VaX5gWfH8NM5GxqXoLtmzM1mmcfmrCzm7rIjdVZu+cxeXFxcUTOpD3
ramc4WmcxpCfbUcmBUcz0X+dHemfZynnj169ejp9eYeJ08i6N2W9zdPP/jrT
P5iMrFpFO3pf16UbbYk/YcK7ldUXt6bsWR1IOa+LdV/KX9i4fo9tzSFl15mt
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

-->

</rfc>

