<?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.17 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc toc="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-schc-architecture-00" category="info">

  <front>
    <title abbrev="LPWAN Architecture">LPWAN Static Context Header Compression (SCHC) Architecture</title>

    <author initials="A." surname="Pelov" fullname="Alexander Pelov">
      <organization>Acklio</organization>
      <address>
        <postal>
          <street>1137A avenue des Champs Blancs</street>
          <city>35510 Cesson-Sevigne Cedex</city>
          <country>France</country>
        </postal>
        <email>a@ackl.io</email>
      </address>
    </author>
    <author initials="P." surname="Thubert" fullname="Pascal Thubert">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>45 Allee des Ormes - BP1200</street>
          <city>06254 Mougins - Sophia Antipolis</city>
          <country>France</country>
        </postal>
        <email>pthubert@cisco.com</email>
      </address>
    </author>
    <author initials="A." surname="Minaburo" fullname="Ana Minaburo">
      <organization>Acklio</organization>
      <address>
        <postal>
          <street>1137A avenue des Champs Blancs</street>
          <city>35510 Cesson-Sevigne Cedex</city>
          <country>France</country>
        </postal>
        <email>ana@ackl.io</email>
      </address>
    </author>

    <date year="2023" month="March" day="29"/>

    <area>Internet</area>
    <workgroup>LPWAN Working Group</workgroup>
    

    <abstract>


<t>This document defines the LPWAN SCHC architecture.</t>



    </abstract>



  </front>

  <middle>


<section anchor="Introduction" title="Introduction">

<t>The IETF LPWAN WG defined the necessary operations to enable IPv6 over
selected Low-Power Wide Area Networking (LPWAN) radio technologies.
<xref target="rfc8376"/> presents an overview of those technologies.</t>

<t>The Static Context Header Compression (SCHC) <xref target="rfc8724"/> technology is the core
product of the IETF LPWAN working group and was the basis to form the SCHC
Working Group.
<xref target="rfc8724"/> defines a generic framework for header compression and fragmentation,
based on a static context that is pre-installed on the SCHC endpoints.</t>

<t>This document details the constitutive elements of a SCHC-based solution, and
how the solution can be deployed. It provides a general architecture for a SCHC
deployment, positioning the required specifications, describing the possible
deployment types, and indicating models whereby the rules can be distributed and
installed to enable reliable and scalable operations.</t>

<!--
# Requirements Language

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP┬á14 {{RFC2119}} {{RFC8174}} when, and only when, they
appear in all capitals, as shown here.

-->

</section>
<section anchor="lpwan-technologies-and-profiles" title="LPWAN Technologies and Profiles">

<t>Because LPWAN technologies <xref target="rfc8376"/> have strict yet distinct constraints,
e.g., in terms of maximum frame size, throughput, and/or directionality, a SCHC
instance must be profiled to adapt to the specific necessities of the technology
to which it is applied.</t>

<t>Appendix D. ÔÇ£SCHC ParametersÔÇØ of <xref target="rfc8724"/> lists the information that an LPWAN
technology-specific document must provide to profile SCHC for that technology.</t>

<t>As an example, <xref target="rfc9011"/> provides the SCHC profile for LoRaWAN networks.</t>

</section>
<section anchor="the-static-context-header-compression" title="The Static Context Header Compression">

<t><xref target="rfc8724">SCHC</xref> specifies an extreme compression capability based on a state
that must match on the compressor and decompressor side.
This state comprises a set of Compression/Decompression (C/D) rules.</t>

<t>The SCHC Parser analyzes incoming packets and creates a list of fields that it
matches against the compression rules.
The rule that matches best is used to compress the packet, and the rule
identifier (RuleID) is transmitted together with the compression residue to the decompressor.
Based on the RuleID and the residue, the decompressor can rebuild the original packet and forward it in its uncompressed form over the Internet.</t>

<t><xref target="rfc8724"/> also provides a Fragmentation/Reassembly (F/R) capability to cope
with the maximum and/or variable frame size of a Link, which is extremely constrained in the
case of an LPWAN network.</t>

<t>If a SCHC-compressed packet is too large to be sent in a single Link-Layer PDU,
the SCHC fragmentation can be applied on the compressed packet.
The process of SCHC fragmentation is similar to that of compression;
the fragmentation rules that are programmed for this Device are checked to find
the most appropriate one, regarding the SCHC packet size, the link error rate,
and the reliability level required by the application.</t>

<t>The ruleID allows to determine if it is a compression or
fragmentation rule.</t>

</section>
<section anchor="schc-applicability" title="SCHC Applicability">

<section anchor="lpwan-overview" title="LPWAN Overview">

</section>
<section anchor="compressing-serial-streams" title="Compressing Serial Streams">

<t><xref target="rfc8724"/> was defined to compress <xref target="rfc8200">IPv6</xref> and UDP;
but SCHC really is a generic compression and fragmentation technology.
As such, SCHC is agnostic to which
protocol it compresses and at which layer it is operated. The C/D peers may be
hosted by different entities for different layers, and the F/R operation may
also be performed between different parties, or different sub-layers in the same
stack, and/or managed by different organizations.</t>

<t>If a protocol or a layer requires additional capabilities, it is always possible
to document more specifically how to use SCHC in that context, or to specify
additional behaviours.
For instance, <xref target="rfc8824"/> extends the compression to CoAP <xref target="RFC7252"/> and
OSCORE <xref target="RFC8613"/>.</t>

</section>
<section anchor="example-goose-and-dlms" title="Example: Goose and DLMS">

</section>
</section>
<section anchor="schc-architecture" title="SCHC Architecture">

<section anchor="EndPoints" title="SCHC Endpoints">

<!--
[//]: # (to Eric's point, how do we ensure that both ends have the same rule set)
-->
<t>Section 3 of <xref target="rfc8724"/> depicts a typical network architecture for
an LPWAN network, simplified from that shown in <xref target="rfc8376"/> and reproduced in
<xref target="Fig-LPWANnetarch"/>.</t>

<figure title="Typical LPWAN Network Architecture" anchor="Fig-LPWANnetarch"><artwork><![CDATA[
 ()   ()   ()       |
  ()  () () ()     / \       +---------+
() () () () () () /   \======|    ^    |             +-----------+
 ()  ()   ()     |           | <--|--> |             |Application|
()  ()  ()  ()  / \==========|    v    |=============|   Server  |
  ()  ()  ()   /   \         +---------+             +-----------+
 Dev            RGWs             NGW                      App
]]></artwork></figure>

<t>Typically, an LPWAN network topology is star-oriented, which means that all
packets between the same source-destination pair follow the same path from/to a
central point. In that model, highly constrained Devices (Dev) exchange
information with LPWAN Application Servers (App) through a central Network
Gateway (NGW), which can be powered and is typically a lot less constrained than
the Devices.
Because Devices embed built-in applications, the traffic flows to be compressed
are known in advance and the location of the C/D and F/R functions
(e.g., at the Dev and NGW), and the associated rules, can be pre provisioned
 in the system before use.</t>

<t>The SCHC operation requires a shared sense of which SCHC Device is Uplink
(Dev to App) and which is Downlink (App to Dev), see <xref target="rfc8376"/>.
In a star deployment, the hub is always considered Uplink and the spokes are
Downlink. The expectation is that the hub and spoke derive knowledge of their
role from the network configuration and SCHC does not need to signal which is
hub thus Uplink vs. which is spoke thus Downlink. In other words, the link
direction is determined from extrinsic properties, and is not advertised in the
protocol.</t>

<t>Nevertheless, SCHC is very generic and its applicability is not limited to
star-oriented deployments and/or to use cases where applications are very static
and the state provisioned in advance.
In particular, a peer-to-peer (P2P) SCHC Instance (see <xref target="Instances"/>) may be set
up between peers of equivalent capabilities, and the link direction cannot be
inferred, either from the network topology nor from the device capability.</t>

<t>In that case, by convention, the device that initiates the connection that
sustains the SCHC Instance is considered as being Downlink, IOW it plays the
role of the Dev in <xref target="rfc8724"/>.</t>

<t>This convention can be reversed, e.g., by configuration,
but for proper SCHC operation, it is required that the method used ensures that
both ends are aware of their role, and then again this determination is based
on extrinsic properties.</t>

</section>
<section anchor="Instances" title="SCHC Instances">

<t><xref target="rfc8724"/> defines a protocol operation between a pair of peers. A session
called a SCHC Instance is established and SCHC maintains a state and timers
associated to that Instance.</t>

<t>When the SCHC Device is a highly constrained unit, there is typically only one
Instance for that Device, and all the traffic from and to the device is
exchanged with the same Network Gateway. All the traffic can thus be implicitly
associated with the single Instance that the device supports, and the Device
does not need to manipulate the concept. For that reason, SCHC avoids to signal
explicitly the Instance identification in its data packets.</t>

<t>The Network Gateway, on the other hand, maintains multiple Instances, one per
SCHC Device. The Instance is derived from the lower layer, typically the source
of an incoming SCHC packet. The Instance is used in particular to select from
the rule database the set of rules that apply to the SCHC Device, and the
current state of their exchange, e.g., timers and previous fragments.</t>

<t>This architecture generalizes the model to any kind of peers. In the case of
more capable devices, a SCHC Device may maintain more than one Instance with the
same peer, or a set of different peers.
Since SCHC does not signal the Instance in its packets, the information must be
derived from a lower layer point to point information.
For instance, the SCHC session can be associated one-to-one with a tunnel, a TLS
session, or a TCP or a PPP connection.</t>

<t>For instance, <xref target="I-D.thubert-schc-over-ppp"/> describes a type of deployment where
the C/D and/or F/R operations are performed between peers of equal capabilities
over a PPP <xref target="rfc2516"/> connection. SCHC over PPP illustrates that with SCHC,
the protocols that are compressed can be discovered dynamically and the
rules can be fetched on-demand by both parties from the same Uniform Resource
Name (URN) <xref target="rfc8141"/>, ensuring that the peers use the exact same set of rules.</t>

<figure title="PPP-based SCHC Deployment" anchor="Fig-PPPnetarch"><artwork><![CDATA[
    +----------+  Wi-Fi /   +----------+                ....
    |    IP    |  Ethernet  |    IP    |            ..          )
    |   Host   +-----/------+  Router  +----------(   Internet   )
    | SCHC C/D |  Serial    | SCHC C/D |            (         )
    +----------+            +----------+               ...
                <-- SCHC -->
                  over PPP
]]></artwork></figure>

<t>In that case, the SCHC Instance is derived from the PPP connection. This
means that there can be only one Instance per PPP connection, and that all the
flow and only the flow of that Instance is exchanged within the PPP connection.
As discussed in <xref target="EndPoints"/>, the Uplink direction is from the node that
initiated the PPP connection to the node that accepted it.</t>

</section>
<section anchor="layering-with-schc-instances" title="Layering with SCHC Instances">

<t><xref target="rfc8724"/> states that a SCHC instance needs the rules to process
C/D and F/R before the session starts, and that rules cannot be modified during
the session.</t>

<t>As represented figure <xref target="Fig-SCHCCOAP2"/>, the compression
of the IP and UDP headers may be operated by a network SCHC instance whereas the
end-to-end compression of the application payload happens between the Device and
the application. The compression of the application payload may be split in two
instances to deal with the encrypted portion of the application PDU. Fragmentation
applies before LPWAN transportation layer.</t>

<figure title="Different SCHC instances in a global system" anchor="Fig-SCHCCOAP2"><artwork><![CDATA[
         (Device)            (NGW)                              (App)

         +--------+                                           +--------+
  A S    |  CoAP  |                                           |  CoAP  |
  p C    |  inner |                                           |  inner |
  p H    +--------+                                           +--------+
  . C    |  SCHC  |                                           |  SCHC  |
         |  inner |   cryptographical boundary                |  inner |
 -._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._
  A S    |  CoAP  |                                           |  CoAP  |
  p C    |  outer |                                           |  outer |
  p H    +--------+                                           +--------+
  . C    |  SCHC  |                                           |  SCHC  |
         |  outer |   layer / functional boundary             |  outer |
 -._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._
  N      .  UDP   .                                           .  UDP   .
  e      ..........     ..................                    ..........
  t      .  IPv6  .     .      IPv6      .                    .  IPv6  .
  w S    ..........     ..................                    ..........
  o C    .SCHC/L3 .     . SCHC/L3.       .                    .        .
  r H    ..........     ..........       .                    .        .
  k C    .  LPWAN .     . LPWAN  .       .                    .        .
         ..........     ..................                    ..........
             ((((LPWAN))))             ------   Internet  ------
]]></artwork></figure>

<t>This document defines a generic architecture for SCHC that can be used at any of these levels.
The goal of the architectural document is to orchestrate the different protocols and data model
defined by the LPWAN working group to design an operational and interoperable
framework for allowing IP application over contrained networks.</t>

</section>
</section>
<section anchor="schc-data-model" title="SCHC Data Model">

<t>A SCHC instance, summarized in the <xref target="Fig-Glob-Arch1"/>, implies C/D and/or F/R present in both end and that both ends are provisioned with the same set of rules.</t>

<figure title="Summarized SCHC elements" anchor="Fig-Glob-Arch1"><artwork><![CDATA[
       (-------)                                (-------)
       ( Rules )                                ( Rules )
       (-------)                                (-------)
        . read                                   . read
        .                                        .
       +-------+                                +-------+
   <===| R & D |<===                        <===| C & F |<===
   ===>| C & F |===>                        ===>| R & D |===>
       +-------+
]]></artwork></figure>

<t>A common rule representation that expresses the SCHC rules in an interoperable
fashion is needed yo be able to provision end-points from different vendors
To that effect, <xref target="rfc9363"/> defines a rule representation using the
<xref target="rfc7950">YANG</xref> formalism.</t>

<t><xref target="rfc9363"/> defines an YANG data model to represent the rules. This enables the use of several protocols for rule management, such as NETCONF<xref target="RFC6241"/>, RESTCONF<xref target="RFC8040"/>, and CORECONF<xref target="I-D.ietf-core-comi"/>. NETCONF uses SSH, RESTCONF uses HTTPS, and CORECONF uses CoAP(s) as their respective transport layer protocols. The data is represented in XML under NETCONF, in JSON<xref target="RFC8259"/> under RESTCONF and in CBOR<xref target="RFC8949"/> under CORECONF.</t>

<figure title="Summerized SCHC elements" anchor="Fig-RM"><artwork><![CDATA[
                  create
       (-------)  read   +=======+ *
       ( rules )<------->|Rule   |<--|-------->
       (-------)  update |Manager|   NETCONF, RESTCONF or CORECONF
          . read  delete +=======+   request
          .
       +-------+
   <===| R & D |<===
   ===>| C & F |===>
       +-------+
]]></artwork></figure>

<t>The Rule Manager (RM) is in charge of handling data derived from the YANG Data
Model and apply changes to the rules database <xref target="Fig-RM"/>.</t>

<t>The RM is an Application using the Internet to exchange information, therefore:</t>

<t><list style="symbols">
  <t>for the network-level SCHC, the communication does not require routing. Each of the end-points having an RM and both RMs can be viewed on the same link, therefore wellknown Link Local addresses can be used to identify the Device and the core RM. L2 security MAY be deemed as sufficient, if it provides the necessary level of protection.</t>
  <t>for application-level SCHC, routing is involved and global IP addresses SHOULD be used. End-to-end encryption is RECOMMENDED.</t>
</list></t>

<t>Management messages can also be carried in the negotiation protocol as proposed in <xref target="I-D.thubert-schc-over-ppp"/>.
The RM traffic may be itself compressed by SCHC: if CORECONF protocol is used, <xref target="rfc8824"/> can be applied.</t>

</section>
<section anchor="schc-device-lifecycle" title="SCHC Device Lifecycle">
<t>In the context of LPWANs, the expectation is that SCHC rules are associated with a
physical device that is deployed in a network. This section describes the actions
taken to enable an automatic commissioning of the device in the network.</t>

<section anchor="device-development" title="Device Development">

<t>The expectation for the development cycle is that message formats are documented as a data model that is used to generate rules. Several models are possible:</t>

<t><list style="numbers">
  <t>In the application model, an interface definition language and binary communication protocol such as Apache Thrift is used, and the serialization code includes the SCHC operation. This model imposes that both ends are compiled with the generated structures and linked with generated code that represents the rule operation.</t>
  <t>In the device model, the rules are generated separately. Only the device-side code is linked with generated code. The Rules are published separately to be used by a generic SCHC engine that operates in a middle box such as a SCHC gateway.</t>
  <t>In the protocol model, both endpoint generate a packet format that is imposed by a protocol. In that case, the protocol itself is the source to generate the Rules. Both ends of the SCHC compression are operated in middle boxes, and special attention must be taken to ensure that they operate on the compatible Rule sets, basically the same major version of the same Rule Set.</t>
</list></t>

<t>Depending on the deployment, the tools thar generate the Rules should provide knobs to optimize the Rule set, e.g., more rules vs. larger residue.</t>

</section>
<section anchor="rules-publication" title="Rules Publication">

<t>In the device model and in the protocol model, at least one of the endpoints must obtain the rule set dynamically. The expectation is that the Rule Sets are published to a reachable repository and versionned (minor, major). Each rule set should have its own Uniform Resource Names (URN) <xref target="RFC8141"/> and a version.</t>

<t>The Rule Set should be authenticated to ensure that it is genuine, or obtained from a trusted app store.
A corrupted Rule Set may be used for multiple forms of attacks, more in <xref target="Security"/>.</t>

</section>
<section anchor="schc-device-deployment" title="SCHC Device Deployment">
<!--
[//]: # (how to provision the GW with the security and the rule set for the new device?)
-->

<t>The device and the network should mutually authenticate themselves. The autonomic approach <xref target="RFC8993"/> provides a model to achieve this at scale with zero touch, in networks where enough bandwidth and compute are available. In highly constrained networks, one touch is usually necessary to program keys in the devices.</t>

<t>The initial handshake between the SCHC endpoints should comprise a capability exchange whereby URN and the version of the rule set are obtained or compared. SCHC may not be used if both ends can not agree on an URN and a major version.  Manufacturer Usage Descriptions (MUD) <xref target="RFC8520"/> may be used for that purpose in the device model.</t>

<t>Upon the handshake, both ends can agree on a rule set, their role when the rules are asymmetrical, and fetch the rule set if necessary. Optionally, a node that fetwhed a rule set may inform the other end that it is reacy from transmission.</t>

</section>
<section anchor="schc-device-maintenance" title="SCHC Device Maintenance">

<t>URN update without device update (bug fix)
FUOTA =&gt; new URN =&gt; reprovisioning</t>

</section>
<section anchor="schc-device-decommissionning" title="SCHC Device Decommissionning">

<t>Signal from device/vendor/network admin</t>

</section>
</section>
<section anchor="Security" title="Security Considerations">

<t>SCHC is sensitive to the rules that could be abused to form arbitrary long
messages or as a form of attack against the C/D and/or F/R functions, say to
generate a buffer overflow and either modify the Device or crash it. It is
thus critical to ensure that the rules are distributed in a fashion that is
protected against tempering, e.g., encrypted and signed.</t>

<!--
[//]: # (Ben Kaduk comment on SCHC CoAP; compression may leak information ???)
[//]: # (Add text to say that this is not effective because not dictionary based)
-->

</section>
<section anchor="iana-consideration" title="IANA Consideration">

<t>This document has no request to IANA</t>

</section>
<section anchor="acknowledgements" title="Acknowledgements">

<t>The authors would like to thank (in alphabetic order):</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<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='rfc8824' target='https://www.rfc-editor.org/info/rfc8824'>
<front>
<title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
<author fullname='A. Minaburo' initials='A.' surname='Minaburo'><organization/></author>
<author fullname='L. Toutain' initials='L.' surname='Toutain'><organization/></author>
<author fullname='R. Andreasen' initials='R.' surname='Andreasen'><organization/></author>
<date month='June' year='2021'/>
<abstract><t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for Constrained Devices. SCHC uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework, and its application for IPv6/UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from IPv6 and UDP, since CoAP uses a flexible header with a variable number of options, themselves of variable length. The CoAP message format is asymmetric: the request messages have a header format different from the format in the response messages. This specification gives guidance on applying SCHC to flexible headers and how to leverage the asymmetry for more efficient compression Rules.</t></abstract>
</front>
<seriesInfo name='RFC' value='8824'/>
<seriesInfo name='DOI' value='10.17487/RFC8824'/>
</reference>



<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference anchor='rfc9011' target='https://www.rfc-editor.org/info/rfc9011'>
<front>
<title>Static Context Header Compression and Fragmentation (SCHC) over LoRaWAN</title>
<author fullname='O. Gimenez' initials='O.' role='editor' surname='Gimenez'><organization/></author>
<author fullname='I. Petrov' initials='I.' role='editor' surname='Petrov'><organization/></author>
<date month='April' year='2021'/>
<abstract><t>The Static Context Header Compression and fragmentation (SCHC) specification (RFC 8724) describes generic header compression and fragmentation techniques for Low-Power Wide Area Network (LPWAN) technologies. SCHC is a generic mechanism designed for great flexibility so that it can be adapted for any of the LPWAN technologies.</t><t>This document defines a profile of SCHC (RFC 8724) for use in LoRaWAN networks and provides elements such as efficient parameterization and modes of operation.</t></abstract>
</front>
<seriesInfo name='RFC' value='9011'/>
<seriesInfo name='DOI' value='10.17487/RFC9011'/>
</reference>



<reference anchor='RFC8141' target='https://www.rfc-editor.org/info/rfc8141'>
<front>
<title>Uniform Resource Names (URNs)</title>
<author fullname='P. Saint-Andre' initials='P.' surname='Saint-Andre'><organization/></author>
<author fullname='J. Klensin' initials='J.' surname='Klensin'><organization/></author>
<date month='April' year='2017'/>
<abstract><t>A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that is assigned under the &quot;urn&quot; URI scheme and a particular URN namespace, with the intent that the URN will be a persistent, location-independent resource identifier.  With regard to URN syntax, this document defines the canonical syntax for URNs (in a way that is consistent with URI syntax), specifies methods for determining URN-equivalence, and discusses URI conformance.  With regard to URN namespaces, this document specifies a method for defining a URN namespace and associating it with a namespace identifier, and it describes procedures for registering namespace identifiers with the Internet Assigned Numbers Authority (IANA).  This document obsoletes both RFCs 2141 and 3406.</t></abstract>
</front>
<seriesInfo name='RFC' value='8141'/>
<seriesInfo name='DOI' value='10.17487/RFC8141'/>
</reference>



<reference anchor='RFC8993' target='https://www.rfc-editor.org/info/rfc8993'>
<front>
<title>A Reference Model for Autonomic Networking</title>
<author fullname='M. Behringer' initials='M.' role='editor' surname='Behringer'><organization/></author>
<author fullname='B. Carpenter' initials='B.' surname='Carpenter'><organization/></author>
<author fullname='T. Eckert' initials='T.' surname='Eckert'><organization/></author>
<author fullname='L. Ciavaglia' initials='L.' surname='Ciavaglia'><organization/></author>
<author fullname='J. Nobre' initials='J.' surname='Nobre'><organization/></author>
<date month='May' year='2021'/>
<abstract><t>This document describes a reference model for Autonomic Networking for managed networks. It defines the behavior of an autonomic node, how the various elements in an autonomic context work together, and how autonomic services can use the infrastructure.</t></abstract>
</front>
<seriesInfo name='RFC' value='8993'/>
<seriesInfo name='DOI' value='10.17487/RFC8993'/>
</reference>



<reference anchor='RFC8520' target='https://www.rfc-editor.org/info/rfc8520'>
<front>
<title>Manufacturer Usage Description Specification</title>
<author fullname='E. Lear' initials='E.' surname='Lear'><organization/></author>
<author fullname='R. Droms' initials='R.' surname='Droms'><organization/></author>
<author fullname='D. Romascanu' initials='D.' surname='Romascanu'><organization/></author>
<date month='March' year='2019'/>
<abstract><t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs).  The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function.  The initial focus is on access control.  Later work can delve into other aspects.</t><t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t></abstract>
</front>
<seriesInfo name='RFC' value='8520'/>
<seriesInfo name='DOI' value='10.17487/RFC8520'/>
</reference>




    </references>

    <references title='Informative References'>





<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>



<reference anchor='rfc8200' target='https://www.rfc-editor.org/info/rfc8200'>
<front>
<title>Internet Protocol, Version 6 (IPv6) Specification</title>
<author fullname='S. Deering' initials='S.' surname='Deering'><organization/></author>
<author fullname='R. Hinden' initials='R.' surname='Hinden'><organization/></author>
<date month='July' year='2017'/>
<abstract><t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t></abstract>
</front>
<seriesInfo name='STD' value='86'/>
<seriesInfo name='RFC' value='8200'/>
<seriesInfo name='DOI' value='10.17487/RFC8200'/>
</reference>



<reference anchor='rfc7950' target='https://www.rfc-editor.org/info/rfc7950'>
<front>
<title>The YANG 1.1 Data Modeling Language</title>
<author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'><organization/></author>
<date month='August' year='2016'/>
<abstract><t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols.  This document describes the syntax and semantics of version 1.1 of the YANG language.  YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification.  There are a small number of backward incompatibilities from YANG version 1.  This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t></abstract>
</front>
<seriesInfo name='RFC' value='7950'/>
<seriesInfo name='DOI' value='10.17487/RFC7950'/>
</reference>



<reference anchor='rfc9363' target='https://www.rfc-editor.org/info/rfc9363'>
<front>
<title>A YANG Data Model for Static Context Header Compression (SCHC)</title>
<author fullname='A. Minaburo' initials='A.' surname='Minaburo'><organization/></author>
<author fullname='L. Toutain' initials='L.' surname='Toutain'><organization/></author>
<date month='March' year='2023'/>
<abstract><t>This document describes a YANG data model for the Static Context Header Compression (SCHC) compression and fragmentation Rules.</t><t>This document formalizes the description of the Rules for better interoperability between SCHC instances either to exchange a set of Rules or to modify the parameters of some Rules.</t></abstract>
</front>
<seriesInfo name='RFC' value='9363'/>
<seriesInfo name='DOI' value='10.17487/RFC9363'/>
</reference>


<reference anchor='I-D.thubert-schc-over-ppp' target='https://datatracker.ietf.org/doc/html/draft-thubert-schc-over-ppp-00'>
   <front>
      <title>SCHC over PPP</title>
      <author fullname='Pascal Thubert' initials='P.' surname='Thubert'>
         <organization>Cisco Systems, Inc</organization>
      </author>
      <date day='29' month='March' year='2023'/>
      <abstract>
	 <t>   This document extends RFC 5172 to signal the use of SCHC as the
   compression method between a pair of nodes over PPP.  Combined with
   RFC 2516, this enables the use of SCHC over Ethernet and Wi-Fi.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-thubert-schc-over-ppp-00'/>
   
</reference>


<reference anchor='I-D.ietf-core-comi' target='https://datatracker.ietf.org/doc/html/draft-ietf-core-comi-12'>
   <front>
      <title>CoAP Management Interface (CORECONF)</title>
      <author fullname='Michel Veillette' initials='M.' surname='Veillette'>
         <organization>Trilliant Networks Inc.</organization>
      </author>
      <author fullname='Peter Van der Stok' initials='P.' surname='Van der Stok'>
         <organization>consultant</organization>
      </author>
      <author fullname='Alexander Pelov' initials='A.' surname='Pelov'>
         <organization>Acklio</organization>
      </author>
      <author fullname='Andy Bierman' initials='A.' surname='Bierman'>
         <organization>YumaWorks</organization>
      </author>
      <author fullname='Carsten Bormann' initials='C.' surname='Bormann'>
         <organization>Universit├ñt Bremen TZI</organization>
      </author>
      <date day='13' month='March' year='2023'/>
      <abstract>
	 <t>   This document describes a network management interface for
   constrained devices and networks, called CoAP Management Interface
   (CORECONF).  The Constrained Application Protocol (CoAP) is used to
   access datastore and data node resources specified in YANG, or SMIv2
   converted to YANG.  CORECONF uses the YANG to CBOR mapping and
   converts YANG identifier strings to numeric identifiers for payload
   size reduction.  CORECONF extends the set of YANG based protocols,
   NETCONF and RESTCONF, with the capability to manage constrained
   devices and networks.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-core-comi-12'/>
   
</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='RFC8613' target='https://www.rfc-editor.org/info/rfc8613'>
<front>
<title>Object Security for Constrained RESTful Environments (OSCORE)</title>
<author fullname='G. Selander' initials='G.' surname='Selander'><organization/></author>
<author fullname='J. Mattsson' initials='J.' surname='Mattsson'><organization/></author>
<author fullname='F. Palombini' initials='F.' surname='Palombini'><organization/></author>
<author fullname='L. Seitz' initials='L.' surname='Seitz'><organization/></author>
<date month='July' year='2019'/>
<abstract><t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE).  OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t><t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration.  Therefore, this document updates RFC 7252.</t></abstract>
</front>
<seriesInfo name='RFC' value='8613'/>
<seriesInfo name='DOI' value='10.17487/RFC8613'/>
</reference>



<reference anchor='rfc2516' target='https://www.rfc-editor.org/info/rfc2516'>
<front>
<title>A Method for Transmitting PPP Over Ethernet (PPPoE)</title>
<author fullname='L. Mamakos' initials='L.' surname='Mamakos'><organization/></author>
<author fullname='K. Lidl' initials='K.' surname='Lidl'><organization/></author>
<author fullname='J. Evarts' initials='J.' surname='Evarts'><organization/></author>
<author fullname='D. Carrel' initials='D.' surname='Carrel'><organization/></author>
<author fullname='D. Simone' initials='D.' surname='Simone'><organization/></author>
<author fullname='R. Wheeler' initials='R.' surname='Wheeler'><organization/></author>
<date month='February' year='1999'/>
<abstract><t>This document describes how to build PPP sessions and encapsulate PPP packets over Ethernet. This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='2516'/>
<seriesInfo name='DOI' value='10.17487/RFC2516'/>
</reference>



<reference anchor='rfc8141' target='https://www.rfc-editor.org/info/rfc8141'>
<front>
<title>Uniform Resource Names (URNs)</title>
<author fullname='P. Saint-Andre' initials='P.' surname='Saint-Andre'><organization/></author>
<author fullname='J. Klensin' initials='J.' surname='Klensin'><organization/></author>
<date month='April' year='2017'/>
<abstract><t>A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that is assigned under the &quot;urn&quot; URI scheme and a particular URN namespace, with the intent that the URN will be a persistent, location-independent resource identifier.  With regard to URN syntax, this document defines the canonical syntax for URNs (in a way that is consistent with URI syntax), specifies methods for determining URN-equivalence, and discusses URI conformance.  With regard to URN namespaces, this document specifies a method for defining a URN namespace and associating it with a namespace identifier, and it describes procedures for registering namespace identifiers with the Internet Assigned Numbers Authority (IANA).  This document obsoletes both RFCs 2141 and 3406.</t></abstract>
</front>
<seriesInfo name='RFC' value='8141'/>
<seriesInfo name='DOI' value='10.17487/RFC8141'/>
</reference>



<reference anchor='RFC6241' target='https://www.rfc-editor.org/info/rfc6241'>
<front>
<title>Network Configuration Protocol (NETCONF)</title>
<author fullname='R. Enns' initials='R.' role='editor' surname='Enns'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'><organization/></author>
<author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'><organization/></author>
<author fullname='A. Bierman' initials='A.' role='editor' surname='Bierman'><organization/></author>
<date month='June' year='2011'/>
<abstract><t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices.  It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages.  The NETCONF protocol operations are realized as remote procedure calls (RPCs).  This document obsoletes RFC 4741.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6241'/>
<seriesInfo name='DOI' value='10.17487/RFC6241'/>
</reference>



<reference anchor='RFC8040' target='https://www.rfc-editor.org/info/rfc8040'>
<front>
<title>RESTCONF Protocol</title>
<author fullname='A. Bierman' initials='A.' surname='Bierman'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'><organization/></author>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<date month='January' year='2017'/>
<abstract><t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t></abstract>
</front>
<seriesInfo name='RFC' value='8040'/>
<seriesInfo name='DOI' value='10.17487/RFC8040'/>
</reference>



<reference anchor='RFC8259' target='https://www.rfc-editor.org/info/rfc8259'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author fullname='T. Bray' initials='T.' role='editor' surname='Bray'><organization/></author>
<date month='December' year='2017'/>
<abstract><t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t><t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t></abstract>
</front>
<seriesInfo name='STD' value='90'/>
<seriesInfo name='RFC' value='8259'/>
<seriesInfo name='DOI' value='10.17487/RFC8259'/>
</reference>



<reference anchor='RFC8949' target='https://www.rfc-editor.org/info/rfc8949'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='P. Hoffman' initials='P.' surname='Hoffman'><organization/></author>
<date month='December' year='2020'/>
<abstract><t>The Concise Binary Object Representation (CBOR) 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. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t><t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t></abstract>
</front>
<seriesInfo name='STD' value='94'/>
<seriesInfo name='RFC' value='8949'/>
<seriesInfo name='DOI' value='10.17487/RFC8949'/>
</reference>




    </references>




  </back>

<!-- ##markdown-source:
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

-->

</rfc>

