<?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.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-shi-ippm-congestion-measurement-data-02" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="CM">Data Fields for Congestion Measurement</title>
    <seriesInfo name="Internet-Draft" value="draft-shi-ippm-congestion-measurement-data-02"/>
    <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="T." surname="Zhou" fullname="Tianran Zhou">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhoutianran@huawei.com</email>
      </address>
    </author>
    <author initials="G." surname="Zhao" fullname="Guangyu Zhao">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>zhaoguangyu@chinamobile.com</email>
      </address>
    </author>
    <author initials="Z." surname="Li" fullname="Zhenqiang Li">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>li_zhenqiang@hotmail.com</email>
      </address>
    </author>
    <date year="2024" month="October" day="16"/>
    <area>Operations and Management</area>
    <workgroup>IP Performance Measurement</workgroup>
    <keyword>Congestion Measurement</keyword>
    <abstract>
      <?line 104?>

<t>Congestion Measurement collects the congestion information in the packet while the packet traverses a path. The sender sets the congestion measurement command in the packet header indicating the network device along the path to update the congestion information field in the packet. When the packet arrives at the receiver, the congestion information field will reflect the degree of congestion across network path. Congestion Measurement can enable precise congestion control, aids in effective load balancing, and simplifies network debugging. This document defines data fields for Congestion Measurement. Congestion Measurement Data-Fields can be encapsulated into a variety of protocols, such as Network Service Header (NSH), Segment Routing, Generic Network Virtualization Encapsulation (Geneve), or IPv6.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Congestion Control Working Group Working Group mailing list (ccwg@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ccwg/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/VMatrix1900/draft-ccwg-advanced-ecn"/>.</t>
    </note>
  </front>
  <middle>
    <?line 108?>

<section anchor="intro">
      <name>Introduction</name>
      <t>To effectively manage network congestion, a detailed understanding of congestion levels across the network is imperative. Congestion control algorithms, therefore, necessitate precise congestion measurements to adapt and optimize data flow. This approach involves monitoring various metrics such as packet loss, delay variations, and throughput, which can provide a glimpse of the network's congestion state. Enhanced congestion metrics allow for a more nuanced response to congestion, enabling algorithms to adjust sending rates with greater precision, thereby improving overall network performance and efficiency.</t>
      <t>Furthermore, the detailed congestion measurements obtained are not solely beneficial for congestion control; they serve multifaceted purposes, including load balancing and network operations debugging. By analyzing congestion data, network operators can identify and resolve bottlenecks, optimize traffic distribution, and ensure a balanced load across the network. This data-driven approach facilitates proactive network management, allowing for timely interventions that can preempt potential disruptions and enhance network reliability and performance.</t>
      <t>Addressing the limitations of High Precision Congestion Control (HPCC)<xref target="I-D.draft-an-ccwg-hpcc"/>, which leverages in-band telemetry for detailed congestion signal collection but faces challenges with packet size increases and computational redundancy, our proposed solution introduces data fields for Congestion Measurement. Congestion Measurement expands the conventional single-bit ECN to multiple bits, allowing network devices to update congestion information at each hop more granularly. Consequently, when packets reach the receiver, the congestion information field in the packet accurately not just the presence of congestion but the degree of congestion across the link's path. This nuanced approach facilitates a richer set of data for decision-making, supporting not only more precise congestion control but also improving load balancing and network debugging efforts. By overcoming HPCC's shortcomings, our approach enhances network efficiency, reduces computational overhead at endpoints, and offers a scalable solution to managing congestion in complex network environments. Congestion Measurement Data-Fields can be encapsulated into a variety of protocols, such as Network Service Header (NSH), Segment Routing, Generic Network Virtualization Encapsulation (Geneve), or IPv6.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <ul spacing="normal">
          <li>
            <t>ECN: Explicit Congestion Notification</t>
          </li>
          <li>
            <t>HPCC: High Precision Congestion Control<xref target="I-D.draft-an-ccwg-hpcc"/></t>
          </li>
          <li>
            <t>DRE: Discounting Rate Estimator<xref target="CONGA"/></t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-language">
        <name>Requirements Language</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>
    <section anchor="overview">
      <name>Overview</name>
      <t><xref target="CM-procedure"/> shows the overview procedure of Congestion Measurement. First the sender <bcp14>MUST</bcp14> marks the packet with data fields for Congestion Measurement (see <xref target="format"/>) which specifies what kind of the congestion information that the sending node intends to collect from transit nodes. As the packet traverses through the network, each router should inspect the data fields and update the Congestion Info field accordingly. Upon reaching the receiver, the updated congestion info data within the packet is extracted and then send back to the sender. The sender, now equipped with the congestion information reflective of the packet's journey, uses this data to make informed adjustments to its sending rate or load balancing decisions.</t>
      <figure anchor="CM-procedure">
        <name>Overview of Congestion Measurement</name>
        <artwork><![CDATA[
   Mark              Update            Update             Export
Congestion         Congestion        Congestion         Congestion
Measurement          Info               Info               Info
    |                 |                  |                  |
    |                 |                  |                  |
    |                 |                  |                  |
+-------+         +-------+          +-------+         +---------+
|Sending|========>|Transit|=========>|Transit|======= >|Receiving|
|  Node |         | Node1 |          | Node2 |         |  Node   |
+-------+  Link-1 +-------+  Link-2  +-------+ Link-3  +---------+
]]></artwork>
      </figure>
    </section>
    <section anchor="format">
      <name>Data fields for Congestion Measurement</name>
      <t><xref target="CM-header"/> shown the format of data fields for Congestion Measurement.</t>
      <figure anchor="CM-header">
        <name>Data Fields for Congestion Measurement</name>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|U| Reserved  |C|           Congestion Info Type                |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Congestion Info Data                      |
~                            ....                               ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t>where:</t>
      <ul spacing="normal">
        <li>
          <t>Flags: An 8-bit field.
          </t>
          <ul spacing="normal">
            <li>
              <t>The first bit(U) indicates whether the Congestion Info Data field needs to be updated by transit nodes. If set, the transit nodes will update the Congestion Info Data. If not, the transit node will not update it.</t>
            </li>
            <li>
              <t>The last bit(C) indicates the Congestion Info Data is customized and used only in limited domain such as Data center network. If the C is 0, the Congestion Info Type is a bitmap. Other bits are reserved.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Congestion Info Type: A 24-bit map that specifies the present Congestion Info Data. Supported Congestion Info Data is listed in <xref target="congestion-info"/>. Note that it is possible for multiple Congestion Info Data to coexist in one packet for the endpoint to collect the detailed raw congestion information.</t>
        </li>
        <li>
          <t>Congestion Info Data: A variable length field including the congestion information data. Router <bcp14>MUST</bcp14> update this field based on local load status. The length and the update operation is listed in <xref target="congestion-info"/>.</t>
        </li>
      </ul>
      <table anchor="congestion-info">
        <name>Congestion Info Data</name>
        <thead>
          <tr>
            <th align="center">Bit</th>
            <th align="left">Congestion Info Data</th>
            <th align="center">Length</th>
            <th align="left">Operation</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="center">0</td>
            <td align="left">Inflight Ratio</td>
            <td align="center">8</td>
            <td align="left">Max</td>
          </tr>
          <tr>
            <td align="center">1</td>
            <td align="left">DRE</td>
            <td align="center">8</td>
            <td align="left">Max</td>
          </tr>
          <tr>
            <td align="center">2</td>
            <td align="left">Queue Utilization Ratio</td>
            <td align="center">8</td>
            <td align="left">Max</td>
          </tr>
          <tr>
            <td align="center">3</td>
            <td align="left">Queue Delay</td>
            <td align="center">8</td>
            <td align="left">Add</td>
          </tr>
          <tr>
            <td align="center">4</td>
            <td align="left">Congested Hops</td>
            <td align="center">8</td>
            <td align="left">Add</td>
          </tr>
          <tr>
            <td align="center">5</td>
            <td align="left">Available Bandwidth</td>
            <td align="center">8</td>
            <td align="left">Min</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="example-1-hpcc-with-congestion-measurement">
      <name>Example 1: HPCC with Congestion Measurement</name>
      <t>HPCC calculates the inflight ratio of each link(represent the link utilization of the link) from the collected raw load information carried in the INT. Then maximum inflight ratio along the path is identified and used to adjust the sending rate. The formula to calculate the inflight ratio of each link is shown below:</t>
      <artwork><![CDATA[
txRate = (txBytes_1 - txBytes_2)/(t_1-t_2)
inflight ratio = qlen/(B*T) + txRate/B
]]></artwork>
      <t>where:</t>
      <ul spacing="normal">
        <li>
          <t>txBytes: link total transmitted bytes associated with timestamp ts</t>
        </li>
        <li>
          <t>qlen: link queue length</t>
        </li>
        <li>
          <t>B: link bandwidth</t>
        </li>
        <li>
          <t>T: Baseline RTT</t>
        </li>
      </ul>
      <t>Leveraging Congestion Measurement, the router participates in calculation of the maximum inflight ratio. Each router <bcp14>MUST</bcp14> calculate the inflight ratio of the down link and then compare it to the one in the Congestion Info Data field and keep the larger one. When the packet arrives at the endpoint, the Congestion Info Data field already contains the maximum inflight ratio. The sending rate adjustment algorithm remains unchanged. By allowing routers to conduct these calculations, the computing overhead is reduced for the endpoint. Since the update of value is in-place, the packet size remains unchanged regardless of the hops count.</t>
    </section>
    <section anchor="example-2-available-bandwidth">
      <name>Example 2: Available bandwidth</name>
      <t>The ABW(available bandwidth) of links can be applied in existing CC algorithms to optimize their throughput performance, such as TCP Reno and CUBIC. The sending rate and congestion window can be dynamically adjusted during the CC's slow-start and loss recovery phases. The BBR algorithm, which detects link bottleneck bandwidth based on rate and round-trip time (RTT), can utilize the ABW to obtain the bottleneck bandwidth of the link and optimize data throughput efficiency. Alternatively, a completely new CC algorithm can be designed based on ABW to predict and avoid congestion in advance.</t>
      <t>The method for obtaining the ABW of a link is shown as follows:</t>
      <ol spacing="normal" type="1"><li>
          <t>The sending node can obtain the ABW of its egress port, mark the packet with data fields for ABW Measurement, and then send the packet to the Receiving node.</t>
        </li>
        <li>
          <t>Transit Node identify the ABW probe action based on the Congestion Measurement header, compare the ABW of their egress port with the ABW in the packet. If the ABW of the current node is smaller than that in the packet, it updates to the link's ABW and forwards the packet; otherwise, it directly forwards the packet.</t>
        </li>
        <li>
          <t>After receiving the ABW packet, the receiving node parses the link's ABW, constructs an ABW response packet, and sends it back to the sending node.</t>
        </li>
      </ol>
      <t>The calculation of the current node's ABW can be referenced as follows:
~~~
ABW = B - T - R
~~~</t>
      <t>where B is the bandwidth of the egress port where the flow passes, T is the traffic size of that egress port, and R is the reserved bandwidth. The reserved bandwidth takes into account the fairness of the CC algorithm, facilitating the entry of newly added flow. The value of R can be set according to the specific circumstances of each node, allowing TOR switches and backbone routers to reserve different percentages of bandwidth.</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-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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 anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="CONGA">
          <front>
            <title>CONGA: distributed congestion-aware load balancing for datacenters</title>
            <author initials="M." surname="Alizadeh" fullname="Mohammad Alizadeh">
              <organization/>
            </author>
            <author initials="T." surname="Edsall" fullname="Tom Edsall">
              <organization/>
            </author>
            <author initials="S." surname="Dharmapurikar" fullname="Sarang Dharmapurikar">
              <organization/>
            </author>
            <author initials="R." surname="Vaidyanathan" fullname="Ramanan Vaidyanathan">
              <organization/>
            </author>
            <author initials="K." surname="Chu" fullname="Kevin Chu">
              <organization/>
            </author>
            <author initials="A." surname="Fingerhut" fullname="Andy Fingerhut">
              <organization/>
            </author>
            <author initials="V." surname="Lam" fullname="Vinh The Lam">
              <organization/>
            </author>
            <author initials="F." surname="Matus" fullname="Francis Matus">
              <organization/>
            </author>
            <author initials="R." surname="Pan" fullname="Rong Pan">
              <organization/>
            </author>
            <author initials="N." surname="Yadav" fullname="Navindra Yadav">
              <organization/>
            </author>
            <author initials="G." surname="Varghese" fullname="George Varghese">
              <organization/>
            </author>
            <date year="2014" month="August"/>
          </front>
          <seriesInfo name="DOI" value="10.1145/2619239"/>
          <refcontent>Proceedings of the 2014 ACM conference on SIGCOMM</refcontent>
        </reference>
        <reference anchor="I-D.draft-an-ccwg-hpcc">
          <front>
            <title>HPCC++: Enhanced High Precision Congestion Control</title>
            <author fullname="Qing An" initials="Q." surname="An">
              <organization>Alibaba Group</organization>
            </author>
            <author fullname="Jiaqi Gao" initials="J." surname="Gao">
              <organization>Alibaba Group</organization>
            </author>
            <author fullname="Surendra Anubolu" initials="S." surname="Anubolu">
              <organization>Broadcom, Inc.</organization>
            </author>
            <author fullname="Rong Pan" initials="R." surname="Pan">
              <organization>Intel, Corp.</organization>
            </author>
            <author fullname="Jeongkeun Lee" initials="J." surname="Lee">
              <organization>Intel, Corp.</organization>
            </author>
            <author fullname="Barak Gafni" initials="B." surname="Gafni">
              <organization>NVIDIA</organization>
            </author>
            <author fullname="Yuval Shpigelman" initials="Y." surname="Shpigelman">
              <organization>NVIDIA</organization>
            </author>
            <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
              <organization>NVIDIA</organization>
            </author>
            <author fullname="Guy Caspary" initials="G." surname="Caspary">
              <organization>Cisco Systems</organization>
            </author>
            <date day="30" month="June" year="2023"/>
            <abstract>
              <t>   Congestion control (CC) is the key to achieving ultra-low latency,
   high bandwidth and network stability in high-speed networks.
   However, the existing high-speed CC schemes have inherent limitations
   for reaching these goals.

   In this document, it describes HPCC++ (High Precision Congestion
   Control), a new high-speed CC mechanism which achieves the three
   goals simultaneously.  HPCC++ leverages inband telemetry to obtain
   precise link load information and controls traffic precisely.  By
   addressing challenges such as delayed signaling during congestion and
   overreaction to the congestion signaling using inband and granular
   telemetry, HPCC++ can quickly converge to utilize all the available
   bandwidth while avoiding congestion, and can maintain near-zero in-
   network queues for ultra-low latency.  HPCC++ is also fair and easy
   to deploy in hardware, implementable with commodity NICs and
   switches.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-an-ccwg-hpcc-00"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
