<?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.6.39 (Ruby 3.0.2) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-lou-rtgwg-sinc-01" category="exp" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="SINC">Signaling In-Network Computing operations (SINC)</title>
    <seriesInfo name="Internet-Draft" value="draft-lou-rtgwg-sinc-01"/>
    <author initials="D." surname="Lou" fullname="Zhe Lou">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <street>Riesstrasse 25</street>
          <city>Munich</city>
          <code>80992</code>
          <country>Germany</country>
        </postal>
        <email>zhe.lou@huawei.com</email>
      </address>
    </author>
    <author initials="L." surname="Iannone" fullname="Luigi Iannone">
      <organization abbrev="Huawei">Huawei Technologies France S.A.S.U.</organization>
      <address>
        <postal>
          <street>18, Quai du Point du Jour</street>
          <city>Boulogne-Billancourt</city>
          <code>92100</code>
          <country>France</country>
        </postal>
        <email>luigi.iannone@huawei.com</email>
      </address>
    </author>
    <author initials="Y." surname="Li" fullname="Yizhou Li">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <city>Nanjing</city>
          <country>China</country>
        </postal>
        <email>liyizhou@huawei.com</email>
      </address>
    </author>
    <author initials="C." surname="Zhang" fullname="Cuimin Zhang">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <street>Huawei base in Bantian, Longgang District</street>
          <city>Shenzhen</city>
          <country>China</country>
        </postal>
        <email>zhangcuimin@huawei.com</email>
      </address>
    </author>
    <author initials="K." surname="Yao" fullname="Kehan Yao">
      <organization abbrev="China Mobile">China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>yaokehan@chinamobile.com</email>
      </address>
    </author>
    <date/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 188?>

<t>This memo introduces "Signaling In-Network Computing operations" (SINC), a mechanism to enable signaling in-network computing operations on data packets in specific scenarios like NetReduce, NetDistributedLock, NetSequencer, etc. In particular, this solution allows to flexibly communicate computational parameters, to be used in conjunction with the payload, to in-network SINC-enabled devices in order to perform computing operations.</t>
    </abstract>
  </front>
  <middle>
    <?line 192?>

<section anchor="SEC_intro">
      <name>Introduction</name>
      <t>According to the original design, the Internet performs just "store and forward" of packets, and leaves more complex operations at the end-points. However, new emerging applications could benefit from in-network computing to improve the overall system efficiency (<xref target="GOBATTO"/>, <xref target="ZENG"/>). It is different from what the IETF Computing-Aware Traffic Steering (CATS) working group is chartered for service instance selection based on network and compute metrics between clients of a service and sites offering the service. The in-network computing is more about "light" data calculation/operation performed in the network to reduce the computation work load for the end hosts.</t>
      <t>The formation of the COmputing In-Network (COIN) Research Group <xref target="COIN"/>, in the IRTF, encourages people to explore this emerging technology and its impact on the Internet architecture. The "Use Cases for In-Network Computing" document <xref target="I-D.irtf-coinrg-use-cases"/> introduces some use cases to demonstrate how real applications can benefit from COIN and show essential requirements demanded by COIN applications.</t>
      <t>Recent research has shown that network devices undertaking some computing tasks can greatly improve the network and application performance in some scenarios, like for instance aggregating path-computing <xref target="NetReduce"/>, key-value(K-V) cache <xref target="NetLock"/>, and strong consistency <xref target="GTM"/>. Their implementations mainly rely on programmable network devices, by using P4 <xref target="P4"/> or other languages. In the context of such heterogeneity of scenarios, it is desirable to have a generic and flexible framework, able to explicitly signaling the computing operation to be performed by network devices, which should be applicable to many use cases, enabling easier deployment.</t>
      <t>This document specifies such a Signaling In-Network Computing (SINC) framework for, as the name states, in-network computing operation. The computing functions are hosted on network devices, which, in this memo, are generally named as SINC switches/routers.</t>
    </section>
    <section anchor="requirements-language">
      <name>Requirements Language</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> and <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
    </section>
    <section anchor="SEC_usecases">
      <name>SINC Relevant Use Cases</name>
      <t>Hereafter a few relevant use cases are described, namely NetReduce, NetDistributedLock, and NetSequencer, in order to help understanding the requirements for a framework. Such a framework, should be generic enough to accommodate a large variety of use cases, besides the ones described in this document.</t>
      <section anchor="netreduce">
        <name>NetReduce</name>
        <t>Over the last decade, the rapid development of Deep Neural Networks (DNN) has greatly improved the performance of many applications like computer vision and natural language processing. However, DNN training is a computation intensive and time consuming task, which has been increasing exponentially in the past 10 years. Scale-up techniques concentrating on the computing capability of a single device cannot meet the expectation. Distributed DNN training approaches with synchronous data parallelism like Parameter Server <xref target="PARAHUB"/> and All-Reduce <xref target="MGWFBP"/> are commonly employed in practice, which on the other hand, become increasingly a network-bound workload since communication becomes a bottleneck at scale.</t>
        <t>Comparing to host-oriented solutions, in-network aggregation approaches like SwitchML <xref target="SwitchML"/>, SHArP <xref target="SHArP"/>, and NetReduce <xref target="NetReduce"/> can  potentially reduce to nearly half the bandwidth needed for data aggregation, by offloading gradients aggregation from the host to network switches. However, they are limited to one single specific operation, namely  aggregation.</t>
        <t>SwitchML is designed to implement in-network workers performing data aggregation relying on Remote Direct Memory Access (RDMA) <xref target="ROCEv2"/> and the application layer logic. In principle this allows to repurpose relatively easily the system at the cost of deploying new workers since there is no in-network operation signaling.</t>
        <t>NetReduce <xref target="NetReduce"/> does tackle the same problem like SwitchML, including the use of RDMA, but introduces an In-Network Aggregation (INA) header, allowing easy identification of data fragments. Yet, the only possible operation remains the aggregation, there is no mechanism to signal a different operation.</t>
        <t>SHArP <xref target="SHArP"/>, uses as well RDMA and introduces as well a custom header to simplify in-network handling of the packets. Similarly to NetReduce, SHArP remains a solution targeting only the aggregation function, relying on a rigid tree topology and proposing a header that allows only aggregation function and no other operation, hence, like NetReduce, hard to be converted for other purposes.</t>
      </section>
      <section anchor="netdistributedlock">
        <name>NetDistributedLock</name>
        <t>In the majority of distributed system, the lock primitive is a widely used concurrency control mechanism. For large distributed systems, there is usually a dedicated lock manager that nodes contact to gain read and/or write permissions of a resource. The lock manager is often abstracted as Compare And Swap (CAS) or Fetch Add (FA) operations.</t>
        <t>The lock manager is typically running on a server, causing a limitation on the performance by the speed of disk I/O transaction. When the load increases, for instance in the case of database transactions processed on a single node, the lock manager becomes a major performance bottleneck, consuming nearly 75% of transaction time <xref target="OLTP"/>. The multi-node distributed lock processing superimposes the communication latency between nodes, which makes the performance even worse. Therefore offloading the lock manager function from the server to the network switch might be a better choice, since the switch is capable of managing lock function efficiently. Meanwhile it liberate the server for other computation tasks.</t>
        <t>The test results in NetLock <xref target="NetLock"/> show that the lock manager running on a switch is able to answer 100 million requests per second, nearly 10 times more than what a lock server can do.</t>
      </section>
      <section anchor="netsequencer">
        <name>NetSequencer</name>
        <t>Transaction managers are centralized solutions to guarantee consistency for distributed transactions, such as GTM in Postgre-XL (<xref target="GTM"/>, <xref target="CALVIN"/>). However, as a centralized module, transaction managers have become a bottleneck in large scale high-performance distributed systems. The work by Kalia et al. <xref target="HPRDMA"/> introduces a server based networked sequencer, which is a kind of task manager assigning monotonically increasing sequence number for transactions. In <xref target="HPRDMA"/>, the authors shows that the maximum throughput is 122 Million requests per second (Mrps), at the cost of an increased average latency. 
This bounded throughput will impact the scalability of distributed systems. The authors also test the bottleneck for varies optimization methods, including CPU, DMA bandwidth and PCIe RTT, which is introduced by the CPU centric architecture.</t>
        <t>For a programmable switch, a sequencer is a rather simple operation, while the pipeline architecture can avoid bottlenecks. It is worth implementing a switch-based sequencer, which sets the performance goal as hundreds of Mrps and latency in the order of microseconds.</t>
      </section>
    </section>
    <section anchor="SEC_inet-op">
      <name>In-Network Generic Operations</name>
      <t>The COIN use case draft <xref target="I-D.irtf-coinrg-use-cases"/> illustrates some general requirements for scenarios where the aforementioned use cases belong to. One of the requirements is that any in-network computing system must provide means to specify the constraints for placing execution logic in certain logical execution points (and their associated physical locations). In case of NetReduce, NetDistributedLock, and NetSequencer, data aggregation, lock management and sequence number generation functions can be offloaded onto the in-network device. 
It can be observed that those functions are based on "simple" and "generic" operators, as shown in <xref target="Table_usecases"/>. Programmable switches are capable of performing basic operations by executing one or more operators, without impacting the forwarding performance (<xref target="NetChain"/>, <xref target="ERIS"/>).</t>
      <table anchor="Table_usecases">
        <name>Example of in-network operations.</name>
        <thead>
          <tr>
            <th align="left">Use Case</th>
            <th align="left">Operation</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">NetReduce</td>
            <td align="left">Sum value (SUM)</td>
            <td align="left">The in-network device sums the data together and outputs the resulting value.</td>
          </tr>
          <tr>
            <td align="left">NetLock</td>
            <td align="left">Compare And Swap or Fetch-and-Add (CAS or FA)</td>
            <td align="left">By comparing the request with the status of its own lock, the in-network device sends out whether the host has the acquired the lock. Through the CAS and FA, host can implement shared and exclusive locks.</td>
          </tr>
          <tr>
            <td align="left">NetSequencer</td>
            <td align="left">Fetch-and-Add (FA)</td>
            <td align="left">The in-network device provides a monotonically increasing counter number for the host.</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="SEC_overview">
      <name>SINC Framework Overview</name>
      <t>This section describes the various elements of the SINC framework and explains how they work together.</t>
      <t>The SINC protocol and extensions are designed for deployment in limited domains, such as a data center network, rather than deployment across the open Internet. The requirements and semantics are specifically limited, as defined in the previous sections.</t>
      <t><xref target="Fig_SINCArch"/> shows the overall SINC framework, consisting of Hosts, the SINC Ingress Proxy, SINC switch/router (SW/R), the SINC Egress Proxy and normal switches/routers(if any).</t>
      <figure anchor="Fig_SINCArch">
        <name>General SINC deployment.</name>
        <artwork><![CDATA[
 +---------+                                             +---------+
 | Host A  |                                             | Host B  |
 +---------+                                             +---------+
      |                                                       |
      |                                                       |
 +------------+   +------+   +-----------+   +------+   +-----------+
 |SINC Ingress|   |      |   |           |   |      |   |SINC Egress|
 |Proxy       |-->| SW/R |-->| SINC SW/R |-->| SW/R |-->|Proxy      |
 +------------+   +----- +   +-----------+   +------+   +-----------+        
                                
]]></artwork>
      </figure>
      <t>In the SINC domain, a host MUST be SINC-aware. It defines the data operation to be executed. However, it does not need to be aware of where the operation will be executed and how the traffic will be steered in the network.
The host sends out packets with a SINC header containing the definition and parameters of data operations. The SINC header could be placed directly after the transport layer, before the computing data as part of the payload. However, the SINC header can also potentially be positioned at layer 4, layer 3, or even layer 2, depending on the network context of the applications and the deployment consideration. This will be discussed in further details in <xref target="I-D.zhou-rtgwg-sinc-deployment-considerations"/>.</t>
      <t>The SINC proxies are responsible for encapsulating/decapsulating packets in order to steer them through the right network path and nodes. The SINC proxies may or may not be collocated with hosts.</t>
      <t>The SINC Ingress Proxy encapsulates and forwards packets containing a SINC header, to the right node(s) with SINC operation capabilities. Such an operation may involve the use of protocols like Service Function Chaining (SFC <xref target="RFC7665"/>), LISP <xref target="RFC9300"/>, Geneve <xref target="RFC8926"/>, or even MPLS <xref target="RFC3031"/>. Based on the definition of the required data processing and the network capabilities, the SINC ingress proxy can determine whether the data processing defined in the SINC header could be executed in a single node or in multiple nodes. The SINC Egress Proxy is responsible for decapsulating packets before forwarding them to the destination host.</t>
      <t>The SINC switch/router is the node equipped with in-network computing capabilities. It MUST look for the SINC header and perform the required operations if any. It could be done from the encapsulation protocols that contain a field of "next protocols". Otherwise, the SINC switch/router should be able to perform a deep packet inspection to identify the location of the SINC header. The detection of the location of the SINC header will be further depicted in <xref target="I-D.zhou-rtgwg-sinc-deployment-considerations"/>. Upon receiving a SINC packet, the SINC switch/router data-plane processes the SINC header, executes required operations, updates the payload with results (if necessary) and forwards the packet to the destination.</t>
      <t>The SINC workflow is as follows:</t>
      <ol spacing="normal" type="1"><li>Host A transmits a packet with the SINC header and data to the SINC Ingress proxy.</li>
        <li>The SINC Ingress proxy encapsulates and forwards the original packet to a SINC switch/router(s).</li>
        <li>The SINC switches/routers verifies the source, checks the integrity of the data and performs the required data processing defined in the SINC header. When the computing is done, if necessary, the payload is updated with the result and then forwarded to the SINC Egress proxy.</li>
        <li>When the packet reaches the SINC Egress Proxy, the encapsulation will be removed and the inner packet will be forwarded to the final destination (Host B).</li>
      </ol>
    </section>
    <section anchor="SEC_dataop">
      <name>Data Operation Mode</name>
      <t>According to the SINC scenarios, the SINC processing can be divided into two modes: individual computing mode and batch computing mode.</t>
      <t>Individual operations include all operations that can be performed on data coming from a single packet (e.g., Netlock). Conversely, batch operations include all operations that require to collect data from multiple packets (e.g., NetReduce data aggregation).</t>
      <section anchor="individual-computing-mode">
        <name>Individual Computing Mode</name>
        <t>The NetLock is a typical scenario involving individual operations, where the SINC switch/router acts as a lock server, generating a lock for a packet coming from one host.</t>
        <t>This kind of operation has some general aspects to be considered:</t>
        <ul spacing="normal">
          <li>Initialization of the context on the computing device. The context is the information necessary to perform operations on the packets. For instance, the context for a lock operation includes selected keys, lock states (values) for granting locks.</li>
          <li>Error conditions. Operations may fail and, as a consequence, sometimes actions needs to be taken, e.g. sending a message to the source host. However, error handling is not necessarily handled by the SINC switch/router, which could simply roll back the operation and forward the packet unchanged to the destination host. The destination host will in this case perform the operation. If the operation fails again, the destination host will handle the error condition and may send a message back to the source host. In this way SINC switches/router operation remains relatively simple.</li>
        </ul>
      </section>
      <section anchor="batch-computing-mode">
        <name>Batch Computing Mode</name>
        <t>The batch operations require to collect data from multiple sources before actually being able to perform the required operations. For instance, in the NetReduce scenario, the gradient aggregation requires packets carrying gradient arrays from each host to generate the desired result array.</t>
        <t>In this mode, the data operation is collective. The data coming from multiple sources may be aggregated in multiple aggregation nodes in a hierarchy. Hence a tree topology should be created from the control plane for each batch computing request, which will be dismissed once the batch computing is done. A message is required to signal the start and the end of the operation.</t>
        <t>Each aggregation node should collect all input before executing the calculation. If some packets do not arrive or arrive too late, the batch computing may fail. The time the packets are temporarily cached on the SINC switch/router should be carefully configured. On the one hand, it has to be sufficiently long so that there is enough time to receive all required packets. On the other hand, it has to be sufficiently short so that no retransmissions are triggered at the transport or application layers on the end hosts. Similarly to the error condition  for the individual operations, if the SINC switch/router does not receive all required packets in the configured time interval, it can simply forward the packets to the end host so that they deal with packet losses and retransmissions if necessary.</t>
      </section>
    </section>
    <section anchor="SEC_SINC-CH">
      <name>SINC Header</name>
      <t>The SINC header carries the data operation information and it has a fixed length of 16 octets, as shown in <xref target="Fig_nshContext"/>.</t>
      <figure anchor="Fig_nshContext">
        <name>SINC Header.</name>
        <artwork><![CDATA[
 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Reserved  |D|L|                    Group ID                   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     No. of Data Sources       |    Data Source ID             |       
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           SeqNum                              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|       Data Operation          |    Data Offset                |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <ul spacing="normal">
        <li>Reserved: Flags field reserved for future use. MUST be set to zero on transmission and MUST be ignored on reception.</li>
        <li>Done flag (D): Zero (0) indicates that the request operation is not yet performed. One (1) indicates the operation has been done. The source host MUST set this bit to 0. The in-network switch/router performing the operation MUST set this flag to 1 after the operation is executed.</li>
        <li>Loopback flag (L): Zero (0) indicates that the packet SHOULD be sent to the destination after the data operation. One (1) indicates that the packet SHOULD be sent back to the source node after the data operation.</li>
        <li>Group ID: The group ID identifies different groups. Each group is associated with one task.</li>
        <li>Number of Data Sources: Total number of data source nodes that are part of the group.</li>
        <li>Data Source ID: Unique identifier of the data source node of the packet.</li>
        <li>Sequence Number (SeqNum): The SeqNum is used to identify different requests within one group.</li>
        <li>Data Operation: The operation to be executed by the SINC switch/router.</li>
        <li>Data Offset: The in-packet offset from the SINC header to the data required by the operation. This field is useful in cases where the data is not right after the SINC header, the offset indicates directly where, in the packet, the data is located.</li>
      </ul>
    </section>
    <section anchor="control-plane-considerations">
      <name>Control Plane Considerations</name>
      <t>The SINC control plane is responsible for the creation and configuration of the computing network topology with SINC capable network elements, as well as the monitoring and management of the system, to ensure the proper execution of the computing task. The SINC framework can work with either centralized (e.g. SDN like), distributed (by utilizing dynamic signaling protocols), or hybrid control planes. However, this document does not assume any specific control plane design.</t>
      <t>A computing network topology needs to be created in advance to support the required in network computing tasks. The topology could be as simple as a explicit path with SINC capable nodes for individual computing mode (e.g. NetLock and NetSequencer), as well as a tree topology supporting more complex batch computing mode (e.g. NetReduce). After the completion of the computing task, the control plane needs to delete the topology and release relevant resources accordingly. The following features are necessary in control plane for the topology creation/deletion in the SINC network:</t>
      <ul spacing="normal">
        <li>Topology computation: When receiving the computing request from the Host, the SINC control plane needs to compute a set of feasible paths with SINC capable nodes to support individual or batch computations.</li>
        <li>Topology establishment: The topology has to be sent/configured/signaled to the network device, so SINC packets could pass through the right SINC capable nodes to perform the required data computing in the network. Once done, the control plane will signal the application to kick off the packet transmission.</li>
        <li>Topology deletion: Once the application finishes the action, it will inform the control plane to delete the topology and release the reserved resources for other applications and purposes.</li>
      </ul>
      <t>SINC packets are supposed to pass SINC capable nodes without traffic and computing congestion, which demands sufficient resource reservation. There are multiple types of resources (e.g., computing resource, buffer resource, and bandwidth resource) in the network that should be reserved to ensure the smooth execution of the computing tasks.</t>
      <t>The performance monitoring (PM) is required to detect any potential issues during the data operation. It could be done actively or passively. By injecting OAM packets into the network to estimate the performance of the network, the active PM might affect the overall performance of the network. SINC does not introduces any constrains and pre-existing monitoring infrastructures can continue to be used.</t>
      <t>The service protection contains two parts: the computing service protection and network service protection.</t>
      <ul spacing="normal">
        <li>The in-network computing service must be protected. If a SINC node of an in-network operation fails, the impact should be minimized by guaranteeing as much as possible that the packets are at least delivered to the end node, which will perform the requested operation (cf. <xref target="SEC_dataop"/>). The control plane will take care to recover the failure, possibly using a different SINC node and re-routing the traffic.
<!-- TD: Is this simplified paragraph OK? -->
        </li>
        <li>The network service must be able to deliver packet to the designated SINC nodes even in case of partial network failures (e.g. link failures). To this end existing protection and re-route solution may be applied.</li>
      </ul>
      <t>From the above discussion about the control plane, the following basic requirements can be identified:</t>
      <ul spacing="normal">
        <li>The ability to exchange computing requirements (e.g. computing tasks, performance, bandwidth, etc.) and execution status with the application (e.g., via a User Network Interface). SINC tasks should be carefully coordinated with (other) host tasks.</li>
        <li>The ability to gather the resources available on SINC-capable devices, which demands regular advertisement of node capabilities and link resources to other network nodes or to network controller(s).</li>
        <li>The ability to dynamically create, modify and delete computing network topologies based on application requests and according to defined constraints. It includes, but it is not limited to, topology creation/update, explicit path determination, link bandwidth reservation and node computing resource reservation. The created topology should be able to execute computing task requested by the application with no (ot low) impact on the packet transmission.</li>
        <li>The ability to monitor the performance of SINC nodes and link status to ensure that they meet the requirements.</li>
        <li>The ability to provide failover mechanism in order to handle errors and failures, and improves the resilience of the system. A fallback mechanism is required in case that in-network resources are not sufficient for processing SINC tasks, in which case, end host might provide some complementary computing capabilities.</li>
      </ul>
    </section>
    <section anchor="SEC_sec">
      <name>Security Considerations</name>
      <t>In-network computing exposes computing data to network devices, which  inevitably raises security and privacy considerations. 
The security problems faced by in-network computing include, but are not limited to:</t>
      <ul spacing="normal">
        <li>Trustworthiness of participating devices</li>
        <li>Data hijacking and tampering</li>
        <li>Private data exposure</li>
      </ul>
      <t>This documents assume that the deployment is done in a trusted environment. For example, in a data center network or a private network.</t>
      <t>A fine security analysis will be provided in future revisions of this memo.</t>
    </section>
    <section anchor="SEC_iana">
      <name>IANA Considerations</name>
      <t>This document makes no requests to IANA.</t>
    </section>
    <section numbered="false" anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>This document received contribution from Yujing Zhou as well as valuable feedback from Dirk Trossen, which was of great help in improving the content. The authors would like to thank all of them.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <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>
        <name>Informative References</name>
        <reference anchor="COIN" target="https://datatracker.ietf.org/rg/coinrg/about/">
          <front>
            <title>Computing in the Network, COIN, proposed IRTF group</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="NetLock">
          <front>
            <title>Netlock:/ Fast, centralized lock management using programmable switches</title>
            <author initials="Y." surname="Z" fullname="Yu Z">
              <organization/>
            </author>
            <author initials="Z." surname="Y" fullname="Zhang Y">
              <organization/>
            </author>
            <author initials="B." surname="V" fullname="Braverman V">
              <organization/>
            </author>
            <date year="2020"/>
          </front>
          <seriesInfo name="Proceedings of the Annual conference of the ACM Special Interest Group on Data Communication on the applications, technologies, architectures, and protocols for computer communication." value=""/>
        </reference>
        <reference anchor="GTM" target="https://www.postgres-xl.org/documentation/xc-overview-gtm.html">
          <front>
            <title>GTM and Global Transaction Management</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="OPENAI" target="https://openai.com/blog/ai-and-compute/">
          <front>
            <title>OpenAI. AI and compute</title>
            <author>
              <organization/>
            </author>
            <date year="2018"/>
          </front>
        </reference>
        <reference anchor="PARAHUB">
          <front>
            <title>Parameter hub:/ a rack-scale parameter server for distributed deep neural network training</title>
            <author initials="L." surname="L" fullname="Luo L">
              <organization/>
            </author>
            <author initials="N." surname="J" fullname="Nelson J">
              <organization/>
            </author>
            <author initials="C." surname="L" fullname="Ceze L">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
          <seriesInfo name="Proceedings of the ACM Symposium on Cloud Computing." value=""/>
        </reference>
        <reference anchor="MGWFBP">
          <front>
            <title>MG-WFBP:/ Efficient data communication for distributed synchronous SGD algorithms</title>
            <author initials="S." surname="Shi" fullname="Shaohua Shi">
              <organization/>
            </author>
            <author initials="X." surname="Chu" fullname="Xiaowen Chu">
              <organization/>
            </author>
            <author initials="B." surname="Li" fullname="Bo Li">
              <organization/>
            </author>
            <date year="2019"/>
          </front>
          <seriesInfo name="IEEE INFOCOM 2019-IEEE Conference on Computer Communications. IEEE" value=""/>
        </reference>
        <reference anchor="OLTP">
          <front>
            <title>Improving OLTP scalability using speculative lock inheritance</title>
            <author initials="J." surname="R" fullname="Johnson R">
              <organization/>
            </author>
            <author initials="P." surname="I" fullname="Pandis I">
              <organization/>
            </author>
            <author initials="A." surname="A" fullname="Ailamaki A">
              <organization/>
            </author>
            <date year="2009"/>
          </front>
          <seriesInfo name="Proceedings of the VLDB Endowment" value=""/>
        </reference>
        <reference anchor="HPRDMA" target="https://www.usenix.org/conference/atc16/technical-sessions/presentation/kalia">
          <front>
            <title>Design Guidelines for High Performance RDMA Systems</title>
            <author initials="A." surname="Kalia" fullname="Anuj Kalia">
              <organization/>
            </author>
            <author initials="M." surname="Kaminsky" fullname="Michael Kaminsky">
              <organization/>
            </author>
            <author initials="D. G." surname="Andersen" fullname="David G. Andersen">
              <organization/>
            </author>
            <date year="2016"/>
          </front>
          <seriesInfo name="2016 USENIX Annual Technical Conference (USENIX ATC 16)" value=""/>
        </reference>
        <reference anchor="NetChain">
          <front>
            <title>NetChain:/ Scale-free sub-RTT coordination</title>
            <author initials="X." surname="Jin" fullname="Xin Jin">
              <organization/>
            </author>
            <author initials="X." surname="Li" fullname="Xiaozhou Li">
              <organization/>
            </author>
            <author initials="H." surname="Zhang" fullname="Haoyu Zhang">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
        </reference>
        <reference anchor="ERIS">
          <front>
            <title>Eris:/ Coordination-Free Consistent Transactions Using In-Network Concurrency Control</title>
            <author initials="J." surname="Li" fullname="Jialin Li">
              <organization/>
            </author>
            <author initials="E." surname="Michael" fullname="Ellis Michael">
              <organization/>
            </author>
            <author initials="D. R. K." surname="Ports" fullname="Dan R. K. Ports">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
          <seriesInfo name="SOSP '17:/ Proceedings of the 26th Symposium on Operating Systems Principles" value=""/>
        </reference>
        <reference anchor="ROCEv2" target="https://cw.infinibandta.org/document/dl/7781">
          <front>
            <title>InfiniBand Architecture Specification Release 1.2.1 Annex A17 RoCEv2</title>
            <author>
              <organization/>
            </author>
            <date year="2014" month="September"/>
          </front>
          <seriesInfo name="InfiniBand Trade Association" value=""/>
        </reference>
        <reference anchor="CALVIN">
          <front>
            <title>Calvin: fast distributed transactions for partitioned database systems</title>
            <author fullname="Alexander Thomson" initials="A." surname="Thomson">
              <organization>Yale University, New Haven, CT, USA</organization>
            </author>
            <author fullname="Thaddeus Diamond" initials="T." surname="Diamond">
              <organization>Yale University, New Haven, CT, USA</organization>
            </author>
            <author fullname="Shu-Chun Weng" initials="S." surname="Weng">
              <organization>Yale University, New Haven, CT, USA</organization>
            </author>
            <author fullname="Kun Ren" initials="K." surname="Ren">
              <organization>Yale University, New Haven, CT, USA</organization>
            </author>
            <author fullname="Philip Shao" initials="P." surname="Shao">
              <organization>Yale University, New Haven, CT, USA</organization>
            </author>
            <author fullname="Daniel J. Abadi" initials="D." surname="Abadi">
              <organization>Yale University, New Haven, CT, USA</organization>
            </author>
            <date month="May" year="2012"/>
          </front>
          <seriesInfo name="Proceedings of the 2012 ACM SIGMOD International Conference on Management of" value="Data"/>
          <seriesInfo name="DOI" value="10.1145/2213836.2213838"/>
          <refcontent>ACM</refcontent>
        </reference>
        <reference anchor="GOBATTO">
          <front>
            <title>Programmable Data Planes meets In-Network Computing: A Review of the State of the Art and Prospective Directions</title>
            <author fullname="Leonardo Reinehr Gobatto" initials="L." surname="Reinehr Gobatto">
              <organization/>
            </author>
            <author fullname="Pablo Rodrigues" initials="P." surname="Rodrigues">
              <organization/>
            </author>
            <author fullname="Mateus Saquetti Pereira de Carvalho Tirone" initials="M." surname="Tirone">
              <organization/>
            </author>
            <author fullname="Weverton Luis da Costa Cordeiro" initials="W." surname="Cordeiro">
              <organization/>
            </author>
            <author fullname="José Rodrigo Furlanetto Azambuja" initials="J." surname="Azambuja">
              <organization/>
            </author>
            <date month="August" year="2021"/>
          </front>
          <seriesInfo name="Journal of Integrated Circuits and Systems" value="vol. 16, no. 2, pp. 1-8"/>
          <seriesInfo name="DOI" value="10.29292/jics.v16i2.497"/>
          <refcontent>Journal of Integrated Circuits and Systems</refcontent>
        </reference>
        <reference anchor="ZENG">
          <front>
            <title>Guest Editorial: In-Network Computing: Emerging Trends for the Edge-Cloud Continuum</title>
            <author fullname="Deze Zeng" initials="D." surname="Zeng">
              <organization>School of Computer Science, China University of Geosciences,Wuhan,China</organization>
            </author>
            <author fullname="Nirwan Ansari" initials="N." surname="Ansari">
              <organization>New Jersey Institute of Technology (NJIT),USA</organization>
            </author>
            <author fullname="Marie-Jose Montpetit" initials="M." surname="Montpetit">
              <organization>Concordia University,Montreal,Canada</organization>
            </author>
            <author fullname="Eve M. Schooler" initials="E." surname="Schooler">
              <organization>Intel,USA</organization>
            </author>
            <author fullname="Daniele Tarchi" initials="D." surname="Tarchi">
              <organization>University of Bologna,Italy</organization>
            </author>
            <date month="September" year="2021"/>
          </front>
          <seriesInfo name="IEEE Network" value="vol. 35, no. 5, pp. 12-13"/>
          <seriesInfo name="DOI" value="10.1109/mnet.2021.9606835"/>
          <refcontent>Institute of Electrical and Electronics Engineers (IEEE)</refcontent>
        </reference>
        <reference anchor="P4">
          <front>
            <title>P4: programming protocol-independent packet processors</title>
            <author fullname="Pat Bosshart" initials="P." surname="Bosshart">
              <organization>Barefoot Networks, Palo Alto, CA, USA</organization>
            </author>
            <author fullname="Dan Daly" initials="D." surname="Daly">
              <organization>Intel, Ann Arbor, MI, USA</organization>
            </author>
            <author fullname="Glen Gibb" initials="G." surname="Gibb">
              <organization>Barefoot Networks, Palo Alto, CA, USA</organization>
            </author>
            <author fullname="Martin Izzard" initials="M." surname="Izzard">
              <organization>Barefoot Networks, Palo Alto, CA, USA</organization>
            </author>
            <author fullname="Nick McKeown" initials="N." surname="McKeown">
              <organization>Stanford University, Stanford, CA, USA</organization>
            </author>
            <author fullname="Jennifer Rexford" initials="J." surname="Rexford">
              <organization>Princeton University, Princeton, NJ, USA</organization>
            </author>
            <author fullname="Cole Schlesinger" initials="C." surname="Schlesinger">
              <organization>Princeton University, Princeton, NJ, USA</organization>
            </author>
            <author fullname="Dan Talayco" initials="D." surname="Talayco">
              <organization>Barefoot Networks, Palo Alto, CA, USA</organization>
            </author>
            <author fullname="Amin Vahdat" initials="A." surname="Vahdat">
              <organization>Google, Mountain View, CA, USA</organization>
            </author>
            <author fullname="George Varghese" initials="G." surname="Varghese">
              <organization>Microsoft Research, Mountain View, CA, USA</organization>
            </author>
            <author fullname="David Walker" initials="D." surname="Walker">
              <organization>Princeton University, Princeton, NJ, USA</organization>
            </author>
            <date month="July" year="2014"/>
          </front>
          <seriesInfo name="ACM SIGCOMM Computer Communication Review" value="vol. 44, no. 3, pp. 87-95"/>
          <seriesInfo name="DOI" value="10.1145/2656877.2656890"/>
          <refcontent>Association for Computing Machinery (ACM)</refcontent>
        </reference>
        <reference anchor="SHArP">
          <front>
            <title>Scalable Hierarchical Aggregation Protocol (SHArP): A Hardware Architecture for Efficient Data Reduction</title>
            <author fullname="Richard L. Graham" initials="R." surname="Graham">
              <organization/>
            </author>
            <author fullname="Vladimir Koushnir" initials="V." surname="Koushnir">
              <organization/>
            </author>
            <author fullname="Lion Levi" initials="L." surname="Levi">
              <organization/>
            </author>
            <author fullname="Alex Margolin" initials="A." surname="Margolin">
              <organization/>
            </author>
            <author fullname="Tamir Ronen" initials="T." surname="Ronen">
              <organization/>
            </author>
            <author fullname="Alexander Shpiner" initials="A." surname="Shpiner">
              <organization/>
            </author>
            <author fullname="Oded Wertheim" initials="O." surname="Wertheim">
              <organization/>
            </author>
            <author fullname="Eitan Zahavi" initials="E." surname="Zahavi">
              <organization/>
            </author>
            <author fullname="Devendar Bureddy" initials="D." surname="Bureddy">
              <organization/>
            </author>
            <author fullname="Pak Lui" initials="P." surname="Lui">
              <organization/>
            </author>
            <author fullname="Hal Rosenstock" initials="H." surname="Rosenstock">
              <organization/>
            </author>
            <author fullname="Gilad Shainer" initials="G." surname="Shainer">
              <organization/>
            </author>
            <author fullname="Gil Bloch" initials="G." surname="Bloch">
              <organization/>
            </author>
            <author fullname="Dror Goldenerg" initials="D." surname="Goldenerg">
              <organization/>
            </author>
            <author fullname="Mike Dubman" initials="M." surname="Dubman">
              <organization/>
            </author>
            <author fullname="Sasha Kotchubievsky" initials="S." surname="Kotchubievsky">
              <organization/>
            </author>
            <date month="November" year="2016"/>
          </front>
          <seriesInfo name="2016 First International Workshop on Communication Optimizations in HPC" value="(COMHPC)"/>
          <seriesInfo name="DOI" value="10.1109/comhpc.2016.006"/>
          <refcontent>IEEE</refcontent>
        </reference>
        <reference anchor="SwitchML">
          <front>
            <title>Scaling Distributed Machine Learning with In-Network Aggregation</title>
            <author fullname="Amedeo Sapio" initials="A." surname="Sapio">
              <organization/>
            </author>
            <author fullname="Marco Canini" initials="M." surname="Canini">
              <organization/>
            </author>
            <author fullname="Chen-Yu Ho" initials="C." surname="Ho">
              <organization/>
            </author>
            <author fullname="Jacob Nelson" initials="J." surname="Nelson">
              <organization/>
            </author>
            <author fullname="Panos Kalnis" initials="P." surname="Kalnis">
              <organization/>
            </author>
            <author fullname="Changhoon Kim" initials="C." surname="Kim">
              <organization/>
            </author>
            <author fullname="Arvind Krishnamurthy" initials="A." surname="Krishnamurthy">
              <organization/>
            </author>
            <author fullname="Masoud Moshref" initials="M." surname="Moshref">
              <organization/>
            </author>
            <author fullname="Dan R. K. Ports" initials="D." surname="Ports">
              <organization/>
            </author>
            <author fullname="Peter Richtárik" initials="P." surname="Richtárik">
              <organization/>
            </author>
            <date year="2019"/>
          </front>
          <seriesInfo name="DOI" value="10.48550/ARXIV.1903.06701"/>
          <refcontent>arXiv</refcontent>
        </reference>
        <reference anchor="NetReduce">
          <front>
            <title>In-Network Aggregation with Transport Transparency for Distributed Training</title>
            <author fullname="Shuo Liu" initials="S." surname="Liu">
              <organization>Huawei Technologies, China</organization>
            </author>
            <author fullname="Qiaoling Wang" initials="Q." surname="Wang">
              <organization>Huawei Technologies, China</organization>
            </author>
            <author fullname="Junyi Zhang" initials="J." surname="Zhang">
              <organization>Huawei Technologies, China</organization>
            </author>
            <author fullname="Wenfei Wu" initials="W." surname="Wu">
              <organization>Peking University, China</organization>
            </author>
            <author fullname="Qinliang Lin" initials="Q." surname="Lin">
              <organization>Huawei Technologies, China</organization>
            </author>
            <author fullname="Yao Liu" initials="Y." surname="Liu">
              <organization>Sun Yat-sen University, China</organization>
            </author>
            <author fullname="Meng Xu" initials="M." surname="Xu">
              <organization>Huawei Technologies, China</organization>
            </author>
            <author fullname="Marco Canini" initials="M." surname="Canini">
              <organization>King Abdullah University of Science and Technology, Saudi Arabia</organization>
            </author>
            <author fullname="Ray C. C. Cheung" initials="R." surname="Cheung">
              <organization>City University of Hong Kong, China</organization>
            </author>
            <author fullname="Jianfei He" initials="J." surname="He">
              <organization>City University of Hong Kong, China</organization>
            </author>
            <date month="March" year="2023"/>
          </front>
          <seriesInfo name="Proceedings of the 28th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume" value="3"/>
          <seriesInfo name="DOI" value="10.1145/3582016.3582037"/>
          <refcontent>ACM</refcontent>
        </reference>
        <reference anchor="I-D.irtf-coinrg-use-cases">
          <front>
            <title>Use Cases for In-Network Computing</title>
            <author fullname="Ike Kunze" initials="I." surname="Kunze">
              <organization>RWTH Aachen University</organization>
            </author>
            <author fullname="Klaus Wehrle" initials="K." surname="Wehrle">
              <organization>RWTH Aachen University</organization>
            </author>
            <author fullname="Dirk Trossen" initials="D." surname="Trossen">
              <organization>Huawei Technologies Duesseldorf GmbH</organization>
            </author>
            <author fullname="Marie-Jose Montpetit" initials="M." surname="Montpetit">
              <organization>Concordia University</organization>
            </author>
            <author fullname="Xavier de Foy" initials="X." surname="de Foy">
              <organization>InterDigital Communications, LLC</organization>
            </author>
            <author fullname="David Griffin" initials="D." surname="Griffin">
              <organization>University College London</organization>
            </author>
            <author fullname="Miguel Rio" initials="M." surname="Rio">
              <organization>University College London</organization>
            </author>
            <date day="30" month="June" year="2023"/>
            <abstract>
              <t>   Computing in the Network (COIN) comes with the prospect of deploying
   processing functionality on networking devices, such as switches and
   network interface cards.  While such functionality can be beneficial,
   it has to be carefully placed into the context of the general
   Internet communication and it needs to be clearly identified where
   and how those benefits apply.

   This document presents some use cases to demonstrate how a number of
   salient COIN-related applications can benefit from COIN.  It further
   identifies their essential requirements, using normative language to
   provide a formalized structure for a subsequent analysis.  It is a
   product of the Computing in the Network Research Group (COINRG).  It
   is not an IETF product and it is not a standard.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-coinrg-use-cases-04"/>
        </reference>
        <reference anchor="I-D.zhou-rtgwg-sinc-deployment-considerations">
          <front>
            <title>Signaling In-Network Computing operations (SINC) deployment considerations</title>
            <author fullname="Zhe Lou" initials="Z." surname="Lou">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Luigi Iannone" initials="L." surname="Iannone">
              <organization>Huawei Technologies France S.A.S.U.</organization>
            </author>
            <author fullname="Yujing Zhou" initials="Y." surname="Zhou">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Jinze Yang" initials="J." surname="Yang">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Zhangcuimin" initials="" surname="Zhangcuimin">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="23" month="February" year="2023"/>
            <abstract>
              <t>   This document is intended to discuss some aspects of the deployment
   of "Signaling In-Network Computing operations" (SINC).  Based on the
   actual topology of the SINC domain, this document analyzes how each
   device in the SINC chain undertakes its own functions.  This document
   provides some specific solutions to the use of SINC mechanism.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-zhou-rtgwg-sinc-deployment-considerations-00"/>
        </reference>
        <reference anchor="RFC7665">
          <front>
            <title>Service Function Chaining (SFC) Architecture</title>
            <author fullname="J. Halpern" initials="J." role="editor" surname="Halpern"/>
            <author fullname="C. Pignataro" initials="C." role="editor" surname="Pignataro"/>
            <date month="October" year="2015"/>
            <abstract>
              <t>This document describes an architecture for the specification, creation, and ongoing maintenance of Service Function Chains (SFCs) in a network. It includes architectural concepts, principles, and components used in the construction of composite services through deployment of SFCs, with a focus on those to be standardized in the IETF. This document does not propose solutions, protocols, or extensions to existing protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7665"/>
          <seriesInfo name="DOI" value="10.17487/RFC7665"/>
        </reference>
        <reference anchor="RFC9300">
          <front>
            <title>The Locator/ID Separation Protocol (LISP)</title>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
            <author fullname="V. Fuller" initials="V." surname="Fuller"/>
            <author fullname="D. Meyer" initials="D." surname="Meyer"/>
            <author fullname="D. Lewis" initials="D." surname="Lewis"/>
            <author fullname="A. Cabellos" initials="A." role="editor" surname="Cabellos"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>This document describes the data plane protocol for the Locator/ID Separation Protocol (LISP). LISP defines two namespaces: Endpoint Identifiers (EIDs), which identify end hosts; and Routing Locators (RLOCs), which identify network attachment points. With this, LISP effectively separates control from data and allows routers to create overlay networks. LISP-capable routers exchange encapsulated packets according to EID-to-RLOC mappings stored in a local Map-Cache.</t>
              <t>LISP requires no change to either host protocol stacks or underlay routers and offers Traffic Engineering (TE), multihoming, and mobility, among other features.</t>
              <t>This document obsoletes RFC 6830.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9300"/>
          <seriesInfo name="DOI" value="10.17487/RFC9300"/>
        </reference>
        <reference anchor="RFC8926">
          <front>
            <title>Geneve: Generic Network Virtualization Encapsulation</title>
            <author fullname="J. Gross" initials="J." role="editor" surname="Gross"/>
            <author fullname="I. Ganga" initials="I." role="editor" surname="Ganga"/>
            <author fullname="T. Sridhar" initials="T." role="editor" surname="Sridhar"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>Network virtualization involves the cooperation of devices with a wide variety of capabilities such as software and hardware tunnel endpoints, transit fabrics, and centralized control clusters. As a result of their role in tying together different elements of the system, the requirements on tunnels are influenced by all of these components. Therefore, flexibility is the most important aspect of a tunneling protocol if it is to keep pace with the evolution of technology. This document describes Geneve, an encapsulation protocol designed to recognize and accommodate these changing capabilities and needs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8926"/>
          <seriesInfo name="DOI" value="10.17487/RFC8926"/>
        </reference>
        <reference anchor="RFC3031">
          <front>
            <title>Multiprotocol Label Switching Architecture</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="A. Viswanathan" initials="A." surname="Viswanathan"/>
            <author fullname="R. Callon" initials="R." surname="Callon"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document specifies the architecture for Multiprotocol Label Switching (MPLS). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3031"/>
          <seriesInfo name="DOI" value="10.17487/RFC3031"/>
        </reference>
      </references>
    </references>
    <?line 422?>


    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="J." surname="Yang" fullname="Jinze Yang">
        <organization/>
        <address>
          <postal>
            <country>China</country>
          </postal>
          <email>jz.yang@live.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
kzTKYsynxGPfg8F/A7sq7etrcQAA

-->

</rfc>
