<?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-00" 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/draft-dawkins-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:
H4sIABGLt2AAA+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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
QwQm6L9b8eR/AMzIBvhYSwAA

-->

</rfc>

