<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.12 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc tocdepth="4"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc rfcedstyle="yes"?>
<?rfc subcompact="no"?>

<rfc ipr="trust200902" docName="draft-bormann-lwig-7228bis-07" category="info">

  <front>
    <title abbrev="CNN Terminology">Terminology for Constrained-Node Networks</title>

    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universitaet 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></organization>
      <address>
        <email>mersue@gmail.com</email>
      </address>
    </author>
    <author initials="A." surname="Keranen" fullname="Ari Keranen">
      <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>UPC/i2CAT</organization>
      <address>
        <postal>
          <street>Escola d'Enginyeria de Telecomunicacio i Aeroespacial</street> <street>    de Castelldefels</street> <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="2021" month="October" day="25"/>

    <area>Internet</area>
    <workgroup>LWIG Working Group</workgroup>
    

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

  <middle>


<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 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 battery 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, diverse sizes of 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)
becomes a reality, built up out of uniquely identifiable and
addressable objects (things).  Over the next decade, this could
grow to large numbers of Internet-connected constrained
devices (<xref target="IoT-2025"/> predicts that by, 2025, more than
2500 devices will be connected to the Internet per second), greatly
increasing the Internet's size and scope.</t>

<t>The present document provides a number of basic terms that have
been useful in the 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"/>.</t>

<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"/>.
Powers of 10 are given as 10<sup>100</sup> where 100 is the exponent.</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 anchor="core-terminology"><name>Core Terminology</name>

<t>There are two important aspects to <em>scaling</em> within the Internet of Things:</t>

<t><list style="symbols">
  <t>scaling up Internet technologies to a large number <xref target="IoT-2025"/> of
inexpensive nodes, while</t>
  <t>scaling down the characteristics of each of these nodes and of the
networks being built out of them, to make this scaling up economically
and physically viable.</t>
</list></t>

<t>The need for scaling down the characteristics of nodes leads to
"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 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>There are multiple facets to the constraints on nodes, often applying
in combination, for example:</t>

<t><list style="symbols">
  <t>constraints on the maximum code complexity (ROM/Flash),</t>
  <t>constraints on the size of state and buffers (RAM),</t>
  <t>constraints on the amount of computation feasible in a period of
time ("processing power"),</t>
  <t>constraints on the available power, and</t>
  <t>constraints on user interface and accessibility in deployment
(ability to set keys, update software, etc.).</t>
</list></t>

<t><xref target="devclass"/> defines a number of interesting classes ("class-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 from those of the
nodes.  We therefore distinguish "constrained networks" from
"constrained-node networks".</t>

</section>
<section anchor="constrained-networks"><name>Constrained Networks</name>

<t>We define "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>

<t><list style="symbols">
  <t>low achievable bitrate/throughput (including limits on duty cycle),</t>
  <t>high packet loss and high variability of packet loss (delivery rate),</t>
  <t>highly asymmetric link characteristics,</t>
  <t>severe penalties for using larger packets (e.g., high packet loss
due to link-layer fragmentation),</t>
  <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), and</t>
  <t>lack of (or severe constraints on) advanced services such as IP multicast.</t>
</list></t>

<t>More generally, we speak of constrained networks 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>

<t><list style="symbols">
  <t>cost constraints on the network,</t>
  <t>constraints posed by the nodes (for constrained-node networks),</t>
  <t>physical constraints (e.g., power constraints, environmental
constraints, media constraints
such as underwater operation, limited spectrum for very high
density, electromagnetic compatibility),</t>
  <t>regulatory constraints, such as very limited spectrum availability
(including limits on effective radiated power and duty cycle) or
explosion safety, and</t>
  <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>
</list></t>

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

    <t><list style="symbols">
      <t>not being able to offer end-to-end IP connectivity at all,</t>
      <t>exhibiting serious interruptions in end-to-end IP connectivity, or</t>
      <t>exhibiting delay well beyond the Maximum Segment Lifetime (MSL)
defined by TCP <xref target="RFC0793"/>.</t>
    </list></t>
  </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 two additional terms that are
in active use in the area of constrained-node networks, without an
intent to define them: LLN and (6)LoWPAN.</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
ROLL working group is
"Low-Power and Lossy Network (LLN)".  The ROLL (Routing Over Low-Power and
Lossy) terminology document <xref target="RFC7102"/> defines LLNs as follows:</t>

<ul empty="true"><li>
  <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>
</li></ul>

<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 construct directed acyclic graphs
that are medium-term stable for routing and 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"/>.</t>

<t>LLNs typically are 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"/>.</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 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>Before we get to that, let's first distinguish two big rough groups of
devices based on their CPU capabilities:</t>

<t><list style="symbols">
  <t>Microcontroller-class devices (sometimes called "M-class").
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 an MMU (memory management unit).  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.
Where this hardware is specialized for an application, we may talk
about "Systems on a Chip" (SOC).  These devices often implement
elaborate sleep modes to achieve microwatt- or at least
milliwatt-level sustained power usage (Ps, see below).</t>
  <t>General-purpose-class devices (sometimes called "A-class").  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, e.g. 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 "Systems on a
Chip" (SOC).  While these chips also include sleep modes, they are
usually more on the watt side of sustained power usage (Ps).</t>
</list></t>

<t>If the distinction between these groups needs to be made in this
document, we distinguish group "M" (microcontroller) from group "J"
(general purpose).</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:</t>

<texttable title="Classes of Constrained Devices (KiB = 1024 bytes)" anchor="devclasstbl">
      <ttcol align='left'>Group</ttcol>
      <ttcol width='20em' align='left'>Name</ttcol>
      <ttcol align='left'>data size (e.g., RAM)</ttcol>
      <ttcol align='left'>code size (e.g., Flash)</ttcol>
      <ttcol align='left'>Examples</ttcol>
      <c>M</c>
      <c>Class 0, C0</c>
      <c>&lt;&lt; 10 KiB</c>
      <c>&lt;&lt; 100 KiB</c>
      <c>ATtiny</c>
      <c>M</c>
      <c>Class 1, C1</c>
      <c>~ 10 KiB</c>
      <c>~ 100 KiB</c>
      <c>STM32F103CB</c>
      <c>M</c>
      <c>Class 2, C2</c>
      <c>~ 50 KiB</c>
      <c>~ 250 KiB</c>
      <c>STM32F103RC</c>
      <c>M</c>
      <c>Class 3, C3</c>
      <c>~ 100 KiB</c>
      <c>~ 500..1000 KiB</c>
      <c>STM32F103RG</c>
      <c>M</c>
      <c>Class 4, C4</c>
      <c>~ 300..1000 KiB</c>
      <c>~ 1000..2000 KiB</c>
      <c>"Luxury"</c>
      <c>J</c>
      <c>Class 10, C10</c>
      <c>4-8 MiB</c>
      <c>(?)</c>
      <c>OpenWRT routers</c>
      <c>J</c>
      <c>Class 15, C15</c>
      <c>0.5..1 GiB</c>
      <c>(lots)</c>
      <c>Raspberry PI</c>
      <c>J</c>
      <c>Class 16, C16</c>
      <c>1..4 GiB</c>
      <c>(lots)</c>
      <c>Smartphones</c>
      <c>J</c>
      <c>Class 17, C17</c>
      <c>4..32 GiB</c>
      <c>(lots)</c>
      <c>Laptops</c>
      <c>J</c>
      <c>Class 19, C19</c>
      <c>(lots)</c>
      <c>(lots)</c>
      <c>Servers</c>
</texttable>

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

<t>Class 0 devices are very constrained sensor-like motes.  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 be reconfigured rarely, 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 such as using 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 parsimonious 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 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, e.g., JavaScript interpreters, together with
elaborate 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="firmwaresoftware-upgradeability"><name>Firmware/Software upgradeability</name>

<t>Platforms may differ in their firmware or software upgradeability.
The below is a first attempt at classifying this.</t>

<texttable title="Levels of software update capabilities" anchor="upgtbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Firmware/Software upgradeability</ttcol>
      <c>F0</c>
      <c>no (discard for upgrade)</c>
      <c>F1</c>
      <c>replaceable, out of service during replacement, reboot</c>
      <c>F2</c>
      <c>patchable during operation, reboot required</c>
      <c>F3</c>
      <c>patchable during operation, restart not visible externally</c>
      <c>F9</c>
      <c>app-level upgradeability, no reboot required ("hitless")</c>
</texttable>

</section>
<section anchor="isolation-functionality"><name>Isolation functionality</name>

<t>TBD.  This section could discuss the ability of the platform to
isolate different components.  The categories below are not mutually
exclusive; we need to build relevant clusters.</t>

<texttable title="Levels of isolation capabilities" anchor="isoltbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Isolation functionality</ttcol>
      <c>Is0</c>
      <c>no isolation</c>
      <c>Is2</c>
      <c>MPU (memory protection unit), at least boundary registers</c>
      <c>Is5</c>
      <c>MMU with Linux-style kernel/user</c>
      <c>Is7</c>
      <c>Virtualization-style isolation</c>
      <c>Is8</c>
      <c>Secure enclave isolation</c>
</texttable>

</section>
<section anchor="shielded-secrets"><name>Shielded secrets</name>

<t>[Need to identify clusters]</t>

<t>Some platforms can keep shielded secrets (usually in conjunction with
secure enclave functionality).</t>

<texttable title="Levels of secret shielding capabilities" anchor="shieldtbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Secret shielding functionality</ttcol>
      <c>Sh0</c>
      <c>no secret shielding</c>
      <c>Sh1</c>
      <c>some secret shielding</c>
      <c>Sh9</c>
      <c>perfect secret shielding</c>
</texttable>

</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, we simply state, using
the International System of Units (SI units), an approximate value for one
or both of the quantities
listed in <xref target="scaletbl"/>:</t>

<texttable title="Quantities Relevant to Power and Energy" anchor="scaletbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Definition</ttcol>
      <ttcol align='left'>SI Unit</ttcol>
      <c>Ps</c>
      <c>Sustainable average power available for the device over the time it is functioning</c>
      <c>W (Watt)</c>
      <c>Et</c>
      <c>Total electrical energy available before the energy source is exhausted</c>
      <c>J (Joule)</c>
</texttable>

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

<t><xref target="enclasstbl"/> provides a summary of the classifications
described above.</t>

<texttable title="Classes of Energy Limitation" anchor="enclasstbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type of energy limitation</ttcol>
      <ttcol align='left'>Example Power Source</ttcol>
      <c>E0</c>
      <c>Event energy-limited</c>
      <c>Event-based harvesting</c>
      <c>E1</c>
      <c>Period energy-limited</c>
      <c>Battery that is periodically recharged or replaced</c>
      <c>E2</c>
      <c>Lifetime energy-limited</c>
      <c>Non-replaceable primary battery</c>
      <c>E9</c>
      <c>No direct quantitative limitations to available energy</c>
      <c>Mains-powered</c>
</texttable>

</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 extreme
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 reattachment may be acceptable.</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>

<texttable title="Strategies of Using Power for Communication" anchor="powclasstbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Strategy</ttcol>
      <ttcol align='left'>Ability to communicate</ttcol>
      <c>P0</c>
      <c>Normally-off</c>
      <c>Reattach when required</c>
      <c>P1</c>
      <c>Low-power</c>
      <c>Appears connected, perhaps with high latency</c>
      <c>P9</c>
      <c>Always-on</c>
      <c>Always connected</c>
</texttable>

<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>[This subsection is very drafty.]</t>

<t>Many applications for a device require it 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
power 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 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, e.g. 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
where 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, which 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.</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>

<texttable title="Strategies of Keeping Time over Power Events" anchor="timeclasstbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Uncertainty (roughly)</ttcol>
      <c>T0</c>
      <c>no concept of time</c>
      <c>infinite</c>
      <c>T1</c>
      <c>relative time while awake</c>
      <c>(usually high)</c>
      <c>T2</c>
      <c>relative time</c>
      <c>(usually high during sleep)</c>
      <c>T3</c>
      <c>relative time</c>
      <c>10<sup>-4</sup> or better</c>
      <c>T5</c>
      <c>absolute time (e.g., since boot)</c>
      <c>10<sup>-4</sup> or better</c>
      <c>T7</c>
      <c>wall-clock time</c>
      <c>10<sup>-4</sup> or better</c>
      <c>T8</c>
      <c>wall-clock time</c>
      <c>10<sup>-5</sup> or better</c>
      <c>T9</c>
      <c>wall-clock time</c>
      <c>10<sup>-6</sup> or better (TCXO)</c>
      <c>T10</c>
      <c>wall-clock time</c>
      <c>10<sup>-7</sup> or better (OCXO or Rb)</c>
</texttable>

<texttable title="Permanency of Keeping Time" anchor="timepermanencytbl">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Permanency (from type T5 upwards):</ttcol>
      <ttcol align='left'>Uncertainty</ttcol>
      <c>TP0</c>
      <c>time needs to be reset on certain occasions</c>
      <c>&#160;</c>
      <c>TP1</c>
      <c>time needs to be set during installation</c>
      <c>(possibly reduced...</c>
      <c>TP9</c>
      <c>reliable time is maintained during lifetime</c>
      <c>...by using external input)</c>
</texttable>

</section>
</section>
<section anchor="classes-of-networks"><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>We define the following classes of link layer MTU size:</t>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>L2 MTU size (bytes)</ttcol>
      <ttcol align='left'>6LoWPAN Fragmentation applicable*?</ttcol>
      <c>S0</c>
      <c>3 - 12</c>
      <c>need new kind of fragmentation</c>
      <c>S1</c>
      <c>13 - 127</c>
      <c>yes</c>
      <c>S2</c>
      <c>128 - 1279</c>
      <c>yes</c>
      <c>S3</c>
      <c>&gt;= 1280</c>
      <c>no fragmentation needed</c>
</texttable>

<t>* if no link layer fragmentation is available
(note: 'Sx' stands for 'Size x')</t>

<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 must be used
(e.g. <xref target="RFC8724"/>).</t>

<t>S1 and S2 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>S3 technologies do not require fragmentation to support the IPv6 MTU
requirement.</t>

</section>
<section anchor="class-of-internet-integration"><name>Class 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, <xref target="RFC7452"/>).  More general devices are prepared to
communicate with other nodes in the Internet as well.</t>

<t>We define the following classes of Internet technology level:</t>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Internet technology</ttcol>
      <c>I0</c>
      <c>none (local interconnect only)</c>
      <c>I1</c>
      <c>device-to-cloud only</c>
      <c>I9</c>
      <c>full Internet connectivity supported</c>
</texttable>

</section>
<section anchor="classes-of-physical-layer-bit-rate"><name>Classes of physical layer bit rate</name>

<t>[This section is a trial balloon.  We could also talk about
burst rate, sustained rate; bits/s, messages/s, ...]</t>

<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>We define the following classes of PHY bit rate:</t>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>PHY bit rate (bit/s)</ttcol>
      <ttcol align='left'>Comment</ttcol>
      <c>B0</c>
      <c>&lt; 10</c>
      <c>Transmission time of 150-byte frame &gt; MSL</c>
      <c>B1</c>
      <c>10 -- 10^3</c>
      <c>Unresponsiveness if human expects reaction to sent frame (frame size &gt; 62.5 byte)</c>
      <c>B2</c>
      <c>10^3 -- 10^6</c>
      <c>Responsiveness if human expects reaction to sent frame, but header compression still needed</c>
      <c>B3</c>
      <c>&gt; 10^6</c>
      <c>Header compression yields relatively low performance benefits</c>
</texttable>

<t>(note: 'Bx' stands for 'Bit rate x')</t>

<t>B0 technologies lead to very high transmission times, which may be close
to or even greater than the Maximum Segment Lifetime (MSL) assumed on
the Internet <xref target="RFC0793"/>.  Many Internet protocols and mechanisms will fail
when transmit times are greater than the MSL.  B0 technologies lead to a
frame transmission time greater than the MSL for a frame size greater
than 150 bytes.</t>

<t>B1 technologies offer transmission times which are lower than the 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 (e.g. <xref target="RFC6282"/>) 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="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 <xref target="I-D.ietf-lwig-tls-minimal"/>.
A wider view of security in constrained-node networks is provided in <xref target="RFC8576"/>.</t>

</section>


  </middle>

  <back>


    <references title='Informative References'>





<reference anchor='RFC7228' target='https://www.rfc-editor.org/info/rfc7228'>
<front>
<title>Terminology for Constrained-Node Networks</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='M. Ersue' initials='M.' surname='Ersue'><organization/></author>
<author fullname='A. Keranen' initials='A.' surname='Keranen'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc5905'>
<front>
<title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
<author fullname='D. Mills' initials='D.' surname='Mills'><organization/></author>
<author fullname='J. Martin' initials='J.' role='editor' surname='Martin'><organization/></author>
<author fullname='J. Burbank' initials='J.' surname='Burbank'><organization/></author>
<author fullname='W. Kasch' initials='W.' surname='Kasch'><organization/></author>
<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.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5905'/>
<seriesInfo name='DOI' value='10.17487/RFC5905'/>
</reference>



<reference anchor='RFC4944' target='https://www.rfc-editor.org/info/rfc4944'>
<front>
<title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
<author fullname='G. Montenegro' initials='G.' surname='Montenegro'><organization/></author>
<author fullname='N. Kushalnagar' initials='N.' surname='Kushalnagar'><organization/></author>
<author fullname='J. Hui' initials='J.' surname='Hui'><organization/></author>
<author fullname='D. Culler' initials='D.' surname='Culler'><organization/></author>
<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' target='https://www.rfc-editor.org/info/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'><organization/></author>
<author fullname='P. Thubert' initials='P.' surname='Thubert'><organization/></author>
<date month='September' year='2011'/>
<abstract><t>This document updates RFC 4944, &quot;Transmission of IPv6 Packets over IEEE 802.15.4 Networks&quot;.  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' target='https://www.rfc-editor.org/info/rfc8724'>
<front>
<title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
<author fullname='A. Minaburo' initials='A.' surname='Minaburo'><organization/></author>
<author fullname='L. Toutain' initials='L.' surname='Toutain'><organization/></author>
<author fullname='C. Gomez' initials='C.' surname='Gomez'><organization/></author>
<author fullname='D. Barthel' initials='D.' surname='Barthel'><organization/></author>
<author fullname='JC. Zuniga' initials='JC.' surname='Zuniga'><organization/></author>
<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='RFC7452' target='https://www.rfc-editor.org/info/rfc7452'>
<front>
<title>Architectural Considerations in Smart Object Networking</title>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<author fullname='J. Arkko' initials='J.' surname='Arkko'><organization/></author>
<author fullname='D. Thaler' initials='D.' surname='Thaler'><organization/></author>
<author fullname='D. McPherson' initials='D.' surname='McPherson'><organization/></author>
<date month='March' year='2015'/>
<abstract><t>The term &quot;Internet of Things&quot; (IoT) denotes a trend where a large number of embedded devices employ communication services offered by Internet protocols.  Many of these devices, often called &quot;smart                    objects&quot;, are not directly operated by humans but exist as components in buildings or vehicles, or are spread out in the environment. Following the theme &quot;Everything that can be connected will be                      connected&quot;, 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' target='https://www.rfc-editor.org/info/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'><organization/></author>
<author fullname='D. Kaspar' initials='D.' surname='Kaspar'><organization/></author>
<author fullname='C. Gomez' initials='C.' surname='Gomez'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<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>



<reference anchor='RFC0793' target='https://www.rfc-editor.org/info/rfc793'>
<front>
<title>Transmission Control Protocol</title>
<author fullname='J. Postel' initials='J.' surname='Postel'><organization/></author>
<date month='September' year='1981'/>
</front>
<seriesInfo name='STD' value='7'/>
<seriesInfo name='RFC' value='793'/>
<seriesInfo name='DOI' value='10.17487/RFC0793'/>
</reference>



<reference anchor='RFC4838' target='https://www.rfc-editor.org/info/rfc4838'>
<front>
<title>Delay-Tolerant Networking Architecture</title>
<author fullname='V. Cerf' initials='V.' surname='Cerf'><organization/></author>
<author fullname='S. Burleigh' initials='S.' surname='Burleigh'><organization/></author>
<author fullname='A. Hooke' initials='A.' surname='Hooke'><organization/></author>
<author fullname='L. Torgerson' initials='L.' surname='Torgerson'><organization/></author>
<author fullname='R. Durst' initials='R.' surname='Durst'><organization/></author>
<author fullname='K. Scott' initials='K.' surname='Scott'><organization/></author>
<author fullname='K. Fall' initials='K.' surname='Fall'><organization/></author>
<author fullname='H. Weiss' initials='H.' surname='Weiss'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc7102'>
<front>
<title>Terms Used in Routing for Low-Power and Lossy Networks</title>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<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' target='https://www.rfc-editor.org/info/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'><organization/></author>
<author fullname='M. Kim' initials='M.' role='editor' surname='Kim'><organization/></author>
<author fullname='K. Pister' initials='K.' surname='Pister'><organization/></author>
<author fullname='N. Dejean' initials='N.' surname='Dejean'><organization/></author>
<author fullname='D. Barthel' initials='D.' surname='Barthel'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc6550'>
<front>
<title>RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks</title>
<author fullname='T. Winter' initials='T.' role='editor' surname='Winter'><organization/></author>
<author fullname='P. Thubert' initials='P.' role='editor' surname='Thubert'><organization/></author>
<author fullname='A. Brandt' initials='A.' surname='Brandt'><organization/></author>
<author fullname='J. Hui' initials='J.' surname='Hui'><organization/></author>
<author fullname='R. Kelsey' initials='R.' surname='Kelsey'><organization/></author>
<author fullname='P. Levis' initials='P.' surname='Levis'><organization/></author>
<author fullname='K. Pister' initials='K.' surname='Pister'><organization/></author>
<author fullname='R. Struik' initials='R.' surname='Struik'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<author fullname='R. Alexander' initials='R.' surname='Alexander'><organization/></author>
<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' target='https://www.rfc-editor.org/info/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'><organization/></author>
<author fullname='G. Montenegro' initials='G.' surname='Montenegro'><organization/></author>
<author fullname='C. Schumacher' initials='C.' surname='Schumacher'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='K. Hartke' initials='K.' surname='Hartke'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc7668'>
<front>
<title>IPv6 over BLUETOOTH(R) Low Energy</title>
<author fullname='J. Nieminen' initials='J.' surname='Nieminen'><organization/></author>
<author fullname='T. Savolainen' initials='T.' surname='Savolainen'><organization/></author>
<author fullname='M. Isomaki' initials='M.' surname='Isomaki'><organization/></author>
<author fullname='B. Patil' initials='B.' surname='Patil'><organization/></author>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='C. Gomez' initials='C.' surname='Gomez'><organization/></author>
<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' target='https://www.rfc-editor.org/info/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'><organization/></author>
<author fullname='J. Petersen' initials='J.' role='editor' surname='Petersen'><organization/></author>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='M. Van de Logt' initials='M.' surname='Van de Logt'><organization/></author>
<author fullname='D. Barthel' initials='D.' surname='Barthel'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc7428'>
<front>
<title>Transmission of IPv6 Packets over ITU-T G.9959 Networks</title>
<author fullname='A. Brandt' initials='A.' surname='Brandt'><organization/></author>
<author fullname='J. Buron' initials='J.' surname='Buron'><organization/></author>
<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="IoT-2025" target="https://idc-cema.com/dwn/SF_177701/driving_the_digital_agenda_requires_strategic_architecture_rosen_idc.pdf">
  <front>
    <title>Driving the Digital Agenda Requires Strategic Architecture</title>
    <author initials="M." surname="Rosen" fullname="Mike Rosen">
      <organization></organization>
    </author>
    <author >
      <organization>IDC</organization>
    </author>
    <date year="2016" month="November" day="16"/>
  </front>
<annotation>Slide 11</annotation></reference>
<reference anchor="WEI" >
  <front>
    <title>6LoWPAN: the Wireless Embedded Internet</title>
    <author initials="Z." surname="Shelby" fullname="Zach Shelby">
      <organization></organization>
    </author>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization></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></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'>
	 </author>
      <author fullname='Jonathan Hui'>
	 </author>
      <author fullname='Sukrit Dasgupta'>
	 </author>
      <author fullname='Giyoung Yoon'>
	 </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&#39;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'/>
   <format target='https://www.ietf.org/archive/id/draft-hui-vasseur-roll-rpl-deployment-01.txt' type='TXT'/>
</reference>



<reference anchor='RFC7416' target='https://www.rfc-editor.org/info/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'><organization/></author>
<author fullname='R. Alexander' initials='R.' surname='Alexander'><organization/></author>
<author fullname='M. Dohler' initials='M.' surname='Dohler'><organization/></author>
<author fullname='V. Daza' initials='V.' surname='Daza'><organization/></author>
<author fullname='A. Lozano' initials='A.' surname='Lozano'><organization/></author>
<author fullname='M. Richardson' initials='M.' role='editor' surname='Richardson'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc7815'>
<front>
<title>Minimal Internet Key Exchange Version 2 (IKEv2) Initiator Implementation</title>
<author fullname='T. Kivinen' initials='T.' surname='Kivinen'><organization/></author>
<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&#39;s Guide to the (Datagram) Transport Layer Security Protocol for Smart Objects and Constrained Node Networks</title>
      <author fullname='Sandeep S. Kumar'>
	 </author>
      <author fullname='Sye Loong Keoh'>
	 </author>
      <author fullname='Hannes Tschofenig'>
	 </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'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-lwig-tls-minimal-01.txt' type='TXT'/>
</reference>



<reference anchor='RFC8576' target='https://www.rfc-editor.org/info/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'><organization/></author>
<author fullname='S. Kumar' initials='S.' surname='Kumar'><organization/></author>
<author fullname='M. Sethi' initials='M.' surname='Sethi'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc5826'>
<front>
<title>Home Automation Routing Requirements in Low-Power and Lossy Networks</title>
<author fullname='A. Brandt' initials='A.' surname='Brandt'><organization/></author>
<author fullname='J. Buron' initials='J.' surname='Buron'><organization/></author>
<author fullname='G. Porcu' initials='G.' surname='Porcu'><organization/></author>
<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='RFC8376' target='https://www.rfc-editor.org/info/rfc8376'>
<front>
<title>Low-Power Wide Area Network (LPWAN) Overview</title>
<author fullname='S. Farrell' initials='S.' role='editor' surname='Farrell'><organization/></author>
<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>


<section numbered="no" anchor="acknowledgements"><name>Acknowledgements</name>

<t>TBD</t>

</section>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

