<?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.8 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-eckert-detnet-glbf-04" category="std" consensus="true" submissionType="IETF" tocDepth="5" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="detnet-glbf">Deterministic Networking (DetNet) Data Plane - guaranteed Latency Based Forwarding (gLBF) for bounded latency with low jitter and asynchronous forwarding in Deterministic Networks</title>

    <author initials="T." surname="Eckert" fullname="Toerless Eckert" role="editor">
      <organization>Futurewei Technologies USA</organization>
      <address>
        <postal>
          <street>2220 Central Expressway</street>
          <city>Santa Clara</city>
          <code>CA 95050</code>
          <country>USA</country>
        </postal>
        <email>tte@cs.fau.de</email>
      </address>
    </author>
    <author initials="A." surname="Clemm" fullname="Alexander Clemm">
      <organization>Sympotech</organization>
      <address>
        <postal>
          <code>CA</code>
          <country>USA</country>
        </postal>
        <email>ludwig@clemm.org</email>
      </address>
    </author>
    <author initials="S." surname="Bryant" fullname="Stewart Bryant">
      <organization>Independent</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>sb@stewartbryant.com</email>
      </address>
    </author>
    <author initials="S." surname="Hommes" fullname="Stefan Hommes">
      <organization>ZF Friedrichshafen AG</organization>
      <address>
        <postal>
          <country>DE</country>
        </postal>
        <email>stefan.hommes@zf.de</email>
      </address>
    </author>

    <date year="2025" month="March" day="03"/>

    
    <workgroup>DETNET</workgroup>
    

    <abstract>


<?line 210?>

<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.</t>

<t>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.</t>

<t>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.</t>

<t>Specifically, gLBF uses the queuing model and calculus of Urgency Based Scheduling (UBS, <xref target="UBS"/>),
which is used by TSN Asynchronous Traffic Shaping <xref target="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.</t>

<t>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>

  <middle>


<?line 228?>

<section anchor="overview-informative"><name>Overview (informative)</name>

<section anchor="terminology"><name>Terminology</name>

<dl>
  <dt>CaaS</dt>
  <dd>
    <t>Control as a Service. Cloud (compute) and network services to enable control (loops) with network connected devices, for example cars.</t>
  </dd>
  <dt>CQF</dt>
  <dd>
    <t>Cyclic Queuing and Forwarding.  A queuing mechanism defined by annex T of IEEE802.1Q.</t>
  </dd>
  <dt>DT</dt>
  <dd>
    <t>Dead Time. A term from CQF indicating the time during each cycle in which no frames can be sent because the the receiving node could not receive it into the desired cycle buffer.</t>
  </dd>
  <dt>node</dt>
  <dd>
    <t>Term used to indicate a system that with respect to gLBF does not act as a host, aka: sender/receiver. This memo avoids the term router to avoid implying that this is an IP/IPv6 router, as opposed to an LSR (label switch router). Likewise, a node can also be an 802.1 bridge implementing gLBF.</t>
  </dd>
  <dt>TCQF</dt>
  <dd>
    <t>Tagged Cyclic Queuing and Forwarding. The mechanism specified in this memo.</t>
  </dd>
</dl>

</section>
<section anchor="summary"><name>Summary</name>

<t>This memo proposes a mechanism called "guaranteed Latency Based Forwarding" (gLBF) for
hop-by-hop packet forwarding with per-hop deterministically bounded latency and minimal jitter.</t>

<t>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.</t>

<t>At its foundation, gLBF addresses the problems of burst accumulation and jitter accumulation across multiple hops.</t>

<t>Burst accumulation is  the phenomenon in which bursts of packets from senders in admission-controlled network will increase across intermediate nodes. This can only be managed with exponential complexity in admission control processing and significantly worst-case increase in end-to-end latency and/or lowered maximum utilization. What is needed for dynamic, large-scale or easy to manage admission control solutions are forwarding mechanisms without this problem, so that admission control for bandwidth and jitter/buffer-requirements can be linear: decomposed into solely per-hop calculations independent of changes in prior-hop traffic characteristics. Without forwarding plane solutions to overcome burst accumulation, this is not possible</t>

<t>Existing solutions addressing burst-accumulation do this by maintaining inter-packet gaps on a per-flow basis, such as in TSN Asynchronous Traffic Shaping (TSN-ATS). gLBF instead ensures inter-packet gaps are always maintained without the need for per-flow state. The basic idea involves assigning a specific queuing delay budget for any given node and class of traffic. This budget is pre-known from admission control calculus.  As the packet is transmitted, the actual queuing delay that was experienced by the packet at the node is subtracted from that budget and carried in a new header field of the packet.  Upon receiving the packet, the subsequent node subjects the packet to a delay stage.  Here the packet needs to wait for the time specified by that parameter before the node proceeds with regular processing of the packet.  This way, any queuing delay variations are absorbed and deterministic delay without the possibility of burst accumulation can be achieved.</t>

<t>By addressing burst-accumulation, gLBF also overcomes the problem of jitter-accumulation. This is the second core problem of mechanisms such as TSN-ATS: Depending on the amount of competing admitted traffic on a hop at any point in time packets of a flow may experience zero to maximum delay across the hop. This is the per-hop jitter. This jitter is additive across multiple hope, resulting in the inability for applications requiring (near) synchronous packet delivery to solely rely on such mechanisms. It likewise limits the ability of high utilization of networks with large number of bounded latency flows.</t>

<t>The basic principle on which gLBF operates was already proposed by researchers in the early 1990th
and called "Dampers". These dampers where not pursued or adopted due to the lack of network equipment capabilities
back then.  Only with recent and upcoming improvements in advanced forwarding planes will it be possible to
build these technologies at scale and cost.</t>

<t>Contrary to other proposals, gLBF does not require network wide clock synchronization.  Likewise, it does not need to maintain per-flow state at network nodes, as delay budget and the queuing delay variations that are to be absorbed are carried as part of the packets themselves, making them "self-contained".  This eliminate the for the per-flow, per-hop state maintenance required by TSN-ATS, which involves
scaling problems of signaling this per-flow state to every hop from the controller-plane as well as the
high-speed networking hardware implementation cost of high-speed speed read/write memory access to retrieve,
process and update these per-flow state variables for large number of flows.</t>

<t>Opposed to other damper proposals, gLBF also supports the queuing model and calculus of Urgency Based Scheduling (UBS, <xref target="UBS"/>),
which is used by 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.</t>

<t>While gLBF as presented here is intended for use with IETF forwarding protocols and to provide
DetNet QoS for bounded latency and lower bounded jitter, it would equally applicable to other forwarding
planes, such as IEEE 802.1 Ethernet switching - assuming appropriate packet headers are defined
to carry the hop-by-hop and end-to-end metadata required by the mechanism.</t>

</section>
<section anchor="application-scenarios-and-use-cases"><name>Application scenarios and use cases</name>

<t>gLBF addresses the same use cases that are targeted by deterministic networking and high-precision networking services in general.  Common requirements of those services involve the need to provide service levels within very tightly defined service level bounds, in particular very specific latencies without the possibility of congestion-induced loss.  The ability to provide services with corresponding service level guarantees enables many applications that would simply not be feasible without such guarantees.  The following describes some use cases and application scenarios.</t>

<t>The development towards autonomous driving vehicles leads to new requirements and a high demand of computational resources that are often not available within a car. A solution is to reduce the in-car processing to a minimum, and to offload more computational expensive tasks to the cloud environment. Due to the safety implications and use cases, a delay in the transport of message from the cloud to the car and vice versa is often not acceptable. This includes application scenarios such as trajectory planning for driverless vehicles, but also emergency notifications to surrounding cars that require a fast delivery of messages to prevent a delayed action in case of an accident. While the usage of TSN for in-vehicle networks is already investigated and more mature, the usage of a real-time communication with guaranteed latencies for vehicles with to the cloud is still an open challenge.</t>

<t>Another use case that is important for the automotive industry is to further optimise the manufacturing process by taking into account more data sources. Since most of the SCADA systems and PLCs cannot connect to large data lakes and perform more advanced computational jobs, a real-time communication to the shop floor from a cloud instance does have several benefits. First of all does it integrate more data into the decision making process, since the control algorithms to automate manufacturing sites located in a cloud environment can take into account more variables than single plant control systems. Another aspect is also to reduce the resources on a particular factory floor or plant by transferring complex, recurring and more resource computational jobs to a cloud provider where a lack of computational power is not the limiting factor. However, in such cases it is important that associated control can still occur in real-time and according to very precise timing constraints.  Such a development is already foreseen by trends such as Industry 4.0 and Control-as-a-Service (CaaS).</t>

</section>
<section anchor="background"><name>Background</name>

<t>The following background introduces and explains gLBF step by step.
It uses IEEE 802.1 "Time Sensitive Networking" (TSN) mechanisms for reference, because
at the time of this memo, TSN bounded latency mechanisms are the most commonly understood and
deployed mechanisms to provide bounded latency and jitter services.</t>

<t>All mechanisms compared here are as well as those used by TSN based on the overall service design
that traffic flows have a well-defined rate and burstyness, which are tracked by the controller-plane and
called here the "envelope" of the flow.</t>

<t>The traffic model used for gLBF is taken from UBS gives the flow a rate r [bps/sec] and
a burst size b [bits] and the traffic envelope condition is that the total number of
bits w(t) over a period t [sec] of for the flow must be equal to or smaller than (r * t + b).
In one typical case, a flow wants to send a packet of size b one every interval of p [sec].
This translates into a rate r = b / p for the flow because after the flow has sent the first packet
of b bits, it will take p seconds until (r * t) has a size of b again: (r * t) = ((b / p) * p).</t>

<t>The controller-plane uses this per-flow information to calculate for each flow a path with sufficient free bandwidth
and per-hop buffers so that the bounded end-to-end latency of packets can be guaranteed. It then
allocates bandwidth and buffer resources to the flow so that further flows will not impact it.</t>

<t>Within this framework, bounded latency mechanisms can in general be divided into "on-time" and "in-time"
mechanisms.</t>

<section anchor="in-time-mechanisms"><name>In-time mechanisms</name>

<t>"In-time" bounded latency mechanisms forward packets in an (almost) work conserving manner.</t>

<t>When there is no competing traffic in the network, packets of traffic flows that comply
to their admitted envelope are forwarded without any mechanism introduced queuing latency.
When the maximum amount of admitted traffic is present, then packets of admitted flows
will experience the maximum guaranteed, so-called bounded latency. In result, in-time mechanism
introduce the maximum amount of jitter because the amount of competing traffic can
quickly change and then the latency of packets will change greatly.</t>

<t>IEEE TSN Asynchronous Traffic Shaping is the prime example of
an in-time mechanism. IETF <xref target="RFC2212"/>, "Integrated Services" is an older mechanism
based on the same principles.  In-time mechanisms have the benefit of not requiring
clock-synchronization between nodes to support their queuing.</t>

</section>
<section anchor="on-time-mechanisms"><name>On-time mechanisms</name>

<t>On-time bounded latency mechanisms do deliver packets (near) synchronously with zero or a small
maximum jitter - significantly smaller than that of in-time mechanisms.</t>

<t>EEE TSN Cyclic Queuing and Forwarding (CQF) is an example of an on-time
mechanism as is the Tagged Cyclic Queuing and Forwarding (TCQF) mechanism proposed to DetNet.<br />
Unlike the before mentioned in-time mechanisms, these mechanisms require clock synchronization
between router.</t>

</section>
<section anchor="control-loops-vs-in-time-and-on-time"><name>Control loops vs. in-time and on-time</name>

<t>One set of applications that require or prefer on-time (low jitter) delivery of packets are
control loops in vehicles or industrial environments and hence low-speed and short-range networks.</t>

<t>Emerging or future use-cases such as remote PLC or remote driving extend these requirements also
into metropolitan scale networks. In these environments, on-time forwarding is also called
synchronous forwarding for synchronous control loops.</t>

<t>Typically, in synchronous control loops, central units such as Programmable Logic Controllers
(PLC) do control a set of sensors and actors, polling or periodically receiving status information
from sensors and sending action instructions to actors. When packet forwarding is
on-time (synchronous), this central unit does exactly know the time at which sensors
sent a packet and the time at which packets are received by actors and they can react on it.</t>

<t>These solutions do not require sensors and actors to have accurate, synchronised clocks. Instead,
the central unit can control the time at which sensor and actors perform their operations
within the accuracy of the (zero/low) jitter of the network packet transmission.</t>

<t>When bounded latency forwarding is (only) in-time, edge nodes in the network and/or sensors
and actors need to convert the packets arriving with high jitter into an on-time arrival model
to continue supporting this application required model.</t>

<t>This conversion is typically called a playout-buffer mechanism and involves the need to synchronizing time
between senders and receivers, and hence most commonly the need for the network to support clock
synchronization to support these edge devices and/or sender receivers.</t>

<t>In result, existing bounded latency mechanisms to support synchronous, on-time delivery of packets
do require clock synchronization across the network. In the existing mechanisms like CQF for
the forwarding mechanism itself, in the on-time mechanisms to synchronize edge-devices and hosts.</t>

</section>
<section anchor="challenges-with-network-wide-clock-synchronization"><name>Challenges with network wide clock synchronization</name>

<t>While clock synchronization is a well understood technology, it is also a significant operational
if not device equipment cost factor [TBD: Add details if desired].</t>

<t>Therefore, clock synchronization with e.g.: IEEE 1588 PTP is
only deployed where no simpler solutions exist that provide the same benefits but without
clock synchronization. Today this for example means that in mobile networks, only the so-called
fronthaul deploys clock synchronization, but not the backhaul.</t>

<t>In result, it could be a challenge
to introduce new applications such as the above mentioned remote PLC, driving applications if
they wanted to rely on a bounded latency network service. But even for existing markets such
as in-car or industrial networks, removal or reduction of the need for clock synchronization could
be a significant evolution to reduce cost and increase simplicity of solutions.</t>

</section>
</section>
</section>
<section anchor="glbf-introduction-informative"><name>gLBF introduction (informative)</name>

<section anchor="dampers"><name>Dampers</name>

<t>The principle of the mechanism presented here is the so-called "Damper" mechanism, first mentioned
in the early 1990th, but never standardized back then, primarily because the required forwarding
was considered to be too advanced to be supportable in equipment at the time. These limitations
are not starting to be resolved, and hence it seems like a good time to re-introduce this mechanism.</t>

<t>The principle of damper based forwarding is easily explained: When a packet is sent by a node A,
this node will have measured the latency L, how long the packet was processed by the node. The main factor
of L is  the queuing latency of the packet in A because of competing traffic sent to the
same outgoing interface. Based on the admission control and queuing algorithms used in the node, there
can be a known upper bound M(ax) for this processing latency though, and when the packet then arrives at the
next-hop receiving node B, this node will simply further delay the packet by (B-L), and in result
the packet will have synchronously been forwarded from A to B with a constant latency of M(ax).</t>

<figure title="Forwarding without Damper" anchor="FIG1"><artwork><![CDATA[
+------------------------+      +------------------------+ 
| Node A                 |      | Node B                 |
|   +-+         +-+      |      |   +-+         +-+      |
|-x-|F|---------|Q|------|------|-x-|F|---------|Q|------|
|   +-+         +-+      | Link |   +-+         +-+      |
+------------------- ----+      +------------------------+
  |<--------- Hop A/B latency --->|
]]></artwork></figure>

<t><xref target="FIG1"/> shows a single hop from node A to node B without Dampers.</t>

<t>A receives a packet. The F)orwarding module determines some outgoing
interface towards node B where it is enqueued into Q because
competing packets may already be in line to be sent from Q to B.
This is because packets may be arriving simultaneously from multiple
different input interfaces on A (not shown in picture), and/or the
speed of the receiving interface on A is higher than the speed of the
link to B.</t>

<t>Forwarding F can be L2 switching and/or L3 routing, the choice does not
impact the considerations described here.</t>

<t>When the packet is finally sent from Q over link to B, B repeats the same steps
towards the next (not shown) node.</t>

<t>(x) is the reception time of
the packet in A and B, and the per-hop latency of the packet
is xB - xA, predominantly determined by the time the packet has
to wait in Q plus any other relevant processing latency, fixed or
variable from F plus the propagation latency of the packet across
link, which is predominantly determined by the serialization latency
of the packet plus the propagation latency of the link, which is
the speed of light in the material used, for example fiber, where
the speed of light is 31 percent slower than across vacuum.</t>

<t>All the factors impacting the hop A/B latency other than Q in A are
naturally bounded: A well defined maximum can be calculated or
overestimated. The transmission of the packet from A to B is composed
from the serialization latency of the packet which can be calculated
from the packet length of the packet and per-packet-bit speed of the
packet. The propagation latency through the link can be calculated from
speed of light and material (speed of light is 31% slower through fiber than
vacuum for example). And so on.</t>

<t>To have a guaranteed bounded latency through Q, an admission control
system is required that tracks, accounts and limits the total amount
of traffic through Q. Admission control mechanisms rely on knowing the
maximum amount of bursts that each traffic flow can cause and adding
up those bursts to determine the maximum amount of simultaneous packet data
in Q that therefore impacts the maximum latency of each individual packet
through Q.</t>

<t>With such an admission control system, one can therefore calculate
a maximum hop A/B propagation latency MAX for a packet, but 
packets will naturally have variable hop A/B latency lower than MAX,
based on differences in packet size and differences in competing
traffic. In result, their relative arrival times xB in B will be different
from their relative arrival times xA in A. This leads to so-called
"burst-aggregation" and hence the problem that the admission control
system can not easily calculate the maximum burst and latency
through Q in B as it can do for Q in A.</t>

<t>If however packets could be made to be forwarded such that
their Hop A/B latency would all be the same (synchronous, on-time), then the
admission control system could apply the same calculus to
B as it was able to apply to A. This is what damper mechanisms attempt to achieve.</t>

<figure title="Forwarding with Damper" anchor="FIG2"><artwork><![CDATA[
+------------------------+      +------------------------+ 
| Node A                 |      | Node B                 |
|   +-+   +-+   +-+      |      |   +-+   +-+   +-+      |
|-x-|D|-y-|F|---|Q|------|------|-x-|D|-y-|F|---|Q|------|
|   +-+   +-+   +-+      | Link |   +-+   +-+   +-+      |
+------------------------+      +------------------------+
        |<- A/B in-time latency ->|
        |<--A/B on-time latency ------->|
]]></artwork></figure>

<t><xref target="FIG2"/> shows the most simple to explain, but not implement, Damper
mechanism to achieve exactly this. Node A measures the time at
xA, sends this value in a packet header to B. B measures the
time directly at reception of the packet in xB. It then delays
the packet for a time (MAX-(xB-yA)). In result, the latency
(yB-yA) will exactly be MAX, up to the accuracy of the damper.</t>

<t>The first challenge with simple approach is the need to synchronize
the clocks between A and B, so that (xB-yA) can correctly be calculated.</t>

<figure title="Forwarding with Damper and measuring" anchor="FIG3"><artwork><![CDATA[
+------------------------+      +------------------------+ 
| Node A                 |      | Node B                 |
|   +-+   +-+   +-+      |      |   +-+   +-+   +-+      |
|-x-|D|-y-|F|---|Q|----z-|------|-x-|D|-y-|F|---|Q|----z-|
|   +-+   +-+   +-+      | Link |   +-+   +-+   +-+      |
+------------------------+      +------------------------+
        |<- A/B in-time latency ->|
        |<--A/B on-time latency ------->|
]]></artwork></figure>

<t><xref target="FIG3"/> shows how this can be resolved by also measuring the time
at z. A calculates d = (MAX1-(zA-yA)) and sends d in a header of the
packet to B. B then delays the packet in D by d relative to the also
locally measured time xB. Because the calculation of d in A and the
delay by d in D does not depend on clock synchronization between A
and B anymore, this approach eliminate the need for clock synchronization.</t>

<t>But in result of this change, the measurement of latency incurred by
transmitting the packet over link is also not included in this
approach.</t>

<t>MAX1 in this approach is the bounded latency for all processing of
a packet except for this link propagation latency P, equivalent to
the speed of light across the transmission medium times the length of the medium,
and MAX = MAX1 + P.</t>

<t>The serialization latencies latency across the sending interface
on A and the receiving interface on B can be included in MAX1 though.
It is only necessary for the measured timestamps zA and xB to
be the logically for the same point in time assuming the link had a minimum
length, e.g.: for a  back to back connection. For example, the reference
time is the time when the first bit of the packet can be observed
on the shortest wire between A an B. A can most likely measure zA only
some fixed offset o of time before r, hence needs to correct zA += o
before calculating d. Likewise, B could for example only measure xB
exactly after the whole packet arrived. this would be l * r later than
the reference time, where r is the serialization rate of the receiving
interface on B and l is the length of the packet. B would hence need
to adjust d -= l * r to subtract this time from the time the packet
needs to be delayed in D.</t>

<figure title="gLBF refined model" anchor="FIG4"><artwork><![CDATA[
+------------------------+      +------------------------+ 
| Node A                 |      | Node B                 |
| +-+    +-+   +-+   +-+ |      | +-+    +-+   +-+   +-+ |
|-|F|--x-|D|-y-|Q|-z-|M|-|------|-|F|--x-|D|-y-|Q|-z-|M|-|
| +-+    +-+   +-+   +-+ |      | +-+    +-+   +-+   +-+ |
+------------------------+      +------------------------+
       |<- Dampened Q ->|              |<- Dampened Q ->|
             |<- A/B in-time latency ->|
             |<--A/B on-time latency ------->|
]]></artwork></figure>

<t><xref target="FIG4"/> shows a further refined model for simpler implementation.
Larger routers/switches are typically modular, and forwarding
happens on a different modular component (such as a linecard)
than the queuing for the outgoing interface. Expecting clock
synchronization even within such a large device is undesirable.</t>

<t>In result, <xref target="FIG4"/> shows damper operation as occurring solely before
enqueuing packets into Q and after dequeuing them. The Damper
module measures the x timestamp, extracts d from the packet header,
adjusts it according to the above described considerations and then
delays the packet by that value and enqueues the packet afterwards. 
After the packet is dequeued, the Marking module measures the time
z, adjusts it according to the previously described considerations
calculates the value of d and overwrites the packet header before
sending the packet.</t>

</section>
<section anchor="dampers-and-controller-plane"><name>Dampers and controller-plane</name>

<figure title="Path selection and gLBF example" anchor="FIG5"><artwork><![CDATA[
         Controller-plane:
        Path Control  and
         Admission Control
      ..     .      .      ..
     .       .       .       . 
   +---+   +---+   +---+   +---+  Src---| A |---| B |---| C |---| D |
   +---+   +---+   +---+   +---+
     |       |       |       |
   +---+   +---+   +---+   +---+
   | E |---| F |---| G |---| H |--- Dst
   +---+   +---+   +---+   +---+
]]></artwork></figure>

<t>While the damper mechanism described so far can be realized with different
queuing mechanisms and hence different calculus for every interface
for which bounded latency can be supported, the role of the controller
plane involves other components beside admission control, and those
need to be possible to tightly be coupled with admission control for
efficient use of resources.</t>

<t><xref target="FIG5"/> shows the most common problem. The controller-plane needs to
provide for a new traffic flow from Src to Dst a path through the
network and reserve the resources. The most simple form for just bandwidth
reservation is called Constrained Shortest Path First (CSPF). With the
need to also provide end-to-end latency guarantees in support of bounded
latency, not only does the path calculation becomes more complex, but
many per-hop bounded latency queuing mechanisms support also to select
more than one per-hop latency on the hop, and the controller-plane
needs to determine for each hop of a possible hop, which one is best.</t>

<t>In result, the controller-plane needs to know exactly what parameters
the bounded latency queuing mechanism on each hop/interface can have
to perform these operations, and standardization of these parameters
ultimately results in standardizing the bounded latency queuing mechanism -
and not only the damper part.</t>

</section>
</section>
<section anchor="glbf-spec"><name>gLBF specification (normative)</name>

<section anchor="damper-with-ubs-queuingcalculus"><name>Damper with UBS queuing/calculus</name>

<t>guaranteed Latency Based Forwarding (gLBF) is using the queuing model
of Urgency Based Scheduling (UBS), which is also used in TSN
Asynchronus Traffic Shaping (TSN-ATS).  This allows gLBF to
re-use or co-develop one and the same controller-plane and its
optimization algorithms for bandwidth and latency control for
TSN-ATS or a DetNet L3 equivalent thereof and gLBF. Hence, gLBF
should provide the most easily operationalised on-time solution
for networks that want to evolve from an in-time model via TSN-ATS,
or that even would want to operate both options in parallel.</t>

<t>Effectively, gLBF replaces the per-flow interleaves regulators of UBS
with per-flow stateless damper operations. Where UBS only provides
for in-time latency guarantees, gLBF provides in result in-time
latency service, but with fundamentally the same calculus as UBS.</t>

<figure title="Path selection and gLBF example" anchor="FIG6"><artwork><![CDATA[
   +-----------------------------------------------+
   | UBS strict priority Queuing block             |
   |                                               |
   |               +--------------+   +----------+ |
   | +-------+   /-| Prio 1 queue |---|          | |
   | | Packet|  /  +--------------+   | Strict   | |
-->| | Prio  |->         ...         -| Priority | |--->
   | | enque |  \  +--------------+   | Schedule | |
   | +-------+   \-| Prio 8 queue |---|          | |
   |               +--------------+   +----------+ |
   +-----------------------------------------------+
]]></artwork></figure>

<t>Strict Priority Scheduling removes packets always from the
highest priority queue (1 is highest) that has a pending packet
and forward it. UBS defines two options for the traffic model
traffic flows. The more flexible one defines that each flow
specifies a rate r and a maximum burst size b (in bits).</t>

<t>In result, the bounded latency of a packet in priority 1 is (roughly)
the latency required to serialize the sum of the bursts 
of all the flows admitted into priority 1. The bounded latency of a packet
in priority 2 is that priority latency plus the latency required
to serialize the sum of the bursts of all the flows admitted into
priority 2. And so on.</t>

</section>
<section anchor="glbf-processing"><name>gLBF processing</name>

<t>The following text extends/refines the damper processing as necessary
for gLBF.</t>

<figure title="refined gLBF processing diagram" anchor="FIG7"><artwork><![CDATA[
   +------------------------+       +------------------------+ 
   | Node A                 |       | Node B                 |
   | +-+    +-+   +-+   +-+ |       | +-+    +-+   +-+   +-+ |
 --|-|F|--x-|D|-y-|Q|-z-|M|-|-------|-|F|--x-|D|-y-|Q|-z-|M|-|--->
IIF| +-+    +-+   +-+   +-+ |OIF IIF| +-+    +-+   +-+   +-+ |OIF
   +------------------------+       +------------------------+
          |<- Dampened Q ->|               |<- Dampened Q ->|
                |<- A/B in-time latency -->|
                |<--A/B on-time latency -------->|
]]></artwork></figure>

<t>The Delay module retrieves the delay from a packet header fields,
requirements for that packet header field are defined in <xref target="DM"/>.</t>

<t>Because serialization speeds on the Incoming InterFace (IIF) will be different
for different IIF, and because D will likely need to compensate the measured
time x based on the packet length and serialization speed, an internal
packet header should maintain this information. Note that this is solely
an implementation consideration and should not impact the configuration model
of gLBF.</t>

<t>The Queuing module is logically as described in UBS, except that
the priority of a packet in gLBF is not selected based on per-flow state,
but instead an appropriate packet header field of the packet is looked
up in the Packet Prio Enque stage of Q and the packet accordingly
enqueued based on that fields value. Possible options for indicating
such a priority in a packet header field are defined below in <xref target="DM"/>.</t>

<t>Like Q, M also needs to look up the packet priority to know MAX1 for
the packet and hence calculate d that it rewrites in the packet header.</t>

<t>The overall configuration data model to be defined for gLBF is hence
the configuration data model for UBS, which is a set of priority queues
and their maximum size, and in addition for gLBF for each of these
queues a controller-plane calculated MAX maximum latency value to be used
by M.</t>

<t>Given how the node knows the serialization speed of OIF, MAX1 for each of
the queues could automatically be derived from the maximum length in bytes
for each of the UBS priority queues, but this may not provide enough
flexibility for fine-tuning (TBD), especially when packet downgrade as
describe below is used.</t>

<t>TBD: paint a small yang-like data model, even though its trivial, like in the TCQF draft.
This should primarily include additional diagnostic data model elements,
such as maximum occupancy of any of the priority queus and number of overruns.</t>

</section>
<section anchor="error-handling"><name>Error handling</name>

<t>A well specified standard for a damper mechanism such as described in
this document needs to take care of error cases as well. The prime error
condition is, when the sending node A of a gLBF packet recognizes that
the packet was enqueued for longer than MAX1 and hence the to-be-calculated
delay to be put into the packet would have to be &lt; 0.</t>

<t>In this case, error signaling, such as ICMPv6/ICMP needs to be triggered
(throttled !), and the packet be discarded - to avoid failure of admission
control / congestion further down the path for other packets as well.</t>

<t>The data model (below) describes an optional data model that allows
instead of discarding of the packet to signal an ECN like mechanism together
with lower-priority forwarding of such packet to inform the receiver directly
about the problem and allow the application to deal with such conditions
better than through other error signaling.</t>

</section>
<section anchor="DM"><name>Data Model for gLBF packet metadata</name>

<t>gLBF is specifically designated to support per-hop, per-flow stateless
operations because it does not require any per-flow, but only per-packet
metadata for its processing. While it is possible to</t>

<section anchor="damper-24-bit-value-unit-1-usec"><name>damper:  24 bit value, unit 1 usec.</name>

<t>This is a value potentially different for every packet in a flow
and it is rewritten by every gLBF forwarder along the path.</t>

<t>gLBF requires a packet header indicating the delay that the damper
on the next hop needs to apply to the packet. Dampening only needs
to be accurate to the extent that synchronous delivery needs to be
accurate. A unit of 1 usec is considered today to be sufficient for
all purposes. The maximum size of delay is the maximum per-hop
queuing latency. 65 msec is considered to be much more than ever
desirable. Therefore, a 16 bit header field is sufficient.</t>

<t>Note that link propagation latency does not impact delay. Hence
the size of delay does not create any constraint on the length of links.</t>

</section>
<section anchor="end-to-end-priority-3-bits"><name>end-to-end-priority: 3 bits</name>

<t>This is a field that needs to be the same for all packets of
a flow so that they will be forwarded with the same latency
processing and hence do not incur different latencies and therefore
possible reordering. This field is written when the packet
enters the gLBF path and only read.</t>

<t>8 Priorities and hence 8 different latencies per hop are considered
sufficient on a per-hop basis. If prio is an end-to-end packet header 
field such as by using 8 different DSCP in IPv6/IP, this results in
8 different latency traffic classes.</t>

</section>
<section anchor="hop-by-hop-priority-3-bits-per-hop"><name>hop-by-hop-priority: 3 bits (per hop)</name>

<t>This is a better, more advanced alternative to the end-to-end-priority.
This data is optional. If it is present for a particular hop, then
it supersedes the end-to-end-priority.</t>

<t>Because this data is per-hop, it should not be encoded in an
end-to-end part of the packet header, but into a hop-by-hop part of the
header:</t>

<t>Because DetNet traffic needs the resources of each flow to be controlled,
re-routing of DetNet flows without the controller-plane is highly
undesirable and could easily result in congestion. A per-hop,
per-flow stateless forwarding mechanism such as SR-MPLS or SRv6 is
therefore highly desirable to provide a per-hop steering field. The priority
could easily be part of such a per-hop steering field by allocating
dynamically, or on-demand up to 8 different SID (Segment IDentifiers),
such as up to 8 MPLS labels, or using 3 bits of the parameter field
of IPv6 SIDs.</t>

<t>When such per-hop priority is indicated, the controller-plane can
support much more than 8 end-to-end latencies, simply by using different
per-hop latencies. For example one flow may use priority 1-1-1-1-1
across four hops, the new slower flow may use 1-2-1-2 across 4 hops,
the next one may use 2-2-2-2, and so on.</t>

</section>
<section anchor="phop-prio-3-bits"><name>phop-prio: 3 bits</name>

<t>This field is re-written on every hop when hop-by-hop-priorities are used.</t>

<t>This is an optional field which may be beneficial in and end-to-end
header if hop-by-hop priorities are used for forwarding in gLBF
and the hop-by-hop-priority of the packet on the prior hop is not
available from the hop-by-hop packet header anymore. This is typically
the case in MPLS based forwarding, such as SR-MPLS because this information
would have been removed. Note that this header field is only required
in support of optional simplified high-speed forwarding implementation
options.</t>

</section>
<section anchor="error-handling-data-items"><name>Error handling data items</name>

<t>Di: one bit</t>

<t>Downgrade intent. This bit is set when the packet enters the gLBF
domain and never changed.</t>

<t>Ds: one bit</t>

<t>Downgrade status. This bit is set to 0 when the packet enters the
gLBF domain and potentially changed to 1 by one gLBF forwarder
as described in the following.</t>

<t>When the Di bit is not set, and a gLBF forwarder recognizes that the
packet can not be forwarded within its guaranteed latency, the packet
is discarded and forwarding plane specific error signaling is triggered
(such as IGMP/ICMPv6). Discarding is done to avoid causing latency
errors further down the path because of this packet.</t>

<t>When this bit is set, the packet will not be discarded, but instead
the Ds bit is set to indicate that the packet must not be forwarded
with gLBF guaranteed latency anymore, but only with best or even
lower-than-best effort.</t>

<t>Di and DS may be encoded into the two ECN bits for IP/IPv6 dataplanes.
The required behavior should be backward compatible with existing
ECN implementations should the packet unexpected pass a router that
processes the packet not as gLBF.</t>

</section>
<section anchor="accuracy-and-sizing-of-the-damper-field-considerations"><name>Accuracy and sizing of the damper field considerations</name>

<t>This memo recommends that the damper field in packet headers has
a size of 24 bits or larger and represents the dampening time with
a resolution of 1 nsec. The following text explains the reasoning
for this recommendation.</t>

<t>The accuracy needed for the damper value in the packet header as well
as the internal calculations performed for gLBF depends on a variety of
factors. The most important factor is the accuracy of the provided
bounded latency as desired/required by the applications.</t>

<t>Even though Ethernet is defined as an asynchronous medium, the
clock accuracy is required to be +- 100 ppm (part per million). For a
1500 byte packet across a 100 Mbps Ethernet the propagation
latency difference between fastest and slowest clock is 24 nsec.
If gLBF is to be supported also on such slower speed networks with
multiple hops, then these errors may add up (?), and it is likely
not possible to provide end-to-end propagation latency accuracy
much better than 1 usec without requiring more transmission
accuracy through mechanisms such as PTP - which gLBF attempts
to avoid/minimize. For higher speed links, errors in short term
propagation latency variation becomes irrelevant though.</t>

<t>In WAN network deployments, propagation latency is in the order of
msec such as ca. 1 msec for 250 Km of fiber. Serialization latency
on a 1gbps Ethernet is ca. 1 usec for a 128 byte packet. It is
likely that an accuracy of propagation latency in the order of
1 usec is sufficient when the round-trip-time is potentially
1000 times faster.</t>

<t>In result of these two simple data points, we consider that the
accuracy of end-to-end propagation latency of interest is 1 usec.
To avoid introducing additive errors, the resolution
of the damper value needs to be higher. This memo therefore
considers to use 1 nsec resolution to represent damper values.
This too is the value used in PTP.</t>

<t>The maximum value and hence the size of the damper field in
packets depends on the maximum latency introduced in
buffering on the sending node plus smaller factors such
as serialization latency. This maximum is primarily depending
on the slowest links to be supported. A 128 byte packet
on a 100 Mbps link has ca. 10 usec propagation latency.
With just 16 bit damper value with nsec accuracy this would
allow only 6 packet buffers. This may be too low. Hence
the damper field should at minimum be at least 24 bits.</t>

</section>
</section>
<section anchor="ingress-and-egress-processing"><name>Ingress and Egress processing</name>

<section anchor="network-ingress-edge-policing"><name>Network ingress edge policing</name>

<t>When packets enter a gLBF domain from a prior hop,
such as a node from a different domain or a sending host, and that
prior hop is sending gLBF packet markings, then the timing
of the packet arrival as well as the markings in packet header(s) for
gLBF MUST only be observed when that prior hop is trusted by the gLBF domain</t>

<t>If the prior hop can not be trusted for correct marking and/or timing of
the packets, the first-hop gLBF node in the gLBF domain MUST implement
a per-flow policer for the flow to avoid that packets from such a prior hop will cause
problems with gLBF guarantees in the gLBF domain.</t>

<t>A policer is to be placed logically after the damper module of gLBF and 
before the queuing module.</t>

<t>Instead of a policer, the ingress edge node of the gLBF domain MAY instead
use a per-flow shaper or interleaved regulator. When a prior hop sends
for example packets of a flow with too high a rate, a shaper would
attempt to avoid discard packets from such a flow until also the burst size
of the flow is exceeded, by further delaying them. A policer would immediately
discard any packets that does not meet their flows envelope.</t>

</section>
<section anchor="glbf-sender-types"><name>gLBF sender types</name>

<section anchor="simple-glbf-senders"><name>Simple gLBF senders</name>

<t>Senders are expected to send their traffic flows such that their
relative timing complies to the admitted traffic envelope. Senders
that for example only send one flow, such as simple sensors or
actors, typically will be able to do this.</t>

<t>When senders can actually do this (send packets for gLBF with the
right timing), then these packets do not need to have gLBF packet header elements.
Instead, this ingress network node can calculate the damper time locally from
the following consideration to avoid any need for gLBF processing
in the sender.</t>

<t>The maximum gLBF damper time in this case is the serialization time of the largest packet
for gLBF received from the sender. Thus, when the sender sends smaller
packets than the maximum admitted packet size, then the first hop network
node needs to dampen packets based on that difference in serialization time.</t>

</section>
<section anchor="normal-glbf-senders"><name>Normal gLBF senders</name>

<t>When senders can not fully comply to send packets with their
admitted envelope, then they need to implement gLBF and indicate in the packet header the
gLBF damper value. For example, when the sender can not ensure that
at the target sending time of a gLBF packet the outgoing interface is
free, then that other still serializing packet will impact the timing
of the following packet(s) for gLBF. Another reason is when the sender has to send
packets from multiple flows and those can not or are are not generated in a coordinated
fashion to avoid delay, then they could compete on the outgoing interface
of the sender, introducing delay.</t>

<t>Normal gLBF senders simply need to implement the queue and marking stage
of gLBF, but not the dampening stage, because that only applies to receivers/forwarders.</t>

</section>
<section anchor="non-glbf-senders"><name>Non gLBF senders</name>

<t>When senders can not be simple gLBF senders but can also not
implement the gLBF queuing and marking stage, then the following
first hop node of the gLBF domain needs to treat them like untrusted
prior hop but always use a shaper or interleaved regulator so as not
to discard their packets.</t>

</section>
</section>
<section anchor="receivers-and-glbf"><name>receivers and gLBF</name>

<section anchor="normal-glbf-receivers"><name>Normal gLBF receivers</name>

<t>Normal gLBF receivers can process packet gLBF markings and need to 
therefore implement the gLBF dampening block.</t>

</section>
<section anchor="glbf-incapable-receivers"><name>gLBF incapable receivers</name>

<t>When receivers can not implement the gLBF dampening stage, then
the worst-case burst that may arrive at the receiver is to be
counted as added jitter to the end-to-end service.</t>

<t>It is impossible to let the network eliminate such bursts without
additional coordination and gating of packets across all senders
and their network ingress nodes by gating of those packets. This is
not a gLBF specific issue, but simply a limitation of the (near)
synchronous service model offered by gLBF and equally exists
in any delay and latency model with this type of service:</t>

<t>Consider a set of N senders conspire to generate a burst at the
same receiver. They do know from the admission control model the
latency each of them has to that receiver and can thus time the generation
of packets such that the last-hop router would have to send all those
N packets (one from each sender) in parallel on the interface. Which
is obviously not possible.</t>

<t>With gLBF capable receivers, this possible burst is taken into account
by including the latency introduced by such a worst-case burst into the
end-to-end latency through the controller-plane, and indicating the actual
latency that the packet needs to be dampened in the gLBF header field to the receiver.
But when the receiver does not support such dampening, then that
maximum last-hop burst-size simply turns into possible jitter.</t>

</section>
</section>
<section anchor="further-considerations"><name>Further considerations</name>

<t>A host may be a different type of gLBF sender than it is gLBF receiver.
In a common case in cloud applications, a container or VM in a data center
may the a sender/receiver, and such an application may be considered
to be trusted by the gLBF domain if it is an application of the network
operator itself (such as part of a higher level service of the network operator),
but not when it is a customer application.</t>

<t>gLBF marking needs to happen after contention of packets from all applications,
so it is something that can considered to happen inside the operating system.
This operating system of such a host may not (yet) implement gLBF, so
it may not be possible to correctly generate the gLBF marking as a sender.
Instead, the application may generate the appropriate packet markings for
steering and gLBF, but may need to leave the damper marking incorrect.</t>

<t>On the other hand, dampening received gLBF packets on a receiver can happen at the
application level, so that the operating system does not need to do it. Such
dampening is exactly the same functionality that in applications is normally
called "playout buffering", except that it will be a much smaller amount of
delay time because playout buffering needs to take the whole path delay into
account, whereas gLBF dampening is only for the prior hop.</t>

</section>
<section anchor="summary-1"><name>Summary</name>

<t>There is a non-trivial set of options for ingress/egress processing
that could be beneficial to simplify and secure dealing with different
type of sender and receivers.</t>

<t>Later versions of this memo can attempt
to define specific profiles of edge behavior to limit the recommended
set of implememtation options for sender/receivers and gLBF edge nodes.</t>

</section>
</section>
</section>
<section anchor="controller-plane-considerations-informative"><name>Controller-plane considerations (informative)</name>

<section anchor="glbf-versus-ubs-tsn-ats"><name>gLBF versus UBS / TSN-ATS</name>

<t>By relying on <xref target="UBS"/> for both the traffic model as well as the
bounded latency calculus, gLBF should be easy to operationalize
by relying on controller-plane implementations for TSN-ATS: UBS/TSN-ATS
and gLBF provide the same bounded latency and use the same model
to manage bandwidth for different flows: By calculating which
flow needs to go on which hop into which priority queues.</t>

<t>The main change to a UBS/TSN-ATS controller-plane when using gLBF
is that when a flow is to be admitted into the network, removed,
or rerouted. In UBS, each of these operations imply that the
controller-plane needs to signal to each node along the path
the traffic flow parameters so the forwarding plane can establish
the per-hop,per-flow state for the flow. Depending on network
configuration this will also imply configuration of the next-hop
for the flow for the routing.</t>

<t>For gLBF hop-by-hop operations, the first hop needs to receive
the per-path or per-hop priority information that is then imposed
into an appropriate packet header for the flows packets.</t>

</section>
<section anchor="first-hop-policing"><name>first-hop policing</name>

<t>In gLBF, the controller-plane has to perform this action only against
the ingress node to the gLBF domain. The traffic parameters such as
rate and burst size are only relevant to establish a policer so
that the flow can not violate the admitted traffic parameters for
the flow. This "policing" on the first hop is actually a function
independent of gLBF, UBS or any other method used across the path.</t>

</section>
<section anchor="path-steering"><name>path steering</name>

<t>gLBF operated independently of the path steering mechanism, but
the controller-plane will very likely want to ensure that gLBF
(or for that matter any DetNet) traffic does not unexpectedly gets
rerouted by in-networking routing mechanisms because normally
it will or can not reserve resources for such re-routed flows
on such arbitrary failure paths without significant additional
effort and/or waste of resources.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA considerations</name>

<t>None yet.</t>

</section>
<section anchor="changelog"><name>Changelog</name>

<t>[RFC-editor: please remove]</t>

<t>00 Initial version.</t>

<t>01 Added use cases from  Stefan</t>

<t>02 refresh only, waiting for progress in WG discussion</t>

<t>03 refresh, affiliation change of co-author</t>

<t>04 refresh, still waiting for more discuss in detnet</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC2210">
  <front>
    <title>The Use of RSVP with IETF Integrated Services</title>
    <author fullname="J. Wroclawski" initials="J." surname="Wroclawski"/>
    <date month="September" year="1997"/>
    <abstract>
      <t>This note describes the use of the RSVP resource reservation protocol with the Controlled-Load and Guaranteed QoS control services. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2210"/>
  <seriesInfo name="DOI" value="10.17487/RFC2210"/>
</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="RFC2474">
  <front>
    <title>Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers</title>
    <author fullname="K. Nichols" initials="K." surname="Nichols"/>
    <author fullname="S. Blake" initials="S." surname="Blake"/>
    <author fullname="F. Baker" initials="F." surname="Baker"/>
    <author fullname="D. Black" initials="D." surname="Black"/>
    <date month="December" year="1998"/>
    <abstract>
      <t>This document defines the IP header field, called the DS (for differentiated services) field. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2474"/>
  <seriesInfo name="DOI" value="10.17487/RFC2474"/>
</reference>

<reference anchor="RFC3270">
  <front>
    <title>Multi-Protocol Label Switching (MPLS) Support of Differentiated Services</title>
    <author fullname="F. Le Faucheur" initials="F." role="editor" surname="Le Faucheur"/>
    <author fullname="L. Wu" initials="L." surname="Wu"/>
    <author fullname="B. Davie" initials="B." surname="Davie"/>
    <author fullname="S. Davari" initials="S." surname="Davari"/>
    <author fullname="P. Vaananen" initials="P." surname="Vaananen"/>
    <author fullname="R. Krishnan" initials="R." surname="Krishnan"/>
    <author fullname="P. Cheval" initials="P." surname="Cheval"/>
    <author fullname="J. Heinanen" initials="J." surname="Heinanen"/>
    <date month="May" year="2002"/>
    <abstract>
      <t>This document defines a flexible solution for support of Differentiated Services (Diff-Serv) over Multi-Protocol Label Switching (MPLS) networks. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3270"/>
  <seriesInfo name="DOI" value="10.17487/RFC3270"/>
</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="RFC8200">
  <front>
    <title>Internet Protocol, Version 6 (IPv6) Specification</title>
    <author fullname="S. Deering" initials="S." surname="Deering"/>
    <author fullname="R. Hinden" initials="R." surname="Hinden"/>
    <date month="July" year="2017"/>
    <abstract>
      <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="86"/>
  <seriesInfo name="RFC" value="8200"/>
  <seriesInfo name="DOI" value="10.17487/RFC8200"/>
</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>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC3209">
  <front>
    <title>RSVP-TE: Extensions to RSVP for LSP Tunnels</title>
    <author fullname="D. Awduche" initials="D." surname="Awduche"/>
    <author fullname="L. Berger" initials="L." surname="Berger"/>
    <author fullname="D. Gan" initials="D." surname="Gan"/>
    <author fullname="T. Li" initials="T." surname="Li"/>
    <author fullname="V. Srinivasan" initials="V." surname="Srinivasan"/>
    <author fullname="G. Swallow" initials="G." surname="Swallow"/>
    <date month="December" year="2001"/>
    <abstract>
      <t>This document describes the use of RSVP (Resource Reservation Protocol), including all the necessary extensions, to establish label-switched paths (LSPs) in MPLS (Multi-Protocol Label Switching). Since the flow along an LSP is completely identified by the label applied at the ingress node of the path, these paths may be treated as tunnels. A key application of LSP tunnels is traffic engineering with MPLS as specified in RFC 2702. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3209"/>
  <seriesInfo name="DOI" value="10.17487/RFC3209"/>
</reference>

<reference anchor="RFC4875">
  <front>
    <title>Extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for Point-to-Multipoint TE Label Switched Paths (LSPs)</title>
    <author fullname="R. Aggarwal" initials="R." role="editor" surname="Aggarwal"/>
    <author fullname="D. Papadimitriou" initials="D." role="editor" surname="Papadimitriou"/>
    <author fullname="S. Yasukawa" initials="S." role="editor" surname="Yasukawa"/>
    <date month="May" year="2007"/>
    <abstract>
      <t>This document describes extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for the set up of Traffic Engineered (TE) point-to-multipoint (P2MP) Label Switched Paths (LSPs) in Multi- Protocol Label Switching (MPLS) and Generalized MPLS (GMPLS) networks. The solution relies on RSVP-TE without requiring a multicast routing protocol in the Service Provider core. Protocol elements and procedures for this solution are described.</t>
      <t>There can be various applications for P2MP TE LSPs such as IP multicast. Specification of how such applications will use a P2MP TE LSP is outside the scope of this document. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4875"/>
  <seriesInfo name="DOI" value="10.17487/RFC4875"/>
</reference>

<reference anchor="RFC8296">
  <front>
    <title>Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and Non-MPLS Networks</title>
    <author fullname="IJ. Wijnands" initials="IJ." role="editor" surname="Wijnands"/>
    <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen"/>
    <author fullname="A. Dolganow" initials="A." surname="Dolganow"/>
    <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
    <author fullname="S. Aldrin" initials="S." surname="Aldrin"/>
    <author fullname="I. Meilik" initials="I." surname="Meilik"/>
    <date month="January" year="2018"/>
    <abstract>
      <t>Bit Index Explicit Replication (BIER) is an architecture that provides optimal multicast forwarding through a "multicast domain", without requiring intermediate routers to maintain any per-flow state or to engage in an explicit tree-building protocol. When a multicast data packet enters the domain, the ingress router determines the set of egress routers to which the packet needs to be sent. The ingress router then encapsulates the packet in a BIER header. The BIER header contains a bit string in which each bit represents exactly one egress router in the domain; to forward the packet to a given set of egress routers, the bits corresponding to those routers are set in the BIER header. The details of the encapsulation depend on the type of network used to realize the multicast domain. This document specifies a BIER encapsulation that can be used in an MPLS network or, with slight differences, in a non-MPLS network.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8296"/>
  <seriesInfo name="DOI" value="10.17487/RFC8296"/>
</reference>

<reference anchor="RFC8402">
  <front>
    <title>Segment Routing Architecture</title>
    <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
    <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
    <author fullname="L. Ginsberg" initials="L." surname="Ginsberg"/>
    <author fullname="B. Decraene" initials="B." surname="Decraene"/>
    <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
    <author fullname="R. Shakir" initials="R." surname="Shakir"/>
    <date month="July" year="2018"/>
    <abstract>
      <t>Segment Routing (SR) leverages the source routing paradigm. A node steers a packet through an ordered list of instructions, called "segments". A segment can represent any instruction, topological or service based. A segment can have a semantic local to an SR node or global within an SR domain. SR provides a mechanism that allows a flow to be restricted to a specific topological path, while maintaining per-flow state only at the ingress node(s) to the SR domain.</t>
      <t>SR can be directly applied to the MPLS architecture with no change to the forwarding plane. A segment is encoded as an MPLS label. An ordered list of segments is encoded as a stack of labels. The segment to process is on the top of the stack. Upon completion of a segment, the related label is popped from the stack.</t>
      <t>SR can be applied to the IPv6 architecture, with a new type of routing header. A segment is encoded as an IPv6 address. An ordered list of segments is encoded as an ordered list of IPv6 addresses in the routing header. The active segment is indicated by the Destination Address (DA) of the packet. The next active segment is indicated by a pointer in the new routing header.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8402"/>
  <seriesInfo name="DOI" value="10.17487/RFC8402"/>
</reference>

<reference anchor="RFC8754">
  <front>
    <title>IPv6 Segment Routing Header (SRH)</title>
    <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
    <author fullname="D. Dukes" initials="D." role="editor" surname="Dukes"/>
    <author fullname="S. Previdi" initials="S." surname="Previdi"/>
    <author fullname="J. Leddy" initials="J." surname="Leddy"/>
    <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
    <author fullname="D. Voyer" initials="D." surname="Voyer"/>
    <date month="March" year="2020"/>
    <abstract>
      <t>Segment Routing can be applied to the IPv6 data plane using a new type of Routing Extension Header called the Segment Routing Header (SRH). This document describes the SRH and how it is used by nodes that are Segment Routing (SR) capable.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8754"/>
  <seriesInfo name="DOI" value="10.17487/RFC8754"/>
</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="RFC8986">
  <front>
    <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
    <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
    <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo"/>
    <author fullname="J. Leddy" initials="J." surname="Leddy"/>
    <author fullname="D. Voyer" initials="D." surname="Voyer"/>
    <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
    <author fullname="Z. Li" initials="Z." surname="Li"/>
    <date month="February" year="2021"/>
    <abstract>
      <t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t>
      <t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t>
      <t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8986"/>
  <seriesInfo name="DOI" value="10.17487/RFC8986"/>
</reference>

<reference anchor="RFC9016">
  <front>
    <title>Flow and Service Information Model for Deterministic Networking (DetNet)</title>
    <author fullname="B. Varga" initials="B." surname="Varga"/>
    <author fullname="J. Farkas" initials="J." surname="Farkas"/>
    <author fullname="R. Cummings" initials="R." surname="Cummings"/>
    <author fullname="Y. Jiang" initials="Y." surname="Jiang"/>
    <author fullname="D. Fedyk" initials="D." surname="Fedyk"/>
    <date month="March" year="2021"/>
    <abstract>
      <t>This document describes the flow and service information model for Deterministic Networking (DetNet). These models are defined for IP and MPLS DetNet data planes.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9016"/>
  <seriesInfo name="DOI" value="10.17487/RFC9016"/>
</reference>

<reference anchor="RFC9262">
  <front>
    <title>Tree Engineering for Bit Index Explicit Replication (BIER-TE)</title>
    <author fullname="T. Eckert" initials="T." role="editor" surname="Eckert"/>
    <author fullname="M. Menth" initials="M." surname="Menth"/>
    <author fullname="G. Cauchie" initials="G." surname="Cauchie"/>
    <date month="October" year="2022"/>
    <abstract>
      <t>This memo describes per-packet stateless strict and loose path steered replication and forwarding for "Bit Index Explicit Replication" (BIER) packets (RFC 8279); it is called "Tree Engineering for Bit Index Explicit Replication" (BIER-TE) and is intended to be used as the path steering mechanism for Traffic Engineering with BIER.</t>
      <t>BIER-TE introduces a new semantic for "bit positions" (BPs). These BPs indicate adjacencies of the network topology, as opposed to (non-TE) BIER in which BPs indicate "Bit-Forwarding Egress Routers" (BFERs). A BIER-TE "packets BitString" therefore indicates the edges of the (loop-free) tree across which the packets are forwarded by BIER-TE. BIER-TE can leverage BIER forwarding engines with little changes. Co-existence of BIER and BIER-TE forwarding in the same domain is possible -- for example, by using separate BIER "subdomains" (SDs). Except for the optional routed adjacencies, BIER-TE does not require a BIER routing underlay and can therefore operate without depending on a routing protocol such as the "Interior Gateway Protocol" (IGP).</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9262"/>
  <seriesInfo name="DOI" value="10.17487/RFC9262"/>
</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="SCQF">
   <front>
      <title>Segment Routing (SR) Based Bounded Latency</title>
      <author fullname="Mach Chen" initials="M." surname="Chen">
         <organization>Huawei</organization>
      </author>
      <author fullname="Xuesong Geng" initials="X." surname="Geng">
         <organization>Huawei</organization>
      </author>
      <author fullname="Zhenqiang Li" initials="Z." surname="Li">
         <organization>China Mobile</organization>
      </author>
      <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>
      <date day="7" month="July" year="2023"/>
      <abstract>
	 <t>   One of the goals of DetNet is to provide bounded end-to-end latency
   for critical flows.  This document defines how to leverage Segment
   Routing (SR) to implement bounded latency.  Specifically, the SR
   Identifier (SID) is used to specify transmission time (cycles) of a
   packet.  When forwarding devices along the path follow the
   instructions carried in the packet, the bounded latency is achieved.
   This is called Cycle Specified Queuing and Forwarding (CSQF) in this
   document.

   Since SR is a source routing technology, no per-flow state is
   maintained at intermediate and egress nodes, SR-based CSQF naturally
   supports flow aggregation that is deemed to be a key capability to
   allow DetNet to scale to large networks.


	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-chen-detnet-sr-based-bounded-latency-03"/>
   
</reference>


<reference anchor="LSDN">
   <front>
      <title>Large-Scale Deterministic IP Network</title>
      <author fullname="Li Qiang" initials="L." surname="Qiang">
         <organization>Huawei</organization>
      </author>
      <author fullname="Xuesong Geng" initials="X." surname="Geng">
         <organization>Huawei</organization>
      </author>
      <author fullname="Bingyang Liu" initials="B." surname="Liu">
         <organization>Huawei</organization>
      </author>
      <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
         <organization>Huawei</organization>
      </author>
      <author fullname="Liang Geng" initials="L." surname="Geng">
         <organization>China Mobile</organization>
      </author>
      <author fullname="Guangpeng Li" initials="G." surname="Li">
         </author>
      <date day="2" month="September" year="2019"/>
      <abstract>
	 <t>   This document presents the overall framework and key method for
   Large-scale Deterministic Network (LDN).  LDN can provide bounded
   latency and delay variation (jitter) without requiring precise time
   synchronization among nodes, or per-flow state in transit nodes.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-qiang-detnet-large-scale-detnet-05"/>
   
</reference>


<reference anchor="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>
      <author fullname="Fan Yang" initials="F." surname="Yang">
         <organization>Huawei Technologies</organization>
      </author>
      <date day="5" month="July" year="2024"/>
      <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-eckert-detnet-tcqf-06"/>
   
</reference>


<reference anchor="I-D.dang-queuing-with-multiple-cyclic-buffers">
   <front>
      <title>A Queuing Mechanism with Multiple Cyclic Buffers</title>
      <author fullname="Bingyang Liu" initials="B." surname="Liu">
         <organization>Huawei</organization>
      </author>
      <author fullname="Joanna Dang" initials="J." surname="Dang">
         <organization>Huawei</organization>
      </author>
      <date day="22" month="February" year="2021"/>
      <abstract>
	 <t>   This document presents a queuing mechanism with multiple cyclic
   buffers.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-dang-queuing-with-multiple-cyclic-buffers-00"/>
   
</reference>


<reference anchor="BIER-TE">
   <front>
      <title>Tree Engineering for Bit Index Explicit Replication (BIER-TE)</title>
      <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
         <organization>Futurewei Technologies Inc.</organization>
      </author>
      <author fullname="Michael Menth" initials="M." surname="Menth">
         <organization>University of Tuebingen</organization>
      </author>
      <author fullname="Gregory Cauchie" initials="G." surname="Cauchie">
         <organization>KOEVOO</organization>
      </author>
      <date day="25" month="April" year="2022"/>
      <abstract>
	 <t>This memo describes per-packet stateless strict and loose path steered replication and forwarding for &quot;Bit Index Explicit Replication&quot; (BIER) packets (RFC 8279); it is called &quot;Tree Engineering for Bit Index Explicit Replication&quot; (BIER-TE) and is intended to be used as the path steering mechanism for Traffic Engineering with BIER.

 BIER-TE introduces a new semantic for &quot;bit positions&quot; (BPs). These BPs indicate adjacencies of the network topology, as opposed to (non-TE) BIER in which BPs indicate &quot;Bit-Forwarding Egress Routers&quot; (BFERs). A BIER-TE &quot;packets BitString&quot; therefore indicates the edges of the (loop-free) tree across which the packets are forwarded by BIER-TE. BIER-TE can leverage BIER forwarding engines with little changes. Co-existence of BIER and BIER-TE forwarding in the same domain is possible -- for example, by using separate BIER &quot;subdomains&quot; (SDs). Except for the optional routed adjacencies, BIER-TE does not require a BIER routing underlay and can therefore operate without depending on a routing protocol such as the &quot;Interior Gateway Protocol&quot; (IGP).
	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-bier-te-arch-13"/>
   
</reference>


<reference anchor="DNBL">
   <front>
      <title>Deterministic Networking (DetNet) Bounded Latency</title>
      <author fullname="Norman Finn" initials="N." surname="Finn">
         <organization>Huawei Technologies Co. Ltd</organization>
      </author>
      <author fullname="Jean-Yves Le Boudec" initials="J." surname="Le Boudec">
         <organization>EPFL</organization>
      </author>
      <author fullname="Ehsan Mohammadpour" initials="E." surname="Mohammadpour">
         <organization>EPFL</organization>
      </author>
      <author fullname="Jiayi Zhang" initials="J." surname="Zhang">
         <organization>Huawei Technologies Co. Ltd</organization>
      </author>
      <author fullname="Balazs Varga" initials="B." surname="Varga">
         <organization>Ericsson</organization>
      </author>
      <date day="8" month="April" 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="Internet-Draft" value="draft-ietf-detnet-bounded-latency-10"/>
   
</reference>


<reference anchor="I-D.stein-srtsn">
   <front>
      <title>Segment Routed Time Sensitive Networking</title>
      <author fullname="Yaakov (J) Stein" initials="Y. J." surname="Stein">
         <organization>RAD</organization>
      </author>
      <date day="29" month="August" year="2021"/>
      <abstract>
	 <t>   Routers perform two distinct user-plane functionalities, namely
   forwarding (where the packet should be sent) and scheduling (when the
   packet should be sent).  One forwarding paradigm is segment routing,
   in which forwarding instructions are encoded in the packet in a stack
   data structure, rather than programmed into the routers.  Time
   Sensitive Networking and Deterministic Networking provide several
   mechanisms for scheduling under the assumption that routers are time
   synchronized.  The most effective mechanisms for delay minimization
   involve per-flow resource allocation.

   SRTSN is a unified approach to forwarding and scheduling that uses a
   single stack data structure.  Each stack entry consists of a
   forwarding portion (e.g., IP addresses or suffixes) and a scheduling
   portion (deadline by which the packet must exit the router).  SRTSN
   thus fully implements network programming for time sensitive flows,
   by prescribing to each router both to-where and by-when each packet
   should be sent.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-stein-srtsn-01"/>
   
</reference>


<reference anchor="I-D.eckert-detnet-bounded-latency-problems">
   <front>
      <title>Problems with existing DetNet bounded latency queuing mechanisms</title>
      <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
         <organization>Futurewei Technologies USA</organization>
      </author>
      <author fullname="Stewart Bryant" initials="S." surname="Bryant">
         <organization>Stewart Bryant Ltd</organization>
      </author>
      <date day="12" month="July" year="2021"/>
      <abstract>
	 <t>   The purpose of this memo is to explain the challenges and limitations
   of existing (standardized) bounded latency queuing mechanisms for
   desirable (large scale) MPLS and/or IP based networks to allow them
   to support DetNet services.  These challenges relate to low-cost,
   high-speed hardware implementations, desirable network design
   approaches, system complexity, reliability, scalability, cost of
   signaling, performance and jitter experience for the DetNet
   applications.  Many of these problems are rooted in the use of per-
   hop, per-flow (DetNet) forwarding and queuing state, but highly
   accurate network wide time synchronization can be another challenge
   for some networks.

   This memo does not intend to propose a specific queuing solution, but
   in the same way in which it describes the challenges of mechanisms,
   it reviews how those problem are addressed by currently proposed new
   queuing mechanisms.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-eckert-detnet-bounded-latency-problems-00"/>
   
</reference>


<reference anchor="UBS" >
  <front>
    <title>Urgency-Based Scheduler for Time-Sensitive Switched Ethernet Networks</title>
    <author initials="J." surname="Specht" fullname="Johannes Specht">
      <organization></organization>
    </author>
    <author initials="S." surname="Samii" fullname="Soheil Samii">
      <organization></organization>
    </author>
    <date year="2016"/>
  </front>
  <seriesInfo name="IEEE" value="28th Euromicro Conference on Real-Time Systems (ECRTS)"/>
</reference>
<reference anchor="LBF" >
  <front>
    <title>High-Precision Latency Forwarding over Packet-Programmable Networks</title>
    <author initials="T." surname="Eckert" fullname="Toerless Eckert">
      <organization></organization>
    </author>
    <author initials="A." surname="Clemm" fullname="Alexander Clemm">
      <organization></organization>
    </author>
    <date year="2020" month="April"/>
  </front>
  <seriesInfo name="IEEE" value="2020 IEEE/IFIP Network Operations and Management Symposium (NOMS 2020)"/>
  <seriesInfo name="doi" value="10.1109/NOMS47738.2020.9110431"/>
</reference>
<reference anchor="gLBF" target="https://dl.ifip.org/db/conf/cnsm/cnsm2021/1570754857.pdf">
  <front>
    <title>gLBF: Per-Flow Stateless Packet Forwarding with Guaranteed Latency and Near-Synchronous Jitter,</title>
    <author initials="T." surname="Eckert" fullname="Toerless Eckert">
      <organization></organization>
    </author>
    <author initials="A." surname="Clemm" fullname="Alexander Clemm">
      <organization></organization>
    </author>
    <author initials="S." surname="Bryant" fullname="Stewart Bryant">
      <organization></organization>
    </author>
    <date year="2021" month="October"/>
  </front>
  <seriesInfo name="IEEE" value="2021 17th International Conference on Network and Service Management (CNSM), Izmir, Turkey"/>
  <seriesInfo name="doi" value="10.23919/CNSM52442.2021.9615538"/>
</reference>
<reference anchor="gLBF-Springer2023" >
  <front>
    <title>High Precision Latency Forwarding for Wide Area Networks Through Intelligent In-Packet Header Processing (gLBF)</title>
    <author initials="T." surname="Eckert" fullname="Toerless Eckert">
      <organization></organization>
    </author>
    <author initials="A." surname="Clemm" fullname="Alexander Clemm">
      <organization></organization>
    </author>
    <author initials="S." surname="Bryant" fullname="Stewart Bryant">
      <organization></organization>
    </author>
    <date year="2023" month="February"/>
  </front>
  <seriesInfo name="Springer" value="Journal of Network and Systems Management, 31, Article number: 34 (2023)"/>
  <seriesInfo name="doi" value="https://doi.org/10.1007/s10922-022-09718-9"/>
</reference>
<reference anchor="IEEE802.1Q" target="https://doi.org/10.1109/ieeestd.2018.8403927">
  <front>
    <title>IEEE Standard for Local and Metropolitan Area Network — Bridges and Bridged Networks (IEEE Std 802.1Q)</title>
    <author >
      <organization>IEEE 802.1 Working Group</organization>
    </author>
    <date year="2018"/>
  </front>
  <seriesInfo name="doi" value="10.1109/ieeestd.2018.8403927"/>
</reference>
<reference anchor="IEEE802.1Qbv" >
  <front>
    <title>IEEE Standard for Local and metropolitan area networks -- Bridges and Bridged Networks - Amendment 25: Enhancements for Scheduled Traffic (TAS)</title>
    <author >
      <organization>IEEE Time-Sensitive Networking (TSN) Task Group.</organization>
    </author>
    <date year="2015"/>
  </front>
</reference>
<reference anchor="CQF" >
  <front>
    <title>IEEE Std 802.1Qch-2017: IEEE Standard for Local and Metropolitan Area Networks - Bridges and Bridged Networks - Amendment 29: Cyclic Queuing and Forwarding (CQF)</title>
    <author >
      <organization>IEEE Time-Sensitive Networking (TSN) Task Group.</organization>
    </author>
    <date year="2017"/>
  </front>
</reference>
<reference anchor="TSN-ATS" target="https://1.ieee802.org/tsn/802-1qcr/">
  <front>
    <title>P802.1Qcr - Bridges and Bridged Networks Amendment: Asynchronous Traffic Shaping</title>
    <author initials="J." surname="Specht" fullname="Johannes Specht">
      <organization></organization>
    </author>
    <date year="2020" month="July" day="09"/>
  </front>
  <seriesInfo name="IEEE" value=""/>
</reference>
<reference anchor="IPV6-PARMS" target="https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml">
  <front>
    <title>Internet Protocol Version 6 (IPv6) Parameters</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
  <seriesInfo name="IANA" value=""/>
</reference>
<reference anchor="LDN" target="https://dl.ifip.org/db/conf/networking/networking2021/1570696888.pdf">
  <front>
    <title>Towards Large-Scale Deterministic IP Networks</title>
    <author initials="B." surname="Liu" fullname="Binyang Liu">
      <organization></organization>
    </author>
    <author initials="S." surname="Ren" fullname="Shoushou Ren">
      <organization></organization>
    </author>
    <author initials="C." surname="Wang" fullname="Chuang Wang">
      <organization></organization>
    </author>
    <author initials="V." surname="Angilella" fullname="Vincent Angilella">
      <organization></organization>
    </author>
    <author initials="P." surname="Medagliani" fullname="Paolo Medagliani">
      <organization></organization>
    </author>
    <author initials="S." surname="Martin" fullname="Sebastien Martin">
      <organization></organization>
    </author>
    <author initials="J." surname="Leguay" fullname="Jeremie Leguay">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
  <seriesInfo name="IEEE" value="2021 IFIP Networking Conference (IFIP Networking)"/>
  <seriesInfo name="doi" value="10.23919/IFIPNetworking52078.2021.9472798"/>
</reference>
<reference anchor="multipleCQF" target="https://www.ieee802.org/1/files/public/docs2021/new-finn-multiple-CQF-0921-v02.pdf">
  <front>
    <title>Multiple Cyclic Queuing and Forwarding</title>
    <author initials="N." surname="Finn" fullname="Norm Finn">
      <organization></organization>
    </author>
    <date year="2021" month="October"/>
  </front>
</reference>


    </references>


<?line 1066?>

<section anchor="high-speed-implementation-considerations"><name>High speed implementation considerations</name>

<section anchor="high-speed-example-pseudocode-instead-of-reference-pseudocode"><name>High speed example pseudocode instead of reference pseudocode</name>

<t>This memo does not describe a normative reference code that aligns with
the normative functional description above <xref target="glbf-spec"/>. The primary reason
is that a naive 1:1 implementation of the functional description would
lead to inferior performance. Nevertheless, the feasibility of high speed
implementations is an important factor in the ability to deploy 
mechanisms like gLBF. Therefore, this appendix describes considerations
for such high speed implementations including pseudocode for on
possible option.</t>

<t><xref target="gLBF"/> describes two approaches for possible optimized hardware implementation
approaches for gLBF. One using "Push In First Out" (PIFO) queues, the
other one times FIFO queues. The following is a representation and
explanation of that second approach because it is hopefully more feasible
for nearer term hardware implementations given the fact that scalable
FIFO high-speed hardware implementations are still a matter for research.</t>

<t>However, the timed FIFO style algorithm presented here is also subject
to possible scalability challenges for hardware because it requires for
each outgoing interface  O(IIF * priorities^2) number of FIFO queues,
where IIF is the number of (incoming) interfaces on the node, and priorities is the
number of priority levels desired (TSN allows up to 8). If however
the priority of flows (packets) used is not per-hop but the same for every
hop (per-path), then the number is just (IIF * priorities).</t>

</section>
<section anchor="ubs-high-speed-implementations"><name>UBS high speed implementations</name>

<t>The algorithm for the pseudocode shown in this appendix further down in this section
is based on the analysis of gLBF behavior done in and for <xref target="gLBF"/>. 
This analysis re-applies the same type of analysis and algorithm that
was done in <xref target="UBS"/> and can be used to implement TSN-ATS in high
speed switching hardware. Therefore, this appendix will start by explaining
the UBS mechanisms.</t>

<t>UBS (see <xref target="UBS"/>, Figure 4), logically consists of two separate stages.
The first stage is a per priority, per incoming interface (IIF) interleaved
regulator. An interleaved regulator is a FIFO where dequeuing of the
queue head packet (qhead) is based on the per-flow state of qhead.</t>

<t>A target departure time for that qhead is calculated from the flow state of
the packet maintained on the router across packets and once that departure time
is reached, the packet is passed to one of the egress strict priority
queues. This is called interleaved regulator, because the FIFO will have
packets from multiple flows (all from the same incoming interface and
outgoing priority), hence 'interleave', and regulator because of the delaying
of the packet up to the target departure time.</t>

<t>The innovation of interleaved regulators as opposed to the prior per-flow shapers
as used in <xref target="RFC2210"/> is the recognition and mathematical proof that the arrival and
target departure times of all packets received from the same IIF (prior hop node)
and the same egress priority will be in order and that they can 
be enqueued into a single FIFO where the per-flow processing only needs to
happen for the qhead. Without (anything but negligible) added latency
vs. per-flow shapers.</t>

<t>With this understanding, the interleaved regulator and following strict
priority stage can easily be combined into a single queuing stage with
appropriate scheduling. In this "flattened" approach, each logical egress
strict priority queue consists of the per-IIF interleaved regulator (FIFO queue)
for that priority.</t>

<t>Scheduling of packets on egress does now need to perform the per-queue
processing of the per-flow state of the qhead, and then take the target
departure time of that packet into account, selecting the interleaved regulator
with the highest priority and earliest target departure time qhead.</t>

</section>
<section anchor="glbf-compared-to-ubs"><name>gLBF compared to UBS</name>

<t>In gLBF, the very same line of thoughts as in UBS can be applied and are the basis
for the described algorithm and shown pseudocode.</t>

<t>In glBF, the order of packets in their arrival and target departure times
depends on the egress priority, the IIF, but also on the priority the packet had
on the prior hop (pprio). All packets with the same (IIF,prio,prio) will arrive
in the same order in which they need to depart, and in which it is therefore
possible to use a FIFO to enqueue the packets and only do timed dequeuing
of the qhead.</t>

<t>Both prio and pprio are of interest, because when gLBF uses an encapsulation
allowing per-hop priority indications, its priority on each hop can be different.
In UBS, priority can equally be different across hops for the same packet,
but the prior hop priority is not necessary to put packets into separate
interleaved regulators because UBS targets in-time delay, where the
interleaved regulator does (only) need to compensate for burst accumulation,
but in gLBF the delay to be introduced depends on the damper value which
depends on the prior hop priority and in result, the order in which in
gLBF packets should depart (absent any burst accumulation) depends also
on the prior hop priority.</t>

<t>Because gLBF does not deal with per-flow state on the router as UBS
does in its interleaved regulators, the FIFOs for gLBF are called timed
FIFOs in this memo and not interleaved regulators</t>

</section>
<section anchor="comparison-to-normative-behavior"><name>Comparison to normative behavior</name>

<t>Whereas the normative description described D, Q and M blocks,
where the D block performs the dampening, and the Q block performs
the priority queuing block, in the high speed hardware optimization,
these are replaced by a single DQ block where the packets are
enqueued into a single stage per-(IIF,pprio,prio) FIFO (similar to UBS) and then
the dampening happens (similar to UBS) on dequeuing from that stage
by the damper time but scheduling/prioritizing packets based on their prio.</t>

<figure title="High Speed single stage gLBF" anchor="FIG-hs-diagram"><artwork><![CDATA[
   +------------------------+       +------------------------+ 
   | Node A                 |       | Node B                 |
   | +-+    +-------+   +-+ |       | +-+    +-------+   +-+ |
 --|-|F|--x-| DQ y  |-z-|M|-|-------|-|F|--x-| DQ y  |-z-|M|-|--->
IIF| +-+    +-------+   +-+ |OIF IIF| +-+    +-------+   +-+ |OIF
   +------------------------+       +------------------------+
          |<- Dampened Q ->|               |<- Dampened Q ->|
                 |<- A/B in-time latency ->|
                 |<--A/B on-time latency -------->|
]]></artwork></figure>

<t>In the normative definition, the damper value to be put into the packet
depended on the time y, where the packet left the damper stage D and
entered the priority queue stage Q. Simplified, the damper value is
(MAX1 - (z - y)).</t>

<t>In the high-speed implementation, the packets are not passed from
a damper state queue to a priority queue. Instead they stay in the
same queue. This is on one hand one of the core reasons why this
approach can support high speed - it does not require two-stage
enqueuing/dequeing/ But it eliminates also the ability to take a time stamp
at time y.</t>

<t>To therefore be able to replicate the normative gLBF behavior with a
single stage, it is necessary in the marking stage M (where the new
damper value is calculated), to somehow know y.</t>

<t>Luckily, y is exactly the target departure time of the packet for
the D and therefore also the DQ stage, so already needs to be
calculated on entry to DQ by calculation: y = (x + damper - &lt;details&gt;),
as explained below.</t>

<t>The pseudocode consists of glbf_enqueue() describing the enqueuing
into the DQ stage, and glbf_dequeue() describing the dequeuing
from the DQ stage. glbf_dequeue() (synchronously) calls 
glbf_send() which represents the marking stage M.</t>

</section>
<section anchor="pseudocode"><name>Pseudocode</name>

<section anchor="glbfenqueue"><name>glbf_enqueue()</name>

<figure title="Reference pseudocode for glbf_enqueue()" anchor="FIG-glbf-enqueue"><artwork><![CDATA[
void glbf_enqueue(pak,oif) {
  tdamp = pak.header.tdamp // damper value from packet
  prio  = pak.header.prio  // this hops packet prio
  pprio = pak.header.pprio // previous hops packet prior
  iif   = pak.context.iif  // incoming interface of packet

  ta = adj_rcv_time(now(),                  \[1]
                    pak.context.iif.speed,
                    pak.context.length)

  td = now() + ta // (dampened earliest) departure time
  pak.context.max1 = max1\[oif,prio]
  enqueue(pak, td, q(oif,iif,prio,pprio))
}
]]></artwork></figure>

<t>pak.header are parsed fields from the received gLBF packet. tdamp is
the damper value.  pak.context is a node local header of the packet.
iif is the interface on which the packet was received.</t>

<t>prio and pprio are current prior hop priority from the packet header.
If for example SRH (<xref target="RFC8754"/>) is used
in conjunction with gLBF, and <xref target="RFC8986"/> formatting of SIDs
is used, then the priority for each hop could be expressed as
a 4-bit SID ARG field (see <xref target="RFC8986"/>, section 3.1) to indicate
16 different priorities per hop.</t>

<t>Parsing the prior hop priority is not a normative requirement of gLBF,
but a specific requirement of the high speed algorithm
presented here to allow the use of single stage timed FIFOs instead of PIFOs.
This type of parsing is not required for SRH, but would be a benefit
of a packet header which like SRH keeps the prior hops information,
opposed to the SR-MPLS approach where past hop SD/Labels are discarded.</t>

<t>now() takes a timestamp from a local (unsynchronised) clock at the
time of execution.</t>

<t>[1] pak.context.ta (time of arrival) is the calculated time at which the first bit of the packet
was entering the incoming interface of the node. adj_rcv_time() is defined
in the next subsection. td is the target
departure time calculated from the current time and the damper
value from the packet. It simply convert the relative damper value to
an absolute timestamp.</t>

<t>max1[oif,prio] is the only gLBF specific interface level state
maintained (read-only) across packets. It is the maximum time calculated
by admission control in the controller-plane for each priority. It
is transferred into a context header field here even though it will
only be used further down in dequeuing because of the assumption that
access to state information is not desirable at the time critical stage
of dequeuing/serialization, whereas such state lookup is very common
for many forwarding plane features before enqueuing.</t>

<t>Finally, the packet is enqueued into a per-oif,iif,prio,pprio timed
FIFO queue.</t>

</section>
<section anchor="adjrcvtime"><name>adj_rcv_time()</name>

<t>To calculate the reference time against which the damper value in the
packet is to be used, this specification assumes the time when the
first bit of the packet is seen on the media connecting to the
incoming interface.</t>

<figure title="Example pseudocode for adv_rcv_time()" anchor="FIG-adj-rcv-time"><artwork><![CDATA[
time_t adj_rcv_time(now, speed, length) {
  time_t now
  int speed, length
      
  return now - length * 8 / speed - FUDGE
}
]]></artwork></figure>

<t>In most simple node equipment, the primary variable latency introduced 
between that (first bit) measurement point and the time when the time
parameter t for adj_rcv_time() can be taken is the deserialization time of the
packet. This can easily be calculated from the packet length as assumed to be 
known from pak.context.length and the bitrate of the incoming interface known
from pak.context.iif.speed plus fixed measured or calculated other
latency FUDGE through internal processing. The example pseudocode, those
are assumed to be static.</t>

<t>If other internal factors in prior forwarding within the node do create
significant enough variation, then those may need compensation through
additional mechanisms. In this case, instead of as shown in
glbf_enqueue(), the reference time for calculation should be taken
directly upon receipt of the packet, before entering the forwarding stage F,
and then used as the now parameter for adj_rcv_time(). This is explicitly
not shown in the code so as to highlight the most simple implementation
option that should be sufficient for most node types.</t>

</section>
<section anchor="glbfdequeue"><name>glbf_dequeue()</name>

<figure title="Pseudocode for glbf_dequeue()" anchor="FIG-glbf-dequeue-"><artwork><![CDATA[
void glbf_dequeue(oif) {
  next_packet: while(1) {
    tnow = now()
    ftd = tnow + 1  // time of first packet to send
    fq = NULL      // queue of first packet to send
    foreach prio in maxpriority...minpriority {
      foreach iif in iifs {
        foreach pprio in priorities}
          // find qhead with earliest departure time
          if (q = q(oif,iif,prio,pprio).qhead) {
            td = q.qhead.td   // target (departure) time
            if td < ftd
              ftd = td
              fq = q
            }
          }
        }
      }
      if fq { // found packet
        pak = dequeue(q,oif)
        glbf_send(oif,tnow,pak)
        break next_packet
      }
    }
  }
}
]]></artwork></figure>

<t>glbf_dequeue() finds the gLBF packet to send as the enqueued packet with the highest
priority and the earliest departure time td (as calculated in glbf_enqueue()),
where td must also not in the future, because otherwise the packet still needs to
be dampened.</t>

<t>The outer loops across this hops prio will find the packet
with exactly those properties, dequeues and sends it. For this,
the  strict priority is expressed through the term maxpriority...minpriority,
which first searches from maximum to minimum priority..</t>

<t>The two inner loops simply look for the packet with the earliest
target departure time across all the (IIF,pprio) timed FIFO queues
for the same prio and OIF.</t>

<t>In ASIC / FPGA implementations, finding this packet is not a sequential
operation as shown in the pseudocode, but can be a single clock-cycle
parallel compare operation across the td values of all queues qheads - at the expense of
chip space, similar to how TCAMs work.</t>

</section>
<section anchor="glbfsend"><name>glbf_send()</name>

<figure title="Reference pseudocode for glbf dequeue" anchor="FIG-glbf-dequeue"><artwork><![CDATA[
void glbf_send(oif,tnow,pak) {
  qtime = tnow - pak.context.td          // \[1]
  td = pak.context.max1 - qtime - FUDGE2 // \[2]
  pak.header.tdamp = td
  serialize(oif,pak)
}
]]></artwork></figure>

<t>Sending packet pak represents the marking block M in the specification.
This needs to calculate the new damping value t and update it in the
packet header before sending the packet.</t>

<t>td needs to be the maximum time max1 that the packet could have
stayed in priority queuing minus the time qtime that it actually did stay in
the queue and minus any additional time FUDGE2 that the packet will still
needs to be processed by the router before its first bit will show up
on the sending interface. This is calculated as shown in 
in [1] and [2] of <xref target="FIG-glbf-dequeue"/>.</t>

<t>The primary factor impacting FUDGE2 is whether or not this calculation and
updating of the packet header td field can be done directly before serialization
starts, or whether it potentially would need to be done while there is
still another packet in the process of being serialized on the interface.
Taking the added latency of a currently serializing packet into account
can for example be implemented by remembering the timestamp of when
that packet started to be serialized and its length - and then taking
that into account to calculate FUDGE2.</t>

</section>
</section>
<section anchor="performance-considerations"><name>Performance considerations</name>

<t>IEEE 802.1 PTP clock synchronization does need to capture the accurate
arrival time of PTP packets. It is also measuring the residency time
of PTP packets between receiving and sending the packet with an
accuracy of nsec and add this to a PTP packet header field  (correctionField).
Given how this needs to be a hardware supported functionality, it is
unclear whether there is a relevant difference supporting this for
few PTP signaling packets as compared to a much larger number of
gLBF data packets - or whether it is a good indication of the feasibility
packet processing steps gLBF requires.</t>

</section>
</section>
<section anchor="history-and-comparison-with-other-bounded-latency-methods"><name>History and comparison with other bounded latency methods</name>

<t>Preceding this work, the best solution to solve the requirements outlined in
this document, where <xref target="TCQF"/> and <xref target="SCQF"/>, which are proven to
be feasible for high speed forwarding planes, because of vendor high-speed
forwarding plane implementation using low-cost FPGA for cyclic queuing. On the other hand,
it was concluded from implementation analysis, that <xref target="UBS"/> was infeasible for the
same type of high-speed, low-cost hardware due to the need for high-speed
flow-state operations, especially read/write cycles to update the state for every packet
at packet processing speeds.</t>

<t>While TCQF and <xref target="SCQF"/> are very good solution proven to work
at high-speed, low cost, available for deployment and ready for standardization, 
the need for network wide and hop-by-hop clock synchronization (albeit at lower
accuracy than required for other mechanisms feasible at high-speed, low-cost) as well
as the need to find network wide good compromise clock cycle times makes planning and
managing them in dynamic, large-scale and/or low-cost network solutions still more complex
to operationalize than what the authors wished for.</t>

<t>In parallel to short term operationalizable solutions <xref target="TCQF"/> and <xref target="SCQF"/>, <xref target="LBF"/> was researched,
which is exploring a wide range of options to signal and control latency through advanced
per-hop processing and in-packet latency related new header elements. Unfortunately, with
the flexibility of <xref target="LBF"/> it was impossible to find a calculus for simple admission control. 
Ultimately, <xref target="gLBF"/> was designed out of the desire to have a mechanism 
derived from <xref target="LBF"/> that also provides guaranteed bounded latency, has the flexibility
benefits of <xref target="UBS"/> with respect to fine-grained and per-hop independent latency
management but does hopefully still fits the limits of what can be implemented in
high-speed, low-cost forwarding/queuing hardware.</t>

<t>This high-speed hardware forwarding feasibility of gLBF has yet to be proven.
Here are some comsiderations, why the authors think that this should be well
feasible:</t>

<t>The total number of FIFO that a platform needs to support is comparable to
the number of queues already supportable in the same type of devices today,
except that service provider core nodes may not all implement that many,
because absent of DetNet services, there is no requirement for them.</t>

<t>The need to implement timed FIFOs (if the proposed high-speed implementation
approach is used) is equal or less complex to shapers, which by now have
also started to appear on high-speed (100Gbps and faster) core routers,
primarily due to high-speed virtual leased line type of services.</t>

<t>The re-marking of packet header fields derived from the calculated
latency of the packet experienced in the node is arguably something where
iOAM type functionality likely provides also prior evidence of feasibility in
high speed hardware forwarding planes. Similarily, processing of PPT timing
protocol packets also have similar requirements.</t>

<t>Even when implementation challenges at high-speed, low-cost make gLBF a
longer term option in those networks, implementation at low-speed (1/10 Gbps)
such as in manufacturing or cars may be an interesting option to explore given
how it has the no-jitter benefits of <xref target="CQF"/> without the need for cycle
management or clock-synchronization: Best of both worlds <xref target="CQF"/> and TSN-ATS ??</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAMAyxmcAA+2963IbV5Yu+H8/RY4cEwdoA+BFF0uMruqmRMlWHUmWTbp9
Zso9FQkgQWYJyIQzE6RoWRHnIeYJ50nOuu+1E0lJVdEdU9FxVFEmCeRlX9Ze
9/Wt6XQaFvWyrC5Psl23mj4OoSu7dXGSnRVd0WzKqmy7cpG9KbqbunkH12Uj
+Ab+HGdneZdnb9d5VWTT7HKXN3nVFcUye5V3RbW4zZ7mLfz1om5u8mZJd16+
evpinK3qJpvXu2oJ367l2puyu8rW9U3217KD92Z5tczy9rZaXDV1Ve9avEkf
U1bDg2tDPp83xfVJtiy6quiml+v5KizrRZVvYELLJl9102Lxrmi6qbtievgg
3MD0z55fvHl+ERYwosu6uT3J2m4Zym1zknXNru2ODw+fHB6HtmuKfHOSvXx+
8SLAXzDQv+TruoIX3BZt2JYnIcuyrl7w3/z7sth2VyfZQ/yzrRt4xKq179vb
TfL3ot5siqqTD0K+667qBp86xW/xH8/noi6addG22XOakn5ZNzCXF7tu1xQ3
RZldFIurql7Xl2XRZj+dn+plOI+iO8mOj48Ps2fwviZfZ8/fbxt44k1+q5ct
yg5W4hx2Ns+erWGL7Yt6CWN4dpo9eXj48DB+uoMnwR3uTcUmL9ewiF3xr4t2
tsp3s2Wh3zU1klqxLLu62Z/h6bp4D+sL5PBsXWw2yQzPbzfbuoPJ9Qf0BUNZ
75Y35eW/LvChM3ja/pvPuwKorcueNrcw9eTFL2FA2wL+Ez+Xx7bzf235vjnd
NoOd3B/Nf9ePBt+6yqvsOySANnnp//0ie9GUxbIpF1ftVb4qquz02/7r6e7Z
Fd39r7+t3DLb28+eh1DVzSbvyusCaerHF8+Oj48OTzL7/Vg/fvDNA/n1/vE3
h/Lr40cPH+qvcCL01yeP4NpQVqves+8fHz6RXx88/ibe+eSR/vrgUF8I3z+w
591/bL8+1mufHB7Zr8eP9LYn8A54d5adP/vhBWzP9Gy2uCoqPeFtM50jH5oK
x5kKx4EbXp2fveEbfi3z6lLvACq/LKbtIl8X8hFce2EPTxlIt/h1hS/Hb5b4
kF93xQ6Y1BQZ2nSzW3flFp6zuF2sy8V0vlutiqbFkT99+fzH6cVzfmZZAOud
l0Uz7Ypp3hBRn715+sp9K+/bnwVeAVtfVjDVrq1O/p7B7M+r957ptqnncFxa
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
GVEAj3/5lxDC/wKyA9RzcB8BAA==

-->

</rfc>

