<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 3.2.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-huang-tsvwg-transport-challenges-00" category="info" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="transport challenges">The Challenges that Current Service Transports are Facing</title>

    <author initials="R." surname="Huang" fullname="Rachel Huang">
      <organization>Huawei</organization>
      <address>
        <email>rachel.huang@huawei.com</email>
      </address>
    </author>
    <author initials="S." surname="Ren" fullname="Shoushou Ren">
      <organization>Huawei</organization>
      <address>
        <email>renshoushou@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Luo" fullname="Hanlin Luo">
      <organization>Huawei</organization>
      <address>
        <email>luohanlin2@huawei.com</email>
      </address>
    </author>
    <author initials="Q." surname="Chen" fullname="Qichang Chen">
      <organization>Huawei</organization>
      <address>
        <email>chenqichang1@huawei.com</email>
      </address>
    </author>

    <date year="2023" month="September" day="12"/>

    <area>Transport Area</area>
    <workgroup>tsvwg</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 217?>

<t>This document discusses the challenges for improving the transmission quality when lack of information between network and application, and then provide some basic requirements that new synergy mechanisms should possess.</t>



    </abstract>



  </front>

  <middle>


<?line 221?>

<section anchor="introduction"><name>Introduction</name>

<t>Currently, the Internet transport protocols are evolving rapidly. On one hand, this is due to the consideration of user privacy and security that drives the transport protocol evolution towards built-in encryption; On the other hand, TCP ossification caused by excessive intervention of intermediate devices is also frustrating the industry, and then e2e built-in encryption becomes the most popular design of new transport protocols. However, network and transport are not independent nor unrelated; they are closely rely on each other to work, thus there must have some synergy mechanisms between them to help the transmission work better. In the past, transport protocols like TCP enable the collaboration between network and application through plaintext message headers. But now, this is no longer possible in increasingly popular secure transport protocols like QUIC, and the industry urgently needs a new way to achieve this synergy.</t>

<t>This document discusses the challenges for improving the transmission quality when lack of information between network and application, and then provide some basic requirements that new synergy mechanisms should possess.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="challenges-of-improving-transmission-quality-in-wan"><name>Challenges of Improving transmission quality in WAN</name>

<section anchor="network-undifferentiated-scheduling"><name>Network Undifferentiated Scheduling</name>

<t>DSCP is designed to ensure Quality of Service (QoS) for transmission in network by encoding the 6 bits in the header of an IP packet to classify service categories and achieve differentiated services. However, as the variety of Internet applications continues to increase, current differentiating services become coarse granularity, e.g., internet traffic is all treated as Best Effort, and network devices are unable to obtain effective and legitimate application information to forward the internet traffic appropriately with quality.  For instance, service specific bandwidth, latency, or jitter requirements cannot be adequately met, resulting in relative poor end user experience. This is also pointed out in <xref target="I-D.kaippallimalil-tsvwg-media-hdr-wireless"/>. Even though DSCP is implemented in the real deployments agreed among service provider and ISPs, the benefit is quite limited due to the lack of information density. For example, the specific traffic paying for the good quality service still cannot get a satisfied improvement of quality during the busy hours.</t>

<t>At another point, network undifferentiated secheduling also affects some network functions to be fully utilized. An example would be the usage of CoMP (Coordinated Multipoint transmission/reception) in LTE scenarios, which is used to manage interference effect through collaborative processing among different cells or base stations, thereby improving network efficiency. In our experience of the intra-eNB deployment, if additional service level information, such as desired completion time and start/end signals, is provided, the CoMP success rate can be greatly improved and so does the network's goodput.</t>

</section>
<section anchor="heuristic-network-conditions"><name>Heuristic Network Conditions</name>

<t>Application transmissions rely on network, thus network conditions greatly affect applications performance.  Because current application and network are loosely cooperated and little information is shared, applications can only passively make speculative adjustments through end-to-end feedback. Such adjustments not only lack precision but also have lagged effect. This is discussed in following sections.</t>

<section anchor="slow-start"><name>Slow Start</name>

<t>Current transport protocols increase the sending packets gradually through slow start, usually starting with a small initial window of around 10, to avoid injecting too much packets into the network. This has been effectively preventing network from collapse for decades. This also means bandwidth utilization is low during the slow start phase. It becomes significant with the widespread adoption of technologies such as 5G and fiber-to-the-home (FTTH). Particularly, when the network's BDP (Bandwidth Delay Product) increases, the duration of slow start becomes longer, resulting in poor transmission efficiency for show flows. In the test reports of <xref target="_5G"/>, it is mentioned that BBR slow start phase lasts around 6s before it converges to the high network bandwidth in 5G mobile web browsing scenario. In <xref target="flash"/>, it is highlighted that with a flow duration of 1 s (which transferred over 1 MB of data), the bandwidth efficiencies for Cubic and BBR were only 53% and 48%. This significantly impacts the transmission quality of short flow applications, e.g., mobile app dowload/update, cloud album, or first page loading of apps.</t>

</section>
<section anchor="bandwidth-and-rtt-probing"><name>Bandwidth and RTT Probing</name>

<t>Current congestion control algorithms often rely on E2E feedback to infer the network state and adjust packet transmissions accordingly. However, in the case of RTT is relatively large, which is quite common in WAN scenarios, the increased transmission time in the network results in longer E2E feedback cycles, and the feedback signals may not reach the sender in a timely manner. In such situations, the sender is unable to accurately perceive congestion and make timely adjustments, leading to lower effective throughput in wide area and long-distance networks. Therefore, the effectiveness of performance adjustments may be adversely affected in these circumstances.</t>

<t>We conducted tests on the throughput performance of BBR and CUBIC under different network conditions, including 64 concurrent traffic, 2 Gbps link capacity, and varying levels of latency and packet loss. Under the scenario of a 5ms latency and a 0.01% packet loss rate, the total throughput of CUBIC has already dropped to less than 10% of the total bandwidth. BBR showed a significant enhancement in this scenario, achieving a throughput of over 50% even with a 5ms latency and a 0.1% packet loss rate. However, as the latency increased to 10ms, the throughput of BBR decreased to only about 30%, and further decreased to around 20% with a 15ms latency. It is evident that BBR improves overall throughput performance, it fails to fully utilize the available network resources as latency increases.</t>

<t>The problem is particularly prominent in heterogeneous environment, e.g., traffic aggregating across both data centers and WAN. The internal delay within the data center is short and allows for quick convergence, resulting in significant dynamic changes in bandwidth. On the other hand, the WAN side has a longer feedback period and slower convergence, making it challenging to accurately predict the bandwidth situation. As a result, the overall network resources and performance cannot be well balanced. This is also discussed in <xref target="Annulus"/> and <xref target="Cross-Datacenter"/>.</t>

</section>
<section anchor="multiple-path"><name>Multiple Path</name>

<t>As network coverage and diversity continue to improve, wide-area multipath application becomes a trend. 3GPP has already introduced Access Traffic Streering, Switching, and Splitting (ATSSS), which is one of the prevalent use case of network-assisted multipath transport. However, practical multiple path deployments often face the coexistence of high-quality and low-quality links, with different lost rate and RTT for different disjoint paths. Relying solely on e2e path congestion control to guess the network condition on each path, especially for highly dynamic wireless networks, can easily lead to traffic scheduling instability and suboptimal regimes. Quantifying the network behaviour precisely and taking advantage of it in multiple path mechanisms can be a way to achieve fast convergence and better experience.</t>

</section>
</section>
<section anchor="heterogeneous-environment"><name>Heterogeneous Environment</name>

<t>Real networks have feature of segmented heterogeneity, such as the potential mutual influence between WAN-side traffic and data center internal traffic, or a traffic could go through comparatively less stable wireless segment inside enterprise or home broadband scenarios and stable fixed cable segment in WAN. However, one single set of parameters, or even one single congestion control algorithm cannot achieve optimized performance in such a complex enviroment. For instance, as the tests in <xref target="Pantheon"/>, BBR can handle scenarios with random packet loss like 5G and Wi-Fi, but its throughput may not be as good as cubic in other situations, while cubic's throughput is poor in scenarios with random packet loss; In a multipath scenario, due to the dynamic and diverse nature of different paths, a fixed set of algorithm parameters may not achieve optimal performance. Currently, the work in IETF is mainly limited to idealized scenarios only relying on e2e feedback which has been used for decades, and has not extensively considered new ways, e.g., adaptive solutions for transport protocols, when traversing heterogeneous networks. And these new ways may require a good collaboration and information exchange between network and endpoints.</t>

</section>
</section>
<section anchor="requirements-for-synergy-mechanisms-between-network-and-endpoint"><name>Requirements for Synergy Mechanisms between Network and Endpoint</name>

<t>In conclusion, the improvement of transmission quality should not solely rely on passive heuristic network conditions at the endpoints. Further enhancement should involve the synergy between the network and the client side. Several requirements for this collaborative mechanism are listed as following:</t>

<t><list style="numbers">
  <t>There should have 2 kinds of collaborations: one for host to network, the other for network to host. Either one mechanism for each or one mechanism for both.</t>
  <t>The mechanisms should enhance the corresponding transmission quality and end-user experience, rather than deteriorating them.</t>
  <t>The mechanisms must be secure and trustworthy, preventing malicious attacks and tampering.</t>
  <t>The mechanisms must effectively prevent deception and abuse.</t>
  <t>The mechanisms should not cause transport protocols to become ossification. Specifically, the information transmitted through the collaborative mechanism should be incremental and referential, instead of decisive or heavily dependent. Its presence should result in a better experience, while the absence <bcp14>SHOULD NOT</bcp14> degrade the experience compared to current situation.</t>
</list></t>

</section>
<section anchor="existing-mechanisms"><name>Existing Mechanisms</name>

<t>ECN <xref target="rfc3168"/> is widely deployed in the industry that uses 2 bits in the IP header to convey congestion information. It combines with AQM mechanisms in network devices, setting the CE code point in the IP header to indicate congestion before the queue overflows, thereby notifying endpoints to reduce their sending rate. Futhermore, L4S <xref target="rfc9330"/> redefines the semantics of ECT(1) code point and isolates L4S traffic from traditional traffic through the usage of dual-queue AQM in the middlebox, to achieve low latency.</t>

<t>ECN and L4S are essentially the collaboration between network and endpoints to achieve the desired low loss and low latency goals. However, this approach cannot completely address the challenges described in Section 3. Additionally, as elaborated in <xref target="L4SinCellular"/>, L4S is quite sensitivity to time varying network, such as wireless and Wi-Fi networks, which may make it difficult to simultaneously achieve high throughput and low latency in such environments. If more information is provided for collaboration, issues may be overcomed more easily.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>This document has no security considerations.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>




    </references>

    <references title='Informative References'>




<reference anchor="I-D.kaippallimalil-tsvwg-media-hdr-wireless">
   <front>
      <title>Media Header Extensions for Wireless Networks</title>
      <author fullname="John Kaippallimalil" initials="J." surname="Kaippallimalil">
         <organization>Futurewei</organization>
      </author>
      <author fullname="Sri Gundavelli" initials="S." surname="Gundavelli">
         <organization>Cisco</organization>
      </author>
      <author fullname="Spencer Dawkins" initials="S." surname="Dawkins">
         <organization>Tencent</organization>
      </author>
      <date day="5" month="July" year="2023"/>
      <abstract>
	 <t>   Wireless networks like 5G cellular or Wi-Fi experience significant
   variations in link capacity over short intervals due to wireless
   channel conditions, interference, or the end-user&#x27;s movement.  These
   variations in capacity take place in the order of hundreds of
   milliseconds and is much too fast for end-to-end congestion signaling
   by itself to convey the changes for an application to adapt.  Media
   applications on the other hand demand both high throughput and low
   latency, and are able to dynamically adjust the size and quality of a
   stream to match available network bandwidth.  However, catering to
   such media flows over a radio link where the capacity changes rapidly
   requires the buffers and QoS in general to be managed carefully.
   This draft proposes to provide metadata about the media transported
   in each packet to allow the wireless network to manage radio
   resources optimally and to maximize network utilization while also
   improving application performance.

   This draft discusses at a high level potential solution options to
   this problem and the trade-offs involved.  The draft then defines a
   solution that uses a new UDP option to carry media metadata between a
   UDP source and destination.  This option is compact and has low
   processing overhead at the wireless router.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-kaippallimalil-tsvwg-media-hdr-wireless-02"/>
   
</reference>

<reference anchor="rfc3168">
  <front>
    <title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
    <author fullname="K. Ramakrishnan" initials="K." surname="Ramakrishnan"/>
    <author fullname="S. Floyd" initials="S." surname="Floyd"/>
    <author fullname="D. Black" initials="D." surname="Black"/>
    <date month="September" year="2001"/>
    <abstract>
      <t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3168"/>
  <seriesInfo name="DOI" value="10.17487/RFC3168"/>
</reference>

<reference anchor="rfc9330">
  <front>
    <title>Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: Architecture</title>
    <author fullname="B. Briscoe" initials="B." role="editor" surname="Briscoe"/>
    <author fullname="K. De Schepper" initials="K." surname="De Schepper"/>
    <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
    <author fullname="G. White" initials="G." surname="White"/>
    <date month="January" year="2023"/>
    <abstract>
      <t>This document describes the L4S architecture, which enables Internet applications to achieve low queuing latency, low congestion loss, and scalable throughput control. 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 and instead adopt 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>
  <seriesInfo name="RFC" value="9330"/>
  <seriesInfo name="DOI" value="10.17487/RFC9330"/>
</reference>


<reference anchor="_5G" >
  <front>
    <title>Understanding Operational 5G: A First Measurement Study on Its Coverage, Performance and Energy Consumption</title>
    <author initials="D." surname="Xu" fullname="Dongzhu Xu">
      <organization></organization>
    </author>
    <author initials="A." surname="Zhou" fullname="Anfu Zhou">
      <organization></organization>
    </author>
    <author initials="X." surname="Zhang" fullname="Xinyu Zhang">
      <organization></organization>
    </author>
    <author initials="G." surname="Wang" fullname="Guixian Wang">
      <organization></organization>
    </author>
    <author initials="X." surname="Liu" fullname="Xi Liu">
      <organization></organization>
    </author>
    <author initials="C." surname="An" fullname="Congkai An">
      <organization></organization>
    </author>
    <author initials="Y." surname="Shi" fullname="Yiming Shi">
      <organization></organization>
    </author>
    <author initials="L." surname="Liu" fullname="Liang Liu">
      <organization></organization>
    </author>
    <author initials="H." surname="Ma" fullname="Huadong Ma">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="flash" >
  <front>
    <title>TCP-FLASH - A Fast Reacting TCP for Modern Networks</title>
    <author initials="L." surname="GUO" fullname="Lingfeng Guo">
      <organization></organization>
    </author>
    <author initials="J." surname="LEE" fullname="Jack Y. B. Lee">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
</reference>
<reference anchor="Annulus" >
  <front>
    <title>A Dual Congestion Control Loop for Datacenter and WAN Traffic Aggregates</title>
    <author initials="A." surname="SAEED" fullname="Ahmed Saeed">
      <organization></organization>
    </author>
    <author initials="V." surname="GUPTA" fullname="Varun Gupta">
      <organization></organization>
    </author>
    <author initials="P." surname="GOYAL" fullname="Prateesh Goyal">
      <organization></organization>
    </author>
    <author initials="M." surname="SHARIF" fullname="Milad Sharif">
      <organization></organization>
    </author>
    <author initials="R." surname="PAN" fullname="Rong Pan">
      <organization></organization>
    </author>
    <author initials="M." surname="AMMAR" fullname="Mostafa Ammar">
      <organization></organization>
    </author>
    <author initials="E." surname="ZEGURA" fullname="Ellen Zegura">
      <organization></organization>
    </author>
    <author initials="K." surname="JANG" fullname="Keon Jang">
      <organization></organization>
    </author>
    <author initials="M." surname="ALIZADEH" fullname="Mohammad Alizadeh">
      <organization></organization>
    </author>
    <author initials="A." surname="KABBANI" fullname="Abdul Kabbani">
      <organization></organization>
    </author>
    <author initials="A." surname="VAHDAT" fullname="Amin Vahdat">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="Cross-Datacenter" >
  <front>
    <title>Congestion Control for Cross-Datacenter Networks</title>
    <author initials="G." surname="ZENG" fullname="Gaoxiong Zeng">
      <organization></organization>
    </author>
    <author initials="W." surname="BAI" fullname="Wei Bai">
      <organization></organization>
    </author>
    <author initials="G." surname="CHEN" fullname="Ge Chen">
      <organization></organization>
    </author>
    <author initials="K." surname="CHEN" fullname="Kai Chen">
      <organization></organization>
    </author>
    <author initials="D." surname="HAN" fullname="Dongsu Han">
      <organization></organization>
    </author>
    <author initials="Y." surname="ZHU" fullname="Yibo Zhu">
      <organization></organization>
    </author>
    <author initials="L." surname="CUI" fullname="Lei Cui">
      <organization></organization>
    </author>
    <date year="2019"/>
  </front>
</reference>
<reference anchor="Pantheon" >
  <front>
    <title>Pantheon: the training ground for Internet congestion-control research</title>
    <author initials="F." surname="YAN" fullname="Francis Y. Yan">
      <organization></organization>
    </author>
    <author initials="J." surname="MA" fullname="Jestin Ma">
      <organization></organization>
    </author>
    <author initials="G." surname="HILL" fullname="Greg D. Hill">
      <organization></organization>
    </author>
    <author initials="D." surname="RAGHAVAN" fullname="Deepti Raghavan">
      <organization></organization>
    </author>
    <author initials="R." surname="WAHBY" fullname="Riad S. Wahby">
      <organization></organization>
    </author>
    <author initials="P." surname="LEVIS" fullname="Philip Levis">
      <organization></organization>
    </author>
    <author initials="K." surname="WINSTEIN" fullname="Keith Winstein">
      <organization></organization>
    </author>
    <date year="2018"/>
  </front>
</reference>
<reference anchor="L4SinCellular" >
  <front>
    <title>Evaluating the L4S Architecture in Cellular Networks with a Programmable Switch</title>
    <author initials="B." surname="MATHIEU" fullname="Bertrand Mathieu">
      <organization></organization>
    </author>
    <author initials="S." surname="TUFFIN" fullname="Stéphane Tuffin">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
</reference>


    </references>


<?line 309?>



  </back>

<!-- ##markdown-source:
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

-->

</rfc>

