<?xml version="1.0" encoding="US-ASCII"?>
<!-- This template is for creating an Internet Draft using xml2rfc,
    which is available here: http://xml.resource.org. -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs), 
    please see http://xml.resource.org/authoring/README.html. -->
<!-- Below are generally applicable Processing Instructions (PIs) that most I-Ds might want to use.
    (Here they are set differently than their defaults in xml2rfc v1.32) -->
<?rfc strict="yes" ?>
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>
<!-- generate a ToC -->
<?rfc tocdepth="4"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<!-- control references -->
<?rfc symrefs="yes"?>
<!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
<?rfc sortrefs="yes" ?>
<!-- sort the reference entries alphabetically -->
<!-- control vertical white space 
    (using these PIs as follows is recommended by the RFC Editor) -->
<?rfc compact="yes" ?>
<!-- do not start each main section on a new page -->
<?rfc subcompact="no" ?>
<!-- keep one blank line between list items -->
<!-- end of list of popular I-D processing instructions -->
<rfc category="info" docName="draft-ietf-tsvwg-l4s-arch-21" ipr="trust200902"
     obsoletes="">
  <!-- category values: std, bcp, info, exp, and historic
    ipr values: trust200902, noModificationTrust200902, noDerivativesTrust200902,
       or pre5378Trust200902
    you can add the attributes updates="NNNN" and obsoletes="NNNN" 
    they will automatically be output with "(if approved)" -->

  <!-- ***** FRONT MATTER ***** -->

  <front>
    <!-- The abbreviated title is used in the page header - it is only necessary if the 
       full title is longer than 39 characters -->

    <title abbrev="L4S Architecture">Low Latency, Low Loss, Scalable
    Throughput (L4S) Internet Service: Architecture</title>

    <author fullname="Bob Briscoe" initials="B." role="editor"
            surname="Briscoe">
      <organization>Independent</organization>

      <address>
        <postal>
          <street/>

          <country>UK</country>
        </postal>

        <email>ietf@bobbriscoe.net</email>

        <uri>https://bobbriscoe.net/</uri>
      </address>
    </author>

    <author fullname="Koen De Schepper" initials="K." surname="De Schepper">
      <organization>Nokia Bell Labs</organization>

      <address>
        <postal>
          <street/>

          <city>Antwerp</city>

          <country>Belgium</country>
        </postal>

        <email>koen.de_schepper@nokia.com</email>

        <uri>https://www.bell-labs.com/about/researcher-profiles/koende_schepper/</uri>
      </address>
    </author>

    <author fullname="Marcelo Bagnulo" initials="M." surname="Bagnulo Braun">
      <organization>Universidad Carlos III de Madrid</organization>

      <address>
        <postal>
          <street>Av. Universidad 30</street>

          <city>Leganes, Madrid 28911</city>

          <country>Spain</country>
        </postal>

        <phone>34 91 6249500</phone>

        <email>marcelo@it.uc3m.es</email>

        <uri>https://www.it.uc3m.es</uri>
      </address>
    </author>

    <author fullname="Greg White" initials="G." surname="White">
      <organization>CableLabs</organization>

      <address>
        <postal>
          <street/>

          <country>US</country>
        </postal>

        <email>G.White@CableLabs.com</email>
      </address>
    </author>

    <date month="" year=""/>

    <area>Transport</area>

    <workgroup>Transport Area Working Group</workgroup>

    <keyword>Internet-Draft</keyword>

    <keyword>I-D</keyword>

    <abstract>
      <t>This document describes the L4S architecture, which enables Internet
      applications to achieve Low queuing Latency, Low Loss, and Scalable
      throughput (L4S). L4S is based on the insight that the root cause of
      queuing delay is in the capacity-seeking congestion controllers of
      senders, not in the queue itself. With the L4S architecture all Internet
      applications could (but do not have to) transition away from congestion
      control algorithms that cause substantial queuing delay, to a new class
      of congestion controls that can seek capacity with very little queuing.
      These are aided by a modified form of explicit congestion notification
      (ECN) from the network. With this new architecture, applications can
      have both low latency and high throughput.</t>

      <t>The architecture primarily concerns incremental deployment. It
      defines mechanisms that allow the new class of L4S congestion controls
      to coexist with 'Classic' congestion controls in a shared network. The
      aim is for L4S latency and throughput to be usually much better (and
      rarely worse), while typically not impacting Classic performance.</t>
    </abstract>
  </front>

  <middle>
    <section anchor="l4sps_intro" title="Introduction">
      <t>At any one time, it is increasingly common for all of the traffic in
      a bottleneck link (e.g.&nbsp;a household's Internet access) to come from
      applications that prefer low delay: interactive Web, Web services,
      voice, conversational video, interactive video, interactive remote
      presence, instant messaging, online gaming, remote desktop, cloud-based
      applications and video-assisted remote control of machinery and
      industrial processes. In the last decade or so, much has been done to
      reduce propagation delay by placing caches or servers closer to users.
      However, queuing remains a major, albeit intermittent, component of
      latency. For instance spikes of hundreds of milliseconds are not
      uncommon, even with state-of-the-art active queue management
      (AQM)&nbsp;<xref target="COBALT"/>, <xref target="DOCSIS3AQM"/>. Queuing
      in access network bottlenecks is typically configured to cause overall
      network delay to roughly double during a long-running flow, relative to
      expected base (unloaded) path delay&nbsp;<xref target="BufferSize"/>.
      Low loss is also important because, for interactive applications, losses
      translate into even longer retransmission delays.</t>

      <t>It has been demonstrated that, once access network bit rates reach
      levels now common in the developed world, increasing link capacity
      offers diminishing returns if latency (delay) is not addressed <xref
      target="Dukkipati06"/>, <xref target="Rajiullah15"/>. Therefore, the
      goal is an Internet service with very Low queueing Latency, very Low
      Loss and Scalable throughput (L4S). Very low queuing latency means less
      than 1&nbsp;millisecond (ms) on average and less than about 2&nbsp;ms at
      the 99th percentile. End-to-end delay above 50&nbsp;ms&nbsp;<xref
      target="Raaen14"/> or even above 20&nbsp;ms&nbsp;<xref target="NASA04"/>
      starts to feel unnatural for more demanding interactive applications. So
      removing unnecessary delay variability increases the reach of these
      applications (the distance over which they are comfortable to use). This
      document describes the L4S architecture for achieving these goals.</t>

      <t>Differentiated services (Diffserv) offers Expedited Forwarding
      (EF&nbsp;<xref target="RFC3246"/>) for some packets at the expense of
      others, but this makes no difference when all (or most) of the traffic
      at a bottleneck at any one time requires low latency. In contrast, L4S
      still works well when all traffic is L4S - a service that gives without
      taking needs none of the configuration or management baggage (traffic
      policing, traffic contracts) associated with favouring some traffic
      flows over others.</t>

      <t>Queuing delay degrades performance intermittently&nbsp;<xref
      target="Hohlfeld14"/>. It occurs when a large enough capacity-seeking
      (e.g.&nbsp;TCP) flow is running alongside the user's traffic in the
      bottleneck link, which is typically in the access network. Or when the
      low latency application is itself a large capacity-seeking or adaptive
      rate (e.g.&nbsp;interactive video) flow. At these times, the performance
      improvement from L4S must be sufficient that network operators will be
      motivated to deploy it.</t>

      <t>Active Queue Management (AQM) is part of the solution to queuing
      under load. AQM improves performance for all traffic, but there is a
      limit to how much queuing delay can be reduced by solely changing the
      network; without addressing the root of the problem.</t>

      <t>The root of the problem is the presence of standard congestion
      control (Reno&nbsp;<xref target="RFC5681"/>) or compatible variants
      (e.g.&nbsp;CUBIC&nbsp;<xref target="RFC8312"/>) that are used in TCP and
      in other transports such as QUIC <xref target="RFC9000"/>. We shall use
      the term 'Classic' for these Reno-friendly congestion controls. Classic
      congestion controls induce relatively large saw-tooth-shaped excursions
      of queue occupancy. So if a network operator naively attempts to reduce
      queuing delay by configuring an AQM to operate at a shallower queue, a
      Classic congestion control will significantly underutilize the link at
      the bottom of every saw-tooth. These sawteeth have also been growing in
      duration as flow rate scales&nbsp;<xref target="RFC3649"/>.</t>

      <t>It has been demonstrated that if the sending host replaces a Classic
      congestion control with a 'Scalable' alternative, when a suitable AQM is
      deployed in the network the performance under load of all the above
      interactive applications can be significantly improved. For instance,
      queuing delay under heavy load with the example DCTCP/DualQ solution
      cited below on a DSL or Ethernet link is roughly 1 to 2 milliseconds at
      the 99th percentile without losing link utilization <xref
      target="L4Seval22"/>, <xref target="DualPI2Linux"/> (for other link
      types, see <xref target="l4sarch_link-specifics"/>). This compares with
      5-20&nbsp;ms on <spanx style="emph">average</spanx> with a Classic
      congestion control and current state-of-the-art AQMs such as
      FQ-CoDel&nbsp;<xref target="RFC8290"/>, PIE&nbsp;<xref
      target="RFC8033"/> or DOCSIS PIE&nbsp;<xref target="RFC8034"/> and about
      20-30&nbsp;ms at the 99th percentile&nbsp;<xref
      target="DualPI2Linux"/>.</t>

      <t>L4S is designed for incremental deployment. It is possible to deploy
      the L4S service at a bottleneck link alongside the existing best efforts
      service&nbsp;<xref target="DualPI2Linux"/> so that unmodified
      applications can start using it as soon as the sender's stack is
      updated. Access networks are typically designed with one link as the
      bottleneck for each site (which might be a home, small enterprise or
      mobile device), so deployment at either or both ends of this link should
      give nearly all the benefit in the respective direction. With some
      transport protocols, namely TCP and SCTP, the sender has to check that
      the receiver has been suitably updated to give more accurate feedback,
      whereas with more recent transport protocols such as QUIC and DCCP, all
      receivers have always been suitable.</t>

      <t>This document presents the L4S architecture. It consists of three
      components: network support to isolate L4S traffic from classic traffic;
      protocol features that allow network elements to identify L4S traffic;
      and host support for L4S congestion controls. The protocol is defined
      separately <xref target="I-D.ietf-tsvwg-ecn-l4s-id"/> as an experimental
      change to Explicit Congestion Notification (ECN). This document
      describes and justifies the component parts and how they interact to
      provide the scalable, low latency, low loss Internet service. It also
      details the approach to incremental deployment, as briefly summarized
      above.</t>

      <section title="Document Roadmap ">
        <t>This document describes the L4S architecture in three passes. First
        the brief overview in <xref target="l4s-arch_arch_overview"/> gives
        the very high level idea and states the main components with minimal
        rationale. This is only intended to give some context for the
        terminology definitions that follow in <xref
        target="l4sps_Terminology"/>, and to explain the structure of the rest
        of the document. Then <xref target="l4sps_components"/> goes into more
        detail on each component with some rationale, but still mostly stating
        what the architecture is, rather than why. Finally, <xref
        target="l4sps_rationale"/> justifies why each element of the solution
        was chosen (<xref target="l4sps_why_primary_components"/>) and why
        these choices were different from other solutions (<xref
        target="l4sps_why-not"/>).</t>

        <t>Having described the architecture, <xref
        target="l4sarch_applicability"/> clarifies its applicability; that is,
        the applications and use-cases that motivated the design, the
        challenges applying the architecture to various link technologies, and
        various incremental deployment models: including the two main
        deployment topologies, different sequences for incremental deployment
        and various interactions with pre-existing approaches. The document
        ends with the usual tailpieces, including extensive discussion of
        traffic policing and other security considerations in <xref
        target="l4sps_Security_Considerations"/>.</t>
      </section>
    </section>

    <section anchor="l4s-arch_arch_overview" title="L4S Architecture Overview">
      <t>Below we outline the three main components to the L4S architecture;
      1) the scalable congestion control on the sending host; 2) the AQM at
      the network bottleneck; and 3) the protocol between them.</t>

      <t>But first, the main point to grasp is that low latency is not
      provided by the network - low latency results from the careful behaviour
      of the scalable congestion controllers used by L4S senders. The network
      does have a role - primarily to isolate the low latency of the carefully
      behaving L4S traffic from the higher queuing delay needed by traffic
      with pre-existing Classic behaviour. The network also alters the way it
      signals queue growth to the transport - It uses the Explicit Congestion
      Notification (ECN) protocol, but it signals the very start of queue
      growth - immediately without the smoothing delay typical of Classic
      AQMs. Because ECN support is essential for L4S, senders use the ECN
      field as the protocol that allows the network to identify which packets
      are L4S and which are Classic.</t>

      <t><list style="hanging">
          <t hangText="1) Host:">Scalable congestion controls already exist.
          They solve the scaling problem with Classic congestion controls,
          such as Reno or Cubic. Because flow rate has scaled since TCP
          congestion control was first designed in 1988, assuming the flow
          lasts long enough, it now takes hundreds of round trips (and
          growing) to recover after a congestion signal (whether a loss or an
          ECN mark) as shown in the examples in <xref
          target="l4sps_why_primary_components"/> and <xref
          target="RFC3649"/>. Therefore, control of queuing and utilization
          becomes very slack, and the slightest disturbances (e.g.&nbsp;from
          new flows starting) prevent a high rate from being attained.<vspace
          blankLines="1"/>With a scalable congestion control, the average time
          from one congestion signal to the next (the recovery time) remains
          invariant as the flow rate scales, all other factors being equal.
          This maintains the same degree of control over queueing and
          utilization whatever the flow rate, as well as ensuring that high
          throughput is more robust to disturbances. The scalable control used
          most widely (in controlled environments) is Data Center TCP
          (DCTCP&nbsp;<xref target="RFC8257"/>), which has been implemented
          and deployed in Windows Server Editions (since 2012), in Linux and
          in FreeBSD. Although DCTCP as-is functions well over wide-area round
          trip times, most implementations lack certain safety features that
          would be necessary for use outside controlled environments like data
          centres (see <xref target="l4sarch_sec_non-l4s-neck"/>). So scalable
          congestion control needs to be implemented in TCP and other
          transport protocols (QUIC, SCTP, RTP/RTCP, RMCAT, etc.). Indeed,
          between the present document being drafted and published, the
          following scalable congestion controls were implemented: TCP
          Prague&nbsp;<xref target="PragueLinux"/>, QUIC Prague, an L4S
          variant of the RMCAT SCReAM controller&nbsp;<xref target="SCReAM"/>
          and the L4S ECN part of BBRv2&nbsp;<xref target="BBRv2"/> intended
          for TCP and QUIC transports.</t>

          <t hangText="2) Network:">L4S traffic needs to be isolated from the
          queuing latency of Classic traffic. One queue per application flow
          (FQ) is one way to achieve this, e.g.&nbsp;FQ-CoDel&nbsp;<xref
          target="RFC8290"/>. However, using just two queues is sufficient and
          does not require inspection of transport layer headers in the
          network, which is not always possible (see <xref
          target="l4sps_why-not"/>). With just two queues, it might seem
          impossible to know how much capacity to schedule for each queue
          without inspecting how many flows at any one time are using each.
          And it would be undesirable to arbitrarily divide access network
          capacity into two partitions. The Dual Queue Coupled AQM was
          developed as a minimal complexity solution to this problem. It acts
          like a 'semi-permeable' membrane that partitions latency but not
          bandwidth. As such, the two queues are for transition from Classic
          to L4S behaviour, not bandwidth prioritization.<vspace
          blankLines="1"/><xref target="l4sps_components"/> gives a high level
          explanation of how the per-flow-queue (FQ) and DualQ variants of L4S
          work, and <xref target="I-D.ietf-tsvwg-aqm-dualq-coupled"/> gives a
          full explanation of the DualQ Coupled AQM framework. A specific
          marking algorithm is not mandated for L4S AQMs. Appendices of <xref
          target="I-D.ietf-tsvwg-aqm-dualq-coupled"/> give non-normative
          examples that have been implemented and evaluated, and give
          recommended default parameter settings. It is expected that L4S
          experiments will improve knowledge of parameter settings and whether
          the set of marking algorithms needs to be limited.<!--{ToDo: Add ref to Mohit's draft re L4S FQ, once available.}--></t>

          <t hangText="3) Protocol:">A sending host needs to distinguish L4S
          and Classic packets with an identifier so that the network can
          classify them into their separate treatments. The L4S identifier
          spec&nbsp;<xref target="I-D.ietf-tsvwg-ecn-l4s-id"/> concludes that
          all alternatives involve compromises, but the ECT(1) and CE
          codepoints of the ECN field represent a workable solution. As
          already explained, the network also uses ECN to immediately signal
          the very start of queue growth to the transport.</t>
        </list></t>
    </section>

    <section anchor="l4sps_Terminology" title="Terminology">
      <t>[Note to the RFC Editor (to be removed before publication as an RFC):
      The following definitions are copied from the L4S ECN spec&nbsp;<xref
      target="I-D.ietf-tsvwg-ecn-l4s-id"/> for the reader's convenience.
      Except, here, Classic CC and Scalable CC are condensed because they
      refer to <xref target="l4sps_why_primary_components"/> later. Also the
      definition of Traffic Policing is not needed in <xref
      target="I-D.ietf-tsvwg-ecn-l4s-id"/>.]</t>

      <t><list style="hanging">
          <t hangText="Classic Congestion Control:">A congestion control
          behaviour that can co-exist with standard Reno&nbsp;<xref
          target="RFC5681"/> without causing significantly negative impact on
          its flow rate&nbsp;<xref target="RFC5033"/>. The scaling problem
          with Classic congestion control is explained, with examples, in
          <xref target="l4sps_why_primary_components"/> and in <xref
          target="RFC3649"/>.</t>

          <t hangText="Scalable Congestion Control:">A congestion control
          where the average time from one congestion signal to the next (the
          recovery time) remains invariant as the flow rate scales, all other
          factors being equal. For instance, DCTCP averages 2 congestion
          signals per round-trip whatever the flow rate, as do other recently
          developed scalable congestion controls, e.g.&nbsp;Relentless
          TCP&nbsp;<xref target="I-D.mathis-iccrg-relentless-tcp"/>, TCP
          Prague&nbsp;<xref
          target="I-D.briscoe-iccrg-prague-congestion-control"/>,&nbsp;<xref
          target="PragueLinux"/>, BBRv2 <xref target="BBRv2"/>, <xref
          target="I-D.cardwell-iccrg-bbr-congestion-control"/> and the L4S
          variant of SCReAM for real-time media&nbsp;<xref
          target="SCReAM"/>,&nbsp;<xref target="RFC8298"/>). See Section 4.3
          of <xref target="I-D.ietf-tsvwg-ecn-l4s-id"/> for more
          explanation.</t>

          <t hangText="Classic service:">The Classic service is intended for
          all the congestion control behaviours that co-exist with
          Reno&nbsp;<xref target="RFC5681"/> (e.g.&nbsp;Reno itself,
          Cubic&nbsp;<xref target="RFC8312"/>, Compound&nbsp;<xref
          target="I-D.sridharan-tcpm-ctcp"/>, TFRC&nbsp;<xref
          target="RFC5348"/>). The term 'Classic queue' means a queue
          providing the Classic service.</t>

          <t
          hangText="Low-Latency, Low-Loss Scalable throughput (L4S) service:">The
          'L4S' service is intended for traffic from scalable congestion
          control algorithms, such as the Prague congestion control&nbsp;<xref
          target="I-D.briscoe-iccrg-prague-congestion-control"/>, which was
          derived from DCTCP &nbsp;<xref target="RFC8257"/>. The L4S service
          is for more general traffic than just Prague &mdash; it allows the
          set of congestion controls with similar scaling properties to Prague
          to evolve, such as the examples listed above (Relentless, SCReAM).
          The term 'L4S queue' means a queue providing the L4S service.<vspace
          blankLines="1"/>The terms Classic or L4S can also qualify other
          nouns, such as 'queue', 'codepoint', 'identifier', 'classification',
          'packet', 'flow'. For example: an L4S packet means a packet with an
          L4S identifier sent from an L4S congestion control.<vspace
          blankLines="1"/>Both Classic and L4S services can cope with a
          proportion of unresponsive or less-responsive traffic as well, but
          in the L4S case its rate has to be smooth enough or low enough to
          not build a queue (e.g.&nbsp;DNS, VoIP, game sync datagrams,
          etc.).</t>

          <t hangText="Reno-friendly:">The subset of Classic traffic that is
          friendly to the standard Reno congestion control defined for TCP in
          <xref target="RFC5681"/>. The TFRC spec&nbsp;<xref
          target="RFC5348"/> indirectly implies that 'friendly' is defined as
          "generally within a factor of two of the sending rate of a TCP flow
          under the same conditions". Reno-friendly is used here in place of
          'TCP-friendly', given the latter has become imprecise, because the
          TCP protocol is now used with so many different congestion control
          behaviours, and Reno is used in non-TCP transports such as
          QUIC&nbsp;<xref target="RFC9000"/>.</t>

          <t hangText="Classic ECN:">The original Explicit Congestion
          Notification (ECN) protocol&nbsp;<xref target="RFC3168"/>, which
          requires ECN signals to be treated as equivalent to drops, both when
          generated in the network and when responded to by the sender.<vspace
          blankLines="1"/>L4S uses the ECN field as an identifier&nbsp;<xref
          target="I-D.ietf-tsvwg-ecn-l4s-id"/> with the names for the four
          codepoints of the 2-bit IP-ECN field unchanged from those defined in
          the ECN spec&nbsp;<xref target="RFC3168"/>: Not ECT, ECT(0), ECT(1)
          and CE, where ECT stands for ECN-Capable Transport and CE stands for
          Congestion Experienced. A packet marked with the CE codepoint is
          termed 'ECN-marked' or sometimes just 'marked' where the context
          makes ECN obvious.</t>

          <t hangText="Site:">A home, mobile device, small enterprise or
          campus, where the network bottleneck is typically the access link to
          the site. Not all network arrangements fit this model but it is a
          useful, widely applicable generalization.</t>

          <t hangText="Traffic policing:">Limiting traffic by dropping packets
          or shifting them to a lower service class (as opposed to introducing
          delay, which is termed traffic shaping). Policing can involve
          limiting average rate and/or burst size. Policing focused on
          limiting queuing but not average flow rate is termed congestion
          policing, latency policing, burst policing or queue protection in
          this document. Otherwise, the term rate policing is used.</t>
        </list></t>
    </section>

    <section anchor="l4sps_components" title="L4S Architecture Components">
      <t>The L4S architecture is composed of the elements in the following
      three subsections.</t>

      <section anchor="l4sps_protocol_components" title="Protocol Mechanisms">
        <t>The L4S architecture involves: a) unassignment of the previous use
        of the identifier; b) reassignment of the same identifier; and c)
        optional further identifiers:<list style="letters">
            <t>An essential aspect of a scalable congestion control is the use
            of explicit congestion signals. 'Classic' ECN&nbsp;<xref
            target="RFC3168"/> requires an ECN signal to be treated as
            equivalent to drop, both when it is generated in the network and
            when it is responded to by hosts. L4S needs networks and hosts to
            support a more fine-grained meaning for each ECN signal that is
            less severe than a drop, so that the L4S signals:<list
                style="symbols">
                <t>can be much more frequent;</t>

                <t>can be signalled immediately, without the significant delay
                required to smooth out fluctuations in the queue.</t>
              </list>To enable L4S, the standards track Classic ECN
            spec&nbsp;<xref target="RFC3168"/> has had to be updated to allow
            L4S packets to depart from the 'equivalent to drop' constraint.
            <xref target="RFC8311"/> is a standards track update to relax
            specific requirements in RFC 3168 (and certain other standards
            track RFCs), which clears the way for the experimental changes
            proposed for L4S. Also, the ECT(1) codepoint was previously
            assigned as the experimental ECN nonce&nbsp;<xref
            target="RFC3540"/>, which RFC 8311 recategorizes as historic to
            make the codepoint available again.</t>

            <t><xref target="I-D.ietf-tsvwg-ecn-l4s-id"/> specifies that
            ECT(1) is used as the identifier to classify L4S packets into a
            separate treatment from Classic packets. This satisfies the
            requirement for identifying an alternative ECN treatment in <xref
            target="RFC4774"/>.<vspace blankLines="1"/>The CE codepoint is
            used to indicate Congestion Experienced by both L4S and Classic
            treatments. This raises the concern that a Classic AQM earlier on
            the path might have marked some ECT(0) packets as CE. Then these
            packets will be erroneously classified into the L4S queue.
            Appendix B of the L4S ECN spec&nbsp;<xref
            target="I-D.ietf-tsvwg-ecn-l4s-id"/> explains why five unlikely
            eventualities all have to coincide for this to have any
            detrimental effect, which even then would only involve a
            vanishingly small likelihood of a spurious retransmission.</t>

            <t>A network operator might wish to include certain unresponsive,
            non-L4S traffic in the L4S queue if it is deemed to be smoothly
            enough paced and low enough rate not to build a queue. For
            instance, VoIP, low rate datagrams to sync online games,
            relatively low rate application-limited traffic, DNS, LDAP, etc.
            This traffic would need to be tagged with specific identifiers,
            e.g.&nbsp;a low latency Diffserv Codepoint such as Expedited
            Forwarding (EF&nbsp;<xref target="RFC3246"/>), Non-Queue-Building
            (NQB&nbsp;<xref target="I-D.ietf-tsvwg-nqb"/>), or
            operator-specific identifiers.</t>
          </list></t>
      </section>

      <section anchor="l4sps_network_components" title="Network Components">
        <t>The L4S architecture aims to provide low latency without the <spanx
        style="emph">need</spanx> for per-flow operations in network
        components. Nonetheless, the architecture does not preclude per-flow
        solutions. The following bullets describe the known arrangements: a)
        the DualQ Coupled AQM with an L4S AQM in one queue coupled from a
        Classic AQM in the other; b) Per-Flow Queues with an instance of a
        Classic and an L4S AQM in each queue; c) Dual queues with per-flow
        AQMs, but no per-flow queues:<list style="letters">
            <t>The Dual Queue Coupled AQM (illustrated in <xref
            target="l4sps_fig_components"/>) achieves the 'semi-permeable'
            membrane property mentioned earlier as follows:<list
                style="symbols">
                <t>Latency isolation: Two separate queues are used to isolate
                L4S queuing delay from the larger queue that Classic traffic
                needs to maintain full utilization. <!--Each has its own AQM with the L4S AQM configured for a very shallow (sub-millisecond) target delay, and the Classic AQM for 
5-15 ms, which is needed to absorb the larger saw-toothing pattern of Classic congestion controls (otherwise they under-utilize 
the link). --></t>

                <t>Bandwidth pooling: The two queues act as if they are a
                single pool of bandwidth in which flows of either type get
                roughly equal throughput without the scheduler needing to
                identify any flows. This is achieved by having an AQM in each
                queue, but the Classic AQM provides a congestion signal to
                both queues in a manner that ensures a consistent response
                from the two classes of congestion control. Specifically, the
                Classic AQM generates a drop/mark probability based on
                congestion in its own queue, which it uses both to drop/mark
                packets in its own queue and to affect the marking probability
                in the L4S queue. The strength of the coupling of the
                congestion signalling between the two queues is enough to make
                the L4S flows slow down to leave the right amount of capacity
                for the Classic flows (as they would if they were the same
                type of traffic sharing the same queue).</t>
              </list>Then the scheduler can serve the L4S queue with priority
            (denoted by the '1' on the higher priority input), because the L4S
            traffic isn't offering up enough traffic to use all the priority
            that it is given. Therefore:<list style="symbols">
                <t>for latency isolation on short time-scales (sub-round-trip)
                the prioritization of the L4S queue protects its low latency
                by allowing bursts to dissipate quickly;</t>

                <t>but for bandwidth pooling on longer time-scales (round-trip
                and longer) the Classic queue creates an equal and opposite
                pressure against the L4S traffic to ensure that neither has
                priority when it comes to bandwidth - the tension between
                prioritizing L4S and coupling the marking from the Classic AQM
                results in approximate per-flow fairness.</t>
              </list>To protect against unresponsive traffic taking advantage
            of the prioritization of the L4S queue and starving the Classic
            queue, it is advisable for the priority to be conditional, not
            strict (see Appendix A of the DualQ spec&nbsp;<xref
            target="I-D.ietf-tsvwg-aqm-dualq-coupled"/>). <vspace
            blankLines="1"/>When there is no Classic traffic, the L4S
            queue&rsquo;s own AQM comes into play. It starts congestion
            marking with a very shallow queue, so L4S traffic maintains very
            low queuing delay.<vspace blankLines="1"/>If either queue becomes
            persistently overloaded, drop of ECN-capable packets is
            introduced, as recommended in Section 7 of the ECN spec&nbsp;<xref
            target="RFC3168"/> and Section 4.2.1 of the AQM
            recommendations&nbsp;<xref target="RFC7567"/>. Then both queues
            introduce the same level of drop (not shown in the figure).<vspace
            blankLines="1"/>The Dual Queue Coupled AQM has been specified as
            generically as possible&nbsp;<xref
            target="I-D.ietf-tsvwg-aqm-dualq-coupled"/> without specifying the
            particular AQMs to use in the two queues so that designers are
            free to implement diverse ideas. Informational appendices in that
            draft give pseudocode examples of two different specific AQM
            approaches: one called DualPI2 (pronounced Dual PI
            Squared)&nbsp;<xref target="DualPI2Linux"/> that uses the PI2
            variant of PIE, and a zero-config variant of RED called Curvy RED.
            A DualQ Coupled AQM based on PIE has also been specified and
            implemented for Low Latency DOCSIS&nbsp;<xref
            target="DOCSIS3.1"/>.<figure align="center"
                anchor="l4sps_fig_components"
                title="Components of an L4S DualQ Coupled AQM Solution: 1) Scalable Sending Host; 2) Isolation in separate network queues; and 3) Packet Identification Protocol">
                <artwork align="center"><![CDATA[                     (3)                  (2)
              .-------^------..------------^------------------.
 ,-(1)-----.                               _____
; ________  :            L4S  -------.    |     |
:|Scalable| :               _\      ||__\_|mark |
:| sender | :  __________  / /      ||  / |_____|\   _________
:|________|\; |          |/   -------'       ^    \1|condit'nl|
 `---------'\_|  IP-ECN  |          Coupling :     \|priority |_\
  ________  / |Classifier|                   :     /|scheduler| /
 |Classic |/  |__________|\   -------.     __:__  / |_________|
 | sender |                \_\ || | ||__\_|mark/|/
 |________|                  / || | ||  / |drop |
                      Classic -------'    |_____|

]]></artwork>
              </figure></t>

            <t>Per-Flow Queues and AQMs: A scheduler with per-flow queues such
            as FQ-CoDel or FQ-PIE can be used for L4S. For instance within
            each queue of an FQ-CoDel system, as well as a CoDel AQM, there is
            typically also the option of ECN marking at an immediate
            (unsmoothed) shallow threshold to support use in data centres (see
            Sec.5.2.7 of the FQ-CoDel spec&nbsp;<xref target="RFC8290"/>). In
            Linux, this has been modified so that the shallow threshold can be
            solely applied to ECT(1) packets&nbsp;<xref
            target="FQ_CoDel_Thresh"/>. Then, if there is a flow of non-ECN or
            ECT(0) packets in the per-flow-queue, the Classic AQM
            (e.g.&nbsp;CoDel) is applied; while if there is a flow of ECT(1)
            packets in the queue, the shallower (typically sub-millisecond)
            threshold is applied. In addition, ECT(0) and not-ECT packets
            could potentially be classified into a separate flow-queue from
            ECT(1) and CE packets to avoid them mixing if they share a common
            flow-identifier (e.g.&nbsp;in a VPN).</t>

            <t>Dual-queues, but per-flow AQMs: It should also be possible to
            use dual queues for isolation, but with per-flow marking to
            control flow-rates (instead of the coupled per-queue marking of
            the Dual Queue Coupled AQM). One of the two queues would be for
            isolating L4S packets, which would be classified by the ECN
            codepoint. Flow rates could be controlled by flow-specific
            marking. The policy goal of the marking could be to differentiate
            flow rates (e.g.&nbsp;<xref target="Nadas20"/>, which requires
            additional signalling of a per-flow 'value'), or to equalize
            flow-rates (perhaps in a similar way to Approx Fair
            CoDel&nbsp;<xref target="AFCD"/>, <xref
            target="I-D.morton-tsvwg-codel-approx-fair"/>, but with two queues
            not one).<vspace blankLines="1"/>Note that whenever the term
            'DualQ' is used loosely without saying whether marking is
            per-queue or per-flow, it means a dual queue AQM with per-queue
            marking.</t>
          </list></t>
      </section>

      <section anchor="l4sps_host_components" title="Host Mechanisms">
        <t>The L4S architecture includes two main mechanisms in the end host
        that we enumerate next:<list style="letters">
            <t>Scalable Congestion Control at the sender: <xref
            target="l4s-arch_arch_overview"/> defines a scalable congestion
            control as one where the average time from one congestion signal
            to the next (the recovery time) remains invariant as the flow rate
            scales, all other factors being equal. Data Center TCP is the most
            widely used example. It has been documented as an informational
            record of the protocol currently in use in controlled
            environments&nbsp;<xref target="RFC8257"/>. A draft list of safety
            and performance improvements for a scalable congestion control to
            be usable on the public Internet has been drawn up (the so-called
            'Prague L4S requirements' in Appendix A of <xref
            target="I-D.ietf-tsvwg-ecn-l4s-id"/>). The subset that involve
            risk of harm to others have been captured as normative
            requirements in Section 4 of <xref
            target="I-D.ietf-tsvwg-ecn-l4s-id"/>. TCP Prague&nbsp;<xref
            target="I-D.briscoe-iccrg-prague-congestion-control"/> has been
            implemented in Linux as a reference implementation to address
            these requirements&nbsp;<xref target="PragueLinux"/>.<vspace
            blankLines="1"/>Transport protocols other than TCP use various
            congestion controls that are designed to be friendly with Reno.
            Before they can use the L4S service, they will need to be updated
            to implement a scalable congestion response, which they will have
            to indicate by using the ECT(1) codepoint. Scalable variants are
            under consideration for more recent transport protocols,
            e.g.&nbsp;QUIC, and the L4S ECN part of BBRv2&nbsp;<xref
            target="BBRv2"/>, <xref
            target="I-D.cardwell-iccrg-bbr-congestion-control"/> is a scalable
            congestion control intended for the TCP and QUIC transports,
            amongst others. Also, an L4S variant of the RMCAT SCReAM
            controller&nbsp;<xref target="RFC8298"/> has been
            implemented&nbsp;<xref target="SCReAM"/> for media transported
            over RTP.<vspace blankLines="1"/>Section 4.3 of the L4S ECN
            spec&nbsp;<xref target="I-D.ietf-tsvwg-ecn-l4s-id"/> defines
            scalable congestion control in more detail, and specifies the
            requirements that an L4S scalable congestion control has to comply
            with.</t>

            <t>The ECN feedback in some transport protocols is already
            sufficiently fine-grained for L4S (specifically DCCP&nbsp;<xref
            target="RFC4340"/> and QUIC&nbsp;<xref target="RFC9000"/>). But
            others either require update or are in the process of being
            updated:<list style="symbols">
                <t>For the case of TCP, the feedback protocol for ECN embeds
                the assumption from Classic ECN&nbsp;<xref target="RFC3168"/>
                that an ECN mark is equivalent to a drop, making it unusable
                for a scalable TCP. Therefore, the implementation of TCP
                receivers will have to be upgraded&nbsp;<xref
                target="RFC7560"/>. Work to standardize and implement more
                accurate ECN feedback for TCP (AccECN) is in
                progress&nbsp;<xref target="I-D.ietf-tcpm-accurate-ecn"/>,
                <xref target="PragueLinux"/>.</t>

                <t>ECN feedback was only roughly sketched in an appendix of
                the now obsoleted second specification of SCTP <xref
                target="RFC4960"/>, while a fuller specification was proposed
                in a long-expired draft&nbsp;<xref
                target="I-D.stewart-tsvwg-sctpecn"/>. A new design would need
                to be implemented and deployed before SCTP could support
                L4S.</t>

                <t>For RTP, sufficient ECN feedback was defined in&nbsp;<xref
                target="RFC6679"/>, but <xref target="RFC8888"/> defines the
                latest standards track improvements.</t>
              </list></t>
          </list></t>
      </section>
    </section>

    <section anchor="l4sps_rationale" title="Rationale">
      <t/>

      <section anchor="l4sps_why_primary_components"
               title="Why These Primary Components?">
        <t><list style="hanging">
            <t hangText="Explicit congestion signalling (protocol):">Explicit
            congestion signalling is a key part of the L4S approach. In
            contrast, use of drop as a congestion signal creates a tension
            because drop is both an impairment (less would be better) and a
            useful signal (more would be better):<list style="symbols">
                <t>Explicit congestion signals can be used many times per
                round trip, to keep tight control, without any impairment.
                Under heavy load, even more explicit signals can be applied,
                so that the queue can be kept short whatever the load. In
                contrast, Classic AQMs have to introduce very high packet drop
                at high load to keep the queue short. By using ECN, an L4S
                congestion control's sawtooth reduction can be smaller and
                therefore return to the operating point more often, without
                worrying that more sawteeth will cause more signals. The
                consequent smaller amplitude sawteeth fit between an empty
                queue and a very shallow marking threshold (~1&nbsp;ms in the
                public Internet), so queue delay variation can be very low,
                without risk of under-utilization.</t>

                <t>Explicit congestion signals can be emitted immediately to
                track fluctuations of the queue. L4S shifts smoothing from the
                network to the host. The network doesn't know the round trip
                times of any of the flows. So if the network is responsible
                for smoothing (as in the Classic approach), it has to assume a
                worst case RTT, otherwise long RTT flows would become
                unstable. This delays Classic congestion signals by 100-200
                ms. In contrast, each host knows its own round trip time. So,
                in the L4S approach, the host can smooth each flow over its
                own RTT, introducing no more smoothing delay than strictly
                necessary (usually only a few milliseconds). A host can also
                choose not to introduce any smoothing delay if appropriate,
                e.g.&nbsp;during flow start-up.</t>
              </list>Neither of the above are feasible if explicit congestion
            signalling has to be considered 'equivalent to drop' (as was
            required with Classic ECN&nbsp;<xref target="RFC3168"/>), because
            drop is an impairment as well as a signal. So drop cannot be
            excessively frequent, and drop cannot be immediate, otherwise too
            many drops would turn out to have been due to only a transient
            fluctuation in the queue that would not have warranted dropping a
            packet in hindsight. Therefore, in an L4S AQM, the L4S queue uses
            a new L4S variant of ECN that is not equivalent to drop&nbsp;(see
            section 5.2 of the L4S ECN spec&nbsp;<xref
            target="I-D.ietf-tsvwg-ecn-l4s-id"/>), while the Classic queue
            uses either Classic ECN&nbsp;<xref target="RFC3168"/> or drop,
            which are equivalent to each other.<vspace blankLines="1"/>Before
            Classic ECN was standardized, there were various proposals to give
            an ECN mark a different meaning from drop. However, there was no
            particular reason to agree on any one of the alternative meanings,
            so 'equivalent to drop' was the only compromise that could be
            reached. RFC 3168 contains a statement that:<list style="empty">
                <t>"An environment where all end nodes were ECN-Capable could
                allow new criteria to be developed for setting the CE
                codepoint, and new congestion control mechanisms for end-node
                reaction to CE packets. However, this is a research issue, and
                as such is not addressed in this document."</t>
              </list></t>

            <t hangText="Latency isolation (network):">L4S congestion controls
            keep queue delay low whereas Classic congestion controls need a
            queue of the order of the RTT to avoid under-utilization. One
            queue cannot have two lengths, therefore L4S traffic needs to be
            isolated in a separate queue (e.g.&nbsp;DualQ) or queues
            (e.g.&nbsp;FQ).</t>

            <t hangText="Coupled congestion notification:">Coupling the
            congestion notification between two queues as in the DualQ Coupled
            AQM is not necessarily essential, but it is a simple way to allow
            senders to determine their rate, packet by packet, rather than be
            overridden by a network scheduler. An alternative is for a network
            scheduler to control the rate of each application flow (see
            discussion in <xref target="l4sps_why-not"/>).</t>

            <t hangText="L4S packet identifier (protocol):">Once there are at
            least two treatments in the network, hosts need an identifier at
            the IP layer to distinguish which treatment they intend to
            use.</t>

            <t hangText="Scalable congestion notification:">A scalable
            congestion control in the host keeps the signalling frequency from
            the network high whatever the flow rate, so that queue delay
            variations can be small when conditions are stable, and rate can
            track variations in available capacity as rapidly as possible
            otherwise.</t>

            <t hangText="Low loss:">Latency is not the only concern of L4S.
            The 'Low Loss' part of the name denotes that L4S generally
            achieves zero congestion loss due to its use of ECN. Otherwise,
            loss would itself cause delay, particularly for short flows, due
            to retransmission delay&nbsp;<xref target="RFC2884"/>.</t>

            <t hangText="Scalable throughput:">The "Scalable throughput" part
            of the name denotes that the per-flow throughput of scalable
            congestion controls should scale indefinitely, avoiding the
            imminent scaling problems with Reno-friendly congestion control
            algorithms&nbsp;<xref target="RFC3649"/>. It was known when TCP
            congestion avoidance was first developed in 1988 that it would not
            scale to high bandwidth-delay products (see footnote 6 in <xref
            target="TCP-CA"/>). Today, regular broadband flow rates over WAN
            distances are already beyond the scaling range of Classic Reno
            congestion control. So `less unscalable' Cubic&nbsp;<xref
            target="RFC8312"/> and Compound&nbsp;<xref
            target="I-D.sridharan-tcpm-ctcp"/> variants of TCP have been
            successfully deployed. However, these are now approaching their
            scaling limits. <vspace blankLines="1"/>For instance, we will
            consider a scenario with a maximum RTT of 30&nbsp;ms at the peak
            of each sawtooth. As Reno packet rate scales 8x from 1,250 to
            10,000 packet/s (from 15 to 120&nbsp;Mb/s with 1500&nbsp;B
            packets), the time to recover from a congestion event rises
            proportionately by 8x as well, from 422&nbsp;ms to 3.38&nbsp;s. It
            is clearly problematic for a congestion control to take multiple
            seconds to recover from each congestion event. Cubic&nbsp;<xref
            target="RFC8312"/> was developed to be less unscalable, but it is
            approaching its scaling limit; with the same max RTT of
            30&nbsp;ms, at 120&nbsp;Mb/s Cubic is still fully in its
            Reno-friendly mode, so it takes about 4.3&nbsp;s to recover.
            However, once the flow rate scales by 8x again to 960&nbsp;Mb/s it
            enters true Cubic mode, with a recovery time of 12.2&nbsp;s. From
            then on, each further scaling by 8x doubles Cubic's recovery time
            (because the cube root of 8 is 2), e.g.&nbsp;at 7.68&nbsp;Gb/s the
            recovery time is 24.3&nbsp;s. In contrast, a scalable congestion
            control like DCTCP or TCP Prague induces 2 congestion signals per
            round trip on average, which remains invariant for any flow rate,
            keeping dynamic control very tight.<vspace blankLines="1"/>For a
            feel of where the global average lone-flow download sits on this
            scale at the time of writing (2021), according to <xref
            target="BDPdata"/> globally averaged fixed access capacity was 103
            Mb/s in 2020 and averaged base RTT to a CDN was 25-34ms in 2019.
            Averaging of per-country data was weighted by Internet user
            population (data collected globally is necessarily of variable
            quality, but the paper does double-check that the outcome compares
            well against a second source). So a lone CUBIC flow would at best
            take about 200 round trips (5 s) to recover from each of its
            sawtooth reductions, if the flow even lasted that long. This is
            described as 'at best' because it assumes everyone uses an AQM,
            whereas in reality most users still have a (probably bloated)
            tail-drop buffer. In the tail-drop case, likely average recovery
            time would be at least 4x 5 s, if not more, because RTT under load
            would be at least double that of an AQM, and recovery time depends
            on the square of RTT.<vspace blankLines="1"/>Although work on
            scaling congestion controls tends to start with TCP as the
            transport, the above is not intended to exclude other transports
            (e.g.&nbsp;SCTP, QUIC) or less elastic algorithms
            (e.g.&nbsp;RMCAT), which all tend to adopt the same or similar
            developments.</t>
          </list></t>
      </section>

      <section anchor="l4sps_why-not"
               title="What L4S adds to Existing Approaches">
        <t>All the following approaches address some part of the same problem
        space as L4S. In each case, it is shown that L4S complements them or
        improves on them, rather than being a mutually exclusive
        alternative:<list style="hanging">
            <t hangText="Diffserv:">Diffserv addresses the problem of
            bandwidth apportionment for important traffic as well as queuing
            latency for delay-sensitive traffic. Of these, L4S solely
            addresses the problem of queuing latency. Diffserv will still be
            necessary where important traffic requires priority (e.g.&nbsp;for
            commercial reasons, or for protection of critical infrastructure
            traffic) - see <xref target="I-D.briscoe-tsvwg-l4s-diffserv"/>.
            Nonetheless, the L4S approach can provide low latency for all
            traffic within each Diffserv class (including the case where there
            is only the one default Diffserv class).<vspace
            blankLines="1"/>Also, Diffserv can only provide a latency benefit
            if a small subset of the traffic on a bottleneck link requests low
            latency. As already explained, it has no effect when all the
            applications in use at one time at a single site (home, small
            business or mobile device) require low latency. In contrast,
            because L4S works for all traffic, it needs none of the management
            baggage (traffic policing, traffic contracts) associated with
            favouring some packets over others. This lack of management
            baggage ought to give L4S a better chance of end-to-end
            deployment.<vspace blankLines="1"/>In particular, because networks
            tend not to trust end systems to identify which packets should be
            favoured over others, where networks assign packets to Diffserv
            classes they tend to use packet inspection of application flow
            identifiers or deeper inspection of application signatures. Thus,
            nowadays, Diffserv doesn't always sit well with encryption of the
            layers above IP <xref target="RFC8404"/>. So users have to choose
            between privacy and QoS.<vspace blankLines="1"/>As with Diffserv,
            the L4S identifier is in the IP header. But, in contrast to
            Diffserv, the L4S identifier does not convey a want or a need for
            a certain level of quality. Rather, it promises a certain
            behaviour (scalable congestion response), which networks can
            objectively verify if they need to. This is because low delay
            depends on collective host behaviour, whereas bandwidth priority
            depends on network behaviour.</t>

            <t hangText="State-of-the-art AQMs:">AQMs such as PIE and FQ-CoDel
            give a significant reduction in queuing delay relative to no AQM
            at all. L4S is intended to complement these AQMs, and should not
            distract from the need to deploy them as widely as possible.
            Nonetheless, AQMs alone cannot reduce queuing delay too far
            without significantly reducing link utilization, because the root
            cause of the problem is on the host - where Classic congestion
            controls use large saw-toothing rate variations. The L4S approach
            resolves this tension between delay and utilization by enabling
            hosts to minimize the amplitude of their sawteeth. A single-queue
            Classic AQM is not sufficient to allow hosts to use small sawteeth
            for two reasons: i) smaller sawteeth would not get lower delay in
            an AQM designed for larger amplitude Classic sawteeth, because a
            queue can only have one length at a time; and ii) much smaller
            sawteeth implies much more frequent sawteeth, so L4S flows would
            drive a Classic AQM into a high level of ECN-marking, which would
            appear as heavy congestion to Classic flows, which in turn would
            greatly reduce their rate as a result (see <xref
            target="l4sarch_sec_classic-ecn-neck"/>).</t>

            <t hangText="Per-flow queuing or marking:">Similarly, per-flow
            approaches such as FQ-CoDel or Approx Fair CoDel&nbsp;<xref
            target="AFCD"/> are not incompatible with the L4S approach.
            However, per-flow queuing alone is not enough - it only isolates
            the queuing of one flow from others; not from itself. Per-flow
            implementations need to have support for scalable congestion
            control added, which has already been done for FQ-CoDel in Linux
            (see Sec.5.2.7 of <xref target="RFC8290"/> and <xref
            target="FQ_CoDel_Thresh"/>). Without this simple modification,
            per-flow AQMs like FQ-CoDel would still not be able to support
            applications that need both very low delay and high bandwidth,
            e.g.&nbsp;video-based control of remote procedures, or interactive
            cloud-based video (see Note&nbsp;<xref format="counter"
            target="l4sarch_note_app_shuffle"/> below).<vspace
            blankLines="1"/>Although per-flow techniques are not incompatible
            with L4S, it is important to have the DualQ alternative. This is
            because handling end-to-end (layer 4) flows in the network (layer
            3 or 2) precludes some important end-to-end functions. For
            instance:<list style="letters">
                <t>Per-flow forms of L4S like FQ-CoDel are incompatible with
                full end-to-end encryption of transport layer identifiers for
                privacy and confidentiality (e.g.&nbsp;IPSec or encrypted VPN
                tunnels, as opposed to DTLS over UDP), because they require
                packet inspection to access the end-to-end transport flow
                identifiers. <vspace blankLines="1"/>In contrast, the DualQ
                form of L4S requires no deeper inspection than the IP layer.
                So, as long as operators take the DualQ approach, their users
                can have both very low queuing delay and full end-to-end
                encryption&nbsp;<xref target="RFC8404"/>.</t>

                <t>With per-flow forms of L4S, the network takes over control
                of the relative rates of each application flow. Some see it as
                an advantage that the network will prevent some flows running
                faster than others. Others consider it an inherent part of the
                Internet's appeal that applications can control their rate
                while taking account of the needs of others via congestion
                signals. They maintain that this has allowed applications with
                interesting rate behaviours to evolve, for instance, variable
                bit-rate video that varies around an equal share rather than
                being forced to remain equal at every instant, or e2e
                scavenger behaviours&nbsp;<xref target="RFC6817"/> that use
                less than an equal share of capacity&nbsp;<xref
                target="LEDBAT_AQM"/>.<vspace blankLines="1"/>The L4S
                architecture does not require the IETF to commit to one
                approach over the other, because it supports both, so that the
                'market' can decide. Nonetheless, in the spirit of 'Do one
                thing and do it well'&nbsp;<xref target="McIlroy78"/>, the
                DualQ option provides low delay without prejudging the issue
                of flow-rate control. Then, flow rate policing can be added
                separately if desired. A policer would allow application
                control up to a point, but the network would still be able
                choose to set the point at which it intervened to prevent one
                flow completely starving another.</t>

                <!--                <t>fq prevents any one flow from consuming more than 1/N of
                the capacity at any instant, where N is the number of flows.
                This is fine if all flows are elastic, but it does not sit
                well with a variable bit rate real-time multimedia flow, which
                requires wriggle room to sometimes take more and other times
                less than a 1/N share.<vspace blankLines="1"/>It might seem
                that an fq scheduler offers the benefit that it prevents
                individual flows from hogging all the bandwidth. However, L4S
                has been deliberately designed so that policing of individual
                flows can be added as a policy choice, rather than requiring
                one specific policy choice as the mechanism itself. {ToDo:
                refer to paper on FQ+LEDBAT rather than explain it here - but
                we might end up removing this whole bullet} On the other other
                end of the spectrum, fq also prevent a flow from using less
                than 1/N (otherwise the flow would equally underutilize the
                link when N=1). In a shared queue, all flows get equal
                congestion signal feedback, which allows
                less-than-best-effort-flows to use a lower rate to probability
                ratio than Reno-friendly traffic. With fq, the capacity is
                split by N equal parts, and congestion feedback is only valid
                for the 1/N capacity partition ocupied by the less-than
                best-effort flow as if the flow is alone (N=1) and would then
                try to fully utilize the available capacity.{/ToDo} A
                scheduler (like fq) has to decide packet-by-packet which flow
                to schedule without knowing application intent. Whereas a
                separate policing function can be configured less strictly, so
                that senders can still control the instantaneous rate of each
                flow dependent on the needs of each application (e.g. variable
                rate video), giving more wriggle-room before a flow is deemed
                non-compliant. Also policing of queuing and of flow-rates can
                be applied independently.</t>
-->
              </list>Note: <list style="numbers">
                <t anchor="l4sarch_note_app_shuffle">It might seem that
                self-inflicted queuing delay within a per-flow queue should
                not be counted, because if the delay wasn't in the network it
                would just shift to the sender. However, modern adaptive
                applications, e.g.&nbsp;HTTP/2&nbsp;<xref target="RFC9113"/>
                or some interactive media applications (see <xref
                target="l4sarch_apps"/>), can keep low latency objects at the
                front of their local send queue by shuffling priorities of
                other objects dependent on the progress of other transfers
                (for example see <xref target="lowat"/>). They cannot shuffle
                objects once they have released them into the network.</t>
              </list></t>

            <t hangText="Alternative Back-off ECN (ABE):">Here again, L4S is
            not an alternative to ABE but a complement that introduces much
            lower queuing delay. ABE&nbsp;<xref target="RFC8511"/> alters the
            host behaviour in response to ECN marking to utilize a link better
            and give ECN flows faster throughput. It uses ECT(0) and assumes
            the network still treats ECN and drop the same. Therefore, ABE
            exploits any lower queuing delay that AQMs can provide. But, as
            explained above, AQMs still cannot reduce queuing delay too far
            without losing link utilization (to allow for other, non-ABE,
            flows).</t>

            <t hangText="BBR:">Bottleneck Bandwidth and Round-trip propagation
            time (BBR&nbsp;<xref
            target="I-D.cardwell-iccrg-bbr-congestion-control"/>) controls
            queuing delay end-to-end without needing any special logic in the
            network, such as an AQM. So it works pretty-much on any path. BBR
            keeps queuing delay reasonably low, but perhaps not quite as low
            as with state-of-the-art AQMs such as PIE or FQ-CoDel, and
            certainly nowhere near as low as with L4S. Queuing delay is also
            not consistently low, due to BBR's regular bandwidth probing
            spikes and its aggressive flow start-up phase.<vspace
            blankLines="1"/>L4S complements BBR. Indeed, BBRv2 can use L4S ECN
            where available and a scalable L4S congestion control behaviour in
            response to any ECN signalling from the path&nbsp;<xref
            target="BBRv2"/>. The L4S ECN signal complements the delay based
            congestion control aspects of BBR with an explicit indication that
            hosts can use, both to converge on a fair rate and to keep below a
            shallow queue target set by the network. Without L4S ECN, both
            these aspects need to be assumed or estimated.</t>
          </list></t>
      </section>
    </section>

    <section anchor="l4sarch_applicability" title="Applicability">
      <section anchor="l4sarch_apps" title="Applications">
        <t>A transport layer that solves the current latency issues will
        provide new service, product and application opportunities.</t>

        <t>With the L4S approach, the following existing applications also
        experience significantly better quality of experience under load:
        <list style="symbols">
            <t>Gaming, including cloud based gaming;</t>

            <t>VoIP;</t>

            <t>Video conferencing;</t>

            <t>Web browsing;</t>

            <t>(Adaptive) video streaming;</t>

            <t>Instant messaging.</t>
          </list></t>

        <t>The significantly lower queuing latency also enables some
        interactive application functions to be offloaded to the cloud that
        would hardly even be usable today: <list style="symbols">
            <t>Cloud based interactive video;</t>

            <t>Cloud based virtual and augmented reality.</t>
          </list></t>

        <t>The above two applications have been successfully demonstrated with
        L4S, both running together over a 40&nbsp;Mb/s broadband access link
        loaded up with the numerous other latency sensitive applications in
        the previous list as well as numerous downloads - all sharing the same
        bottleneck queue simultaneously&nbsp;<xref target="L4Sdemo16"/>. For
        the former, a panoramic video of a football stadium could be swiped
        and pinched so that, on the fly, a proxy in the cloud could generate a
        sub-window of the match video under the finger-gesture control of each
        user. For the latter, a virtual reality headset displayed a viewport
        taken from a 360-degree camera in a racing car. The user's head
        movements controlled the viewport extracted by a cloud-based proxy. In
        both cases, with 7&nbsp;ms end-to-end base delay, the additional
        queuing delay of roughly 1&nbsp;ms was so low that it seemed the video
        was generated locally.</t>

        <t>Using a swiping finger gesture or head movement to pan a video are
        extremely latency-demanding actions &mdash; far more demanding than
        VoIP. Because human vision can detect extremely low delays of the
        order of single milliseconds when delay is translated into a visual
        lag between a video and a reference point (the finger or the
        orientation of the head sensed by the balance system in the inner ear
        &mdash; the vestibular system). With an alternative AQM, the video
        noticeably lagged behind the finger gestures and head movements.</t>

        <t>Without the low queuing delay of L4S, cloud-based applications like
        these would not be credible without significantly more access
        bandwidth (to deliver all possible video that might be viewed) and
        more local processing, which would increase the weight and power
        consumption of head-mounted displays. When all interactive processing
        can be done in the cloud, only the data to be rendered for the end
        user needs to be sent.</t>

        <t>Other low latency high bandwidth applications such as:<list
            style="symbols">
            <t>Interactive remote presence;</t>

            <t>Video-assisted remote control of machinery or industrial
            processes.</t>
          </list>are not credible at all without very low queuing delay. No
        amount of extra access bandwidth or local processing can make up for
        lost time.</t>
      </section>

      <section title="Use Cases">
        <t>The following use-cases for L4S are being considered by various
        interested parties:<list style="symbols">
            <t>Where the bottleneck is one of various types of access network:
            e.g.&nbsp;DSL, Passive Optical Networks (PON), DOCSIS cable,
            mobile, satellite (see <xref target="l4sarch_link-specifics"/> for
            some technology-specific details)</t>

            <t>Private networks of heterogeneous data centres, where there is
            no single administrator that can arrange for all the simultaneous
            changes to senders, receivers and network needed to deploy
            DCTCP:<list style="symbols">
                <t>a set of private data centres interconnected over a wide
                area with separate administrations, but within the same
                company</t>

                <t>a set of data centres operated by separate companies
                interconnected by a community of interest network
                (e.g.&nbsp;for the finance sector)</t>

                <t>multi-tenant (cloud) data centres where tenants choose
                their operating system stack (Infrastructure as a Service -
                IaaS)</t>
              </list></t>

            <t>Different types of transport (or application) congestion
            control:<list>
                <t>elastic (TCP/SCTP);</t>

                <t>real-time (RTP, RMCAT);</t>

                <t>query-response (DNS/LDAP).</t>
              </list></t>

            <t>Where low delay quality of service is required, but without
            inspecting or intervening above the IP layer&nbsp;<xref
            target="RFC8404"/>:<list>
                <t>mobile and other networks have tended to inspect higher
                layers in order to guess application QoS requirements.
                However, with growing demand for support of privacy and
                encryption, L4S offers an alternative. There is no need to
                select which traffic to favour for queuing, when L4S can give
                favourable queuing to all traffic.</t>
              </list></t>

            <t>If queuing delay is minimized, applications with a fixed delay
            budget can communicate over longer distances, or via a longer
            chain of service functions&nbsp;<xref target="RFC7665"/> or onion
            routers.</t>

            <t>If delay jitter is minimized, it is possible to reduce the
            dejitter buffers on the receive end of video streaming, which
            should improve the interactive experience</t>
          </list></t>
      </section>

      <section anchor="l4sarch_link-specifics"
               title="Applicability with Specific Link Technologies">
        <t>Certain link technologies aggregate data from multiple packets into
        bursts, and buffer incoming packets while building each burst. Wi-Fi,
        PON and cable all involve such packet aggregation, whereas fixed
        Ethernet and DSL do not. No sender, whether L4S or not, can do
        anything to reduce the buffering needed for packet aggregation. So an
        AQM should not count this buffering as part of the queue that it
        controls, given no amount of congestion signals will reduce it.</t>

        <t>Certain link technologies also add buffering for other reasons,
        specifically:<list style="symbols">
            <t>Radio links (cellular, Wi-Fi, satellite) that are distant from
            the source are particularly challenging. The radio link capacity
            can vary rapidly by orders of magnitude, so it is considered
            desirable to hold a standing queue that can utilize sudden
            increases of capacity;</t>

            <t>Cellular networks are further complicated by a perceived need
            to buffer in order to make hand-overs imperceptible;</t>
          </list></t>

        <t>L4S cannot remove the need for all these different forms of
        buffering. However, by removing 'the longest pole in the tent'
        (buffering for the large sawteeth of Classic congestion controls), L4S
        exposes all these 'shorter poles' to greater scrutiny.</t>

        <t>Until now, the buffering needed for these additional reasons tended
        to be over-specified - with the excuse that none were 'the longest
        pole in the tent'. But having removed the 'longest pole', it becomes
        worthwhile to minimize them, for instance reducing packet aggregation
        burst sizes and MAC scheduling intervals.</t>

        <t>Also certain link types, particularly radio-based links, are far
        more prone to transmission losses. <xref
        target="l4sarch_sec_non-l4s-neck"/> explains how an L4S response to
        loss has to be as drastic as a Classic response. Nonetheless, research
        referred to in the same section has demonstrated potential for
        considerably more effective loss repair at the link layer, due to the
        relaxed ordering constraints of L4S packets.</t>
      </section>

      <section title="Deployment Considerations">
        <t>L4S AQMs, whether DualQ&nbsp;<xref
        target="I-D.ietf-tsvwg-aqm-dualq-coupled"/> or FQ, e.g.&nbsp;<xref
        target="RFC8290"/> are, in themselves, an incremental deployment
        mechanism for L4S - so that L4S traffic can coexist with existing
        Classic (Reno-friendly) traffic. <xref target="l4sarch_deploy_top"/>
        explains why only deploying an L4S AQM in one node at each end of the
        access link will realize nearly all the benefit of L4S.</t>

        <t>L4S involves both end systems and the network, so <xref
        target="l4s_arch_deploy_seq"/> suggests some typical sequences to
        deploy each part, and why there will be an immediate and significant
        benefit after deploying just one part.</t>

        <t><xref target="l4sarch_sec_non-l4s-neck"/> and <xref
        target="l4sarch_sec_classic-ecn-neck"/> describe the converse
        incremental deployment case where there is no L4S AQM at the network
        bottleneck, so any L4S flow traversing this bottleneck has to take
        care in case it is competing with Classic traffic.</t>

        <section anchor="l4sarch_deploy_top" title="Deployment Topology">
          <t>L4S AQMs will not have to be deployed throughout the Internet
          before L4S can benefit anyone. Operators of public Internet access
          networks typically design their networks so that the bottleneck will
          nearly always occur at one known (logical) link. This confines the
          cost of queue management technology to one place.</t>

          <t>The case of mesh networks is different and will be discussed
          later in this section. But the known bottleneck case is generally
          true for Internet access to all sorts of different 'sites', where
          the word 'site' includes home networks, small- to medium-sized
          campus or enterprise networks and even cellular devices (<xref
          target="l4sarch_fig_access_topology"/>). Also, this known-bottleneck
          case tends to be applicable whatever the access link technology;
          whether xDSL, cable, PON, cellular, line of sight wireless or
          satellite.</t>

          <t>Therefore, the full benefit of the L4S service should be
          available in the downstream direction when an L4S AQM is deployed at
          the ingress to this bottleneck link. And similarly, the full
          upstream service will be available once an L4S AQM is deployed at
          the ingress into the upstream link. (Of course, multi-homed sites
          would only see the full benefit once all their access links were
          covered.)</t>

          <figure align="center" anchor="l4sarch_fig_access_topology"
                  title="Likely location of DualQ (DQ) Deployments in common access topologies">
            <artwork><![CDATA[                                         ______
                                        (      )
                      __          __  (          )
                     |DQ\________/DQ|( enterprise )
                 ___ |__/        \__| ( /campus  )
                (   )                   (______)
              (      )                           ___||_
+----+      (          )  __                 __ /      \
| DC |-----(    Core    )|DQ\_______________/DQ|| home |
+----+      (          ) |__/               \__||______|
               (_____) __       
                      |DQ\__/\        __ ,===.
                      |__/    \  ____/DQ||| ||mobile
                               \/    \__|||_||device
                                         | o |
                                         `---'

]]></artwork>
          </figure>

          <t>Deployment in mesh topologies depends on how overbooked the core
          is. If the core is non-blocking, or at least generously provisioned
          so that the edges are nearly always the bottlenecks, it would only
          be necessary to deploy an L4S AQM at the edge bottlenecks. For
          example, some data-centre networks are designed with the bottleneck
          in the hypervisor or host NICs, while others bottleneck at the
          top-of-rack switch (both the output ports facing hosts and those
          facing the core).</t>

          <t>An L4S AQM would often next be needed where the Wi-Fi links in a
          home sometimes become the bottleneck. And an L4S AQM would
          eventually also need to be deployed at any other persistent
          bottlenecks such as network interconnections, e.g.&nbsp;some public
          Internet exchange points and the ingress and egress to WAN links
          interconnecting data-centres.</t>
        </section>

        <section anchor="l4s_arch_deploy_seq" title="Deployment Sequences">
          <t>For any one L4S flow to provide benefit, it requires three (or
          sometimes two) parts to have been deployed: i) the congestion
          control at the sender; ii) the AQM at the bottleneck; and iii) older
          transports (namely TCP) need upgraded receiver feedback too. This
          was the same deployment problem that ECN faced&nbsp;<xref
          target="RFC8170"/> so we have learned from that experience.</t>

          <t>Firstly, L4S deployment exploits the fact that DCTCP already
          exists on many Internet hosts (Windows, FreeBSD and Linux); both
          servers and clients. Therefore, an L4S AQM can be deployed at a
          network bottleneck to immediately give a working deployment of all
          the L4S parts for testing, as long as the ECT(0) codepoint is
          switched to ECT(1). DCTCP needs some safety concerns to be fixed for
          general use over the public Internet (see Section 4.3 of the L4S ECN
          spec&nbsp;<xref target="I-D.ietf-tsvwg-ecn-l4s-id"/>), but DCTCP is
          not on by default, so these issues can be managed within controlled
          deployments or controlled trials.</t>

          <t>Secondly, the performance improvement with L4S is so significant
          that it enables new interactive services and products that were not
          previously possible. It is much easier for companies to initiate new
          work on deployment if there is budget for a new product trial. If,
          in contrast, there were only an incremental performance improvement
          (as with Classic ECN), spending on deployment tends to be much
          harder to justify.</t>

          <t>Thirdly, the L4S identifier is defined so that initially network
          operators can enable L4S exclusively for certain customers or
          certain applications. But this is carefully defined so that it does
          not compromise future evolution towards L4S as an Internet-wide
          service. This is because the L4S identifier is defined not only as
          the end-to-end ECN field, but it can also optionally be combined
          with any other packet header or some status of a customer or their
          access link (see section 5.4 of&nbsp;<xref
          target="I-D.ietf-tsvwg-ecn-l4s-id"/>). Operators could do this
          anyway, even if it were not blessed by the IETF. However, it is best
          for the IETF to specify that, if they use their own local
          identifier, it must be in combination with the IETF's identifier.
          Then, if an operator has opted for an exclusive local-use approach,
          later they only have to remove this extra rule to make the service
          work Internet-wide - it will already traverse middleboxes, peerings,
          etc. <!--{K: Review up to here}--></t>

          <figure align="center" anchor="l4s_arch_fig_deploy_seq"
                  title="Example L4S Deployment Sequence">
            <artwork><![CDATA[+-+--------------------+----------------------+---------------------+
| | Servers or proxies |      Access link     |             Clients |
+-+--------------------+----------------------+---------------------+
|0| DCTCP (existing)   |                      |    DCTCP (existing) |
+-+--------------------+----------------------+---------------------+
|1|                    |Add L4S AQM downstream|                     |
| |       WORKS DOWNSTREAM FOR CONTROLLED DEPLOYMENTS/TRIALS        |
+-+--------------------+----------------------+---------------------+
|2| Upgrade DCTCP to   |                      |Replace DCTCP feedb'k|
| | TCP Prague         |                      |         with AccECN |
| |                 FULLY     WORKS     DOWNSTREAM                  |
+-+--------------------+----------------------+---------------------+
| |                    |                      |    Upgrade DCTCP to |
|3|                    | Add L4S AQM upstream |          TCP Prague |
| |                    |                      |                     |
| |              FULLY WORKS UPSTREAM AND DOWNSTREAM                |
+-+--------------------+----------------------+---------------------+

]]></artwork>
          </figure>

          <t><xref target="l4s_arch_fig_deploy_seq"/> illustrates some example
          sequences in which the parts of L4S might be deployed. It consists
          of the following stages, preceded by a presumption that DCTCP is
          already installed at both ends:<list style="numbers">
              <t>DCTCP is not applicable for use over the public Internet, so
              it is emphasized here that any DCTCP flow has to be completely
              contained within a controlled trial environment. <vspace
              blankLines="1"/>Within this trial environment, once an L4S AQM
              has been deployed, the trial DCTCP flow will experience
              immediate benefit, without any other deployment being needed. In
              this example downstream deployment is first, but in other
              scenarios the upstream might be deployed first. If no AQM at all
              was previously deployed for the downstream access, an L4S AQM
              greatly improves the Classic service (as well as adding the L4S
              service). If an AQM was already deployed, the Classic service
              will be unchanged (and L4S will add an improvement on top).</t>

              <t>In this stage, the name 'TCP Prague'&nbsp;<xref
              target="I-D.briscoe-iccrg-prague-congestion-control"/> is used
              to represent a variant of DCTCP that is designed to be used in a
              production Internet environment (that is, it has to comply with
              all the requirements in Section 4 of the L4S ECN spec&nbsp;<xref
              target="I-D.ietf-tsvwg-ecn-l4s-id"/>, which then means it can be
              used over the public Internet). If the application is primarily
              unidirectional, 'TCP Prague' at one end will provide all the
              benefit needed.<vspace blankLines="1"/>For TCP transports,
              Accurate ECN feedback (AccECN)&nbsp;<xref
              target="I-D.ietf-tcpm-accurate-ecn"/> is needed at the other
              end, but it is a generic ECN feedback facility that is already
              planned to be deployed for other purposes, e.g.&nbsp;DCTCP, BBR.
              The two ends can be deployed in either order, because, in TCP,
              an L4S congestion control only enables itself if it has
              negotiated the use of AccECN feedback with the other end during
              the connection handshake. Thus, deployment of TCP Prague on a
              server enables L4S trials to move to a production service in one
              direction, wherever AccECN is deployed at the other end. This
              stage might be further motivated by the performance improvements
              of TCP Prague relative to DCTCP (see Appendix A.2 of the L4S ECN
              spec&nbsp;<xref target="I-D.ietf-tsvwg-ecn-l4s-id"/>).<vspace
              blankLines="1"/>Unlike TCP, from the outset, QUIC ECN
              feedback&nbsp;<xref target="RFC9000"/> has supported L4S.
              Therefore, if the transport is QUIC, one-ended deployment of a
              Prague congestion control at this stage is simple and
              sufficient.<vspace blankLines="1"/>For QUIC, if a proxy sits in
              the path between multiple origin servers and the access
              bottlenecks to multiple clients, then upgrading the proxy with a
              Scalable congestion control would provide the benefits of L4S
              over all the clients' downstream bottlenecks in one go ---
              whether or not all the origin servers were upgraded. Conversely,
              where a proxy has not been upgraded, the clients served by it
              will not benefit from L4S at all in the downstream, even when
              any origin server behind the proxy has been upgraded to support
              L4S.<vspace blankLines="1"/>For TCP, a proxy upgraded to support
              'TCP Prague' would provide the benefits of L4S downstream to all
              clients that support AccECN (whether or not they support L4S as
              well). And in the upstream, the proxy would also support AccECN
              as a receiver, so that any client deploying its own L4S support
              would benefit in the upstream direction, irrespective of whether
              any origin server beyond the proxy supported AccECN.</t>

              <t>This is a two-move stage to enable L4S upstream. An L4S AQM
              or TCP Prague can be deployed in either order as already
              explained. To motivate the first of two independent moves, the
              deferred benefit of enabling new services after the second move
              has to be worth it to cover the first mover's investment risk.
              As explained already, the potential for new interactive services
              provides this motivation. An L4S AQM also improves the upstream
              Classic service - significantly if no other AQM has already been
              deployed.</t>
            </list>Note that other deployment sequences might occur. For
          instance: the upstream might be deployed first; a non-TCP protocol
          might be used end-to-end, e.g.&nbsp;QUIC, RTP; a body such as the
          3GPP might require L4S to be implemented in 5G user equipment, or
          other random acts of kindness.</t>
        </section>

        <section anchor="l4sarch_sec_non-l4s-neck"
                 title="L4S Flow but Non-ECN Bottleneck">
          <t>If L4S is enabled between two hosts, the L4S sender is required
          to coexist safely with Reno in response to any drop (see Section 4.3
          of the L4S ECN spec&nbsp;<xref
          target="I-D.ietf-tsvwg-ecn-l4s-id"/>).</t>

          <t>Unfortunately, as well as protecting Classic traffic, this rule
          degrades the L4S service whenever there is any loss, even if the
          cause is not persistent congestion at a bottleneck, e.g.:<list
              style="symbols">
              <t>congestion loss at other transient bottlenecks, e.g.&nbsp;due
              to bursts in shallower queues;</t>

              <t>transmission errors, e.g.&nbsp;due to electrical
              interference;</t>

              <t>rate policing.</t>
            </list></t>

          <t>Three complementary approaches are in progress to address this
          issue, but they are all currently research:<list style="symbols">
              <t>In Prague congestion control, ignore certain losses deemed
              unlikely to be due to congestion (using some ideas from
              BBR&nbsp;<xref
              target="I-D.cardwell-iccrg-bbr-congestion-control"/> regarding
              isolated losses). This could mask any of the above types of loss
              while still coexisting with drop-based congestion controls.</t>

              <t>A combination of RACK, L4S and link retransmission without
              resequencing could repair transmission errors without the head
              of line blocking delay usually associated with link-layer
              retransmission&nbsp;<xref target="UnorderedLTE"/>, <xref
              target="I-D.ietf-tsvwg-ecn-l4s-id"/>;</t>

              <t>Hybrid ECN/drop rate policers (see <xref
              target="l4s_arch_sec_policing"/>).</t>
            </list></t>

          <t>L4S deployment scenarios that minimize these issues
          (e.g.&nbsp;over wireline networks) can proceed in parallel to this
          research, in the expectation that research success could continually
          widen L4S applicability.</t>
        </section>

        <section anchor="l4sarch_sec_classic-ecn-neck"
                 title="L4S Flow but Classic ECN Bottleneck">
          <t>Classic ECN support is starting to materialize on the Internet as
          an increased level of CE marking. It is hard to detect whether this
          is all due to the addition of support for ECN in implementations of
          FQ-CoDel and/or FQ-COBALT, which is not generally problematic,
          because flow-queue (FQ) scheduling inherently prevents a flow from
          exceeding the 'fair' rate irrespective of its aggressiveness.
          However, some of this Classic ECN marking might be due to
          single-queue ECN deployment. This case is discussed in Section 4.3
          of the L4S ECN spec&nbsp;<xref
          target="I-D.ietf-tsvwg-ecn-l4s-id"/>.</t>
        </section>

        <section title="L4S AQM Deployment within Tunnels">
          <t>An L4S AQM uses the ECN field to signal congestion. So, in common
          with Classic ECN, if the AQM is within a tunnel or at a lower layer,
          correct functioning of ECN signalling requires correct propagation
          of the ECN field up the layers&nbsp;<xref target="RFC6040"/>, <xref
          target="I-D.ietf-tsvwg-rfc6040update-shim"/>, <xref
          target="I-D.ietf-tsvwg-ecn-encap-guidelines"/>.</t>
        </section>
      </section>
    </section>

    <section anchor="l4sps_IANA"
             title="IANA Considerations (to be removed by RFC Editor)">
      <t>This specification contains no IANA considerations.</t>
    </section>

    <section anchor="l4sps_Security_Considerations"
             title="Security Considerations">
      <section title="Traffic Rate (Non-)Policing">
        <t/>

        <section title="(Non-)Policing Rate per Flow">
          <t>In the current Internet, ISPs usually enforce separation between
          the capacity of shared links assigned to different 'sites'
          (e.g.&nbsp;households, businesses or mobile users - see terminology
          in <xref target="l4sps_Terminology"/>) using some form of
          scheduler&nbsp;<xref target="RFC0970"/>. And they use various
          techniques like redirection to traffic scrubbing facilities to deal
          with flooding attacks. However, there has never been a universal
          need to police the rate of individual application flows - the
          Internet has generally always relied on self-restraint of congestion
          controls at senders for sharing intra-'site' capacity.</t>

          <t>L4S has been designed not to upset this status quo. If a DualQ is
          used to provide L4S service, section 4.2 of <xref
          target="I-D.ietf-tsvwg-aqm-dualq-coupled"/> explains how it is
          designed to give no more rate advantage to unresponsive flows than a
          single-queue AQM would, whether or not there is traffic
          overload.</t>

          <t>Also, in case per-flow rate policing is ever required, it can be
          added because it is orthogonal to the distinction between L4S and
          Classic. As explained in <xref target="l4sps_why-not"/>, the DualQ
          variant of L4S provides low delay without prejudging the issue of
          flow-rate control. So, if flow-rate control is needed,
          per-flow-queuing (FQ) with L4S support can be used instead, or flow
          rate policing can be added as a modular addition to a DualQ.
          However, per-flow rate control is not usually deployed as a security
          mechanism, because an active attacker can just shard its traffic
          over more flow IDs if the rate of each is restricted.</t>
        </section>

        <section title="(Non-)Policing L4S Service Rate ">
          <t><xref target="l4sps_why-not"/> explains how Diffserv only makes a
          difference if some packets get less favourable treatment than
          others, which typically requires traffic rate policing for a low
          latency class. In contrast, it should not be necessary to
          rate-police access to the L4S service to protect the Classic
          service, because L4S is designed to reduce delay without harming the
          delay or rate of any Classic traffic.</t>

          <t>During early deployment (and perhaps always), some networks will
          not offer the L4S service. In general, these networks should not
          need to police L4S traffic. They are required (by both the ECN
          spec&nbsp;<xref target="RFC3168"/> and the L4S ECN spec&nbsp;<xref
          target="I-D.ietf-tsvwg-ecn-l4s-id"/>) not to change the L4S
          identifier, which would interfere with end-to-end congestion
          control. If they already treat ECN traffic as Not-ECT, they can
          merely treat L4S traffic as Not-ECT too. At a bottleneck, such
          networks will introduce some queuing and dropping. When a scalable
          congestion control detects a drop it will have to respond safely
          with respect to Classic congestion controls (as required in Section
          4.3 of <xref target="I-D.ietf-tsvwg-ecn-l4s-id"/>). This will
          degrade the L4S service to be no better (but never worse) than
          Classic best efforts, whenever a non-ECN bottleneck is encountered
          on a path (see <xref target="l4sarch_sec_non-l4s-neck"/>).</t>

          <t>In cases that are expected to be rare, networks that solely
          support Classic ECN&nbsp;<xref target="RFC3168"/> in a single queue
          bottleneck might opt to police L4S traffic so as to protect
          competing Classic ECN traffic (for instance, see Section 6.1.3 of
          the L4S operational guidance&nbsp;<xref
          target="I-D.ietf-tsvwg-l4sops"/>). However, Section 4.3 of the L4S
          ECN spec&nbsp;<xref target="I-D.ietf-tsvwg-ecn-l4s-id"/> recommends
          that the sender adapts its congestion response to properly coexist
          with Classic ECN flows, i.e.&nbsp;reverting to the self-restraint
          approach.</t>

          <t>Certain network operators might choose to restrict access to the
          L4S service, perhaps only to selected premium customers as a
          value-added service. Their packet classifier (item 2 in <xref
          target="l4sps_fig_components"/>) could identify such customers
          against some other field (e.g.&nbsp;source address range) as well as
          classifying on the ECN field. If only the ECN L4S identifier
          matched, but not the source address (say), the classifier could
          direct these packets (from non-premium customers) into the Classic
          queue. Explaining clearly how operators can use additional local
          classifiers (see section 5.4 of the L4S ECN spec&nbsp;<xref
          target="I-D.ietf-tsvwg-ecn-l4s-id"/>) is intended to remove any
          motivation to clear the L4S identifier. Then at least the L4S ECN
          identifier will be more likely to survive end-to-end even though the
          service may not be supported at every hop. Such local arrangements
          would only require simple registered/not-registered packet
          classification, rather than the managed, application-specific
          traffic policing against customer-specific traffic contracts that
          Diffserv uses.</t>
        </section>
      </section>

      <section title="'Latency Friendliness'">
        <t>Like the Classic service, the L4S service relies on self-restraint
        - limiting rate in response to congestion. In addition, the L4S
        service requires self-restraint in terms of limiting latency
        (burstiness). It is hoped that self-interest and guidance on dynamic
        behaviour (especially flow start-up, which might need to be
        standardized) will be sufficient to prevent transports from sending
        excessive bursts of L4S traffic, given the application's own latency
        will suffer most from such behaviour.</t>

        <t>Because the L4S service can reduce delay without discernibly
        increasing the delay of any Classic traffic, it should not be
        necessary to police L4S traffic to protect the delay of Classic.
        However, whether burst policing becomes necessary to protect other L4S
        traffic remains to be seen. Without it, there will be potential for
        attacks on the low latency of the L4S service.</t>

        <t>If needed, various arrangements could be used to address this
        concern:<list style="hanging">
            <t hangText="Local bottleneck queue protection:">A per-flow
            (5-tuple) queue protection function&nbsp;<xref
            target="I-D.briscoe-docsis-q-protection"/> has been developed for
            the low latency queue in DOCSIS, which has adopted the DualQ L4S
            architecture. It protects the low latency service from any
            queue-building flows that accidentally or maliciously classify
            themselves into the low latency queue. It is designed to score
            flows based solely on their contribution to queuing (not flow rate
            in itself). Then, if the shared low latency queue is at risk of
            exceeding a threshold, the function redirects enough packets of
            the highest scoring flow(s) into the Classic queue to preserve low
            latency.</t>

            <t hangText="Distributed traffic scrubbing:">Rather than policing
            locally at each bottleneck, it may only be necessary to address
            problems reactively, e.g.&nbsp;punitively target any deployments
            of new bursty malware, in a similar way to how traffic from
            flooding attack sources is rerouted via scrubbing facilities.</t>

            <t hangText="Local bottleneck per-flow scheduling:">Per-flow
            scheduling should inherently isolate non-bursty flows from bursty
            (see <xref target="l4sps_why-not"/> for discussion of the merits
            of per-flow scheduling relative to per-flow policing).</t>

            <t hangText="Distributed access subnet queue protection:">Per-flow
            queue protection could be arranged for a queue structure
            distributed across a subnet intercommunicating using lower layer
            control messages (see Section 2.1.4 of <xref target="QDyn"/>). For
            instance, in a radio access network, user equipment already sends
            regular buffer status reports to a radio network controller, which
            could use this information to remotely police individual
            flows.</t>

            <t
            hangText="Distributed Congestion Exposure to Ingress Policers:">The
            Congestion Exposure (ConEx) architecture&nbsp;<xref
            target="RFC7713"/> uses egress audit to motivate senders to
            truthfully signal path congestion in-band where it can be used by
            ingress policers. An edge-to-edge variant of this architecture is
            also possible.</t>

            <t hangText="Distributed Domain-edge traffic conditioning:">An
            architecture similar to Diffserv&nbsp;<xref target="RFC2475"/> may
            be preferred, where traffic is proactively conditioned on entry to
            a domain, rather than reactively policed only if it leads to
            queuing once combined with other traffic at a bottleneck.</t>

            <t hangText="Distributed core network queue protection:">The
            policing function could be divided between per-flow mechanisms at
            the network ingress that characterize the burstiness of each flow
            into a signal carried with the traffic, and per-class mechanisms
            at bottlenecks that act on these signals if queuing actually
            occurs once the traffic converges. This would be somewhat similar
            to <xref target="Nadas20"/>, which is in turn similar to the idea
            behind core stateless fair queuing.</t>
          </list></t>

        <t>No single one of these possible queue protection capabilities is
        considered an essential part of the L4S architecture, which works
        without any of them under non-attack conditions (much as the Internet
        normally works without per-flow rate policing). Indeed, even where
        latency policers are deployed, under normal circumstances they would
        not intervene, and if operators found they were not necessary they
        could disable them. Part of the L4S experiment will be to see whether
        such a function is necessary, and which arrangements are most
        appropriate to the size of the problem.</t>
      </section>

      <section anchor="l4s_arch_sec_policing"
               title="Interaction between Rate Policing and L4S">
        <t>As mentioned in <xref target="l4sps_why-not"/>, L4S should remove
        the need for low latency Diffserv classes. However, those Diffserv
        classes that give certain applications or users priority over
        capacity, would still be applicable in certain scenarios
        (e.g.&nbsp;corporate networks). Then, within such Diffserv classes,
        L4S would often be applicable to give traffic low latency and low loss
        as well. Within such a Diffserv class, the bandwidth available to a
        user or application is often limited by a rate policer. Similarly, in
        the default Diffserv class, rate policers are sometimes used to
        partition shared capacity.</t>

        <t>A classic rate policer drops any packets exceeding a set rate,
        usually also giving a burst allowance (variants exist where the
        policer re-marks non-compliant traffic to a discard-eligible Diffserv
        codepoint, so they can be dropped elsewhere during contention).
        Whenever L4S traffic encounters one of these rate policers, it will
        experience drops and the source will have to fall back to a Classic
        congestion control, thus losing the benefits of L4S (<xref
        target="l4sarch_sec_non-l4s-neck"/>). So, in networks that already use
        rate policers and plan to deploy L4S, it will be preferable to
        redesign these rate policers to be more friendly to the L4S
        service.</t>

        <t>L4S-friendly rate policing is currently a research area (note that
        this is not the same as latency policing). It might be achieved by
        setting a threshold where ECN marking is introduced, such that it is
        just under the policed rate or just under the burst allowance where
        drop is introduced. For instance the two-rate three-colour
        marker&nbsp;<xref target="RFC2698"/> or a PCN threshold and
        excess-rate marker&nbsp;<xref target="RFC5670"/> could mark ECN at the
        lower rate and drop at the higher. Or an existing rate policer could
        have congestion-rate policing added, e.g.&nbsp;using the 'local'
        (non-ConEx) variant of the ConEx aggregate congestion
        policer&nbsp;<xref target="I-D.briscoe-conex-policing"/>. It might
        also be possible to design scalable congestion controls to respond
        less catastrophically to loss that has not been preceded by a period
        of increasing delay.</t>

        <t>The design of L4S-friendly rate policers will require a separate
        dedicated document. For further discussion of the interaction between
        L4S and Diffserv, see <xref
        target="I-D.briscoe-tsvwg-l4s-diffserv"/>.</t>
      </section>

      <section title="ECN Integrity">
        <t>Various ways have been developed to protect the integrity of the
        congestion feedback loop (whether signalled by loss, Classic ECN or
        L4S ECN) against misbehaviour by the receiver, sender or network (or
        all three). Brief details of each including applicability, pros and
        cons is given in Appendix C.1 of the L4S ECN spec&nbsp;<xref
        target="I-D.ietf-tsvwg-ecn-l4s-id"/>.</t>
      </section>

      <section title="Privacy Considerations">
        <t>As discussed in <xref target="l4sps_why-not"/>, the L4S
        architecture does not preclude approaches that inspect end-to-end
        transport layer identifiers. For instance, L4S support has been added
        to FQ-CoDel, which classifies by application flow ID in the network.
        However, the main innovation of L4S is the DualQ AQM framework that
        does not need to inspect any deeper than the outermost IP header,
        because the L4S identifier is in the IP-ECN field.</t>

        <t>Thus, the L4S architecture enables very low queuing delay without
        <spanx style="emph">requiring</spanx> inspection of information above
        the IP layer. This means that users who want to encrypt application
        flow identifiers, e.g.&nbsp;in IPSec or other encrypted VPN tunnels,
        don't have to sacrifice low delay&nbsp;<xref target="RFC8404"/>.</t>

        <t>Because L4S can provide low delay for a broad set of applications
        that choose to use it, there is no need for individual applications or
        classes within that broad set to be distinguishable in any way while
        traversing networks. This removes much of the ability to correlate
        between the delay requirements of traffic and other identifying
        features&nbsp;<xref target="RFC6973"/>. There may be some types of
        traffic that prefer not to use L4S, but the coarse binary
        categorization of traffic reveals very little that could be exploited
        to compromise privacy.</t>
      </section>
    </section>
  </middle>

  <!--  *****BACK MATTER ***** -->

  <back>
    <references title="Informative References">
      <?rfc include="reference.RFC.0970" ?>

      <?rfc include="reference.RFC.2475" ?>

      <?rfc include="reference.RFC.2698" ?>

      <?rfc include="reference.RFC.2884" ?>

      <?rfc include="reference.RFC.3168" ?>

      <?rfc include="reference.RFC.4774" ?>

      <?rfc include="reference.RFC.6679" ?>

      <?rfc include="reference.RFC.3540" ?>

      <?rfc include="reference.RFC.3246" ?>

      <?rfc include="reference.RFC.3649" ?>

      <?rfc include="reference.RFC.4340" ?>

      <?rfc include="reference.RFC.4960" ?>

      <?rfc include="reference.RFC.5033" ?>

      <?rfc include="reference.RFC.5348" ?>

      <?rfc include="reference.RFC.5670" ?>

      <?rfc include="reference.RFC.5681" ?>

      <?rfc include="reference.RFC.6040" ?>

      <?rfc include="reference.RFC.6817" ?>

      <?rfc include="reference.RFC.6973" ?>

      <?rfc include="reference.RFC.7560" ?>

      <?rfc include="reference.RFC.7665" ?>

      <?rfc include="reference.I-D.ietf-tcpm-accurate-ecn" ?>

      <?rfc include="reference.RFC.7713" ?>

      <?rfc include="reference.RFC.7567" ?>

      <?rfc include="reference.RFC.8033" ?>

      <?rfc include="reference.RFC.8034" ?>

      <?rfc include="reference.RFC.8170" ?>

      <?rfc include="reference.RFC.8257" ?>

      <?rfc include="reference.RFC.8290" ?>

      <?rfc include="reference.RFC.8298" ?>

      <?rfc include="reference.RFC.8311" ?>

      <?rfc include="reference.RFC.8312" ?>

      <?rfc include="reference.RFC.8404" ?>

      <?rfc include="reference.RFC.8511" ?>

      <?rfc include="reference.RFC.8888" ?>

      <?rfc include="reference.RFC.9000" ?>

      <?rfc include="reference.RFC.9113" ?>

      <?rfc include="reference.I-D.ietf-tsvwg-aqm-dualq-coupled" ?>

      <?rfc include="reference.I-D.ietf-tsvwg-ecn-l4s-id" ?>

      <?rfc include="reference.I-D.ietf-tsvwg-nqb" ?>

      <?rfc include="reference.I-D.briscoe-conex-policing" ?>

      <?rfc include="reference.I-D.stewart-tsvwg-sctpecn" ?>

      <?rfc include='reference.I-D.sridharan-tcpm-ctcp'?>

      <?rfc include="reference.I-D.ietf-tsvwg-rfc6040update-shim" ?>

      <?rfc include="reference.I-D.ietf-tsvwg-ecn-encap-guidelines" ?>

      <?rfc include='reference.I-D.ietf-tsvwg-l4sops'?>

      <?rfc include='reference.I-D.briscoe-tsvwg-l4s-diffserv'?>

      <?rfc include='reference.I-D.briscoe-docsis-q-protection'?>

      <?rfc include='reference.I-D.cardwell-iccrg-bbr-congestion-control'?>

      <?rfc include='reference.I-D.briscoe-iccrg-prague-congestion-control'?>

      <?rfc include='reference.I-D.morton-tsvwg-codel-approx-fair'?>

      <?rfc include='reference.I-D.mathis-iccrg-relentless-tcp'?>

      <!--      <reference anchor="Mathis09"
                 target="https://www.gdt.id.au/~gdt/presentations/2010-07-06-questnet-tcp/reference-materials/papers/mathis-relentless-congestion-control.pdf">
        <front>
          <title>Relentless Congestion Control</title>

          <author fullname="Matt Mathis" initials="M." surname="Mathis">
            <organization>PSC</organization>
          </author>

          <date month="May" year="2009"/>
        </front>

        <seriesInfo name="PFLDNeT'09" value=""/>

        <format target="https://www.gdt.id.au/~gdt/presentations/2010-07-06-questnet-tcp/reference-materials/papers/mathis-relentless-congestion-control.pdf"
                type="PDF"/>
      </reference>
-->

      <reference anchor="Hohlfeld14">
        <front>
          <title>A QoE Perspective on Sizing Network Buffers</title>

          <author fullname="Oliver Hohlfeld" initials="O." surname="Hohlfeld ">
            <organization/>
          </author>

          <author fullname="Enric Pujol" initials="E." surname="Pujol">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Florin Ciucu" initials="F." surname="Ciucu">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Anja Feldmann" initials="A." surname="Feldmann">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Paul Barford" initials="P." surname="Barford">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date month="November" year="2014"/>
        </front>

        <seriesInfo name="Proc. ACM Internet Measurement Conf (IMC'14)"
                    value="pp333--346"/>

        <format target="https://doi.acm.org/10.1145/2663716.2663730"
                type="PDF"/>
      </reference>

      <reference anchor="L4Seval22" target="https://arxiv.org/abs/2209.01078">
        <front>
          <title>Dual Queue Coupled AQM: Deployable Very Low Queuing Delay for
          All</title>

          <author fullname="Koen De Schepper" initials="K."
                  surname="De Schepper">
            <organization>Nokia Bell Labs</organization>
          </author>

          <author fullname="Olga Albisser" initials="O." surname="Albisser">
            <organization>Simula Research Lab</organization>
          </author>

          <author fullname="Olivier" initials="O." surname="Tilmans">
            <organization>Nokia Bell Labs</organization>
          </author>

          <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
            <organization>Independent (bobbriscoe.net)</organization>
          </author>

          <date month="September" year="2022"/>
        </front>

        <seriesInfo name="Preprint submitted to IEEE/ACM Transactions on Networking"
                    value="arXiv:2209.01078 [cs.NI]"/>

        <format target="https://arxiv.org/pdf/2209.01078" type="PDF"/>
      </reference>

      <reference anchor="L4Sdemo16"
                 target="https://dl.acm.org/citation.cfm?doid=2910017.2910633 (videos of demos: https://riteproject.eu/dctth/#1511dispatchwg )">
        <front>
          <title>Ultra-Low Delay for All: Live Experience, Live
          Analysis</title>

          <author fullname="Olga Bondarenko" initials="O."
                  surname="Bondarenko">
            <organization>Simula Research Lab</organization>
          </author>

          <author fullname="Koen De Schepper" initials="K."
                  surname="De Schepper">
            <organization>Bell Labs</organization>
          </author>

          <author fullname="Ing-jyh Tsang" initials="I." surname="Tsang">
            <organization>Bell Labs</organization>
          </author>

          <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
            <organization>BT</organization>
          </author>

          <date month="May" year="2016"/>
        </front>

        <seriesInfo name="Proc. MMSYS'16" value="pp33:1--33:4"/>

        <format target="https://dl.acm.org/citation.cfm?doid=2910017.2910633"
                type="PDF"/>
      </reference>

      <reference anchor="TCP-CA"
                 target="https://ee.lbl.gov/papers/congavoid.pdf">
        <front>
          <title>Congestion Avoidance and Control</title>

          <author fullname="Van Jacobson" initials="V." surname="Jacobson">
            <organization/>
          </author>

          <author fullname="Michael J. Karels" initials="M.J."
                  surname="Karels">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date month="November" year="1988"/>
        </front>

        <seriesInfo name="Laurence Berkeley Labs Technical Report" value=""/>

        <format target="https://ee.lbl.gov/papers/congavoid.pdf" type="PDF"/>
      </reference>

      <reference anchor="UnorderedLTE">
        <front>
          <title>Implementing immediate forwarding for 4G in a network
          simulator</title>

          <author fullname="Magnus Vevik Austrheim" initials="M.V."
                  surname="Austrheim">
            <organization/>
          </author>

          <date month="June" year="2019"/>
        </front>

        <seriesInfo name="Master's Thesis, Uni Oslo" value=""/>
      </reference>

      <reference anchor="PragueLinux"
                 target="https://www.netdevconf.org/0x13/session.html?talk-tcp-prague-l4s">
        <front>
          <title>Implementing the `TCP Prague' Requirements for Low Latency
          Low Loss Scalable Throughput (L4S)</title>

          <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
            <organization>Independent</organization>
          </author>

          <author fullname="Koen De Schepper" initials="K."
                  surname="De Schepper">
            <organization>Nokia Bell Labs</organization>
          </author>

          <author fullname="Olga Albisser" initials="O." surname="Albisser">
            <organization>Simula Research Lab</organization>
          </author>

          <author fullname="Joakim Misund" initials="J." surname="Misund">
            <organization>Simula Research Lab</organization>
          </author>

          <author fullname="Olivier Tilmans" initials="O." surname="Tilmans">
            <organization>Nokia Bell Labs</organization>
          </author>

          <author fullname="Mirja K&uuml;hlewind" initials="M."
                  surname="K&uuml;hlewind">
            <organization>ETH Zurich</organization>
          </author>

          <author fullname="Asad Sajjad Ahmed" initials="A.S." surname="Ahmed">
            <organization>Simula Research Lab</organization>
          </author>

          <date month="March" year="2019"/>
        </front>

        <seriesInfo name="Proc. Linux Netdev 0x13" value=""/>

        <format target="https://www.files.netdevconf.org/f/4d6939d5f1fb404fafd1/?dl=1"
                type="PDF"/>
      </reference>

      <reference anchor="DualPI2Linux"
                 target="https://www.netdevconf.org/0x13/session.html?talk-DUALPI2-AQM">
        <front>
          <title>DUALPI2 - Low Latency, Low Loss and Scalable (L4S)
          AQM</title>

          <author fullname="Olga Albisser" initials="O." surname="Albisser">
            <organization>Simula Research Lab</organization>
          </author>

          <author fullname="Koen De Schepper" initials="K."
                  surname="De Schepper">
            <organization>Nokia Bell Labs</organization>
          </author>

          <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
            <organization>Independent</organization>
          </author>

          <author fullname="Olivier Tilmans" initials="O." surname="Tilmans">
            <organization>Nokia Bell Labs</organization>
          </author>

          <author fullname="Henrik Steen" initials="H." surname="Steen">
            <organization>Simula Research Lab</organization>
          </author>

          <date month="March" year="2019"/>
        </front>

        <seriesInfo name="Proc. Linux Netdev 0x13" value=""/>

        <format target="https://www.files.netdevconf.org/f/febbe8c6a05b4ceab641/?dl=1"
                type="PDF"/>
      </reference>

      <reference anchor="DOCSIS3.1"
                 target="https://specification-search.cablelabs.com/CM-SP-MULPIv3.1">
        <front>
          <title>MAC and Upper Layer Protocols Interface (MULPI)
          Specification, CM-SP-MULPIv3.1</title>

          <author fullname="" surname="">
            <organization>CableLabs</organization>
          </author>

          <date day="21" month="January" year="2019"/>
        </front>

        <seriesInfo name="Data-Over-Cable Service Interface Specifications DOCSIS&reg; 3.1"
                    value="Version i17 or later"/>

        <format target="https://specification-search.cablelabs.com/CM-SP-MULPIv3.1"
                type="PDF"/>
      </reference>

      <reference anchor="AFCD">
        <front>
          <title>Towards fair and low latency next generation high speed
          networks: AFCD queuing</title>

          <author fullname="Lin Xue" initials="L." surname="Xue">
            <organization/>
          </author>

          <author fullname="Suman Kumar" initials="S." surname="Kumar">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Cheng Cui" initials="C." surname="Cui">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Praveenkumar Kondikoppa" initials="P."
                  surname="Kondikoppa">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Chui-Hui Chiu" initials="C-H." surname="Chiu">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Seung-Jong Park" initials="S-J." surname="Park">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date month="July" year="2016"/>
        </front>

        <seriesInfo name="Journal of Network and Computer Applications"
                    value="70:183--193"/>

        <format target="https://doi.org/10.1016/j.jnca.2016.03.021" type="PDF"/>
      </reference>

      <reference anchor="Nadas20">
        <front>
          <title>A Congestion Control Independent L4S Scheduler</title>

          <author fullname="Szilveszter N&aacute;das" initials="S."
                  surname="N&aacute;das">
            <organization/>
          </author>

          <author fullname="Gergo Gombos" initials="G." surname="Gombos">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Ferenc Fejes" initials="F." surname="Fejes">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="S&aacute;ndor Laki" initials="S." surname="Laki">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date month="July" year="2020"/>
        </front>

        <seriesInfo name="Proc. Applied Networking Research Workshop (ANRW '20)"
                    value="45--51"/>

        <format target="https://doi.org/10.1145/3404868.3406669" type="PDF"/>
      </reference>

      <reference anchor="QDyn" target="https://arxiv.org/abs/1904.07044">
        <front>
          <title>Rapid Signalling of Queue Dynamics</title>

          <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
            <organization>bobbriscoe.net Ltd</organization>
          </author>

          <date month="April" year="2019"/>
        </front>

        <seriesInfo name="bobbriscoe.net Technical Report"
                    value="TR-BB-2017-001; arXiv:1904.07044 [cs.NI]"/>

        <format target="https://arxiv.org/pdf/1904.07044" type="PDF"/>
      </reference>

      <reference anchor="McIlroy78"
                 target="https://archive.org/details/bstj57-6-1899">
        <front>
          <title>UNIX Time-Sharing System: Foreword</title>

          <author fullname="Doug McIlroy" initials="M.D." surname="McIlroy">
            <organization/>
          </author>

          <author initials="E. N." surname="Pinson">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author initials="B. A." surname="Tague">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date month="July" year="1978"/>
        </front>

        <seriesInfo name="The Bell System Technical Journal"
                    value="57:6(1902--1903)"/>

        <format target="https://archive.org/details/bstj57-6-1899" type="JPEG"/>
      </reference>

      <reference anchor="LEDBAT_AQM"
                 target="https://ieeexplore.ieee.org/document/8109367">
        <front>
          <title>Characterising LEDBAT Performance Through Bottlenecks Using
          PIE, FQ-CoDel and FQ-PIE Active Queue Management</title>

          <author fullname="Rasool Al-Saadi" initials="R." surname="Al-Saadi">
            <organization/>
          </author>

          <author fullname="Grenville Armitage" initials="G."
                  surname="Armitage">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Jason But" initials="J." surname="But">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date year="2017"/>
        </front>

        <seriesInfo name="Proc. IEEE 42nd Conference on Local Computer Networks (LCN)"
                    value="278--285"/>
      </reference>

      <reference anchor="BBRv2"
                 target="https://github.com/google/bbr/blob/v2alpha/README.md">
        <front>
          <title>TCP BBR v2 Alpha/Preview Release</title>

          <author fullname="Neal Cardwell" initials="N" surname="Cardwell">
            <organization/>
          </author>

          <date/>
        </front>

        <seriesInfo name="GitHub repository;"
                    value="Linux congestion control module"/>

        <format target="https://github.com/google/bbr/blob/v2alpha/README.md"
                type="Source code"/>
      </reference>

      <reference anchor="SCReAM"
                 target="https://github.com/EricssonResearch/scream/blob/master/README.md">
        <front>
          <title>SCReAM</title>

          <author fullname="Ingemar Johansson" initials="I"
                  surname="Johansson">
            <organization/>
          </author>

          <date/>
        </front>

        <seriesInfo name="GitHub repository;" value=""/>

        <format target="https://github.com/google/bbr/blob/v2alpha/README.md"
                type="Source code"/>
      </reference>

      <reference anchor="BDPdata" target="https://arxiv.org/abs/2107.01003">
        <front>
          <title>PI2 Parameters</title>

          <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
            <organization/>
          </author>

          <date month="July" year="2021"/>
        </front>

        <seriesInfo name="Technical Report"
                    value="TR-BB-2021-001 arXiv:2107.01003 [cs.NI]"/>

        <format target="https://arxiv.org/pdf/2107.01003" type="PDF"/>
      </reference>

      <reference anchor="BufferSize"
                 target="https://doi.org/10.1145/1015467.1015499">
        <front>
          <title>Sizing Router Buffers</title>

          <author fullname="Guido Appenzeller" initials="G."
                  surname="Appenzeller">
            <organization>Stanford Uni</organization>
          </author>

          <author fullname="Isaac Keslassy" initials="I." surname="Keslassy">
            <organization>Stanford Uni</organization>
          </author>

          <author fullname="Nick McKeown" initials="N." surname="McKeown">
            <organization>Stanford Uni</organization>
          </author>

          <date month="September" year="2004"/>
        </front>

        <seriesInfo name="In Proc. SIGCOMM'04" value="34(4):281&ndash;-292"/>

        <format target="http://yuba.stanford.edu/~nickm/papers/sigcomm2004.pdf"
                type="PDF"/>
      </reference>

      <reference anchor="COBALT"
                 target="https://ieeexplore.ieee.org/abstract/document/8847054">
        <front>
          <title>Design and Evaluation of COBALT Queue Discipline</title>

          <author fullname="Jendaipou Palmei" initials="J." surname="Palmei">
            <organization/>
          </author>

          <author fullname="Shefali Gupta" initials="S." surname="Gupta">
            <organization/>
          </author>

          <author fullname="Pasquale Imputato" initials="P."
                  surname="Imputato">
            <organization/>
          </author>

          <author fullname="Jonathan Morton" initials="J." surname="Morton">
            <organization/>
          </author>

          <author fullname="Mohit P. Tahiliani" initials="M. P."
                  surname="Tahiliani">
            <organization/>
          </author>

          <author fullname="Stefan Avallone" initials="S." surname="Avallone">
            <organization/>
          </author>

          <author fullname="Dave T&auml;ht" initials="D." surname="T&auml;ht">
            <organization/>
          </author>

          <date month="July" year="2019"/>
        </front>

        <seriesInfo name="In Proc. IEEE Int'l Symp. Local and Metropolitan Area Networks (LANMAN'19)"
                    value="2019:1-6"/>

        <format target="https://www.researchgate.net/publication/336087375_Design_and_Evaluation_of_COBALT_Queue_Discipline"
                type="PDF"/>
      </reference>

      <reference anchor="DOCSIS3AQM"
                 target="{https://www.cablelabs.com/wp-content/uploads/2013/11/Active_Queue_Management_Algorithms_DOCSIS_3_0.pdf">
        <front>
          <title>Active Queue Management Algorithms for DOCSIS 3.0; A
          Simulation Study of CoDel, SFQ-CoDel and PIE in DOCSIS 3.0
          Networks</title>

          <author fullname="Greg White" initials="G." surname="White">
            <organization/>
          </author>

          <date month="April" year="2013"/>
        </front>

        <seriesInfo name="CableLabs Technical Report" value=""/>

        <format target="{https://www.cablelabs.com/wp-content/uploads/2013/11/Active_Queue_Management_Algorithms_DOCSIS_3_0.pdf"
                type="PDF"/>
      </reference>

      <reference anchor="FQ_CoDel_Thresh"
                 target="https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=dfcb63ce1de6b10b">
        <front>
          <title>fq_codel: generalise ce_threshold marking for subset of
          traffic</title>

          <author fullname="Toke H&oslash;iland-J&oslash;rgensen"
                  initials="T." surname="H&oslash;iland-J&oslash;rgensen">
            <organization/>
          </author>

          <date day="20" month="October" year="2021"/>
        </front>

        <seriesInfo name="Linux Patch" value="Commit ID: dfcb63ce1de6b10b"/>

        <format target="https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=dfcb63ce1de6b10b"
                type="HTML"/>
      </reference>

      <reference anchor="Dukkipati06"
                 target="https://dl.acm.org/doi/10.1145/1111322.1111336">
        <front>
          <title>Why Flow-Completion Time is the Right Metric for Congestion
          Control</title>

          <author fullname="Nandita Dukkipati" initials="N."
                  surname="Dukkipati">
            <organization>Stanford Uni</organization>
          </author>

          <author fullname="Nick McKeown" initials="N." surname="McKeown">
            <organization>Stanford Uni</organization>
          </author>

          <date month="January" year="2006"/>
        </front>

        <seriesInfo name="ACM CCR" value="36(1):59--62"/>

        <format target="http://yuba.stanford.edu/rcp/flowCompTime-dukkipati.pdf"
                type="PDF"/>
      </reference>

      <reference anchor="Rajiullah15"
                 target="https://www.diva-portal.org/smash/get/diva2:846109/FULLTEXT01.pdf">
        <front>
          <title>Towards a Low Latency Internet: Understanding and
          Solutions</title>

          <author fullname="Mohammad Rajiullah" initials="M."
                  surname="Rajiullah">
            <organization>Karlstad Uni</organization>
          </author>

          <date year="2015"/>
        </front>

        <seriesInfo name="Master's Thesis; Karlstad Uni, Dept of Maths &amp; CS "
                    value="2015:41"/>
      </reference>

      <reference anchor="lowat"
                 target="https://blog.cloudflare.com/http-2-prioritization-with-nginx/">
        <front>
          <title>Optimizing HTTP/2 prioritization with BBR and
          tcp_notsent_lowat</title>

          <author fullname="Patrick Meenan" initials="P." surname="Meenan">
            <organization>Cloudflare</organization>
          </author>

          <date day="12" month="October" year="2018"/>
        </front>

        <seriesInfo name="Cloudflare Blog" value=""/>

        <format target="https://blog.cloudflare.com/http-2-prioritization-with-nginx/"
                type="HTML"/>
      </reference>

      <reference anchor="NASA04"
                 target="https://ntrs.nasa.gov/api/citations/20120009198/downloads/20120009198.pdf?attachment=true">
        <front>
          <title>Latency Requirements for Head-Worn Display S/EVS
          Applications</title>

          <author fullname="Randall E. Bailey" initials="R.R."
                  surname="Bailey">
            <organization>NASA</organization>
          </author>

          <author fullname="J.J. (Trey) Arthur III" initials="J.J."
                  surname="Trey Arthur III">
            <organization>NASA</organization>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <author fullname="Steven P. Williams" initials="S.P."
                  surname="Williams">
            <organization>NASA</organization>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date month="April" year="2004"/>
        </front>

        <seriesInfo name="SPIE Defense and Security Symposium"
                    value="LF99-1955"/>

        <format target="https://ntrs.nasa.gov/api/citations/20120009198/downloads/20120009198.pdf?attachment=true"
                type="PDF"/>
      </reference>

      <reference anchor="Raaen14"
                 target="http://ojs.bibsys.no/index.php/NIK/article/view/9/6">
        <front>
          <title>Latency thresholds for usability in games: A survey</title>

          <author fullname="Kjetil Raaen" initials="K." surname="Raaen">
            <organization/>
          </author>

          <author fullname="Tor-Morten Gr&oslash;nli" initials="T-M."
                  surname="Gr&oslash;nli">
            <organization/>

            <address>
              <postal>
                <street/>

                <city/>

                <region/>

                <code/>

                <country/>
              </postal>

              <phone/>

              <facsimile/>

              <email/>

              <uri/>
            </address>
          </author>

          <date year="2014"/>
        </front>

        <seriesInfo name="Norsk IKT-konferanse for forskning og utdanning"
                    value=""/>

        <format target="http://ojs.bibsys.no/index.php/NIK/article/view/9/6"
                type="PDF"/>
      </reference>
    </references>

    <!--    <section title="Change Log (to be Deleted before Publication)">
      <t>A detailed version history can be accessed at
      &lt;http://datatracker.ietf.org/doc/draft-briscoe-aqm-ecn-roadmap/history/&gt;</t>

      <t><list style="hanging">
          <t hangText="From briscoe-...-00 to briscoe-...-01:">Technical
          changes:<list style="symbols">
              <t/>
            </list>Editorial changes:<list style="symbols">
              <t/>
            </list></t>
        </list></t>
    </section>
-->

    <section numbered="false" title="Acknowledgements">
      <t>Thanks to Richard Scheffenegger, Wes Eddy, Karen Nielsen, David
      Black, Jake Holland, Vidhi Goel, Ermin Sakic, Praveen Balasubramanian,
      Gorry Fairhurst, Mirja Kuehlewind, Philip Eardley, Neal Cardwell, Pete
      Heist and Martin Duke for their useful review comments. Thanks also to
      the area reviewers: Marco Tiloca, Lars Eggert, Roman Danyliw and
      &Eacute;ric Vyncke.</t>

      <t>Bob Briscoe and Koen De Schepper were part-funded by the European
      Community under its Seventh Framework Programme through the Reducing
      Internet Transport Latency (RITE) project (ICT-317700). The contribution
      of Koen De Schepper was also part-funded by the 5Growth and DAEMON EU
      H2020 projects. Bob Briscoe was also part-funded by the Research Council
      of Norway through the TimeIn project, partly by CableLabs and partly by
      the Comcast Innovation Fund. The views expressed here are solely those
      of the authors.</t>
    </section>
  </back>
</rfc>
