<?xml version="1.0" encoding="us-ascii"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.13 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-dawkins-quic-multipath-selection-01" category="info">

  <front>
    <title abbrev="QUIC Multipath Path Selection">Path Selection for Multiple Paths In QUIC</title>

    <author initials="S." surname="Dawkins" fullname="Spencer Dawkins">
      <organization>Tencent America LLC</organization>
      <address>
        <email>spencerdawkins.ietf@gmail.com</email>
      </address>
    </author>

    <date year="2021" month="June" day="02"/>

    <area>transport</area>
    <workgroup>QUIC Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>In QUIC working group discussions about proposals to use multiple paths, an obvious question came up - given multiple paths, how does QUIC select paths to send packets over?</t>

<t>The answer to that question may inform decisions in the QUIC working group about the scope of any multipath extensions considered for experimentation and adoption.</t>

<t>This document is intended to summarize aspects of path selection from those contributions and conversations.</t>

<t>It is recognized that path selection is not the only important open question about QUIC Multipath, but other open questions are out of scope for this document.</t>



    </abstract>


  </front>

  <middle>


<section anchor="intro" title="Introduction">

<t>In QUIC working group <xref target="QUIC-charter"/> discussions about proposals to use multiple paths, an obvious question came up - given multiple paths, how does QUIC select paths to send packets over?</t>

<t>The answer to that question may inform decisions in the QUIC working group about the scope of any multipath extensions considered for experimentation and adoption.</t>

<t>This document is intended to summarize aspects of path selection from those contributions and conversations.</t>

<t>It is recognized that path selection is not the only important open question about QUIC Multipath, but other open questions are out of scope for this document.</t>

<section anchor="atsss" title="Why We Should Look at Path Selection Strategies Now">

<t>One of the first questions that's come up in discussions about multiple paths for QUIC has been about path selection. As soon as an implementation has multiple paths available, it must decide how to use these paths. The <xref target="RFC9000"/> answer, relying on connection migration, is "if you have multiple paths available, you can validate more than one connection at a time, but you only send on one connection at a time, and you migrate to another connection when you decide sending on the current connection is no longer appropriate. How you decide to migrate to another connection is up to you".</t>

<t>That has been a fine answer for many of the implementers who have worked on the first version of QUIC, and have deployed it in their networks. For other implementers, targeting other use cases and other networking environments, it may not be sufficient.</t>

<t>To take only one example, one of several presentations at <xref target="QUIC-interim-20-10"/> described aspects of 3GPP Access Traffic Steering, Switch and Splitting support (ATSSS), which contained four "Steering Modes" as part of Rel-16 in 2019 <xref target="TS23501"/>, each of which corresponding roughly to a path selection strategy described in <xref target="strategies"/> of this document. A study on "ATSSS Phase 2" <xref target="TR23700-93"/> included four more Steering Modes for Rel-17, expected to be finalized in mid-2021, and none of these eight (so far) Steering Modes are based on QUIC - they are based on Multipath TCP (<xref target="RFC8684"/> or simple IP packet forwarding. And if that were not enough, a proposal for a study on "ATSSS Phase 3" <xref target="S2-2104599"/> was provided to the SA2 145-e meeting in May 2021. Some of the ATSSS strategies rely in 5G network internals and don't translate to the broader Internet, but most do translate, and 3GPP participants certainly aren't the only people thinking about path selection strategies.</t>

<t>Since the various proposals presented at <xref target="QUIC-interim-20-10"/> were developed in isolation from each other, the path selection strategies that they reflect may be similar between proposals, but not quite the same, and none of the proposals presented had more than two strategies in common with any other proposal.</t>

<t>Given the number of path selection strategies being considered, implemented, and even deployed in any number of venues, and the potential for combinatorial explosion as described in <xref target="combo"/>, it seems that identifying common aspects of path selection strategies, sooner rather than later, is important.</t>

</section>
<section anchor="readernotes" title="Notes for Readers">

<t>This document is an informational Internet-Draft, not adopted by any IETF working group, and does not carry any special status within the IETF.</t>

<t>Please note well that this document reflects the author's current understanding of past working group discussions and proposals.  Contributions that add or improve considerations are welcomed, as described in <xref target="contrib"/>.</t>

</section>
<section anchor="min-term" title="Minimal Terminology">

<t>In this document, "QUIC multipath" is only used as shorthand for "QUIC using multiple paths". It does not refer to a specific proposal.</t>

<t>In this document, "path selection strategy" means the policy that a QUIC sender uses to guide its choice between multiple interfaces of a QUIC connection for "the next packet".</t>

<t>This document adopts three terms, stolen from <xref target="TS23501"/>, that seemed helpful in previous discussions about multipath in the QUIC working group.</t>

<t><list style="symbols">
  <t>Traffic Steering - selecting an initial path (in <xref target="RFC9000"/>, this would be "validating a connection, and then using it". Although an <xref target="RFC9000"/> client can validate multiple connections, the client will only use one validated connection at a time.</t>
  <t>Traffic Switching - selecting a different validated path (in <xref target="RFC9000"/>, this is something like "migrating to a new validated connection", although whether connection migration as defined in <xref target="RFC9000"/>) would be sufficient is discussed in <xref target="implic"/>).</t>
  <t>Traffic Splitting - using multiple validated paths simultaneously (this would almost certainly require an extension beyond connection migration as defined in <xref target="RFC9000"/>).</t>
</list></t>

<t>"Traffic Steering" does not require any extension to <xref target="RFC9000"/>, and is not discussed further in this document. The focus will be on "Traffic Switching" and "Traffic Splitting".</t>

</section>
<section anchor="contrib" title="Contribution and Discussion Venues for this draft.">

<t>(Note to RFC Editor - if this document ever reaches you, please remove this section)</t>

<t>This document is under development in the Github repository at https://github.com/SpencerDawkins/quic-multipath-selection.</t>

<t>Readers are invited to open issues and send pull requests with contributed text for this document, but since the document is intended to guide discussion for the QUIC working group, substantial discussion of this document should take place on the QUIC working group mailing list (quic@ietf.org). Mailing list subscription and archive details are at https://www.ietf.org/mailman/listinfo/quic.</t>

</section>
</section>
<section anchor="background" title="Background for this document">

<t>A number of individual draft proposals for "QUIC over multiple paths" have been submitted to the IETF QUIC and INTAREA working groups, dating back as far as 2017. The author thinks that the complete list is as follows (and reminders for proposals he missed are welcomed):</t>

<t><list style="symbols">
  <t><xref target="I-D.an-multipath-quic"/></t>
  <t><xref target="I-D.an-multipath-quic-application-policy"/></t>
  <t><xref target="I-D.an-multipath-quic-traffic-distribution"/></t>
  <t><xref target="I-D.chan-quic-owl"/></t>
  <t><xref target="I-D.deconinck-quic-multipath"/></t>
  <t><xref target="I-D.deconinck-quic-multipath"/>,</t>
  <t><xref target="I-D.huitema-quic-mpath-req"/></t>
  <t><xref target="I-D.huitema-quic-mpath-option"/>)</t>
  <t><xref target="I-D.liu-multipath-quic"/></t>
  <t><xref target="I-D.piraux-intarea-quic-tunnel-session"/></t>
</list></t>

<t><xref target="I-D.bonaventure-iccrg-schedulers"/> has also been submitted to the Internet Congestion Control Research Group <xref target="ICCRG-charter"/> in the Internet Research Task Force. It contains specific proposals for implementing some multipath schedulers, and includes some discussion of path selection relevant to this document.</t>

<t>One point of confusion in QUIC working group discussions was that the various proposals (also using Multipath TCP <xref target="RFC8684"/>, so not all proposals were QUIC-specific) discussed in working group meetings and on the QUIC mailing list were from various proponents who weren't solving the same problem. This meant that no two of the use cases presented at the QUIC working group virtual interim on QUIC Multipath <xref target="QUIC-interim-20-10"/> were relying on the same strategies.</t>

<t>It seemed useful to collect the path selection strategies described in those proposals, to look for common elements, and to write them down in one place, to allow more focused discussion. <xref target="I-D.dawkins-quic-what-to-do-with-multipath"/> was intended to summarize, at a high level, various proposals for the use of multipath capabilities in QUIC, both inside the IETF and outside the IETF, in order to identify elements that were common across proposals. This draft tries to describe the impact of these various strategies on potential QUIC Multipath extensions.</t>

<t>One element that is certainly worth considering is whether the path selection strategies that have been proposed can be satisfied using a small number of "building block" strategies.</t>

</section>
<section anchor="strategies" title="Overview of Proposed Path Selection Strategies">

<t>The following strategies were discussed at <xref target="QUIC-interim-20-10"/>, and afterwards on the QUIC mailing list. These are summarized in this section, are described in more detail in <xref target="I-D.dawkins-quic-what-to-do-with-multipath"/>, and are attributed to various proposals in that document.</t>

<t><list style="symbols">
  <t>Active-Standby - described in <xref target="act-stand"/></t>
  <t>Latency Versus Bandwidth - described in <xref target="lat-band"/></t>
  <t>Bandwidth Aggregation/Load Balancing - described in <xref target="load-bal"/></t>
  <t>Minimum RTT Difference - described in <xref target="min-rtt"/></t>
  <t>Round-Trip-Time Thresholds - described in <xref target="rtt-thresh"/></t>
  <t>RTT Equivalence - described in <xref target="rtt-sam"/></t>
  <t>Priority-based - described in <xref target="prior"/></t>
  <t>Redundant - described in <xref target="redundant"/></t>
  <t>Control Plane Versus Data Plane - described in <xref target="cp-dp"/></t>
  <t>Combinations of Strategies - described in <xref target="combo"/></t>
</list></t>

<section anchor="act-stand" title="Active-Standby">

<t>The traffic associated with a specific flow will be sent via a specific path (the 'active path') and switched to another path (called 'standby path') when the active access is unavailable.</t>

</section>
<section anchor="lat-band" title="Latency Versus Bandwidth">

<t>Some traffic might be sent over a network path with lower latency and other traffic might be sent over a different network path with higher bandwidth.</t>

</section>
<section anchor="load-bal" title="Bandwidth Aggregation/Load Balancing">

<t>Traffic is sent using all available paths simultaneously, so that all available bandwidth is utilized, likely based on something like weighted round-robin path selection. This strategy is often used for bulk transfers.</t>

</section>
<section anchor="min-rtt" title="Minimum RTT Difference">

<t>Traffic is sent over the path with the lowest smoothed RTT among all available paths, in order to minimize latency for latency-sensitive flows.</t>

</section>
<section anchor="rtt-thresh" title="Round-Trip-Time Thresholds">

<t>Traffic is sent over the first path with a smoothed RTT that meets a certain threshold.</t>

</section>
<section anchor="rtt-sam" title="RTT Equivalence">

<t>When multiple paths each have sufficiently similar smoothed RTTs, traffic is sent over all of these paths. This is similar to "Bandwidth Aggregation/Load Balancing", with the additional qualification that not all available paths are used for this traffic.</t>

</section>
<section anchor="prior" title="Priority-based">

<t>Priorities are assigned to each path (often by association with network interfaces). Traffic is sent on a highest-priority path until it becomes congested, and then "overflows" onto a lower-priority path.</t>

</section>
<section anchor="redundant" title="Redundant">

<t>Traffic is replicated over two or more paths. This strategy could be used continuously, but is more commonly used when measured network conditions indicate that redundant sending may be necessary to increase the likelihood that at least one copy of each packet will arrive at the receiver.</t>

</section>
<section anchor="cp-dp" title="Control Plane Versus Data Plane">

<t>An application might stream media over one or more available paths (based on one of the other strategies named in this section), but might send ACK traffic or retransmission over a path specifically chosen for that purpose. This is more likely to be beneficial if the path characteristics differ significantly between available paths - for example, satellite uplink/downlink stations connected by both higher-bandwidth Low Earth Orbit satellite paths and lower-bandwidth cellular or landline paths.</t>

</section>
<section anchor="combo" title="Combinations of Strategies">

<t>In addition to the strategies described above, it is also possible to combine these strategies. For example, a scheduler might use load-balancing over three paths, but when one of the paths becomes unavailable, the scheduler might switch to the two paths that are still available, in a way similar to Active-Standby. This is very much an example chosen at random - potentially, there are many combinations that could be useful.</t>

</section>
</section>
<section anchor="implic" title="Implications for QUIC Multipath">

<t>This section summarizes potential implications for "Multipath QUIC" of path selection strategies described in <xref target="strategies"/>, dividing them between "Traffic Switching" (<xref target="single-active"/>) and "Traffic Splitting" (<xref target="mult-active"/>).</t>

<section anchor="single-active" title="Selecting a Single Path Among Multiple Validated Paths (&quot;Traffic Switching&quot;)">

<t>If a sender using Active-Standby (described in <xref target="act-stand"/>) does not perform frequent path switching, it can likely be supported using connection migration as defined in <xref target="RFC9000"/> without change.</t>

<t><list style="symbols">
  <t>The caveat here is that connection migration can include the also-implicit assumption that an endpoint can free up resources associated with the previously-active path. If connection migration happens often enough, the endpoint may spend considerable time "thrashing" between allocating resources and quickly freeing them. Of course, if a sender is frequently selecting a new path for connection migration, this probably degenerates into one of the other path selection strategies.</t>
</list></t>

<t>Some path selection strategies could be supported by a mechanism as simple as the one proposed in <xref target="I-D.huitema-quic-mpath-option"/>, which replaces "the implicit signaling of path migration through data transmission, by means of a new PATH_OPTION frame" (this isn't intended to imply the proposal is simple, only the explicit signaling), if the receiver uses this option to notify the sender of the preferred path. For example, Minimum RTT Difference (described in <xref target="min-rtt"/>) and Round-Trip-Time Thresholds (described in <xref target="rtt-thresh"/>) likely fall into this category.</t>

<t>Some path selection strategies are exploiting a relatively long-lived difference between paths - for example, Latency Versus Bandwidth (described in <xref target="lat-band"/>), Priority-based (described in <xref target="prior"/>), and Control Plane Versus Data Plane (described in <xref target="cp-dp"/>) may fall into this category. One might wonder why these senders would need to use a single "multipath connection", rather than multiple <xref target="RFC9000"/> connections, for these cases, but if there is a reason to use a single multipath connection, a mechanism similar to the one proposed in <xref target="I-D.huitema-quic-mpath-option"/> could also be used in these cases.</t>

</section>
<section anchor="mult-active" title="Selecting Multiple Active Paths (&quot;Traffic Splitting&quot;)">

<t>Some path selection strategies are treating more than one path as a set of active paths, whether the sender is performing "Traffic Splitting" (as defined in <xref target="min-term"/>)), as is the case for Bandwidth Aggregation/Load Balancing (described in <xref target="load-bal"/>) and RTT Equivalence (described in <xref target="rtt-sam"/>), or simply transmitting the same packet across multiple paths, as is the case for Redundant (described in <xref target="redundant"/>).</t>

<t>For these cases, a more complex mechanism is likely required.</t>

</section>
<section anchor="arbitrary-combinations" title="Arbitrary Combinations">

<t>Because it is simple enough to imagine various combinations of strategies (as described in <xref target="combo"/>), it seems important to understand what basic building blocks are required in order to support the strategies that seem common across a variety of use cases, because interactions between strategies may have significant implications for QUIC Multipath that might not arise when considering strategies in isolation.</t>

<t>This seems especially important because existing proposals for QUIC Multipath don't use the same vocabulary to describe path selection strategies, so implementations may not behave in the same way, even if they are each using a strategy that seems to be common.</t>

</section>
</section>
<section anchor="next-steps" title="Next Steps">

<t>If this discussion is useful, it may also be useful to take the next step, and identify potential building blocks that can be used to construct the path selection strategies described in <xref target="single-active"/> and <xref target="mult-active"/>.</t>

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

<t>This document does not make any request to IANA.</t>

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

<t>QUIC-specific security considerations are discussed in Section 21 of <xref target="RFC9000"/>.</t>

<t>Section 6 of <xref target="I-D.ietf-quic-datagram"/> discusses security considerations specific to the use of the Unreliable Datagram Extension to QUIC.</t>

<t>Some "Multipath QUIC"-specific security considerations can be found in the corresponding section of <xref target="I-D.deconinck-quic-multipath"/>.</t>

<t>Having said that, it may be best to repeat the security considerations section from <xref target="I-D.huitema-quic-mpath-option"/>: "TBD.  There are probably ways to abuse this.".</t>

</section>
<section anchor="acknowledgments" title="Acknowledgments">

<t>Your name could appear here. Please comment and contribute, as per <xref target="contrib"/>.</t>

</section>


  </middle>

  <back>


    <references title='Informative References'>





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


<reference anchor='I-D.ietf-quic-datagram'>
   <front>
      <title>An Unreliable Datagram Extension to QUIC</title>
      <author fullname='Tommy Pauly'>
	 <organization>Apple Inc.</organization>
      </author>
      <author fullname='Eric Kinnear'>
	 <organization>Apple Inc.</organization>
      </author>
      <author fullname='David Schinazi'>
	 <organization>Google LLC</organization>
      </author>
      <date day='16' month='February' year='2021'/>
      <abstract>
	 <t>   This document defines an extension to the QUIC transport protocol to
   add support for sending and receiving unreliable datagrams over a
   QUIC connection.

   Discussion of this work is encouraged to happen on the QUIC IETF
   mailing list quic@ietf.org (mailto:quic@ietf.org) or on the GitHub
   repository which contains the draft: https://github.com/quicwg/
   datagram (https://github.com/quicwg/datagram).

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-quic-datagram-02'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-quic-datagram-02.txt' type='TXT'/>
</reference>


<reference anchor='I-D.an-multipath-quic'>
   <front>
      <title>Multipath Extension for QUIC</title>
      <author fullname='Qing An'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Yanmei Liu'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Yunfei Ma'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Zhenyu Li'>
	 <organization>ICT-CAS</organization>
      </author>
      <date day='22' month='October' year='2020'/>
      <abstract>
	 <t>   This document specifies multipath extension for the QUIC protocol to
   enable the simultaneous usage of multiple paths for a single
   connection.

   The extension is compliant with the single-path QUIC design.  The
   design principle is to support multipath by adding limited extension
   to QUIC-Transport [I-D.ietf-quic-transport].

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-an-multipath-quic-00'/>
   <format target='https://www.ietf.org/archive/id/draft-an-multipath-quic-00.txt' type='TXT'/>
</reference>


<reference anchor='I-D.an-multipath-quic-application-policy'>
   <front>
      <title>Enabling application policy-awareness in Multipath QUIC</title>
      <author fullname='Qing An'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Zhenyu Li'>
	 <organization>ICT-CAS</organization>
      </author>
      <author fullname='Yanmei Liu'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <date day='6' month='July' year='2020'/>
      <abstract>
	 <t>   This document describes an application policy-awareness method for
   Multipath QUIC, to enable taking applications&#39; demands into account
   when managing paths or scheduling packets in Multipath QUIC.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-an-multipath-quic-application-policy-00'/>
   <format target='https://www.ietf.org/archive/id/draft-an-multipath-quic-application-policy-00.txt' type='TXT'/>
</reference>


<reference anchor='I-D.an-multipath-quic-traffic-distribution'>
   <front>
      <title>Key Components for Multipath QUIC Traffic Distribution</title>
      <author fullname='Qing An'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Dapeng Liu'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Yanmei Liu'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <date day='5' month='March' year='2020'/>
      <abstract>
	 <t>   This document describes several key components for Multipath QUIC
   traffic distribution.  The key components remain compliant with the
   current Multipath Extensions for QUIC (MP-QUIC) design.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-an-multipath-quic-traffic-distribution-00'/>
   <format target='https://www.ietf.org/archive/id/draft-an-multipath-quic-traffic-distribution-00.txt' type='TXT'/>
</reference>


<reference anchor='I-D.chan-quic-owl'>
   <front>
      <title>One Way Latency Considerations for Multipath in QUIC</title>
      <author fullname='H Anthony Chan'>
	 </author>
      <author fullname='Anni Wei'>
	 </author>
      <author fullname='Fei Song'>
	 </author>
      <author fullname='Hongke Zhang'>
	 </author>
      <date day='13' month='March' year='2017'/>
      <abstract>
	 <t>   This document discusses the use of One Way Latency (OWL) for
   enhancing multipath transmission in QUIC.  Several representative
   usages of OWL, such as congestion control mechanism, retransmission
   policy, crucial data scheduling are analyzed.  Two kinds of OWL
   measurement approaches are also provided and compared.  More
   explorations related with OWL will be researched to improve the
   performance of QUIC.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-chan-quic-owl-01'/>
   <format target='https://www.ietf.org/archive/id/draft-chan-quic-owl-01.txt' type='TXT'/>
</reference>


<reference anchor='I-D.deconinck-quic-multipath'>
   <front>
      <title>Multipath Extensions for QUIC (MP-QUIC)</title>
      <author fullname='Quentin De Coninck'>
	 <organization>UCLouvain</organization>
      </author>
      <author fullname='Olivier Bonaventure'>
	 <organization>UCLouvain</organization>
      </author>
      <date day='3' month='May' year='2021'/>
      <abstract>
	 <t>   This document specifies extensions to the QUIC protocol to enable the
   simultaneous usage of multiple paths for a single connection.  These
   extensions are compliant with the single-path QUIC design and
   preserve QUIC privacy features.

   Discussion about this draft is encouraged either on the QUIC IETF
   mailing list quic@ietf.org or on the GitHub repository which contains
   the draft: https://github.com/qdeconinck/draft-deconinck-multipath-
   quic.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-deconinck-quic-multipath-07'/>
   <format target='https://www.ietf.org/archive/id/draft-deconinck-quic-multipath-07.txt' type='TXT'/>
</reference>


<reference anchor='I-D.huitema-quic-mpath-option'>
   <front>
      <title>QUIC Multipath Negotiation Option</title>
      <author fullname='Christian Huitema'>
	 <organization>Private Octopus Inc.</organization>
      </author>
      <date day='20' month='October' year='2020'/>
      <abstract>
	 <t>   The initial version of QUIC provides support for path migration.  In
   this draft, we argue that there is a very small distance between
   supporting path migration and supporting simulatneous traffic on
   multipath.  Instead of using an implicit algorithm to discard unused
   paths, we propose a simple option to allow explicit management of
   active and inactive paths.  Once paths are explicitly managed, pretty
   much all other requirements for multipath support can be met by
   appropriate algorithms for scheduling transmissions on specific
   paths.  These algorithms can be implemented on the sender side, and
   do not require specific extensions, except maybe a measurement of one
   way delays.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-huitema-quic-mpath-option-00'/>
   <format target='https://www.ietf.org/archive/id/draft-huitema-quic-mpath-option-00.txt' type='TXT'/>
</reference>


<reference anchor='I-D.huitema-quic-mpath-req'>
   <front>
      <title>QUIC Multipath Requirements</title>
      <author fullname='Christian Huitema'>
	 <organization>Private Octopus Inc.</organization>
      </author>
      <date day='7' month='January' year='2018'/>
      <abstract>
	 <t>   This document describes the requirement and plausible architecture of
   QUIC multipath extensions.  While the first version of QUIC is not
   scheduled to include multipath extensions, there are risks that
   decisions made in this first version might preclude some options that
   we may later find attractive.  An early review of multipath extension
   requirements and issues should minimize that risk.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-huitema-quic-mpath-req-01'/>
   <format target='https://www.ietf.org/archive/id/draft-huitema-quic-mpath-req-01.txt' type='TXT'/>
</reference>


<reference anchor='I-D.liu-multipath-quic'>
   <front>
      <title>Multipath Extension for QUIC</title>
      <author fullname='Yanmei Liu'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Yunfei Ma'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Christian Huitema'>
	 <organization>Private Octopus Inc.</organization>
      </author>
      <author fullname='Qing An'>
	 <organization>Alibaba Inc.</organization>
      </author>
      <author fullname='Zhenyu Li'>
	 <organization>ICT-CAS</organization>
      </author>
      <date day='7' month='March' year='2021'/>
      <abstract>
	 <t>   This document specifies multipath extension for the QUIC protocol to
   enable the simultaneous usage of multiple paths for a single
   connection.  The extension is compliant with the single-path QUIC
   design.  The design principle is to support multipath by adding
   limited extension to [QUIC-TRANSPORT].

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-liu-multipath-quic-03'/>
   <format target='https://www.ietf.org/archive/id/draft-liu-multipath-quic-03.txt' type='TXT'/>
</reference>


<reference anchor='I-D.piraux-intarea-quic-tunnel-session'>
   <front>
      <title>Session mode for multiple QUIC Tunnels</title>
      <author fullname='Maxime Piraux'>
	 <organization>UCLouvain</organization>
      </author>
      <author fullname='Olivier Bonaventure'>
	 <organization>UCLouvain</organization>
      </author>
      <author fullname='Adi Masputra'>
	 <organization>Apple Inc.</organization>
      </author>
      <date day='2' month='November' year='2020'/>
      <abstract>
	 <t>   This document specifies methods for grouping QUIC tunnel connections
   in a single session enabling the exchange of packets of Internet
   protocols over several QUIC connections.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-piraux-intarea-quic-tunnel-session-00'/>
   <format target='https://www.ietf.org/archive/id/draft-piraux-intarea-quic-tunnel-session-00.txt' type='TXT'/>
</reference>


<reference anchor='I-D.bonaventure-iccrg-schedulers'>
   <front>
      <title>Multipath schedulers</title>
      <author fullname='Olivier Bonaventure'>
	 <organization>UCLouvain</organization>
      </author>
      <author fullname='Maxime Piraux'>
	 <organization>UCLouvain</organization>
      </author>
      <author fullname='Quentin De Coninck'>
	 <organization>UCLouvain</organization>
      </author>
      <author fullname='Matthieu Baerts'>
	 <organization>Tessares</organization>
      </author>
      <author fullname='Christoph Paasch'>
	 <organization>Apple</organization>
      </author>
      <author fullname='Markus Amend'>
	 <organization>Deutsche Telekom</organization>
      </author>
      <date day='9' month='September' year='2020'/>
      <abstract>
	 <t>   This document proposes a series of abstract packet schedulers for
   multipath transport protocols equipped with a congestion controller.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-bonaventure-iccrg-schedulers-01'/>
   <format target='https://www.ietf.org/archive/id/draft-bonaventure-iccrg-schedulers-01.txt' type='TXT'/>
</reference>


<reference anchor='I-D.dawkins-quic-what-to-do-with-multipath'>
   <front>
      <title>What To Do With Multiple Active Paths in QUIC</title>
      <author fullname='Spencer Dawkins'>
	 <organization>Tencent America</organization>
      </author>
      <date day='6' month='January' year='2021'/>
      <abstract>
	 <t>   The IETF QUIC working group has been chartered to produce extensions
   that would &quot;enable ... multipath capabilities&quot; since the working
   group was formed in 2016, but because multipath was an extension,
   work on multipath, and the other extensions named in the charter,
   waited while work proceeded on the core QUIC protocol specifications.

   After the QUIC working group chairs requested publication for the
   core QUIC protocol specifications, they scheduled a virtual interim
   meeting to understand the use cases that various groups inside and
   outside the IETF were envisioning for multipath with QUIC.

   As part of that discussion, it became obvious that people had a
   variety of ideas about how multiple paths would be used, because they
   weren&#39;t looking at the same use cases.

   This document is intended to capture that variety of ideas, to inform
   further discussion in the working group.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-dawkins-quic-what-to-do-with-multipath-03'/>
   <format target='https://www.ietf.org/archive/id/draft-dawkins-quic-what-to-do-with-multipath-03.txt' type='TXT'/>
</reference>


<reference anchor="TS23501" target="https://www.3gpp.org/ftp/Specs/archive/23_series/23.501/">
  <front>
    <title>Technical Specification Group Services and System Aspects; System Architecture for the 5G System; Stage 2 (Release 16)</title>
    <author initials="." surname="3GPP (3rd Generation Partnership Project)">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
</reference>
<reference anchor="TR23700-93" target="https://www.3gpp.org/ftp/Specs/archive/23_series/23.700-93/">
  <front>
    <title>Technical Specification Group Services and System Aspects; Study on access traffic steering, switch and splitting support in the 5G System (5GS) architecture; Phase 2 (Release 17)</title>
    <author initials="." surname="3GPP (3rd Generation Partnership Project)">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
</reference>
<reference anchor="S2-2104599" target="https://www.3gpp.org/ftp/tsg_sa/WG2_Arch/TSGS2_145E_Electronic_2021-05/Docs/S2-2104599.zip">
  <front>
    <title>Study on Access Traffic Steering, Switching and Splitting support in the 5G system architecture; Phase 3</title>
    <author initials="." surname="Lenovo, Motorola Mobility">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
</reference>




<reference anchor='RFC8684' target='https://www.rfc-editor.org/info/rfc8684'>
<front>
<title>TCP Extensions for Multipath Operation with Multiple Addresses</title>
<author fullname='A. Ford' initials='A.' surname='Ford'><organization/></author>
<author fullname='C. Raiciu' initials='C.' surname='Raiciu'><organization/></author>
<author fullname='M. Handley' initials='M.' surname='Handley'><organization/></author>
<author fullname='O. Bonaventure' initials='O.' surname='Bonaventure'><organization/></author>
<author fullname='C. Paasch' initials='C.' surname='Paasch'><organization/></author>
<date month='March' year='2020'/>
<abstract><t>TCP/IP communication is currently restricted to a single path per connection, yet multiple paths often exist between peers. The simultaneous use of these multiple paths for a TCP/IP session would improve resource usage within the network and thus improve user experience through higher throughput and improved resilience to network failure.</t><t>Multipath TCP provides the ability to simultaneously use multiple paths between peers. This document presents a set of extensions to traditional TCP to support multipath operation. The protocol offers the same type of service to applications as TCP (i.e., a reliable bytestream), and it provides the components necessary to establish and use multiple TCP flows across potentially disjoint paths.</t><t>This document specifies v1 of Multipath TCP, obsoleting v0 as specified in RFC 6824, through clarifications and modifications primarily driven by deployment experience.</t></abstract>
</front>
<seriesInfo name='RFC' value='8684'/>
<seriesInfo name='DOI' value='10.17487/RFC8684'/>
</reference>


<reference anchor="ICCRG-charter" target="https://datatracker.ietf.org/rg/iccrg/about/">
  <front>
    <title>IRTF Internet Congestion Control Research Group Charter</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="QUIC-charter" target="https://datatracker.ietf.org/wg/quic/about/">
  <front>
    <title>IETF QUIC Working Group Charter</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="QUIC-interim-20-10" target="https://github.com/quicwg/wg-materials/tree/master/interim-20-10">
  <front>
    <title>IETF QUIC Working Group Virtual Interim Meeting - October 2020</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020" month="October"/>
  </front>
</reference>


    </references>



  </back>

<!-- ##markdown-source:
H4sIAJwkuGAAA+1cW28bR5Z+N+D/UKAeIi1ISpYnyUTzsKPYjmOsE3stzQSL
xcJoNotkr5rdTFe3GEbwf9/vO6eq+kJSdmaxwD5MYEAkuy6nTp3Ldy6dyWTy
9Emd1bm9Mu+TemVubG7TOisLsygr81OT19kmt/LMmTeF+fe/vXnx9Ekym1X2
/kq++UGc3F/h6ZN5mRbJGkvPq2RRT+bJ9i4r3OTXJksn6zBr4sKESZ7U1tWY
h79XT5+k+LMsq92VyYpF+fTJ0yfZproyddW4+vLi4ruLS1BS2YQ/JYXblBXm
bsvqblmVzcZT9wu+Z8XSvOZvT5/c2R1GzK9wltpWha0nL0kbF0/LOQZemcZN
Epdm2dMnrk6K+cckLwucYWfd0yeb7Mr8Z12mY+OwW2UXDp92a374L66RNPWq
rEC7AV8N6HZX5mZqXurJ+ZMy5GZji9RW3QdltUyK7PeEnLgyt3xe1OZ6bass
Tczbty84yK6TLL8yTqd7hk4zWy/+uuSjaVquhVFgWLXGWvdkJGd++OHFdxcX
FyTNvJm8lDl6E+B2sqyStTwKj5Oic0McdnX0ySTZbHLQKFe4KfFx98hgXNVi
wV0zV1fZrJHjhuHpChNkWLnN469zm5ZFVqR3A8mJA1ZNVoMz/rHsVW56Cx8Y
Udlf4+M8a44dd5NVSfPbJCtqipo/Q1MUNofgOhc2CcNnZZHc4+Kayk6yNK2W
E5eu7LzJbeV6A3vKsF0l9aQuJ/Nyss1AQfeInHB7c/n864tnsoAxrZDJfxMV
s+ev3783p8+ruXltC1vJdUAjqxpf3CrbmPdV+d9QtDOd55X+1qarApeXUyTT
bOHvUdUFulzdZ6l1BnpgbnYOPDTXEL60dn+J36t0BeamPLIYjXplzdev/WMM
g3RZc2lOP0DPE2fNs288CaLm5vLi2XeepKRa2vrKrOp6467Oz7fb7fT5crOZ
QjXOF/XmnCS684Qb3tvzy+cfHZTDOnyagjvnwqkPl8+/vbiYfPf8/xmz6ma+
MxibpBjijFcDg1E4Q7GEGcHNpyuZ7KBPdU2r5ZoNzRqI7rPVnH79+ubMJB3e
/8W8X5G9XU5/O+D05bP/PaeVu+cqmDeXk8tnF3/6+rvvHmX3W1uU9+XY/FTW
ZVXmCT7MMpxx12Nv5NG18ujW8+gm8uhGeETGCI8fYZNTNh1i0PN/kCe1W350
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
BCbov03x5H8AwKDTTkpLAAA=

-->

</rfc>

