<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-hs-rtgwg-wan-lossless-framework-01" category="info" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="Lossless WAN Framework">Framework for Implementing Lossless Techniques in Wide Area Networks</title>
    <seriesInfo name="Internet-Draft" value="draft-hs-rtgwg-wan-lossless-framework-01"/>
    <author initials="T." surname="He" fullname="Tao He" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>het21@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="H." surname="Shi" fullname="Hang Shi" role="editor">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>shihang9@huawei.com</email>
      </address>
    </author>
    <author initials="Z." surname="Han" fullname="Zhengxin Han">
      <organization>China Unicom</organization>
      <address>
        <email>hanzx21@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="X." surname="Gao" fullname="Xing Gao">
      <organization>China Unicom</organization>
      <address>
        <email>gaox60@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="T." surname="Zhou" fullname="Tianran Zhou">
      <organization>Huawei</organization>
      <address>
        <email>zhoutianran@huawei.com</email>
      </address>
    </author>
    <date year="2025" month="April" day="21"/>
    <area>General</area>
    <workgroup>rtgwg</workgroup>
    <keyword>WAN</keyword>
    <keyword>Lossless</keyword>
    <keyword>Framework</keyword>
    <abstract>
      <?line 61?>

<t>This document proposes a comprehensive framework to address the challenges of efficient, reliable, and cost-effective large volume data transmission over Wide Area Networks (WANs). The framework focuses on planning and managing traffic paths, network slicing, and utilizing multi-level network buffers. It introduces dynamic path scheduling and advanced resource allocation techniques to optimize network resouce and minimize congestion. By leveraging cross-device buffer coordination and real-time adjustments, the framework ensures high throughput and low latency, meeting the demands of modern, data-intensive applications while providing a robust solution for large-scale data transmission.</t>
    </abstract>
  </front>
  <middle>
    <?line 65?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In recent years, the demand for reliable and efficient transmission of large volumes of data across Wide Area Networks (WANs) has surged. <xref target="I-D.huang-rtgwg-wan-lossless-uc"/> highlighted several critical use cases that emphasize the necessity of low packet loss and high throughput in WANs. These requirements are driven by applications that handle massive datasets, such as scientific research, financial transactions, and multimedia content delivery, while the locations of data production and consumption differ, requiring efficient and timely transmission across WANs. The characteristics and requirements of large data transmission are listed as follows:</t>
      <ul spacing="normal">
        <li>
          <t>Large Volume. The datasets involved in these transmissions often reach terabyte levels. Traditional fixed bandwidth dedicated lines, while reliable, can be prohibitively expensive. Enterprises must balance the need for high-capacity data transmission with cost considerations. This necessitates exploring more flexible and economical solutions that can handle large-volume data without incurring excessive costs.</t>
        </li>
        <li>
          <t>Timeliness. Timeliness is a critical factor for data transmission over WANs. For instance, in the field of genetic research, the timely transmission of genetic data can significantly influence diagnostic and treatment outcomes. Delays in data transmission can render the data obsolete, e.g., leading to incorrect results and conclusions. Therefore, ensuring that data is transmitted within a specific time window is essential for maintaining its utility and accuracy.</t>
        </li>
        <li>
          <t>Predictability. Large-volume data transmission tasks typically have predictable patterns, allowing for better planning and resource allocation. This predictability helps in designing network solutions that can efficiently manage the anticipated data load. By leveraging predictable traffic patterns, network administrators can optimize resource allocation, minimize congestion, and enhance overall network performance.</t>
        </li>
      </ul>
      <t>This document proposes a comprehensive framework aimed at addressing the challenges associated with large volume data transmission over WANs. The framework focuses on enhancing traffic management and resource allocation strategies to ensure efficient, reliable, and cost-effective data transmission. By implementing these strategies, the framework aims to meet the demands of modern, data-intensive applications, providing a robust solution for large volume data transmission in WAN environments.</t>
    </section>
    <section anchor="network-challenges-posed-by-large-volume-data-transmission">
      <name>Network Challenges Posed by Large Volume Data Transmission</name>
      <section anchor="limited-network-capacity">
        <name>Limited Network Capacity</name>
        <t>WANs have finite carrying capacities. When a significant amount of traffic enters the network simultaneously, it can lead to traffic conflicts, resulting in queuing and jitter. These issues are exacerbated by the continuous nature of large data transfers, which can strain network resources over extended periods. Addressing these challenges requires advanced traffic management techniques that can efficiently utilize available network capacity.</t>
      </section>
      <section anchor="congestion-hotspots">
        <name>Congestion Hotspots</name>
        <t>Packet loss often occurs due to probabilistic simultaneous influxes of large volumes of traffic. This congestion is exacerbated by mechanisms such as Equal-Cost Multi-Path (ECMP) routing, where multiple flows compete for certain bottleneck links, leading to congestion and packet loss. Packet loss in WANs does not lead to permanent data loss since lost packets can be retransmitted. However, retransmissions increase transmission latency, causing delays in data delivery. Moreover, packet loss can trigger congestion control mechanisms, which reduce the network's throughput to prevent further congestion. This reduction in throughput can significantly affect the performance of data-intensive applications, making it critical to minimize packet loss.</t>
      </section>
      <section anchor="inefficient-buffer-utilization">
        <name>Inefficient Buffer Utilization</name>
        <t>The network itself has a certain buffer capacity to partially mitigate short-term processing deficiencies. However, current mechanisms only utilize the local device's buffer and do not fully exploit the overall buffer capacity across multiple devices. This fragmented buffer utilization leads to inefficiencies in handling bursty traffic. Advanced congestion management strategies are necessary to coordinate buffer usage across the network, maintaining high throughput and low latency to ensure efficient and reliable data transmission.</t>
      </section>
    </section>
    <section anchor="framework">
      <name>Framework</name>
      <t>This document proposes a comprehensive framework to address the challenges of efficient, reliable, and cost-effective large volume data transmission over Wide Area Networks (WANs). The framework focuses on the planning and management of traffic paths, network slicing, and the use and management of multi-level network buffers.</t>
      <section anchor="adaptive-planning-and-management-of-network-resouce">
        <name>Adaptive Planning and Management of Network Resouce</name>
        <t>When users seek efficient transmission of large datasets, they can rent temporary network bandwidth in addition to their fixed leased lines (a.k.a guranteed bandwidth). This temporary bandwidth is cheaper by sharing but offers weaker Service Level Agreements (SLAs). 
Due to the predictable nature of the traffic, users can pre-request resource scheduling from the network, including traffic paths and even network slices. The network can allocate resources based on availability, avoiding prolonged congestion through effective planning. If serious congestion occurs, the network scheduler can recalculate paths and slice resources.
Network devices can flexibly choose the best available path from multiple pre-allocated paths, particularly when head-end devices detect local or remote congestion. By adjusting the current and incoming traffic path selection, network devices can optimize traffic distribution and alleviate congestion dynamically.</t>
        <section anchor="specific-requirements">
          <name>Specific Requirements:</name>
          <ul spacing="normal">
            <li>
              <t><strong>Network Resource Reporting and User Request</strong>: Network devices report attributes such as bandwidth, latency through control plane protocols like IGP and BGP-LS. Users provide the overall  needs of bandwidth and latency for large volume data transmission, including guaranteed dedicated resources and flexible resources with weaker guarantees. In addition to know network parameters such as bandwidth and latency, the system also needs to know whether network forwarding nodes have the ability to share the buffer with other devices,and confirm the scope of the wide-area lossless network domain. In the centralized mode, the central controller needs to know the network device's capability of buffer and buffer size to do path planning.The information transferring can be done through the BGP-LS protocol extension. In distributed mode, the network forwarding nodes can realize multi-level network buffering and path switching by knowing the neighbour's capability of buffer and buffer size. The information transferring can be done through the IGP protocol extension.</t>
            </li>
            <li>
              <t><strong>Network Resource Allocation and Policy Distribution</strong>: Controllers calculate out IP-based dedicated lines (IP tunnels with segment routing) within the WAN domain based on available flexible bandwidth and buffers. Using SR-policy, data traffic is steering into IP tunnels at ingress nodes and directed to dedicated network slicing. Configuration of buffer allocations are distributed via protocols like BGP and PCEP from the controller to the network devices who are executing and enforcing these configurations.</t>
            </li>
            <li>
              <t><strong>Network State Measurement and Telemetry</strong>: Real-time bandwidth measurement based on measurement packets helps in sensing utilized and available bandwidth on network links. This information is reported to the controller via telemetry mechanisms and used to adjust paths and slice resources. For example, when a link nears its bandwidth limit, traffic can be rerouted to idle path resources to improve overall network bandwidth utilization.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="use-and-management-of-multi-level-network-buffers">
        <name>Use and Management of Multi-Level Network Buffers</name>
        <t>Since temporary bandwidth is shared and not dedicated, it exhibits weaker SLA guarantees. If traffic experiences jitter during transmission, network device buffers can absorb packets to reduce packet loss.</t>
        <section anchor="specific-requirements-1">
          <name>Specific Requirements:</name>
          <ul spacing="normal">
            <li>
              <t><strong>Single Device Buffer Sharing and Management</strong>: Single devices should implement fine-grained buffer divisions based on traffic priority and slice. These buffers should be isolated to avoid mutual interference. Initial buffer resource allocation is determined by the controller and configured across all devices in the domain via control plane protocols.</t>
            </li>
            <li>
              <t><strong>Cross-Device Buffer Coordination</strong>: Given the nature of large data transmissions, a single device's buffer might be insufficient for absorbing bursty traffic. Therefore, multiple devices' buffers of the same fine-grained type (e.g., same priority and slice) should be used collectively. For example, if device C in the path A-&gt;B-&gt;C is congested and its buffer is insufficient, it should notify upstream devices B or A to utilize their similar buffers to absorb some traffic. This involves:  </t>
              <ul spacing="normal">
                <li>
                  <t>Control Signaling: Using control signaling packets to notify upstream devices to buffer packets, reducing the burden on the congested device. If upstream device buffers also reach a threshold, further notifications should be triggered upstream. Control signaling should include buffer index (e.g., slice ID), control instructions, and parameters. Controller configuration or segment routing can help determine upstream device addresses. Upon congestion relief, upstream devices should be notified to release buffered traffic. This notification mechanism can be inspired by IEEE PFC mechanisms but requires more granular backpressure.</t>
                </li>
                <li>
                  <t>Trigger Conditions for Buffer Coordination: The local device-triggering cross-device buffer coordination requires pre-set conditions. Controllers can configure device-specific thresholds to customize trigger conditions for each device, slice, and priority.</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="requesting-source-rate-control">
        <name>Requesting Source Rate Control</name>
        <t>Network devices can send rate control requests to the source via data packet marking or separate control packets. This method is useful during widespread network congestion, leveraging source rate reduction to manage traffic. Although this feedback mechanism involves a larger control loop and slower adjustments, efficiency can be improved through fast reverse notifications.</t>
      </section>
    </section>
    <section anchor="conclusion">
      <name>Conclusion</name>
      <t>The proposed framework addresses the challenges of large volume data transmission over WANs by enhancing traffic management and resource allocation strategies. By implementing dynamic path scheduling, advanced resource allocation, and efficient buffer management, the framework ensures efficient, reliable, and cost-effective data transmission. This approach meets the demands of data-intensive applications, providing a robust solution for large volume data transmission in WAN environments.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="I-D.huang-rtgwg-wan-lossless-uc">
        <front>
          <title>Use Cases and Requirements for Implementing Lossless Techniques in Wide Area Networks</title>
          <author fullname="Han Zhengxin" initials="H." surname="Zhengxin">
            <organization>China Unicom</organization>
          </author>
          <author fullname="Tao He" initials="T." surname="He">
            <organization>China Unicom</organization>
          </author>
          <author fullname="Hongyi Huang" initials="H." surname="Huang">
            <organization>Huawei</organization>
          </author>
          <author fullname="Tianran Zhou" initials="T." surname="Zhou">
            <organization>Huawei</organization>
          </author>
          <date day="8" month="July" year="2024"/>
          <abstract>
            <t>   This document outlines the use cases and requirements for
   implementing lossless data transmission techniques in Wide Area
   Networks (WANs), motivated by the increasing demand for high-
   bandwidth and reliable data transport in applications such as high-
   performance computing (HPC), genetic sequencing, multimedia content
   production and distributed training.  The challenges associated with
   existing data transport protocols in WAN environments are discussed,
   along with the proposal of requirements for enhancing lossless
   transmission capabilities to support emerging data-intensive
   applications.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-huang-rtgwg-wan-lossless-uc-01"/>
      </reference>
    </references>
    <?line 144?>

<section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>TBD.</t>
    </section>
    <section numbered="false" anchor="contributors">
      <name>Contributors</name>
      <t>TBD.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA91a328budV9N+D/gWgemiwkIc1DgRr42jpONjGQLIzE6Rb7
UlAzlMT1zFBLzthWFvu/f+dckjOULCdp96FAgQSwpBny/jz33EvO5/PTk9Dr
rv6XblxnzlTvB3N6UunerJ3fnSnbrRweGZatDcG67nq3xVOXr6+/Pz2xWy8v
hP7F8+d/ef7i9KTR3fpMme705PSkt32DR7/3ujV3zt+olfPqst02pjVdb7u1
eudCaEwI6tpUm87+MpiA/dSPtjbq3ButfjA93wynJ3q59Ob2bHrlx/MfpqVP
T2pXdfhwpmqvV/18E+a+X9+t53e6mzfpnfkqPz9//qfTE7cMrjG9CWenJ8O2
1vGvJ4p/nakXz1+8mD/nPzWfy3fKBrWyTWNqCqmH3rW6t5Vump1a7tR927zw
q0rZlepcr9b2NppBQ5Ez9cZ0xuvm9ITbr70btmdKJOQjN3fYWKk5lYp/ZDXj
p0JPrDf0G+f5wpy/2i6cqeuFemv4KdrgWrv02fm17uxnyOm6M3WxsZ1Wnzpb
uZa/mlbb5kxtTP/iT3+v+OMgvy2qjj97R/+Z2vbO83NlewTES2N/hvPkCzd0
PYNEFt6T6O1CfdzYSaS3CIz8zb5Qbwd9Z2whTtjYDZ7+y9838ssiCft7pPlp
QQEmaX7amG59Dy+mb7/NTLr7fH/MUNM+/1yoN9pN+/yTUZ6++aY91trd//n5
l7aAq3/auKFwttWd19347Ves+xmP9fGVPQOfnnTOM6BvzRk/IbuR+eU3c+SB
Xobe66rn5+sNEgJ5NzCd1da7rQtIYA1HtFtvYOKAV9WYdKp3Ste1Z/b2G6Oq
DVIHfsA7bqXMamUri5VmypvG6mVjZgq4hNVCP8evpqIkqtF+bdSta7At01ID
gHQXEjopd2v8EQBRT5Fa4dlCXW9KiVaQnjLjxS2gq6O7uGerO73mB6xNudRW
95swU11cToUGsnbrKCDM2djPfLodmt7OG3NrmvHR5QDRfVioyx4O7L2rhwo7
1jt4Ly2sQrUx9dDk3XV9q7sKMANTucFXRsFQrhKPqn6CStjTbXvb2s9m3E5e
4RvUwnbxx8rRynx9oV7uFAX0Ub/KA2jmtbm1eCeKiqedrxF/sh3XgSGbOfbB
qvXPAHv6G8bo90wJbw/YXG3seoOfgHDrzXboZYHG3cFvvemq3Uy1xgj48/Ua
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
Zf0xAAA=

-->

</rfc>
