<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.35 (Ruby 3.0.2) -->
<?rfc rfcedstyle="yes"?>
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc compact="yes"?>
<?rfc inline="yes"?>
<?rfc text-list-symbols="-o*+"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ippm-explicit-flow-measurements-05" category="info" submissionType="IETF" tocDepth="6" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="Delay and Loss bits">Explicit Host-to-Network Flow Measurements Techniques</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ippm-explicit-flow-measurements-05"/>
    <author initials="M." surname="Cociglio" fullname="Mauro Cociglio">
      <organization>Telecom Italia - TIM</organization>
      <address>
        <postal>
          <street>Via Reiss Romoli, 274</street>
          <city>Torino</city>
          <code>10148</code>
          <country>Italy</country>
        </postal>
        <email>mauro.cociglio@outlook.com</email>
      </address>
    </author>
    <author initials="A." surname="Ferrieux" fullname="Alexandre Ferrieux">
      <organization>Orange Labs</organization>
      <address>
        <email>alexandre.ferrieux@orange.com</email>
      </address>
    </author>
    <author initials="G." surname="Fioccola" fullname="Giuseppe Fioccola">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>Riesstrasse, 25</street>
          <city>Munich</city>
          <code>80992</code>
          <country>Germany</country>
        </postal>
        <email>giuseppe.fioccola@huawei.com</email>
      </address>
    </author>
    <author initials="I." surname="Lubashev" fullname="Igor Lubashev">
      <organization>Akamai Technologies</organization>
      <address>
        <email>ilubashe@akamai.com</email>
      </address>
    </author>
    <author initials="F." surname="Bulgarella" fullname="Fabio Bulgarella">
      <organization>Telecom Italia - TIM</organization>
      <address>
        <postal>
          <street>Via Reiss Romoli, 274</street>
          <city>Torino</city>
          <code>10148</code>
          <country>Italy</country>
        </postal>
        <email>fabio.bulgarella@guest.telecomitalia.it</email>
      </address>
    </author>
    <author initials="M." surname="Nilo" fullname="Massimo Nilo">
      <organization>Telecom Italia - TIM</organization>
      <address>
        <postal>
          <street>Via Reiss Romoli, 274</street>
          <city>Torino</city>
          <code>10148</code>
          <country>Italy</country>
        </postal>
        <email>massimo.nilo@telecomitalia.it</email>
      </address>
    </author>
    <author initials="I." surname="Hamchaoui" fullname="Isabelle Hamchaoui">
      <organization>Orange Labs</organization>
      <address>
        <email>isabelle.hamchaoui@orange.com</email>
      </address>
    </author>
    <author initials="R." surname="Sisto" fullname="Riccardo Sisto">
      <organization>Politecnico di Torino</organization>
      <address>
        <email>riccardo.sisto@polito.it</email>
      </address>
    </author>
    <date/>
    <area>Transport</area>
    <workgroup>IPPM</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 108?>

<t>This document describes protocol independent methods called Explicit
Host-to-Network Flow Measurement Techniques that can be applicable to
transport-layer protocols between client and server. These methods employ just a
few marking bits inside the header of each packet for performance measurements
and require collaborative client and server. Both endpoints cooperate by marking
and, possibly, mirroring information back and forward on the round-trip
connection. The techniques are especially valuable when applied to protocols that
encrypt transport headers, since they enable loss and delay measurements by passive
on-path network devices. This document considers different techniques that can be
used separately, partly or all together depending on the case.</t>
    </abstract>
  </front>
  <middle>
    <?line 121?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Packet loss and delay are hard and pervasive problems of day-to-day network
operation. Proactively detecting, measuring, and locating them is crucial to
maintaining high QoS and timely resolution of end-to-end throughput issues.
To this effect, network operators wishing to perform passive quantitative
measurement of loss and delay have been heavily relying on information present
in the clear in transport-layer headers (e.g. TCP sequence and acknowledgment
numbers). Additionally, the problem can be quickly identified in the network
path through a passive observer and by moving it around.</t>
      <t>With encrypted protocols, the transport-layer headers are encrypted and passive
packet loss and delay observations are not possible, as also noted in
<xref target="TRANSPORT-ENCRYPT"/>.</t>
      <t>The measurement of loss and delay of an encrypted protocol on a client-server
connection cannot be based on the same or similar endpoints connected through
another unencrypted protocol, since different protocols may be routed differently
by the network. Therefore, it is necessary to directly measure the packet loss
and delay experienced by users of encrypted protocols.
Hence, accurate measurement of packet loss and delay experienced by encrypted
transport-layer protocols is highly desired, especially by network operators who
own or control the infrastructure between client and server.</t>
      <t>In this regard, the Alternate-Marking method <xref target="AltMark"/> defines a consolidated
method to perform packet loss, delay, and jitter measurements on live traffic.
But, as mentioned in <xref target="IPv6AltMark"/>, it mainly applies to a network layer
controlled domain managed with a Network Management System (NMS), where the
CPE or the PE routers are the starting or the ending nodes. <xref target="AltMark"/> provides
measurement within a controlled domain in which the packets are marked. Therefore,
applying <xref target="AltMark"/> to end-to-end transport-layer connections is not easy
because packet identification and marking by network nodes is prevented when
encrypted transport-layer headers (e.g. QUIC, TCP with TLS) are being used.</t>
      <t>This document defines Explicit Host-to-Network Flow Measurement Techniques, which
are specifically designed for encrypted transport protocols. According to the
definitions of <xref target="IPPM-METHODS"/>, these measurement methods can be classified as
Hybrid. They are to be embedded into a transport-layer protocol and are
explicitly intended for exposing delay and loss rate information to on-path
measurement devices. Unlike <xref target="AltMark"/>, most of these methods require
collaborative endpoint nodes. Since these measurement techniques make performance
information directly visible to the path, they do not rely on an external NMS.</t>
      <t>The Explicit Host-to-Network Flow Measurement Techniques described in this
document are applicable to any transport-layer protocol connecting a client and a
server. In this document the client and the server are also referred to as the
endpoints of the transport-layer protocol.</t>
      <t>The different methods described in this document can be used alone or in
combination. Each technique uses few bits and exposes a specific measurement.
It is assumed that the endpoints are collaborative in the sense of the
measurements, indeed both client and server needs to cooperate.</t>
      <t>Following the recommendation in <xref target="RFC8558"/> of making path signals explicit,
this document proposes adding some dedicated measurement bits to the clear portion
of the transport protocol headers. These bits can be added to an unencrypted portion
of a transport-layer header, e.g. UDP surplus space (see <xref target="UDP-OPTIONS"/> and
<xref target="UDP-SURPLUS"/>) or reserved bits in a QUIC v1 header, as already done with the
latency Spin bit (see <xref target="QUIC-TRANSPORT"/>).</t>
      <t>The Spin bit, Delay bit and loss bits explained in this document are inspired by
<xref target="AltMark"/>, <xref target="QUIC-MANAGEABILITY"/>, <xref target="QUIC-SPIN"/>, <xref target="I-D.trammell-tsvwg-spin"/>
and <xref target="I-D.trammell-ippm-spin"/>.</t>
      <t>Additional details about the Performance Measurements for QUIC are described in
the paper <xref target="ANRW19-PM-QUIC"/>.</t>
    </section>
    <section anchor="latency-bits">
      <name>Latency Bits</name>
      <t>This section introduces bits that can be used for round trip latency
measurements.  Whenever this section of the specification refers to packets, it
is referring only to packets with protocol headers that include the latency
bits.</t>
      <t><xref target="QUIC-TRANSPORT"/> introduces an explicit per-flow transport-layer signal for
hybrid measurement of RTT.  This signal consists of a Spin bit that toggles once
per RTT. <xref target="QUIC-SPIN"/> discusses an additional two-bit Valid Edge Counter (VEC)
to compensate for loss and reordering of the Spin bit and increase fidelity
of the signal in less than ideal network conditions.</t>
      <t>This document introduces a stand-alone single-bit delay signal that can be used
by passive observers to measure the RTT of a network flow, avoiding the Spin bit
ambiguities that arise as soon as network conditions deteriorate.</t>
      <section anchor="spinbit">
        <name>Spin Bit</name>
        <t>This section is a small recap of the Spin bit working mechanism. For a
comprehensive explanation of the algorithm, please see <xref target="QUIC-MANAGEABILITY"/>.</t>
        <t>The Spin bit is an Alternate-Marking <xref target="AltMark"/> generated signal, where the
size of the alternation changes with the flight size each RTT.</t>
        <t>The latency Spin bit is a single bit signal that toggles once per RTT,
enabling latency monitoring of a connection-oriented communication
from intermediate observation points.</t>
        <t>A "spin period" is a set of packets with the same Spin bit value sent during one
RTT time interval. A "spin period value" is the value of the Spin bit shared by
all packets in a spin period.</t>
        <t>The client and server maintain an internal per-connection spin value (i.e. 0 or
1) used to set the Spin bit on outgoing packets. Both endpoints initialize the
spin value to 0 when a new connection starts. Then:</t>
        <ul spacing="normal">
          <li>when the client receives a packet with the packet number larger than any
 number seen so far, it sets the connection spin value to the opposite value
 contained in the received packet;</li>
          <li>when the server receives a packet with the packet number larger than any
 number seen so far, it sets the connection spin value to the same value
 contained in the received packet.</li>
        </ul>
        <t>The computed spin value is used by the endpoints for setting the spin
bit on outgoing packets.  This mechanism allows the endpoints
to generate a square wave such that, by measuring the distance in time
between pairs of consecutive edges observed in the same direction, a
passive on-path observer can compute the round trip network delay of that
network flow.</t>
        <t>Spin bit enables round trip latency measurement by observing a single direction
of the traffic flow.</t>
        <t>Note that packet reordering can cause spurious edges that require heuristics to
correct. The Spin bit performance deteriorates as soon as network impairments
arise as explained in <xref target="delaybit"/>.</t>
      </section>
      <section anchor="delaybit">
        <name>Delay Bit</name>
        <t>The Delay bit has been designed to overcome accuracy limitations experienced by
the Spin bit under difficult network conditions:</t>
        <ul spacing="normal">
          <li>packet reordering leads to generation of spurious edges and errors in delay
estimation;</li>
          <li>loss of edges causes wrong estimation of spin periods and therefore wrong RTT
measurements;</li>
          <li>application-limited senders cause the Spin bit to measure the application
delays instead of network delays.</li>
        </ul>
        <t>Unlike the Spin bit, which is set in every packet transmitted on the network,
the Delay bit is set only once per round trip.</t>
        <t>When the Delay bit is used, a single packet with a marked bit (the Delay bit)
bounces between a client and a server during the entire connection lifetime.
This single packet is called "delay sample".</t>
        <t>An observer placed at an intermediate point, observing a single direction of
traffic, tracking the delay sample and the relative timestamp, can measure the
round trip delay of the connection.</t>
        <t>The delay sample lifetime comprises two phases: initialization and reflection.
The initialization is the generation of the delay sample, while the
reflection realizes the bounce behavior of this single packet between the two
endpoints.</t>
        <t>The next figure describes the elementary Delay bit mechanism.</t>
        <figure>
          <name>Delay bit mechanism</name>
          <artwork><![CDATA[
      +--------+   -   -   -   -   -   +--------+
      |        |      ----------->     |        |
      | Client |                       | Server |
      |        |     <-----------      |        |
      +--------+   -   -   -   -   -   +--------+

      (a) No traffic at beginning.

      +--------+   0   0   1   -   -   +--------+
      |        |      ----------->     |        |
      | Client |                       | Server |
      |        |     <-----------      |        |
      +--------+   -   -   -   -   -   +--------+

       (b) The Client starts sending data and
        sets the first packet as Delay Sample.

      +--------+   0   0   0   0   0   +--------+
      |        |      ----------->     |        |
      | Client |                       | Server |
      |        |     <-----------      |        |
      +--------+   -   -   -   1   0   +--------+

       (c) The Server starts sending data
        and reflects the Delay Sample.

      +--------+   0   1   0   0   0   +--------+
      |        |      ----------->     |        |
      | Client |                       | Server |
      |        |     <-----------      |        |
      +--------+   0   0   0   0   0   +--------+

      (d) The Client reflects the Delay Sample.

      +--------+   0   0   0   0   0   +--------+
      |        |      ----------->     |        |
      | Client |                       | Server |
      |        |     <-----------      |        |
      +--------+   0   0   0   1   0   +--------+

      (e) The Server reflects the Delay Sample
       and so on.
]]></artwork>
        </figure>
        <section anchor="generation-phase">
          <name>Generation Phase</name>
          <t>Only client is actively involved in the generation phase. It maintains an
internal per-flow timestamp variable (<tt>ds_time</tt>) updated every time a delay
sample is transmitted.</t>
          <t>When connection starts, the client generates a new delay sample initializing the
Delay bit of the first outgoing packet to 1.  Then it updates the <tt>ds_time</tt>
variable with the timestamp of its transmission.</t>
          <t>The server initializes the Delay bit to 0 at the beginning of the connection,
and its only task during the connection is described in <xref target="reflection-phase"/>.</t>
          <t>In absence of network impairments, the delay sample should bounce between client
and server continuously, for the entire duration of the connection.  That is
highly unlikely for two reasons:</t>
          <ol spacing="normal" type="1"><li>the packet carrying the Delay bit might be lost;</li>
            <li>an endpoint could stop or delay sending packets because the application is
limiting the amount of traffic transmitted.</li>
          </ol>
          <t>To deal with these problems, the client generates a new delay sample if more
than a predetermined time (<tt>T_Max</tt>) has elapsed since the last delay sample
transmission (including reflections). Note that <tt>T_Max</tt> should be greater than
the max measurable RTT on the network. See <xref target="tmax-selection"/> for details.</t>
        </section>
        <section anchor="reflection-phase">
          <name>Reflection Phase</name>
          <t>Reflection is the process that enables the bouncing of the delay sample between
a client and a server.  The behavior of the two endpoints is almost the same.</t>
          <ul spacing="normal">
            <li>Server side reflection: when a delay sample arrives, the server marks the
first packet in the opposite direction as the delay sample.</li>
            <li>Client side reflection: when a delay sample arrives, the client marks the
first packet in the opposite direction as the delay sample. It also updates
the <tt>ds_time</tt> variable when the outgoing delay sample is actually forwarded.</li>
          </ul>
          <t>In both cases, if the outgoing delay sample is being transmitted with a delay
greater than a predetermined threshold after the reception of the incoming delay
sample (1ms by default), the delay sample is not reflected, and the outgoing
Delay bit is kept at 0.</t>
          <t>By doing so, the algorithm can reject measurements that would overestimate the
delay due to lack of traffic on the endpoints.  Hence, the maximum estimation
error would amount to twice the threshold (e.g. 2ms) per measurement.</t>
        </section>
        <section anchor="tmax-selection">
          <name>T_Max Selection</name>
          <t>The internal <tt>ds_time</tt> variable allows a client to identify delay sample losses.
Considering that a lost delay sample is regenerated at the end of an explicit
time (<tt>T_Max</tt>) since the last generation, this same value can be used by an
observer to reject a measure and start a new one.</t>
          <t>In other words, if the difference in time between two delay samples is greater
or equal than <tt>T_Max</tt>, then these cannot be used to produce a delay measure.
Therefore, the value of <tt>T_Max</tt> must also be known to the on-path network probes.</t>
          <t>There are two alternatives to select the <tt>T_Max</tt> value so that both client and
observers know it. The first one requires that <tt>T_Max</tt> is known a priori
(<tt>T_Max_p</tt>) and therefore set within the protocol specifications that implements
the marking mechanism (e.g. 1 second which usually is greater than the max
expectable RTT). The second alternative requires a dynamic mechanism able to
adapt the duration of the <tt>T_Max</tt> to the delay of the connection (<tt>T_Max_c</tt>).</t>
          <t>For instance, client and observers could use the connection RTT as a basis for
calculating an effective <tt>T_Max</tt>. They should use a predetermined initial value
so that <tt>T_Max = T_Max_p</tt> (e.g. 1 second) and then, when a valid RTT is
measured, change <tt>T_Max</tt> accordingly so that <tt>T_Max = T_Max_c</tt>. In any case, the
selected <tt>T_Max</tt> should be large enough to absorb any possible variations in the
connection delay. This also helps to prevent the mechanism from failing when the
observer cannot recognize sudden changes in RTT exceeding T_max.</t>
          <t><tt>T_Max_c</tt> could be computed as two times the measured <tt>RTT</tt> plus a fixed amount
of time (<tt>100ms</tt>) to prevent low <tt>T_Max</tt> values in case of very small RTTs.
The resulting formula is: <tt>T_Max_c = 2RTT + 100ms</tt>. If <tt>T_Max_c</tt> is greater than
<tt>T_Max_p</tt> then <tt>T_Max_c</tt> is forced to <tt>T_Max_p</tt> value.
Note that the value of 100ms is provided as an example, and it may be chosen
differently depending on the specific scenarios. For instance, an implementer may
consider using existing protocol-specific values if appropriate.</t>
          <t>Note that the observer's <tt>T_Max</tt> should always be less than or equal to the
client's <tt>T_Max</tt> to avoid considering as a valid measurement what is actually
the client's <tt>T_Max</tt>. To obtain this result, the client waits for two
consecutive incoming samples and computes the two related RTTs. Then it takes
the largest of them as the basis of the <tt>T_Max_c</tt> formula. At this point,
observers have already measured a valid RTT and then computed their <tt>T_Max_c</tt>.</t>
        </section>
        <section anchor="delay-measurement-using-delay-bit">
          <name>Delay Measurement Using Delay Bit</name>
          <t>When the Delay bit is used, a passive observer can use delay samples directly
and avoid inherent ambiguities in the calculation of the RTT as can be seen in
Spin bit analysis.</t>
          <section anchor="rtt-measurement">
            <name>RTT Measurement</name>
            <t>The delay sample generation process ensures that only one packet marked with the
Delay bit set to 1 runs back and forth between two endpoints per round trip
time.  To determine the RTT measurement of a flow, an on-path passive observer
computes the time difference between two delay samples observed in a single
direction.</t>
            <t>To ensure a valid measurement, the observer must verify that the distance in
time between the two samples taken into account is less than <tt>T_Max</tt>.</t>
            <figure>
              <name>Round-trip time (both direction)</name>
              <artwork><![CDATA[
           =======================|======================>
           = **********     -----Obs---->     ********** =
           = * Client *                       * Server * =
           = **********     <------------     ********** =
           <==============================================

                     (a) client-server RTT

           ==============================================>
           = **********     ------------>     ********** =
           = * Client *                       * Server * =
           = **********     <----Obs-----     ********** =
           <======================|=======================

                     (b) server-client RTT
]]></artwork>
            </figure>
          </section>
          <section anchor="half-rtt-measurement">
            <name>Half-RTT Measurement</name>
            <t>An observer that is able to observe both forward and return traffic directions
can use the delay samples to measure "upstream" and "downstream" RTT components,
also known as the half-RTT measurements. It does this by measuring the time
between a delay sample observed in one direction and the delay sample previously
observed in the opposite direction.</t>
            <t>As with RTT measurement, the observer must verify that the distance in time
between the two samples taken into account is less than <tt>T_Max</tt>.</t>
            <t>Note that upstream and downstream sections of paths between the endpoints and
the observer, i.e. observer-to-client vs client-to-observer and
observer-to-server vs server-to-observer, may have different delay
characteristics due to the difference in network congestion and other factors.</t>
            <figure>
              <name>Half Round-trip time (both direction)</name>
              <artwork><![CDATA[
           =======================>
           = **********     ------|----->     **********
           = * Client *          Obs          * Server *
           = **********     <-----|------     **********
           <=======================

                  (a) client-observer half-RTT

                                  =======================>
             **********     ------|----->     ********** =
             * Client *          Obs          * Server * =
             **********     <-----|------     ********** =
                                  <=======================

                  (b) observer-server half-RTT
]]></artwork>
            </figure>
          </section>
          <section anchor="intra-domain-rtt-measurement">
            <name>Intra-Domain RTT Measurement</name>
            <t>Intra-domain RTT is the portion of the entire RTT used by a flow to traverse the
network of a provider.  To measure intra-domain RTT, two observers capable of
observing traffic in both directions must be employed simultaneously at ingress
and egress of the network to be measured.  Intra-domain RTT is difference
between the two computed upstream (or downstream) RTT components.</t>
            <figure>
              <name>Intra-domain Round-trip time (client-observer: upstream)</name>
              <artwork><![CDATA[
        =========================================>
        = =====================>
        = = **********      ---|-->           ---|-->      **********
        = = * Client *         Obs               Obs       * Server *
        = = **********      <--|---           <--|---      **********
        = <=====================
        <=========================================

                 (a) client-observer RTT components (half-RTTs)

                               ==================>
            **********      ---|-->           ---|-->      **********
            * Client *         Obs               Obs       * Server *
            **********      <--|---           <--|---      **********
                               <==================

                 (b) the intra-domain RTT resulting from the
                 subtraction of the above RTT components
]]></artwork>
            </figure>
          </section>
        </section>
        <section anchor="observers-algorithm">
          <name>Observer's Algorithm</name>
          <t>An on-path observer maintains an internal per-flow variable to keep track of
time at which the last delay sample has been observed. The flow characterization
should be part of the protocol.</t>
          <t>A unidirectional observer or in case of asymmetric routing, upon detecting a
delay sample:</t>
          <ul spacing="normal">
            <li>if a delay sample was also detected previously in the same direction and the
distance in time between them is less than <tt>T_Max - K</tt>, then the two delay
samples can be used to calculate RTT measurement. <tt>K</tt> is a protection
threshold to absorb differences in <tt>T_Max</tt> computation and delay variations
between two consecutive delay samples (e.g. <tt>K = 10% T_Max</tt>).</li>
          </ul>
          <t>If the observer can observe both forward and return traffic flows, and it is
able to determine which direction contains the client and the server (e.g. by
observing the connection handshake), upon detecting a delay sample:</t>
          <ul spacing="normal">
            <li>if a delay sample was also detected in the opposite direction and the distance
in time between them is less than <tt>T_Max - K</tt>, then the two delay samples can
be used to measure the observer-client half-RTT or the observer-server
half-RTT, according to the direction of the last delay sample observed.</li>
          </ul>
          <t>Note that the accuracy can be influenced by what the observer is capable of
observing. Additionally, the type of measurement differs, as described in the
previous sections.</t>
        </section>
        <section anchor="two-bits-delay-measurement-spin-bit-delay-bit">
          <name>Two Bits Delay Measurement: Spin Bit + Delay Bit</name>
          <t>Spin and Delay bit algorithms work independently. If both marking methods are
used in the same connection, observers can choose the best measurement between
the two available:</t>
          <ul spacing="normal">
            <li>when a precise measurement can be produced using the Delay bit, observers
choose it;</li>
            <li>when a Delay bit measurement is not available, observers choose the
approximate Spin bit one.</li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="loss-bits">
      <name>Loss Bits</name>
      <t>This section introduces bits that can be used for loss measurements.
Whenever this section of the specification refers to packets, it is
referring only to packets with protocol headers that include the loss
bits -- the only packets whose loss can be measured.</t>
      <ul spacing="normal">
        <li>T: the "round Trip loss" bit is used in combination with the Spin bit to
measure round-trip loss. See <xref target="rtlossbit"/>.</li>
        <li>Q: the "sQuare signal" bit is used to measure upstream loss. See
<xref target="squarebit"/>.</li>
        <li>L: the "Loss event" bit is used to measure end-to-end loss. See <xref target="lossbit"/>.</li>
        <li>R: the "Reflection square signal" bit is used in combination with Q bit to
measure end-to-end loss. See <xref target="refsquarebit"/>.</li>
      </ul>
      <t>Loss measurements enabled by T, Q, and L bits can be implemented by those loss
bits alone (T bit requires a working Spin bit). Two-bit combinations Q+L and Q+R
enable additional measurement opportunities discussed below.</t>
      <t>Each endpoint maintains appropriate counters independently and separately for
each separately identifiable flow (each sub-flow for multipath connections).</t>
      <t>Since loss is reported independently for each flow, all bits (except for L bit)
require a certain minimum number of packets to be exchanged per flow before any
signal can be measured. Therefore, loss measurements work best for flows that
transfer more than a minimal amount of data.</t>
      <section anchor="rtlossbit">
        <name>T Bit -- Round Trip Loss Bit</name>
        <t>The round Trip loss bit is used to mark a variable number of packets exchanged
twice between the endpoints realizing a two round-trip reflection. A passive
on-path observer, observing either direction, can count and compare the number
of marked packets seen during the two reflections, estimating the loss rate
experienced by the connection. The overall exchange comprises:</t>
        <ul spacing="normal">
          <li>the client selects and consequently sets the T bit to 1 in order to identify
a first train of packets;</li>
          <li>the server, upon receiving each packet included in the first train, reflects
to the client a respective second train of packets of the same size as the
first train received, by setting the T bit to 1;</li>
          <li>the client, upon receiving each packet included in the second train, reflects
to the server a respective third train of packets of the same size as the
second train received, by setting the T bit to 1;</li>
          <li>the server, upon receiving each packet included in the third train, finally
reflects to the client a respective fourth train of packets of the same size
as the third train received, by setting the T bit to 1.</li>
        </ul>
        <t>Packets belonging to the first round trip (first and second train)
represent the Generation Phase, while those belonging to the second
round trip (third and fourth train) represent the Reflection Phase.</t>
        <t>A passive on-path observer can count and compare the number of marked
packets seen during the two round trips (i.e. the first and third
or the second and the fourth trains of packets, depending on which
direction is observed) and estimate the loss rate experienced by the
connection. This process is repeated continuously to obtain more
measurements as long as the endpoints exchange traffic.  These
measurements can be called Round Trip losses.</t>
        <t>Since packet rates in two directions may be different, the number of marked
packets in the train is determined by the direction with the lowest packet rate.
See <xref target="tbit-details"/> for details on packet generation.</t>
        <section anchor="round-trip-loss">
          <name>Round Trip Loss</name>
          <t>Since the measurements are performed on a portion of the traffic exchanged
between the client and the server, the observer calculates the end-to-end Round
Trip Packet Loss (RTPL) that, statistically, will correspond to the loss rate
experienced by the connection along the entire network path.</t>
          <figure>
            <name>Round-trip packet loss (both direction)</name>
            <artwork><![CDATA[
           =======================|======================>
           = **********     -----Obs---->     ********** =
           = * Client *                       * Server * =
           = **********     <------------     ********** =
           <==============================================

                     (a) client-server RTPL

           ==============================================>
           = **********     ------------>     ********** =
           = * Client *                       * Server * =
           = **********     <----Obs-----     ********** =
           <======================|=======================

                     (b) server-client RTPL
]]></artwork>
          </figure>
          <t>This methodology also allows the Half-RTPL measurement and
the Intra-domain RTPL measurement in a way similar to RTT measurement.</t>
          <figure>
            <name>Half Round-trip packet loss (both direction)</name>
            <artwork><![CDATA[
           =======================>
           = **********     ------|----->     **********
           = * Client *          Obs          * Server *
           = **********     <-----|------     **********
           <=======================

                  (a) client-observer half-RTPL

                                  =======================>
             **********     ------|----->     ********** =
             * Client *          Obs          * Server * =
             **********     <-----|------     ********** =
                                  <=======================

                  (b) observer-server half-RTPL
]]></artwork>
          </figure>
          <figure>
            <name>Intra-domain Round-trip packet loss (observer-server)</name>
            <artwork><![CDATA[
                           =========================================>
                                             =====================> =
        **********      ---|-->           ---|-->      ********** = =
        * Client *         Obs               Obs       * Server * = =
        **********      <--|---           <--|---      ********** = =
                                             <===================== =
                           <=========================================

             (a) observer-server RTPL components (half-RTPLs)

                           ==================>
        **********      ---|-->           ---|-->      **********
        * Client *         Obs               Obs       * Server *
        **********      <--|---           <--|---      **********
                           <==================

             (b) the intra-domain RTPL resulting from the
             subtraction of the above RTPL components
]]></artwork>
          </figure>
        </section>
        <section anchor="tbit-details">
          <name>Setting the Round Trip Loss Bit on Outgoing Packets</name>
          <t>The round Trip loss signal requires a working Spin-bit signal to separate trains
of marked packets (packets with T bit set to 1).  A "pause" of at least one
empty spin-bit period between each phase of the algorithm serves as such
separator for the on-path observer. The connection between T Bit and Spin-bit
helps the correlations on the observer.</t>
          <t>The client maintains a "generation token" count that is set to zero at the
beginning of the session and is incremented every time a packet is received
(marked or unmarked). The client also maintains a "reflection counter" that
starts at zero at the beginning of the session.</t>
          <t>The client is in charge of launching trains of marked packets and does so
according to the algorithm:</t>
          <ol spacing="normal" type="1"><li>Generation Phase. The client starts generating marked packets for two
consecutive spin-bit periods; when the client transmits a packet and a
"generation token" is available, the client marks the packet and retires a
"generation token". If no token is available, the outgoing packet is
transmitted unmarked.  At the end of the first spin-bit period spent in
generation, the reflection counter is unlocked to start counting incoming
marked packets that will be reflected later;</li>
            <li>Pause Phase. When the generation is completed, the client pauses till it has
observed one entire Spin bit period with no marked packets.  That Spin bit
period is used by the observer as a separator between generated and
reflected packets.  During this marking pause, all the outgoing packets are
transmitted with T bit set to 0.  The reflection counter is still
incremented every time a marked packet arrives;</li>
            <li>Reflection Phase. The client starts transmitting marked packets,
decrementing the reflection counter for each transmitted marked packet until
the reflection counter reached zero. The "generation token" method from the
generation phase is used during this phase as well.  At the end of the first
spin-period spent in reflection, the reflection counter is locked to avoid
incoming reflected packets incrementing it;</li>
            <li>Pause Phase 2. The pause phase is repeated after the reflection phase and
serves as a separator between the reflected packet train and a new packet
train.</li>
          </ol>
          <t>The generation token counter should be capped to limit the effects of a
subsequent sudden reduction in the other endpoint's packet rate that could
prevent that endpoint from reflecting collected packets. It is recommended a
cap value of <tt>1</tt>.</t>
          <t>A server maintains a "marking counter" that starts at zero and is incremented
every time a marked packet arrives. When the server transmits a packet and the
"marking counter" is positive, the server marks the packet and decrements the
"marking counter". If the "marking counter" is zero, the outgoing packet is
transmitted unmarked.</t>
          <t>Note that a choice of 2-RTT (two spin periods) for the generation phase is a
tradeoff between the percentage of marked packets (i.e. the percentage of
traffic monitored) and the measurement delay. Using this value the algorithm
produces a measurement approximately every 6-RTT (<tt>2</tt> generation, <tt>~2</tt>
reflection, <tt>2</tt> pauses), marking <tt>~1/3</tt> of packets exchanged in the slower
direction (see <xref target="tbit-losscov"/>). Choosing a generation phase of 1-RTT, we would
produce measurements every 4-RTT, monitoring just <tt>~1/4</tt> of packets in the
slower direction.</t>
          <t>It is worth mentioning that problems can happen in some cases especially if the
rate suddenly changes, but in the implementation, the mechanism here described
worked well with normal traffic conditions.</t>
        </section>
        <section anchor="observers-logic-for-round-trip-loss-signal">
          <name>Observer's Logic for Round Trip Loss Signal</name>
          <t>The on-path observer counts marked packets and separates different trains by
detecting spin-bit periods (at least one) with no marked packets.  The Round
Trip Packet Loss (RTPL) is the difference between the size of the Generation
train and the Reflection train.</t>
          <t>In the following example, packets are represented by two bits (first one
is the Spin bit, second one is the round Trip loss bit):</t>
          <figure>
            <name>Round Trip Loss signal example</name>
            <artwork><![CDATA[
        Generation          Pause           Reflection       Pause
   ____________________ ______________ ____________________ ________
  |                    |              |                    |        |
   01 01 00 01 11 10 11 00 00 10 10 10 01 00 01 01 10 11 10 00 00 10

]]></artwork>
          </figure>
          <t>Note that 5 marked packets have been generated of which 4 have been reflected.</t>
        </section>
        <section anchor="tbit-losscov">
          <name>Loss Coverage and Signal Timing</name>
          <t>A cycle of the round Trip loss signaling algorithm contains 2 RTTs of Generation
phase, 2 RTTs of Reflection phase, and two Pause phases at least 1 RTT in
duration each.  Hence, the loss signal is delayed by about 6 RTTs since the loss
events.</t>
          <t>The observer can only detect loss of marked packets that occurs after its
initial observation of the Generation phase and before its subsequent
observation of the Reflection phase. Hence, if the loss occurs on the path that
sends packets at a lower rate (typically ACKs in such asymmetric scenarios),
<tt>2/6</tt> (<tt>1/3</tt>) of the packets will be sampled for loss detection.</t>
          <t>If the loss occurs on the path that sends packets at a higher rate,
<tt>lowPacketRate/(3*highPacketRate)</tt> of the packets will be sampled for loss
detection. For protocols that use ACKs, the portion of packets sampled for loss
in the higher rate direction during unidirectional data transfer is
<tt>1/(3*packetsPerAck)</tt>, where the value of <tt>packetsPerAck</tt> can vary by protocol,
by implementation, and by network conditions.</t>
        </section>
      </section>
      <section anchor="squarebit">
        <name>Q Bit -- sQuare Bit</name>
        <t>The sQuare bit (Q bit) takes its name from the square wave generated by its
signal. This method is based on the Alternate-Marking method <xref target="AltMark"/> and
the Q bit represents the "packet color" that allows to mark consecutive blocks
of packets with different colors. This method does not require cooperation from
both endpoints.</t>
        <t><xref target="AltMark"/> introduces two variations of the Alternate-Marking method depending
on whether the color is switched according to a fixed timer or after a fixed
number of packets. The method based on fixed timer can measure packet loss on a
network segment by cooperating and synchronized observers on both ends of the
segment comparing packets counters for the same packet blocks. The time length of
the blocks can be chosen depending on the desired measurement frequency, but it
must be long enough to guarantee the proper operation with respect to clock errors
and network delay issues.</t>
        <t>The Q bit method described in this document chooses the color-switching method
based on a fixed number of packets for each block. This approach has the
advantage that it does not require cooperating or synchronized observers or
network elements. Each probe can measure packet loss autonomously without
relying on an external Network Management System (NMS). For the purpose of the
packet loss measurement, all blocks have the same number of packets, and it is
necessary to detect only the loss event and not to identify the exact block with
losses.</t>
        <t>Following the method based on fixed number of packets, the square wave signal is
generated by the switching of the Q bit: every outgoing packet contains the Q
bit value, which is initialized to 0 and inverted after sending N packets (a
sQuare Block or simply Q Block). Hence, Q Period is 2*N.</t>
        <t>Observation points can estimate upstream losses by watching a single direction
of the traffic flow and counting the number of packets in each observed Q Block,
as described in <xref target="upstreamloss"/>.</t>
        <section anchor="q-block-length-selection">
          <name>Q Block Length Selection</name>
          <t>The length of the block must be known to the on-path network probes.  There are
two alternatives to selecting the Q Block length. The first one requires that
the length is known a priori and therefore set within the protocol
specifications that implements the marking mechanism. The second requires the
sender to select it.</t>
          <t>In this latter scenario, the sender is expected to choose N (Q Block
length) based on the expected amount of loss and reordering on the
path.  The choice of N strikes a compromise -- the observation could
become too unreliable in case of packet reordering and/or severe loss
if N is too small, while short flows may not yield a useful upstream
loss measurement if N is too large (see <xref target="upstreamloss"/>).</t>
          <t>The value of N should be at least 64 and be a power of 2. This requirement allows
an Observer to infer the Q Block length by observing one period of the square
signal. It also allows the Observer to identify flows that set the loss bits to
arbitrary values (see <xref target="ossification"/>).</t>
          <t>If the sender does not have sufficient information to make an informed decision
about Q Block length, the sender should use N=64, since this value has been
extensively tried in large-scale field tests and yielded good results.
Alternatively, the sender may also choose a random power-of-2 N for each flow,
increasing the chances of using a Q Block length that gives the best signal for
some flows.</t>
          <t>The sender must keep the value of N constant for a given flow.</t>
        </section>
        <section anchor="upstreamloss">
          <name>Upstream Loss</name>
          <t>Blocks of N (Q Block length) consecutive packets are sent with the same
value of the Q bit, followed by another block of N packets with an
inverted value of the Q bit.  Hence, knowing the value of N, an
on-path observer can estimate the amount of upstream loss after
observing at least N packets.  The upstream loss rate (<tt>uloss</tt>) is one
minus the average number of packets in a block of packets with the
same Q value (<tt>p</tt>) divided by N (<tt>uloss=1-avg(p)/N</tt>).</t>
          <t>The observer needs to be able to tolerate packet reordering that can
blur the edges of the square signal, as explained in <xref target="endmarkingblock"/>.</t>
          <figure>
            <name>Upstream loss</name>
            <artwork><![CDATA[
          =====================>
          **********     -----Obs---->     **********
          * Client *                       * Server *
          **********     <------------     **********

            (a) in client-server channel (uloss_up)

          **********     ------------>     **********
          * Client *                       * Server *
          **********     <----Obs-----     **********
                               <=====================

            (b) in server-client channel (uloss_down)
]]></artwork>
          </figure>
        </section>
        <section anchor="endmarkingblock">
          <name>Identifying Q Block Boundaries</name>
          <t>Packet reordering can produce spurious edges in the square signal. To address
this, the observer should look for packets with the current Q bit value up to X
packets past the first packet with a reverse Q bit value. The value of X, a
"Marking Block Threshold", should be less than <tt>N/2</tt>.</t>
          <t>The choice of X represents a trade-off between resiliency to reordering and
resiliency to loss. A very large Marking Block Threshold will be able to
reconstruct Q Blocks despite a significant amount of reordering, but it may
erroneously coalesce packets from multiple Q Blocks into fewer Q Blocks, if loss
exceeds 50% for some Q Blocks.</t>
          <section anchor="Qburst">
            <name>Improved Resilience to Burst Losses</name>
            <t>Burst losses can affect Q measurements accuracy. Generally, burst losses can be
absorbed and correctly measured if smaller than the established Q Block
length. If entire Q Block length of packets get lost in a burst, however, the
observer may be left completely unaware of the loss.</t>
            <t>To improve burst loss resilience, an observer may consider a received Q Block
larger than the selected Q Block length as an indication of a burst loss
event. The observer would then compute the loss as three times Q Block length
minus the measured block length. By doing so, the observer can detect burst
losses of less than two blocks (e.g., less than 128 packets for Q Block length
of 64 packets). A burst loss of two or more consecutive periods would still
remain unnoticed by the observer (or underestimated if a period longer than Q
Block length were formed).</t>
          </section>
        </section>
      </section>
      <section anchor="lossbit">
        <name>L Bit -- Loss Event Bit</name>
        <t>The Loss Event bit uses an Unreported Loss counter maintained by the protocol
that implements the marking mechanism. To use the Loss Event bit, the protocol
must allow the sender to identify lost packets. This is true of protocols such
as QUIC, partially true for TCP and SCTP (losses of pure ACKs are not detected)
and is not true of protocols such as UDP and IPv4/IPv6.</t>
        <t>The Unreported Loss counter is initialized to 0, and L bit of every outgoing
packet indicates whether the Unreported Loss counter is positive (L=1 if the
counter is positive, and L=0 otherwise).</t>
        <t>The value of the Unreported Loss counter is decremented every time a packet
with L=1 is sent.</t>
        <t>The value of the Unreported Loss counter is incremented for every packet that
the protocol declares lost, using whatever loss detection machinery the protocol
employs. If the protocol is able to rescind the loss determination later, a
positive Unreported Loss counter may be decremented due to the rescission.
In general, it should not become negative due to the rescission, but it can happen
in few cases.</t>
        <t>This loss signaling is similar to loss signaling in <xref target="ConEx"/>, except the Loss
Event bit is reporting the exact number of lost packets, whereas Echo Loss bit
in <xref target="ConEx"/> is reporting an approximate number of lost bytes.</t>
        <t>For protocols, such as TCP (<xref target="TCP"/>), that allow network devices to change data
segmentation, it is possible that only a part of the packet is lost. In these
cases, the sender must increment Unreported Loss counter by the fraction of the
packet data lost (so Unreported Loss counter may become negative when a packet
with L=1 is sent after a partial packet has been lost).</t>
        <t>Observation points can estimate the end-to-end loss, as determined by the
upstream endpoint, by counting packets in this direction with the L bit equal to
1, as described in <xref target="endtoendloss"/>.</t>
        <section anchor="endtoendloss">
          <name>End-To-End Loss</name>
          <t>The Loss Event bit allows an observer to estimate the end-to-end loss rate by
counting packets with L bit value of 0 and 1 for a given flow. The end-to-end
loss ratio is the fraction of packets with L=1.</t>
          <t>The assumption here is that upstream loss affects packets with L=0 and L=1
equally. If some loss is caused by tail-drop in a network device, this may be a
simplification.  If the sender's congestion controller reduces the packet send
rate after loss, there may be a sufficient delay before sending packets with L=1
that they have a greater chance of arriving at the observer.</t>
          <section anchor="loss-profile">
            <name>Loss Profile Characterization</name>
            <t>The Loss Event bit allows an observer to characterize loss profile, since the
distribution of observed packets with L bit set to 1 roughly corresponds to the
distribution of packets lost between 1 RTT and 1 RTO before (see
<xref target="loss-correlation"/>).  Hence, observing random single instances of L bit set
to 1 indicates random single packet loss, while observing blocks of packets
with L bit set to 1 indicates loss affecting entire blocks of packets.</t>
          </section>
        </section>
        <section anchor="lq-bits-loss-measurement-using-l-and-q-bits">
          <name>L+Q Bits -- Loss Measurement Using L and Q Bits</name>
          <t>Combining L and Q bits allows a passive observer watching a single direction of
traffic to accurately measure:</t>
          <ul spacing="normal">
            <li>upstream loss: sender-to-observer loss (see <xref target="upstreamloss"/>)</li>
            <li>downstream loss: observer-to-receiver loss (see <xref target="downstreamloss"/>)</li>
            <li>end-to-end loss: sender-to-receiver loss on the observed path (see
<xref target="endtoendloss"/>) with loss profile characterization (see <xref target="loss-profile"/>)</li>
          </ul>
          <section anchor="loss-correlation">
            <name>Correlating End-to-End and Upstream Loss</name>
            <t>Upstream loss is calculated by observing packets that did not suffer the
upstream loss (<xref target="upstreamloss"/>). End-to-end loss, however, is calculated by
observing subsequent packets after the sender's protocol detected the loss.
Hence, end-to-end loss is generally observed with a delay of between 1 RTT (loss
declared due to multiple duplicate acknowledgements) and 1 RTO (loss declared
due to a timeout) relative to the upstream loss.</t>
            <t>The flow RTT can sometimes be estimated by timing protocol handshake
messages. This RTT estimate can be greatly improved by observing a dedicated
protocol mechanism for conveying RTT information, such as the Spin bit (see
<xref target="spinbit"/>) or Delay bit (see <xref target="delaybit"/>).</t>
            <t>Whenever the observer needs to perform a computation that uses both upstream and
end-to-end loss rate measurements, it should use upstream loss rate leading the
end-to-end loss rate by approximately 1 RTT. If the observer is unable to
estimate RTT of the flow, it should accumulate loss measurements over time
periods of at least 4 times the typical RTT for the observed flows.</t>
            <t>If the calculated upstream loss rate exceeds the end-to-end loss rate calculated
in <xref target="endtoendloss"/>, then either the Q Period is too short for the amount of
packet reordering or there is observer loss, described in <xref target="observerloss"/>. If
this happens, the observer should adjust the calculated upstream loss rate to
match end-to-end loss rate, unless the following applies.</t>
            <t>In case of a protocol, such as TCP or SCTP, that does not track losses of pure
ACK packets, observing a direction of traffic dominated by pure ACK packets
could result in measured upstream loss that is higher than measured end-to-end
loss, if said pure ACK packets are lost upstream. Hence, if the measurement is
applied to such protocols, and the observer can confirm that pure ACK packets
dominate the observed traffic direction, the observer should adjust the
calculated end-to-end loss rate to match upstream loss rate.</t>
          </section>
          <section anchor="downstreamloss">
            <name>Downstream Loss</name>
            <t>Because downstream loss affects only those packets that did not suffer upstream
loss, the end-to-end loss rate (<tt>eloss</tt>) relates to the upstream loss rate
(<tt>uloss</tt>) and downstream loss rate (<tt>dloss</tt>) as <tt>(1-uloss)(1-dloss)=1-eloss</tt>.
Hence, <tt>dloss=(eloss-uloss)/(1-uloss)</tt>.</t>
          </section>
          <section anchor="observerloss">
            <name>Observer Loss</name>
            <t>A typical deployment of a passive observation system includes a network tap
device that mirrors network packets of interest to a device that performs
analysis and measurement on the mirrored packets. The observer loss is the loss
that occurs on the mirror path.</t>
            <t>Observer loss affects upstream loss rate measurement, since it causes the
observer to account for fewer packets in a block of identical Q bit values (see
<xref target="upstreamloss"/>). The end-to-end loss rate measurement, however, is unaffected
by the observer loss, since it is a measurement of the fraction of packets with
the L bit value of 1, and the observer loss would affect all packets equally
(see <xref target="endtoendloss"/>).</t>
            <t>The need to adjust the upstream loss rate down to match end-to-end loss rate as
described in <xref target="loss-correlation"/> is an indication of the observer loss, whose
magnitude is between the amount of such adjustment and the entirety of the
upstream loss measured in <xref target="upstreamloss"/>. Alternatively, a high apparent
upstream loss rate could be an indication of significant packet reordering,
possibly due to packets belonging to a single flow being multiplexed over
several upstream paths with different latency characteristics.</t>
          </section>
        </section>
      </section>
      <section anchor="refsquarebit">
        <name>R Bit -- Reflection Square Bit</name>
        <t>R bit requires a deployment alongside Q bit. Unlike the square signal for which
packets are transmitted in blocks of fixed size, the number of packets in
Reflection square signal blocks (also an Alternate-Marking signal) varies
according to these rules:</t>
        <ul spacing="normal">
          <li>when the transmission of a new block starts, its size is set equal
to the size of the last Q Block whose reception has been completed;</li>
          <li>if, before transmission of the block is terminated, the reception
of at least one further Q Block is completed, the size of the block
is updated to be the average size of the further received Q Blocks.</li>
        </ul>
        <t>The Reflection square value is initialized to 0 and is applied to the R bit of
every outgoing packet.  The Reflection square value is toggled for the first
time when the completion of a Q Block is detected in the incoming square signal
(produced by the other endpoint using the Q bit). The number of packets
detected within this first Q Block (<tt>p</tt>), is used to generate a reflection
square signal that toggles every <tt>M=p</tt> packets (at first). This new signal
produces blocks of M packets (marked using the R bit) and each of them is
called "Reflection Block" (R Block).</t>
        <t>The M value is then updated every time a completed Q Block in the
incoming square signal is received, following this formula:
<tt>M=round(avg(p))</tt>.</t>
        <t>The parameter <tt>avg(p)</tt>, the average number of packets in a marking
period, is computed based on all the Q Blocks received since the
beginning of the current R Block.</t>
        <t>The transmission of an R Block is considered complete (and the signal toggled)
when the number of packets transmitted in that block is at least the latest
computed M value.</t>
        <t>To ensure a proper computation of the M value, endpoints implementing the R bit
must identify the boundaries of incoming Q Blocks. The same approach described
in <xref target="endmarkingblock"/> should be used.</t>
        <t>Looking at the R bit, unidirectional observation points have an indication of
loss experienced by the entire unobserved channel plus the loss on the path
from the sender to them.</t>
        <t>Since the Q Block is sent in one direction, and the corresponding reflected R
Block is sent in the opposite direction, the reflected R signal is transmitted
with the packet rate of the slowest direction. Namely, if the observed direction
is the slowest, there can be multiple Q Blocks transmitted in the unobserved
direction before a complete R Block is transmitted in the observed direction. If
the unobserved direction is the slowest, the observed direction can be sending R
Blocks of the same size repeatedly before it can update the signal to account
for a newly-completed Q Block.</t>
        <section anchor="enhancement-of-r-block-length-computation">
          <name>Enhancement of R Block Length Computation</name>
          <t>The use of the rounding function used in the M computation introduces errors
that can be minimized by storing the rounding applied each time M is computed,
and using it during the computation of the M value in the following R Block.</t>
          <t>This can be achieved introducing the new <tt>r_avg</tt> parameter in the computation of
M.  The new formula is <tt>Mr=avg(p)+r_avg; M=round(Mr); r_avg=Mr-M</tt> where the
initial value of <tt>r_avg</tt> is equal to 0.</t>
        </section>
        <section anchor="improved-resilience-to-packet-reordering">
          <name>Improved Resilience to Packet Reordering</name>
          <t>When a protocol implementing the marking mechanism is able to detect when
packets are received out of order, it can improve resilience to packet
reordering beyond what is possible using methods described in
<xref target="endmarkingblock"/>.</t>
          <t>This can be achieved by updating the size of the current R Block while it is
being transmitted.  The reflection block size is then updated every time an
incoming reordered packet of the previous Q Block is detected.  This can be
done if and only if the transmission of the current reflection block is in
progress and no packets of the following Q Block have been received.</t>
          <section anchor="Rburst">
            <name>Improved Resilience to Burst Losses</name>
            <t>Burst losses can affect R measurements accuracy similarly to how they affect Q
measurements accuracy. Therefore, recommendations in section <xref target="Qburst"/> apply
equally to improving burst loss resilience for R measurements.</t>
          </section>
        </section>
        <section anchor="rq-bits-loss-measurement-using-r-and-q-bits">
          <name>R+Q Bits -- Loss Measurement Using R and Q Bits</name>
          <t>Since both sQuare and Reflection square bits are toggled at most every N packets
(except for the first transition of the R bit as explained before), an on-path
observer can count the number of packets of each marking block and, knowing the
value of N, can estimate the amount of loss experienced by the connection.  An
observer can calculate different measurements depending on whether it is able to
observe a single direction of the traffic or both directions.</t>
          <t>Single directional observer:</t>
          <ul spacing="normal">
            <li>upstream loss in the observed direction: the loss between the sender and the
observation point (see <xref target="upstreamloss"/>)</li>
            <li>"three-quarters" connection loss: the loss between the receiver and
the sender in the unobserved direction plus the loss between the
sender and the observation point in the observed direction</li>
            <li>end-to-end loss in the unobserved direction: the loss between the
receiver and the sender in the opposite direction</li>
          </ul>
          <t>Two directions observer (same metrics seen previously applied to both
direction, plus):</t>
          <ul spacing="normal">
            <li>client-observer half round-trip loss: the loss between the client
and the observation point in both directions</li>
            <li>observer-server half round-trip loss: the loss between the
observation point and the server in both directions</li>
            <li>downstream loss: the loss between the observation point and the
receiver (applicable to both directions)</li>
          </ul>
          <section anchor="tqloss">
            <name>Three-Quarters Connection Loss</name>
            <t>Except for the very first block in which there is nothing to reflect
(a complete Q Block has not been yet received), packets are
continuously R-bit marked into alternate blocks of size lower or equal
than N.  Knowing the value of N, an on-path observer can estimate the
amount of loss occurred in the whole opposite channel plus the loss
from the sender up to it in the observation channel. As for the
previous metric, the <tt>three-quarters</tt> connection loss rate (<tt>tqloss</tt>) is
one minus the average number of packets in a block of packets with the
same R value (<tt>t</tt>) divided by <tt>N</tt> (<tt>tqloss=1-avg(t)/N</tt>).</t>
            <figure>
              <name>Three-quarters connection loss</name>
              <artwork><![CDATA[
        =======================>
        = **********     -----Obs---->     **********
        = * Client *                       * Server *
        = **********     <------------     **********
        <============================================

            (a) in client-server channel (tqloss_up)

          ============================================>
          **********     ------------>     ********** =
          * Client *                       * Server * =
          **********     <----Obs-----     ********** =
                               <=======================

            (b) in server-client channel (tqloss_down)
]]></artwork>
            </figure>
            <t>The following metrics derive from this last metric and the upstream
loss produced by the Q bit.</t>
          </section>
          <section anchor="end-to-end-loss-in-the-opposite-direction">
            <name>End-To-End Loss in the Opposite Direction</name>
            <t>End-to-end loss in the unobserved direction (<tt>eloss_unobserved</tt>) relates to the
"three-quarters" connection loss (<tt>tqloss</tt>) and upstream loss in the observed
direction (<tt>uloss</tt>) as <tt>(1-eloss_unobserved)(1-uloss)=1-tqloss</tt>.  Hence,
<tt>eloss_unobserved=(tqloss-uloss)/(1-uloss)</tt>.</t>
            <figure>
              <name>End-To-End loss in the opposite direction</name>
              <artwork><![CDATA[
          **********     -----Obs---->     **********
          * Client *                       * Server *
          **********     <------------     **********
          <==========================================

            (a) in client-server channel (eloss_down)

          ==========================================>
          **********     ------------>     **********
          * Client *                       * Server *
          **********     <----Obs-----     **********

            (b) in server-client channel (eloss_up)
]]></artwork>
            </figure>
          </section>
          <section anchor="half-round-trip-loss">
            <name>Half Round-Trip Loss</name>
            <t>If the observer is able to observe both directions of traffic, it is able to
calculate two "half round-trip" loss measurements -- loss from the observer to
the receiver (in a given direction) and then back to the observer in the
opposite direction.  For both directions, "half round-trip" loss (<tt>hrtloss</tt>)
relates to "three-quarters" connection loss (<tt>tqloss_opposite</tt>) measured in the
opposite direction and the upstream loss (<tt>uloss</tt>) measured in the given
direction as <tt>(1-uloss)(1-hrtloss)=1-tqloss_opposite</tt>.  Hence,
<tt>hrtloss=(tqloss_opposite-uloss)/(1-uloss)</tt>.</t>
            <figure>
              <name>Half Round-trip loss (both direction)</name>
              <artwork><![CDATA[
        =======================>
        = **********     ------|----->     **********
        = * Client *          Obs          * Server *
        = **********     <-----|------     **********
        <=======================

      (a) client-observer half round-trip loss (hrtloss_co)

                               =======================>
          **********     ------|----->     ********** =
          * Client *          Obs          * Server * =
          **********     <-----|------     ********** =
                               <=======================

      (b) observer-server half round-trip loss (hrtloss_os)
]]></artwork>
            </figure>
          </section>
          <section anchor="downstream-loss">
            <name>Downstream Loss</name>
            <t>If the observer is able to observe both directions of traffic, it is able to
calculate two downstream loss measurements using either end-to-end loss and
upstream loss, similar to the calculation in <xref target="downstreamloss"/> or using "half
round-trip" loss and upstream loss in the opposite direction.</t>
            <t>For the latter, <tt>dloss=(hrtloss-uloss_opposite)/(1-uloss_opposite)</tt>.</t>
            <figure>
              <name>Downstream loss</name>
              <artwork><![CDATA[
                               =====================>
          **********     ------|----->     **********
          * Client *          Obs          * Server *
          **********     <-----|------     **********

             (a) in client-server channel (dloss_up)

          **********     ------|----->     **********
          * Client *          Obs          * Server *
          **********     <-----|------     **********
          <=====================

             (b) in server-client channel (dloss_down)
]]></artwork>
            </figure>
          </section>
        </section>
      </section>
      <section anchor="e-bit-ecn-echo-event-bit">
        <name>E Bit -- ECN-Echo Event Bit</name>
        <t>While the primary focus of this document is on exposing packet loss and
delay, modern networks can report congestion before they are forced to
drop packets, as described in <xref target="ECN"/>.  When transport protocols keep
ECN-Echo feedback under encryption, this signal cannot be observed by
the network operators.  When tasked with diagnosing network
performance problems, knowledge of a congestion downstream of an
observation point can be instrumental.</t>
        <t>If downstream congestion information is desired, this information can be
signaled with an additional bit.</t>
        <ul spacing="normal">
          <li>E: The "ECN-Echo Event" bit is set to 0 or 1 according to the Unreported ECN
Echo counter, as explained below in <xref target="ecnbit"/>.</li>
        </ul>
        <section anchor="ecnbit">
          <name>Setting the ECN-Echo Event Bit on Outgoing Packets</name>
          <t>The Unreported ECN-Echo counter operates identically to Unreported Loss counter
(<xref target="lossbit"/>), except it counts packets delivered by the network with CE
markings, according to the ECN-Echo feedback from the receiver.</t>
          <t>This ECN-Echo signaling is similar to ECN signaling in <xref target="ConEx"/>. ECN-Echo
mechanism in QUIC provides the number of packets received with CE marks. For
protocols like TCP, the method described in <xref target="ConEx-TCP"/> can be employed. As
stated in <xref target="ConEx-TCP"/>, such feedback can be further improved using a method
described in <xref target="ACCURATE-ECN"/>.</t>
        </section>
        <section anchor="ech-usage">
          <name>Using E Bit for Passive ECN-Reported Congestion Measurement</name>
          <t>A network observer can count packets with CE codepoint and determine the
upstream CE-marking rate directly.</t>
          <t>Observation points can also estimate ECN-reported end-to-end congestion by
counting packets in this direction with an E bit equal to 1.</t>
          <t>The upstream CE-marking rate and end-to-end ECN-reported congestion can provide
information about downstream CE-marking rate. Presence of E bits along with L
bits, however, can somewhat confound precise estimates of upstream and
downstream CE-markings in case the flow contains packets that are not
ECN-capable.</t>
          <t>It is worth noting that <xref target="RFC9331"/>, which introduces Low Latency, Low Loss, and
Scalable throughput (L4S), uses an ECN scheme that generates CE marks at a
much higher rate. An implementation may handle both types of CE markings
to improve the E bit mechanism.</t>
        </section>
      </section>
    </section>
    <section anchor="summary-of-delay-and-loss-marking-methods">
      <name>Summary of Delay and Loss Marking Methods</name>
      <t>This section summarizes the marking methods described in this document, which
proposes a toolkit of techniques that can be used separately, partly or all
together depending on the need.</t>
      <t>For the Delay measurement, it is possible to use the Spin bit and/or the delay
bit. A unidirectional or bidirectional observer can be used.</t>
      <figure anchor="fig_summary_D">
        <name>Delay Comparison</name>
        <artwork><![CDATA[
 +---------------+----+------------------------+--------------------+
 | Method        |# of|        Available       |             | # of |
 |               |bits|      Delay Metrics     | Impairments | meas.|
 |               |    +------------+-----------+ Resiliency  |      |
 |               |    |   UniDir   |   BiDir   |             |      |
 |               |    |  Observer  |  Observer |             |      |
 +---------------+----+------------+-----------+-------------+------+
 |S: Spin Bit    | 1  | RTT        | x2        | low         | very |
 |               |    |            | Half RTT  |             | high |
 +---------------+----+------------+-----------+-------------+------+
 |D: Delay Bit   | 1  | RTT        | x2        | high        |medium|
 |               |    |            | Half RTT  |             |      |
 +---------------+----+------------+-----------+-------------+------+
 |SD: Spin Bit & | 2  | RTT        | x2        | high        | very |
 |    Delay Bit *|    |            | Half RTT  |             | high |
 +---------------+----+------------+-----------+-------------+------+

 x2 Same metric for both directions
 *  Both bits work independently; an observer could use less accurate
    Spin bit measurements when Delay bit ones are unavailable
]]></artwork>
      </figure>
      <t>For the Loss measurement, each row in the table of <xref target="fig_summary_L"/>
represents a loss marking method. For each method the table specifies
the number of bits required in the header, the available metrics using
a unidirectional or bidirectional observer, applicable protocols,
measurement fidelity and delay.</t>
      <figure anchor="fig_summary_L">
        <name>Loss Comparison</name>
        <artwork><![CDATA[
 +-------------+-+-----------------------+-+------------------------+
 | Method      |B|        Available      |P|  Measurement Aspects   |
 |             |i|      Loss Metrics     |r+------------+-----------+
 |             |t|   UniDir  |   BiDir   |t|  Fidelity  |   Delay   |
 |             |s|  Observer |  Observer |o|            |           |
 +-------------+-+-----------+-----------+-+------------+-----------+
 |T: Round Trip|$| RT        | x2        | | Rate by    | ~6 RTT    |
 |   Loss Bit  |1|           | Half RT   |*| sampling   +-----------+
 |             | |           |           | | 1/3 to 1/(3*ppa) of    |
 |             | |           |           | | pkts over 2 RTT        |
 +-------------+-+-----------+-----------+-+------------+-----------+
 |Q: sQuare Bit|1| Upstream  | x2        |*| Rate over  | N pkts    |
 |             | |           |           | | N pkts     | (e.g. 64) |
 |             | |           |           | | (e.g. 64)  |           |
 +-------------+-+-----------+-----------+-+------------+-----------+
 |L: Loss Event|1| E2E       | x2        |#| Loss shape | Min: RTT  |
 |   Bit       | |           |           | | (and rate) | Max: RTO  |
 +-------------+-+-----------+-----------+-+------------+-----------+
 |QL: sQuare + |2| Upstream  | x2        | | -> see Q   | Up: see Q |
 |    Loss Ev. | | Downstream| x2        |#| -> see Q|L | Others:   |
 |    Bits     | | E2E       | x2        | | -> see L   |     see L |
 +-------------+-+-----------+-----------+-+------------+-----------+
 |QR: sQuare + |2| Upstream  | x2        | | Rate over  | Up: see Q |
 |    Ref. Sq. | | 3/4 RT    | x2        | | N*ppa pkts | Others:   |
 |    Bits     | | !E2E      | E2E       |*| (see Q bit |  N*ppa pk |
 |             | |           | Downstream| |   for N)   |   (see Q  |
 |             | |           | Half RT   | |            |    for N) |
 +-------------+-+-----------+-----------+-+------------+-----------+

 *   All protocols
 #   Protocols employing loss detection
     (with or without pure ACK loss detection)
 $   Require a working Spin bit
 !   Metric relative to the opposite channel
 x2  Same metric for both directions
 ppa Packets-Per-Ack
 Q|L See Q if Upstream loss is significant; L otherwise
]]></artwork>
      </figure>
      <section anchor="implementation-considerations">
        <name>Implementation Considerations</name>
        <t>By combining the information of the two tables above, it can be deduced that the
solutions with 3 bits, i.e. QL or QR + S or D, or 4 bits, i.e. QL or QR + SD,
allow having more complete and resilient measurements.</t>
        <t>The methodologies described in the previous sections are transport agnostic and
can be applied in various situations. The choice of the the methods also depends
on the specific protocol, for example QL is a good combination but, in the case
of a protocol which does not support or cannot set the L bit, QR is the only
viable solution.</t>
      </section>
    </section>
    <section anchor="ossification">
      <name>Protocol Ossification Considerations</name>
      <t>Accurate loss and delay information is relevant for the operation of any protocol,
though its presence for a sufficient number of flows is important for the
operation of networks.</t>
      <t>The delay and loss bits are amenable to "greasing" described in <xref target="RFC8701"/>, if
the protocol designers are not ready to dedicate (and ossify) bits used for loss
reporting to this function. The greasing could be accomplished similarly to the
Latency Spin bit greasing in <xref target="QUIC-TRANSPORT"/>. Namely, implementations could
decide that a fraction of flows should not encode loss and delay information and,
instead, the bits would be set to arbitrary values. The observers would need to be
ready to ignore flows with delay and loss information more resembling noise
than the expected signal.</t>
    </section>
    <section anchor="examples-of-application">
      <name>Examples of Application</name>
      <t>The binding of a delay signal to QUIC is partially described in
<xref target="QUIC-TRANSPORT"/>, which adds the Spin bit to the first byte of the short
packet header, leaving two reserved bits for future use.</t>
      <t>The additional signals discussed in this document were implemented and
experimented with in QUIC and TCP; the choice and use of bits for the
experimental implementations is out of scope for this document. The application
scenarios can allow monitoring of the interconnections inside data center
(Intra-DC) or between data centers (Inter-DC) for large scale data transfers up
to the end user. It is assumed that the flows follow stable paths and traverse
the same measurement points.</t>
      <t>This document provides different methods to perform measurements, but not all
of which need to be implemented at once. Indeed, some of the methods described
are also utilized in <xref target="I-D.ietf-core-coap-pm"/>.</t>
      <t>Note that the specific implementation details are out of scope for this document.
A specification defining the specific protocol application is expected to discuss
the implementation details depending on which bits will be implemented in the
protocol, e.g. <xref target="I-D.ietf-core-coap-pm"/>.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The methods described in this document are transport agnostic and potentially
applicable to any transport-layer protocol, especially valuable for encrypted
protocols. These methods can be applied to both limited domains and Internet,
depending on the specific protocol application.</t>
      <t>Passive loss and delay observations have been a part of the network operations
for a long time, so exposing loss and delay information to the network does not
add new security concerns for protocols that are currently observable.</t>
      <t>In the absence of packet loss, Q and R bits signals do not provide any
information that cannot be observed by simply counting packets transiting a
network path. In the presence of packet loss, Q and R bits will disclose
the loss, but this is information about the environment and not the endpoint
state. The L bit signal discloses internal state of the protocol's loss
detection machinery, but this state can often be gleaned by timing packets and
observing congestion controller response.</t>
      <t>The measurements described in this document do not imply new packets injected
into the network causing potential harm to the network itself and to data
traffic. The measurements could be harmed by an attacker altering the marking
of the packets or injecting artificial traffic. Authentication techniques may be
used where appropriate to guard against these traffic attacks.</t>
      <t>Hence, loss bits do not provide a viable new mechanism to attack data integrity
and secrecy.</t>
      <t>The measurement fields introduced in this document are intended to be included
into the packets. But it is worth mentioning that it may be possible to use this
information as a covert channel.</t>
      <t>The current document does not define a specific application and the described
techniques can generally apply to different communication protocols operating in
different security environments. A specification defining a specific protocol
application is expected to address the respective security considerations and
must consider specifics of the protocol and its expected operating environment.
For example, security considerations for QUIC, discussed in <xref target="QUIC-TRANSPORT"/>
and <xref target="QUIC-TLS"/>, consider a possibility of active and passive attackers in the
network as well as attacks on specific QUIC mechanisms.</t>
      <section anchor="optimistic-ack-attack">
        <name>Optimistic ACK Attack</name>
        <t>A defense against an Optimistic ACK Attack, described in <xref target="QUIC-TRANSPORT"/>,
involves a sender randomly skipping packet numbers to detect a receiver
acknowledging packet numbers that have never been received. The Q bit signal may
inform the attacker which packet numbers were skipped on purpose and which had
been actually lost (and are, therefore, safe for the attacker to
acknowledge). To use the Q bit for this purpose, the attacker must first receive
at least an entire Q Block of packets, which renders the attack ineffective
against a delay-sensitive congestion controller.</t>
        <t>A protocol that is more susceptible to an Optimistic ACK Attack with the loss
signal provided by Q bit and uses a loss-based congestion controller, should
shorten the current Q Block by the number of skipped packets numbers. For example,
skipping a single packet number will invert the square signal one outgoing
packet sooner.</t>
        <t>Similar considerations apply to the R bit, although a shortened R Block along
with a matching skip in packet numbers does not necessarily imply a lost
packet, since it could be due to a lost packet on the reverse path along with a
deliberately skipped packet by the sender.</t>
      </section>
      <section anchor="delay-bit-with-rtt-obfuscation">
        <name>Delay Bit with RTT Obfuscation</name>
        <t>Theoretically, delay measurements can be used to roughly evaluate the distance
of the client from the server (using the RTT) or from any intermediate observer
(using the client-observer half-RTT). As described in <xref target="RTT-PRIVACY"/>, connection
RTT measurements for geolocating endpoints are usually inferior to even the
most basic IP geolocation databases. It is the variability within RTT
measurements (the jitter) that is most informative, as it can provide insight
into the operating environment of the endpoints as well as the state of the
networks (queuing delays) used by the connection.</t>
        <t>Nevertheless, to further mask the actual RTT of the connection, the Delay bit
algorithm can be slightly modified by, for example, delaying the client-side
reflection of the delay sample by a fixed randomly chosen time value. This
would lead an intermediate observer to measure a delay greater than the real
one.</t>
        <t>This Additional Delay should be randomly selected by the client and kept
constant for a certain amount of time across multiple connections. This ensures
that the client-server jitter remains the same as if no Additional Delay had
been inserted. For example, a new Additional Delay value could be generated
whenever the client's IP address changes.</t>
        <t>Despite the Additional Delay, this Hidden Delay technique still allows an
accurate measurement of the RTT components (observer-server) and all the
intra-domain measurements used to distribute the delay in the network.
Furthermore, unlike the Delay bit, the Hidden Delay bit does not require the
use of the client reflection threshold (1ms by default). Removing this
threshold may lead to increasing the number of valid measurements produced by
the algorithm.</t>
        <t>Note that Hidden Delay bit does not affect an observer's ability to measure
accurate RTT using other means, such as timing packets exchanged during the
connection establishment.</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>To minimize unintentional exposure of information, loss bits provide an explicit
loss signal -- a preferred way to share information per <xref target="RFC8558"/>.</t>
      <t>New protocols commonly have specific privacy goals, and loss reporting must
ensure that loss information does not compromise those privacy goals. For
example, <xref target="QUIC-TRANSPORT"/> allows changing Connection IDs in the middle of a
connection to reduce the likelihood of a passive observer linking old and new
sub-flows to the same device. A QUIC implementation would need to reset all
counters when it changes the destination (IP address or UDP port) or the
Connection ID used for outgoing packets. It would also need to avoid
incrementing Unreported Loss counter for loss of packets sent to a different
destination or with a different Connection ID.</t>
      <t>It is also worth highlighting that, if these techniques are not widely deployed,
an endpoint that uses them may be fingerprinted based on their usage.
But, since there is no release of user data, the techniques seem unlikely to
substantially increase the existing privacy risks.</t>
      <t>Furthermore, if there is experimental traffic with these bit set on the network,
a network operator could potentially prioritize this marked traffic by placing it
in a priority queue. This may result in the delivery of better service, which
could potentially mislead an experiment intended to benchmark the network.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document makes no request of IANA.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>The following people provided valuable contributions to this document:</t>
      <ul spacing="normal">
        <li>Marcus Ihlar, Ericsson, marcus.ihlar@ericsson.com</li>
        <li>Jari Arkko, Ericsson, jari.arkko@ericsson.com</li>
        <li>Emile Stephan, Orange, emile.stephan@orange.com</li>
        <li>Dmitri Tikhonov, LiteSpeed Technologies, dtikhonov@litespeedtech.com</li>
      </ul>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to thank the QUIC WG for their contributions, Christian
Huitema for implementing Q and L bits in his picoquic stack, and Ike Kunze for
providing constructive reviews and helpful suggestions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="TCP">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP).  TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet.  Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion.  This document collects and brings those changes together with the protocol specification from RFC 793.  This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793.  It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements.  It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state.  The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="ECN">
          <front>
            <title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
            <author fullname="K. Ramakrishnan" initials="K." surname="Ramakrishnan"/>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <author fullname="D. Black" initials="D." surname="Black"/>
            <date month="September" year="2001"/>
            <abstract>
              <t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3168"/>
          <seriesInfo name="DOI" value="10.17487/RFC3168"/>
        </reference>
        <reference anchor="IPPM-METHODS">
          <front>
            <title>Active and Passive Metrics and Methods (with Hybrid Types In-Between)</title>
            <author fullname="A. Morton" initials="A." surname="Morton"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>This memo provides clear definitions for Active and Passive performance assessment.  The construction of Metrics and Methods can be described as either "Active" or "Passive".  Some methods may use a subset of both Active and Passive attributes, and we refer to these as "Hybrid Methods".  This memo also describes multiple dimensions to help evaluate new methods as they emerge.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7799"/>
          <seriesInfo name="DOI" value="10.17487/RFC7799"/>
        </reference>
        <reference anchor="QUIC-TRANSPORT">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration.  QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC8558">
          <front>
            <title>Transport Protocol Path Signals</title>
            <author fullname="T. Hardie" initials="T." role="editor" surname="Hardie"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document discusses the nature of signals seen by on-path elements examining transport protocols, contrasting implicit and explicit signals.  For example, TCP's state machine uses a series of well-known messages that are exchanged in the clear.  Because these are visible to network elements on the path between the two nodes setting up the transport connection, they are often used as signals by those network elements.  In transports that do not exchange these messages in the clear, on-path network elements lack those signals.  Often, the removal of those signals is intended by those moving the messages to confidential channels.  Where the endpoints desire that network elements along the path receive these signals, this document recommends explicit signals be used.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8558"/>
          <seriesInfo name="DOI" value="10.17487/RFC8558"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="QUIC-TLS">
          <front>
            <title>Using TLS to Secure QUIC</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <author fullname="S. Turner" initials="S." role="editor" surname="Turner"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes how Transport Layer Security (TLS) is used to secure QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9001"/>
          <seriesInfo name="DOI" value="10.17487/RFC9001"/>
        </reference>
        <reference anchor="TRANSPORT-ENCRYPT">
          <front>
            <title>Considerations around Transport Header Confidentiality, Network Operations, and the Evolution of Internet Transport Protocols</title>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="C. Perkins" initials="C." surname="Perkins"/>
            <date month="July" year="2021"/>
            <abstract>
              <t>To protect user data and privacy, Internet transport protocols have supported payload encryption and authentication for some time. Such encryption and authentication are now also starting to be applied to the transport protocol headers. This helps avoid transport protocol ossification by middleboxes, mitigate attacks against the transport protocol, and protect metadata about the communication. Current operational practice in some networks inspect transport header information within the network, but this is no longer possible when those transport headers are encrypted.</t>
              <t>This document discusses the possible impact when network traffic uses a protocol with an encrypted transport header. It suggests issues to consider when designing new transport protocols or features.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9065"/>
          <seriesInfo name="DOI" value="10.17487/RFC9065"/>
        </reference>
        <reference anchor="QUIC-MANAGEABILITY">
          <front>
            <title>Manageability of the QUIC Transport Protocol</title>
            <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document discusses manageability of the QUIC transport protocol and focuses on the implications of QUIC's design and wire image on network operations involving QUIC traffic.  It is intended as a "user's manual" for the wire image to provide guidance for network operators and equipment vendors who rely on the use of transport-aware network functions.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9312"/>
          <seriesInfo name="DOI" value="10.17487/RFC9312"/>
        </reference>
        <reference anchor="QUIC-SPIN">
          <front>
            <title>Adding Explicit Passive Measurability of Two-Way Latency to the QUIC Transport Protocol</title>
            <author fullname="Brian Trammell" initials="B." surname="Trammell">
              <organization>ETH Zurich</organization>
            </author>
            <author fullname="Piet De Vaere" initials="P." surname="De Vaere">
              <organization>ETH Zurich</organization>
            </author>
            <author fullname="Roni Even" initials="R." surname="Even">
              <organization>Huawei</organization>
            </author>
            <author fullname="Giuseppe Fioccola" initials="G." surname="Fioccola">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Nokia</organization>
            </author>
            <author fullname="Marcus Ihlar" initials="M." surname="Ihlar">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Al Morton" initials="A. C." surname="Morton">
              <organization>AT&amp;T Labs</organization>
            </author>
            <author fullname="Stephan Emile" initials="S." surname="Emile">
              <organization>Orange</organization>
            </author>
            <date day="14" month="May" year="2018"/>
            <abstract>
              <t>   This document describes the addition of a "spin bit", intended for
   explicit measurability of end-to-end RTT, to the QUIC transport
   protocol.  It proposes a detailed mechanism for the spin bit, as well
   as an additional mechanism, called the valid edge counter, to
   increase the fidelity of the latency signal in less than ideal
   network conditions.  It describes how to use the latency spin signal
   to measure end-to-end latency, discusses corner cases and their
   workarounds in the measurement, describes experimental evaluation of
   the mechanism done to date, and examines the utility and privacy
   implications of the spin bit.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-trammell-quic-spin-03"/>
        </reference>
        <reference anchor="RTT-PRIVACY">
          <front>
            <title>Revisiting the Privacy Implications of Two-Way Internet Latency Data</title>
            <author fullname="Brian Trammell" initials="B." surname="Trammell">
              <organization/>
            </author>
            <author fullname="Mirja Kühlewind" initials="M." surname="Kühlewind">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
          <seriesInfo name="Passive and Active Measurement" value="pp. 73-84"/>
          <seriesInfo name="DOI" value="10.1007/978-3-319-76481-8_6"/>
        </reference>
        <reference anchor="UDP-OPTIONS">
          <front>
            <title>Transport Options for UDP</title>
            <author fullname="Dr. Joseph D. Touch" initials="J. D." surname="Touch">
              <organization>Independent Consultant</organization>
            </author>
            <date day="9" month="June" year="2023"/>
            <abstract>
              <t>   Transport protocols are extended through the use of transport header
   options. This document extends UDP by indicating the location,
   syntax, and semantics for UDP transport layer options.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tsvwg-udp-options-22"/>
        </reference>
        <reference anchor="UDP-SURPLUS">
          <front>
            <title>UDP Surplus Header</title>
            <author fullname="Tom Herbert" initials="T." surname="Herbert">
              <organization>Intel</organization>
            </author>
            <date day="8" month="July" year="2019"/>
            <abstract>
              <t>   This specification defines the UDP Surplus Header that is an
   extensible and generic format applied to the UDP surplus space. The
   UDP surplus space comprises the bytes between the end of the UDP
   datagram, as indicated by the UDP Length field, and the end of the IP
   packet, as indicated by IP packet or payload length. The UDP Surplus
   Header can be either a protocol trailer of the UDP datagram, or a
   protocol header which effectively serves as an extended UDP header.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-herbert-udp-space-hdr-01"/>
        </reference>
        <reference anchor="ACCURATE-ECN">
          <front>
            <title>More Accurate Explicit Congestion Notification (ECN) Feedback in TCP</title>
            <author fullname="Bob Briscoe" initials="B." surname="Briscoe">
              <organization>Independent</organization>
            </author>
            <author fullname="Mirja Kühlewind" initials="M." surname="Kühlewind">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Richard Scheffenegger" initials="R." surname="Scheffenegger">
              <organization>NetApp</organization>
            </author>
            <date day="30" month="March" year="2023"/>
            <abstract>
              <t>   Explicit Congestion Notification (ECN) is a mechanism where network
   nodes can mark IP packets instead of dropping them to indicate
   incipient congestion to the endpoints.  Receivers with an ECN-capable
   transport protocol feed back this information to the sender.  ECN was
   originally specified for TCP in such a way that only one feedback
   signal can be transmitted per Round-Trip Time (RTT).  Recent new TCP
   mechanisms like Congestion Exposure (ConEx), Data Center TCP (DCTCP)
   or Low Latency, Low Loss, and Scalable Throughput (L4S) need more
   accurate ECN feedback information whenever more than one marking is
   received in one RTT.  This document updates the original ECN
   specification in RFC 3168 to specify a scheme that provides more than
   one feedback signal per RTT in the TCP header.  Given TCP header
   space is scarce, it allocates a reserved header bit previously
   assigned to the ECN-Nonce.  It also overloads the two existing ECN
   flags in the TCP header.  The resulting extra space is exploited to
   feed back the IP-ECN field received during the 3-way handshake as
   well.  Supplementary feedback information can optionally be provided
   in two new TCP option alternatives, which are never used on the TCP
   SYN.  The document also specifies the treatment of this updated TCP
   wire protocol by middleboxes.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tcpm-accurate-ecn-24"/>
        </reference>
        <reference anchor="AltMark">
          <front>
            <title>Alternate-Marking Method</title>
            <author fullname="G. Fioccola" initials="G." role="editor" surname="Fioccola"/>
            <author fullname="M. Cociglio" initials="M." surname="Cociglio"/>
            <author fullname="G. Mirsky" initials="G." surname="Mirsky"/>
            <author fullname="T. Mizrahi" initials="T." surname="Mizrahi"/>
            <author fullname="T. Zhou" initials="T." surname="Zhou"/>
            <date month="December" year="2022"/>
            <abstract>
              <t>This document describes the Alternate-Marking technique to perform packet loss, delay, and jitter measurements on live traffic.  This technology can be applied in various situations and for different protocols.  According to the classification defined in RFC 7799, it could be considered Passive or Hybrid depending on the application.  This document obsoletes RFC 8321.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9341"/>
          <seriesInfo name="DOI" value="10.17487/RFC9341"/>
        </reference>
        <reference anchor="IPv6AltMark">
          <front>
            <title>IPv6 Application of the Alternate-Marking Method</title>
            <author fullname="G. Fioccola" initials="G." surname="Fioccola"/>
            <author fullname="T. Zhou" initials="T." surname="Zhou"/>
            <author fullname="M. Cociglio" initials="M." surname="Cociglio"/>
            <author fullname="F. Qin" initials="F." surname="Qin"/>
            <author fullname="R. Pang" initials="R." surname="Pang"/>
            <date month="December" year="2022"/>
            <abstract>
              <t>This document describes how the Alternate-Marking Method can be used as a passive performance measurement tool in an IPv6 domain.  It defines an Extension Header Option to encode Alternate-Marking information in both the Hop-by-Hop Options Header and Destination Options Header.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9343"/>
          <seriesInfo name="DOI" value="10.17487/RFC9343"/>
        </reference>
        <reference anchor="ANRW19-PM-QUIC">
          <front>
            <title>Performance measurements of QUIC communications</title>
            <author fullname="Fabio Bulgarella" initials="F." surname="Bulgarella">
              <organization>Politecnico di Torino</organization>
            </author>
            <author fullname="Mauro Cociglio" initials="M." surname="Cociglio">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Giuseppe Fioccola" initials="G." surname="Fioccola">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Guido Marchetto" initials="G." surname="Marchetto">
              <organization>Politecnico di Torino</organization>
            </author>
            <author fullname="Riccardo Sisto" initials="R." surname="Sisto">
              <organization>Politecnico di Torino</organization>
            </author>
            <date month="July" year="2019"/>
          </front>
          <seriesInfo name="Proceedings of the Applied Networking Research" value="Workshop"/>
          <seriesInfo name="DOI" value="10.1145/3340301.3341127"/>
        </reference>
        <reference anchor="ConEx">
          <front>
            <title>Congestion Exposure (ConEx) Concepts, Abstract Mechanism, and Requirements</title>
            <author fullname="M. Mathis" initials="M." surname="Mathis"/>
            <author fullname="B. Briscoe" initials="B." surname="Briscoe"/>
            <date month="December" year="2015"/>
            <abstract>
              <t>This document describes an abstract mechanism by which senders inform the network about the congestion recently encountered by packets in the same flow.  Today, network elements at any layer may signal congestion to the receiver by dropping packets or by Explicit Congestion Notification (ECN) markings, and the receiver passes this information back to the sender in transport-layer feedback.  The mechanism described here enables the sender to also relay this congestion information back into the network in-band at the IP layer, such that the total amount of congestion from all elements on the path is revealed to all IP elements along the path, where it could, for example, be used to provide input to traffic management.  This mechanism is called Congestion Exposure, or ConEx.  The companion document, "Congestion Exposure (ConEx) Concepts and Use Cases" (RFC 6789), provides the entry point to the set of ConEx documentation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7713"/>
          <seriesInfo name="DOI" value="10.17487/RFC7713"/>
        </reference>
        <reference anchor="ConEx-TCP">
          <front>
            <title>TCP Modifications for Congestion Exposure (ConEx)</title>
            <author fullname="M. Kuehlewind" initials="M." role="editor" surname="Kuehlewind"/>
            <author fullname="R. Scheffenegger" initials="R." surname="Scheffenegger"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>Congestion Exposure (ConEx) is a mechanism by which senders inform the network about expected congestion based on congestion feedback from previous packets in the same flow.  This document describes the necessary modifications to use ConEx with the Transmission Control Protocol (TCP).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7786"/>
          <seriesInfo name="DOI" value="10.17487/RFC7786"/>
        </reference>
        <reference anchor="I-D.trammell-tsvwg-spin">
          <front>
            <title>A Transport-Independent Explicit Signal for Hybrid RTT Measurement</title>
            <author fullname="Brian Trammell" initials="B." surname="Trammell">
              <organization>ETH Zurich</organization>
            </author>
            <date day="2" month="July" year="2018"/>
            <abstract>
              <t>   This document defines an explicit per-flow transport-layer signal for
   hybrid measurement of end-to-end RTT.  This signal consists of three
   bits: a spin bit, which oscillates once per end-to-end RTT, and a
   two-bit Valid Edge Counter (VEC), which compensates for loss and
   reordering of the spin bit to increase fidelity of the signal in less
   than ideal network conditions.  It describes the algorithm for
   generating the signal, approaches for observing it to passively
   measure end-to-end latency, and proposes methods for adding it to a
   variety of IETF transport protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-trammell-tsvwg-spin-00"/>
        </reference>
        <reference anchor="I-D.trammell-ippm-spin">
          <front>
            <title>An Explicit Transport-Layer Signal for Hybrid RTT Measurement</title>
            <author fullname="Brian Trammell" initials="B." surname="Trammell">
              <organization>ETH Zurich</organization>
            </author>
            <date day="9" month="January" year="2019"/>
            <abstract>
              <t>   This document defines an explicit per-flow transport-layer signal for
   hybrid measurement of end-to-end RTT.  This signal consists of three
   bits: a spin bit, which oscillates once per end-to-end RTT, and a
   two-bit Valid Edge Counter (VEC), which compensates for loss and
   reordering of the spin bit to increase fidelity of the signal in less
   than ideal network conditions.  It describes the algorithm for
   generating the signal, approaches for observing it to passively
   measure end-to-end latency, and proposes methods for adding it to a
   variety of IETF transport protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-trammell-ippm-spin-00"/>
        </reference>
        <reference anchor="RFC9331">
          <front>
            <title>The Explicit Congestion Notification (ECN) Protocol for Low Latency, Low Loss, and Scalable Throughput (L4S)</title>
            <author fullname="K. De Schepper" initials="K." surname="De Schepper"/>
            <author fullname="B. Briscoe" initials="B." role="editor" surname="Briscoe"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>This specification defines the protocol to be used for a new network service called Low Latency, Low Loss, and Scalable throughput (L4S). L4S uses an Explicit Congestion Notification (ECN) scheme at the IP layer that is similar to the original (or 'Classic') ECN approach, except as specified within. L4S uses 'Scalable' congestion control, which induces much more frequent control signals from the network, and it responds to them with much more fine-grained adjustments so that very low (typically sub-millisecond on average) and consistently low queuing delay becomes possible for L4S traffic without compromising link utilization. Thus, even capacity-seeking (TCP-like) traffic can have high bandwidth and very low delay at the same time, even during periods of high traffic load.</t>
              <t>The L4S identifier defined in this document distinguishes L4S from 'Classic' (e.g., TCP-Reno-friendly) traffic. Then, network bottlenecks can be incrementally modified to distinguish and isolate existing traffic that still follows the Classic behaviour, to prevent it from degrading the low queuing delay and low loss of L4S traffic. This Experimental specification defines the rules that L4S transports and network elements need to follow, with the intention that L4S flows neither harm each other's performance nor that of Classic traffic. It also suggests open questions to be investigated during experimentation. Examples of new Active Queue Management (AQM) marking algorithms and new transports (whether TCP-like or real time) are specified separately.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9331"/>
          <seriesInfo name="DOI" value="10.17487/RFC9331"/>
        </reference>
        <reference anchor="RFC8701">
          <front>
            <title>Applying Generate Random Extensions And Sustain Extensibility (GREASE) to TLS Extensibility</title>
            <author fullname="D. Benjamin" initials="D." surname="Benjamin"/>
            <date month="January" year="2020"/>
            <abstract>
              <t>This document describes GREASE (Generate Random Extensions And Sustain Extensibility), a mechanism to prevent extensibility failures in the TLS ecosystem.  It reserves a set of TLS protocol values that may be advertised to ensure peers correctly handle unknown values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8701"/>
          <seriesInfo name="DOI" value="10.17487/RFC8701"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pm">
          <front>
            <title>Constrained Application Protocol (CoAP) Performance Measurement Option</title>
            <author fullname="Giuseppe Fioccola" initials="G." surname="Fioccola">
              <organization>Huawei</organization>
            </author>
            <author fullname="Tianran Zhou" initials="T." surname="Zhou">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mauro Cociglio" initials="M." surname="Cociglio">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Fabio Bulgarella" initials="F." surname="Bulgarella">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Massimo Nilo" initials="M." surname="Nilo">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Fabrizio Milan" initials="F." surname="Milan">
              <organization>Telecom Italia</organization>
            </author>
            <date day="19" month="April" year="2023"/>
            <abstract>
              <t>   This document specifies a method for the Performance Measurement of
   the Constrained Application Protocol (CoAP).  A new CoAP option is
   defined in order to enable network telemetry both end-to-end and hop-
   by-hop.  The endpoints cooperate by marking and, possibly, mirroring
   information on the round-trip connection.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pm-00"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+19a3fbRpbg9/oVaHt2W4pJxrKdlzPuiSwrHW3LtizL3TNn
z54IJEERbRJgAFAy23b/9r3PqlsAKMlOZnpmdzQdj0QC9bh1674fw+HQNXmz
yB4nh+9Wi3ySN8lPZd0Mm3L4Imuuyupt8uOivEqeZ2m9rrJlVjR1cpZN5kX+
yzqrXToeV9nl4+RZtkg3SVpMk+OyrpNx3tRuWk6KdAlDT6t01gzzrJkN89Vq
OcxkquEMhh4uzdDD+1+5adrAO++f7Z8dfnQT+OOirDaPk7yYlc7lq+px0lTr
unlw//539x+4tMrSx8lZlRb1qqwah0u+qMr16nFydHLy3L3NNvDRFP4qmqwq
smb4DFfj6vV4mdd1XhZnmxXMd3R49qNzdQNb+DldlAV8tIH9rfLHLkmq2SSb
1s1mIZ8mSVNOzK/TbNXMHydf8195MYW96Nc1rKrKZrX/e7OM/myqfOIfnpRL
goP5e5WGr/NikRdhDdm7ZrjI4bRgzHG5gLeG5Rf3nEvXzbyscOFD+A9fg6+e
j5IDWNvFIi/pQz6a5+m6KuMvyuoCAJotMpg8OWrSRZ4mw+Ts6Dl9C+vNMljQ
n+HT0wwgmJyWy3KRD5IH3zyiJ+Bg4bjOyioveMBJOYWZ9u7vPfpW/l4XDR4p
Dr6hj7Jlmi8eJ0tczWgiq/mhXDeLsnwLHyzjveyPkh+zqsqz9Tuzl/1F9g6O
r8riL2k/LwFBLrLkOB3XdsJUXxnN5JUfSnqyO+cfYc68nEzKRWrm/GO+rrPV
Kou/oyl/WqdXWc6XpVyUF3lWRxA8hQ/g97SuMwDeVwZ2z9dFPpkb2H17/7vv
HsSw+2NWLdMigt6FrGU0k7X8MKcldPdyNEqO1+O0nmeXZi9HcNHiz2kf+29T
GL+7D5k1X/AbP6T0XHeyH0fJ0/XiAi7qIgLdj+k4L9tf/QORb4brGY39en64
AALXjBpeTE5rGeVN51a9yBfxjQKqsizDx//Q+0RrGRWwlh+u3wigxE/pcjJP
y3VucaJOxwCMrPXldXcql1dGc31l6506Hb0G8mWhd5pPJmk1LZPwBc11AiBp
sgncizKZ5hYaMmslL45qfPGHFT5f4i6dK0q4Kk1+mSFFPDs4gVl+PPjuwXcP
4c/Dgxf058O9rxGYyDKGzw/Pfnr57DV9/s03330Hn796c3QwPDvdf/H65OXp
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

-->

</rfc>
