<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 4.0.5) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-iotops-7228bis-10" category="info" consensus="true" submissionType="IETF" obsoletes="7228" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="CNN Terminology">Terminology for Constrained-Node Networks</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-7228bis-10"/>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <author initials="M." surname="Ersue" fullname="Mehmet Ersue">
      <organization/>
      <address>
        <postal>
          <city>Munich</city>
          <country>Germany</country>
        </postal>
        <email>mersue@gmail.com</email>
      </address>
    </author>
    <author initials="A." surname="Keränen" fullname="Ari Keränen">
      <organization>Ericsson</organization>
      <address>
        <postal>
          <street>Hirsalantie 11</street>
          <city>Jorvas</city>
          <code>02420</code>
          <country>Finland</country>
        </postal>
        <email>ari.keranen@ericsson.com</email>
      </address>
    </author>
    <author initials="C." surname="Gomez" fullname="Carles Gomez">
      <organization>Universitat Politecnica de Catalunya</organization>
      <address>
        <postal>
          <street>C/Esteve Terradas, 7</street>
          <city>Castelldefels</city>
          <code>08860</code>
          <country>Spain</country>
        </postal>
        <phone>+34-93-413-7206</phone>
        <email>carlesgo@entel.upc.edu</email>
      </address>
    </author>
    <date year="2026" month="July" day="06"/>
    <area>Internet</area>
    <workgroup>IOTOPS Working Group</workgroup>
    <abstract>
      <?line 129?>

<t>The Internet Protocol Suite is increasingly used on small devices with
severe constraints on power, memory, and processing resources, creating constrained-node
networks.
This document provides a number of basic terms that have
been useful in research and standardization work for constrained-node networks.</t>
      <t>This document obsoletes RFC 7228.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-iotops-7228bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        IOT Operations (iotops) Working Group mailing list (<eref target="mailto:iotops@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/iotops/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/iotops/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/lwig-wg/terminology"/>.</t>
    </note>
  </front>
  <middle>
    <?line 139?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Small devices with limited CPU, memory, and power resources, so-called
"constrained devices" (often used as sensors/actuators, smart objects,
or smart devices) can
form a network, becoming "constrained nodes" in that network.
Such a network may itself exhibit constraints, e.g., with unreliable or
lossy channels, limited and unpredictable bandwidth, and a highly
dynamic topology.</t>
      <t>Constrained devices might be in charge of gathering information in
diverse settings, including natural ecosystems, buildings, and
factories, and of sending the information to one or more server stations.
They might also act on information, by performing some
physical action, including displaying it.
Constrained devices may work under severe resource constraints such
as limited electrical and computing power, little memory, and
insufficient wireless bandwidth and ability to communicate; these
constraints often exacerbate each other.
Other entities on the network, e.g., a base station or controlling
server, might have more computational and communication resources and
could support the interaction between the constrained devices and
applications in more traditional networks.</t>
      <t>Today, constrained devices with different resources and capabilities
are becoming connected.
Mobile personal gadgets,
building-automation devices, cellular phones, machine-to-machine (M2M)
devices, and other devices benefit from interacting with other "things" nearby
or somewhere in the Internet.  With this, the Internet of Things (IoT)
became a reality, built up out of uniquely identifiable and
addressable objects (things).</t>
      <t>The present document provides a number of basic terms that have
been useful in research and standardization work for constrained
environments.  The intention is not to exhaustively cover the field
but to make sure a few core terms are used consistently between
different groups cooperating in this space.</t>
      <t>The present document is a revision of <xref target="RFC7228"/>, updated to the
situation a dozen years later, adding useful terminology, and with new
sections and subsections discussing classes of specific
characteristics.
See <xref target="changes"/> for a slightly more detailed list of changes.</t>
      <section anchor="conventions-used-in-this-document">
        <name>Conventions Used in this Document</name>
        <t>In this document, the term "byte" is used in its now customary sense
as a synonym for "octet".  Where sizes of semiconductor memory are
given, the prefix "kibi" (1024) is combined with "byte" to "kibibyte",
abbreviated "KiB", for 1024 bytes <xref target="ISQ-13"/> or 2<sup>10</sup> bytes.
Similarly, MiB stands for 2<sup>20</sup> and GiB for 2<sup>30</sup> bytes.</t>
        <t>Superscript notation denotes exponentiation.
For example, 10 raised to the 100th is notated: 10<sup>100</sup>,
where 10 is the base and 100 is the exponent.
In the plain-text rendition of this specification, superscript
notation is not available and exponentiation therefore is rendered by
the surrogate notation seen here in the plain-text rendition.</t>
        <t>In computing, the term "power" is often used for the concept of
"computing power" or "processing power", as in CPU performance.
In this document, the term stands
for electrical power unless explicitly stated otherwise.  "Mains-powered"
is used as a shorthand for
being permanently connected to a stable electrical power grid.</t>
        <!-- Explain that most of this is based on clustering -->

</section>
    </section>
    <section anchor="core-terminology">
      <name>Core Terminology</name>
      <t>There are two important aspects to <em>scaling</em> within the Internet of Things:</t>
      <ul spacing="normal">
        <li>
          <t>scaling up Internet technologies to a large number of
inexpensive nodes, while</t>
        </li>
        <li>
          <t>scaling down the characteristics of each of these nodes and of the
networks being built out of them, to make this massive scaling up economically
and physically viable.</t>
        </li>
      </ul>
      <t>The need for scaling down the characteristics of nodes leads to
"constrained nodes" (<xref target="constrained-nodes"/>).</t>
      <section anchor="constrained-nodes">
        <name>Constrained Nodes</name>
        <t>The term "constrained node" is best defined by contrasting the
characteristics of a constrained node with certain widely held
expectations on more familiar Internet nodes:</t>
        <dl>
          <dt>Constrained Node:</dt>
          <dd>
            <t>A node where some of the characteristics that are otherwise pretty
much taken for granted for Internet nodes at the time of writing are not
attainable, often due to cost constraints and/or physical
constraints on characteristics such as size, weight, and available
power and energy.
The tight limits on power, memory, and processing resources lead to
hard upper bounds on state, code space, and processing cycles, making
optimization of energy and network bandwidth usage a dominating
consideration in all design
requirements.  Also, some Layer 2 (L2) services such as full connectivity
and broadcast/multicast may be lacking.</t>
          </dd>
        </dl>
        <t>While this is not a rigorous definition, it is
grounded in the state of the art and clearly sets apart constrained
nodes from server systems, desktop or laptop computers, powerful
mobile devices such as smartphones, etc.  There may be many design
considerations that lead to these constraints, including cost, size,
weight, and other scaling factors.</t>
        <t>(An alternative term, when the properties as a network node are not in
focus, is "constrained device".)</t>
        <t>"Unconstrained node" cannot be used as an antonym, as engineering is
unable to produce nodes that are literally without constraints.
To mark the other end of the constrainedness spectrum, the term
Capable (as in "capable nodes") has become popular.</t>
        <dl>
          <dt>Capable Node:</dt>
          <dd>
            <t>A node that is not subject to the constraints that would make it a
"Constrained Node" for the purposes of the discussion this term is
used in.</t>
          </dd>
        </dl>
        <t>There are multiple facets to the constraints on nodes, which often apply
in combination, for example:</t>
        <ul spacing="normal">
          <li>
            <t>constraints on the maximum code complexity (ROM/Flash),</t>
          </li>
          <li>
            <t>constraints on the size of state and buffers (RAM),</t>
          </li>
          <li>
            <t>constraints on the amount of computation feasible in a period of
time ("processing power"),</t>
          </li>
          <li>
            <t>constraints on the available power and/or total energy,</t>
          </li>
          <li>
            <t>constraints on the security properties and guarantees attainable, and</t>
          </li>
          <li>
            <t>constraints on user interface and accessibility in deployment
(ability to set keys, update software, etc.).</t>
          </li>
        </ul>
        <t>Some of these constraints apply to the hardware of the device, others
to all or part of a combination of hardware, firmware, and essential
infrastructure (the "platform", e.g., in <xref target="class-Fx"/>) and its
anticipated usage (e.g., in <xref target="class-Ix"/>).</t>
        <t><xref target="devclass"/> defines a number of interesting classes ("class-N" for a
range of numbers N) of constrained nodes focusing on relevant
combinations of the first two constraints.
With respect to available power, <xref target="RFC6606"/> distinguishes
"power-affluent" nodes (mains-powered or regularly recharged) from
"power-constrained nodes" that draw their power from primary batteries
or by using energy harvesting; more detailed power terminology is
given in <xref target="power"/>.</t>
        <t>The use of constrained nodes in networks often also leads to
constraints on the networks themselves.  However, there may also be
constraints on networks that are largely independent of those of the
nodes.  This document therefore distinguishes "constrained networks" from
"constrained-node networks".</t>
      </section>
      <section anchor="constrained-networks">
        <name>Constrained Networks</name>
        <t><xref target="network-classes"/> defines some specific classes of networks; the
present section continues with some higher-level observations.</t>
        <t>This document defines "constrained network" in a similar way:</t>
        <dl>
          <dt>Constrained Network:</dt>
          <dd>
            <t>A network where some of the characteristics pretty much taken for
granted with link layers in common use in the Internet at the time
of writing are
not attainable.</t>
          </dd>
        </dl>
        <t>Constraints may include:</t>
        <ul spacing="normal">
          <li>
            <t>low achievable bitrate/throughput, including limits on communication
duty cycle (for example, restrictions on transmit airtime or receive
availability; see also <xref target="poweruse"/>);</t>
          </li>
          <li>
            <t>high packet loss and high variability of packet loss (or,
conversely, delivery rate);</t>
          </li>
          <li>
            <t>highly asymmetric link characteristics;</t>
          </li>
          <li>
            <t>severe penalties for using larger packets (e.g., high packet loss
due to link-layer fragmentation);</t>
          </li>
          <li>
            <t>limits on reachability over time (a substantial number of devices
may power off at any point in time but periodically "wake up" and
can communicate for brief periods of time);</t>
          </li>
          <li>
            <t>unusually high latency or variability of latency, possibly
exacerbated by the need for power-off periods or duty-cycling; and</t>
          </li>
          <li>
            <t>lack of (or severe constraints on) advanced services such as IP multicast.</t>
          </li>
        </ul>
        <t>More generally, the term "constrained networks" applies whenever at least
some of the nodes involved in the network exhibit these
characteristics.</t>
        <t>Again, there may be several reasons for this:</t>
        <ul spacing="normal">
          <li>
            <t>cost constraints on the network,</t>
          </li>
          <li>
            <t>constraints posed by the nodes (for constrained-node networks),</t>
          </li>
          <li>
            <t>physical constraints (e.g., power constraints, environmental
constraints, media constraints
such as underwater operation, limited spectrum for very high
density, electromagnetic compatibility),</t>
          </li>
          <li>
            <t>regulatory constraints, such as very limited spectrum availability
(including limits on effective radiated power and duty cycle) or
explosion safety, and</t>
          </li>
          <li>
            <t>technology constraints, such as older and lower-speed technologies that
are still operational and may need to stay in use for some more time.</t>
          </li>
        </ul>
        <section anchor="challenged-networks">
          <name>Challenged Networks</name>
          <t>A constrained network is not necessarily a "challenged network" <xref target="FALL"/>:</t>
          <dl>
            <dt>Challenged Network:</dt>
            <dd>
              <t>A network that has serious trouble maintaining what an application
would today expect of the end-to-end IP model, e.g., by:
</t>
              <ul spacing="normal">
                <li>
                  <t>not being able to offer end-to-end IP connectivity at all,</t>
                </li>
                <li>
                  <t>exhibiting serious interruptions in end-to-end IP connectivity, or</t>
                </li>
                <li>
                  <t>exhibiting delay well beyond expectations that transport or
higher-level protocols may operate on, such as the Maximum Segment
Lifetime (MSL) defined by TCP (Sections <xref target="RFC9293" section="3.4" sectionFormat="bare"/> and <xref target="RFC9293" section="4" sectionFormat="bare"/> of RFC 9293 <xref target="STD7"/>; see also <xref target="phyrate"/>).</t>
                </li>
              </ul>
            </dd>
          </dl>
          <t>All challenged networks are constrained networks in some sense, but
not all constrained networks are challenged networks.  There is no
well-defined boundary between the two, though.  Delay-Tolerant
Networking (DTN) has been designed to cope with challenged networks <xref target="RFC4838"/>.</t>
        </section>
      </section>
      <section anchor="constrained-node-networks">
        <name>Constrained-Node Networks</name>
        <dl>
          <dt>Constrained-Node Network:</dt>
          <dd>
            <t>A network whose characteristics are influenced by being composed of
a significant portion of constrained nodes.</t>
          </dd>
        </dl>
        <t>A constrained-node network always is a constrained network because of
the network constraints stemming from the node constraints, but it may
also have other constraints that already make it a constrained network.</t>
        <t>The rest of this subsection introduces additional terms that are
in active use in the area of constrained-node networks, without an
intent to define them: LLN, (6)LoWPAN, and LPWAN.</t>
        <section anchor="lln-low-power-lossy-network">
          <name>LLN</name>
          <t>A related term that has been used to describe the focus of the IETF
Routing Over Low power and Lossy networks (ROLL) working group is
"Low-Power and Lossy Network (LLN)".
The ROLL terminology document <xref target="RFC7102"/> defines LLNs as follows:</t>
          <blockquote>
            <t>LLN: Low-Power and Lossy Network.  Typically composed of many
embedded devices with limited power, memory, and processing
resources interconnected by a variety of links, such as IEEE
802.15.4 or low-power Wi-Fi.  There is a wide scope of application
areas for LLNs, including industrial monitoring, building
automation (heating,
ventilation, and air conditioning (HVAC), lighting, access control, fire),
connected home,
health care, environmental monitoring, urban sensor networks,
energy management, assets tracking, and refrigeration.</t>
          </blockquote>
          <t>Beyond that, LLNs often exhibit considerable loss at the
physical layer, with significant variability of the delivery rate,
and some short-term unreliability, coupled with some medium-term
stability that makes it worthwhile to both (1) construct directed acyclic graphs
that are medium-term stable for routing and (2) do measurements on the edges
such as Expected Transmission Count (ETX) <xref target="RFC6551"/>.
Not all LLNs comprise low-power nodes (<xref target="I-D.hui-vasseur-roll-rpl-deployment"/>,
definition of "field device" in <xref target="RFC7102"/>).</t>
          <t>LLNs are typically composed
of constrained nodes; this leads to the design of
operation modes such as the "non-storing mode" defined by RPL (the
IPv6 Routing Protocol for Low-Power and Lossy Networks <xref target="RFC6550"/>).  So, in the
terminology of the present document, an LLN is a constrained-node network
with
certain network characteristics, which include
constraints on the network as well.</t>
        </section>
        <section anchor="lowpan-6lowpan">
          <name>LoWPAN, 6LoWPAN</name>
          <t>One interesting class of a constrained network often used as a
constrained-node network is "LoWPAN" <xref target="RFC4919"/>, a term inspired
from the name of an IEEE 802.15.4 working group (low-rate wireless
personal area networks (LR-WPANs)).  The expansion of the LoWPAN acronym,
"Low-Power Wireless Personal Area Network", contains a hard-to-justify
"Personal" that is due to the history of task group naming in IEEE 802
more than due to an
orientation of LoWPANs around a single person.  Actually, LoWPANs have
been suggested for urban monitoring, control of large buildings, and
industrial control applications, so the "Personal" can only be
considered a vestige.  Occasionally, the term is read as "Low-Power
Wireless Area Networks" <xref target="WEI"/>.  Originally focused on IEEE
802.15.4, "LoWPAN" (or when used for IPv6, "6LoWPAN") also refers to
networks built from similarly constrained link-layer
technologies <xref target="RFC7668"/> <xref target="RFC8105"/> <xref target="RFC7428"/> <xref target="RFC9159"/>.</t>
        </section>
        <section anchor="lpwan">
          <name>LPWAN</name>
          <t>An overview over Low-Power Wide Area Network (LPWAN) technologies is
provided by <xref target="RFC8376"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="devclass">
      <name>Classes of Constrained (and More Capable) Devices</name>
      <t>Despite the overwhelming variety of Internet-connected devices that
can be envisioned, it may be worthwhile to have some succinct
terminology for different classes of constrained devices.</t>
      <t>The following distinguishes two big rough groups of
devices based on their CPU capabilities:</t>
      <ul spacing="normal">
        <li>
          <t>Microcontroller-class devices (e.g., called "M-Profile" in <xref target="ARM-ARCH"/>).
These often (but not always) include RAM and code storage on chip
and would struggle to support more powerful general-purpose operating systems, e.g.,
they do not have a Memory Management Unit (MMU).  They use most of
their pins for interfaces to application hardware such as digital
in/out (the latter often Pulse Width Modulation (PWM)-controllable),
ADC/DACs (analog-to-digital and digital-to-analog converters), etc.
The term "System on a Chip" (SoC) can be used where this hardware is specialized for an application.  These devices often implement
complex sleep modes to achieve microwatt- or at least
milliwatt-level sustained power usage (compare the related quantity Ps, see <xref target="scaling-properties"/>).</t>
        </li>
        <li>
          <t>General-purpose-class devices (e.g., called "A-Profile" in <xref target="ARM-ARCH"/>).
These usually
have RAM and Flash storage on separate chips (not always separate
packages), and offer support for general-purpose operating systems
such as Linux, such as by providing an MMU.  Many of the pins on the CPU chip are
dedicated to interfacing with RAM and other memory.  Some
general-purpose-class devices integrate some application hardware
such as video controllers, these are often also called SoC.
While these chips also include sleep modes, they are
usually more on the watt side of sustained power usage (Ps).</t>
        </li>
      </ul>
      <t>If the distinction between these groups needs to be made,
this document distinguishes "M-group" (microcontroller) from "J-group"
(general purpose, J as in "Jeep") devices.</t>
      <t>In this document, the class designations in <xref target="devclasstbl"/> may be
used as rough indications of device capabilities.  Note that the
classes from 10 upwards are not really constrained devices in the
sense of the previous section; they may still be useful to discuss
constraints in larger devices (the designation "lots" in a column
means that the characteristic of this column typically no longer poses
a strong design constraint).</t>
      <table anchor="devclasstbl">
        <name>Classes of Constrained (and More Capable) Devices</name>
        <thead>
          <tr>
            <th align="left">Group</th>
            <th align="left">Name</th>
            <th align="left">data size (e.g., RAM)</th>
            <th align="left">code size (e.g., Flash)</th>
            <th align="left">Examples</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">M</td>
            <td align="left">Class 0, C0</td>
            <td align="left">&lt;&lt; 10 KiB</td>
            <td align="left">&lt;&lt; 100 KiB</td>
            <td align="left">ATtiny</td>
          </tr>
          <tr>
            <td align="left">M</td>
            <td align="left">Class 1, C1</td>
            <td align="left">~ 10 KiB</td>
            <td align="left">~ 100 KiB</td>
            <td align="left">STM32F103CB</td>
          </tr>
          <tr>
            <td align="left">M</td>
            <td align="left">Class 2, C2</td>
            <td align="left">~ 50 KiB</td>
            <td align="left">~ 250 KiB</td>
            <td align="left">STM32F103RC</td>
          </tr>
          <tr>
            <td align="left">M</td>
            <td align="left">Class 3, C3</td>
            <td align="left">~ 100 KiB</td>
            <td align="left">~ 500..1000 KiB</td>
            <td align="left">STM32F103RG</td>
          </tr>
          <tr>
            <td align="left">M</td>
            <td align="left">Class 4, C4</td>
            <td align="left">~ 300..1000 KiB</td>
            <td align="left">~ 1000..2000 KiB</td>
            <td align="left">STM32F745/767</td>
          </tr>
          <tr>
            <td align="left">J</td>
            <td align="left">Class 10, C10</td>
            <td align="left">(16..)32..64..128 MiB</td>
            <td align="left">4..8..16 MiB</td>
            <td align="left">OpenWRT routers</td>
          </tr>
          <tr>
            <td align="left">J</td>
            <td align="left">Class 15, C15</td>
            <td align="left">0.5..1 GiB</td>
            <td align="left">(lots)</td>
            <td align="left">Raspberry PI</td>
          </tr>
          <tr>
            <td align="left">J</td>
            <td align="left">Class 16, C16</td>
            <td align="left">1..4 GiB</td>
            <td align="left">(lots)</td>
            <td align="left">Smartphones</td>
          </tr>
          <tr>
            <td align="left">J</td>
            <td align="left">Class 17, C17</td>
            <td align="left">4..32 GiB</td>
            <td align="left">(lots)</td>
            <td align="left">Laptops</td>
          </tr>
          <tr>
            <td align="left">J</td>
            <td align="left">Class 19, C19</td>
            <td align="left">(lots)</td>
            <td align="left">(lots)</td>
            <td align="left">Servers</td>
          </tr>
        </tbody>
      </table>
      <t>As of the writing of this document, these characteristics correspond
to distinguishable clusters of commercially available chips and design
cores for constrained devices.  While it is expected that the
boundaries of these classes will move over time, Moore's law tends to
be less effective in the embedded space than in personal computing
devices: gains made available by increases in transistor count and
density are more likely to be invested in reductions of cost and power
requirements than into continual increases in computing power.
(This effect is less pronounced in the multi-chip J-group
architectures; e.g., class 10 usage for OpenWRT has started at 4/16
MiB Flash/RAM, with an early lasting minimum at 4/32, to now requiring
8/64 and recommending 16/128 for modern software releases <xref target="W432"/>.)</t>
      <t>Class 0 devices are very constrained, often tiny sensor nodes or tags.  They are so
severely constrained in memory and processing capabilities that most
likely they will not have the resources required to communicate
directly with the Internet in a secure manner (rare heroic, narrowly
targeted implementation efforts
notwithstanding).  Class 0 devices will participate in Internet
communications with the help of larger devices acting as proxies,
gateways, or servers.  Class 0 devices generally cannot be secured or managed
comprehensively in the traditional sense.  They will most likely be
preconfigured (and will rarely be reconfigured, if at all) with a very
small data set.  For management purposes, they could answer keepalive
signals and send on/off or basic health indications.</t>
      <t>Class 1 devices are quite constrained in code space and processing
capabilities, such that they
cannot easily talk to other Internet nodes employing a
full protocol stack that has not been designed for parsimonious use of
resources including code size, such as using original forms of HTTP,
Transport Layer Security (TLS) and related security
protocols, and XML-based data representations.
However, they are capable enough to
use a protocol stack specifically designed for
constrained nodes (such as the Constrained Application Protocol (CoAP) over
UDP <xref target="RFC7252"/>) and participate in meaningful
conversations without the help of a gateway node.  In particular, they
can provide support for the security functions required on a large
network.  Therefore, they can be integrated as fully developed peers
into an IP network, but they need to be frugal with state
memory, code space, and often power expenditure for protocol and
application usage.</t>
      <t>Class 2 devices are less constrained and fundamentally capable of
supporting most of the same protocol stacks as used on
notebooks or servers.  However, even these devices can benefit from
lightweight and energy-efficient protocols and from consuming less
bandwidth.  Furthermore, using fewer resources for networking leaves
more resources available to applications.  Thus, using the protocol
stacks defined for more constrained devices on Class 2 devices
might reduce development costs and increase the interoperability.</t>
      <t>Constrained devices with capabilities significantly beyond Class 2
devices exist.  They are less demanding from a standards development
point of view as they can largely use existing protocols unchanged.
The previous version of the present document <xref target="RFC7228"/> therefore did not make
any attempt to define constrained classes beyond Class 2.  These
devices, and to a certain extent even J-group devices, can still be
constrained by a limited energy supply.  Class 3 and 4 devices are
less clearly defined than the lower classes; they are even less
constrained.  In particular Class 4 devices are powerful enough to
quite comfortably run, say, JavaScript interpreters, together with
more sophisticated network stacks.  Additional classes
may need to be defined based on protection capabilities, e.g., an MPU
(memory protection unit; true MMUs are typically only found in J-group
devices).</t>
      <t>With respect to examining the capabilities of constrained nodes,
particularly for Class 1 devices, it is important to understand what
type of applications they are able to run and which protocol
mechanisms would be most suitable.  Because of memory and other
limitations, each specific Class 1 device might be able to support
only a few selected functions needed for its intended operation.  In
other words, the set of functions that can actually be supported is
not static per device type: devices with similar constraints might
choose to support different functions.  Even though Class 2 devices
have some more functionality available and may be able to provide a
more complete set of functions, they still need to be assessed for the
type of applications they will be running and the protocol functions
they would need.  To be able to derive any requirements, the use
cases and the involvement of the devices in the application and the
operational scenario need to be analyzed.  Use cases may combine
constrained devices of multiple classes as well as more traditional
Internet nodes.</t>
      <section anchor="class-Fx">
        <name>Firmware/Software upgradability</name>
        <t>Platforms may differ in their firmware or software upgradability.
<xref target="upgtbl"/> is a first attempt at classifying this.</t>
        <table anchor="upgtbl">
          <name>Levels of Software Update Capabilities</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Firmware/Software upgradability</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">F0</td>
              <td align="left">no (discard for upgrade)</td>
            </tr>
            <tr>
              <td align="left">F1</td>
              <td align="left">replaceable, out of service during replacement, reboot</td>
            </tr>
            <tr>
              <td align="left">F2</td>
              <td align="left">patchable during operation, reboot required</td>
            </tr>
            <tr>
              <td align="left">F3</td>
              <td align="left">patchable during operation, restart not visible externally</td>
            </tr>
            <tr>
              <td align="left">F9</td>
              <td align="left">app-level upgradability, no reboot required ("hitless")</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="isolation-functionality">
        <name>Isolation Functionality</name>
        <t>This section discusses the ability of a platform to
isolate different software components.
The categories listed in <xref target="isoltbl"/> are not mutually
exclusive.
<!-- are there relevant clusters? -->
        </t>
        <table anchor="isoltbl">
          <name>Levels of Isolation Capabilities</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Isolation functionality</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Is0</td>
              <td align="left">no isolation</td>
            </tr>
            <tr>
              <td align="left">Is1</td>
              <td align="left">Boot Lock or Flash Read Lock, until next reboot</td>
            </tr>
            <tr>
              <td align="left">Is2</td>
              <td align="left">MPU (memory protection unit), at least boundary registers</td>
            </tr>
            <tr>
              <td align="left">Is5</td>
              <td align="left">MMU with Linux-style kernel/user</td>
            </tr>
            <tr>
              <td align="left">Is7</td>
              <td align="left">Virtualization-style isolation</td>
            </tr>
            <tr>
              <td align="left">Is8</td>
              <td align="left">Secure enclave isolation</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="secret-shielding">
        <name>Secret Shielding</name>
        <t>Some platforms employ hardware support to establish additional
protection from potential attackers for some specific secrets,
strongly isolating them from most code (usually in conjunction with
secure enclave functionality, see Is8 above).
At the time of writing, there is significant ongoing innovation but no
agreed common terminology for levels of this "secret shielding".
<xref target="shieldtbl"/> therefore only provides a rough spectrum, starting from
Sh0 for no special hardware provisions to maintain secrecy (while
assuming that the usual software measures can be applied even to Sh0
platforms <xref target="KEYMGMT"/>).
Sh1 is a catch-all category that indicates that the platform does
provide hardware support for secret shielding, so that it is no longer
purely a software function to handle secrets such as roots of trust
(for example, providing HSM, TPM, or even TEE functionality).
Sh9 is aspirational language (for a fully "deluxe" platform); no real
hardware is identified by this level.
It is left for further study to identify clusters on this spectrum.</t>
        <table anchor="shieldtbl">
          <name>Rough Levels of Secret Shielding Capabilities</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Secret shielding functionality</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Sh0</td>
              <td align="left">no secret shielding</td>
            </tr>
            <tr>
              <td align="left">Sh1</td>
              <td align="left">some secret shielding</td>
            </tr>
            <tr>
              <td align="left">Sh9</td>
              <td align="left">comprehensive secret shielding</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="power">
      <name>Power Terminology</name>
      <t>Devices not only differ in their computing capabilities but also in
available power and/or energy.  While it is harder to find
recognizable clusters in this space, it is still useful to introduce
some common terminology.</t>
      <section anchor="scaling-properties">
        <name>Scaling Properties</name>
        <t>The power and/or energy available to a device may vastly differ, from
kilowatts to microwatts, from essentially unlimited to hundreds of
microjoules.</t>
        <t>Instead of defining classes or clusters, a simple statement, using
the International System of Units (SI units), of an approximate value for one
or both of the quantities
listed in <xref target="scaletbl"/> is used.</t>
        <table anchor="scaletbl">
          <name>Quantities Relevant to Power and Energy</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Definition</th>
              <th align="left">SI Unit</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Ps</td>
              <td align="left">Sustainable average power available for the device over the time it is functioning</td>
              <td align="left">W (Watt)</td>
            </tr>
            <tr>
              <td align="left">Et</td>
              <td align="left">Total electrical energy available before the energy source is exhausted</td>
              <td align="left">J (Joule)</td>
            </tr>
          </tbody>
        </table>
        <t>The value of Et may need to be interpreted in conjunction with an
indication over which period of time the value is given; see <xref target="classes-of-energy-limitation"/>.</t>
        <t>Some devices enter a "low-power" mode before the energy available in a
period is exhausted or even have multiple such steps on the way to
exhaustion.  For these devices, Ps would need to be given for each of
the modes/steps.</t>
      </section>
      <section anchor="classes-of-energy-limitation">
        <name>Classes of Energy Limitation</name>
        <t>As discussed above, some devices are limited in available energy as
opposed to (or in addition to) being limited in available power.
Where no relevant limitations exist with respect to energy, the device
is classified as E9.
The energy limitation may be in total energy available in the usable
lifetime of the device
(e.g., a device that is discarded when its
non-replaceable primary battery is exhausted),
classified as E2.
Where the relevant limitation is for a specific period, the device is
classified as E1, e.g.,
a solar-powered device with a limited amount of
energy available for the night, a device that is manually connected to a
charger and has a period of time between recharges, or a device with a
periodic (primary) battery
replacement interval.
Finally, there may be a limited amount of energy available for a specific
event, e.g., for a button press in an energy-harvesting light switch;
such devices are classified as E0.
Note that, in a sense, many E1 devices are also E2, as the rechargeable
battery has a limited number of useful recharging cycles (usually less
of a problem with supercapacitors for energy storage).</t>
        <t><xref target="enclasstbl"/> provides a summary of the classifications
described above.</t>
        <table anchor="enclasstbl">
          <name>Classes of Energy Limitation</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Type of energy limitation</th>
              <th align="left">Example Power Source</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">E0</td>
              <td align="left">Event energy-limited</td>
              <td align="left">Event-based harvesting for self-powered sensing</td>
            </tr>
            <tr>
              <td align="left">E1</td>
              <td align="left">Period energy-limited</td>
              <td align="left">Battery that is periodically recharged or replaced</td>
            </tr>
            <tr>
              <td align="left">E2</td>
              <td align="left">Lifetime energy-limited</td>
              <td align="left">Non-replaceable primary battery</td>
            </tr>
            <tr>
              <td align="left">E9</td>
              <td align="left">No direct quantitative limitations to available energy</td>
              <td align="left">Mains-powered</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="poweruse">
        <name>Strategies for Using Power for Communication</name>
        <t>Especially when wireless transmission is used, the radio often
consumes a big portion of the total energy consumed by the device.
Design parameters, such as the available spectrum, the desired range,
and the bitrate aimed for,
influence the power consumed during transmission and reception; the
duration of transmission and reception (including potential reception)
influence the total energy consumption.</t>
        <t>Different
strategies for power usage and network attachment may be used, based on the
type of the energy source (e.g., battery or mains-powered)
and the frequency with which a device needs to communicate.</t>
        <t>The general strategies for power usage can be described as follows:</t>
        <dl>
          <dt>Always-on:</dt>
          <dd>
            <t>This strategy is most applicable if there is no reason for intricate
measures for power saving.  The device can stay on in the usual manner
all the time.  It may be useful to employ power-friendly hardware or
limit the number of wireless transmissions, CPU speeds, and other
aspects for general power-saving and cooling needs, but the device can
be connected to the network all the time.</t>
          </dd>
          <dt>Normally-off:</dt>
          <dd>
            <t>Under this strategy, the device sleeps such long periods at a time
that once it wakes up, it makes sense for it to not pretend that it
has been connected to the network during sleep: the device reattaches
to the network as it is woken up.  The main optimization goal is to
minimize the effort during the reattachment process and any
resulting application communications.
</t>
            <t>If the device sleeps for long periods of time and needs to
communicate infrequently, the relative increase in energy
expenditure during the fewer reattachment procedures may still fit
within the application's power budget.</t>
          </dd>
          <dt>Low-power:</dt>
          <dd>
            <t>This strategy is most applicable to devices that need to operate on
a very small amount of power but still need to be able to communicate
on a relatively frequent basis. This implies that extremely low-power
solutions need to be used for the hardware, chosen link-layer
mechanisms, and so on.  Typically, given the small amount of time
between transmissions, despite their sleep state, these devices retain
some form of attachment to the network.  Techniques used for
minimizing power usage for the network communications include
minimizing any work from re-establishing communications after waking
up and tuning the frequency of communications (including "duty cycling",
where components are switched on and off in a regular cycle) and other parameters
appropriately.</t>
          </dd>
        </dl>
        <t><xref target="powclasstbl"/> provides a summary of the strategies
described above.</t>
        <table anchor="powclasstbl">
          <name>Strategies of Using Power for Communication</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Strategy</th>
              <th align="left">Ability to communicate</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">P0</td>
              <td align="left">Normally-off</td>
              <td align="left">Reattach when required</td>
            </tr>
            <tr>
              <td align="left">P1</td>
              <td align="left">Low-power</td>
              <td align="left">Appears connected, perhaps with high latency</td>
            </tr>
            <tr>
              <td align="left">P9</td>
              <td align="left">Always-on</td>
              <td align="left">Always connected</td>
            </tr>
          </tbody>
        </table>
        <t>Note that the discussion above is at the device level; similar
considerations can apply at the communications-interface level.
This document does not define terminology for the latter.</t>
        <t>A term often used to describe power-saving approaches is
"duty-cycling".  This describes all forms of periodically switching
off some function, leaving it on only for a certain percentage of
time (the "duty cycle").</t>
        <t><xref target="RFC7102"/> only distinguishes two levels, defining
a Non-Sleepy Node as a node that always remains in a fully powered-on
state (always awake) where it has the capability to perform
communication (P9) and a Sleepy Node as a node that may sometimes go
into a sleep mode (a low-power state to conserve power) and
temporarily suspend protocol communication (P0); there is no explicit
mention of P1.</t>
      </section>
      <section anchor="strategies-of-keeping-time-over-power-events">
        <name>Strategies of Keeping Time over Power Events</name>
        <t>Many applications require a device to keep some concept of time.</t>
        <t>Time-keeping can be relative to a previous event (last packet received),
absolute on a device-specific scale (e.g., last reboot), or absolute
on a world-wide scale ("wall-clock time").</t>
        <t>Some devices lose the concept of time when going to sleep: after
wakeup, they don't know how long they slept.  Some others do keep some
concept of time during sleep, but not precise enough to use as a basis
for keeping absolute time.  Some devices have a continuously running
source of a reasonably accurate time (often a 32,768 Hz watch crystal).
Finally, some devices can keep their concept of time even during a
battery change, e.g., by using a backup battery or a supercapacitor to
keep powering the real-time clock (RTC).</t>
        <t>The actual accuracy of time may vary, with errors ranging from tens of
percent from on-chip RC (resistor/capacitor) oscillators (not useful
for keeping absolute
time, but still useful for, e.g., timing out some state) to
approximately 10<sup>-4</sup> to 10<sup>-5</sup> ("watch crystal") of error.  More precise
timing is available with temperature compensated crystal oscillators
(TCXO).  Further improvement requires significantly higher power
usage, bulk, fragility, and device cost.
For instance, oven-controlled crystal
oscillators (OCXO) can reach 10<sup>-8</sup> accuracy, and Rubidium frequency sources can
reach 10<sup>-11</sup> over the short term and 10<sup>-9</sup> over the long term.</t>
        <t>A device may need to fire up a more accurate frequency source during
wireless communication, this may also allow it to keep more precise
time during the period.</t>
        <t>The various time sources available on the device can be assisted by
external time input, e.g., via the network using the NTP protocol
<xref target="RFC5905"/>.  Information from measuring the deviation between external
input and local time source can be used to increase the accuracy of
maintaining time even during periods of no network use.</t>
        <t>Errors of the frequency source can be compensated if known (calibrated
against a known better source, or even predicted, e.g., in a software
TCXO).  Even with errors partially compensated, an uncertainty
remains, which is the more fundamental characteristic to discuss.</t>
        <t>Battery solutions may allow the device to keep a wall-clock time
during its entire life, or the wall-clock time may need to be reset
after a battery change.  Even devices that have a battery lasting for
their lifetime may not be set to wall-clock time at manufacture time,
possibly because the battery is only activated at installation time,
when time sources may be questionable or because setting the clock
during manufacture is deemed too much effort.</t>
        <t>Devices that keep a good approximation of wall-clock time during their
life may be in a better position to securely validate external time
inputs than devices that need to be reset episodically: the latter can
possibly be tricked by their environment into accepting a long-past
time, for instance with the intent of exploiting expired security
assertions such as certificates.
See <xref target="I-D.amsuess-t2trg-raytime"/> for additional discussion and a strategy for mitigating this.</t>
        <t>From a practical point of view, devices can be divided at least on the
two dimensions proposed in <xref target="timeclasstbl"/> and
<xref target="timepermanencytbl"/>.  Corrections to the local time of a device
performed over the network can be used to improve the uncertainty
exhibited by these basic device classes.</t>
        <table anchor="timeclasstbl">
          <name>Strategies of Keeping Time over Power Events</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Type</th>
              <th align="left">Uncertainty (roughly)</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">T0</td>
              <td align="left">no concept of time</td>
              <td align="left">infinite</td>
            </tr>
            <tr>
              <td align="left">T1</td>
              <td align="left">relative time while awake</td>
              <td align="left">(usually high)</td>
            </tr>
            <tr>
              <td align="left">T2</td>
              <td align="left">relative time even across sleeps</td>
              <td align="left">(usually high during sleep)</td>
            </tr>
            <tr>
              <td align="left">T3</td>
              <td align="left">relative time even across sleeps</td>
              <td align="left">10<sup>-4</sup> or better</td>
            </tr>
            <tr>
              <td align="left">T5</td>
              <td align="left">absolute time (e.g., since boot)</td>
              <td align="left">10<sup>-4</sup> or better</td>
            </tr>
            <tr>
              <td align="left">T7</td>
              <td align="left">wall-clock time</td>
              <td align="left">10<sup>-4</sup> or better</td>
            </tr>
            <tr>
              <td align="left">T8</td>
              <td align="left">wall-clock time</td>
              <td align="left">10<sup>-5</sup> or better</td>
            </tr>
            <tr>
              <td align="left">T9</td>
              <td align="left">wall-clock time</td>
              <td align="left">10<sup>-6</sup> or better (TCXO)</td>
            </tr>
            <tr>
              <td align="left">T10</td>
              <td align="left">wall-clock time</td>
              <td align="left">10<sup>-7</sup> or better (OCXO or Rb)</td>
            </tr>
          </tbody>
        </table>
        <table anchor="timepermanencytbl">
          <name>Permanency of Keeping Time</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Permanency (from type T5 upwards):</th>
              <th align="left">Uncertainty</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TP0</td>
              <td align="left">time needs to be reset on certain occasions</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">TP1</td>
              <td align="left">time needs to be set during installation</td>
              <td align="left">(possibly reduced...</td>
            </tr>
            <tr>
              <td align="left">TP9</td>
              <td align="left">reliable time is maintained during lifetime</td>
              <td align="left">...by using external input)</td>
            </tr>
          </tbody>
        </table>
        <t>Further parameters that can be used to discuss clock quality can be
found in <xref section="3.5" sectionFormat="of" target="RFC9581"/>.</t>
      </section>
    </section>
    <section anchor="network-classes">
      <name>Classes of Networks</name>
      <section anchor="classes-of-link-layer-mtu-size">
        <name>Classes of Link Layer MTU Size</name>
        <t>Link layer technologies used by constrained devices can be categorized
on the basis of link layer MTU size. Depending on this parameter, the
fragmentation techniques needed (if any) to support the IPv6 MTU
requirement may vary.</t>
        <t><xref target="mtutbl"/> lists the main classes of link layer MTU size (using "Sx" as
an abbreviation for "Size x").
Note that some of these classes have a span of about a (decimal) order of
magnitude; this does not mean that there are no interesting
transitions within these spans, just that these transitions are
dependent on other parameters such as MAC (message authentication
code) sizes, the variations of which would split these classes into
small, less universally relevant subclasses.
The range S10 to S14 is more finely divided here due to transitions
resulting from the dominating link layer (15xx, 9216) and network layer
protocol (1280) MTUs.
In the table, "WiFi" is short for standard WiFi A-MSDU (Aggregate MAC Service Data Unit) values,
describing frame aggregation on the link layer.
"CAN-FD" is Controller Area Network Flexible Data-Rate (ISO 11898-1),
"LoRaWAN" can be expanded as Long Range Wide Area Network,
"BLE" is Bluetooth Low Energy,
and
"RoCE" is RDMA over Converged Ethernet.</t>
        <table anchor="mtutbl">
          <name>Classes of Link Layer MTU Size</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">L2 MTU Size (bytes)</th>
              <th align="left">Example MTU (minus epsilon)</th>
              <th align="left">6LoWPAN Fragmentation applicable*?</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">S0</td>
              <td align="left">3 – 12</td>
              <td align="left"> </td>
              <td align="left">(often L2 segmentation)</td>
            </tr>
            <tr>
              <td align="left">S1</td>
              <td align="left">13 – 127</td>
              <td align="left">~80 (IEEE 802.15.4 with security), ~64 (CAN-FD)</td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">S2</td>
              <td align="left">128 – 255</td>
              <td align="left">(S1/S2 variable: LoRaWAN), ~251 (BLE)</td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">S3</td>
              <td align="left">256 – 575</td>
              <td align="left"> </td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">S4</td>
              <td align="left">576 – 1279</td>
              <td align="left">576 (9*64), 1006 (RFC 1055 SLIP)</td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">S10</td>
              <td align="left">≥ 1280</td>
              <td align="left">1280 (5*256)</td>
              <td align="left">no fragmentation needed</td>
            </tr>
            <tr>
              <td align="left">S11</td>
              <td align="left">≥ 1500</td>
              <td align="left">1500/1536 (3*512, Ethernet)</td>
              <td align="left">no fragmentation needed</td>
            </tr>
            <tr>
              <td align="left">S12</td>
              <td align="left">≫ 1500, ..2304</td>
              <td align="left">2304 (9*256), 2032 (RFC 8163 MS/TP)</td>
              <td align="left">no fragmentation needed</td>
            </tr>
            <tr>
              <td align="left">S13</td>
              <td align="left">≫ 2304, ..4352</td>
              <td align="left">4352 (17*256), ~4200 (RoCE), 3839 (WiFi)</td>
              <td align="left">no fragmentation needed</td>
            </tr>
            <tr>
              <td align="left">S14</td>
              <td align="left">≫ 4352, ..9216</td>
              <td align="left">9216 (9*1024, Jumbo Ethernet), 7935 (WiFi)</td>
              <td align="left">no fragmentation needed</td>
            </tr>
            <tr>
              <td align="left">S15</td>
              <td align="left">≫ 9216, ..65535</td>
              <td align="left">11454 (WiFi), ~16384, ~65535</td>
              <td align="left">no fragmentation needed</td>
            </tr>
            <tr>
              <td align="left">S19</td>
              <td align="left">≥ 65536</td>
              <td align="left">(not practically deployed)</td>
              <td align="left">no fragmentation needed</td>
            </tr>
          </tbody>
        </table>
        <t>* if no link layer fragmentation is available</t>
        <!-- CAN-FD: https://www.ietf.org/archive/id/draft-wachter-6lo-can-01.html -->

<t>S0 technologies require fragmentation to support the IPv6 MTU requirement.
If no link layer fragmentation is available, fragmentation is needed at
the adaptation layer below IPv6. However, 6LoWPAN fragmentation <xref target="RFC4944"/>
cannot be used for these technologies, given the extremely reduced link
layer MTU. In this case, lightweight fragmentation formats need to be used
(e.g., <xref target="RFC8724"/>).</t>
        <t>S1 to S4 technologies require fragmentation at the subnetwork level to
support the IPv6 MTU requirement.
If link layer fragmentation is unavailable or insufficient,
fragmentation is needed at the adaptation layer below IPv6.
6LoWPAN fragmentation <xref target="RFC4944"/> can be used to carry 1280-byte IPv6
packets over these technologies.</t>
        <t>S10 or higher technologies do not require fragmentation to support the IPv6 MTU
requirement; S12 and above often create islands of higher MTU in a
Layer 2 network that may employ Ethernet-inspired MTUs otherwise.
S15 and above may need to consider mechanisms beyond, say, CRC-32(c) to
provide error protection (and possibly also correction) for larger sizes of packets.</t>
      </section>
      <section anchor="class-Ix">
        <name>Classes of Internet Integration</name>
        <t>The term "Internet of Things" is sometimes confusingly used for
connected devices that are not actually employing Internet technology.
Some devices do use Internet technology, but only use it to exchange
packets with a fixed communication partner ("device-to-cloud"
scenarios, see also <xref section="2.2" sectionFormat="of" target="RFC7452"/>).
More general devices are prepared to
communicate with other nodes in the Internet as well.</t>
        <t><xref target="internettbl"/> defines the classes of Internet integration level.</t>
        <table anchor="internettbl">
          <name>Classes of Internet Integration Level</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Internet technology</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">I0</td>
              <td align="left">none (local interconnect only)</td>
            </tr>
            <tr>
              <td align="left">I1</td>
              <td align="left">device-to-cloud only</td>
            </tr>
            <tr>
              <td align="left">I2</td>
              <td align="left">device-to-cloud via a local (edge) gateway, mediated internet access</td>
            </tr>
            <tr>
              <td align="left">I9</td>
              <td align="left">full Internet connectivity supported</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="phyrate">
        <name>Classes of Physical Layer Bit Rate</name>
        <!--
\[This section could be expanded to also talk about
burst rate vs. sustained rate; bits/s vs. messages/s, ...]
 -->

<t>Physical layer technologies used by constrained devices can be
categorized on the basis of physical layer (PHY) bit rate. The PHY bit
rate class of a technology has important implications with regard to
compatibility with existing protocols and mechanisms on the Internet,
responsiveness to frame transmissions and need for header compression
techniques.</t>
        <t><xref target="phyratetbl"/> lists the classes of PHY bit rate ('Bx' stands for 'Bit rate class x').</t>
        <table anchor="phyratetbl">
          <name>Classes of Physical Layer Bitrate</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">PHY bit rate (bit/s)</th>
              <th align="left">Comment</th>
              <th align="left">Header compression</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">B0</td>
              <td align="left">&lt; 10</td>
              <td align="left">Transmission time of 150-byte frame &gt; TCP MSL</td>
              <td align="left">indispensable as part of system architecture</td>
            </tr>
            <tr>
              <td align="left">B1</td>
              <td align="left">10 – 10<sup>3</sup></td>
              <td align="left">Unresponsiveness if human expects reaction to sent frame (frame size ≥ 63 bytes)</td>
              <td align="left">vital</td>
            </tr>
            <tr>
              <td align="left">B2</td>
              <td align="left">10<sup>3</sup> – 10<sup>6</sup></td>
              <td align="left">Responsiveness if human expects reaction to sent frame</td>
              <td align="left">yields significant performance benefits</td>
            </tr>
            <tr>
              <td align="left">B3</td>
              <td align="left">&gt; 10<sup>6</sup></td>
              <td align="left"> </td>
              <td align="left">yields limited performance benefits</td>
            </tr>
          </tbody>
        </table>
        <t>B0 technologies can lead to very high frame transmission times, which
may exceed the time scales assumed by many Internet transport
protocols, middleboxes, and applications for retransmission, liveness
detection, and state retention.
For instance, TCP (Sections <xref target="RFC9293" section="3.4" sectionFormat="bare"/> and <xref target="RFC9293" section="4" sectionFormat="bare"/> of RFC 9293 <xref target="STD7"/>) defines a
Maximum Segment Lifetime (MSL), which may not be faithfully implemented
everywhere, but can serve as a yardstick for the present section.
Many Internet protocols and mechanisms will fail
when transmission times, and thus latencies, are greater than such
an assumed constant, often with a default value in the same order of magnitude as the
TCP MSL, but possibly explicitly configurable (compare MAX_LATENCY in
<xref section="4.8.2" sectionFormat="of" target="RFC7252"/>, see also <xref target="I-D.gomez-tiptop-coap"/>).
For example, B0 technologies lead to a
frame transmission time greater than the TCP MSL for a frame size ≥ 150
bytes (= 1200 bits, which at ≤ 10 bit/s need ≥ 120 s = 2 min).</t>
        <t>B1 technologies offer transmission times which are lower than the TCP MSL
(for a frame size greater than 150 bytes).  However, transmission times
for B1 technologies are still significant if a human expects a reaction
to the transmission of a frame.  With B1 technologies, the transmission
time of a frame greater than 62.5 bytes exceeds 0.5 seconds, i.e., a
threshold time beyond which any response or reaction to a frame
transmission will appear not to be immediate <xref target="RFC5826"/>.</t>
        <t>B2 technologies do not incur responsiveness problems, but still benefit
from using header compression techniques (such as <xref target="RFC6282"/> or <xref target="I-D.ietf-6lo-schc-15dot4"/>) to achieve
performance improvements.</t>
        <t>Over B3 technologies, the relative performance benefits of header
compression are low. For example, in a duty-cycled technology offering
B3 PHY bit rates, energy consumption decrease due to header compression
may be comparable with the energy consumed while in a sleep interval. On
the other hand, for B3 PHY bit rates, a human user will not be able to
perceive whether header compression has been used or not in a frame
transmission.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document makes no requests to IANA.</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>This document does not define any protocol, as such there are no new operations or manageability requirements introduced by this document.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document introduces common terminology that does not raise any
new security issues.  Security considerations arising from the
constraints discussed in this document need to be discussed in the
context of specific protocols.  For instance, <xref section="11.6" sectionFormat="of" target="RFC7252"/>,
"Constrained node considerations", discusses implications of specific
constraints on the security mechanisms employed. <xref target="RFC7416"/> provides a security
threat analysis for the RPL routing protocol.
Implementation considerations for security protocols on constrained
nodes are discussed in <xref target="RFC7815"/> and in early work in <xref target="I-D.ietf-lwig-tls-minimal"/>.
A wider view of security in constrained-node networks is provided in <xref target="RFC8576"/>.
<xref section="9" sectionFormat="of" target="RFC9397"/> discusses Security Considerations for
certain platforms that protect multiple execution environments from
each other, a capability that can also be used for secret shielding.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="RFC7228">
        <front>
          <title>Terminology for Constrained-Node Networks</title>
          <author fullname="C. Bormann" initials="C." surname="Bormann"/>
          <author fullname="M. Ersue" initials="M." surname="Ersue"/>
          <author fullname="A. Keranen" initials="A." surname="Keranen"/>
          <date month="May" year="2014"/>
          <abstract>
            <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks. This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7228"/>
        <seriesInfo name="DOI" value="10.17487/RFC7228"/>
      </reference>
      <reference anchor="RFC5905">
        <front>
          <title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
          <author fullname="D. Mills" initials="D." surname="Mills"/>
          <author fullname="J. Martin" initials="J." role="editor" surname="Martin"/>
          <author fullname="J. Burbank" initials="J." surname="Burbank"/>
          <author fullname="W. Kasch" initials="W." surname="Kasch"/>
          <date month="June" year="2010"/>
          <abstract>
            <t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet. This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol. NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family. NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs. It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required. It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5905"/>
        <seriesInfo name="DOI" value="10.17487/RFC5905"/>
      </reference>
      <reference anchor="RFC4944">
        <front>
          <title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
          <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
          <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar"/>
          <author fullname="J. Hui" initials="J." surname="Hui"/>
          <author fullname="D. Culler" initials="D." surname="Culler"/>
          <date month="September" year="2007"/>
          <abstract>
            <t>This document describes the frame format for transmission of IPv6 packets and the method of forming IPv6 link-local addresses and statelessly autoconfigured addresses on IEEE 802.15.4 networks. Additional specifications include a simple header compression scheme using shared context and provisions for packet delivery in IEEE 802.15.4 meshes. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4944"/>
        <seriesInfo name="DOI" value="10.17487/RFC4944"/>
      </reference>
      <reference anchor="RFC6282">
        <front>
          <title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
          <author fullname="J. Hui" initials="J." role="editor" surname="Hui"/>
          <author fullname="P. Thubert" initials="P." surname="Thubert"/>
          <date month="September" year="2011"/>
          <abstract>
            <t>This document updates RFC 4944, "Transmission of IPv6 Packets over IEEE 802.15.4 Networks". This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs). The compression format relies on shared context to allow compression of arbitrary prefixes. How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers. UDP header compression is specified within this framework. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6282"/>
        <seriesInfo name="DOI" value="10.17487/RFC6282"/>
      </reference>
      <reference anchor="RFC8724">
        <front>
          <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
          <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
          <author fullname="L. Toutain" initials="L." surname="Toutain"/>
          <author fullname="C. Gomez" initials="C." surname="Gomez"/>
          <author fullname="D. Barthel" initials="D." surname="Barthel"/>
          <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
          <date month="April" year="2020"/>
          <abstract>
            <t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t>
            <t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t>
            <t>This document also specifies an optional fragmentation and reassembly mechanism. It can be used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the Layer 2 maximum payload size.</t>
            <t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8724"/>
        <seriesInfo name="DOI" value="10.17487/RFC8724"/>
      </reference>
      <reference anchor="I-D.ietf-6lo-schc-15dot4">
        <front>
          <title>Transmission of SCHC-compressed packets over IEEE 802.15.4 networks</title>
          <author fullname="Carles Gomez" initials="C." surname="Gomez">
            <organization>UPC</organization>
          </author>
          <author fullname="Ana Minaburo" initials="A." surname="Minaburo">
            <organization>Consultant</organization>
          </author>
          <date day="4" month="July" year="2026"/>
          <abstract>
            <t>   A framework called Static Context Header Compression and
   fragmentation (SCHC) has been designed with the primary goal of
   supporting IPv6 over Low Power Wide Area Network (LPWAN) technologies
   [RFC8724].  One of the SCHC components is a header compression
   mechanism.  If used properly, SCHC header compression allows a
   greater compression ratio than that achievable with traditional
   6LoWPAN header compression [RFC6282].  For this reason, it may make
   sense to use SCHC header compression in some 6LoWPAN environments,
   including IEEE 802.15.4 networks.  This document specifies how a
   SCHC-compressed packet can be carried over IEEE 802.15.4 networks.
   The document also enables the transmission of SCHC-compressed UDP/
   CoAP headers over 6LoWPAN-compressed IPv6 packets.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-6lo-schc-15dot4-13"/>
      </reference>
      <reference anchor="RFC7452">
        <front>
          <title>Architectural Considerations in Smart Object Networking</title>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
          <author fullname="J. Arkko" initials="J." surname="Arkko"/>
          <author fullname="D. Thaler" initials="D." surname="Thaler"/>
          <author fullname="D. McPherson" initials="D." surname="McPherson"/>
          <date month="March" year="2015"/>
          <abstract>
            <t>The term "Internet of Things" (IoT) denotes a trend where a large number of embedded devices employ communication services offered by Internet protocols. Many of these devices, often called "smart objects", are not directly operated by humans but exist as components in buildings or vehicles, or are spread out in the environment. Following the theme "Everything that can be connected will be connected", engineers and researchers designing smart object networks need to decide how to achieve this in practice.</t>
            <t>This document offers guidance to engineers designing Internet- connected smart objects.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7452"/>
        <seriesInfo name="DOI" value="10.17487/RFC7452"/>
      </reference>
      <reference anchor="RFC6606">
        <front>
          <title>Problem Statement and Requirements for IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) Routing</title>
          <author fullname="E. Kim" initials="E." surname="Kim"/>
          <author fullname="D. Kaspar" initials="D." surname="Kaspar"/>
          <author fullname="C. Gomez" initials="C." surname="Gomez"/>
          <author fullname="C. Bormann" initials="C." surname="Bormann"/>
          <date month="May" year="2012"/>
          <abstract>
            <t>IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) are formed by devices that are compatible with the IEEE 802.15.4 standard. However, neither the IEEE 802.15.4 standard nor the 6LoWPAN format specification defines how mesh topologies could be obtained and maintained. Thus, it should be considered how 6LoWPAN formation and multi-hop routing could be supported.</t>
            <t>This document provides the problem statement and design space for 6LoWPAN routing. It defines the routing requirements for 6LoWPANs, considering the low-power and other particular characteristics of the devices and links. The purpose of this document is not to recommend specific solutions but to provide general, layer-agnostic guidelines about the design of 6LoWPAN routing that can lead to further analysis and protocol design. This document is intended as input to groups working on routing protocols relevant to 6LoWPANs, such as the IETF ROLL WG. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6606"/>
        <seriesInfo name="DOI" value="10.17487/RFC6606"/>
      </reference>
      <referencegroup anchor="STD7" target="https://www.rfc-editor.org/info/std7">
        <reference anchor="RFC9293" target="https://www.rfc-editor.org/info/rfc9293">
          <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>
      </referencegroup>
      <reference anchor="RFC4838">
        <front>
          <title>Delay-Tolerant Networking Architecture</title>
          <author fullname="V. Cerf" initials="V." surname="Cerf"/>
          <author fullname="S. Burleigh" initials="S." surname="Burleigh"/>
          <author fullname="A. Hooke" initials="A." surname="Hooke"/>
          <author fullname="L. Torgerson" initials="L." surname="Torgerson"/>
          <author fullname="R. Durst" initials="R." surname="Durst"/>
          <author fullname="K. Scott" initials="K." surname="Scott"/>
          <author fullname="K. Fall" initials="K." surname="Fall"/>
          <author fullname="H. Weiss" initials="H." surname="Weiss"/>
          <date month="April" year="2007"/>
          <abstract>
            <t>This document describes an architecture for delay-tolerant and disruption-tolerant networks, and is an evolution of the architecture originally designed for the Interplanetary Internet, a communication system envisioned to provide Internet-like services across interplanetary distances in support of deep space exploration. This document describes an architecture that addresses a variety of problems with internetworks having operational and performance characteristics that make conventional (Internet-like) networking approaches either unworkable or impractical. We define a message- oriented overlay that exists above the transport (or other) layers of the networks it interconnects. The document presents a motivation for the architecture, an architectural overview, review of state management required for its operation, and a discussion of application design issues. This document represents the consensus of the IRTF DTN research group and has been widely reviewed by that group. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4838"/>
        <seriesInfo name="DOI" value="10.17487/RFC4838"/>
      </reference>
      <reference anchor="RFC7102">
        <front>
          <title>Terms Used in Routing for Low-Power and Lossy Networks</title>
          <author fullname="JP. Vasseur" initials="JP." surname="Vasseur"/>
          <date month="January" year="2014"/>
          <abstract>
            <t>This document provides a glossary of terminology used in routing requirements and solutions for networks referred to as Low-Power and Lossy Networks (LLNs). An LLN is typically composed of many embedded devices with limited power, memory, and processing resources interconnected by a variety of links. There is a wide scope of application areas for LLNs, including industrial monitoring, building automation (e.g., heating, ventilation, air conditioning, lighting, access control, fire), connected home, health care, environmental monitoring, urban sensor networks, energy management, assets tracking, and refrigeration.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7102"/>
        <seriesInfo name="DOI" value="10.17487/RFC7102"/>
      </reference>
      <reference anchor="RFC6551">
        <front>
          <title>Routing Metrics Used for Path Calculation in Low-Power and Lossy Networks</title>
          <author fullname="JP. Vasseur" initials="JP." role="editor" surname="Vasseur"/>
          <author fullname="M. Kim" initials="M." role="editor" surname="Kim"/>
          <author fullname="K. Pister" initials="K." surname="Pister"/>
          <author fullname="N. Dejean" initials="N." surname="Dejean"/>
          <author fullname="D. Barthel" initials="D." surname="Barthel"/>
          <date month="March" year="2012"/>
          <abstract>
            <t>Low-Power and Lossy Networks (LLNs) have unique characteristics compared with traditional wired and ad hoc networks that require the specification of new routing metrics and constraints. By contrast, with typical Interior Gateway Protocol (IGP) routing metrics using hop counts or link metrics, this document specifies a set of link and node routing metrics and constraints suitable to LLNs to be used by the Routing Protocol for Low-Power and Lossy Networks (RPL). [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6551"/>
        <seriesInfo name="DOI" value="10.17487/RFC6551"/>
      </reference>
      <reference anchor="RFC6550">
        <front>
          <title>RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks</title>
          <author fullname="T. Winter" initials="T." role="editor" surname="Winter"/>
          <author fullname="P. Thubert" initials="P." role="editor" surname="Thubert"/>
          <author fullname="A. Brandt" initials="A." surname="Brandt"/>
          <author fullname="J. Hui" initials="J." surname="Hui"/>
          <author fullname="R. Kelsey" initials="R." surname="Kelsey"/>
          <author fullname="P. Levis" initials="P." surname="Levis"/>
          <author fullname="K. Pister" initials="K." surname="Pister"/>
          <author fullname="R. Struik" initials="R." surname="Struik"/>
          <author fullname="JP. Vasseur" initials="JP." surname="Vasseur"/>
          <author fullname="R. Alexander" initials="R." surname="Alexander"/>
          <date month="March" year="2012"/>
          <abstract>
            <t>Low-Power and Lossy Networks (LLNs) are a class of network in which both the routers and their interconnect are constrained. LLN routers typically operate with constraints on processing power, memory, and energy (battery power). Their interconnects are characterized by high loss rates, low data rates, and instability. LLNs are comprised of anything from a few dozen to thousands of routers. Supported traffic flows include point-to-point (between devices inside the LLN), point-to-multipoint (from a central control point to a subset of devices inside the LLN), and multipoint-to-point (from devices inside the LLN towards a central control point). This document specifies the IPv6 Routing Protocol for Low-Power and Lossy Networks (RPL), which provides a mechanism whereby multipoint-to-point traffic from devices inside the LLN towards a central control point as well as point-to-multipoint traffic from the central control point to the devices inside the LLN are supported. Support for point-to-point traffic is also available. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6550"/>
        <seriesInfo name="DOI" value="10.17487/RFC6550"/>
      </reference>
      <reference anchor="RFC4919">
        <front>
          <title>IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs): Overview, Assumptions, Problem Statement, and Goals</title>
          <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar"/>
          <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
          <author fullname="C. Schumacher" initials="C." surname="Schumacher"/>
          <date month="August" year="2007"/>
          <abstract>
            <t>This document describes the assumptions, problem statement, and goals for transmitting IP over IEEE 802.15.4 networks. The set of goals enumerated in this document form an initial set only. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4919"/>
        <seriesInfo name="DOI" value="10.17487/RFC4919"/>
      </reference>
      <reference anchor="RFC7252">
        <front>
          <title>The Constrained Application Protocol (CoAP)</title>
          <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
          <author fullname="K. Hartke" initials="K." surname="Hartke"/>
          <author fullname="C. Bormann" initials="C." surname="Bormann"/>
          <date month="June" year="2014"/>
          <abstract>
            <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
            <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7252"/>
        <seriesInfo name="DOI" value="10.17487/RFC7252"/>
      </reference>
      <reference anchor="RFC7668">
        <front>
          <title>IPv6 over BLUETOOTH(R) Low Energy</title>
          <author fullname="J. Nieminen" initials="J." surname="Nieminen"/>
          <author fullname="T. Savolainen" initials="T." surname="Savolainen"/>
          <author fullname="M. Isomaki" initials="M." surname="Isomaki"/>
          <author fullname="B. Patil" initials="B." surname="Patil"/>
          <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
          <author fullname="C. Gomez" initials="C." surname="Gomez"/>
          <date month="October" year="2015"/>
          <abstract>
            <t>Bluetooth Smart is the brand name for the Bluetooth low energy feature in the Bluetooth specification defined by the Bluetooth Special Interest Group. The standard Bluetooth radio has been widely implemented and available in mobile phones, notebook computers, audio headsets, and many other devices. The low-power version of Bluetooth is a specification that enables the use of this air interface with devices such as sensors, smart meters, appliances, etc. The low-power variant of Bluetooth has been standardized since revision 4.0 of the Bluetooth specifications, although version 4.1 or newer is required for IPv6. This document describes how IPv6 is transported over Bluetooth low energy using IPv6 over Low-power Wireless Personal Area Network (6LoWPAN) techniques.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7668"/>
        <seriesInfo name="DOI" value="10.17487/RFC7668"/>
      </reference>
      <reference anchor="RFC8105">
        <front>
          <title>Transmission of IPv6 Packets over Digital Enhanced Cordless Telecommunications (DECT) Ultra Low Energy (ULE)</title>
          <author fullname="P. Mariager" initials="P." surname="Mariager"/>
          <author fullname="J. Petersen" initials="J." role="editor" surname="Petersen"/>
          <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
          <author fullname="M. Van de Logt" initials="M." surname="Van de Logt"/>
          <author fullname="D. Barthel" initials="D." surname="Barthel"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>Digital Enhanced Cordless Telecommunications (DECT) Ultra Low Energy (ULE) is a low-power air interface technology that is proposed by the DECT Forum and is defined and specified by ETSI.</t>
            <t>The DECT air interface technology has been used worldwide in communication devices for more than 20 years. It has primarily been used to carry voice for cordless telephony but has also been deployed for data-centric services.</t>
            <t>DECT ULE is a recent addition to the DECT interface primarily intended for low-bandwidth, low-power applications such as sensor devices, smart meters, home automation, etc. As the DECT ULE interface inherits many of the capabilities from DECT, it benefits from operation that is long-range and interference-free, worldwide- reserved frequency band, low silicon prices, and maturity. There is an added value in the ability to communicate with IPv6 over DECT ULE, such as for Internet of Things applications.</t>
            <t>This document describes how IPv6 is transported over DECT ULE using IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) techniques.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8105"/>
        <seriesInfo name="DOI" value="10.17487/RFC8105"/>
      </reference>
      <reference anchor="RFC7428">
        <front>
          <title>Transmission of IPv6 Packets over ITU-T G.9959 Networks</title>
          <author fullname="A. Brandt" initials="A." surname="Brandt"/>
          <author fullname="J. Buron" initials="J." surname="Buron"/>
          <date month="February" year="2015"/>
          <abstract>
            <t>This document describes the frame format for transmission of IPv6 packets as well as a method of forming IPv6 link-local addresses and statelessly autoconfigured IPv6 addresses on ITU-T G.9959 networks.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7428"/>
        <seriesInfo name="DOI" value="10.17487/RFC7428"/>
      </reference>
      <reference anchor="RFC9159">
        <front>
          <title>IPv6 Mesh over BLUETOOTH(R) Low Energy Using the Internet Protocol Support Profile (IPSP)</title>
          <author fullname="C. Gomez" initials="C." surname="Gomez"/>
          <author fullname="S.M. Darroudi" initials="S.M." surname="Darroudi"/>
          <author fullname="T. Savolainen" initials="T." surname="Savolainen"/>
          <author fullname="M. Spoerk" initials="M." surname="Spoerk"/>
          <date month="December" year="2021"/>
          <abstract>
            <t>RFC 7668 describes the adaptation of IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) techniques to enable IPv6 over Bluetooth Low Energy (Bluetooth LE) networks that follow the star topology. However, recent Bluetooth specifications allow the formation of extended topologies as well. This document specifies mechanisms that are needed to enable IPv6 mesh over Bluetooth LE links established by using the Bluetooth Internet Protocol Support Profile (IPSP). This document does not specify the routing protocol to be used in an IPv6 mesh over Bluetooth LE links.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9159"/>
        <seriesInfo name="DOI" value="10.17487/RFC9159"/>
      </reference>
      <reference anchor="I-D.amsuess-t2trg-raytime">
        <front>
          <title>Raytime: Validating token expiry on an unbounded local time interval</title>
          <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
          <date day="19" month="October" year="2024"/>
          <abstract>
            <t>   When devices are deployed in locations with no real-time access to
   the Internet, obtaining a trusted time for validation of time limited
   tokens and certificates is sometimes not possible.  This document
   explores the options for deployments in which the trade-off between
   availability and security needs to be made in favor of availability.
   While considerations are general, terminology and examples primarily
   focus on the ACE framework.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-amsuess-t2trg-raytime-03"/>
      </reference>
      <reference anchor="I-D.gomez-tiptop-coap">
        <front>
          <title>CoAP in Space</title>
          <author fullname="Carles Gomez" initials="C." surname="Gomez">
            <organization>UPC</organization>
          </author>
          <author fullname="Sergio Aguilar" initials="S." surname="Aguilar">
            <organization>Sateliot</organization>
          </author>
          <date day="4" month="July" year="2026"/>
          <abstract>
            <t>   This document provides guidance on using the Constrained Application
   Protocol (CoAP) in deep space environments.  The document focuses on
   the approach whereby an IP protocol stack is used for end-to-end
   communication.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-gomez-tiptop-coap-01"/>
      </reference>
      <reference anchor="RFC9397">
        <front>
          <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
          <author fullname="M. Pei" initials="M." surname="Pei"/>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
          <author fullname="D. Thaler" initials="D." surname="Thaler"/>
          <author fullname="D. Wheeler" initials="D." surname="Wheeler"/>
          <date month="July" year="2023"/>
          <abstract>
            <t>A Trusted Execution Environment (TEE) is an environment that enforces the following: any code within the environment cannot be tampered with, and any data used by such code cannot be read or tampered with by any code outside the environment. This architecture document discusses the motivation for designing and standardizing a protocol for managing the lifecycle of Trusted Applications running inside such a TEE.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9397"/>
        <seriesInfo name="DOI" value="10.17487/RFC9397"/>
      </reference>
      <reference anchor="RFC9581">
        <front>
          <title>Concise Binary Object Representation (CBOR) Tags for Time, Duration, and Period</title>
          <author fullname="C. Bormann" initials="C." surname="Bormann"/>
          <author fullname="B. Gamari" initials="B." surname="Gamari"/>
          <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
          <date month="August" year="2024"/>
          <abstract>
            <t>The Concise Binary Object Representation (CBOR, RFC 8949) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.</t>
            <t>In CBOR, one point of extensibility is the definition of CBOR tags. RFC 8949 defines two tags for time: CBOR tag 0 (RFC 3339 time as a string) and tag 1 (POSIX time as int or float). Since then, additional requirements have become known. The present document defines a CBOR tag for time that allows a more elaborate representation of time, as well as related CBOR tags for duration and time period. This document is intended as the reference document for the IANA registration of the CBOR tags defined.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9581"/>
        <seriesInfo name="DOI" value="10.17487/RFC9581"/>
      </reference>
      <reference anchor="WEI">
        <front>
          <title>6LoWPAN: the Wireless Embedded Internet</title>
          <author initials="Z." surname="Shelby" fullname="Zach Shelby">
            <organization/>
          </author>
          <author initials="C." surname="Bormann" fullname="Carsten Bormann">
            <organization/>
          </author>
          <date year="2009"/>
        </front>
        <seriesInfo name="Wiley-Blackwell" value="monograph"/>
        <seriesInfo name="DOI" value="10.1002/9780470686218"/>
        <seriesInfo name="ISBN" value="9780470747995"/>
      </reference>
      <reference anchor="FALL">
        <front>
          <title>A Delay-Tolerant Network Architecture for Challenged Internets</title>
          <author initials="K." surname="Fall" fullname="Kevin Fall">
            <organization/>
          </author>
          <date year="2003"/>
        </front>
        <seriesInfo name="SIGCOMM" value="2003"/>
        <seriesInfo name="DOI" value="10.1145/863955.863960"/>
      </reference>
      <reference anchor="ISQ-13">
        <front>
          <title>International Standard — Quantities and units — Part 13: Information science and technology</title>
          <author>
            <organization>International Electrotechnical Commission</organization>
          </author>
          <date year="2008" month="March"/>
        </front>
        <seriesInfo name="IEC" value="80000-13"/>
      </reference>
      <reference anchor="I-D.hui-vasseur-roll-rpl-deployment">
        <front>
          <title>RPL deployment experience in large scale networks</title>
          <author fullname="JP Vasseur" initials="J." surname="Vasseur">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Jonathan Hui" initials="J." surname="Hui">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Sukrit Dasgupta" initials="S." surname="Dasgupta">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Giyoung Yoon" initials="G." surname="Yoon">
            <organization>Cisco Systems</organization>
          </author>
          <date day="5" month="July" year="2012"/>
          <abstract>
            <t>   Low power and Lossy Networks (LLNs) exhibit characteristics unlike
   other more traditional IP links.  LLNs are a class of network in
   which both routers and their interconnect are resource constrained.
   LLN routers are typically resource constrained in processing power,
   memory, and energy (i.e. battery power).  LLN links are typically
   exhibit high loss rates, low data rates, are are strongly affected by
   environmental conditions that change over time.  LLNs may be composed
   of a few dozen to thousands of routers.  A new protocol called the
   IPv6 Routing Protocol for Low-Power and Lossy Networks (RPL) has been
   specified for routing in LLNs supporting multipoint-to-point, point-
   to-multipoint traffic, and point-to-point traffic.  Since RPL's
   publication as an RFC, several large scale networks have been
   succesfully deployed.  The aim of this document is to provide
   deployment experience on real-life deployed RPL-based networks.


            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-hui-vasseur-roll-rpl-deployment-01"/>
      </reference>
      <reference anchor="RFC7416">
        <front>
          <title>A Security Threat Analysis for the Routing Protocol for Low-Power and Lossy Networks (RPLs)</title>
          <author fullname="T. Tsao" initials="T." surname="Tsao"/>
          <author fullname="R. Alexander" initials="R." surname="Alexander"/>
          <author fullname="M. Dohler" initials="M." surname="Dohler"/>
          <author fullname="V. Daza" initials="V." surname="Daza"/>
          <author fullname="A. Lozano" initials="A." surname="Lozano"/>
          <author fullname="M. Richardson" initials="M." role="editor" surname="Richardson"/>
          <date month="January" year="2015"/>
          <abstract>
            <t>This document presents a security threat analysis for the Routing Protocol for Low-Power and Lossy Networks (RPLs). The development builds upon previous work on routing security and adapts the assessments to the issues and constraints specific to low-power and lossy networks. A systematic approach is used in defining and evaluating the security threats. Applicable countermeasures are application specific and are addressed in relevant applicability statements.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7416"/>
        <seriesInfo name="DOI" value="10.17487/RFC7416"/>
      </reference>
      <reference anchor="RFC7815">
        <front>
          <title>Minimal Internet Key Exchange Version 2 (IKEv2) Initiator Implementation</title>
          <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
          <date month="March" year="2016"/>
          <abstract>
            <t>This document describes a minimal initiator version of the Internet Key Exchange version 2 (IKEv2) protocol for constrained nodes. IKEv2 is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs). IKEv2 includes several optional features, which are not needed in minimal implementations. This document describes what is required from the minimal implementation and also describes various optimizations that can be done. The protocol described here is interoperable with a full IKEv2 implementation using shared secret authentication (IKEv2 does not require the use of certificate authentication). This minimal initiator implementation can only talk to a full IKEv2 implementation acting as the responder; thus, two minimal initiator implementations cannot talk to each other.</t>
            <t>This document does not update or modify RFC 7296 but provides a more compact description of the minimal version of the protocol. If this document and RFC 7296 conflict, then RFC 7296 is the authoritative description.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7815"/>
        <seriesInfo name="DOI" value="10.17487/RFC7815"/>
      </reference>
      <reference anchor="I-D.ietf-lwig-tls-minimal">
        <front>
          <title>A Hitchhiker's Guide to the (Datagram) Transport Layer Security Protocol for Smart Objects and Constrained Node Networks</title>
          <author fullname="Sandeep Kumar" initials="S." surname="Kumar">
            <organization>Philips Research</organization>
          </author>
          <author fullname="Sye Loong Keoh" initials="S. L." surname="Keoh">
            <organization>University of Glasgow Singapore</organization>
          </author>
          <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
            <organization>ARM Ltd.</organization>
          </author>
          <date day="7" month="March" year="2014"/>
          <abstract>
            <t>   Transport Layer Security (TLS) is a widely used security protocol
   that offers communication security services at the transport layer.
   The initial design of TLS was focused on the protection of
   applications running on top of the Transmission Control Protocol
   (TCP), and was a good match for securing the Hypertext Transfer
   Protocol (HTTP).  Subsequent standardization efforts lead to the
   publication of the Datagram Transport Layer Security (DTLS) protocol,
   which allows the re-use of the TLS security functionality and the
   payloads to be exchanged on top of the User Datagram Protocol (UDP).

   With the work on the Constrained Application Protocol (CoAP), as a
   specialized web transfer protocol for use with constrained nodes and
   constrained networks, DTLS is a preferred communication security
   protocol.

   Smart objects are constrained in various ways (e.g., CPU, memory,
   power consumption) and these limitations may impose restrictions on
   the protocol stack such a device runs.  This document only looks at
   the security part of that protocol stacks and the ability to
   customize TLS/DTLS.  To offer input for implementers and system
   architects this document illustrates the costs and benefits of
   various TLS/DTLS features for use with smart objects and constraint
   node networks.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lwig-tls-minimal-01"/>
      </reference>
      <reference anchor="RFC8576">
        <front>
          <title>Internet of Things (IoT) Security: State of the Art and Challenges</title>
          <author fullname="O. Garcia-Morchon" initials="O." surname="Garcia-Morchon"/>
          <author fullname="S. Kumar" initials="S." surname="Kumar"/>
          <author fullname="M. Sethi" initials="M." surname="Sethi"/>
          <date month="April" year="2019"/>
          <abstract>
            <t>The Internet of Things (IoT) concept refers to the usage of standard Internet protocols to allow for human-to-thing and thing-to-thing communication. The security needs for IoT systems are well recognized, and many standardization steps to provide security have been taken -- for example, the specification of the Constrained Application Protocol (CoAP) secured with Datagram Transport Layer Security (DTLS). However, security challenges still exist, not only because there are some use cases that lack a suitable solution, but also because many IoT devices and systems have been designed and deployed with very limited security capabilities. In this document, we first discuss the various stages in the lifecycle of a thing. Next, we document the security threats to a thing and the challenges that one might face to protect against these threats. Lastly, we discuss the next steps needed to facilitate the deployment of secure IoT systems. This document can be used by implementers and authors of IoT specifications as a reference for details about security considerations while documenting their specific security challenges, threat models, and mitigations.</t>
            <t>This document is a product of the IRTF Thing-to-Thing Research Group (T2TRG).</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8576"/>
        <seriesInfo name="DOI" value="10.17487/RFC8576"/>
      </reference>
      <reference anchor="RFC5826">
        <front>
          <title>Home Automation Routing Requirements in Low-Power and Lossy Networks</title>
          <author fullname="A. Brandt" initials="A." surname="Brandt"/>
          <author fullname="J. Buron" initials="J." surname="Buron"/>
          <author fullname="G. Porcu" initials="G." surname="Porcu"/>
          <date month="April" year="2010"/>
          <abstract>
            <t>This document presents requirements specific to home control and automation applications for Routing Over Low power and Lossy (ROLL) networks. In the near future, many homes will contain high numbers of wireless devices for a wide set of purposes. Examples include actuators (relay, light dimmer, heating valve), sensors (wall switch, water leak, blood pressure), and advanced controllers (radio-frequency-based AV remote control, central server for light and heat control). Because such devices only cover a limited radio range, routing is often required. The aim of this document is to specify the routing requirements for networks comprising such constrained devices in a home-control and automation environment. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5826"/>
        <seriesInfo name="DOI" value="10.17487/RFC5826"/>
      </reference>
      <reference anchor="W432" target="https://openwrt.org/supported_devices/432_warning">
        <front>
          <title>Warning about 4/32 devices</title>
          <author>
            <organization/>
          </author>
          <date/>
        </front>
        <refcontent>OpenWRT wiki, last accessed 2021-12-01</refcontent>
      </reference>
      <reference anchor="ARM-ARCH" target="https://developer.arm.com/documentation/DEN0130/0100/About-the-Arm-architecture">
        <front>
          <title>ARM architecture profiles</title>
          <author>
            <organization>Arm</organization>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="KEYMGMT">
        <front>
          <title>Recommendation for key management:: part 1 - general</title>
          <author fullname="Elaine Barker" initials="E." surname="Barker">
            <organization/>
          </author>
          <date month="May" year="2020"/>
        </front>
        <seriesInfo name="DOI" value="10.6028/nist.sp.800-57pt1r5"/>
        <refcontent>National Institute of Standards and Technology</refcontent>
      </reference>
      <reference anchor="RFC8376">
        <front>
          <title>Low-Power Wide Area Network (LPWAN) Overview</title>
          <author fullname="S. Farrell" initials="S." role="editor" surname="Farrell"/>
          <date month="May" year="2018"/>
          <abstract>
            <t>Low-Power Wide Area Networks (LPWANs) are wireless technologies with characteristics such as large coverage areas, low bandwidth, possibly very small packet and application-layer data sizes, and long battery life operation. This memo is an informational overview of the set of LPWAN technologies being considered in the IETF and of the gaps that exist between the needs of those technologies and the goal of running IP in LPWANs.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8376"/>
        <seriesInfo name="DOI" value="10.17487/RFC8376"/>
      </reference>
    </references>
    <?line 1083?>

<section anchor="changes">
      <name>Changes Since RFC 7228</name>
      <t>The following changes have been made to the guidelines published in <xref target="RFC7228"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Updated references</t>
        </li>
        <li>
          <t>Added Superscript notations</t>
        </li>
        <li>
          <t>Added new terms such as "Capable Node"</t>
        </li>
        <li>
          <t>Added a classification of device groups</t>
        </li>
        <li>
          <t>Updated Table 1 with more details about classes of constrained devices</t>
        </li>
        <li>
          <t>Added some narrative text about Class 3 and 4 devices</t>
        </li>
        <li>
          <t>Added new subsections "LPWAN", "Firmware/Software Upgradability", "Isolation Functionality", "Secret Shielding", and "Strategies of Keeping Time over Power Events"</t>
        </li>
        <li>
          <t>Added new section "Classes of Networks"</t>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="list-of-tables">
      <name>List of Tables</name>
      <dl spacing="compact" indent="11">
        <dt><xref target="devclasstbl"/>:</dt>
        <dd>
          <t><xref format="title" target="devclasstbl"/></t>
        </dd>
        <dt><xref target="upgtbl"/>:</dt>
        <dd>
          <t><xref format="title" target="upgtbl"/></t>
        </dd>
        <dt><xref target="isoltbl"/>:</dt>
        <dd>
          <t><xref format="title" target="isoltbl"/></t>
        </dd>
        <dt><xref target="shieldtbl"/>:</dt>
        <dd>
          <t><xref format="title" target="shieldtbl"/></t>
        </dd>
        <dt><xref target="scaletbl"/>:</dt>
        <dd>
          <t><xref format="title" target="scaletbl"/></t>
        </dd>
        <dt><xref target="enclasstbl"/>:</dt>
        <dd>
          <t><xref format="title" target="enclasstbl"/></t>
        </dd>
        <dt><xref target="powclasstbl"/>:</dt>
        <dd>
          <t><xref format="title" target="powclasstbl"/></t>
        </dd>
        <dt><xref target="timeclasstbl"/>:</dt>
        <dd>
          <t><xref format="title" target="timeclasstbl"/></t>
        </dd>
        <dt><xref target="timepermanencytbl"/>:</dt>
        <dd>
          <t><xref format="title" target="timepermanencytbl"/></t>
        </dd>
        <dt><xref target="mtutbl"/>:</dt>
        <dd>
          <t><xref format="title" target="mtutbl"/></t>
        </dd>
        <dt><xref target="internettbl"/>:</dt>
        <dd>
          <t><xref format="title" target="internettbl"/></t>
        </dd>
        <dt><xref target="phyratetbl"/>:</dt>
        <dd>
          <t><xref format="title" target="phyratetbl"/></t>
        </dd>
      </dl>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>TBD — to be completed after review process concludes.</t>
      <t><contact fullname="Marco Tiloca"/> helped the document through the IETF process as Document
Shepherd.
<contact fullname="Mohamed Boucadair"/> served as responsible area director in the IESG.</t>
      <t>Carles Gomez was supported in part by the Spanish Government MCIU/AEI/10.13039/501100011033/FEDER/UE through project PID2023-146378NBI00.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
sNnqCVv/2G7yU/cTQvNiZf61E0AQFTjqIZPFVdINmopAoCBHVgx0KY6mzwQC
kiDQeLydRYHatioQ6zcyTYll4dLwqKjstU/aNgqw3kUmulA2z2Qr4Jna2mth
lTRb4Z7NlV6N0Q/sFTeu7zx7/OsotlTtoLNGpM0emBemmmorg8jVnD6VqqsW
/gbOKWJ6LdwktEKb8ypC1cLVXyCbLfGCgZfLfVXi3hvUiWkMJD2qeZ5PvcQk
1XPbUKiZTVJwIoCXPBBZvCao2IQH7SeAK56JHDixvsFXhLy1XcdWb5g9d0Pi
ubTW1rFn7jGb9w7CwJv+wYV1ksJv7y0tQdAnfCluS2bs4RKd+0TgzzyBVfde
0Mb5EMq4tkV6x9CfSeHXsiMuVghh2IgR6E/Ctkg4u+FcnbCI1piMbDi2Auti
Pt/Glqa11rfBNbP02NymO3PRyRupNV2CYvUGdK++tN+qLqbhpZWpS3u3YZhH
UPkiziTvF/6avLTJZlip562BOSVf2qvZJ2v+BbWZaJJjK8lylZuOabOaq8ki
ahnCqWQlrHOXtZi6aCYS4/DYmTZMd+dcxtq8wUo0iVLC4dSMjH/Wc2Le11OQ
DgnlP11va19Eg966Sp22at0eNMk4I+9Lgum3tnDH2nRiFSHJk23uetCufx/X
83VBPOh4y6AsctDfGRfjikO+NWjDNuptDLr7pYO29V9mZUy6myvd50EbFpW1
Q0nJoHNlM/QrB+WmYRu8bBNUXzXo4dcOuv8Fgx597aAHG4OKbu8POhp+5aAv
NweFUo7P13c2W9LnC+pg7HyNOwT9uBxlXjleYrpi34FUCRu0c2Lv2F+nT6Qb
u8COr3jHvE2/J6UIEkSo1O2Wa0dtYOnn/smgo62DYkir1/jCnVfadYJJ2hdM
B4NBc9AjJaJE4jasa5eu7qJOCHCqyq+GxqhvULXSlAWpfzYN9mwPyINz64Bw
HNYarP33xhUEeyxZpZQa9D+vJKNfHgpcLbi78MnsDvYxG3sBwiqabzbP9q4q
at8y2k7rvMAFjtJe5vL2vblJfomD4MJduNns373Sy+621aVa5V2L637BHQyZ
KnBlUtobU3RYzIVWOAPzmi9vTeQWX7bWHLjYORU07nyU9UjoSKu0u2hulK17
fgE0Z5HjMgaax29k5lwh7PtdVCsRwkgGV/0daOz16t6yZDB1DvfcfOwgQxV+
+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
w9Hewe7Lw7evzofDQfD/AKBg92pnywAA

-->

</rfc>
