<?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-xhy-hpwan-framework-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="Framework for HP-WAN ">Framework for High Performance Wide Area Network (HP-WAN)</title>
    <seriesInfo name="Internet-Draft" value="draft-xhy-hpwan-framework-01"/>
    <author initials="Q." surname="Xiong" fullname="Quan Xiong">
      <organization>ZTE Corporation</organization>
      <address>
        <email>xiong.quan@zte.com.cn</email>
      </address>
    </author>
    <author initials="G." surname="Huang" fullname="Guangping Huang">
      <organization>ZTE Corporation</organization>
      <address>
        <email>huang.guangping@zte.com.cn</email>
      </address>
    </author>
    <author initials="K." surname="Yao" fullname="Kehan Yao">
      <organization>China Mobile</organization>
      <address>
        <email>yaokehan@chinamobile.com</email>
      </address>
    </author>
    <author initials="C." surname="Lin" fullname="Changwang Lin">
      <organization>New H3C Technologies</organization>
      <address>
        <email>linchangwang.04414@h3c.com</email>
      </address>
    </author>
    <date year="2025" month="May" day="07"/>
    <workgroup>hpwan</workgroup>
    <abstract>
      <?line 38?>

<t>This document defines a framework to enable the host-network collaboration for the high-speed and high-throughput data 
transmission within completion time in High Performance Wide Area Network (HP-WAN). It particularly enhances the 
congestion control and facilitates the functionalities for the host to collaborate with the network to perform rate
negotiation, such as QoS policy, admission control, traffic scheduling and so on.</t>
    </abstract>
  </front>
  <middle>
    <?line 45?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Data-intensive applications always demand high-speed data transmission over WANs such as scientific research, academia, education as 
discussed in <xref target="I-D.kcrh-hpwan-state-of-art"/> and other applications in public networks as per <xref target="I-D.yx-hpwan-uc-requirements-public-operator"/>.
The specific requirements of HP-WANs applications mainly focus on the job-based massive data transmission over long-distance WANs within a 
completion time. The high and effective throughput is the fundamental requirement for HP-WAN. It is crucial to achieve high throughput while
ensuring the efficient use of capacity as per <xref target="I-D.xiong-hpwan-problem-statement"/>. The performance will be impacted by the issues related 
to existing transport protocols and congestion control mechanisms such as poor convergence speed, long feedback loop and unscheduled traffic.</t>
      <t>Multiple data transfer requests should be scheduled in terms of available capacity and the requested completion time in terms of transmission 
performance. From the routing aspect, the optimal path and resources should be scheduled based on the QoS policy for the high-speed flows to travel
through the network with the negotiated rate. From the transport aspect, it ensures the reliable delivery of data with traffic scheduling and admission 
control to effectively handle the flow of data during transmission, reducing congestion and ensuring timely delivery of data packets. The host should
consider to signal and collaborate with the network to negotiate the rates of differentiated traffic (especially when the traffic is encrypted) to avoid 
the congestion and optimize the overall efficiency of data transfer.</t>
      <t>This document defines a framework for a protocol or signaling to enable the host-and-network collaboration for the high-speed and high-throughput data 
transmission within completion time in High Performance Wide Area Network (HP-WAN). It particularly enhances the congestion control and facilitates 
the functionalities for the host to collaborate with the network to perform rate negotiation, such as QoS policy, admission control, traffic scheduling
and so on.</t>
    </section>
    <section anchor="definition-of-terms">
      <name>Definition of Terms</name>
      <t>This document uses the terms defined in <xref target="I-D.kcrh-hpwan-state-of-art"/> and <xref target="I-D.xiong-hpwan-problem-statement"/>:</t>
    </section>
    <section anchor="description-of-the-framework">
      <name>Description of the Framework</name>
      <section anchor="overview">
        <name>Overview</name>
        <t>The framework is formulated to enable the host-network collaboration upon more active network involvement.
The client and server could adjust the rate efficiently and rapidly with the negotiated rate-based congestion control in a fine-grained way.
The network could enhance the capability to regulate the traffic and schedule the resources which could provide predictable network 
behaviour and mitigate incast network congestion preemptively.</t>
        <t>The following diagram illustrates the functionalities between Client/Server and WAN including:</t>
        <t>*Host-network collaboration signalling or protocol</t>
        <t>*Active network-collaborated traffic scheduling and enforcement</t>
        <t>*Negotiated rate-based congestion control algorithms</t>
        <artwork><![CDATA[
                          +-------------------------------+
                          |             WAN               |
   +--------+             |                               |              +--------+
   |        |        +----+----+   +-------------+   +----+----+         |        |
   | Client |<------>|Edge Node|...|Transit Nodes|...|Edge Node|<------->| Server |
   |        |        +----+----+   +-------------+   +----+----+         |        |      
   +--------+             |                               |              +--------+ 
       *collaboration     |                               |     *collaboration
      signalling/protocols|                               |     signalling/protocols
                          +-------------------------------+
  \_________/              \______________________________/
*Negotiated rate-based      *Active network-collaborated 
congestion control            scheduling and enforcement
algorithms


]]></artwork>
      </section>
      <section anchor="workflow-and-functions">
        <name>Workflow and Functions</name>
        <t>The following diagram illustrates the workflows among client, server and network nodes (e.g. Edge nodes and transit nodes).
The request of scheduled traffic will be signaling from client to network to negotiate rate. The traffic pattern and requirement such as
completion time should be carried in the request.
The acknowledgement will be signaling back from network to the client, including the response of negotiated rate and QoS policy for the 
client to send traffic and the fast and accurate quantitative feedback when edge node performs admission control.</t>
        <t>The functions are described in the sections below including transport-related technologies such as rate negotiation, admission control,
traffic scheduling and enforcement and routing-related technologies like traffic engineering, resource scheduling and load balancing.</t>
        <artwork><![CDATA[
 +--------+               +-----------+       +------------+         +-----------+        +--------+
 | Client |               | Edge Node |       |Transit Node|         | Edge Node |        | Server |
 +----+---+               +-----+-----+       +-----+------+         +-----+-----+        +----+---+
      |                         |                   |                      |                   |
      |Requests(traffic pattern)|                   |                      |                   |
      |------------------------>|*Rate negotiation  |                      |                   |
      |                         |*Traffic scheduling|                      |                   |
      |Acknowledgement          |*Admission control |                      |                   |
      |(negotiated rate)        |                   |*Resource scheduing   |                   |    
      |<------------------------|*Negotiated rate-based traffic engineering|                   |  
      |                         |<########################################>|                   |
      |                         |                                          |Traffic            |
      | Traffic(Negotiated-rate)|      Traffic(Negotiated-rate)            |(Negotiated-rate)  |
      |------------------------>|*****************************************>|------------------>|
      |   Traffic(Wrong-rate)   |                    |                     |Exceeding threshold|
      |------------------------>|                    |*Flow control        |<------------------|
      |                         |*Flow control       |<--------------------|                   |  
      |  Fast Feedback          |<-------------------|                     |                   |
      |<------------------------|                    |                     |                   |
      V                         V                    V                     V                   V

]]></artwork>
        <section anchor="rate-negotiation">
          <name>Rate negotiation</name>
          <t>In HP-WAN, the host can negotiate the sending rate with the network due to the predictability of jobs. The client communicates the traffic patterns 
of high-speed flows to the network to negotiate rate. The traffic patterns may cover the traffic information such as job ID, start time, completion time,
data volume, traffic type and so on. The network responses the negotiated rate and QoS policy for the client to send traffic. There are three kinds of 
rate policy as follows:</t>
          <t>*Optimal rate or optimal rate range negotiation. The network provides resource reservation for high-speed data to guarantee the transmission capacity
and achieve optimal rate transmission. The client can transmit flows according to the negotiated optimal rate or optimal rate range.</t>
          <t>*Minimum rate negotiation. The network provides the minimum resource guarantee. The client can transmit at a rate not less than the negotiated rate.</t>
          <t>*Maximum rate negotiation. The network provides an upper limit for resource guarantee. The client can transmit at a rate not greater than the negotiated rate.</t>
        </section>
        <section anchor="traffic-scheduling-and-enforcement">
          <name>Traffic scheduling and enforcement</name>
          <t>The network node (e.g.edge node) performs rate-based traffic scheduling and enforcement. For example, traffic classification may be needed based on the
traffic type. If it needs to prioritize critical traffic for acceleration, it should upgrade the priority of QoS. And if the traffic needs a guaranteed QoS, 
it should provide guaranteed bandwidth for this flow. It also could perform the aggregation of mouse flows or the fragmentation of an elephant flow if needed.
Splitting data across multiple paths for load balancing can increase the throughput and provide redundancy. If one path experiences congestion, alternate 
paths compensate, ensuring timely delivery. The traffic enforcement at network edges can used to regulate data flow to eliminate congestion and minimize 
the flow completion time. For example, it could enforce the rate limits based on the negotiated rate to access traffic.</t>
        </section>
        <section anchor="admission-control">
          <name>Admission control</name>
          <t>The network node should perform admission and traffic control based on negotiated QoS and rate. By combining the admission control with congestion 
control, it can provide high throughput associated with completion time while efficiently using the available network capacity.
The strategies of admission control are different based on the QoS policy. For example, one strategy is to immediately grant or reject
admission to a reservation request on its arrival time which called as on-demand admission control. If a reservation request can not be granted or
rejected at the time of its arrival, it will put that in a queue which called queue-based admission control. And a time-slot based admission control
is used for scheduling the elastic and flows requests.</t>
        </section>
        <section anchor="flow-control">
          <name>Flow Control</name>
          <t>The specific elements along the path should provide active and precise flow control to mitigate network congestion to provide
negotiated rate for a flow.  Flow control refers to a method for ensuring the data is transmitted efficiently and reliably and
controlling the rate of data transmission to prevent the fast sender from overwhelming the slow receiver and prevent packet loss in
congested situations.  For example, the receiver node could signal the sender node to control the traffic on or off to guarantee the
packet loss. When the data sent by the client exceeds the Threshold, the network should provide fast and accurate quantitative 
feedback to control the traffic on or off.</t>
        </section>
        <section anchor="optimization-of-congestion-control-algorithms">
          <name>Optimization of congestion control algorithms</name>
          <t>The client should perform the improvement of congestion control algorithms based on the negotiated-rate from the network. 
The negotiated-rate can be viewed as an initial congestion signal to assist the client to select a suitable sending rate with 
the network resource scheduling acknowledgement. And it also needs to turn off/on or adjust the rate reasonably and rapidly when
 receiving the fast feedback from the node nearing the client.</t>
        </section>
        <section anchor="negotiated-rate-based-traffic-engineering">
          <name>Negotiated rate-based traffic engineering</name>
          <t>The signaling from client will assist the network operator's traffic management and corresponding resource planning and scheduling.
The edge node may get information (topology, bottleneck link bandwidth, queue and buffer) from a centralized controller which can 
also exchange information with clients and servers. The network should provide resource scheduling and reservation at nodes along the path. 
It will differ based on the different QoS policy. For example, the client and network can also negotiate rate based on the quota of each
job. Quota is expressed as a vector of resource quantities (bandwidth,buffer,queue, etc.) at a given priority, for a time frame. The network
can make dynamic bandwidth reservation upon different time frames defined by quota.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBA.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>TBA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="I-D.kcrh-hpwan-state-of-art">
        <front>
          <title>Current State of the Art for High Performance Wide Area Networks</title>
          <author fullname="Daniel King" initials="D." surname="King">
            <organization>Lancaster University</organization>
          </author>
          <author fullname="Tim Chown" initials="T." surname="Chown">
            <organization>Jisc</organization>
          </author>
          <author fullname="Chris Rapier" initials="C." surname="Rapier">
            <organization>Pittsburgh Supercomputing Center</organization>
          </author>
          <author fullname="Daniel Huang" initials="D." surname="Huang">
            <organization>ZTE Corporation</organization>
          </author>
          <date day="8" month="January" year="2025"/>
          <abstract>
            <t>   High Performance Wide Area Networks (HP-WANs) represent a critical
   infrastructure for the modern global research and education
   community, facilitating collaboration across national and
   international boundaries.  These networks, such as Janet, ESnet,
   GÉANT, Internet2, CANARIE, and others, are designed to support the
   general needs of the research and education users they serve but also
   the the transmission of vast amounts of data generated by scientific
   research, high-performance computing, distributed AI-training and
   large-scale simulations.

   This document provides an overview of the terminology and techniques
   used for existing HP-WANS.  It also explores the technological
   advancements, operational tools, and future directions for HP-WANs,
   emphasising their role in enabling cutting-edge scientific research,
   big data analysis, AI training and massive industrial data analysis.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-kcrh-hpwan-state-of-art-01"/>
      </reference>
      <reference anchor="I-D.yx-hpwan-uc-requirements-public-operator">
        <front>
          <title>High Performance Wide Area Network (HPWAN) Use Cases and Requirements -- From Public Operator's View</title>
          <author fullname="Kehan Yao" initials="K." surname="Yao">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corporation</organization>
          </author>
          <date day="20" month="February" year="2025"/>
          <abstract>
            <t>   Bulk data transfer is a long-lived service over the past twenty
   years.  High Performance Wide Area Networks (HP-WANs) are the
   backbone of global network infrastructure, enabling the seamless
   transfer of vast amounts of data and supporting advanced scientific
   collaborations worldwide.  Many of the state-of-the-art dedicated
   networks have been mentioned in [I-D.kcrh-hpwan-state-of-art].  For
   non-dedicated networks like public operator's network, the case is
   different in terms of QoS policies, security policies, etc.  This
   document presents use cases and requirements of HPWAN from public
   operator's view.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-yx-hpwan-uc-requirements-public-operator-00"/>
      </reference>
      <reference anchor="I-D.xiong-hpwan-problem-statement">
        <front>
          <title>Problem Statement for High Performance Wide Area Networks</title>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Kehan Yao" initials="K." surname="Yao">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Cancan Huang" initials="C." surname="Huang">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Han Zhengxin" initials="H." surname="Zhengxin">
            <organization>China Unicom</organization>
          </author>
          <author fullname="Junfeng Zhao" initials="J." surname="Zhao">
            <organization>CAICT</organization>
          </author>
          <date day="25" month="February" year="2025"/>
          <abstract>
            <t>   High Performance Wide Area Network (HP-WAN) is designed for many
   applications such as scientific research, academia, education and
   other data-intensive applications which demand high-speed data
   transmission over WANs, and it needs to provide efficient
   transmission services within a completion time.  This document
   outlines the problems for HP-WANs.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-xiong-hpwan-problem-statement-02"/>
      </reference>
    </references>
    <?line 216?>



  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
