<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 3.2.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc strict="yes"?>
<?rfc compact="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-schc-architecture-02" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="SCHC Architecture">Static Context Header Compression (SCHC) Architecture</title>

    <author initials="A." surname="Pelov" fullname="Alexander Pelov">
      <organization>IMT Atlantique</organization>
      <address>
        <postal>
          <street>rue de la Chataigneraie</street>
          <city>35576 Cesson-Sevigne Cedex</city>
          <country>France</country>
        </postal>
        <email>alexander.pelov@imt-atlantique.fr</email>
      </address>
    </author>
    <author initials="P." surname="Thubert" fullname="Pascal Thubert">
      <organization></organization>
      <address>
        <postal>
          <city>06330 Roquefort les Pins</city>
          <country>France</country>
        </postal>
        <email>pascal.thubert@gmail.com</email>
      </address>
    </author>
    <author initials="A." surname="Minaburo" fullname="Ana Minaburo">
      <organization>Consultant</organization>
      <address>
        <postal>
          <city>35510 Cesson-Sevigne Cedex</city>
          <country>France</country>
        </postal>
        <email>anaminaburo@gmail.com</email>
      </address>
    </author>

    <date year="2024" month="April" day="10"/>

    <area>Internet</area>
    <workgroup>SCHC Working Group</workgroup>
    

    <abstract>


<?line 60?>

<t>This document defines the SCHC architecture.</t>



    </abstract>



  </front>

  <middle>


<?line 64?>

<section anchor="Introduction"><name>Introduction</name>

<!--- (compiled with:  "kdrfc schc-architecture.md" ) -->

<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>

</section>
<section anchor="requirements-language"><name>Requirements Language</name>

<t>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 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?></t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t><list style="symbols">
  <t>C/D. Compression and Decompression.</t>
  <t>Context. All the information related to the Rules for SCHC Header, Non-Compression, C/D and F/R and CORECONF_Management.</t>
  <t>FID. Field Identifiers, describing the name of the field in a protocol header.</t>
  <t>F/R. Fragmentation and Reassembly.</t>
  <t>Rule. A description of the header fields to performs compression/decompression, fragmentation/reassembly, SCHC Instances and CORECONF_Management.</t>
  <t>SCHC Entities. A host (Device, Application and Network Gateway) involved in the SCHC process.</t>
  <t>SCHC Instance. The different stages of SCHC in a host. Each instance will have its Set of Rules (SoR), based on the profile, the protocols, the device, the behaviour and a Set of Variables (SoV).</t>
  <t>SCHC Session. Provides the management of SCHC instances, the SoR of each instance and the dialog between hosts to keep the SCHC synchronization.</t>
  <t>SoR (Set of rules). Group of Rules used in a SCHC Instance. The set of rules contains Rules for different nature as compression, no compression, fragmentation, SCHC Instances and CORECONF management.</t>
  <t>SoV (Set of Variables). External information that needs to be known to identify the correct protocol, the session id, and the flow when there is one.</t>
  <t>Core SCHC. SCHC entity located upstream in the Network Gateway.</t>
  <t>Device SCHC. SCHC entity located downstream.</t>
</list></t>

</section>
<section anchor="building-blocks"><name>Building Blocks</name>
<t>This section specifies the principal blocks defined for building and using the SCHC architecture in any network topology and protocol.</t>

<section anchor="schc-stratum-plural-strata"><name>SCHC Stratum (plural: strata)</name>

<t>A SCHC Stratum is composed of a compressed SCHC Header (which may be fully implicit and thus elided) and a SCHC-compressed data that is used to uncompress a section of the packet.</t>

<t>A SCHC-compressed packet contains at least one stratum that is subject to compression and decompression by an associated SCHC Instance. The packet may be composed of multiple nested strata, where a given stratum is in fact the payload of the nesting stratum.</t>

<t>The SCHC stratum data is wrapped between an uncompressed header and a payload. The SCHC operation swaps the stratum data with the uncompressed section obtained from the SCHC packet residue.</t>

<t>The uncompressed header may be the result of a previous SCHC expansion. The payload may contain one or more other strata.</t>

<t>A SCHC stratum may carry the compressed PDU of one or more IP layers or sublayers, e.g., IP only, IP+UDP, CoAP, or OSCORE <xref target="rfc8824"/>.</t>

<t>The end points that handle the compression of a given stratum might differ for the same packet, meaning that the payload of a given stratum might be compressed/uncompressed by a different entity, possibly in a different node. It results that the degree of compression (the number of strata) for a given packet may vary as the packet progresses through the layers inside a node and then through the network.</t>

</section>
<section anchor="discriminator"><name>Discriminator</name>

<t>The key to determine how to decompress a SCHC header in a stratum is called a Discriminator.</t>

<t>The Discriminator is typically extrinsic to the stratum data.</t>

<t>It may be found in the packet context, e.g., the ID of the interface, VLAN, SSID, or PPP session on which the packet is received</t>

<t>It may also be received in the packet, natively or uncompressed from a nesting stratum, e.g.:
* A source and destination MAC or IP addresses of the packet carrying SCHC packets
* A source and destination port number of the transport layer carrying SCHC packets
* A next header field
* An MPLS label
* A TLS Association
* Any other kind of connection id.</t>

<t>The Discriminator enables to determine the SCHC Instance that is used to decompress the SCHC header, called a SCHC Header Instance.</t>

<t>Once uncompressed, the SCHC Header enables to determine the SCHC Instance, called a SCHC Packet Instance, that is used to restore the packet data that is compressed in the stratum.</t>

<!--
A SCHC Layer is a building block composed at least of a SCHC Packet Instance as described in the {{rfc8724}}. A SCHC Header Instance may be added, it controls the SCHC Layer. The SCHC Header Instance is used with different SCHC Packets Instances if they are defined in the same SCHC Layer.

Note that a SCHC Layer is different from an ISO layer {{Fig-SCHCSESSION}}. 
-->

</section>
<section anchor="schc-header-instance"><name>SCHC Header Instance</name>

<t>The SCHC Header Instance manages the SCHC Headers and provides the information and the selection of a SCHC Packet Instance.</t>

<t>The rules for that Instance might be such that all the fields in the SCHC Header are well-known, in which case the header is fully elided in the stratum data and recreated from the rules.</t>

<t>The rules might also leverage intrinsic data that is found in-line in the stratum data, in which case the first bits of the stratum data are effectively residue to the compression of the SCHC Header. 
Finally, the rules may leverage extrinsic data as the Discriminator does.</t>

<!--
A SCHC Header is mandatory in a stratum and can be free of charge for very constrained networks such as LPWAN. It allows the recognition of SCHC as the next header and can give the protocol that SCHC has compressed.
-->

<t><xref target="Fig-SCHCSESSION"/> illustrates the case where a given stratum may compress multiple protocols sessions, each corresponding to a different SCHC Packet Instance.</t>

<!--
shows the SCHC strata that needs to be introduced in the Architecture when SCHC is used to compress different protocols together or independently as {{rfc8824}} has described for CoAP. Notice that the parenthesis in the figure indicates a SCHC compression.
-->

<figure title="SCHC Instances for a stratum" anchor="Fig-SCHCSESSION"><artwork><![CDATA[
+---------------+---------------+---------------+  
| SCHC Packet   | SCHC Packet   | SCHC Packet   | S
| Instance ___  | Instance ___  | Instance ___  | C
|         [SoR] |         [SoR] |         [SoR] | H
|         [___] |         [___] |         [___] | C
|               |               |               |  
|               |               |               | L
+----inst_id1---+----inst_id2---+----inst_id3---+ A
.            SCHC Header Instance         ___   . Y
.                                        [SoR]  . E
.                                        [___]  . R
+...............................................+
               _____________^        
              /                    
            /
           +-- Discriminator: (SCHC HEADER)(SCHC PACKET)    

Each Packet Instance contains its own Set of Rules,
but share the same SCHC Header.  

]]></artwork></figure>

<section anchor="schc-header"><name>SCHC Header</name>

<t>SCHC Header carries information to allow the SCHC strata to work correctly. For example, it selects the correct Instance and checks the validity of the datagram.
There IS NOT always a RuleID if there is only one Rule for the SCHC Header, whose length is 0. The SCHC Header format is not fixed, and the SoR MUST have one or more Rules describing the formats. SCHC Header contains different fields.
For Instance, when the SCHC header may identify the next protocol in the stack, the format of the SCHC header takes the format as <xref target="Fig-SCHCHDR"/> shows.</t>

<figure title="Example of SCHC Header Format and the corresponding Rule" anchor="Fig-SCHCHDR"><artwork><![CDATA[
Non-compressed SCHC Header Format:
+- - - - - - +- - - - - - -+- - -+
| Session ID | Protocol ID | CRC |
+- - - - - - +- - - - - - -+- - -+

SCHC Header Compressed:
+- - - - -+- - - - - - - - - - +
| Rule ID | Compressed Residue |
+- - - - -+- - - - - - - - - - +

Rule uses to compressed the SCHC Header:
RuleID
+------------+--+---+--+-----+------+-----------+
|     FID    |FL|POS|DI| TV  |  MO  |     CDA   |
+------------+--+---+--+-----+------+-----------+
| SCHC.sesid |10| 1 |Bi|0x00 |MSB(7)| LSB       |
| SCHC.proto | 8| 1 |Bi|value|equal | not-sent  |
| SCHC.CRC   | 8| 1 |Bi|     |ignore| value-sent|
+------------+--+---+--+-----+------+-----------+


]]></artwork></figure>

<t>In this example the Rule defines:</t>

<t><list style="symbols">
  <t>A SessionID is 10 bits length and it is used to identify the SoR used for this instance of SCHC.</t>
  <t>A Protocol ID in 1-byte length giving the value send in the layer below the SCHC packet to identify the uncompressed protocol stack.</t>
  <t>And A CRC. The CRC field is 8 bits length and covers the SCHC header and the SCHC packet from error. When it is elided by the compression, the layer-4 checksum MUST be replaced by another validation sequence.</t>
</list></t>

</section>
</section>
<section anchor="Instances"><name>SCHC Packet Instance</name>
<t>SCHC Packet Instance is characterized by a particular SoR common with the corresponding distant entity.
The <xref target="rfc8724"/> defines a protocol operation between a pair of peers.
In a SCHC strata, several SCHC Instances may contain different SoR.</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 as a discriminator in the <xref target="Fig-SCHCSESSION"/>.
The Instance is used in particular to select the set of rules that apply to the SCHC Device, and the
current state of their exchange, e.g., timers and previous fragments.</t>

<section anchor="schc-packet"><name>SCHC Packet</name>
<t>The SCHC Packet is composed of a RuleID follows by the content described in the Rule.
The content may be a C/D packet, a F/R packet, a CORECONF_Management or a Non Compressed packet.
As defined in the <xref target="rfc8724"/>, the SCHC packet for C/D is composed of the Compressed Header followed by the payload from the original packet.
<xref target="Fig-SCHCPacket"/> shows the compressed header format that is composed of the RuledID and a Compressed Residue, which is the output of compressing a packet header with a Rule.</t>

<figure title="SCHC Packet" anchor="Fig-SCHCPacket"><artwork><![CDATA[
C/D Compressed Packet:

+------------+----------------------+
|   RuleID   | Compressed Residue   |
+------------+----------------------+

F/R Compressed Packet:

+------------+----------------------+-----
|   RuleID   | Fragmentation Header | Tiles
+------------+----------------------+-----

CORECONF_Management Compressed Packet:

+------------+----------------------+
|   RuleID   | Compressed Residue   |
+------------+----------------------+

]]></artwork></figure>

</section>
</section>
<section anchor="schc-profiles"><name>SCHC Profiles</name>
<t>A SCHC profile is the specification to adapt the use of SCHC with the necessities of the technology to which it is applied.
In the case of star topologies and because LPWAN technologies <xref target="rfc8376"/> have strict yet distinct constraints, e.g., in terms of maximum frame size, throughput, and directionality, also a SCHC instance and the fragmentation model with the parameters' values for its use.</t>

<t>Appendix D. "SCHC Parameters" of <xref target="rfc8724"/> lists the information that an LPWAN
technology-specific document must provide to profile SCHC fragmentation for that technology.</t>

<t>As an example, <xref target="rfc9011"/> provides the SCHC fragmentation profile for LoRaWAN networks.</t>

</section>
<section anchor="schc-operation"><name>SCHC Operation</name>
<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, i.e. 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 anchor="schc-rules"><name>SCHC Rules</name>
<t>SCHC Rules are a description of the header protocols fields, into a list of Field Descriptors. The <xref target="rfc8724"/> gives the format of the Rule description for C/D, F/R and non-compression. In the same manner the SCHC Header and SCHc CORECONF_Management will use the <xref target="rfc8724"/> field descriptors to compress the format information.</t>

<t>Each type of Rule is identified with a RuleID. There are different types of Rules: C/D, F/R, SCHC Header, CORECONF_Management and No Compression. Notice that each Rule type used an independent range of RuleID to identify its rules.</t>

<t>A Rule does not describe how the compressor parses a packet header. Rules only describe the behavior for each header field.</t>

<t>SCHC Action. ToDo</t>

</section>
<section anchor="sor-identification"><name>SoR identification</name>
<t>ToDo</t>

</section>
</section>
<section anchor="schc-management"><name>SCHC Management</name>
<t>RFC9363 writes that only the management can be done by the two entities of the instance, and other SoR cannot be manipulated.</t>

<t>Management rules are explicitly define in the SoR, see <xref target="Fig-SCHCManagement"/>. They are compression Rules for CORECONF messages to get or modify the SoR of the instance. The management can be limited with the <xref target="I-D.ietf-schc-access-control"/> access definition.</t>

<figure title="Inband Management" anchor="Fig-SCHCManagement"><artwork><![CDATA[
+-----------------+                 +-----------------+
|       ^         |                 |       ^         |
|  C/D  !  M ___  |                 |       !  M ___  |
|       +-->[SoR] |       ...       |       +-->[SoR] |
|       !   [___] |                 |       !   [___] |
|       !         |                 |       !         |
|      F/R        |                 |      F/R        |
+------ins_id1----+-----ins_idi-----+------ins_idn----+         
.                   C/D  !                       ___  .
.                        +--------------------->[SoR] .    
.                       F/R               M     [___] .
+.................. Discriminator ....................+



]]></artwork></figure>

<section anchor="schc-data-model"><name>SCHC Data Model</name>
<t>A SCHC instance, summarized in the <xref target="Fig-Glob-Arch1"/>, implies C/D and/or F/R and CORECONF_Management and SCHC Instances Rules present in both end and that both ends are provisioned with the same SoR.</t>

<figure title="Summarized SCHC elements" anchor="Fig-Glob-Arch1"><artwork><![CDATA[
        -----                                  -----
       [ SoR ]                                [ SoR ]
        -----                                  -----
          .                                      .
          .                                      .
          .                                      .
       +- M ---+                              +- M ---+
   <===| 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 to 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 a 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    +=======+   
       [ SoR ]<------->|Rule   |<-----+ NETCONF,
        -----  update  |Manager|      | RESTCONF or
                delete +=======+      | CORECONF
           +--------------------------+ request
           |
           v M
       +---+---+
   <===| 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 context and SoR of each SCHC Instance <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, for instace, the <xref target="I-D.ietf-schc-over-ppp"/> proposes a solution.
The RM traffic may be itself compressed by SCHC: if CORECONF protocol is used, <xref target="rfc8824"/> can be applied.</t>

</section>
</section>
</section>
<section anchor="schc-architecture"><name>SCHC Architecture</name>

<t>As described in <xref target="rfc8824"/>, SCHC feasibility enables combining several SCHC instances.
The <xref target="rfc8724"/> states that a SCHC instance needs the rules to process C/D and F/R before the session starts and that the SoR of the instance control layer cannot be modified. However, the rules may be updated in certain instances to improve the performance of C/D, F/R, or CORECONF_Management. The <xref target="I-D.ietf-schc-access-control"/> defines the possible modifications and who can modify, update, create and delete Rules or part of them in the instances' SoR.</t>

<t>As represented in <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 transmission 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 and SCHC working groups to design an operational and interoperable
framework for allowing IP application over constrained networks.</t>

<t>The <xref target="Fig-SCHCArchi"/> shows the protocol stack and the corresponding SCHC stratas enabling the compression of the different protocol headers.
The SCHC header eases the introduction of intermediary host in the end-to-end communication transparently.
All the SCHC headers are compressed and in some cases are elided, for example for LPWAN networks. The layers using encryption does not have a SCHC header in the middle because they are the same entity.
<xref target="Fig-SCHCArchiEx"/> shows an example of an IP/UDP/CoAP in an LPWAN network.</t>

<figure title="SCHC Architecture" anchor="Fig-SCHCArchi"><artwork><![CDATA[
DEV                                 NGW              APP

{[(Encrypted Application Layer)]} . . . . . . . . {[(EAL)]}
(Application Layer Protocol) . . . . . . . . . . .({[ALP]})
(SCHC) . . . . . . . . . . . . . . . . . . . . . ({[SCHC]})
{[(Encrypted Security Layer)]} . . . . . . . . . .{[(ESL)]}
{(Security Layer Protocol)}. . . . . . . . . . . . .{(SLP)}
{(SCHC)} . . . . . . . . . . . . . . . . . . . . . {(SCHC)}
(Transport Layer Protocol). . . (TLP) TLP . . . . . .TLP
{(SCHC)} . . . . . . . . . . {(SCHC)}
(Internet Layer Protocol) . . . (IP)  IP . . . . . . IP
(SCHC). . . . . . . . . . . . .(SCHC)  
Network Layer Protocol . . . . . . . . . . . . . . . NLP

Where: {} Optional; [] Encrypted; () Compressed.

]]></artwork></figure>

<t>In <xref target="Fig-SCHCArchi"/>,  each line represents a layer or a stratum, parentheses surround a
   compressed header, and if it is optional, it has curly brackets.  All
   the SCHC strata are compressed.  Square brackets represent the
   encrypted data; if the encryption is optional, curly brackets precede
   the square brackets.</t>

<!--
Intermediary Routers or gateways may know only one layer's SoR and forward the rest of the compressed packet to the next hub.
-->

<t><xref target="Fig-SCHCArchiEx"/> represents the stack of SCHC instances that operate over 3 strata, one for OSCORE, one for CoAP, and one for IP and UDP.</t>

<figure title="SCHC Strata Example" anchor="Fig-SCHCArchiEx"><artwork><![CDATA[
      
   +--------------------------OSCORE-------------------------+
   | +-----------------+                 +-----------------+ |
   | |       ^         |                 |       ^         | |
   | |  C/D  !  M ___  |                 |       !  M ___  | |
S  | |       +-->[SoR] |       ...       |       +-->[SoR] | |
C  | |       !   [___] |                 |       !   [___] | |
H  | |       !         |                 |       !         | |
C  | |      F/R        |                 |      F/R        | |
   | +------ins_id1----+-----ins_idi-----+------ins_idn----+ |         
   | |                   C/D  !  (OSCORE)             ___  | |
   | |                        +--------------------->[SoR] | |    
   | |                       F/R               M     [___] | | 
   +------- Discriminator: IP:A->B/UDP, prot = OSCORE--------+
                    
         
          IP/UDP,port=CoAP  CoAP  ( ) (OSCORE)  
             ^                _____^     ^
             |               /           |
             |      (SCHC Header)( SCHC-compressed data)
          |          
   +-------- | ---------------CoAP---------------------------+
   | +-----------------+                 +-----------------+ |
   | |       ^         |                 |       ^         | |
   | |  C/D  !  M ___  |                 |       !  M ___  | |
S  | |       +-->[SoR] |       ...       |       +-->[SoR] | |
C  | |       !   [___] |                 |       !   [___] | |
H  | |       !         |                 |       !         | |
C  | |      F/R        |                 |      F/R        | |
   | +------ins_id1----+-----ins_idi-----+------ins_idn----+ |         
   | |                   C/D  !  (CoAP)               ___  | |
   | |                        +--------------------->[SoR] | |    
   | |                       F/R               M     [___] | |
   +------- Discriminator: IP:A->B/UDP port=SCHC  -----------+
                    
               
          IP/UDP   ( ) (CoAP)   PAYLOAD2 
             ^      ^     ^_____________
             |      |                   \
             |      +-(SCHC Header)( SCHC-compressed data)
          |          
   +-------- | --------------IP/UDP--------------------------+
   | +------ | --------+                 +-----------------+ |
   | |       |         |                 |       ^         | |
   | |  C/D  !  M ___  |                 |       !  M ___  | |
S  | |       +-->[SoR] |       ...       |       +-->[SoR] | |
C  | |       !   [___] |                 |       !   [___] | |
H  | |       !         |                 |       !         | |
C  | |      F/R        |                 |      F/R        | |
   | +------ins_id1----+-----ins_idi-----+------ins_idn----+ |         
   | |                   C/D  !  (IP/UDP)                  | |
   | |                        +--------------------->[SoR] | |    
   | |                       F/R               M     [___] | |
   +-+-----------Discriminator: interface ID        -------+-+
N      ______________^  
E     /
T    |    ( ) (IP/UDP)    PAYLOAD1
W    |     ^    ^_______
     |     |            \
     +-(SCHC Header)( SCHC-compressed data)


]]></artwork></figure>

</section>
<section anchor="the-static-context-header-compression"><name>The Static Context Header Compression</name>

<t><xref target="rfc8724">SCHC</xref> specifies an extreme compression capability based on a description
that must match on the compressor and decompressor side.
This description 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 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.
When no Rule matches the header, the No Compression Rule is used.
When several Rules match the header the implementation must choose one.
How it is done or based on which parameters is out of the scope of this document. SCHC compresses datagrams and there is no notion of flows.</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 or any other type of Rule.</t>

<section anchor="schc-over-network-technologies"><name>SCHC over Network Technologies</name>

<t>SCHC can be used in multiple environments and multiple protocols.
It was designed by default to work on native MAC frames with LPWAN technologies such as LoRaWAN<xref target="rfc9011"/>, IEEE std 802.15.4 <xref target="I-D.ietf-6lo-schc-15dot4"/>, and SigFox<xref target="rfc9442"/>.</t>

<t>To operate SCHC over Ethernet, IPv6, and UDP, the definition of, respectively, an Ethertype, an IP Protocol Number, and a UDP Port Number are necessary, more in <xref target="I-D.ietf-intarea-schc-protocol-numbers"/>. In either case, there's a need for a SCHC header that is sufficient to identify the SCHC peers (endpoints) and their role (device vs. app), as well as the session between those peers that the packet pertains to.</t>

<t>In either of the above cases, the expectation is that the SCHC header is transferred in a compressed form. This implies that the rules to uncompress the header are well known and separate from the rules that are used to uncompress the SCHC payload. The expectation is that for each stratum, the format of the SCHC header and the compression rules are well known, with enough information to identify the session at that stratum, but there is no expectation that they are the same across strata.</t>

<section anchor="schc-over-ppp"><name>SCHC over PPP</name>

<t>The LPWAN architecture (<xref target="Fig-LPWANnetarch"/>) 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 instance control 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.ietf-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 using CORECONF messages Rules, 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="schc-over-ethernet"><name>SCHC over Ethernet</name>
<t>Before the SCHC compression takes place, the SCHC header showed in the <xref target="Fig-SCHC_hdr"/>, is virtually inserted before the real protocol header and data that are compressed in the session, e.g. a IPv6 in this figure.</t>

<figure title="SCHC over Ethernet" anchor="Fig-SCHC_hdr"><artwork><![CDATA[
                                       |---- SCHC PACKET ----|
 +------------------+------------------+---------+-----------+
 | IEEE 802 Header  | SCHC Header      | Rule ID | Compressed|
 | Ethertype = SCHC | Ethertype = IPv6 |         | Residue   |
 +------------------+------------------+---------+-----------+
                     <-
                       SCHC overhead
                                     ->
]]></artwork></figure>

</section>
<section anchor="schc-over-ipv6"><name>SCHC over IPv6</name>
<t>In the case of IPv6, the expectation is that the Upper Layer Protocol (ULP) checksum can be elided in the SCHC compression of the ULP,
because the SCHC header may have its own checksum that protects both the SCHC header and the whole ULP, header and payload.</t>

<t>The SCHC Header between IPv6 and the ULP is not needed because of the Next Header field on the IPv6 header format.
<!--
[//]: IP has Next Hdr and does not need SCHC header. My question is do we C/D this 2 layer at the same time or not?  
--></t>

<figure title="SCHC over IPv6" anchor="Fig-SCHC_hdr1"><artwork><![CDATA[
                             |---- SCHC Packet -----|
 +-------------+-------------+---------+------------+
 | IPv6 Header | SCHC Header | Rule ID | Compressed |
 |  NH=SCHC    | NH = ULP    |         | Residue    |
 +-------------+-------------+---------+------------+
                <-
                SCHC overhead
                           ->
]]></artwork></figure>

<!--
[//]: Update this figure after discussion  
-->

<t>In the air, both the SCHC header and the ULP are compressed.
The session endpoints are typically identified by the source and destination IP addresses. If the roles are well-known, then the endpoint information can be elided and deduced from the IP header.
If there is only one session, it can be elided as well, otherwise a rule and residue are needed to extract the session ID.</t>

</section>
<section anchor="schc-over-udp"><name>SCHC over UDP</name>
<t>When SCHC operates over the Internet, middleboxes may block packets with a next header that is SCHC. To avoid that issue, it would be desirable to prepend a UDP header before the SCHC header as shown in figure <xref target="Fig-SCHC_hdr2"/>.</t>

<figure title="SCHC over UDP" anchor="Fig-SCHC_hdr2"><artwork><![CDATA[
                                           |---- SCHC Packet -----|
 +-------------+-------------+-------------+---------+------------+
 | IPv6 Header | UDP Header  | SCHC Header | Rule ID | Compressed |
 |  NH=UDP     | Port = SCHC | NH = ULP    |         | Residue    |
 +-------------+-------------+-------------+---------+------------+
                <-
                       SCHC overhead
                                          ->
~
]]></artwork></figure>

<t>In that case, the destination port can indicate SCHC as in an header chain, and the source port can indicate the SCHC session in which case it can be elided in the compressed form of the SCHC header.
The UDP checksum protects both the SCHC header and the whole ULP, so the SCHC and the ULP checksums can both be elided.
In other words, in the SCHC over UDP case, the SCHC header can be fully elided, but the packet must carry the overhead of a full UDP header.
<!--
[//]: Update this part after discussion. I'm not sure we have discussed in this way.   
--></t>

</section>
</section>
</section>
<section anchor="EndPoints"><name>SCHC Endpoints for LPWAN Networks</name>

<!--
[//]: # (to Eric's point, how do we ensure that both ends have the same SoR)
-->
<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>

<section anchor="schc-device-lifecycle"><name>SCHC Device Lifecycle</name>
<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"><name>Device Development</name>

<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 parser 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 SoR, basically the same major version of the same SoR.</t>
</list></t>

<t>Depending on the deployment, the tools that generate the Rules should provide knobs to optimize the SoR, e.g., more rules vs. larger residue.</t>

</section>
<section anchor="rules-publication"><name>Rules Publication</name>

<t>In the device model and in the protocol model, at least one of the endpoints must obtain the SoR dynamically. The expectation is that the SoR are published to a reachable repository and versionned (minor, major). Each SoR should have its own Uniform Resource Names (URN) <xref target="RFC8141"/> and a version.</t>

<t>The SoR should be authenticated to ensure that it is genuine, or obtained from a trusted app store.
A corrupted SoR may be used for multiple forms of attacks, more in <xref target="Security"/>.</t>

</section>
<section anchor="schc-device-deployment"><name>SCHC Device Deployment</name>
<!--
[//]: # (how to provision the GW with the security and the sortrefs 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 SoR are obtained or compared.
SCHC may not be used if both ends can not agree on an URN and a major version.<br />
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 SoR, their role when the rules are asymmetrical, and fetch the SoR if necessary. Optionally, a node that fetched a SoR may inform the other end that it is reacy from transmission.</t>

</section>
<section anchor="schc-device-maintenance"><name>SCHC Device Maintenance</name>

<t>URN update without device update (bug fix)
FUOTA =&gt; new URN =&gt; reprovisioning</t>

</section>
<section anchor="schc-device-decommissionning"><name>SCHC Device Decommissionning</name>

<t>Signal from device/vendor/network admin</t>

</section>
</section>
</section>
<section anchor="Security"><name>Security Considerations</name>

<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"><name>IANA Consideration</name>

<t>This document has no request to IANA</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>The authors would like to thank (in alphabetic order): Laurent Toutain</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor="rfc8724">
  <front>
    <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
    <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
    <author fullname="L. Toutain" initials="L." surname="Toutain"/>
    <author fullname="C. Gomez" initials="C." surname="Gomez"/>
    <author fullname="D. Barthel" initials="D." surname="Barthel"/>
    <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
    <date month="April" year="2020"/>
    <abstract>
      <t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t>
      <t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t>
      <t>This document also specifies an optional fragmentation and reassembly mechanism. It can be used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the Layer 2 maximum payload size.</t>
      <t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8724"/>
  <seriesInfo name="DOI" value="10.17487/RFC8724"/>
</reference>

<reference anchor="rfc8824">
  <front>
    <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
    <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
    <author fullname="L. Toutain" initials="L." surname="Toutain"/>
    <author fullname="R. Andreasen" initials="R." surname="Andreasen"/>
    <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">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <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">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <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="RFC8141">
  <front>
    <title>Uniform Resource Names (URNs)</title>
    <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
    <author fullname="J. Klensin" initials="J." surname="Klensin"/>
    <date month="April" year="2017"/>
    <abstract>
      <t>A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that is assigned under the "urn" 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>




    </references>

    <references title='Informative References'>



<reference anchor="rfc8376">
  <front>
    <title>Low-Power Wide Area Network (LPWAN) Overview</title>
    <author fullname="S. Farrell" initials="S." role="editor" surname="Farrell"/>
    <date month="May" year="2018"/>
    <abstract>
      <t>Low-Power Wide Area Networks (LPWANs) are wireless technologies with characteristics such as large coverage areas, low bandwidth, possibly very small packet and application-layer data sizes, and long battery life operation. This memo is an informational overview of the set of LPWAN technologies being considered in the IETF and of the gaps that exist between the needs of those technologies and the goal of running IP in LPWANs.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8376"/>
  <seriesInfo name="DOI" value="10.17487/RFC8376"/>
</reference>

<reference anchor="rfc8200">
  <front>
    <title>Internet Protocol, Version 6 (IPv6) Specification</title>
    <author fullname="S. Deering" initials="S." surname="Deering"/>
    <author fullname="R. Hinden" initials="R." surname="Hinden"/>
    <date month="July" year="2017"/>
    <abstract>
      <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="86"/>
  <seriesInfo name="RFC" value="8200"/>
  <seriesInfo name="DOI" value="10.17487/RFC8200"/>
</reference>

<reference anchor="rfc7950">
  <front>
    <title>The YANG 1.1 Data Modeling Language</title>
    <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
    <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="rfc9011">
  <front>
    <title>Static Context Header Compression and Fragmentation (SCHC) over LoRaWAN</title>
    <author fullname="O. Gimenez" initials="O." role="editor" surname="Gimenez"/>
    <author fullname="I. Petrov" initials="I." role="editor" surname="Petrov"/>
    <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="rfc9363">
  <front>
    <title>A YANG Data Model for Static Context Header Compression (SCHC)</title>
    <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
    <author fullname="L. Toutain" initials="L." surname="Toutain"/>
    <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="rfc9442">
  <front>
    <title>Static Context Header Compression (SCHC) over Sigfox Low-Power Wide Area Network (LPWAN)</title>
    <author fullname="J. Zúñiga" initials="J." surname="Zúñiga"/>
    <author fullname="C. Gomez" initials="C." surname="Gomez"/>
    <author fullname="S. Aguilar" initials="S." surname="Aguilar"/>
    <author fullname="L. Toutain" initials="L." surname="Toutain"/>
    <author fullname="S. Céspedes" initials="S." surname="Céspedes"/>
    <author fullname="D. Wistuba" initials="D." surname="Wistuba"/>
    <author fullname="J. Boite" initials="J." surname="Boite"/>
    <date month="July" year="2023"/>
    <abstract>
      <t>The Static Context Header Compression (SCHC) and fragmentation specification (RFC 8724) describes a generic framework for application header compression and fragmentation modes designed for Low-Power Wide Area Network (LPWAN) technologies. This document defines a profile of SCHC over Sigfox LPWAN and provides optimal parameter values and modes of operation.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9442"/>
  <seriesInfo name="DOI" value="10.17487/RFC9442"/>
</reference>

<reference anchor="rfc2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <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">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <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="I-D.ietf-schc-over-ppp">
   <front>
      <title>SCHC over PPP</title>
      <author fullname="Pascal Thubert" initials="P." surname="Thubert">
         <organization>Cisco Systems, Inc</organization>
      </author>
      <date day="25" month="July" 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-ietf-schc-over-ppp-00"/>
   
</reference>


<reference anchor="I-D.ietf-core-comi">
   <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>IMT Atlantique</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="4" month="March" year="2024"/>
      <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-17"/>
   
</reference>


<reference anchor="I-D.ietf-6lo-schc-15dot4">
   <front>
      <title>Transmission of SCHC-compressed packets over IEEE 802.15.4 networks</title>
      <author fullname="Carles Gomez" initials="C." surname="Gomez">
         <organization>UPC</organization>
      </author>
      <author fullname="Ana Minaburo" initials="A." surname="Minaburo">
         <organization>Consultant</organization>
      </author>
      <date day="28" month="February" year="2024"/>
      <abstract>
	 <t>   A framework called Static Context Header Compression and
   fragmentation (SCHC) has been designed with the primary goal of
   supporting IPv6 over Low Power Wide Area Network (LPWAN) technologies
   [RFC8724].  One of the SCHC components is a header compression
   mechanism.  If used properly, SCHC header compression allows a
   greater compression ratio than that achievable with traditional
   6LoWPAN header compression [RFC6282].  For this reason, it may make
   sense to use SCHC header compression in some 6LoWPAN environments,
   including IEEE 802.15.4 networks.  This document specifies how a
   SCHC-compressed packet can be carried over IEEE 802.15.4 networks.
   The document also enables the transmission of SCHC-compressed UDP/
   CoAP headers over 6LoWPAN-compressed IPv6 packets.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-6lo-schc-15dot4-05"/>
   
</reference>


<reference anchor="I-D.ietf-intarea-schc-protocol-numbers">
   <front>
      <title>Protocol Numbers for SCHC</title>
      <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
         <organization>HTT Consulting</organization>
      </author>
      <author fullname="Stuart W. Card" initials="S. W." surname="Card">
         <organization>AX Enterprize, LLC</organization>
      </author>
      <author fullname="Adam Wiethuechter" initials="A." surname="Wiethuechter">
         <organization>AX Enterprize, LLC</organization>
      </author>
      <author fullname="Pascal Thubert" initials="P." surname="Thubert">
         <organization>Cisco Systems, Inc</organization>
      </author>
      <date day="8" month="April" year="2024"/>
      <abstract>
	 <t>   This document requests an Internet Protocol Number, an Ethertype, and
   UDP port assignment for SCHC.  The Internet Protocol Number request
   is so that SCHC can be used for IP independent SCHC of other
   transports such as UDP and ESP.  The Ethertype is to support generic
   use of native SCHC over any IEEE 802 technology for IP and non-IP
   protocols.  The UDP port request is to support End-to-End SCHC
   through potentially blocking firewalls.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-intarea-schc-protocol-numbers-02"/>
   
</reference>


<reference anchor="I-D.ietf-schc-access-control">
   <front>
      <title>SCHC Access Control</title>
      <author fullname="Ana Minaburo" initials="A." surname="Minaburo">
         <organization>Consultant</organization>
      </author>
      <author fullname="Laurent Toutain" initials="L." surname="Toutain">
         <organization>Institut MINES TELECOM; IMT Atlantique</organization>
      </author>
      <author fullname="Ivan Martinez" initials="I." surname="Martinez">
         <organization>Nokia Bell Labs</organization>
      </author>
      <date day="13" month="December" year="2023"/>
      <abstract>
	 <t>   The framework for SCHC defines an abstract view of the rules,
   formalized through a YANG Data Model.  In its original description,
   rules are static and shared by two endpoints.  This document defines
   defines augmentation to the existing Data Model in order to restrict
   the changes in the rule and, therefore, the impact of possible
   attacks.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-schc-access-control-00"/>
   
</reference>

<reference anchor="RFC6241">
  <front>
    <title>Network Configuration Protocol (NETCONF)</title>
    <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
    <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
    <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
    <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
    <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">
  <front>
    <title>RESTCONF Protocol</title>
    <author fullname="A. Bierman" initials="A." surname="Bierman"/>
    <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
    <author fullname="K. Watsen" initials="K." surname="Watsen"/>
    <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">
  <front>
    <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
    <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
    <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">
  <front>
    <title>Concise Binary Object Representation (CBOR)</title>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <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>

<reference anchor="rfc2516">
  <front>
    <title>A Method for Transmitting PPP Over Ethernet (PPPoE)</title>
    <author fullname="L. Mamakos" initials="L." surname="Mamakos"/>
    <author fullname="K. Lidl" initials="K." surname="Lidl"/>
    <author fullname="J. Evarts" initials="J." surname="Evarts"/>
    <author fullname="D. Carrel" initials="D." surname="Carrel"/>
    <author fullname="D. Simone" initials="D." surname="Simone"/>
    <author fullname="R. Wheeler" initials="R." surname="Wheeler"/>
    <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="RFC8993">
  <front>
    <title>A Reference Model for Autonomic Networking</title>
    <author fullname="M. Behringer" initials="M." role="editor" surname="Behringer"/>
    <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
    <author fullname="T. Eckert" initials="T." surname="Eckert"/>
    <author fullname="L. Ciavaglia" initials="L." surname="Ciavaglia"/>
    <author fullname="J. Nobre" initials="J." surname="Nobre"/>
    <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">
  <front>
    <title>Manufacturer Usage Description Specification</title>
    <author fullname="E. Lear" initials="E." surname="Lear"/>
    <author fullname="R. Droms" initials="R." surname="Droms"/>
    <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
    <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>



  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA+19aXMbV5Lg9/oVr+WIFbACQF2WbdqyByIpizM8MCRlrcPt
dhSAAlijQhW6DlKwqP0t81vml02e7ygUKcnds9Eb0XC3TRTqXfny5Z35hsNh
FFV1nM9/i7MiT3ZNXTZJlK5L+quqHz98+M3Dx9G8mOXxCn6el/GiHqZJvRhW
s8vZMC5nl2mdzOqmTIbw4iyud02aL4qoaqartKrSIr/YrKHl4cHFyyhap7uR
MdVmVSaLatfc3yTVfXxQlHXrSV2ms9p9nxWrdew/qIuZfonqtM5giHvndVyn
M7NX5HXyrjavknielPB1tS4Tmorpne+92uubsTfte1E8nZbJ1a7B34Kfouul
PH1TlG/TfGl+LItmHcVlEsOKYJQyT+ooburLotyNhrByWMJ4ZCZJVlzBJBlo
4yx5ByCGqejzooSOD48vzLjO4rxO/wpApzUnCSwRtsDME5PFZu8yruN0mSdl
nOIbs7Te7JonX3751TOzB0sq8uF5coUvwNd58o4A1eR1CW+9LON8ho2SVZxm
uybWWYzWOIt/SVf1MLbDjxalzn8yMheXzTQpa7uCSVzN4sx7zBMxD589efLQ
nBXQwQK20GRJZSbQyV3zWFNfo5r7+pclPh3B9kYe/I7TPJ42ZeFAmMf+Q4If
bHPVZIC8tQ+ZRw8/HzIwhvTtTScvyhWg01WCGFsuZl9/9fgpY4N8/1q/D/eK
8SRCrG+1ePLVs11zNHkzPqnkCZwn2PjJ1TP+/tU3X8L3n8cnP/otTq+S8ipN
rvnZNw8fPeJxiqPiLIbO5PmTZ092zXExTzJ58PTpY3nxPF2+LN7x48ePHn2j
E3r01VP883C4P3JnuIDhhuv1WtpOJhP/lVkBJxvgkQLAT48P/Z+eZQX38OjL
eVELMAr+4r+X5jWeGH53XRZwdItsmDcrQADEt5PfkAAd1JeAD0ArtiYYz2aw
ozAJ2L4i42HGexEgzHBo4ikcG6AMUXRxmVYGKFWzSvIaDtAizQEdoVc+wj6p
GnHbVTqfZ0kUfYFnuSzmzaxGIvH+C//rhyj67k/4dg9pUJolc3Od1peA/ffe
zgGoZosQjlbze6ZvhsPvcVIJkT5GA/PmR5nYnCaWJ7iyuNyYYg1nHIeDGRcm
AWzMEkIUg9sTVUkGfUOro+J6OCmugZa8SYFGjAGu5iSpr4U+9WiYvinjeVoY
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
AAA=

-->

</rfc>

