<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.35 (Ruby 4.0.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ye-ippm-switching-efficiency-02" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Switching Efficiency">Switching Efficiency: A Metric Framework for AI Data Center Networks</title>

    <author initials="N." surname="Ye" fullname="Niangen Ye">
      <organization>Shanghai Jiao Tong University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>yng2020@sjtu.edu.cn</email>
      </address>
    </author>
    <author initials="W." surname="Sun" fullname="Weiqiang Sun">
      <organization>Shanghai Jiao Tong University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>sunwq@sjtu.edu.cn</email>
      </address>
    </author>
    <author initials="D." surname="Wang" fullname="Dong Wang">
      <organization>China Mobile Research Institute</organization>
      <address>
        <postal>
          <street>Department of Fundamental Network Technology</street>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>wangdongyjy@chinamobile.com</email>
      </address>
    </author>
    <author initials="J." surname="Sun" fullname="Jiang Sun">
      <organization>China Mobile Research Institute</organization>
      <address>
        <postal>
          <street>Department of Fundamental Network Technology</street>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>sunjiang@chinamobile.com</email>
      </address>
    </author>

    <date year="2026" month="April" day="19"/>

    <area>ops</area>
    <workgroup>IP Performance Measurement</workgroup>
    <keyword>AI Data Center</keyword> <keyword>Network Efficiency</keyword> <keyword>Metrics</keyword> <keyword>In-Network Computing</keyword>

    <abstract>


<?line 88?>

<t>This document specifies the Switching Efficiency Framework, a measurement methodology designed to evaluate network efficiency in AI Data Centers (AIDCs). Conventional network metrics, such as bandwidth utilization or network throughput, fail to directly link network activity to computational progress, as they cannot distinguish computationally effective data that directly advances neural network computing from the redundant traffic induced by both multi-hop forwarding and the algorithmic overhead of collective operations.</t>

<t>To address this, this document defines the Switching Efficiency Framework, a measurement methodology for evaluating AIDC network efficiency. The core metric, Switching Efficiency, quantifies the computationally effective data throughput delivered per unit of provisioned switching capacity. To facilitate precise diagnostic analysis, the framework further decomposes this core metric into three fine-grained factors: Data Efficiency, Routing Efficiency, and Port Utilization.</t>

<t>This framework provides metrics that can help operators identify communication bottlenecks and evaluate topology-traffic alignment.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ye-ippm-switching-efficiency/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        ippm Working Group mailing list (<eref target="mailto:ippm@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ippm/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/ippm/"/>.
      </t>
    </note>


  </front>

  <middle>


<?line 96?>

<section anchor="introduction"><name>Introduction</name>

<t>In hyperscale AI Data Centers (AIDCs), network communication is often a performance bottleneck for training Large Language Models (LLMs). While diverse network topologies and communication algorithms (e.g., In-Network Computing) are being deployed, operators lack a common quantitative methodology to evaluate how effectively raw physical switching resources are converted into actual training progress.</t>

<t>Conventional performance metrics, such as bandwidth utilization or network throughput, are inadequate for this environment because they measure overall network activity rather than useful work. Specifically, they treat all transferred bytes equally, failing to isolate "computationally effective data" - the net data that directly advances neural network computing. For example, during an All-Reduce operation, large volumes of data are transferred across the fabric only to be discarded after mathematical reduction (algorithmic overhead). Similarly, when the physical topology fails to match the spatial distribution of the workload - such as forcing logically localized, high-volume traffic to cross the broader scale-out fabric - data must traverse an excessive number of forwarding hops (multi-hop overhead). Because traditional metrics conflate these redundancies with effective data delivery, operators cannot accurately quantify how well a specific network architecture aligns with its intended AI traffic patterns.</t>

<t>To bridge this gap, this document defines the Switching Efficiency Framework <xref target="SwitchingEfficiencyPaper"/>, which relates the throughput of effective data to the aggregate switching capacity of the network through its core metric, Switching Efficiency (eta). This top-level metric is further decomposed into three diagnostic factors: Data Efficiency (gamma) evaluates the communication algorithm by indicating whether it delivers computationally effective data or generates redundant bytes; Routing Efficiency (delta) evaluates topology-traffic alignment by indicating whether the physical network provides direct paths or forces traffic into excessive multi-hop detours; and Port Utilization (theta) evaluates hardware resource allocation by indicating whether the provisioned switching capacity is actively utilized.</t>

<t>By defining these metrics, this document provides operators and telemetry systems with a common basis for evaluating AIDC network performance and diagnosing communication bottlenecks.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="terminology"><name>Terminology</name>

<t><list style="symbols">
  <t><strong>Computationally Effective Data (CED):</strong>
The aggregate application-payload volume yielded by a communication primitive and retained by one or more endpoints for subsequent neural network computation. CED excludes transport, network, and link-layer headers; padding; control traffic; unreduced intermediate data; and any bytes that are delivered but not retained as semantic input to the next computation phase.
  <list style="symbols">
      <t>For non-reduction operations (e.g., All-Gather or All-to-All dispatch), CED equals the aggregate newly received application-payload volume retained at the endpoints.</t>
      <t>For reduction operations (e.g., All-Reduce, Reduce-Scatter, or All-to-All combine), CED equals only the final reduced output volume retained at the endpoints.</t>
    </list></t>
  <t><strong>Switching Capacity:</strong>
The aggregate theoretical egress data forwarding rate of all packet-switching ports within the evaluated measurement domain. To reflect the heterogeneous hardware of modern AI Data Centers, this capacity includes all functional transit components within that domain, specifically:
  <list style="numbers" type="1">
      <t>Standalone network switches (e.g., standard Ethernet or InfiniBand switches acting as Top-of-Rack, Leaf, or Spine).</t>
      <t>Embedded switching elements within a single compute chassis (e.g., NVSwitch interconnecting GPUs within a server).</t>
      <t>Forwarding ports residing natively on the compute accelerators (e.g., Google TPUs).</t>
    </list></t>
  <t><strong>In-Network Computing (INC):</strong>
A network architecture paradigm where mathematical or logical operations (such as data reduction in collective communications) are executed within the network data plane (e.g., by programmable switches) while data is in transit. In the context of AI Data Centers, INC is commonly deployed to offload collective communication reductions (e.g., performing arithmetic operations for All-Reduce directly on the switch), thereby eliminating the transmission of unreduced data and delivering only the reduced results to the endpoints.</t>
  <t><strong>Observation Window (T):</strong>
The common half-open time interval [t0, t1) over which all variables in this document are accumulated. The duration T equals t1 minus t0. All variables used to compute a reported metric instance <bcp14>MUST</bcp14> use the same observation window.</t>
  <t><strong>Measurement Domain:</strong>
The explicitly identified set of compute endpoints, forwarding elements, and forwarding ports included in a reported metric instance.</t>
  <t><strong>Measured Traffic Set:</strong>
The subset of packets, messages, or communication primitives attributed to the workload, job, tenant, or collective class under evaluation. The same traffic-selection rule <bcp14>MUST</bcp14> be applied consistently to V_CED, V_RECV, and V_FWD.</t>
  <t><strong>Byte Counting Rule:</strong>
The declared rule that specifies which bytes are counted and which are not counted when computing V_RECV and V_FWD. A report <bcp14>MUST</bcp14> state this rule explicitly and <bcp14>MUST</bcp14> apply the same rule consistently to V_RECV and V_FWD. V_CED is always counted using only the retained application data because it represents computation input that remains semantically useful to the application.</t>
</list></t>

</section>
<section anchor="the-switching-efficiency-framework"><name>The Switching Efficiency Framework</name>

<t>This section defines the Switching Efficiency Framework. The detailed mathematical derivations supporting this framework are provided in <xref target="SwitchingEfficiencyPaper"/>. For operational measurement, all variables and derived metrics are defined relative to a single measurement domain, a single measured traffic set, a single byte counting rule, and a single observation window T. Two reported results are comparable only if these contextual parameters are the same, or if any differences are explicitly disclosed and normalized.</t>

<section anchor="core-variables"><name>Core Variables</name>

<t>The framework relies on four primary operational metrics collected over the measurement window T:</t>

<t><list style="symbols">
  <t><strong>V_CED (Total CED Volume):</strong> The aggregate CED yielded by all measured communication primitives whose retained outputs are attributable to the observation window T according to the declared boundary-handling rule.</t>
  <t><strong>V_RECV (Total Received Volume):</strong> The aggregate byte volume of the measured traffic set successfully accepted at the ingress of all measured compute endpoints during T. Each successful receipt counts once per endpoint receipt. If a payload is received multiple times because of retransmission or duplication, each actual receipt is included in V_RECV.</t>
  <t><strong>V_FWD (Total Forwarded Volume):</strong> The aggregate byte volume of the measured traffic set emitted on the egress side of all measured forwarding ports during T. Each forwarding event counts once per egress transmission. Therefore, replicated copies, multicast fan-out, load-balancing replicas, retransmissions, and forwarding loops each increase V_FWD according to the number of observed egress transmissions.</t>
  <t><strong>C_TOTAL (Aggregate Switching Capacity):</strong> The aggregate theoretical egress data forwarding rate of all packet-switching ports within the measurement domain. C_TOTAL equals the sum of the theoretical maximum unidirectional egress data rates of those ports.</t>
</list></t>

</section>
<section anchor="scope-and-accounting-rules"><name>Scope and Accounting Rules</name>

<t>To promote comparable results across implementations and experiments, the following accounting rules apply:</t>

<t><list style="symbols">
  <t>All volumes defined in this document <bcp14>MUST</bcp14> be reported in bytes. All rates <bcp14>MUST</bcp14> be reported in bytes per second.</t>
  <t>A reported metric instance <bcp14>MUST</bcp14> identify its measurement domain, measured traffic set, byte counting rule, observation window, and boundary-handling rule for communication primitives that overlap the edges of T.</t>
  <t>Only traffic attributable to the measured traffic set <bcp14>MUST</bcp14> be included in V_CED, V_RECV, and V_FWD. Management traffic, storage traffic, unrelated tenant traffic, and background traffic outside the measured traffic set <bcp14>MUST</bcp14> be excluded unless the report explicitly declares that a mixed-traffic domain is being measured.</t>
  <t>The same traffic-selection rule <bcp14>MUST</bcp14> be used for V_CED, V_RECV, and V_FWD.</t>
  <t>The same byte counting rule <bcp14>MUST</bcp14> be used for V_RECV and V_FWD. A report <bcp14>MUST</bcp14> state whether additional non-payload bytes, such as encapsulation or framing overhead, are included. For maximum comparability, experiments that are compared against each other <bcp14>SHOULD</bcp14> use the same byte counting rule across all runs.</t>
  <t>For direct comparison, an implementation <bcp14>SHOULD</bcp14> use operation-aligned observation windows so that measured communication primitives are wholly contained within T. If communication primitives overlap T, the report <bcp14>MUST</bcp14> state whether overlapping primitives are excluded or attributed by a declared attribution point. The attribution point is the completion time of the communication primitive for V_CED, the endpoint receipt time for V_RECV, and the egress transmission time for V_FWD.</t>
</list></t>

</section>
<section anchor="core-metric-switching-efficiency-eta"><name>Core Metric: Switching Efficiency (eta)</name>

<t>Switching Efficiency (eta) is the top-level metric quantifying how effectively a network translates its raw physical capacity into computational progress. It is defined as the ratio of the CED throughput over observation window T to the aggregate switching capacity of the network.</t>

<figure><sourcecode type="artwork"><![CDATA[
       V_CED / T
eta = -----------
        C_TOTAL
]]></sourcecode></figure>

<t>A high eta indicates that a large proportion of the network's provisioned hardware capacity is successfully contributing to the delivery of computationally effective data.</t>

</section>
<section anchor="fine-grained-efficiency-factors"><name>Fine-Grained Efficiency Factors</name>

<t>To enable diagnostic analysis and isolate specific performance bottlenecks, eta is mathematically decomposed into three diagnostic efficiency factors (eta = gamma * delta * theta):</t>

<section anchor="data-efficiency-gamma"><name>Data Efficiency (gamma)</name>

<t>Data Efficiency evaluates the effectiveness of implementing the communication primitives. It specifies the ratio of Computationally Effective Data (V_CED) to the total received volume (V_RECV).</t>

<figure><sourcecode type="artwork"><![CDATA[
         V_CED
gamma = --------
         V_RECV
]]></sourcecode></figure>

<t><list style="symbols">
  <t><strong>Diagnostic Focus:</strong> Identifies redundant data delivered to endpoints. A value of gamma less than 1 indicates that endpoint ingress traffic contains bytes that do not survive as retained computation input, such as unreduced data, duplicated deliveries, or additional overhead included by the declared byte counting rule. Executing mathematical reductions within the network data plane via INC can improve gamma by reducing non-retained traffic delivered to the endpoints.</t>
</list></t>

</section>
<section anchor="routing-efficiency-delta"><name>Routing Efficiency (delta)</name>

<t>Routing Efficiency quantifies the topological alignment between the physical network architecture and the AI workload traffic patterns.</t>

<figure><sourcecode type="artwork"><![CDATA[
        V_RECV
delta = -------
         V_FWD
]]></sourcecode></figure>

<t><list style="symbols">
  <t><strong>Diagnostic Focus:</strong> Identifies forwarding overhead. In a lossless network with no duplicated in-network copies, delta equals the inverse of the volume-weighted average number of forwarding events incurred per received byte. A value of delta less than 1 indicates that traffic either traverses multiple forwarding stages or experiences extra forwarding caused by retransmission, replication, or looping behavior.</t>
</list></t>

</section>
<section anchor="port-utilization-theta"><name>Port Utilization (theta)</name>

<t>Port Utilization measures the spatial and temporal engagement of the provisioned switching capacity.</t>

<figure><sourcecode type="artwork"><![CDATA[
           V_FWD
theta = -------------
       C_TOTAL * T
]]></sourcecode></figure>

<t><list style="symbols">
  <t><strong>Diagnostic Focus:</strong> Identifies underutilized switching capacity. A low theta indicates that the provisioned hardware (C_TOTAL) operates below its theoretical maximum data rate over the observation window T, due to either spatial traffic imbalance or temporal idleness.</t>
</list></t>

</section>
</section>
</section>
<section anchor="measurement-methodology"><name>Measurement Methodology</name>

<t>This section specifies the operational procedures for collecting the variables required to compute the efficiency metrics. Accurate measurement requires tight time synchronization (e.g., via the Precision Time Protocol (PTP) <xref target="IEEE1588"/>) across all network and compute endpoints, as well as an observation window T sufficiently large to dilute telemetry polling variance. A report claiming compliance with this specification <bcp14>MUST</bcp14> record the measurement domain, the measured traffic set, the byte counting rule, the observation window, the boundary-handling rule, and the estimated synchronization accuracy of the participating measurement points.</t>

<t>The four core variables span the network, endpoint, and application planes, and are collected as follows:</t>

<t><list style="symbols">
  <t><strong>C_TOTAL (Aggregate Switching Capacity):</strong> Derived from the topology inventory. It is computed by summing the theoretical maximum unidirectional egress data rates of all packet-switching ports within the declared measurement domain.</t>
  <t><strong>V_FWD (Total Forwarded Volume):</strong> Collected from the network plane. Operators <bcp14>MUST</bcp14> extract aggregate egress byte counters from the measured forwarding ports, typically from switch ASIC counters or equivalent forwarding-plane telemetry. Only traffic matching the declared measured traffic set is included. If the same payload is transmitted multiple times on different egress ports, or retransmitted on the same port, each egress transmission counts separately in V_FWD. If communication primitives overlap T, the implementation <bcp14>MUST</bcp14> apply the declared attribution point for V_FWD consistently. Counter wrap, reset, discontinuity, or sampling loss <bcp14>MUST</bcp14> be corrected if possible; otherwise, the affected observation window <bcp14>MUST</bcp14> be reported as invalid or qualified accordingly.</t>
  <t><strong>V_RECV (Total Received Volume):</strong> Collected from the endpoint plane. Operators <bcp14>MUST</bcp14> extract aggregate ingress byte counters from the host interfaces or accelerators attached to the measured endpoints. Only traffic matching the declared measured traffic set is included. V_RECV counts successful endpoint receipts; bytes dropped before endpoint ingress are excluded. Duplicate deliveries and retransmissions that are actually received at the endpoint each contribute to V_RECV. If communication primitives overlap T, the implementation <bcp14>MUST</bcp14> apply the declared attribution point for V_RECV consistently.</t>
  <t><strong>V_CED (Total CED Volume):</strong> Collected from the application plane. The implementation <bcp14>MUST</bcp14> count only the retained semantic outputs of measured communication primitives. To avoid the high overhead of parsing verbose logs, operators <bcp14>SHOULD</bcp14> utilize lightweight collection mechanisms such as host-side telemetry agents, eBPF hooks dynamically attached to collective communication APIs, or native metrics endpoints exposed by standard communication libraries (e.g., MPI or vendor-specific equivalents such as NCCL/RCCL). If communication primitives overlap T, the implementation <bcp14>MUST</bcp14> apply the declared attribution point for V_CED consistently, especially when a primitive starts before T or completes after T.</t>
</list></t>

<section anchor="reporting-requirements"><name>Reporting Requirements</name>

<t>A comparable measurement report produced using this framework <bcp14>MUST</bcp14> include at least the following items:</t>

<t><list style="symbols">
  <t>The start time t0, end time t1, and duration T of the observation window.</t>
  <t>A description of the measurement domain, including the set of measured endpoints and forwarding elements.</t>
  <t>A description of the measured traffic set, including any job identifiers, tenant filters, flow selectors, or collective-operation selectors used to isolate the traffic.</t>
  <t>The byte counting rule used for V_RECV and V_FWD, including whether additional non-payload bytes are included.</t>
  <t>The boundary-handling rule used when communication primitives overlap the boundaries of T, including whether overlapping primitives are excluded or attributed by completion time, receipt time, and egress transmission time, respectively.</t>
  <t>The time-synchronization method and the maximum estimated clock error across measurement points.</t>
  <t>The polling or export interval for counters, together with the treatment of counter reset, wrap, or missing samples.</t>
  <t>The set of ports included in C_TOTAL and the theoretical maximum unidirectional egress data rate used for each port or port class.</t>
  <t>The final reported values of V_CED, V_RECV, V_FWD, C_TOTAL, eta, gamma, delta, and theta.</t>
</list></t>

</section>
<section anchor="uncertainty-and-bias"><name>Uncertainty and Bias</name>

<t>The following effects can materially change the measured values and therefore <bcp14>MUST</bcp14> be disclosed whenever they are present:</t>

<t><list style="symbols">
  <t>Imperfect isolation of the measured traffic set from unrelated background traffic.</t>
  <t>Incomplete visibility into replicated traffic, dropped packets, or endpoint duplicates.</t>
  <t>Clock error that is large relative to the duration of the communication primitives being measured.</t>
  <t>Counter sampling intervals that are too coarse relative to burst duration, or counter discontinuities caused by reset, wrap, or telemetry loss.</t>
  <t>Application-level instrumentation that cannot unambiguously determine whether partially completed primitives contribute to V_CED.</t>
</list></t>

<t>Two reported results <bcp14>MUST NOT</bcp14> be treated as directly comparable unless the reporting items above are either the same or are normalized to an equivalent basis by the experimenter.</t>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The operational deployment of this measurement framework raises the following security and privacy considerations:</t>

<t><list style="symbols">
  <t><strong>Data Confidentiality:</strong> Collecting V_CED and V_RECV can inadvertently expose proprietary AI workload characteristics (e.g., model architecture or training strategies). Telemetry data <bcp14>MUST</bcp14> be transported over encrypted channels, such as Transport Layer Security (TLS) <xref target="RFC8446"/> or Internet Protocol Security (IPsec) <xref target="RFC4301"/>, and securely stored.</t>
  <t><strong>Measurement Integrity:</strong> Falsifying the underlying counters (V_FWD, V_RECV, V_CED) will manipulate the calculated efficiency metrics. Authentication and authorization <bcp14>MUST</bcp14> be enforced for all telemetry endpoints to prevent data poisoning.</t>
</list></t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC8446">
  <front>
    <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
    <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
    <date month="August" year="2018"/>
    <abstract>
      <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
      <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8446"/>
  <seriesInfo name="DOI" value="10.17487/RFC8446"/>
</reference>
<reference anchor="RFC4301">
  <front>
    <title>Security Architecture for the Internet Protocol</title>
    <author fullname="S. Kent" initials="S." surname="Kent"/>
    <author fullname="K. Seo" initials="K." surname="Seo"/>
    <date month="December" year="2005"/>
    <abstract>
      <t>This document describes an updated version of the "Security Architecture for IP", which is designed to provide security services for traffic at the IP layer. This document obsoletes RFC 2401 (November 1998). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4301"/>
  <seriesInfo name="DOI" value="10.17487/RFC4301"/>
</reference>

<reference anchor="SwitchingEfficiencyPaper" >
  <front>
    <title>Switching Efficiency: A Novel Framework for Dissecting AI Data Center Network Efficiency</title>
    <author initials="N." surname="Ye" fullname="Niangen Ye">
      <organization></organization>
    </author>
    <author initials="J." surname="Zhu" fullname="Jiawen Zhu">
      <organization></organization>
    </author>
    <author initials="B." surname="Chen" fullname="Baojun Chen">
      <organization></organization>
    </author>
    <author initials="D." surname="Wang" fullname="Dong Wang">
      <organization></organization>
    </author>
    <author initials="J." surname="Sun" fullname="Jiang Sun">
      <organization></organization>
    </author>
    <author initials="W." surname="Sun" fullname="Weiqiang Sun">
      <organization></organization>
    </author>
    <author initials="W." surname="Hu" fullname="Weisheng Hu">
      <organization></organization>
    </author>
    <date year="2026" month="April"/>
  </front>
  <seriesInfo name="arXiv" value="2604.14690"/>
  <seriesInfo name="DOI" value="10.48550/arXiv.2604.14690"/>
</reference>
<reference anchor="IEEE1588" >
  <front>
    <title>IEEE Standard for a Precision Clock Synchronization Protocol for Networked Measurement and Control Systems</title>
    <author >
      <organization></organization>
    </author>
    <date year="2019" month="November"/>
  </front>
  <seriesInfo name="IEEE" value="Std 1588-2019"/>
</reference>


    </references>

</references>


<?line 286?>

<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>We are grateful for the valuable discussions and input from the community. We also acknowledge support from NSFC.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA81c63LbyJX+z6foVX6s5CJpy+NMZjS5yZI9UcoXrUWPN5va
SjWBJgkbBDhoQDIz5TzLPss+2X7nnL6BBC1nkkrt/BiLYKP79Olz+c6lOZlM
Rm3RluZMHd3cFW22KqqlerZYFFlhqmx7ps7VS9M2RaaeN3pt7urmg1rUjTq/
Upe61erCVK1p1CvT0lf2aKTn88bcHpjuaJTp1izrBhMX1aIeFZvmTLVNZ9vH
jx59++jxaJTXWYWFzlTe6EU72ZpJsdmsJ9bPNjFhtgnG226+Lqwt6qrdbvDW
1bPZ81HVreemORvlWOxslNWVNZXt7Jla6NKaEaj7aqQbo89UvbEjInzZ1N0G
b1+ra9Ngf2tdZQY717ZrzBp7HH0wWwzMz0ZqsrN5euL2n2yVngrnLP15VU38
mIt6velabGV0a6oOBCrllqed4pPs5B3GEve+p+/wdK2LUob8vjDtYlo3SzzV
TbY6U6u23dizhw9pDD0pbs3UD3pIDx7Om/rOmof0+sPRSHftqm5oL5hC4SjA
m1dT9SfDH4X/rwpdLU3lH2KmM3WzwrOVLtQfC12rWQ3y3lZYrLFFu+VhWd1V
LR3vBQ5L8yMjlG+r5eNHjx/93r5vu6nJu2lW9dZ/N1U3XZUQ8M4UPxIN4fE/
TILtqrsfDxJwOVXvMHdCwSXNHp7x8jynelnPi9KoN8Ya4i5O10KLulZYZdvG
mBavm41uWpIeVS/U867KNX3QZRCXmclWVV3WS0c5tnCmnprifeHWPLyXO5CV
g77t++3vSTH0mmmaZvW6t6s/7rL1j/s8/X+zKRzQeyJvb0cjshbQyhYnTQrz
5vnFN0+efH2mfqFmL27U6fQrefjkq0en9PDq2ppMnZMqtCZrocT4PlikqKXX
ekOGgki4zwy+qm9NuWMFL2F6MD0NHjaIPdtHqwTN4/8mckZHrHtH7qE/qKOo
gUc743Go/7Xq9l7A0d5hfPKVf+HpFMw21d4bT3X9vqt63/lXnDrsvRKUYoAo
SNUQUSJvu+PfDY9P1X7glT/sbxtvWGxgGb5ju69gbb6ePHoi0muawlgSIs/6
I938Z3F7hNcff/3oyfT0ydffPvIzH12+vqJvTh9Nn3zzy18+eshjp/2BV8+e
PTv95Tff9KWHnqqbVkMtmpxlRKvrxmQFuSh1UdbZB3WzrbJVU1fFXyHPeHrd
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
H9hSXaNRVQAA

-->

</rfc>

