<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.31 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xiong-detnet-data-fields-edp-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="Data Fields for Enhanced DetNet ">Data Fields for DetNet Enhanced Data Plane</title>
    <seriesInfo name="Internet-Draft" value="draft-xiong-detnet-data-fields-edp-04"/>
    <author initials="Q." surname="Xiong" fullname="Quan Xiong">
      <organization>ZTE Corporation</organization>
      <address>
        <email>xiong.quan@zte.com.cn</email>
      </address>
    </author>
    <author initials="A." surname="Liu" fullname="Aihua Liu">
      <organization>ZTE Corporation</organization>
      <address>
        <email>liu.aihua@zte.com.cn</email>
      </address>
    </author>
    <author initials="J." surname="Joung" fullname="Jinoo Joung">
      <organization>Sangmyung University</organization>
      <address>
        <email>jjoung@smu.ac.kr</email>
      </address>
    </author>
    <author initials="R." surname="Gandhi" fullname="Rakesh Gandhi">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <email>rgandhi@cisco.com</email>
      </address>
    </author>
    <author initials="D." surname="Yang" fullname="Dong Yang">
      <organization>Beijing Jiaotong University</organization>
      <address>
        <email>dyang@bjtu.edu.cn</email>
      </address>
    </author>
    <date year="2026" month="February" day="24"/>
    <workgroup>detnet</workgroup>
    <abstract>
      <?line 60?>

<t>The DetNet-specific metadata should be carried in enhanced data plane
based on the enhancement requirements. This document proposes the common 
DetNet data fields and options including Deterministic Latency Option
and Aggregation Option. It also considers the common DetNet options 
being encapsulated into a variety of protocols such as MPLS, IPv6 and SRv6 
networks.</t>
    </abstract>
  </front>
  <middle>
    <?line 70?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>According to <xref target="RFC8655"/>, Deterministic Networking (DetNet) operates at the IP layer and delivers service which provides 
extremely low data loss rates and bounded latency within a network domain. DetNet data planes has been specified 
in <xref target="RFC8938"/>. As described in <xref target="RFC9320"/>, the end-to-end bounded latency depends on the value of queuing delay bound 
along with the queuing mechanisms. Multiple queuing mechanisms has been proposed to guarantee the bounded latency in 
IEEE802.1 TSN (Time-Sensitive Networking) Task Group. But the existing deterministic technologies are facing large-scale 
number of nodes and long-distance transmission, traffic scheduling, dynamic flows, and other controversial issues in 
large-scale networks. The DetNet is required to support a enhanced data plane method of flow identification and 
packet treatment.</t>
      <t>For scaling networks, <xref target="I-D.ietf-detnet-scaling-requirements"/> has described the enhancement requirements for DetNet enhanced 
data plane, such as aggregated flow identification and deterministic latency guarantees. For example, the flow 
identification with service-level aggregation and explicit aggregated flow identification should be supported. 
And queuing mechanisms and solutions require different information to be defined as the DetNet-specific metadata 
to help the functions of ensuring deterministic latency, including regulation, queue management, etc. 
Several data plane enhancement solutions and queuing mechanisms have been discussed in DetNet. 
And <xref target="I-D.ietf-detnet-dataplane-taxonomy"/> has defined the classification criteria and the suitable categories for 
DetNet data plane solutions.</t>
      <t>This document proposes the specific metadata which should be carried in DetNet enhanced data plane and proposes the 
common DetNet data fields and option including Deterministic Latency Option and Aggregation Option. The 
common DetNet options can be encapsulated into a variety of protocols such as MPLS, IPv6 and SRv6 networks.</t>
    </section>
    <section anchor="conventions">
      <name>Conventions used in this document</name>
      <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 <contact fullname="{RFC2119"/>} <contact fullname="{RFC8174"/>} when, and only when, they appear in all 
capitals, as shown here.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This document uses the terms defined in <xref target="RFC8655"/>, <xref target="RFC8938"/>, <xref target="I-D.ietf-detnet-scaling-requirements"/> and 
<xref target="I-D.ietf-detnet-dataplane-taxonomy"/>.</t>
      </section>
      <section anchor="abbreviations">
        <name>Abbreviations</name>
        <t>This document uses the following abbreviations:</t>
        <t>EDP: DetNet Enhanced Data Plane</t>
        <t>IPv6: Internet Protocol version 6</t>
        <t>SRH: Segment Routing Header</t>
        <t>SRv6: Segment Routing for IPv6 forwarding plane</t>
        <t>CQF: Cyclic Queuing and Forwarding</t>
        <t>TCQF: Tagged CQF</t>
        <t>TQF: Timeslot Queuing and Forwarding</t>
        <t>C-SCORE: Work Conserving Stateless Core Fair Queuing</t>
        <t>N-SCORE: Non-work Conserving Stateless Core Fair Queuing</t>
        <t>PIFO: Push-In First-Out</t>
        <t>EDF: Earliest Deadline First</t>
        <t>TAS: Time Aware Shaper</t>
        <t>ATS: Asynchronous Traffic Shaping</t>
        <t>TSN: Time-Sensitive Networking</t>
        <t>gLBF:guaranteed Latency Based Forwarding</t>
        <t>MNA: MPLS Network Actions</t>
      </section>
    </section>
    <section anchor="specific-metadata">
      <name>Specific Metadata for DetNet Enhanced Data Plane</name>
      <section anchor="deterministic-latency-metadata">
        <name>Deterministic Latency Metadata</name>
        <t>As described in <xref target="RFC9320"/>, the end-to-end bounded latency depends on the queuing delay bound and the queuing mechanisms. 
   Multiple queuing mechanisms have been proposed such as TAS [IIEEE802.1Qbv], CBS [IEEE802.1Q-2014], ATS [IEEE802.1Qcr], 
   CQF [IEEE802.1Qch] and so on. For the scaling networks which have large variation in latency among hops, great number of flows 
   and multiple domains, <xref target="I-D.ietf-detnet-scaling-requirements"/> has described the technical requirements for enhanced data 
   plane solutions. Many variations and extensions of queuing mechanisms have been proposed to resolve the scalability issues 
   in DetNet Enhanced Data Plane (EDP) such as C-SCORE <xref target="I-D.joung-detnet-stateless-fair-queuing"/>, TQF <xref target="I-D.ietf-detnet-packet-timeslot-mechanism"/>,
   EDF <xref target="I-D.ietf-detnet-deadline-based-forwarding"/>, TCQF <xref target="I-D.ietf-detnet-tcqf"/>, gLBF <xref target="I-D.ietf-detnet-glbf"/>,
   N-SCORE <xref target="I-D.ietf-detnet-nscore"/> and PIFO <xref target="I-D.ietf-detnet-ontime-forwarding"/>.</t>
        <t>And when the queuing mechanisms are used in large-scale networks, the per-flow states can not be maintained due to scalability issues. 
   Some queuing parameters should be carried for coordination between nodes so as to make appropriate packet forwarding and 
   scheduling decisions to meet the time bounds. As per <xref target="I-D.ietf-detnet-scaling-requirements"/>, the information used by 
   functions ensuring deterministic latency should be supported as such queuing-based information. And queuing mechanisms and 
   solutions require different information to help the functions of ensuring deterministic latency, including regulation, 
   queue management. The deterministic latency metadata should be defined as the DetNet-specific metadata for DetNet enhanced 
   data plane.</t>
        <t><xref target="I-D.ietf-detnet-dataplane-taxonomy"/> has defined the classification criteria and the suitable categories for this solutions.
   This document proposes the deterministic latency metadata align with the categories in enhanced data plane for the DetNet nodes along 
   the path to apply the queuing mechanisms and get the related deterministic latency metadata in the packet to achieve the 
   end-to-end bounded latency.</t>
      </section>
      <section anchor="aggregation-based-metadata">
        <name>Aggregation-based Metadata</name>
        <t>As per <xref target="RFC8655"/>, the DetNet data plane SHOULD support the aggregation of DetNet flows in order to support larger 
   numbers of DetNet flows and improve scalability by reducing the per-hop states. And the flow aggregation
   may be necessary for scaling networks. As per <xref target="I-D.ietf-detnet-scaling-requirements"/>, the deterministic services
   may demand different deterministic QoS requirements according to different levels of application requirements. 
   The flow identification with service-level aggregation and explicit aggregated flow identification should be supported.
   In DetNet MPLS, A-Label defined as per <xref target="RFC8964"/> can be added explicitly to the packets. But in other DetNet data plane, 
   no aggregated flow specific information is available.</t>
        <t>Furthermore, it is required to be dynamic and simplified to ensure the aggregated flows have compatible 
   DetNet flow-specific QoS characteristics. The individual flows may be aggregated for treatment based on shared 
   service specification on aggregated-class level which identified by an aggregation class as per 
   <xref target="I-D.xiong-detnet-flow-aggregation"/>. This document proposes the aggregation-based metadata in enhanced data plane 
   for the DetNet nodes along the path to identify the aggregated flow and achieve the end-to-end QoS in scaling networks.</t>
      </section>
    </section>
    <section anchor="data-fields">
      <name>Data Fields for DetNet Enhanced Data Plane</name>
      <section anchor="detnet-options">
        <name>DetNet Options</name>
        <t>The enhanced functions and related metadata for DetNet should be confirmed before the encapsulations. While more than 
  one metadata should be carried in enhanced data plane, the common DetNet header should be considered to cover all 
  option-types and data as Figure 1 shown.</t>
        <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | DetNet-Type   | DetNet-Length |         RESERVED              |  
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  
   ~                 DetNet Option and Data Space                  ~   
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   
              Figure 1 DetNet Header for Enhanced Data Plane
]]></artwork>
        <t>DetNet-Type:  8-bit unsigned integer, defining the DetNet Option-type
   for enhanced DetNet. This document defines two options and option-types:</t>
        <t>Deterministic Latency Option, DetNet-Type is TBD1, as defined in section 4.2.</t>
        <t>Aggregation Option, DetNet-Type is TBD2, as defined in section 4.3.</t>
        <t>DetNet-Length: 8-bit unsigned integer, defined the Length of the DetNet Header 4-octet units.</t>
        <t>DetNet Option and Data Space: variable, it MUST be aligned by 4 octets. It carries data that is added by the DetNet 
   encapsulating node and interpreted by the decapsulating node. The DetNet transit nodes MAY process the data by forwarding
   the option data determined by option type and may modify it. The DetNet Option consists of a fixed-size "Option Header" 
   and a variable-size "Option Data". The Header and Data may be encapsulated continuously or separately. A Data or more 
   than one Data in lists can be carried in packets.</t>
      </section>
      <section anchor="deterministic-latency-option">
        <name>Deterministic Latency Option</name>
        <t>The format of Deterministic Latency Option is shown in Figure 2.</t>
        <artwork><![CDATA[
     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    | Deterministic Latency Type    |   Flag        |   Data Len    | 
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    ~                   Deterministic Latency Information           ~            
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+   
        
               Figure 2 Deterministic Latency Option
]]></artwork>
        <t>Deterministic Latency Type(16 bits): indicates the type of deterministic latency information with related queuing and 
scheduling metadata and it aligned with the suitable categories as defined in <xref target="I-D.ietf-detnet-dataplane-taxonomy"/> and 
shown in Figure 3.</t>
        <artwork><![CDATA[
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        | Value  | Deterministic Latency Type                 |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0000  | Unassigned                                 |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0001  | Right-bounded category                     |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0002  | Flow level periodic bounded category       |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0003  | Class level periodic bounded category      |  
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0004  | Flow level non-periodic bounded category   |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0005  | Class level non-periodic bounded category  |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
        |0x0006  | Flow level rate based unbounded category   |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+        
        |0x0007  | Flow level rate based left-bounded category|
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 

               Figure 3 Deterministic Latency Type
]]></artwork>
        <t>Flag: 8-bit flags field.
Data Len: 8-bit unsigned integer. Length of option data, in octets.</t>
        <t>The related option data is defined as Deterministic Latency Information which provides function-based or queuing-based 
information for a node to forward a DetNet flow. The data of which is determined by the deterministic latency type. The 
DetNet option data can be provided one time or in list. The examples of different types of data is as following sections 
shown.</t>
        <section anchor="data-fields-in-right-bounded-category">
          <name>Data Fields in Right-bounded Category</name>
          <t>As per <xref target="I-D.ietf-detnet-dataplane-taxonomy"/>, for solutions in the right-bounded category, a packet has only a maximum
time bound. An example of this queuing solution is EDF <xref target="I-D.ietf-detnet-deadline-based-forwarding"/>.</t>
          <t>When the type is set to 0x0001, indicates the queuing and scheduling solutions in right-bounded category. The data fields 
and related information may be carried and designed as following shown:</t>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                    Maximum time bound                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
   
          Figure 4 Data Fields in Right-bounded Category
]]></artwork>
          <t>Maximum time bound: 32bits, indicates the required maximum time bound of a packet.</t>
        </section>
        <section anchor="date-fields-in-flow-level-periodic-bounded-category">
          <name>Date Fields in Flow Level Periodic Bounded Category</name>
          <t>As per <xref target="I-D.ietf-detnet-dataplane-taxonomy"/>, the flow Level periodic bounded solutions define a set of time slots, 
which will be scheduled for flows or flow aggregates. An example of this queuing solution is TQF <xref target="I-D.ietf-detnet-packet-timeslot-mechanism"/>.</t>
          <t>When the type is set to 0x0002, indicates the queuing and scheduling solutions in flow level periodic bounded category. 
The data fields and related information may be carried and designed as following shown:</t>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                            Timeslot ID                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   
      Figure 5 Data Fields in Flow Level Periodic Bounded Category
]]></artwork>
          <t>Timeslot ID: indicates the identifier of the timeslot scheduled for a flow.</t>
        </section>
        <section anchor="date-fields-in-class-level-periodic-bounded-category">
          <name>Date Fields in Class Level Periodic Bounded Category</name>
          <t>As per <xref target="I-D.ietf-detnet-dataplane-taxonomy"/>, the periodic bounded solutions can be further categorized by 
the traffic granularity with class level subcategory. The class Level periodic bounded solutions define
a set of cycles and each cycle will be scheduled for flows or flow aggregates within a class level. An example 
of this queuing solution is TCQF <xref target="I-D.ietf-detnet-tcqf"/>.</t>
          <t>When the type is set to 0x0003, indicates the queuing and scheduling solutions in class level periodic bounded category. 
The data fields and related information may be carried and designed as following shown:</t>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                     Cycle ID                                  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   
     Figure 6 Data Fields in Class Level Periodic Bounded Category 
]]></artwork>
          <t>Cycle ID (32bits): indicates the identifier which the queue applied for a node to forward DetNet flows within a class level.</t>
        </section>
        <section anchor="date-fields-in-flow-level-non-periodic-bounded-category">
          <name>Date Fields in Flow Level Non-periodic Bounded Category</name>
          <t>As per <xref target="I-D.ietf-detnet-dataplane-taxonomy"/>, flow level non-periodic bounded solutions guarantee the minimum and maximum
bounds of a packet in a flow or flow aggregate. An example of this queuing solution is PIFO <xref target="I-D.ietf-detnet-ontime-forwarding"/>.</t>
          <t>When the type is set to 0x0004, indicates the queuing and scheduling solutions in flow level non-periodic bounded category 
The data fields and related information may be carried and designed as following shown:</t>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                    Maximum time bound                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                    Minimum time bound                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
   
   Figure 7 Data Fields in Flow Level Non-periodic Bounded Category 
   
]]></artwork>
          <t>Maximum time bound: 32bits, indicates the maximum time bound of a packet in a flow or flow aggregates.</t>
          <t>Minimum time bound: 32bits, indicates the minimum time bound of a packet in a flow or flow aggregates.</t>
        </section>
        <section anchor="date-fields-in-class-level-non-periodic-bounded-category">
          <name>Date Fields in Class Level Non-periodic Bounded Category</name>
          <t>As per <xref target="I-D.ietf-detnet-dataplane-taxonomy"/>, class level non-periodic bounded solutions guarantee the minimum and maximum
bounds of a packet within a class level. An example of this queuing solution is gLBF <xref target="I-D.ietf-detnet-glbf"/>.</t>
          <t>When the type is set to 0x0005, indicates the queuing and scheduling solutions in class level non-periodic bounded category.
The data fields and related information may be carried and designed as following shown:</t>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                    Maximum time bound                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                    Minimum time bound                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   
      Figure 8 Data Fields in Class Level Non-periodic Bounded Category
]]></artwork>
          <t>Maximum time bound: 32bits, indicates the maximum time bound of a packet within a class level .</t>
          <t>Minimum time bound: 32bits, indicates the minimum time bound of a packet within a class level.</t>
        </section>
        <section anchor="date-fields-in-flow-level-rate-based-unbounded-category">
          <name>Date Fields in Flow Level Rate-based Unbounded Category</name>
          <t>In flow level rate based unbounded category, the latency bound is primarily influenced by the ratio of a flow's maximum 
packet size, its allocated service rate and completion time. An example of this queuing solution is C-SCORE <xref target="I-D.joung-detnet-stateless-fair-queuing"/>.</t>
          <t>When the type is set to 0x0006, indicates the queuing and scheduling solutions in flow level rate based unbounded category.
The data fields and related information may be carried and designed as following shown:</t>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        Maximum packet size                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          Service rate                         |  
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
   |                          Finish time                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   
    Figure 9 Data Fields in Flow Level Rate-based Unbounded Category
]]></artwork>
          <t>Maximum packet size: 32 bits, indicates the maximum packet size of a flow.</t>
          <t>Service rate: 32 bits, indicates the allocated service rate of a flow.</t>
          <t>Finish time: 32 bits, indicates the required service completion time of a flow.</t>
        </section>
        <section anchor="date-fields-in-flow-level-rate-based-left-bounded-category">
          <name>Date Fields in Flow Level Rate-based Left-bounded Category</name>
          <t>In flow level rate based left-bounded category, the latency bound is primarily influenced by the ratio of a flow's maximum 
packet size, its allocated service rate, start time and completion time. An example of this queuing solution is N-SCORE <xref target="I-D.ietf-detnet-nscore"/>.</t>
          <t>When the type is set to 0x0007, indicates the queuing and scheduling solutions in flow level Rate based left-bounded category.
The data fields and related information may be carried and designed as following shown:</t>
          <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                        Maximum packet size                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          Service rate                         |  
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
   |                          Finish time                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+   
   |                         Eligible time                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
   
  Figure 10 Data Fields in Flow Level Rate-based Left-bounded Category
]]></artwork>
          <t>Maximum packet size: 32 bits, indicates the maximum packet size of a flow.</t>
          <t>Service rate: 32 bits, indicates the allocated service rate of a flow.</t>
          <t>Finish time: 32 bits, indicates the required service completion time of a flow.</t>
          <t>Eligible time: 32bits, indicates the required service start time of a flow.</t>
        </section>
      </section>
      <section anchor="aggregation-option">
        <name>Aggregation Option</name>
        <t>The format of Aggregation Option is shown in Figure 11.</t>
        <artwork><![CDATA[
     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |      Aggregation  Level       |       Flag  |E|   Data Len    | 
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |              Aggregation ID                                   |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |              End-to-end Delay Budget                          |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |              End-to-end Delay Variation Budget                |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+   
        
                         Figure 11 Aggregation Option
]]></artwork>
        <t>Aggregation Level (16 bits): indicates the aggregation level of packet treatment 
ensuring the deterministic latency as Figure 12 shown. This level can also indicate 
the aggregated class.</t>
        <artwork><![CDATA[
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        | Value |         Aggregation Level           |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0000 |  Reserved                           |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0100 |  Bandwidth guarantee                |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0200 |  Jitter guarantee                   |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0300 |  Delay guarantee                    |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0400 |  Low delay and jitter guarantee     |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        |0x0500 |Ultra-low delay and jitter guarantee |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
        
                   Figure 12  Aggregation Level
]]></artwork>
        <t>Flag: 8-bit flags field. When E is set to 1, it indicates the explicit aggregated flow identification.</t>
        <t>Data Len:8-bit unsigned integer. Length of option data, in octets.</t>
        <t>Aggregation ID: 32bits. It provides explicit and unique identifier for aggregated flow identification. DetNet nodes 
performing aggregation using aggregation ID.</t>
        <t>End-to-end Delay Budget: 32bits. It provides the value of end-to-end delay budget for the aggregated flow.</t>
        <t>End-to-end Delay Variation Budget: 32bits. It provides the value of end-to-end delay variation budget for the 
aggregated flow.</t>
      </section>
    </section>
    <section anchor="encapsulation-considerations">
      <name>Encapsulation Considerations for DetNet Enhanced Data Plane</name>
      <section anchor="metadata-for-detnet-enhanced-data-plane">
        <name>Metadata for DetNet Enhanced Data Plane</name>
        <t>The packet treatment should indicate the behaviour action ensuring the deterministic latency at DetNet nodes such as 
queuing-based mechanisms. The deterministic latency type and related parameters such as queuing-based information 
should be carried as metadata in data plane. And the definitions may follow these polices.</t>
        <t>The data plane enhancement must be generic and the format must be applied to all functions and queuing mechanisms. 
The metadata and definitions should be common among different candidate queuing solutions.</t>
        <t>Information and metadata MUST be simplified and limited to be carried in DetNet packets for provided deterministic 
latency related scheduling along the forwarding path. For example, the queuing-based information should be carried 
in metadata for coordination between nodes.</t>
        <t>The requirement of the flow or service may be not suitable to be carried explicitly in DetNet data plane. The packet 
treatment should schedule the resources and indicate the behaviour to ensure the deterministic latency in forwarding 
sub-layer. So the queuing mechanisms could be viewed as a type of deterministic resources. The resources type and
queuing type should be explicitly indicated.</t>
      </section>
      <section anchor="encoding-for-detnet-enhanced-data-plane">
        <name>Encoding for DetNet Enhanced Data Plane</name>
        <section anchor="reuse-of-the-existing-dscptc-field">
          <name>Reuse of the Existing DSCP/TC Field</name>
          <t>Reusing the DSCP or existing field is reasonable and simple to define and easy to standardize. For example, in IPv4 and 
traditional MPLS networks, it is not suitable to carry new metadata and it is suggested to reuse the original bits 
such as DSCP. The mapping from DSCP and the metadata such as queuing information MUST be provided in the controller plane.</t>
          <t>DSCP value may be not sufficient and hard to distinguish between the original DiffServ service and the deterministic 
service. The DetNet-specific metadata can also be encoded as a common data fields such as the DetNet options defined in
this document and the definition of these options are independent from the encapsulating protocols. The data fields 
could be encapsulated into a variety of protocols and headers, such as MPLS MNA, IPv6 options and SRv6 SRH in following sections.</t>
        </section>
        <section anchor="encapsulation-in-mpls-mna">
          <name>Encapsulation in MPLS MNA</name>
          <t><xref target="I-D.ietf-mpls-mna-detnet"/> specifies formats and mechanisms for MPLS In-Stack and Post-Stack MNA carrying 
DetNet-specific metadata such as such as flow identification and latency information. The DetNet Deterministic
Latency Option as defined in section 4.2 can be inserted to the Ancillary Data with NAS-2 indicating the latency information.
The DetNet Aggregation Option as defined in section 4.3 can be inserted to the Ancillary Data when NAS-3 indicates the 
flow identification information.</t>
        </section>
        <section anchor="encapsulation-in-ipv6-options">
          <name>Encapsulation in IPv6 Options</name>
          <t>The DetNet-specific metadata could also be encapsulated in IPv6 options such as the Hop-by-Hop Options and Destination Options. 
As per {I-D.xiong-detnet-6man-queuing-option}}, the DetNet Deterministic Latency Option can be carried in an IPv6 Hop-by-Hop
Option, that all DetNet forwarding nodes can use the queuing information to achieve the packet forwarding 
and scheduling. The DetNet Deterministic Latency Option can also be carried in an IPv6 Destination Option, that the DetNet 
forwarding nodes among SRv6 segment list can use the queuing-based information to achieve the packet forwarding and 
scheduling.</t>
        </section>
        <section anchor="encapsulation-in-srv6-srh">
          <name>Encapsulation in SRv6 SRH</name>
          <t>The DetNet-specific metadata could also be encapsulated in SRv6 SRH. As per {I-D.xiong-detnet-spring-srh-extensions}},
the DetNet Deterministic Latency Option can be carried in SRH segment list, which enables the ability of SRv6 
networks to forward a DetNet flow per segment list.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations for DetNet are covered in the DetNet Architecture <xref target="RFC8655"/> and DetNet data plane
<xref target="RFC8938"/>, <xref target="RFC8939"/>, <xref target="RFC8964"/> and DetNet security considerations <xref target="RFC9055"/>. The security considerations 
specified in <xref target="I-D.ietf-detnet-scaling-requirements"/> are also applicable to the procedures defined in this document.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA has defined a registry group named "DetNet Data Fields". This group includes the DetNet Option-Type registry. 
This registry defines code points for the DetNet Option-Type field for identifying DetNet-Option-Types. 
The following code points are defined in this document:</t>
      <t>TBD1:  DetNet Deterministic Latency Option</t>
      <t>TBD2:  DetNet Aggregation Option</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to acknowledge Peng Liu, Bin Tan and Shaofu Peng for their thorough review and very helpful comments.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative 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>
      <reference anchor="RFC2212">
        <front>
          <title>Specification of Guaranteed Quality of Service</title>
          <author fullname="S. Shenker" initials="S." surname="Shenker"/>
          <author fullname="C. Partridge" initials="C." surname="Partridge"/>
          <author fullname="R. Guerin" initials="R." surname="Guerin"/>
          <date month="September" year="1997"/>
          <abstract>
            <t>This memo describes the network element behavior required to deliver a guaranteed service (guaranteed delay and bandwidth) in the Internet. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="2212"/>
        <seriesInfo name="DOI" value="10.17487/RFC2212"/>
      </reference>
      <reference anchor="RFC8938">
        <front>
          <title>Deterministic Networking (DetNet) Data Plane Framework</title>
          <author fullname="B. Varga" initials="B." role="editor" surname="Varga"/>
          <author fullname="J. Farkas" initials="J." surname="Farkas"/>
          <author fullname="L. Berger" initials="L." surname="Berger"/>
          <author fullname="A. Malis" initials="A." surname="Malis"/>
          <author fullname="S. Bryant" initials="S." surname="Bryant"/>
          <date month="November" year="2020"/>
          <abstract>
            <t>This document provides an overall framework for the Deterministic Networking (DetNet) data plane. It covers concepts and considerations that are generally common to any DetNet data plane specification. It describes related Controller Plane considerations as well.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8938"/>
        <seriesInfo name="DOI" value="10.17487/RFC8938"/>
      </reference>
      <reference anchor="RFC8939">
        <front>
          <title>Deterministic Networking (DetNet) Data Plane: IP</title>
          <author fullname="B. Varga" initials="B." role="editor" surname="Varga"/>
          <author fullname="J. Farkas" initials="J." surname="Farkas"/>
          <author fullname="L. Berger" initials="L." surname="Berger"/>
          <author fullname="D. Fedyk" initials="D." surname="Fedyk"/>
          <author fullname="S. Bryant" initials="S." surname="Bryant"/>
          <date month="November" year="2020"/>
          <abstract>
            <t>This document specifies the Deterministic Networking (DetNet) data plane operation for IP hosts and routers that provide DetNet service to IP-encapsulated data. No DetNet-specific encapsulation is defined to support IP flows; instead, the existing IP-layer and higher-layer protocol header information is used to support flow identification and DetNet service delivery. This document builds on the DetNet architecture (RFC 8655) and data plane framework (RFC 8938).</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8939"/>
        <seriesInfo name="DOI" value="10.17487/RFC8939"/>
      </reference>
      <reference anchor="RFC8964">
        <front>
          <title>Deterministic Networking (DetNet) Data Plane: MPLS</title>
          <author fullname="B. Varga" initials="B." role="editor" surname="Varga"/>
          <author fullname="J. Farkas" initials="J." surname="Farkas"/>
          <author fullname="L. Berger" initials="L." surname="Berger"/>
          <author fullname="A. Malis" initials="A." surname="Malis"/>
          <author fullname="S. Bryant" initials="S." surname="Bryant"/>
          <author fullname="J. Korhonen" initials="J." surname="Korhonen"/>
          <date month="January" year="2021"/>
          <abstract>
            <t>This document specifies the Deterministic Networking (DetNet) data plane when operating over an MPLS Packet Switched Network. It leverages existing pseudowire (PW) encapsulations and MPLS Traffic Engineering (MPLS-TE) encapsulations and mechanisms. This document builds on the DetNet architecture and data plane framework.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8964"/>
        <seriesInfo name="DOI" value="10.17487/RFC8964"/>
      </reference>
      <reference anchor="RFC9320">
        <front>
          <title>Deterministic Networking (DetNet) Bounded Latency</title>
          <author fullname="N. Finn" initials="N." surname="Finn"/>
          <author fullname="J.-Y. Le Boudec" initials="J.-Y." surname="Le Boudec"/>
          <author fullname="E. Mohammadpour" initials="E." surname="Mohammadpour"/>
          <author fullname="J. Zhang" initials="J." surname="Zhang"/>
          <author fullname="B. Varga" initials="B." surname="Varga"/>
          <date month="November" year="2022"/>
          <abstract>
            <t>This document presents a timing model for sources, destinations, and Deterministic Networking (DetNet) transit nodes. Using the model, it provides a methodology to compute end-to-end latency and backlog bounds for various queuing methods. The methodology can be used by the management and control planes and by resource reservation algorithms to provide bounded latency and zero congestion loss for the DetNet service.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9320"/>
        <seriesInfo name="DOI" value="10.17487/RFC9320"/>
      </reference>
      <reference anchor="RFC9055">
        <front>
          <title>Deterministic Networking (DetNet) Security Considerations</title>
          <author fullname="E. Grossman" initials="E." role="editor" surname="Grossman"/>
          <author fullname="T. Mizrahi" initials="T." surname="Mizrahi"/>
          <author fullname="A. Hacker" initials="A." surname="Hacker"/>
          <date month="June" year="2021"/>
          <abstract>
            <t>A DetNet (deterministic network) provides specific performance guarantees to its data flows, such as extremely low data loss rates and bounded latency (including bounded latency variation, i.e., "jitter"). As a result, securing a DetNet requires that in addition to the best practice security measures taken for any mission-critical network, additional security measures may be needed to secure the intended operation of these novel service properties.</t>
            <t>This document addresses DetNet-specific security considerations from the perspectives of both the DetNet system-level designer and component designer. System considerations include a taxonomy of relevant threats and attacks, and associations of threats versus use cases and service properties. Component-level considerations include ingress filtering and packet arrival-time violation detection.</t>
            <t>This document also addresses security considerations specific to the IP and MPLS data plane technologies, thereby complementing the Security Considerations sections of those documents.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9055"/>
        <seriesInfo name="DOI" value="10.17487/RFC9055"/>
      </reference>
      <reference anchor="RFC8655">
        <front>
          <title>Deterministic Networking Architecture</title>
          <author fullname="N. Finn" initials="N." surname="Finn"/>
          <author fullname="P. Thubert" initials="P." surname="Thubert"/>
          <author fullname="B. Varga" initials="B." surname="Varga"/>
          <author fullname="J. Farkas" initials="J." surname="Farkas"/>
          <date month="October" year="2019"/>
          <abstract>
            <t>This document provides the overall architecture for Deterministic Networking (DetNet), which provides a capability to carry specified unicast or multicast data flows for real-time applications with extremely low data loss rates and bounded latency within a network domain. Techniques used include 1) reserving data-plane resources for individual (or aggregated) DetNet flows in some or all of the intermediate nodes along the path of the flow, 2) providing explicit routes for DetNet flows that do not immediately change with the network topology, and 3) distributing data from DetNet flow packets over time and/or space to ensure delivery of each packet's data in spite of the loss of a path. DetNet operates at the IP layer and delivers service over lower-layer technologies such as MPLS and Time- Sensitive Networking (TSN) as defined by IEEE 802.1.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8655"/>
        <seriesInfo name="DOI" value="10.17487/RFC8655"/>
      </reference>
      <reference anchor="I-D.ietf-mpls-mna-detnet">
        <front>
          <title>MPLS Network Action for Deterministic Networking</title>
          <author fullname="Xueyan Song" initials="X." surname="Song">
            <organization>ZTE Corp.</organization>
          </author>
          <author fullname="Greg Mirsky" initials="G." surname="Mirsky">
            <organization>Ericsson</organization>
          </author>
          <author fullname="Balazs Varga" initials="B." surname="Varga">
            <organization>Ericsson</organization>
          </author>
          <author fullname="Rakesh Gandhi" initials="R." surname="Gandhi">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corp.</organization>
          </author>
          <date day="7" month="January" year="2026"/>
          <abstract>
            <t>   This document specifies formats and mechanisms for using MPLS Network
   Actions (MNA) to support Deterministic Networking (DetNet) services,
   including bounded latency, low loss and in-order delivery.  It
   defines MPLS In-Stack and Post-Stack MNA for carrying DetNet-specific
   information, such as flow identification, sequence number, and
   latency information, which are forwarded over an MPLS technology-
   based network domain.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-mpls-mna-detnet-00"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-tcqf">
        <front>
          <title>Deterministic Networking (DetNet) Data Plane - Tagged Cyclic Queuing and Forwarding (TCQF) for bounded latency with low jitter in large scale DetNets</title>
          <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
            <organization>Futurewei Technologies USA</organization>
          </author>
          <author fullname="Yizhou Li" initials="Y." surname="Li">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Stewart Bryant" initials="S." surname="Bryant">
            <organization>University of Surrey ICS</organization>
          </author>
          <author fullname="Andrew G. Malis" initials="A. G." surname="Malis">
            <organization>Malis Consulting</organization>
          </author>
          <author fullname="Jeong-dong Ryoo" initials="J." surname="Ryoo">
            <organization>ETRI</organization>
          </author>
          <author fullname="Peng Liu" initials="P." surname="Liu">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Guangpeng Li" initials="G." surname="Li">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Shoushou Ren" initials="S." surname="Ren">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="16" month="January" year="2026"/>
          <abstract>
            <t>   This memo specifies a forwarding method for bounded latency and
   bounded jitter for Deterministic Networks and is a variant of the
   IEEE TSN Cyclic Queuing and Forwarding (CQF) method.  Tagged CQF
   (TCQF) supports more than 2 cycles and indicates the cycle number via
   an existing or new packet header field called the tag to replace the
   cycle mapping in CQF which is based purely on synchronized reception
   clock.

   This memo standardizes TCQF as a mechanism independent of the tagging
   method used.  It also specifies tagging via the (1) the existing MPLS
   packet Traffic Class (TC) field for MPLS packets, (2) the IP/IPv6
   DSCP field for IP/IPv6 packets, and (3) a new TCQF Option header for
   IPv6 packets.

   Target benefits of TCQF include low end-to-end jitter, ease of high-
   speed hardware implementation, optional ability to support large
   number of flow in large networks via DiffServ style aggregation by
   applying TCQF to the DetNet aggregate instead of each DetNet flow
   individually, and support of wide-area DetNet networks with arbitrary
   link latencies and latency variations as well as low accuracy clock
   synchronization.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-tcqf-00"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-deadline-based-forwarding">
        <front>
          <title>Deadline Based Deterministic Forwarding</title>
          <author fullname="Shaofu Peng" initials="S." surname="Peng">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Zongpeng Du" initials="Z." surname="Du">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Kashinath Basu" initials="K." surname="Basu">
            <organization>Oxford Brookes University</organization>
          </author>
          <author fullname="chris cheng" initials="C." surname="cheng">
            <organization>Zhejiang P&amp;T College</organization>
          </author>
          <author fullname="Dong Yang" initials="D." surname="Yang">
            <organization>Beijing Jiaotong University</organization>
          </author>
          <author fullname="Chang Liu" initials="C." surname="Liu">
            <organization>China Unicom</organization>
          </author>
          <date day="16" month="January" year="2026"/>
          <abstract>
            <t>   This document describes a deadline based deterministic forwarding
   mechanism for IP/MPLS network with the corresponding resource
   reservation, admission control, scheduling and policing processes to
   provide guaranteed latency bound.  It employs a latency compensation
   technique with a stateless core, to replace reshaping, making it
   suitable for the Differentiated Services (Diffserv) architecture
   [RFC2475].

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-deadline-based-forwarding-00"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-packet-timeslot-mechanism">
        <front>
          <title>Timeslot Queueing and Forwarding Mechanism</title>
          <author fullname="Shaofu Peng" initials="S." surname="Peng">
            <organization>ZTE</organization>
          </author>
          <author fullname="Peng Liu" initials="P." surname="Liu">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Kashinath Basu" initials="K." surname="Basu">
            <organization>Oxford Brookes University</organization>
          </author>
          <author fullname="Aihua Liu" initials="A." surname="Liu">
            <organization>ZTE</organization>
          </author>
          <author fullname="Dong Yang" initials="D." surname="Yang">
            <organization>Beijing Jiaotong University</organization>
          </author>
          <author fullname="Guoyu Peng" initials="G." surname="Peng">
            <organization>Beijing University of Posts and Telecommunications</organization>
          </author>
          <author fullname="Junfeng Zhao" initials="J." surname="Zhao">
            <organization>CAICT</organization>
          </author>
          <date day="16" month="January" year="2026"/>
          <abstract>
            <t>   IP/MPLS networks use packet switching (with the feature store-and-
   forward) and are based on statistical multiplexing.  Statistical
   multiplexing is essentially a variant of time division multiplexing,
   which refers to the asynchronous and dynamic allocation of link
   timeslot resources.  In this case, the service flow does not occupy a
   fixed timeslot, and the length of the timeslot is not fixed, but
   depends on the size of the packet.  Statistical multiplexing has
   certain challenges and complexity in meeting deterministic QoS, and
   its delay performance is dependent on the used queueing mechanism.
   This document further describes a generic time division multiplexing
   scheme for layer-3 in an IP/MPLS networks, called timeslot queueing
   and forwarding (TQF) mechanism.  TQF is an enhancement based on TSN
   TAS and allows the data plane to create a flexible timeslot mapping
   scheme based on available timeslot resources.  It defines a cyclic
   period consisting of multiple timeslots where a flow is assigned to
   be transmited within one or more dedicated timeslots.  The objective
   of TQF is to better handle large scaling requirements.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-packet-timeslot-mechanism-00"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-scaling-requirements">
        <front>
          <title>Requirements for Scaling Deterministic Networks</title>
          <author fullname="Peng Liu" initials="P." surname="Liu">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Yizhou Li" initials="Y." surname="Li">
            <organization>Huawei</organization>
          </author>
          <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
            <organization>Futurewei Technologies USA</organization>
          </author>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Jeong-dong Ryoo" initials="J." surname="Ryoo">
            <organization>ETRI</organization>
          </author>
          <author fullname="zhushiyin" initials="" surname="zhushiyin">
            <organization>New H3C Technologies</organization>
          </author>
          <author fullname="Xuesong Geng" initials="X." surname="Geng">
            <organization>Huawei</organization>
          </author>
          <date day="7" month="September" year="2025"/>
          <abstract>
            <t>   Aiming to scale deterministic networks, this document describes the
   technical and operational requirements when the network has a large
   variation in latency among hops, a great number of flows and/or
   multiple domains that do not share the same time source.
   Applications with varying levels of determinism co-exist and are
   transported in such a network.  This document also describes the
   corresponding Deterministic Networking (DetNet) data plane
   enhancement requirements.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-scaling-requirements-09"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-nscore">
        <front>
          <title>On-time Forwarding with Non-work Conserving Stateless Core Fair Queuing</title>
          <author fullname="Yeoncheol Ryoo" initials="Y." surname="Ryoo">
            <organization>ETRI</organization>
          </author>
          <author fullname="Jinoo Joung" initials="J." surname="Joung">
            <organization>Sangmyung University</organization>
          </author>
          <date day="23" month="January" year="2026"/>
          <abstract>
            <t>   This document specifies the framework and operational procedure for
   deterministic networking that guarantees maximum and minimum end-to-
   end latency bounds to flows.  The solution has non-periodic,
   asynchronous, flow-level, non-work conserving, on-time, and rate-
   based functional characteristics, according to the taxonomy suggested
   by [draft-ietf-detnet-dataplane-taxonomy-03].

   The packets are stored in the queue in ascending order of the ideal
   service start time, called Eligible Time (ET), and the ideal service
   completion time, called Finish Time (FT).  The queued packets were
   forwarded between ET and FT in a non-work conserving manner.  The ET
   and FT are calculated at the entrance node according to the packet
   size and rate of the flow.  All subsequent core nodes are stateless
   and asynchronously compute ET and FT based on metadata received via
   packet headers.  This mechanism is called non-work-preserving
   stateless fair queuing, which guarantees both E2E latency upper and
   lower bounds.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-nscore-00"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-ontime-forwarding">
        <front>
          <title>On-time Forwarding with Push-In First-Out (PIFO) queue</title>
          <author fullname="Yeoncheol Ryoo" initials="Y." surname="Ryoo">
            <organization>ETRI</organization>
          </author>
          <date day="23" month="January" year="2026"/>
          <abstract>
            <t>   This document describes operations of data plane and controller plane
   for Deterministic Networking (DetNet) to forward packets to meet
   minimum and maximum end-to-end latency requirements, while utilizing
   Push-In First-Out (PIFO) queue.

   According to the solution described in this document, forwarding
   nodes do not need to maintain flow states or to be time-synchronized
   with each other.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-ontime-forwarding-00"/>
      </reference>
      <reference anchor="I-D.joung-detnet-stateless-fair-queuing">
        <front>
          <title>Latency Guarantee with Stateless Fair Queuing</title>
          <author fullname="Jinoo Joung" initials="J." surname="Joung">
            <organization>Sangmyung University</organization>
          </author>
          <author fullname="Jeong-dong Ryoo" initials="J." surname="Ryoo">
            <organization>ETRI</organization>
          </author>
          <author fullname="Taesik Cheung" initials="T." surname="Cheung">
            <organization>ETRI</organization>
          </author>
          <author fullname="Yizhou Li" initials="Y." surname="Li">
            <organization>Huawei</organization>
          </author>
          <author fullname="Peng Liu" initials="P." surname="Liu">
            <organization>China Mobile</organization>
          </author>
          <date day="20" month="February" year="2026"/>
          <abstract>
            <t>   This document specifies the framework and the operational procedure
   for deterministic networking with a set of rate based work conserving
   packet schedulers.  The framework guarantees end-to-end (E2E) latency
   bounds to flows.  The schedulers in core nodes do not need to
   maintain flow states.  Instead, the entrance node of a flow marks an
   ideal service completion time according to a fluid model, called
   Finish Time (FT), of a packet in the packet header.  The subsequent
   core nodes update the FT by adding the delay factor, which is a
   function of the flow and the nodes.  The packets in the queue of the
   scheduler are served in the ascending order of FT.  This mechanism is
   called the stateless fair queuing.  The result is that flows are
   isolated from each other almost perfectly.  The latency bound of a
   flow depends only on the flow's intrinsic parameters such as the
   maximum burst size and the service rate, except the link capacities
   and the maximum packet length among other flows sharing each output
   link with the flow.  Furthermore, this document specifies an
   approximation of stateless fair queuing implemented via a strict
   priority (SP) scheduler.  This approach maintains a guaranteed end-
   to-end (E2E) latency bound.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-joung-detnet-stateless-fair-queuing-07"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-dataplane-taxonomy">
        <front>
          <title>Dataplane Enhancement Taxonomy</title>
          <author fullname="Jinoo Joung" initials="J." surname="Joung">
            <organization>Sangmyung University</organization>
          </author>
          <author fullname="Xuesong Geng" initials="X." surname="Geng">
            <organization>Huawei</organization>
          </author>
          <author fullname="Shaofu Peng" initials="S." surname="Peng">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
            <organization>Futurewei Technologies</organization>
          </author>
          <date day="8" month="January" year="2026"/>
          <abstract>
            <t>   This draft is to facilitate the understanding of the data plane
   enhancement solutions, which are suggested currently or can be
   suggested in the future, for deterministic networking.  This draft
   provides criteria for classifying data plane solutions.  Examples of
   each category are listed, along with reasons where necessary.
   Strengths and limitations of the categories are described.
   Suitability of the solutions for various services of deterministic
   networking are also mentioned.  Reference topologies for evaluation
   of the solutions are given as well.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-dataplane-taxonomy-05"/>
      </reference>
      <reference anchor="I-D.ietf-detnet-glbf">
        <front>
          <title>Deterministic Networking (DetNet) Data Plane - guaranteed Latency Based Forwarding (gLBF) for bounded latency with low jitter and asynchronous forwarding in Deterministic Networks</title>
          <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
            <organization>Futurewei Technologies USA</organization>
          </author>
          <author fullname="Alexander Clemm" initials="A." surname="Clemm">
            <organization>Sympotech</organization>
          </author>
          <author fullname="Stewart Bryant" initials="S." surname="Bryant">
            <organization>Independent</organization>
          </author>
          <author fullname="Stefan Hommes" initials="S." surname="Hommes">
            <organization>ZF Friedrichshafen AG</organization>
          </author>
          <date day="16" month="January" year="2026"/>
          <abstract>
            <t>   This memo proposes a mechanism called "guaranteed Latency Based
   Forwarding" (gLBF) as part of DetNet for hop-by-hop packet forwarding
   with per-hop deterministically bounded latency and minimal jitter.

   gLBF is intended to be useful across a wide range of networks and
   applications with need for high-precision deterministic networking
   services, including in-car networks or networks used for industrial
   automation across on factory floors, all the way to ++100Gbps
   country-wide networks.

   Contrary to other mechanisms, gLBF does not require network wide
   clock synchronization, nor does it need to maintain per-flow state at
   network nodes, avoiding drawbacks of other known methods while
   leveraging their advantages.

   Specifically, gLBF uses the queuing model and calculus of Urgency
   Based Scheduling (UBS, [UBS]), which is used by TSN Asynchronous
   Traffic Shaping [TSN-ATS]. gLBF is intended to be a plug-in
   replacement for TSN-ATN or as a parallel mechanism beside TSN-ATS
   because it allows to keeping the same controller-plane design which
   is selecting paths for TSN-ATS, sizing TSN-ATS queues, calculating
   latencies and admitting flows to calculated paths for calculated
   latencies.

   In addition to reducing the jitter compared to TSN-ATS by additional
   buffering (dampening) in the network, gLBF also eliminates the need
   for per-flow, per-hop state maintenance required by TSN-ATS.  This
   avoids the need to signal per-flow state to every hop from the
   controller-plane and associated scaling problems.  It also reduces
   implementation cost for high-speed networking hardware due to the
   avoidance of additional high-speed speed read/write memory access to
   retrieve, process and update per-flow state variables for a large
   number of flows.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-detnet-glbf-00"/>
      </reference>
      <reference anchor="I-D.xiong-detnet-flow-aggregation">
        <front>
          <title>Flow Aggregation for Enhanced DetNet</title>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Tianji Jiang" initials="T." surname="Jiang">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Jinoo Joung" initials="J." surname="Joung">
            <organization>Sangmyung University</organization>
          </author>
          <date day="14" month="October" year="2025"/>
          <abstract>
            <t>   [I-D.ietf-detnet-scaling-requirements] proposed the data plane
   requirements in scaling networks.  This document describes the
   additional requirements for flow aggregation in enhanced DetNet and
   provides the enhancement consideration.  It also discusses how the
   flow aggregation could be realized in a 5GS logical DetNet node
   participating in enhanced DetNet.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-xiong-detnet-flow-aggregation-03"/>
      </reference>
      <reference anchor="I-D.xiong-detnet-6man-queuing-option">
        <front>
          <title>IPv6 Option for Scaling Deterministic Networks</title>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Junfeng Zhao" initials="J." surname="Zhao">
            <organization>CAICT</organization>
          </author>
          <author fullname="Rakesh Gandhi" initials="R." surname="Gandhi">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <date day="1" month="July" year="2024"/>
          <abstract>
            <t>   The DetNet-specific metadata should be carried in enhanced data plane
   based on the enhancement requirements in scaling deterministic
   networks.  This document outlines how the DetNet-specific metadata
   are encapsulated in IPv6 [RFC8200] and specifies formats and
   principles for the IPv6 DetNet Options to provide deterministic
   services.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-xiong-detnet-6man-queuing-option-06"/>
      </reference>
      <reference anchor="I-D.xiong-detnet-spring-srh-extensions">
        <front>
          <title>Segment Routing Header Extensions for DetNet Data Fields</title>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Haisheng Wu" initials="H." surname="Wu">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Dong Yang" initials="D." surname="Yang">
            <organization>Beijing Jiaotong University</organization>
          </author>
          <date day="1" month="July" year="2024"/>
          <abstract>
            <t>   The DetNet data fields such as the Deterministic Latency Option can
   be used in enhanced Deterministic Networking (DetNet) to provide QoS
   treatment to achieve deterministic latency.

   This document defines how DetNet data fields are encapsulated as part
   of the Segment Routing with IPv6 data plane (SRv6) header.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-xiong-detnet-spring-srh-extensions-02"/>
      </reference>
    </references>
    <?line 586?>



  </back>
  <!-- ##markdown-source:
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
sj33FpDic/uNogjwgF+mwi+j5GrT8MvkvDaY7+CkBt4ywLg0xsIxgxrIlNmT
dtXgWWGooNhEJSqzNUnyKrxwt90JHiwhFMeNMhLdNQdx0NrbgT7dfikHqvTA
VfyqVx/AZ4l0hCvdzFrV3RT/XRHaP3Yjuve4vQIrVGtcz3SuXCWWdl1g+0Yw
iWn52kZ98bGaOC+/W3Uvx1VVCvGrisp82lEju18y2nJBVeprdTr6K7UNmmvv
FfhxB0jdyQEXhrraRnik1L2xWeeRV1ZH1ysiW/n09Bb8y6bmutOUNgo2oLah
PXvZo9T1ejh9L6z6fKYfzAno1wYGYpj2FdIKHXPvtLpnnZM9L8aWhPL0Krqd
5pe4wVeqhauxi+cXudK5ALdp5ErQLgfDx1RyuTDKLdypq75/Mjy+/s/bY87P
YFNsVtaYgJuC5M22Ju+AaxFJkya0vmX9IVpqd2ifDsMaqp2EFfkj5O0fqiG+
wPfz67sD+1IuuEsRKbaMuehqVceQCyA1xQplagGt7lvvD6PfUkwmylglzWju
VMgg0xONI6A9pKVmfMWp8urMAKVorlk6Yw44NKuq0NRBuaZ0DjFKtbevMfGv
CsQxeCAs6eQUYfdsg2uqg6eXNVWZhqGneLyRCnDRIhSYcXKaWpvSCeAe5rZK
dZQl1teRx973qzN0VOUrAz4upJBGTsgt2PqZdMcRr3KFKy1SvaON8WKthHbL
FFnxNKoqTJJRwSkqXYvP0Ko0SgchNrra5V2vSZWaunYBdGI7lZQwO7Vq6OLy
6shWRPdLp1Bl9OHND4wkzVfrWifp644SPOO6Rpnw9lAav3r08WP5gyPGmlZj
zVWJSogF1Nt5EgxzwFGuQZqa3H6FUVhxGOr6f0rHztr92/erDh0v/deqftRe
ztzealaz7ysW4875ayxGbbUYl/0oCXUcY9k8Qjg61X91NAz2HD467Oqiy//1
oK6EZ2+xmXWpwagJqdlvRErbW13sq5PWIxoka14pruUqS5LuKa0v7nWx9TX2
h3QejBYB/ONG4koqCgHH5xC5ZO5A3zo/+NQo4bi01Em7sIq0NFf0bW+5akFU
NAe9SHfwuzLg7JNjdw71u4C6UceyXX2W36+svLJ+se6aiVuEjum0+WqnU6v7
05oQO7cENcYWocdXf7sm2uEMrpxusyhHv0g6tHugOLpuqlqX6/0yGNVf/nyh
Qpj2+bdjXzRQ5M7YrKot9AlGofFTWL2vgNMM/H5tMb6hCgt6AakRD79/bOyd
rli3fCrsjaLRMlLNusrHcMiWwULngF7o9XrVVK1SN1xutDi1X3uwP9nnfaHq
mN7Dpoc6rkb/BMdiZelrCHJW/nJWZ+2Wvl+YyBSLky08ah1BEmgsZBXBjGsY
XnM47IqcH4EJbK2GlmBnO1aCWvtFhCWWSYb1BdCf4E9a0S8xRuKRk8Zqt/OR
zZ9zMy6zrGo+kq3eRpVfXK8c9ZKPbYdxBdvQBYPQXLsC8T0dsZOODVx5Sfuj
MqikXsMyvq48Fn8E5HUfJ+nIA5Z7OxTraKFtvVe17t6RfCyOwrdJeh+raGJL
0L5/LBuXPtJZe6Sbf1LUiHuCmVi/VYxyZXtxrWBSF7rYES9hCreSXZbhVKbj
gm9aPmr8fwrrNMFqRRjRUUvQrgVV1R4XMbm9VNzW/RbeCIba3vo/HZf+PKN1
AAA=

-->

</rfc>
