<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-groupcomm-bis-11" category="std" consensus="true" submissionType="IETF" obsoletes="7390" updates="7252, 7641" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.3 -->
  <front>
    <title abbrev="Group Communication for CoAP">Group Communication for the Constrained Application Protocol (CoAP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-11"/>
    <author initials="E." surname="Dijk" fullname="Esko Dijk">
      <organization>IoTconsultancy.nl</organization>
      <address>
        <postal>
          <city>Utrecht</city>
          <country>Netherlands</country>
        </postal>
        <email>esko.dijk@iotconsultancy.nl</email>
      </address>
    </author>
    <author initials="C." surname="Wang" fullname="Chonggang Wang">
      <organization>InterDigital</organization>
      <address>
        <postal>
          <street>1001 E Hector St, Suite 300</street>
          <city>Conshohocken</city>
          <code>PA 19428</code>
          <country>United States</country>
        </postal>
        <email>Chonggang.Wang@InterDigital.com</email>
      </address>
    </author>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <date year="2024" month="April" day="24"/>
    <area>Internet</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document specifies the use of the Constrained Application Protocol (CoAP) for group communication, including the use of UDP/IP multicast as the default underlying data transport. Both unsecured and secured CoAP group communication are specified. Security is achieved by use of the Group Object Security for Constrained RESTful Environments (Group OSCORE) protocol. The target application area of this specification is any group communication use cases that involve resource-constrained devices or networks that support CoAP. This document replaces and obsoletes RFC 7390, while it updates RFC 7252 and RFC 7641.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  CORE Working Group mailing list (core@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/">https://mailarchive.ietf.org/arch/browse/core/</eref>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/core-wg/groupcomm-bis">https://github.com/core-wg/groupcomm-bis</eref>.</t>
    </note>
  </front>
  <middle>
    <section anchor="chap-intro">
      <name>Introduction</name>
      <t>This document specifies group communication using the Constrained Application Protocol (CoAP) <xref target="RFC7252"/>, together with UDP/IP multicast as the default transport for CoAP group communication messages. CoAP is a RESTful communication protocol that is used in resource-constrained nodes, and in resource-constrained networks where packet sizes should be small. This area of use is summarized as Constrained RESTful Environments (CoRE).</t>
      <t>One-to-many group communication can be achieved in CoAP, by a client using UDP/IP multicast data transport to send multicast CoAP request messages. In response, each server in the addressed group sends a response message back to the client over UDP/IP unicast. Notable CoAP implementations that support group communication include "Eclipse Californium" <xref target="Californium"/>, "Go-CoAP" <xref target="Go-CoAP"/> as well as "libcoap" <xref target="libcoap"/>.</t>
      <t>Both unsecured and secured CoAP group communication are specified in this document. Security is achieved by using Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/>, which in turn builds on Object Security for Constrained Restful Environments (OSCORE) <xref target="RFC8613"/>. This method provides end-to-end application-layer security protection of CoAP messages, by using CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/><xref target="RFC9053"/>.</t>
      <t>This document replaces and obsoletes <xref target="RFC7390"/>, while it updates both <xref target="RFC7252"/> and <xref target="RFC7641"/>. A summary of the changes and additions to these documents is provided in <xref target="changes"/>.</t>
      <t>All sections in the body of this document are normative, while appendices are informative. For additional background about use cases for CoAP group communication in resource-constrained devices and networks, see <xref target="appendix-usecases"/>.</t>
      <section anchor="scope">
        <name>Scope</name>
        <t>For group communication, only those solutions that use CoAP messages over a "one-to-many" (i.e., non-unicast) transport protocol are in the scope of this document. There are alternative methods to achieve group communication using CoAP, using unicast only. One example is Publish-Subscribe <xref target="I-D.ietf-core-coap-pubsub"/> which uses a central broker server that CoAP clients access via unicast communication. These alternative methods may be usable for the same or similar use cases as the ones targeted in this document.</t>
        <t>This document defines UDP/IP multicast as the default transport protocol for CoAP group requests, as in <xref target="RFC7252"/>. Other transport protocols (which may include broadcast, non-IP multicast, geocast, etc.) are not described in detail and are not considered. Although UDP/IP multicast transport is assumed in most of the text in this document, we expect many of the considerations for UDP/IP multicast can be re-used for alternative transport protocols.</t>
        <t>Furthermore, this document defines Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> as the default group communication security solution for CoAP. Security solutions for group communication and configuration other than Group OSCORE are not considered. General principles for secure group configuration are in scope.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</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.</t>
        <t>This specification requires readers to be familiar with CoAP terminology <xref target="RFC7252"/>. Terminology related to group communication is defined in <xref target="sec-groupdef"/>.</t>
        <t>In addition, the following terms are extensively used.</t>
        <ul spacing="normal">
          <li>Group URI -- This is defined as a CoAP URI that has the "coap" scheme and includes in the authority component either an IP multicast address or a group hostname (e.g., a Group Fully Qualified Domain Name (FQDN)) that can be resolved to an IP multicast address. A group URI also can contain a UDP port number in the authority component. Group URIs follow the regular CoAP URI syntax (see <xref section="6" sectionFormat="of" target="RFC7252"/>).</li>
          <li>Security material -- This refers to any security keys, counters, or parameters stored in a device that are required to participate in secure group communication with other devices.</li>
        </ul>
      </section>
      <section anchor="changes">
        <name>Changes to Other Documents</name>
        <t>This document obsoletes and replaces <xref target="RFC7390"/> as follows.</t>
        <ul spacing="normal">
          <li>It provides separate definitions for CoAP groups, application groups, and security groups, together with high-level guidelines on their configuration (see <xref target="chap-general-groupcomm"/>).</li>
          <li>It defines the use of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> as the security protocol to protect group communication for CoAP, together with high-level guidelines on secure group maintenance (see <xref target="chap-oscore"/>).</li>
          <li>It updates all the guidelines about using group communication for CoAP (see <xref target="sec-coap-usage"/>).</li>
          <li>It strongly discourages unsecured group communication for CoAP based on the CoAP NoSec (No Security) mode (see <xref target="chap-unsecured-groupcomm"/> and <xref target="chap-security-considerations-nosec-mode"/>), and highlights the risk of amplification attacks (see <xref target="ssec-amplification"/>).</li>
          <li>It updates all sections on transport protocols and interworking with other protocols based on new IETF work done for these protocols.</li>
        </ul>
        <t>This document updates <xref target="RFC7252"/> as follows.</t>
        <ul spacing="normal">
          <li>It updates the request/response model for group communication, as to response suppression (see <xref target="sec-request-response-suppress"/>) and token reuse time (see <xref target="sec-token-reuse"/>).</li>
          <li>It updates the freshness model and validation model to use for cached responses (see <xref target="sec-caching-freshness"/> and <xref target="sec-caching-validation"/>).</li>
          <li>It defines the measures against congestion risk specified in <xref target="RFC7252"/> to be applicable also to alternative transports other than IP multicast, and defines additional guidelines to reduce congestion risks (see <xref target="sec-congestion"/>).</li>
          <li>It explicitly admits the use of the IPv6 multicast address scopes realm-local (3), admin-local (4), and global (E). In particular, it recommends that an IPv6 CoAP server supports at least link-local (2), admin-local (4), and site-local (5) scopes with the "All CoAP Nodes" multicast CoAP group (see <xref target="sec-udptransport"/>). Also, it recommends that the realm-local (3) scope is supported by an IPv6 CoAP server on a 6LoWPAN node (see <xref target="sec-udptransport"/>).</li>
        </ul>
        <t>This document updates <xref target="RFC7641"/> as follows.</t>
        <ul spacing="normal">
          <li>It defines the use of the CoAP Observe Option in group requests, for both the GET method and the FETCH method <xref target="RFC8132"/>, together with normative behavior for both CoAP clients and CoAP servers (see <xref target="sec-observe"/>).</li>
        </ul>
      </section>
    </section>
    <section anchor="chap-general-groupcomm">
      <name>Group Definition and Group Configuration</name>
      <t>In the following, different group types are first defined in <xref target="sec-groupdef"/>. Then, Group configuration, including group creation and maintenance by an application, user, or commissioning entity is considered in <xref target="sec-groupconf"/>.</t>
      <section anchor="sec-groupdef">
        <name>Group Definition</name>
        <t>Three types of groups and their mutual relations are defined in this section: CoAP group, application group, and security group.</t>
        <section anchor="sec-groupdef-coapgroup">
          <name>CoAP Group</name>
          <t>A CoAP group is defined as a set of CoAP endpoints, where each endpoint is configured to receive CoAP group messages that are sent to the group's associated IP multicast address and UDP port. That is, CoAP groups have relevance at the level of IP networks and CoAP endpoints.</t>
          <t>An endpoint may be a member of multiple CoAP groups, by subscribing to multiple IP multicast addresses. A node may be a member of multiple CoAP groups, by hosting multiple CoAP server endpoints on different UDP ports. Membership(s) of an endpoint or node to a CoAP group may dynamically change over time. A node or endpoint sending a CoAP group message to a CoAP group is not necessarily itself a member of that CoAP group: it is a member only if it also has a CoAP endpoint listening on the associated IP multicast address and UDP port associated with the CoAP group.</t>
          <t>A CoAP group is identified by information encoded within a group URI. Further details on identifying a CoAP group are provided in <xref target="sec-groupnaming-coap"/>.</t>
        </section>
        <section anchor="sec-groupdef-applicationgroup">
          <name>Application Group</name>
          <t>An application group is a set of CoAP server endpoints (hosted on different nodes) that share a common set of CoAP resources. That is, an application group has relevance at the application level. For example, an application group could denote all lights in an office room or all sensors in a hallway.</t>
          <t>An endpoint may be a member of multiple application groups. A client endpoint that sends a group communication message to an application group is not necessarily itself a member of this application group.</t>
          <t>There can be a one-to-one or a one-to-many relation between a CoAP group and application group(s). Such relations are discussed in more detail in <xref target="sec-groupdef-grouprelations"/>.</t>
          <t>An application group name may be explicitly encoded in the group URI of a CoAP request, for example in the URI path component. If this is not the case, the application group is implicitly derived by the receiver, e.g., based on information in the CoAP request or other contextual information. Further details on identifying an application group are provided in <xref target="sec-groupnaming-app"/>.</t>
        </section>
        <section anchor="sec-groupdef-securitygroup">
          <name>Security Group</name>
          <t>For secure group communication, a security group is required. A security group comprises endpoints storing shared group security material, such that they can use it to protect and verify mutually exchanged messages.</t>
          <t>That is, a client endpoint needs to be a member of a security group in order to send a valid secured group communication message to that group. A server endpoint needs to be a member of a security group in order to receive and correctly verify a secured group communication message sent to that group. An endpoint may be a member of multiple security groups.</t>
          <t>There can be a many-to-many relation between security groups and CoAP groups, but often it is one-to-one. Also, there can be a many-to-many relation between security groups and application groups, but often it is one-to-one. Such relations are discussed in more detail in <xref target="sec-groupdef-grouprelations"/>.</t>
          <t>Further details on identifying a security group are provided in <xref target="sec-groupnaming-sec"/>.</t>
          <t>If the NoSec mode is used (see <xref target="chap-unsecured-groupcomm"/>), group communication does not rely on security at the transport layer nor at the CoAP layer, hence the communicating endpoints do not refer to a security group.</t>
        </section>
        <section anchor="sec-groupdef-grouprelations">
          <name>Relations Between Group Types</name>
          <t>Using the above group type definitions, a CoAP group communication message sent by an endpoint can be associated with a tuple that contains one instance of each group type:</t>
          <artwork><![CDATA[
(application group, CoAP group, security group)
]]></artwork>
          <t>A special note is appropriate about the possible relation between security groups and application groups.</t>
          <t>On one hand, multiple application groups may use the same security group. Thus, the same group security material is used to protect the messages targeting any of those application groups. This has the benefit that typically less storage, configuration, and updating are required for security material. In this case, a CoAP endpoint is supposed to know the exact application group to refer to for each message that is sent or received, based on, e.g., the server port number used, the targeted resource, or the content and structure of the message payload.</t>
          <t>On the other hand, a single application group may use multiple security groups. Thus, different messages targeting the resources of the application group can be protected with different security material. This can be convenient, for example, if the security groups differ with respect to the cryptographic algorithms and related parameters they use. In this case, a CoAP client can join just one of the security groups, based on what it supports and prefers, while a CoAP server in the application group would rather have to join all of them.</t>
          <t>Beyond this particular case, applications should be careful in associating a single application group to multiple security groups. In particular, it is NOT RECOMMENDED to use different security groups to reflect different access policies for resources in the same application group.</t>
          <t>In fact, being a member of a security group actually grants access only to exchange secured messages and enables authentication of group members, while access control (authorization) to use resources in the application group belongs to a separate security domain. Therefore, access control to use resources in the application group should be separately enforced by leveraging the resource properties or through dedicated access control credentials assessed by separate means.</t>
          <t><xref target="fig-group-relation"/> summarizes the relations between the different types of groups described above in Unified Modeling Language (UML) class diagram notation. The class attributes in square brackets are optionally defined.</t>
          <figure anchor="fig-group-relation">
            <name>Relations Among Different Group Types</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="368" width="552" viewBox="0 0 552 368" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,32 L 8,160" fill="none" stroke="black"/>
                  <path d="M 120,160 L 120,304" fill="none" stroke="black"/>
                  <path d="M 256,32 L 256,160" fill="none" stroke="black"/>
                  <path d="M 352,240 L 352,352" fill="none" stroke="black"/>
                  <path d="M 376,32 L 376,160" fill="none" stroke="black"/>
                  <path d="M 456,160 L 456,240" fill="none" stroke="black"/>
                  <path d="M 544,32 L 544,160" fill="none" stroke="black"/>
                  <path d="M 544,240 L 544,352" fill="none" stroke="black"/>
                  <path d="M 8,32 L 256,32" fill="none" stroke="black"/>
                  <path d="M 376,32 L 544,32" fill="none" stroke="black"/>
                  <path d="M 256,96 L 376,96" fill="none" stroke="black"/>
                  <path d="M 8,160 L 256,160" fill="none" stroke="black"/>
                  <path d="M 376,160 L 544,160" fill="none" stroke="black"/>
                  <path d="M 352,240 L 544,240" fill="none" stroke="black"/>
                  <path d="M 120,304 L 352,304" fill="none" stroke="black"/>
                  <path d="M 352,352 L 544,352" fill="none" stroke="black"/>
                  <g class="text">
                    <text x="80" y="52">Application</text>
                    <text x="152" y="52">group</text>
                    <text x="428" y="52">CoAP</text>
                    <text x="472" y="52">group</text>
                    <text x="132" y="68">..............................</text>
                    <text x="460" y="68">....................</text>
                    <text x="24" y="100">[</text>
                    <text x="40" y="100">-</text>
                    <text x="96" y="100">Application</text>
                    <text x="168" y="100">group</text>
                    <text x="212" y="100">name</text>
                    <text x="240" y="100">]</text>
                    <text x="392" y="100">-</text>
                    <text x="412" y="100">IP</text>
                    <text x="448" y="100">mcast</text>
                    <text x="504" y="100">address</text>
                    <text x="296" y="116">1...N</text>
                    <text x="352" y="116">1</text>
                    <text x="392" y="116">-</text>
                    <text x="416" y="116">UDP</text>
                    <text x="452" y="116">port</text>
                    <text x="500" y="116">number</text>
                    <text x="160" y="180">1...N</text>
                    <text x="496" y="180">1...N</text>
                    <text x="496" y="228">1...N</text>
                    <text x="412" y="260">Security</text>
                    <text x="472" y="260">group</text>
                    <text x="448" y="276">.......................</text>
                    <text x="368" y="308">-</text>
                    <text x="412" y="308">Security</text>
                    <text x="472" y="308">group</text>
                    <text x="516" y="308">name</text>
                    <text x="312" y="324">1...N</text>
                    <text x="368" y="324">-</text>
                    <text x="412" y="324">Security</text>
                    <text x="484" y="324">material</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
+------------------------------+              +--------------------+
|   Application group          |              |    CoAP group      |
|..............................|              |....................|
|                              |              |                    |
| [ - Application group name ] +--------------+ - IP mcast address |
|                              |  1...N    1  | - UDP port number  |
|                              |              |                    |
|                              |              |                    |
+-------------+----------------+              +---------+----------+
              |  1...N                                  |  1...N
              |                                         |
              |                                         |
              |                                         |  1...N
              |                            +------------+----------+
              |                            |   Security group      |
              |                            |.......................|
              |                            |                       |
              '----------------------------+ - Security group name |
                                    1...N  | - Security material   |
                                           |                       |
                                           +-----------------------+
]]></artwork>
            </artset>
          </figure>
          <t><xref target="fig-group-relation-example"/> provides a deployment example of the relations between the different types of groups. It shows six CoAP servers (Srv1-Srv6) and their respective resources hosted (/resX). Although in real-life deployments using group communication the number of servers and resources would usually be higher, only limited numbers are shown here for ease of representation.</t>
          <t>There are three application groups (1, 2, 3) and two security groups (1, 2). The Security Group 1 may, for example, include all lighting devices on a floor of an office building, while Security Group 2 includes all Heating, Ventilation, and Air Conditioning (HVAC) devices of that floor. Security Group 1 is used by both Application Group 1 and 2. The Application Group 1 for example may consist of all lights in a hallway, while Application Group 2 includes all lights in a storage room. Three clients (Cli1, Cli2, Cli3) are configured with security material for Security Group 1. These clients may be motion sensors and a control panel (Cli3), that send multicast messages to /resA to inform the lights of any motion or user activity detected. The control panel Cli3 additionally sends a multicast message to /resB to communicate the latest light preset selected by a user. The latter action only influences the lighting in the storage room (Application Group 2). Two clients (Cli2, Cli4) are  configured with security material for Security Group 2. These clients may be temperature/humidity sensors that report measurements periodically to all HVAC devices (Srv5, Srv6) in the Application Group 3, using for example /resC to report temperature and /resD to report humidity.</t>
          <t>All the shown application groups may use the same CoAP group (not shown in the figure), for example the CoAP group with site-local, site-specific multicast IP address ff15::3456 and default UDP port number 5683 on which all the shown resources are hosted for each server. Other floors of the same building may replicate the shown structure, but using different security groups and different CoAP groups.</t>
          <figure anchor="fig-group-relation-example">
            <name>Deployment Example of Different Group Types</name>
            <artset>
              <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="552" viewBox="0 0 552 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,48 L 8,288" fill="none" stroke="black"/>
                  <path d="M 72,64 L 72,144" fill="none" stroke="black"/>
                  <path d="M 72,208 L 72,288" fill="none" stroke="black"/>
                  <path d="M 248,64 L 248,144" fill="none" stroke="black"/>
                  <path d="M 248,208 L 248,288" fill="none" stroke="black"/>
                  <path d="M 272,48 L 272,288" fill="none" stroke="black"/>
                  <path d="M 288,48 L 288,192" fill="none" stroke="black"/>
                  <path d="M 312,64 L 312,160" fill="none" stroke="black"/>
                  <path d="M 488,64 L 488,160" fill="none" stroke="black"/>
                  <path d="M 544,48 L 544,192" fill="none" stroke="black"/>
                  <path d="M 24,32 L 256,32" fill="none" stroke="black"/>
                  <path d="M 304,32 L 528,32" fill="none" stroke="black"/>
                  <path d="M 72,64 L 248,64" fill="none" stroke="black"/>
                  <path d="M 312,64 L 488,64" fill="none" stroke="black"/>
                  <path d="M 72,144 L 248,144" fill="none" stroke="black"/>
                  <path d="M 312,160 L 488,160" fill="none" stroke="black"/>
                  <path d="M 72,208 L 248,208" fill="none" stroke="black"/>
                  <path d="M 304,208 L 528,208" fill="none" stroke="black"/>
                  <path d="M 72,288 L 248,288" fill="none" stroke="black"/>
                  <path d="M 24,304 L 256,304" fill="none" stroke="black"/>
                  <path d="M 24,32 C 15.16936,32 8,39.16936 8,48" fill="none" stroke="black"/>
                  <path d="M 256,32 C 264.83064,32 272,39.16936 272,48" fill="none" stroke="black"/>
                  <path d="M 304,32 C 295.16936,32 288,39.16936 288,48" fill="none" stroke="black"/>
                  <path d="M 528,32 C 536.83064,32 544,39.16936 544,48" fill="none" stroke="black"/>
                  <path d="M 304,208 C 295.16936,208 288,200.83064 288,192" fill="none" stroke="black"/>
                  <path d="M 528,208 C 536.83064,208 544,200.83064 544,192" fill="none" stroke="black"/>
                  <path d="M 24,304 C 15.16936,304 8,296.83064 8,288" fill="none" stroke="black"/>
                  <path d="M 256,304 C 264.83064,304 272,296.83064 272,288" fill="none" stroke="black"/>
                  <g class="text">
                    <text x="128" y="84">Application</text>
                    <text x="200" y="84">Group</text>
                    <text x="232" y="84">1</text>
                    <text x="368" y="84">Application</text>
                    <text x="440" y="84">Group</text>
                    <text x="472" y="84">3</text>
                    <text x="516" y="84">Cli2</text>
                    <text x="36" y="116">Cli1</text>
                    <text x="100" y="116">Srv1</text>
                    <text x="156" y="116">Srv2</text>
                    <text x="212" y="116">Srv3</text>
                    <text x="340" y="116">Srv5</text>
                    <text x="396" y="116">Srv6</text>
                    <text x="516" y="116">Cli4</text>
                    <text x="104" y="132">/resA</text>
                    <text x="160" y="132">/resA</text>
                    <text x="216" y="132">/resA</text>
                    <text x="344" y="132">/resC</text>
                    <text x="400" y="132">/resC</text>
                    <text x="36" y="148">Cli2</text>
                    <text x="344" y="148">/resD</text>
                    <text x="400" y="148">/resD</text>
                    <text x="36" y="180">Cli3</text>
                    <text x="124" y="180">Security</text>
                    <text x="184" y="180">Group</text>
                    <text x="216" y="180">1</text>
                    <text x="388" y="196">Security</text>
                    <text x="448" y="196">Group</text>
                    <text x="480" y="196">2</text>
                    <text x="128" y="228">Application</text>
                    <text x="200" y="228">Group</text>
                    <text x="232" y="228">2</text>
                    <text x="100" y="260">Srv1</text>
                    <text x="156" y="260">Srv4</text>
                    <text x="104" y="276">/resB</text>
                    <text x="160" y="276">/resB</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art" align="center"><![CDATA[
 .------------------------------.   .-----------------------------.
|                                | |                               |
|       +---------------------+  | |  +---------------------+      |
|       | Application Group 1 |  | |  | Application Group 3 | Cli2 |
|       |                     |  | |  |                     |      |
| Cli1  | Srv1   Srv2   Srv3  |  | |  | Srv5   Srv6         | Cli4 |
|       | /resA  /resA  /resA |  | |  | /resC  /resC        |      |
| Cli2  +---------------------+  | |  | /resD  /resD        |      |
|                                | |  +---------------------+      |
| Cli3     Security Group 1      | |                               |
|                                | |        Security Group 2       |
|       +---------------------+  |  '-----------------------------'
|       | Application Group 2 |  |
|       |                     |  |
|       | Srv1   Srv4         |  |
|       | /resB  /resB        |  |
|       +---------------------+  |
 '------------------------------'
]]></artwork>
            </artset>
          </figure>
        </section>
      </section>
      <section anchor="sec-groupconf">
        <name>Group Configuration</name>
        <t>The following defines how groups of different types are named, created, discovered, and maintained.</t>
        <section anchor="sec-groupnaming">
          <name>Group Naming</name>
          <t>Different types of groups are named as specified below, separately for CoAP groups, application groups, and security groups.</t>
          <section anchor="sec-groupnaming-coap">
            <name>CoAP Groups</name>
            <t>A CoAP group is always defined by the two properties of IP multicast address and UDP port number (see <xref target="sec-groupdef-coapgroup"/>).</t>
            <t>However, a CoAP group is for practical purposes identified and named by the authority component in the group URI. This component includes the host subcomponent and an optional UDP port number.
The host subcomponent directly defines the IP multicast address of the CoAP group, in case the host consists of an IP literal.
The host subcomponent indirectly defines the IP multicast address of the CoAP group, in case the host consists of a hostname: resolving the hostname to an IP address in this case produces the IP multicast address.</t>
            <t>It follows that the same CoAP group might have multiple names, which can be simultaneously and interchangeably used. For example, if the two hostnames group1.com and group1.alias.com both resolve to the IP multicast address [ff15::1234], then the following authority components are all names for the same CoAP group.</t>
            <ul spacing="normal">
              <li>group1.example:7700</li>
              <li>group1.alias.example:7700</li>
              <li>[ff15::1234]:7700</li>
            </ul>
            <t>Also note that, when using the "coap" scheme, the two authority components &lt;HOST&gt; and &lt;HOST&gt;:5683 both identify the same CoAP group, whose members listen to the CoAP default port number 5683. Therefore, building on the above, the following authority components are all names for the same CoAP group.</t>
            <ul spacing="normal">
              <li>group1.example</li>
              <li>group1.alias.example</li>
              <li>[ff15::1234]</li>
              <li>group1.example:5683</li>
              <li>group1.alias.example:5683</li>
              <li>[ff15::1234]:5683</li>
            </ul>
            <t>When configuring a CoAP group membership, it is recommended to configure an endpoint with an IP multicast address literal, instead of a group hostname. This is because DNS infrastructure may not be deployed in many constrained networks. In case a group hostname is configured, it can be uniquely mapped to an IP multicast address via DNS resolution, if DNS client functionality is available in the endpoint being configured and the DNS service is supported in the network.</t>
            <t>Examples of hierarchical CoAP group FQDN naming (and scoping) for a building control application were shown in <xref section="2.2" sectionFormat="of" target="RFC7390"/>.</t>
          </section>
          <section anchor="sec-groupnaming-app">
            <name>Application Groups</name>
            <t>An application group can be named in many ways through different types of identifiers, such as name string, (integer) number, URI, or other types of strings. The decision of whether and how exactly an application group name is encoded and transported is application specific.</t>
            <t>The following discusses a number of possible methods to use, while full examples for the different methods are provided in <xref target="sec-examples-app-group-naming"/>.</t>
            <t>An application group name can be explicitly encoded in a group URI. In such a case, it can be encoded within one of the following URI components.</t>
            <ul spacing="normal">
              <li>
                <t>URI path component -- This is the most common and RECOMMENDED method to encode the application group name. When using this method in constrained networks, an application group name APPNAME should be kept short.  </t>
                <t>
A best practice for doing so is to use a URI path component such that: i) it includes a path segment as delimiter with a designated value, e.g., "gp", followed by ii) a path segment with value the name of the application group, followed by iii) the path segment(s) that identify the targeted resource within the application group. For example, both /gp/APPNAME/res1 and /base/gp/APPNAME/res1/res2 conform to this practice. Just like application group names, the path segment used as delimiter should be kept short in constrained networks.  </t>
                <t>
Full examples are provided in <xref target="sec-examples-app-group-naming-path"/>.</t>
              </li>
              <li>
                <t>URI query component -- This method can use the following formats. In either case, when using this method in constrained networks, an application group name APPNAME should be as short as possible.  </t>
                <ul spacing="normal">
                  <li>As a first alternative, the URI query component consists of only one parameter, which has no value and has the name of the application group as its own identifier. That is, the query component ?APPNAME conforms to this format.</li>
                  <li>As a second alternative, the URI query component includes a query parameter as designated indicator, e.g., "gp", with value the name of the application group. That is, assuming "gp" to be used as designated indicator, both the query components ?gp=APPNAME and ?par1=v1&amp;gp=APPNAME conform to this format.</li>
                </ul>
                <t>
Full examples are provided in <xref target="sec-examples-app-group-naming-query"/>.</t>
              </li>
              <li>
                <t>URI authority component -- If this method is used, the application group is identified by the authority component as a whole.  </t>
                <t>
In particular, the application group has the same name of the CoAP group expressed by the group URI (see <xref target="sec-groupnaming-coap"/>). Thus, this method can only be used if there is a one-to-one mapping between CoAP groups and application groups (see <xref target="sec-groupdef-grouprelations"/>).  </t>
                <t>
While the host component of the Group URI can be a group hostname, an implementation would likely rather use an IP address literal, in order to reduce the size of the CoAP request. In particular, the Uri-Host Option can be fully elided in this case.  </t>
                <t>
A full example is provided in <xref target="sec-examples-app-group-naming-authority"/>.</t>
              </li>
              <li>
                <t>URI host subcomponent -- If this method is used, the application group is identified solely by the host subcomponent of the authority component.  </t>
                <t>
Since an application group can be associated with only one CoAP group (see <xref target="sec-groupdef-grouprelations"/>), using this method implies that, given any two CoAP groups, the port subcomponent of the URI authority component MUST NOT be the only information distinguishing them.  </t>
                <t>
Like for the previous case relying on the whole URI authority component, an implementation would likely use an IP address literal rather than the group hostname as host component of the Group URI, in order to reduce the size of the CoAP request. In particular, the Uri-Host Option can be fully elided in this case.  </t>
                <t>
A full example is provided in <xref target="sec-examples-app-group-naming-host"/>.</t>
              </li>
              <li>
                <t>URI port subcomponent -- By using this method, the application group is uniquely identified by the destination port number encoded in the port subcomponent of the authority component.  </t>
                <t>
Since an application group can be associated with only one CoAP group (see <xref target="sec-groupdef-grouprelations"/>), using this method implies that any two CoAP groups cannot differ only by their host subcomponent of the URI authority component.  </t>
                <t>
A full example is provided in <xref target="sec-examples-app-group-naming-port"/>.</t>
              </li>
            </ul>
            <t>Alternatively, there are also methods to encode the application group name within the CoAP request, even though it is not encoded within the group URI. An example of such a method is summarized below.</t>
            <ul spacing="normal">
              <li>
                <t>The application group name can be encoded in a new (e.g., custom, application-specific) CoAP Option, which the client adds to the CoAP request before sending it out.  </t>
                <t>
Upon receiving the request as a member of the targeted CoAP group, each CoAP server would, by design, understand this Option, decode it, and treat the result as an application group name.  </t>
                <t>
A full example is provided in <xref target="sec-examples-app-group-naming-option"/>.</t>
              </li>
            </ul>
            <t>Furthermore, it is possible to encode the application group name neither in the group URI nor within a CoAP request, thus yielding the most compact representation on the wire. In this case, each CoAP server needs to determine the right application group based on contextual information, such as the client identity and/or the target resource. For example, each application group on a server could support a unique set of resources, such that it does not overlap with the set of resources of any other application group.</t>
            <t>Finally, Appendix A of <xref target="RFC9176"/> provides an example of an application group registered to a Resource Directory (RD), along with the CoAP group it uses and the resources it supports. In that example, an application group name "lights" is encoded in the "ep" (endpoint) attribute of the RD registration entry, while the CoAP group ff35:30:2001:db8:f1::8000:1 is specified in the authority component of the URI encoded in the "base" attribute.</t>
          </section>
          <section anchor="sec-groupnaming-sec">
            <name>Security Groups</name>
            <t>A security group can be named in many ways through different types of identifiers, such as name string, (integer) number, URI, or other types of strings. Such a group name is generally not related to other kinds of group identifiers that may be specific of the used security solution.</t>
            <t>The name of a security group is not expected to be used in messages exchanged among its members, unless the application requires otherwise. At the same time, it is useful to identify the security group when performing a number of side tasks related to secure group communication, such as the following ones.</t>
            <ul spacing="normal">
              <li>An administrator may have to request for an authorization to configure security groups at an available Group Manager (see <xref target="chap-oscore"/>). During the authorization process, as well as during the interaction between the administrator and the Group Manager, the group name identifies the specific security group that the administrator wishes to configure and is authorized to.</li>
              <li>A CoAP endpoint may have to request for an authorization to join a specific security group through the respective Group Manager, and thus obtain the required group security material (see <xref target="chap-oscore"/>). During the authorization process, as well as during the interaction between the CoAP endpoint and the Group Manager, the group name identifies the specific security group that the CoAP endpoint wishes to join and is authorized to.</li>
              <li>A CoAP endpoint may first need to discover the specific security groups to join through the respective Group Manager (see <xref target="sssec-discovery-from-rd"/>). Results from the discovery process include the name of the security groups to join, together with additional information such as a pointer to the respective Group Manager.</li>
            </ul>
            <t>It is discouraged to use "NoSec" and any of its lowercase/uppercase combinations as name of a security group. Indications that endpoints can use the NoSec mode MUST NOT rely on setting up and advertising a pseudo security group with name "NoSec" or any of its lowercase/uppercase combinations.</t>
          </section>
        </section>
        <section anchor="sssec-group-creation">
          <name>Group Creation and Membership</name>
          <t>To create a CoAP group, a configuring entity defines an IP multicast address (or hostname) for the group and optionally a UDP port number in case it differs from the default CoAP port number 5683. Then, it configures one or more devices as listeners to that IP multicast address, with a CoAP endpoint listening on the CoAP group's associated UDP port. These endpoints/devices are the group members.</t>
          <t>The configuring entity can be, for example, a local application with pre-configuration, a user, a software developer, a cloud service, or a local commissioning tool. Also, the devices sending CoAP requests to the CoAP group in the role of CoAP client need to be configured with the same information, even though they are not necessarily group members. One way to configure a client is to supply it with a group URI.</t>
          <t>The IETF does not define a mandatory protocol to accomplish CoAP group creation. <xref target="RFC7390"/> defined an experimental protocol for configuring memberships of CoAP groups for unsecured group communication, based on JSON-formatted configuration resources, and the experiment is concluded. For IPv6 CoAP groups, common multicast address ranges that are used to configure group addresses from are ff1x::/16 and ff3x::/16.</t>
          <t>To create an application group, a configuring entity may configure a resource (name) or a set of resources on CoAP endpoints, such that a CoAP request sent to a group URI by a configured CoAP client will be processed by one or more CoAP servers that have the matching URI path configured. These servers are the members of the application group.</t>
          <t>To create a security group, a configuring entity defines an initial subset of the related security material. This comprises a set of group properties including the cryptographic algorithms and parameters used in the security group, as well as additional information relevant throughout the group life-cycle, such as the security group name and description. This task MAY be entrusted to a dedicated administrator, that interacts with a Group Manager as defined in <xref target="chap-oscore"/>. After that, further security materials to protect group communications have to be generated, compatible with the configuration specified for the security group.</t>
          <t>To participate in a security group, CoAP endpoints have to be configured with the group security material used to protect communications in the associated application/CoAP groups. The part of the process that involves secure distribution of group security material MAY use standardized communication with a Group Manager as defined in <xref target="chap-oscore"/>.</t>
          <t>For unsecure group communication using the NoSec mode (see <xref target="chap-unsecured-groupcomm"/>), there is no security material to be provided, hence there is no security group for CoAP endpoints to participate in.</t>
          <t>The configuration of groups and membership may be performed at different moments in the life-cycle of a device. For example, it can occur during product (software) creation, in the factory, at a reseller, on-site during first deployment, or on-site during a system reconfiguration operation.</t>
        </section>
        <section anchor="group-discovery">
          <name>Group Discovery</name>
          <t>The following describes how a CoAP endpoint can discover groups by different means, i.e., by using a Resource Directory or directly from the CoAP servers that are members of such groups.</t>
          <section anchor="sssec-discovery-from-rd">
            <name>Discovery through a Resource Directory</name>
            <t>It is possible for CoAP endpoints to discover application groups as well as CoAP groups, by using the RD-Groups usage pattern of the CoRE Resource Directory (RD), as defined in Appendix A of <xref target="RFC9176"/>.</t>
            <t>In particular, an application group can be registered to the RD, specifying the reference IP multicast address of its associated CoAP group. The registration of groups to the RD is typically performed by a Commissioning Tool. Later on, CoAP endpoints can discover the registered application groups and related CoAP group(s), by using the lookup interface of the RD.</t>
            <t>When secure communication is provided with Group OSCORE (see <xref target="chap-oscore"/>), the approach described in <xref target="I-D.tiloca-core-oscore-discovery"/> also based on the RD can be used, in order to discover the security group to join.</t>
            <t>In particular, the responsible OSCORE Group Manager registers its security groups to the RD, as links to its own corresponding resources for joining the security groups <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. Later on, CoAP endpoints can discover the names of the registered security groups and related application groups, by using the lookup interface of the RD, and then join the security group through the respective Group Manager.</t>
          </section>
          <section anchor="sssec-discovery-from-servers">
            <name>Discovery from the CoAP Servers</name>
            <t>It is possible for CoAP endpoints to discover application groups and CoAP groups from the CoAP servers that are members of such groups, by using a GET request targeting the /.well-known/core resource.</t>
            <t>As discussed below, such a GET request may be sent to the IP multicast address of an already known CoAP group associated with one or more application groups; or to the "All CoAP Nodes" multicast address, thus targeting all reachable CoAP servers in any CoAP group. Also, the GET request may specify a query component, in order to filter the application groups of interest.</t>
            <t>These particular details concerning the GET request depend on the specific discovery action intended by the client and on application-specific means used to encode names of application groups and CoAP groups, e.g., in group URIs and/or CoRE target attributes used with resource links.</t>
            <t>The following discusses a number of methods to discover application groups and CoAP groups, building on the following assumptions. First, application group names are encoded in the path component of Group URIs (see <xref target="sec-groupnaming-app"/>), using the path segment "gp" as designated delimiter. Second, the type of an application group is encoded in the CoRE Link Format attribute "rt" of a group resource with a value "g.&lt;GROUPTYPE&gt;".</t>
            <t>Full examples for the different methods are provided in <xref target="sec-examples-group-discovery"/>.</t>
            <ul spacing="normal">
              <li>
                <t>A CoAP client can discover all the application groups associated with a specific CoAP group.  </t>
                <t>
This is achieved by sending the GET request above to the IP multicast address of the CoAP group, and specifying a wildcarded group type "g.*" as resource type in the URI query parameter "rt". For example, the request can use a Group URI with path and query components "/.well-known/core?rt=g.*", so that the query matches any application group resource type. Alternatively, the request can use a Group URI with path and query components "/.well-known/core?href=/gp/*", so that the query matches any application group resources and also matches any sub-resources of those.  </t>
                <t>
Through the corresponding responses, the query result is a list of resources at CoAP servers that are members of the specified CoAP group and have at least one application group associated with the CoAP group. That is, the client gains knowledge of: i) the set of servers that are members of the specified CoAP group and member of any of the associated application groups; ii) for each of those servers, the name of the application groups where the server is a member and that are associated with the CoAP group.  </t>
                <t>
A full example is provided in <xref target="sec-examples-group-discovery-1"/>.</t>
              </li>
              <li>
                <t>A CoAP client can discover the CoAP servers that are members of a specific application group, the CoAP group associated with the application group, and optionally the resources that those servers host for each application group.  </t>
                <t>
This is achieved by sending the GET request above to the "All CoAP Nodes" IP multicast address (see <xref section="12.8" sectionFormat="of" target="RFC7252"/>), with a particular chosen scope (e.g., site-local or realm-local) if IPv6 is used. Also, the request specifies the application group name of interest in the URI query component, as defined in <xref target="sec-groupnaming-app"/>. For example, the request can use a Group URI with path and query components "/.well-known/core?href=/gp/gp1" to specify the application group with name "gp1".  </t>
                <t>
Through the corresponding responses, the query result is a list of resources at CoAP servers that are members of the specified application group and for each application group the associated CoAP group. That is, the client gains knowledge of: i) the set of servers that are members of the specified application group and of the associated CoAP group; ii) for each of those servers, optionally the resources it hosts within the application group.  </t>
                <t>
If the client wishes to discover resources that a particular server hosts within a particular application group, it may use unicast discovery request(s) to this server.  </t>
                <t>
A full example is provided in <xref target="sec-examples-group-discovery-2"/>.</t>
              </li>
              <li>
                <t>A CoAP client can discover the CoAP servers that are members of any application group of a specific type, the CoAP group associated with those application groups, and optionally the resources that those servers host as members of those application groups.  </t>
                <t>
This is achieved by sending the GET request above to the "All CoAP Nodes" IP multicast address (see <xref section="12.8" sectionFormat="of" target="RFC7252"/>), with a particular chosen scope (e.g., site-local or realm-local) if IPv6 is used. Also, the request can specify the application group type of interest in the URI query component as value of a query parameter "rt". For example, the request can use a Group URI with path and query components "/.well-known/core?rt=TypeA" to specify the application group type "TypeA".  </t>
                <t>
Through the corresponding responses, the query result is a list of resources at CoAP servers that are members of any application group of the specified type and of the CoAP group associated with each of those application groups. That is, the client gains knowledge of: i) the set of servers that are members of the application groups of the specified type and of the associated CoAP group; ii) optionally for each of those servers, the resources it hosts within each of those application groups.  </t>
                <t>
If the client wishes to discover resources that a particular server hosts within a particular application group, it may use unicast discovery request(s) to this server.  </t>
                <t>
A full example is provided in <xref target="sec-examples-group-discovery-3"/>.</t>
              </li>
              <li>
                <t>A CoAP client can discover the CoAP servers that are members of any application group configured in the 6LoWPAN wireless mesh network of the client, the CoAP group associated with each application group, and optionally the resources that those servers host as members of the application group.  </t>
                <t>
This is achieved by sending the GET request above with a query specifying a wildcarded group type in the URI query parameter for "rt". For example, the request can use a Group URI with path and query components "/.well-known/core?rt=g.*", so that the query matches any application group type.
 The request is sent to the "All CoAP Nodes" IP multicast address (see <xref section="12.8" sectionFormat="of" target="RFC7252"/>), with a particular chosen scope if IPv6 is used.  </t>
                <t>
Through the corresponding responses, the query result is a list of group resources hosted by any server in the mesh network. Each group resource denotes one application group membership of a server. For each application group, the associated CoAP group is obtained as the URI authority component of the corresponding returned link.  </t>
                <t>
If the client wishes to discover resources that a particular server hosts within a particular application group, it may use unicast discovery request(s) to this server.  </t>
                <t>
Full examples are provided in <xref target="sec-examples-group-discovery-4"/>.</t>
              </li>
            </ul>
            <t>Note that the specific way of using the above methods, including the ways shown by the examples in <xref target="sec-examples-group-discovery-4"/>, is application-specific. That is, there is currently no standard way of encoding names of application groups and CoAP groups in group URIs and/or CoRE target attributes used with resource links. In particular, the discovery of application groups and CoAP groups through the RD mentioned in <xref target="sssec-discovery-from-rd"/> is only defined for use with an RD, i.e., not directly with CoAP servers as group members.</t>
          </section>
        </section>
        <section anchor="sec-group-maintenance">
          <name>Group Maintenance</name>
          <t>Maintenance of a group includes any necessary operations to cope with changes in a system, such as: adding group members, removing group members, changing group security material, reconfiguration of UDP port number and/or IP multicast address, reconfiguration of the group URI, renaming of application groups, splitting of groups, or merging of groups.</t>
          <t>For unsecured group communication (see <xref target="chap-unsecured-groupcomm"/>), i.e., when the NoSec mode is used, addition/removal of CoAP group members is simply done by configuring these devices to start/stop listening to the group IP multicast address on the group's UDP port.</t>
          <t>For secured group communication (see <xref target="chap-oscore"/>), the maintenance operations of the protocol Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> MUST be implemented as well. When using Group OSCORE, CoAP endpoints participating in group communication are also members of a corresponding OSCORE security group, and thus share common security material. Additional related maintenance operations are discussed in <xref target="chap-sec-group-maintenance"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-coap-usage">
      <name>CoAP Usage in Group Communication</name>
      <t>This section specifies the usage of CoAP in group communication, both unsecured and secured. This includes additional support for protocol extensions, such as Observe (see <xref target="sec-observe"/>) and block-wise transfer (see <xref target="sec-block-wise"/>).</t>
      <t>How CoAP group messages are carried over various transport layers is the subject of <xref target="sec-transport"/>. Finally, <xref target="sec-other-protocols"/> covers the interworking of CoAP group communication with other protocols that may operate in the same network.</t>
      <section anchor="sec-request-response">
        <name>Request/Response Model</name>
        <section anchor="general">
          <name>General</name>
          <t>A CoAP client is an endpoint able to transmit CoAP requests and receive CoAP responses. Since the underlying UDP transport supports multiplexing by means of UDP port number, there can be multiple independent CoAP clients operational on a single host. On each UDP port, an independent CoAP client can be hosted. Each independent CoAP client sends requests that use the associated endpoint's UDP port number as the UDP source port number of the request.</t>
          <t>All CoAP requests that are sent via IP multicast MUST be Non-confirmable, see <xref section="8.1" sectionFormat="of" target="RFC7252"/>.  The Message ID in an IP multicast CoAP message is used for optional message deduplication by both clients and servers, as detailed in <xref section="4.5" sectionFormat="of" target="RFC7252"/>. A server sends back a unicast response to a CoAP group request. The unicast responses received by the CoAP client may carry a mixture of success (e.g., 2.05 (Content)) and failure (e.g., 4.04 (Not Found)) response codes, depending on the individual server processing results.</t>
        </section>
        <section anchor="sec-request-response-suppress">
          <name>Response Suppression</name>
          <t>A server MAY suppress its response for various reasons given in <xref section="8.2" sectionFormat="of" target="RFC7252"/>. This document adds the requirement that a server SHOULD suppress the response in case of error or in case there is nothing useful to respond, unless the application related to a particular resource requires such a response to be made for that resource.</t>
          <t>The CoAP No-Response Option <xref target="RFC7967"/> can be used by a client to influence the default response suppression on the server side. It is RECOMMENDED that a server supporting this option only takes it into account when processing requests targeting selected resources, as useful in the application context.</t>
          <t>Any default response suppression by a server SHOULD be performed consistently, as follows: if a request on a resource produces a particular Response Code and this response is not suppressed, then another request on the same resource that produces a response of the same Response Code class is also not suppressed. For example, if a 4.05 (Method Not Allowed) error response code is suppressed by default on a resource, then a 4.15 Unsupported Content-Format error response code is also suppressed by default for that resource.</t>
        </section>
        <section anchor="repeating-a-request">
          <name>Repeating a Request</name>
          <t>A CoAP client MAY repeat a group request using the same Token value and same Message ID value, in order to ensure that enough (or all) members of the CoAP group have been reached with the request. This is useful in case a number of members of the CoAP group did not respond to the initial request and the client suspects that the request did not reach these group members. However, in case one or more servers did receive the initial request but the response to that request was lost, this repeat does not help to retrieve the lost response(s) if the server(s) implement the optional Message ID based deduplication (<xref section="4.5" sectionFormat="of" target="RFC7252"/>).</t>
          <t>A CoAP client MAY repeat a group request using the same Token value and a different Message ID, in which case all servers that received the initial request will again process the repeated request since it appears within a new CoAP message. This is useful in case a client suspects that one or more response(s) to its original request were lost and the client needs to collect more, or even all, responses from members of the CoAP group, even if this comes at the cost of the overhead of certain group members responding twice (once to the original request, and once to the repeated request with different Message ID).</t>
        </section>
        <section anchor="requestresponse-matching-and-distinguishing-responses">
          <name>Request/Response Matching and Distinguishing Responses</name>
          <t>A CoAP client can distinguish the origin of multiple server responses by the source IP address of the message containing the CoAP response and/or any other available application-specific source identifiers contained in the CoAP response payload or CoAP response options, such as an application-level unique ID associated with the server. If secure communication is provided with Group OSCORE (see <xref target="chap-oscore"/>), additional security-related identifiers in the CoAP response enable the client to retrieve the right security material for decrypting each response and authenticating its source.</t>
          <t>While processing a response on the client, the source endpoint of the response is not matched to the destination endpoint of the request, since for a group request these will never match. This is specified in <xref section="8.2" sectionFormat="of" target="RFC7252"/>, with reference to IP multicast.</t>
          <t>Also, when UDP transport is used, this implies that a server MAY respond from a UDP port number that differs from the destination UDP port number of the request, although a CoAP server normally SHOULD respond from the UDP port number that equals the destination port number of the request -- following the convention for UDP-based protocols.</t>
          <t>In case a single client has sent multiple group requests and concurrent CoAP transactions are ongoing, the responses received by that client are matched to an active request using only the Token value. Due to UDP level multiplexing, the UDP destination port number of the response MUST match to the client endpoint's UDP port number, i.e., to the UDP source port number of the client's request.</t>
        </section>
        <section anchor="sec-token-reuse">
          <name>Token Reuse</name>
          <t>For CoAP group requests, there are additional constraints on the reuse of Token values at the client, compared to the unicast case defined in <xref target="RFC7252"/> and updated by <xref target="RFC9175"/>. Since for CoAP group requests the number of responses is not bound a priori, the client cannot use the reception of a response as a trigger to "free up" a Token value for reuse.</t>
          <t>Reusing a Token value too early could lead to incorrect response/request matching on the client, and would be a protocol error.  Therefore, the time between reuse of Token values for different group requests MUST be greater than:</t>
          <artwork><![CDATA[
MIN_TOKEN_REUSE_TIME = (NON_LIFETIME + MAX_LATENCY +
                        MAX_SERVER_RESPONSE_DELAY)
]]></artwork>
          <t>where NON_LIFETIME and MAX_LATENCY are defined in <xref section="4.8" sectionFormat="of" target="RFC7252"/>.  This specification defines MAX_SERVER_RESPONSE_DELAY as was done in <xref target="RFC7390"/>, that is: the expected maximum response delay over all servers that the client can send a CoAP group request to. This delay includes the maximum Leisure time period as defined in <xref section="8.2" sectionFormat="of" target="RFC7252"/>. However, CoAP does not define a time limit for the server response delay. Using the default CoAP parameters, the Token reuse time MUST be greater than 250 seconds plus MAX_SERVER_RESPONSE_DELAY.</t>
          <t>A preferred solution to meet this requirement is to generate a new unique Token for every new group request, such that a Token value is never reused.  If a client has to reuse Token values for some reason, and also MAX_SERVER_RESPONSE_DELAY is unknown, then using MAX_SERVER_RESPONSE_DELAY = 250 seconds is a reasonable guideline. The time between Token reuses is in that case set to a value greater than MIN_TOKEN_REUSE_TIME = 500 seconds.</t>
          <t>When securing CoAP group communication with Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, secure binding between requests and responses is ensured (see <xref target="chap-oscore"/>). Thus, a client may reuse a Token value after it has been freed up, as discussed above and considering a reuse time greater than MIN_TOKEN_REUSE_TIME. If an alternative security protocol for CoAP group communication is used which does not ensure secure binding between requests and responses, a client MUST follow the Token processing requirements as defined in <xref target="RFC9175"/>.</t>
          <t>Another method to more easily meet the above constraint is to instantiate multiple CoAP clients at multiple UDP ports on the same host. The Token values only have to be unique within the context of a single CoAP client, so using multiple clients can make it easier to meet the constraint.</t>
        </section>
        <section anchor="sec-request-response-multi">
          <name>Client Handling of Multiple Responses With Same Token</name>
          <t>Since a client sending a group request with a Token T will accept multiple responses with the same Token T, it is possible in particular that the same server sends multiple responses with the same Token T back to the client. For example, this server might not implement the optional CoAP message deduplication based on Message ID; or it might be acting out of specification as a malicious, compromised or faulty server.</t>
          <t>When this happens, the client normally processes at the CoAP layer each of those responses to the same request coming from the same server. If the processing of a response is successful, the client delivers this response to the application as usual.</t>
          <t>Then, the application is in a better position to decide what to do, depending on the available context information. For instance, it might accept and process all the responses from the same server, even if they are not Observe notifications (i.e., they do not include an Observe option). Alternatively, the application might accept and process only one of those responses, such as the most recent one from that server, e.g., when this can trigger a change of state within the application.</t>
          <t>As part of a long exchange between the client and any of the servers in the CoAP group, the responses considered above are an example of the more general concept elaborated in <xref section="2" sectionFormat="of" target="I-D.bormann-core-responses"/>.</t>
        </section>
      </section>
      <section anchor="sec-caching">
        <name>Caching</name>
        <t>CoAP endpoints that are members of a CoAP group MAY cache responses to a group request as defined in <xref section="5.6" sectionFormat="of" target="RFC7252"/>. In particular, these same rules apply to determine the set of request options used as "Cache-Key".</t>
        <t>Furthermore, building on what is defined in <xref section="8.2.1" sectionFormat="of" target="RFC7252"/>:</t>
        <ul spacing="normal">
          <li>A client sending a GET or FETCH group request MAY update a cache with the responses from the servers in the CoAP group. Then, the client uses both cached-still-fresh and new responses as the result of the group request.</li>
          <li>A client sending a GET or FETCH group request MAY use a response received from a server, to satisfy a subsequent sent request intended to that server on the related unicast request URI. In particular, the unicast request URI is obtained by replacing the authority component of the request URI with the transport-layer source address of the cached response message.</li>
          <li>A client MAY revalidate a cached response by making a GET or FETCH request on the related unicast request URI.</li>
        </ul>
        <t>Note that, in the presence of proxies, doing any of the above (optional) unicast requests requires the client to distinguish the different responses to a group request, as well as to distinguish the different origin servers that responded. This in turn requires additional means to provide the client with information about the origin server of each response, e.g., using the forward-proxying method defines in <xref target="I-D.ietf-core-groupcomm-proxy"/>.</t>
        <t>The following subsections define the freshness model and validation model to use for cached responses, which update the models defined in Sections <xref target="RFC7252" section="5.6.1" sectionFormat="bare"/> and <xref target="RFC7252" section="5.6.2" sectionFormat="bare"/> of <xref target="RFC7252"/>, respectively.</t>
        <section anchor="sec-caching-freshness">
          <name>Freshness Model</name>
          <t>For caching of group communication responses at client endpoints, the same freshness model relying on the Max-Age Option as defined in <xref section="5.6.1" sectionFormat="of" target="RFC7252"/> applies, and
the multicast caching rules of <xref section="8.2.1" sectionFormat="of" target="RFC7252"/> apply except for the one discussed below.</t>
          <t>In <xref section="8.2.1" sectionFormat="of" target="RFC7252"/> it is stated that, regardless of the presence of cached responses to the group request, the client endpoint will always send out a new group request onto the network because new members may have joined the CoAP group since the last group request to the same CoAP group or resource.
That is, a request is never served from cached responses only. This document updates <xref target="RFC7252"/> by adding the following exception case, where a client endpoint MAY serve a request by using cached responses only, and not send out a new group request onto the network:</t>
          <ul spacing="normal">
            <li>The client knows all current CoAP servers that are members of the CoAP group; and, for each group member, the client's cache currently stores a fresh response.</li>
          </ul>
          <t>How the client in the case above determines the CoAP servers that are currently members of the CoAP group is out of scope for this document. It may be, for example, via a group manager server, or by monitoring group joining protocol exchanges.</t>
          <t>For caching at proxies, the freshness model defined in <xref target="I-D.ietf-core-groupcomm-proxy"/> can be used.</t>
        </section>
        <section anchor="sec-caching-validation">
          <name>Validation Model</name>
          <t>For validation of cached group communication responses at client endpoints, the multicast validation rules in <xref section="8.2.1" sectionFormat="of" target="RFC7252"/> apply, except for the last paragraph which states "A GET request to a multicast group MUST NOT contain an ETag option".
This document updates <xref target="RFC7252"/> by allowing a group request to contain ETag Options as specified below.</t>
          <t>For validation at proxies, the validation model defined in <xref target="I-D.ietf-core-groupcomm-proxy"/> can be used.</t>
          <section anchor="etag-option-in-a-group-requestresponse">
            <name>ETag Option in a Group Request/Response</name>
            <t>A client endpoint MAY include one or more ETag Options in a GET or FETCH group request, to validate one or more stored responses it has cached.
In case two or more servers in the CoAP group have responded to a previous request to the same resource with an identical ETag value, it is the responsibility of the client to handle this case. In particular, if the client
wishes to validate, using a group request, a response from server 1 with an ETag value N, while it does not wish to validate a response from server 2 with the same ETag value N, there is no way to achieve this.
In such cases where an identical ETag value is returned by two or more servers, the client, by default, SHOULD NOT include an ETag Option containing that ETag value in a group request.</t>
            <t>A server endpoint MUST process an ETag Option in a GET or FETCH group request in the same way it processes an ETag Option for a unicast request.
A server endpoint that includes an ETag Option in a response to a group request SHOULD construct the ETag Option value in such a way that the value
will be unique to this particular server with a high probability. This practically prevents a collision of the ETag values from different servers in the same CoAP group and application group, which in turn allows the client to effectively validate a particular response of an origin server. This can be accomplished, for example, by embedding a compact ID of the server within the ETag value, where the ID is unique (or unique with a high probability) in the scope of the group.</t>
            <t>Note: a legacy CoAP server might treat an ETag Option in a group request as an unrecognized option per Sections <xref target="RFC7252" section="5.4" sectionFormat="bare"/> and <xref target="RFC7252" section="8.2.1" sectionFormat="bare"/> of <xref target="RFC7252"/>, causing it to ignore this (elective) ETag Option regardless of its value, and process the request normally as if that ETag Option was not included.</t>
          </section>
        </section>
      </section>
      <section anchor="uri-path-selection">
        <name>URI Path Selection</name>
        <t>The URI Path used in a group request is preferably a path that is known to be supported across all members of a CoAP group. However, there are valid use cases where a group request is known to be successful only for a subset of the CoAP group. For instance, the subset may include only members of a specific application group, while the members of the CoAP group for which the request is unsuccessful (for example because they are outside the target application group) either respond with an error status code or ignore the group request (see also <xref target="sec-request-response-suppress"/> on response suppression).</t>
      </section>
      <section anchor="port-selection-for-udp-transport">
        <name>Port Selection for UDP Transport</name>
        <t>A server that is a member of a CoAP group listens for CoAP request messages on the group's IP multicast address, usually on the CoAP default UDP port number 5683, or another non-default UDP port number if configured. Regardless of the method for selecting the port number, the same port number MUST be used across all CoAP servers that are members of a CoAP group and across all CoAP clients sending group requests to that group.</t>
        <t>One way to create multiple CoAP groups is using different UDP ports with the same IP multicast address, in case the devices' network stack only supports a limited number of multicast address subscriptions. However, it must be taken into account that this incurs additional processing overhead on each CoAP server participating in at least one of these groups: messages to groups that are not of interest to the node are only discarded at the higher transport (UDP) layer instead of directly at the network (IP) layer. Also, a constrained network may be additionally burdened in this case with multicast traffic that is eventually discarded at the UDP layer by most nodes.</t>
        <t>The port number 5684 is reserved for DTLS-secured unicast CoAP and MUST NOT be used for any CoAP group communication.</t>
        <t>For a CoAP server node that supports resource discovery as defined in <xref section="2.4" sectionFormat="of" target="RFC7252"/>, the default port number 5683 MUST be supported (see <xref section="7.1" sectionFormat="of" target="RFC7252"/>) for the "All CoAP Nodes" CoAP group as detailed in <xref target="sec-transport"/>.</t>
      </section>
      <section anchor="sec-proxy">
        <name>Proxy Operation</name>
        <t>This section defines how proxies operate in a group communication scenario. In particular, <xref target="sec-proxy-forward"/> defines operations of forward-proxies, while <xref target="sec-proxy-reverse"/> defines operations of reverse-proxies. Furthermore, <xref target="multicasting-to-proxies"/> discusses the case where a client sends a group request to multiple proxies at once. Security operations for a proxy are discussed later in <xref target="chap-proxy-security"/>.</t>
        <section anchor="sec-proxy-forward">
          <name>Forward-Proxies</name>
          <t>CoAP enables a client to request a forward-proxy to process a CoAP request on its behalf, as described in Sections <xref target="RFC7252" section="5.7.2" sectionFormat="bare"/> and <xref target="RFC7252" section="8.2.2" sectionFormat="bare"/> of <xref target="RFC7252"/>.</t>
          <t>When intending to reach a CoAP group through a proxy, the client sends a unicast CoAP group request to the proxy. The group URI where the request has to be forwarded to is specified in the request, either as a string in the Proxy-URI Option, or through the Proxy-Scheme Option with the group URI constructed from the usual Uri-* Options. Then, the forward-proxy resolves the group URI to a destination CoAP group, i.e., it sends (e.g., multicasts) the CoAP group request to the group URI, receives the responses and forwards all the individual (unicast) responses back to the client.</t>
          <t>However, there are certain issues and limitations with this approach:</t>
          <ul spacing="normal">
            <li>The CoAP client component that has sent the unicast CoAP group request to the proxy may be expecting only one (unicast) response, as usual for a CoAP unicast request. Instead, it receives multiple (unicast) responses, potentially leading to fault conditions in the component or to discarding any received responses following the first one. This issue may occur even if the application calling the CoAP client component is aware that the forward-proxy is going to forward the CoAP group request to the group URI.</li>
            <li>Each individual CoAP response received by the client will appear to originate (based on its IP source address) from the CoAP proxy, and not from the server that produced the response. This makes it impossible for the client to identify the server that produced each response, unless the server identity is contained as a part of the response payload or inside a CoAP option in the response.</li>
            <li>
              <t>Unlike a CoAP client, the proxy is likely to lack "application context". In particular, the proxy is not expected to know how many members there are in the CoAP group (not even the order of magnitude), how many members of that group will actually respond, or the minimal amount/percentage of those that will respond.  </t>
              <t>
Therefore, while still capable to forward the group request to the CoAP group and the corresponding responses to the client, the proxy does not know and cannot reliably determine for how long to collect responses, before it stops forwarding them to the client.  </t>
              <t>
In principle, a CoAP client that is not using a proxy might face the same problems in collecting responses to a group request. However, unlike a CoAP proxy, the client itself would typically have application-specific rules or knowledge on how to handle this situation. For example, a CoAP client could monitor incoming responses and use this information to decide for how long to continue collecting responses</t>
            </li>
          </ul>
          <t>A forward-proxying method using this approach and addressing the issues raised above is defined in <xref target="I-D.ietf-core-groupcomm-proxy"/>.</t>
          <t>An alternative solution is for the proxy to collect all the individual (unicast) responses to a CoAP group request and then send back only a single (aggregated) response to the client. However, this solution brings up new issues:</t>
          <ul spacing="normal">
            <li>Like for the approach discussed above, the proxy does not know for how long to collect responses before sending back the aggregated response to the client. Analogous considerations apply to this approach too, both on the client and proxy side.</li>
            <li>There is no default format defined in CoAP for aggregation of multiple responses into a single response. Such a format could be standardized based on, for example, the multipart content-format <xref target="RFC8710"/>.</li>
          </ul>
          <t>Due to the above issues, it is RECOMMENDED that a CoAP Proxy processes a request to be forwarded to a group URI only if it is explicitly enabled to do so. If such functionality is not explicitly enabled, the default response returned to the client is 5.01 Not Implemented. Furthermore, a proxy SHOULD be explicitly configured (e.g., by allow-listing and/or client authentication) to allow proxied CoAP group requests only from specific client(s).</t>
          <t>The operation of HTTP-to-CoAP proxies for multicast CoAP requests is specified in Sections <xref target="RFC8075" section="8.4" sectionFormat="bare"/> and <xref target="RFC8075" section="10.1" sectionFormat="bare"/> of <xref target="RFC8075"/>. In this case, the "application/http" media type is used to let the proxy return multiple CoAP responses -- each translated to a HTTP response -- back to the HTTP client. Of course, in this case the HTTP client sending a group URI to the proxy needs to be aware that it is going to receive this format, and needs to be able to decode it into the responses of multiple CoAP servers. Also, the IP source address of each CoAP response cannot be determined anymore from the "application/http" response. The HTTP client may still be able to identify the CoAP servers by other means such as application-specific information in the response payload.</t>
          <t>A forward-proxying method for HTTP-to-CoAP proxies addressing the issues raised above is defined in <xref target="I-D.ietf-core-groupcomm-proxy"/>.</t>
        </section>
        <section anchor="sec-proxy-reverse">
          <name>Reverse-Proxies</name>
          <t>CoAP enables the use of a reverse-proxy, as an endpoint that stands in for one or more other server(s), and satisfies requests on behalf of these, doing any necessary translations (see <xref section="5.7.3" sectionFormat="of" target="RFC7252"/>).</t>
          <t>In a group communication scenario, a reverse-proxy can rely on its configuration and/or on information in a request from a client, in order to determine that a group request has to be sent to servers in a CoAP group, over a one-to-many transport such as IP/UDP multicast.</t>
          <t>For example, specific resources on the reverse-proxy could be allocated, each to a specific application group and/or CoAP group. Or alternatively, the application group and/or CoAP group in question could be encoded as URI path segments. The URI path encodings for a reverse-proxy may also use a URI mapping template as described in <xref section="5.4" sectionFormat="of" target="RFC8075"/>.</t>
          <t>The reverse-proxy practically stands in for a CoAP group, thus preventing the client from reaching the group as a whole with a single group request directly addressed to that group (e.g., via multicast). In addition to that, the reverse-proxy may also stand in for each of the individual servers in the CoAP group (e.g., if acting as firewall), thus also preventing the client from individually reaching any server in the group with a unicast request directly addressed to that server.</t>
          <t>For a reverse-proxy that sends a request to servers in a CoAP group, the considerations as defined in <xref section="5.7.3" sectionFormat="of" target="RFC7252"/> hold, with the following additions:</t>
          <ul spacing="normal">
            <li>The three issues and limitations defined in <xref target="sec-proxy-forward"/> for a forward proxy apply to a reverse-proxy as well, and have to be addressed, e.g., using the signaling method defined in <xref target="I-D.ietf-core-groupcomm-proxy"/> or other means.</li>
            <li>A reverse-proxy MAY have preconfigured time duration(s) that are used for collecting server responses and forwarding these back to the client. These duration(s) may be set as global configuration or as resource-specific configurations. If there is such preconfiguration, then an explicit signaling of the time period in the client's request as defined in <xref target="I-D.ietf-core-groupcomm-proxy"/> is not necessarily needed. Note that a reverse-proxy is in an explicit relation with the origin servers it stands in for. Thus, compared to a forward-proxy, it has a much better basis for determining and configuring such time durations.</li>
            <li>
              <t>A client that is configured to access a reverse-proxy resource (i.e., one that triggers a CoAP group communication request) SHOULD be configured also to handle potentially multiple responses with the same Token value caused by a single request.  </t>
              <t>
That is, the client needs to preserve the Token value used for the request also after the reception of the first response forwarded back by the proxy (see <xref target="sec-request-response-multi"/>) and keep the request open to potential further responses with this Token. This requirement can be met by a combination of client implementation and proper proxied group communication configuration on the client.</t>
            </li>
            <li>
              <t>A client might re-use a Token value in a valid new request to the reverse-proxy, while the reverse-proxy still has an ongoing group communication request for this client with the same Token value (i.e., its time period for response collection has not ended yet).  </t>
              <t>
If this happens, the reverse-proxy MUST stop the ongoing request and associated response forwarding, it MUST NOT forward the new request to the servers in the CoAP group, and it MUST send a 4.00 (Bad Request) error response to the client. The diagnostic payload of the error response SHOULD indicate to the client that the resource is a reverse-proxy resource, and that for this reason immediate Token re-use is not possible.  </t>
              <t>
If the reverse-proxy supports the signaling protocol of <xref target="I-D.ietf-core-groupcomm-proxy"/> it can include a Multicast-Signaling Option in the error response to convey the reason for the error in a machine-readable way.</t>
            </li>
          </ul>
          <t>For the operation of HTTP-to-CoAP reverse proxies, see the last two paragraphs of <xref target="sec-proxy-forward"/> which applies also to the case of reverse-proxies.</t>
        </section>
        <section anchor="multicasting-to-proxies">
          <name>Single Group Request to Multiple Proxies</name>
          <t>A client might send a group request to multiple proxies at once (e.g., over IP multicast), so that each and every of those proxies forwards it to the servers in the CoAP group. Assuming that no message loss occurs and that N proxies receive and forward the group request, this has the following implications.</t>
          <ul spacing="normal">
            <li>Each server receives N copies of the group request, i.e., one copy from each proxy.</li>
            <li>
              <t>If the NoSec mode is used (see <xref target="chap-unsecured-groupcomm"/>), each server treats each received copy of the group request as a different request from a different client. Consistently:  </t>
              <ul spacing="normal">
                <li>Each server can reply to each of the N received requests with multiple responses over time (see <xref target="sec-request-response-multi"/>). All the responses to the same received request are sent to the same proxy that has forwarded that request, which in turn relays those responses to the client.</li>
                <li>From each proxy, the client receives all the responses to the group request that each server has sent to that proxy. Even in case the client is able to distinguish the different servers originating the responses (e.g., by using the approach defined in <xref target="I-D.ietf-core-groupcomm-proxy"/>), the client would receive the same response content originated by each server N times, as relayed by the N proxies.</li>
              </ul>
            </li>
            <li>
              <t>If secure group communication with Group OSCORE is used (see <xref target="chap-oscore"/>), each server is able to determine that each received copy of the group request is in fact originated by the same client. In particular, each server is able to determine that all such received requests are copies of exactly the same group request.  </t>
              <t>
Consistently, each server S accepts only the first copy of the group request received from one of the proxies, say P, while discarding as replay any later copies received from any other proxy.  </t>
              <t>
After that, the server S can reply to the accepted request with multiple responses over time (see <xref target="sec-request-response-multi"/>). All those responses are sent to the same proxy P that forwarded the only accepted request, and that in turn relays those responses to the client.  </t>
              <t>
As a consequence, for each server, the client receives responses originated by that server only from one proxy. That is, the client receives a certain response content only once, like in the case with only one proxy.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="sec-congestion">
        <name>Congestion Control</name>
        <t>CoAP group requests may result in a multitude of responses from different nodes, potentially causing congestion. Therefore, both the sending of CoAP group requests and the sending of the unicast CoAP responses to these group requests should be conservatively controlled.</t>
        <t>CoAP <xref target="RFC7252"/> reduces IP multicast-specific congestion risks through the following measures:</t>
        <ul spacing="normal">
          <li>A server may choose not to respond to an IP multicast request if there is nothing useful to respond to, e.g., error or empty response (see <xref section="8.2" sectionFormat="of" target="RFC7252"/>).</li>
          <li>A server should limit the support for IP multicast requests to specific resources where multicast operation is required (<xref section="11.3" sectionFormat="of" target="RFC7252"/>).</li>
          <li>An IP multicast request MUST be Non-confirmable (<xref section="8.1" sectionFormat="of" target="RFC7252"/>).</li>
          <li>A response to an IP multicast request SHOULD be Non-confirmable (<xref section="5.2.3" sectionFormat="of" target="RFC7252"/>).</li>
          <li>A server does not respond immediately to an IP multicast request and should first wait for a time that is randomly picked within a predetermined time interval called the Leisure (<xref section="8.2" sectionFormat="of" target="RFC7252"/>).</li>
        </ul>
        <t>This document also defines these measures to be applicable to alternative transports (other than IP multicast), if not defined otherwise.</t>
        <t>Independently of the used transport, additional guidelines to reduce congestion risks defined in this document are as follows:</t>
        <ul spacing="normal">
          <li>A server in a constrained network SHOULD only support group requests for resources that have a small representation (where the representation may be retrieved via a GET, FETCH, or POST method in the request). For example, "small" can be defined as a response payload limited to approximately 5% of the IP Maximum Transmit Unit (MTU) size, so that it fits into a single link-layer frame in case IPv6 over Low-Power Wireless Personal Area Networks (6LoWPAN, see <xref target="sec-6lowpan"/>) is used on the constrained network.</li>
          <li>A server SHOULD minimize the payload size of a response to a group GET or FETCH request on "/.well-known/core" by using hierarchy in arranging link descriptions for the response. An example of this is given in <xref section="5" sectionFormat="of" target="RFC6690"/>.</li>
          <li>A server MAY minimize the payload size of a response to a group GET or FETCH request (e.g., on "/.well-known/core") by using CoAP block-wise transfers <xref target="RFC7959"/> in case the payload is long, returning only a first block of the CoRE Link Format description.  For this reason, a CoAP client sending a CoAP group request to "/.well-known/core" SHOULD support block-wise transfers. See also <xref target="sec-block-wise"/>.</li>
          <li>A client SHOULD be configured to use CoAP groups with the smallest possible IP multicast scope that fulfills the application needs. As an example, site-local scope is always preferred over global scope IP multicast if this fulfills the application needs. Similarly, realm-local scope is always preferred over site-local scope if this fulfills the application needs.</li>
        </ul>
      </section>
      <section anchor="sec-observe">
        <name>Observing Resources</name>
        <t>The CoAP Observe Option <xref target="RFC7641"/> is a protocol extension of CoAP, which allows a CoAP client to retrieve a representation of a resource and automatically keep this representation up-to-date over a longer period of time. The client gets notified when the representation has changed. <xref target="RFC7641"/> does not mention whether the Observe Option can be combined with CoAP (multicast) group communication.</t>
        <t>This section updates <xref target="RFC7641"/> with the use of the Observe Option in a CoAP GET group request, and defines normative behavior for both client and server. Consistent with <xref section="2.4" sectionFormat="of" target="RFC8132"/>, the same rules apply when using the Observe Option in a CoAP FETCH group request.</t>
        <t>Multicast Observe is a useful way to start observing a particular resource on all members of a CoAP group at the same time. Group members that do not have this particular resource or do not allow the GET or FETCH method on it will either respond with an error status -- 4.04 (Not Found) or 4.05 (Method Not Allowed), respectively -- or will silently suppress the response following the rules of <xref target="sec-request-response-suppress"/>, depending on server-specific configuration.</t>
        <t>A client that sends a group GET or FETCH request with the Observe Option MAY repeat this request using the same Token value and the same Observe Option value, in order to ensure that enough (or all) members of the CoAP group have been reached with the request. This is useful in case a number of members of the CoAP group did not respond to the initial request. The client MAY additionally use the same Message ID in the repeated request, to avoid that members of the CoAP group that had already received the initial request would respond again. Note that using the same Message ID in a repeated request will not be helpful in case of loss of a response message, since the server that responded already will consider the repeated request as a duplicate message. On the other hand, if the client uses a different, fresh Message ID in the repeated request, then all the members of the CoAP group that receive this new message will typically respond again, which increases the network load.</t>
        <t>A client that has sent a group GET or FETCH request with the Observe Option MAY follow up by sending a new unicast CON request with the same Token value and same Observe Option value to a particular server, in order to ensure that the particular server receives the request. This is useful in case a specific member of the CoAP group did not respond to the initial group request, although it was expected to. In this case, the client MUST use a Message ID that differs from that of the initial group request message.</t>
        <t>Furthermore, consistent with <xref section="3.3.1" sectionFormat="of" target="RFC7641"/> and following its guidelines, a client MAY at any time send a new group/multicast GET or FETCH request with the same Token value and same Observe Option value as the original request. This allows the client to verify that it has an up-to-date representation of an observed resource and/or to re-register its interest to observe a resource.</t>
        <t>In the above client behaviors, the Token value is kept identical to the initial request to avoid that a client is included in more than one entry in the list of observers (<xref section="4.1" sectionFormat="of" target="RFC7641"/>).</t>
        <t>Before repeating a request as specified above, the client SHOULD wait for at least the expected round-trip time plus the Leisure time period defined in <xref section="8.2" sectionFormat="of" target="RFC7252"/>, to give the server time to respond.</t>
        <t>A server that receives a GET or FETCH request with the Observe Option, for which request processing is successful, SHOULD respond to this request and not suppress the response. If a server adds a client (as a new entry) to the list of observers for a resource due to an Observe request, the server SHOULD respond to this request and SHOULD NOT suppress the response. An exception to the above is the overriding of response suppression according to a CoAP No-Response Option <xref target="RFC7967"/> specified by the client in the GET or FETCH request (see <xref target="sec-request-response-suppress"/>).</t>
        <t>A server SHOULD have a mechanism to verify the aliveness of its observing clients and the continued interest of these clients in receiving the observe notifications. This can be implemented by sending notifications occasionally using a Confirmable message (see <xref section="4.5" sectionFormat="of" target="RFC7641"/> for details). This requirement overrides the regular behavior of sending Non-confirmable notifications in response to a Non-confirmable request.</t>
        <t>A client can use the unicast cancellation methods of <xref section="3.6" sectionFormat="of" target="RFC7641"/> and stop the ongoing observation of a particular resource on members of a CoAP group. This can be used to remove specific observed servers, or even all servers in the CoAP group (using serial unicast to each known group member). In addition, a client MAY explicitly deregister from all those servers at once, by sending a group/multicast GET or FETCH request that includes the Token value of the observation to be canceled and includes an Observe Option with the value set to 1 (deregister). In case not all the servers in the CoAP group received this deregistration request, either the unicast cancellation methods can be used at a later point in time or the group/multicast deregistration request MAY be repeated upon receiving another observe response from a server.</t>
        <t>For observing at servers that are members of a CoAP group through a CoAP-to-CoAP proxy, the limitations stated in <xref target="sec-proxy"/> apply. The method defined in <xref target="I-D.ietf-core-groupcomm-proxy"/> enables group communication including resource observation through proxies and addresses those limitations.</t>
      </section>
      <section anchor="sec-block-wise">
        <name>Block-Wise Transfer</name>
        <t><xref section="2.8" sectionFormat="of" target="RFC7959"/> specifies how a client can use block-wise transfer (Block2 Option) in a multicast GET request to limit the size of the initial response of each server. Consistent with <xref section="2.5" sectionFormat="of" target="RFC8132"/>, the same can be done with a multicast FETCH request.</t>
        <t>To retrieve any further blocks of the resource from a responding server, the client then has to use unicast requests, separately addressing each different server. Also, a server (member of a targeted CoAP group) that needs to respond to a group request with a particularly large resource can use block-wise transfer (Block2 Option) at its own initiative, to limit the size of the initial response. Again, a client would have to use unicast for any further requests to retrieve more blocks of the resource.</t>
        <t>A solution for group/multicast block-wise transfer using the Block1 Option is not specified in <xref target="RFC7959"/> nor in the present document. Such a solution would be useful for group FETCH/PUT/POST/PATCH/iPATCH requests, to efficiently distribute a large request payload as multiple blocks to all members of a CoAP group. Multicast usage of Block1 is non-trivial due to potential message loss (leading to missing blocks or missing confirmations), and potential diverging block size preferences of different members of the CoAP group.</t>
        <t><xref target="RFC9177"/> specifies a specialized alternative method for CoAP block-wise transfer. It specifies that "servers MUST ignore multicast requests that contain the Q-Block2 Option".</t>
      </section>
      <section anchor="sec-transport">
        <name>Transport Protocols</name>
        <t>In this document UDP, both over IPv4 and IPv6, is considered as the default transport protocol for CoAP group communication.</t>
        <section anchor="sec-udptransport">
          <name>UDP/IPv6 Multicast Transport</name>
          <t>CoAP group communication can use UDP over IPv6 as a transport protocol, provided that IPv6 multicast is enabled. IPv6 multicast MAY be supported in a network only for a limited scope. For example, <xref target="sec-rpl"/> describes the potential limited support of RPL for multicast, depending on how the protocol is configured.</t>
          <t>For a CoAP server node that supports resource discovery as defined in <xref section="2.4" sectionFormat="of" target="RFC7252"/>, the default port number 5683 MUST be supported as per Sections <xref target="RFC7252" section="7.1" sectionFormat="bare"/> and <xref target="RFC7252" section="12.8" sectionFormat="bare"/> of <xref target="RFC7252"/> for the "All CoAP Nodes" multicast CoAP group. An IPv6 CoAP server SHOULD support the "All CoAP Nodes" multicast CoAP group with at least link-local (2), admin-local (4), and site-local (5) scopes. An IPv6 CoAP server on a 6LoWPAN node (see <xref target="sec-6lowpan"/>) SHOULD also support the realm-local (3) scope.</t>
          <t>Note that a client sending an IPv6 multicast CoAP message to a port number that is not supported by the server will not receive an ICMPv6 Port Unreachable error message from that server, because the server does not send it in this case, per <xref section="2.4" sectionFormat="of" target="RFC4443"/>.</t>
        </section>
        <section anchor="sec-6lowpan">
          <name>UDP/IPv6 Multicast Transport over 6LoWPAN</name>
          <t>In 6LoWPAN <xref target="RFC4944"/> <xref target="RFC6282"/> networks, an IPv6 packet (up to 1280 bytes) may be fragmented into multiple 6LoWPAN fragments, each fragment small enough to be carried over an IEEE 802.15.4 MAC frame (up to 127 bytes).</t>
          <t>These 6LoWPAN fragments are exchanged between 6LoWPAN nodes, potentially involving 6LoWPAN routers operating in a multi-hop network topology. Although 6LoWPAN multicast routing protocols usually define mechanisms to compensate for the loss of transmitted fragments (e.g., using link-layer unicast acknowledgements, or repeated link-layer broadcast transmissions as in MPL -- see <xref target="sec-mpl"/>) a fragment may still be lost in transit. The loss of a single fragment implies the loss of the entire IPv6 packet, because the reassembly back into IPv6 packet will fail in that case. Also, if this fragment loss causes the application-layer retransmission of the entire multi-fragment IPv6 packet, it may happen that much of the same data is transmitted yet again over the constrained network.</t>
          <t>For this reason, the performance in terms of packet loss and throughput of using larger, multi-fragment multicast IPv6 packets is on average worse than the performance of smaller, single-fragment IPv6 multicast packets. So it is recommended to design application payloads for group communication sufficiently small: a CoAP request sent over multicast over a 6LoWPAN network interface SHOULD fit in a single IEEE 802.15.4 MAC frame, if possible.</t>
          <t>On 6LoWPAN networks, multicast CoAP groups can be defined with realm-local scope <xref target="RFC7346"/>. Such a realm-local CoAP group is restricted to the local 6LoWPAN network/subnet. In other words, a multicast request to that CoAP group does not propagate beyond the 6LoWPAN network segment where the request originated. For example, a multicast discovery request can be sent to the realm-local "All CoAP Nodes" IPv6 multicast CoAP group (see <xref target="sec-udptransport"/>) in order to discover only CoAP servers on the local 6LoWPAN network.</t>
        </section>
        <section anchor="udpipv4-multicast-transport">
          <name>UDP/IPv4 Multicast Transport</name>
          <t>CoAP group communication can use UDP over IPv4 as a transport protocol, provided that IPv4 multicast is enabled. For a CoAP server node that supports resource discovery as defined in <xref section="2.4" sectionFormat="of" target="RFC7252"/>, the default port number 5683 MUST be supported as per Sections <xref target="RFC7252" section="7.1" sectionFormat="bare"/> and <xref target="RFC7252" section="12.8" sectionFormat="bare"/> of <xref target="RFC7252"/>, for the "All CoAP Nodes" IPv4 multicast CoAP group.</t>
          <t>Note that a client sending an IPv4 multicast CoAP message to a port number that is not supported by the server will not receive an ICMP Port Unreachable error message from that server, because the server does not send it in this case, per <xref section="3.2.2" sectionFormat="of" target="RFC1122"/>.</t>
        </section>
        <section anchor="tcp-tls-and-websockets">
          <name>TCP, TLS, and WebSockets</name>
          <t>Because it supports unicast only, <xref target="RFC8323"/> (CoAP over TCP, TLS, and WebSockets) has a restricted scope as a transport for CoAP group communication. This is limited to the use of block-wise transfer discussed in <xref target="sec-block-wise"/>.</t>
          <t>That is, after the first group request including the Block2 Option and sent over UDP, the following unicast CoAP requests targeting individual servers to retrieve further blocks may be sent over TCP or WebSockets, possibly protected with TLS.</t>
          <t>This requires the individually addressed servers to also support CoAP over TCP/TLS/WebSockests for the targeted resource. A server can indicate its support for multiple alternative transports, and practically enable access to its resources through either of them, by using the method defined in <xref target="I-D.ietf-core-transport-indication"/>.</t>
        </section>
        <section anchor="other-transports">
          <name>Other Transports</name>
          <t>CoAP group communication may be used over transports other than UDP/IP multicast. For example broadcast, non-UDP multicast, geocast, serial unicast, etc. In such cases the particular considerations for UDP/IP multicast in this document may need to be applied to that particular transport.</t>
        </section>
      </section>
      <section anchor="sec-other-protocols">
        <name>Interworking with Other Protocols</name>
        <section anchor="mldmldv2igmpigmpv3">
          <name>MLD/MLDv2/IGMP/IGMPv3</name>
          <!-- Section 4.2 of {{RFC7390}} has the original content -->

<t>A CoAP node that is an IP host (i.e., not an IP router) may be unaware of the specific IP multicast routing/forwarding protocol
being used in its network.  When such a node needs to join a specific (CoAP) multicast group, the application process would typically subscribe to the particular IP multicast group via an API method of the IP stack on the node. Then the IP stack would execute a particular (e.g., default) method to communicate its subscription to on-link IP (multicast) routers.</t>
          <t>The Multicast Listener Discovery Version 2 (MLDv2) protocol <xref target="RFC3810"/> is the standard IPv6 method to communicate multicast subscriptions, when other methods are not defined. The CoAP server nodes then act in the role of MLD Multicast Address Listener. MLDv2 uses link-local communication between Listeners and IP multicast routers. Constrained IPv6 networks such as ones implementing either RPL (see <xref target="sec-rpl"/>) or MPL (see <xref target="sec-mpl"/>) typically
do not support MLDv2 as they have their own mechanisms defined for subscribing to multicast groups.</t>
          <t>The Internet Group Management Protocol Version 3 (IGMPv3) protocol <xref target="RFC3376"/> is the standard IPv4 method to signal subscriptions to multicast group. This SHOULD be used by members of a CoAP group to subscribe to its multicast IPv4 address on IPv4 networks unless another method is defined for the network interface/technology used.</t>
          <t>The guidelines from <xref target="RFC6636"/> on the tuning of MLD for mobile and wireless networks may be useful when implementing MLD in constrained networks.</t>
        </section>
        <section anchor="sec-rpl">
          <name>RPL</name>
          <!-- see Section 4.3 of {{RFC7390}} for original content -->

<t>IPv6 Routing Protocol for Low-Power and Lossy Networks (RPL) <xref target="RFC6550"/> is an IPv6 based routing protocol suitable for low-power, lossy networks (LLNs). In such a context, CoAP is often used as an application protocol.</t>
          <t>If only RPL is used in a network for routing and its optional multicast support is disabled, there will be no IP multicast routing available.  Any IPv6 multicast packets in this case will not propagate beyond a single hop (to direct neighbors in the LLN). This implies that any CoAP group request will be delivered to link-local nodes only, for any scope value &gt;= 2 used in the IPv6 destination address.</t>
          <t>RPL supports (see <xref section="12" sectionFormat="of" target="RFC6550"/>) advertisement of IP multicast destinations using Destination Advertisement Object (DAO) messages and subsequent routing of multicast IPv6 packets based on this.  It requires the RPL mode of operation to be set to a mode that supports multicast, for example 3 (Storing mode with multicast support) or 5 (Non-Storing Mode of Operation with ingress replication multicast support) defined in <xref target="I-D.ietf-6lo-multicast-registration"/>.</t>
          <t>In mode 3, RPL DAO can be used by an RPL/CoAP node that is either an RPL router or RPL Leaf Node, to advertise its CoAP group membership to parent RPL routers. Then, RPL will route any IP multicast CoAP requests over multiple hops to those CoAP servers that are members of the CoAP group.</t>
          <t>The same DAO mechanism can be used by an edge router (e.g., 6LBR) to learn CoAP group membership information of the entire RPL network, in case the edge router is also the root of the RPL Destination-Oriented Directed Acyclic Graph (DODAG). This is useful because the edge router learns which IP multicast traffic it needs to selectively pass through from the backbone network into the LLN subnet.  In LLNs, such ingress filtering helps to avoid congestion of the resource-constrained network segment, due to IP multicast traffic from the high-speed backbone IP network.</t>
          <t>See <xref target="I-D.ietf-6lo-multicast-registration"/> for more details on RPL Mode 5, and on subscribing to IPv6 multicast groups using 6LoWPAN Neighbor Discovery (ND) and the Extended Address Registration Option (EARO) in RPL networks.</t>
        </section>
        <section anchor="sec-mpl">
          <name>MPL</name>
          <t>The Multicast Protocol for Low-Power and Lossy Networks (MPL) <xref target="RFC7731"/> can be used for propagation of IPv6 multicast packets throughout a defined network domain, over multiple hops. MPL is designed to work in LLNs and can operate alone or in combination with RPL. The protocol involves a predefined group of MPL Forwarders to collectively distribute IPv6 multicast packets throughout their MPL Domain. An MPL Forwarder may be associated with multiple MPL Domains at the same time. Non-Forwarders will receive IPv6 multicast packets from one or more of their neighboring Forwarders. Therefore, MPL can be used to propagate a CoAP multicast group request to all members of the CoAP group.</t>
          <t>However, a CoAP multicast request to a CoAP group that originated outside of the MPL Domain will not be propagated by MPL -- unless an MPL Forwarder is explicitly configured as an ingress point that introduces external multicast packets into the MPL Domain. Such an ingress point could be located on an edge router (e.g., 6LBR). Methods to configure which multicast groups are to be propagated into the MPL Domain could be:</t>
          <ul spacing="normal">
            <li>Manual configuration on each ingress MPL Forwarder.</li>
            <li>MLDv2 protocol <xref target="RFC3810"/>, which works only in case all CoAP servers joining a CoAP group are in link-local communication range of an ingress MPL Forwarder. This is typically not the case on mesh networks.</li>
            <li>Using 6LoWPAN Neighbor Discovery (ND) and Extended Address Registration Option (EARO) as described in <xref target="I-D.ietf-6lo-multicast-registration"/>, in a network that supports 6LoWPAN-ND, RPL, and MPL.</li>
            <li>A new/custom protocol to register multicast groups at an ingress MPL Forwarder. This could be for example a CoAP-based protocol offering multicast group subscription features similar to MLDv2.</li>
          </ul>
          <t>For security and performance reasons, also other filtering criteria may be defined at an ingress MPL Forwarder. See <xref target="sec-security-considerations-6lowpan-mpl"/> for more details.</t>
        </section>
      </section>
    </section>
    <section anchor="chap-unsecured-groupcomm">
      <name>Unsecured Group Communication</name>
      <t>CoAP group communication can operate in CoAP NoSec (No Security) mode, without using application-layer and transport-layer security mechanisms. The NoSec mode uses the "coap" scheme, and is defined in <xref section="9" sectionFormat="of" target="RFC7252"/>.</t>
      <t>The NoSec mode does not require and does not make use of a security group. Indications that endpoints can use the NoSec mode MUST NOT rely on setting up and advertising a pseudo security group with name "NoSec" or any of its lowercase/uppercase combinations.</t>
      <t>A CoAP server in NoSec mode MUST NOT be accessible through the public Internet.
It is NOT RECOMMENDED to use CoAP group communication in NoSec mode.</t>
      <t>The possible, exceptional use of the NoSec mode ought to be limited to specific, well-defined steps that are proven to not require security or to not be able to attain it, e.g., early discovery of devices and resources (see <xref target="chap-security-considerations-nosec-mode"/>).</t>
      <t>Before possibly and exceptionally using the NoSec mode in such circumstances, the security implications in <xref target="chap-security-considerations-nosec-mode"/> must be very well considered and understood, especially as to the risk and impact of amplification attacks (see <xref target="ssec-amplification"/>). Consistently with such security implications, the use of the NoSec mode should still be avoided whenever possible.</t>
    </section>
    <section anchor="chap-oscore">
      <name>Secured Group Communication using Group OSCORE</name>
      <t>This section discusses how CoAP group communication can be secured. In particular, <xref target="chap-group-oscore"/> describes how the Group OSCORE security protocol <xref target="I-D.ietf-core-oscore-groupcomm"/> can be used to protect messages exchanged in a CoAP group, while <xref target="chap-sec-group-maintenance"/> provides guidance on required maintenance operations for OSCORE groups used as security groups.</t>
      <section anchor="chap-group-oscore">
        <name>Group OSCORE</name>
        <t>The application-layer protocol Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> provides end-to-end encryption, integrity, and replay protection of CoAP messages exchanged between two CoAP endpoints. These can act both as CoAP Client as well as CoAP Server, and share an OSCORE Security Context used to protect and verify exchanged messages. The use of OSCORE does not affect the URI scheme and OSCORE can therefore be used with any URI scheme defined for CoAP.</t>
        <t>OSCORE uses COSE <xref target="RFC9052"/><xref target="RFC9053"/> to perform encryption operations and protect a CoAP message carried in a COSE object, by using an Authenticated Encryption with Associated Data (AEAD) algorithm. In particular, OSCORE takes as input an unprotected CoAP message and transforms it into a protected CoAP message transporting the COSE object.</t>
        <t>OSCORE makes it possible to selectively protect different parts of a CoAP message in different ways, while still allowing intermediaries (e.g., CoAP proxies) to perform their intended functionalities. That is, some message parts are encrypted and integrity protected; other parts are only integrity protected to be accessible to, but not modifiable by, proxies; and some parts are kept as plain content to be both accessible to and modifiable by proxies. Such differences especially concern the CoAP options included in the unprotected message.</t>
        <t>Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> builds on OSCORE, and provides end-to-end security of CoAP messages exchanged between members of an OSCORE group, while fulfilling the same security requirements.</t>
        <t>In particular, Group OSCORE protects CoAP group requests sent by a CoAP client, e.g., over UDP/IP multicast, as well as multiple corresponding CoAP responses sent as (IP) unicast by different CoAP servers. However, the same security material can also be used to protect CoAP requests sent over (IP) unicast to a single CoAP server in the OSCORE group, as well as the corresponding responses.</t>
        <t>Group OSCORE ensures source authentication of all messages exchanged within the OSCORE group. That is, the recipient of a CoAP message protected with Group OSCORE is able to securely verify whether the CoAP endpoint that has generated and sent the message is indeed the alleged one. This is achieved by means of two possible methods.</t>
        <t>The first method, called group mode, relies on digital signatures. That is, sender devices sign their outgoing messages using their own private key, and embed the signature in the protected CoAP message.</t>
        <t>The second method, called pairwise mode, relies on a symmetric key, which is derived from a pairwise shared secret computed from the asymmetric keys of the message sender and recipient. This method is intended for one-to-one messages sent in the security group, such as all responses individually sent by servers, as well as requests addressed to an individual server.</t>
        <t>A Group Manager is responsible for managing one or multiple OSCORE groups. In particular, the Group Manager acts as repository of the security group members' authentication credentials including the corresponding public keys; manages, renews, and provides security material in the security group; and handles the join process of new members in the security group.</t>
        <t>As defined in <xref target="I-D.ietf-ace-oscore-gm-admin"/>, an administrator entity can interact with the Group Manager to create OSCORE groups and specify their configuration (see <xref target="sssec-group-creation"/>). During the lifetime of the OSCORE group, the administrator can further interact with the Group Manager, in order to possibly update the configuration of the security group and eventually delete the group.</t>
        <t>As recommended in <xref target="I-D.ietf-core-oscore-groupcomm"/>, a CoAP endpoint can join an OSCORE group by using the method described in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> and based on the ACE framework for Authentication and Authorization in constrained environments <xref target="RFC9200"/>.</t>
        <t>A CoAP endpoint can discover OSCORE groups and retrieve information to join them through their respective Group Managers by using the method described in <xref target="I-D.tiloca-core-oscore-discovery"/> and based on the CoRE Resource Directory <xref target="RFC9176"/>.</t>
        <t>If security is required, CoAP group communication as described in this specification MUST use Group OSCORE. In particular, a CoAP group as defined in <xref target="sec-groupdef"/> and using secure group communication is associated with an OSCORE security group, which includes:</t>
        <ul spacing="normal">
          <li>All members of the CoAP group, i.e., the CoAP endpoints that are configured to receive CoAP group messages sent to the particular CoAP group and -- in case of IP multicast transport -- that are listening to the group's multicast IP address on the group's UDP port.</li>
          <li>All further CoAP endpoints configured only as CoAP clients, that may send CoAP group requests to the CoAP group.</li>
        </ul>
      </section>
      <section anchor="chap-sec-group-maintenance">
        <name>Secure Group Maintenance</name>
        <t>As part of group maintenance operations (see <xref target="sec-group-maintenance"/>), additional key management operations are required for an OSCORE group, also depending on the security requirements of the application (see <xref target="chap-security-considerations-sec-mode-key-mgmt"/>). Specifically:</t>
        <ul spacing="normal">
          <li>
            <t>Adding new members to a CoAP group or enabling new client-only endpoints to interact with that group require also that each of such members/endpoints join the corresponding OSCORE group. When this happens, they are securely provided with the security material to use in that OSCORE group.  </t>
            <t>
Applications may need backward security. That is, they may require that, after having joined an OSCORE group, a new member of that group cannot read the cleartext of messages exchanged in the group prior to its joining, even if it has recorded them.  </t>
            <t>
In such a case, new security material to use in the OSCORE group has first to be generated and distributed to the current members of that group, before new endpoints are also provided with that new security material upon their joining.</t>
          </li>
          <li>
            <t>Removing members from a CoAP group or stopping client-only endpoints from interacting with that group requires removing such members/endpoints from the corresponding OSCORE group. To this end, new security material is generated and securely distributed only to the remaining members of the OSCORE group, together with the list of former members removed from that group.  </t>
            <t>
This ensures forward security in the OSCORE group. That is, it ensures that only the members intended to remain in the OSCORE group are able to continue participating in the secure communications within that group, while the evicted ones are not able to participate after the distribution and installation of the new security material.  </t>
            <t>
Also, this ensures that the members intended to remain in the OSCORE group are able to confidently assert the group membership of other sender nodes, when receiving protected messages in the OSCORE group after the distribution and installation of the new security material (see <xref section="3.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
        </ul>
        <t>The key management operations mentioned above are entrusted to the Group Manager responsible for the OSCORE group <xref target="I-D.ietf-core-oscore-groupcomm"/>, and it is RECOMMENDED to perform them as defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      </section>
      <section anchor="chap-proxy-security">
        <name>Proxy Security</name>
        <t>Different solutions may be selected for secure group communication via a proxy depending on proxy type, use case and deployment requirements. In this section the options based on Group OSCORE are listed.</t>
        <t>For a client performing a group communication request via a forward-proxy, end-to-end security should be implemented. The client then creates a group request protected with Group OSCORE and unicasts this to the proxy. The proxy adapts the request from a forward-proxy request to a regular request and multicasts this adapted request to the indicated CoAP group. During the adaptation, the security provided by Group OSCORE persists, in either case of using the group mode or using the pairwise mode. The first leg of communication from client to proxy can optionally be further protected, e.g., by using (D)TLS and/or OSCORE.</t>
        <t>For a client performing a group communication request via a reverse-proxy, either end-to-end-security or hop-by-hop security can be implemented.
The case of end-to-end security is the same as for the forward-proxy case.</t>
        <t>The case of hop-by-hop security is only possible if the proxy can be completely trusted and it is configured as a member of the OSCORE security group(s) that it needs to access, when sending a group request on behalf of clients. The first leg of communication between client and proxy is then protected with a security method for CoAP unicast, such as (D)TLS, OSCORE, or a combination of such methods. The second leg between proxy and servers is protected using Group OSCORE. This can be useful in applications where for example the origin client does not implement Group OSCORE, or the group management operations are confined to a particular network domain and the client is outside this domain.</t>
        <t>For all the above cases, more details on using Group OSCORE are defined in <xref target="I-D.ietf-core-groupcomm-proxy"/>.</t>
      </section>
    </section>
    <section anchor="chap-security-considerations">
      <name>Security Considerations</name>
      <t>This section provides security considerations for CoAP group communication, in general and for the particular transport of IP multicast.</t>
      <section anchor="chap-security-considerations-nosec-mode">
        <name>CoAP NoSec Mode</name>
        <t>CoAP group communication, if not protected, is vulnerable to all the attacks mentioned in <xref section="11" sectionFormat="of" target="RFC7252"/> for IP multicast. Moreover, as also discussed in <xref target="I-D.irtf-t2trg-amplification-attacks"/>, the NoSec mode is susceptible to source IP address spoofing, hence amplification attacks are especially feasible and greatly effective, since a single request can result in multiple responses from multiple servers (see <xref target="ssec-amplification"/>).</t>
        <t>Therefore, it is NOT RECOMMENDED to use CoAP group communication in NoSec mode, also in order to prevent proliferation of high-volume amplification attacks as further discussed in <xref target="ssec-amplification"/>.
The requirement in <xref target="chap-unsecured-groupcomm"/> on publically accessible CoAP servers also aims to prevent amplification attacks.</t>
        <t>Exceptionally, and only after the security implications have been very well considered and understood, some applications may rely on a limited use of the NoSec mode, when performing specific, well-defined steps that are proven to not require security or to not be able to attain it.</t>
        <t>For example, early link-local discovery of devices and resources as part of an onboarding protocol is a typical use case where the NoSec mode or equivalent unsecured mode is used. In such a discovery step, there may be a querying device that needs to discover nearby devices capable of helping it with the network onboarding process. But there are no mutual security relations configured on the querying device and its neighbor devices at the time it performs the early discovery. These relations are configured later in the process based on secure device identities. Alternatively, a new device to be onboarded may wait for advertisements of nearby devices able to help it do the network onboarding process. Also in this case, these messages cannot be secured initially because the new device does not yet have any security relation configured with devices that are already a member of the network. See <xref target="I-D.ietf-anima-constrained-voucher"/> for an example of an onboarding protocol that can use CoAP multicast for early link-local discovery.</t>
        <t>As a further example, the NoSec mode may be useful in simple applications that neither involve nor may have an impact on sensitive data and personal information. These include, e.g., read-only temperature sensors deployed in an environment where a client reads temperature values but does not use this data to control actuators or to perform other automated actions.</t>
        <t>In the exception cases where NoSec mode is used, high-volume and harmful amplifications need to be prevented through appropriate and conservative device configurations: taking the early discovery query as an example, only a few CoAP servers are expected to be configured for responding to multicast group requests that are sent for discovery. And the time window during which such unsecured requests are accepted, can be limited as well. Furthermore the scope is also limited: only link-local requests are accepted.</t>
        <t>Except for the class of applications discussed above, and all the more so in applications that obviously have hard security requirements (e.g., health monitoring systems and alarm monitoring systems), CoAP group communication MUST NOT be used in NoSec mode.</t>
      </section>
      <section anchor="chap-security-considerations-sec-mode">
        <name>Group OSCORE</name>
        <t>Group OSCORE provides end-to-end application-level security. This has many desirable properties, including maintaining security assurances while forwarding traffic through intermediaries (proxies). Application-level security also tends to more cleanly separate security from the specific dynamics of security group membership (e.g., the problem of distributing security keys across large groups with many members that come and go).</t>
        <t>CoAP group communication MUST be protected by using Group OSCORE as specified in <xref target="I-D.ietf-core-oscore-groupcomm"/>, with the possible exception of specific, well-defined steps that are proven to not require security or to not be able to attain it (e.g., early discovery).</t>
        <t>The same security considerations from <xref section="13" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/> hold for this specification.</t>
        <section anchor="chap-security-considerations-sec-mode-key-mgmt">
          <name>Group Key Management</name>
          <t>A key management scheme for secure revocation and renewal of group security material, namely group rekeying, is required to be adopted in OSCORE groups. The key management scheme has to preserve forward security in the OSCORE group, as well as backward security if this is required by the application (see <xref target="chap-sec-group-maintenance"/>). In particular, the key management scheme MUST comply with the functional steps defined in <xref section="3.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>Even though security group policies vary depending on the specific applications and their security requirements, they SHOULD also take into account:</t>
          <ul spacing="normal">
            <li>The expected amount of time that the key management scheme requires to rekey the OSCORE group.</li>
            <li>The expected frequency of group membership changes in the OSCORE group (i.e., nodes joining and leaving).</li>
            <li>The identity of the specific CoAP endpoints as they join and leave the OSCORE group.</li>
          </ul>
          <t>In particular, it can be desirable to not rekey the OSCORE group upon every single membership change, in case group members frequently join and leave, and at the same time a single group rekeying instance takes a non-negligible time to complete.</t>
          <t>In such a case, the Group Manager can cautiously consider to rekey the OSCORE group, e.g., after a minimum number of nodes has joined or left the group within a pre-defined time interval, or according to communication patterns with predictable time intervals of network inactivity. This would prevent from paralyzing communications in the OSCORE group, when a slow rekeying scheme is used and frequently invoked.</t>
          <t>At the same time, the security implications of delaying the rekeying process have to be carefully considered and understood before employing such security group policies.</t>
          <t>In fact, this comes at the cost of not continuously preserving backward and forward security, since group rekeying might not occur upon every single change in the OSCORE group membership. That is, most recently joined nodes would have access to the security material used prior to their joining, and thus be able to access past group communications protected with that security material. Similarly, until the OSCORE group is rekeyed, most recently left nodes would retain access to group communications protected with the existing security material.</t>
        </section>
        <section anchor="chap-security-considerations-sec-mode-sauth">
          <name>Source Authentication</name>
          <t>Both the group mode and the pairwise mode of Group OSCORE ensure source authentication of messages exchanged by CoAP endpoints through CoAP group communication.</t>
          <t>To this end, outgoing messages are either signed by the message sender endpoint with its own private key (group mode), or protected with a symmetric key, which is in turn derived using the asymmetric keys of the message sender and recipient (pairwise mode).</t>
          <t>Thus, both modes allow a recipient CoAP endpoint to verify that a message has actually been originated and sent by a specific and identified CoAP endpoint as a member of the OSCORE group.</t>
          <t>Note that Group OSCORE does not protect the addressing information about the CoAP endpoint that has sent the message, e.g., the source IP address and port number used when sending the message. Therefore, Group OSCORE does not provide authentication of such source addressing information.</t>
        </section>
        <section anchor="chap-security-considerations-sec-mode-attacks">
          <name>Countering Attacks</name>
          <t>As discussed below, Group OSCORE addresses a number of security attacks mentioned in <xref section="11" sectionFormat="of" target="RFC7252"/>, with particular reference to their execution over IP multicast.</t>
          <ul spacing="normal">
            <li>Since Group OSCORE provides end-to-end confidentiality and integrity of request/response messages, proxies capable of group communication cannot break message protection, and thus cannot act as man-in-the-middle beyond their legitimate duties (see <xref section="11.2" sectionFormat="of" target="RFC7252"/>). In fact, intermediaries such as proxies are not assumed to have access to the OSCORE Security Context used by OSCORE group members. Also, with the notable addition of signatures for the group mode, Group OSCORE protects messages using the same procedure as OSCORE (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="8" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="9" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>), and especially processes CoAP options according to the same classification in U/I/E classes.</li>
            <li>
              <t>Group OSCORE limits the feasibility and impact of amplification attacks (see <xref target="ssec-amplification"/> of this document and <xref section="11.3" sectionFormat="of" target="RFC7252"/>), thanks to the handling of protected group requests on the server side. That is, upon receiving a group request protected with Group OSCORE, a server verifies whether the request is not a replay, and whether it has been originated and sent by the alleged CoAP endpoint in the OSCORE group.  </t>
              <t>
In order to perform the latter check of source authentication, the server either: i) verifies the signature included in the request by using the public key of the client, when the request is protected using the group mode (see <xref section="8.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>); or ii) decrypts and verifies the request by means of an additionally derived pairwise key associated with the client, when the request is protected using the pairwise mode (see <xref section="9.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).  </t>
              <t>
As also discussed in <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, it is recommended that, when failing to decrypt and verify an incoming group request protected with the group mode, a server does not send back any error message in case any of the following holds: the server determines that the request was indeed sent to the whole CoAP group (e.g., over IP multicast); or the server is not able to determine it altogether.  </t>
              <t>
Such a message processing on the server limits an adversary to leveraging an intercepted group request protected with Group OSCORE, and then altering the source address to be the one of the intended amplification victim.  </t>
              <t>
Furthermore, the adversary needs to consider a group request that specifically targets a resource for which the CoAP servers are configured to respond. While this can be often correctly inferable from the application context, it is not explicit from the group request itself, since Group OSCORE protects the Uri-Path and Uri-Query CoAP Options conveying the respective components of the target URI.  </t>
              <t>
As a further mitigation against amplification attacks, a server can also rely on the Echo Option for CoAP defined in <xref target="RFC9175"/> and include it in a response to a group request. By doing so, the server can assert that the alleged sender of the group request (i.e., the CoAP client associated with a certain authentication credential including the corresponding public key) is indeed reachable at the claimed source address of the group request, especially if such an address differs from the one used in previous group requests from the same (authenticated) device. Although responses including the Echo Option do still result in amplification, this is limited in volume compared to when all servers reply with a full response.  </t>
              <t>
Using the Echo Option does not provide authentication of source addressing information about the sender of a CoAP message. Also, using the Echo Option in itself does not provide source authentication of exchanged messages, which is achieved by means of Group OSCORE (see <xref target="chap-security-considerations-sec-mode-sauth"/>). Using the Echo Option together with Group OSCORE allows a CoAP server in the OSCORE group to assert the freshness of CoAP requests received from other members in the group.</t>
            </li>
            <li>
              <t>Group OSCORE limits the impact of attacks based on IP spoofing over IP multicast (see <xref section="11.4" sectionFormat="of" target="RFC7252"/>). In fact, requests and corresponding responses sent in the OSCORE group can be correctly generated only by CoAP endpoints that are legitimate members of the group.  </t>
              <t>
Within an OSCORE group, the shared symmetric-key security material strictly provides only group-level authentication. However, source authentication of messages is also ensured, both in the group mode by means of signatures (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="8.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="8.3" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>), and in the pairwise mode by using additionally derived pairwise keys (see Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="9.3" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="9.5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>). Thus, recipient endpoints can verify a message to have been originated and sent by the alleged, identifiable CoAP endpoint in the OSCORE group.  </t>
              <t>
As noted above, the server may additionally rely on the Echo Option for CoAP defined in <xref target="RFC9175"/>, in order to verify the aliveness and reachability of the client sending a request from a particular IP address.</t>
            </li>
            <li>Group OSCORE does not require members of an OSCORE group to be equipped with a good source of entropy for generating security material (see <xref section="11.6" sectionFormat="of" target="RFC7252"/>), and thus does not contribute to create an entropy-related attack vector against such (constrained) CoAP endpoints. In particular, the symmetric keys used for message encryption and decryption are derived through the same HMAC-based HKDF scheme used for OSCORE (see <xref section="3.2" sectionFormat="of" target="RFC8613"/>). Besides, the OSCORE Master Secret used in such derivation is securely generated by the Group Manager responsible for the OSCORE group, and securely provided to the CoAP endpoints when they join the OSCORE group.</li>
            <li>Group OSCORE prevents making any single member of an OSCORE group a target for subverting security in the whole group (see <xref section="11.6" sectionFormat="of" target="RFC7252"/>), even though all group members share (and can derive) the same symmetric-key security material used in the group. In fact, source authentication is always ensured for exchanged CoAP messages, as verifiable to be originated by the alleged, identifiable sender in the OSCORE group. This relies on including a signature computed with a node's individual private key (in the group mode), or on protecting messages with a pairwise symmetric key, which is in turn derived from the asymmetric keys of the sender and recipient CoAP endpoints (in the pairwise mode).</li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-amplification">
        <name>Risk of Amplification</name>
        <t><xref section="11.3" sectionFormat="of" target="RFC7252"/> highlights that CoAP group requests may be used for accidentally or deliberately performing Denial of Service attacks, especially in the form of a high-volume amplification attack, by using all the servers in the CoAP group as attack vectors.</t>
        <t>That is, following a group request sent to a CoAP group, each of the servers in the group may reply with a response which is likely larger in size than the group request. Thus, an attacker sending a single group request may achieve a high amplification factor, i.e., a high ratio between the size of the group request and the total size of the corresponding responses intended to the attack victim.</t>
        <t>Thus, consistently with <xref section="11.3" sectionFormat="of" target="RFC7252"/>, a server in a CoAP group:</t>
        <ul spacing="normal">
          <li>SHOULD limit the support for CoAP group requests only to the group resources of the application group(s) using that CoAP group;</li>
          <li>SHOULD NOT accept group requests that cannot be authenticated in some way, i.e., for which it is not possible to securely assert that they have been originated and sent by the alleged, identifiable CoAP endpoint in the OSCORE group;</li>
          <li>SHOULD NOT provide large amplification factors through its responses to a non-authenticated group request, possibly employing CoAP block-wise transfers <xref target="RFC7959"/> to reduce the amount of amplification.</li>
        </ul>
        <t>Amplification attacks using CoAP are further discussed in <xref target="I-D.irtf-t2trg-amplification-attacks"/>, which also highlights how the amplification factor would become even higher when CoAP group communication is combined with resource observation <xref target="RFC7641"/>. That is, a single group request may result in multiple notification responses from each of the responding servers, throughout the observation lifetime.</t>
        <t>Thus, consistently with <xref section="7" sectionFormat="of" target="RFC7641"/>, a server in a CoAP group MUST strictly limit the number of notifications it sends between receiving acknowledgments that confirm the actual interest of the client in continuing the observation.</t>
        <t>Moreover, it is especially easy to perform an amplification attack when the NoSec mode is used. Therefore, also in order to prevent an easy proliferation of high-volume amplification attacks, it is generally NOT RECOMMENDED to use CoAP group communication in NoSec mode (see <xref target="chap-security-considerations-nosec-mode"/>).</t>
        <t>Besides building on very well understood security implications and being limited to specific, well-defined steps that are proven to not require security or to not be able to attain it, possible exceptions should also be limited to use cases where accesses to a group resource have a specific, narrow, and well understood scope, and where only a few CoAP servers (or, ideally, only one) would possibly respond to a group request.</t>
        <t>A relevant exceptional example is a CoAP client performing the discovery of hosts such as a group manager or a Resource Directory <xref target="RFC9176"/>, by probing for them through a group request sent to the CoAP group. This early, unprotected step is relevant for a CoAP client that does not know the address of such hosts in advance, and that does not have yet configured a mutual security relation with them. In this kind of deployments, such a discovery procedure does not result in a considerable and harmful amplification, since only the few CoAP servers that are the object of discovery are going to respond to the group request targeting that specific resource. In particular, those hosts can be the only CoAP servers in that specific CoAP group (hence listening for group requests sent to that group), and/or the only CoAP servers explicitly configured to respond to group requests targeting specific group resources.</t>
        <t>With the exception of such particular use cases, group communications MUST be secured using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, see <xref target="chap-oscore"/>. As discussed in <xref target="chap-security-considerations-sec-mode-attacks"/>, this limits the feasibility and impact of amplification attacks.</t>
      </section>
      <section anchor="replay-of-non-confirmable-messages">
        <name>Replay of Non-Confirmable Messages</name>
        <t>Since all requests sent over IP multicast are Non-confirmable, a client might not be able to know if an adversary has actually captured one of its transmitted requests and later re-injected it in the group as a replay to the server nodes. In fact, even if the servers sent back responses to the replayed request, the client would typically not have a valid matching request active anymore, so this attack would not accomplish anything in the client.</t>
        <t>If Group OSCORE is used, such a replay attack on the servers is prevented, since a client protects each different request with a different Sequence Number value, which is in turn included as Partial IV in the protected message and takes part in the construction of the AEAD cipher nonce. Thus, a server would be able to detect the replayed request, by checking the conveyed Partial IV against its own replay window in the OSCORE Recipient Context associated with the client.</t>
        <t>This requires a server to have a synchronized, up-to-date view of the sequence number used by the client. If such synchronization is lost, e.g., due to a reboot, or suspected so, the server should use the challenge-response synchronization method based on the Echo Option for CoAP defined in <xref target="RFC9175"/> as described in Section 10 of <xref target="I-D.ietf-core-oscore-groupcomm"/>, in order to (re-)synchronize with the client's sequence number.</t>
      </section>
      <section anchor="use-of-coap-no-response-option">
        <name>Use of CoAP No-Response Option</name>
        <t>When CoAP group communication is used in CoAP NoSec (No Security)
mode (see <xref target="chap-unsecured-groupcomm"/>), the CoAP No-Response Option <xref target="RFC7967"/> could be misused by a malicious client to evoke as many responses from servers to a group request as possible, by using the value '0' -- Interested in all responses. This might even override the default behavior of a CoAP server to suppress the response in case there is nothing of interest to respond with. Therefore, this option can be used to perform an amplification attack (see <xref target="ssec-amplification"/>).</t>
        <t>A proposed mitigation is to only allow this option to relax the standard suppression rules for a resource in case the option is sent by an authenticated client. If sent by an unauthenticated client, the option can be used to expand the classes of responses suppressed compared to the default rules but not to reduce the classes of responses suppressed.</t>
      </section>
      <section anchor="sec-security-considerations-6lowpan-mpl">
        <name>6LoWPAN and MPL</name>
        <t>In a 6LoWPAN network, the MPL <xref target="RFC7731"/> protocol may be used to forward multicast packets throughout the network. A 6LoWPAN Router that forwards a large IPv6 packet may have a relatively high impact on the occupation of the wireless channel because sending a large packet consists of the transmission of multiple link-layer IEEE 802.15.4 frames. Also, a constrained 6LoWPAN Router may experience a high memory load due to buffering of the large packet -- MPL requires an MPL Forwarder to store the packet for a longer duration, to allow multiple forwarding transmissions to neighboring Forwarders. This could allow an attacker on the 6LoWPAN network or outside the 6LoWPAN network to execute a Denial of Service (DoS) attack by sending large IPv6 multicast packets. This is also an amplification attack in general, because each of potentially multiple MPL Forwarder(s) repeats the transmission of the IPv6 packet potentially multiple times, hence amplifying the original amount of data sent by the attacker considerably.</t>
        <t>The amplification factor may be even further increased by the loss of link-layer frames. If one or more of the fragments are not received correctly by an MPL Forwarder during its packet reassembly time window, the Forwarder discards all received fragments and it will likely at a future point in time trigger a neighboring MPL Forwarder to send the IPv6 packet (fragments) again, because its internal state marks this packet (that it failed to received previously) still as a "new" IPv6 packet. Hence this leads to an MPL Forwarder signaling to neighbors its "old" state, triggering additional transmission(s) of all packet fragments.</t>
        <t>For these reasons, a large IPv6 multicast packet is a possible attack vector in a Denial of Service (DoS) amplification attack on a 6LoWPAN network. See <xref target="ssec-amplification"/> of this document and <xref section="11.3" sectionFormat="of" target="RFC7252"/> for more details on amplification. To mitigate the risk, applications sending multicast IPv6 requests to 6LoWPAN hosted CoAP servers SHOULD limit the size of the request to avoid 6LoWPAN fragmentation of the request packet. A 6LoWPAN Router or (MPL) multicast forwarder SHOULD deprioritize forwarding for multi-fragment 6LoWPAN multicast packets. 6LoWPAN Border Routers are typical ingress points where multicast traffic enters into a 6LoWPAN network. Specific MPL Forwarders (whether located on a 6LBR or not) may also be configured as ingress points. Any such ingress point SHOULD implement multicast packet filtering to prevent unwanted multicast traffic from entering a 6LoWPAN network from the outside. For example, it could filter out all multicast packets for which there is no known multicast listener on the 6LoWPAN network. See <xref target="sec-other-protocols"/> for protocols that allow multicast listeners to signal which groups they would like to listen to. As part of multicast packet filtering, the ingress point SHOULD implement a filtering criterion based on the size of the multicast packet. Ingress multicast packets above a defined size may then be dropped or deprioritized.</t>
      </section>
      <section anchor="wi-fi">
        <name>Wi-Fi</name>
        <t>In a home automation scenario using Wi-Fi, Wi-Fi security
   should be enabled to prevent rogue nodes from joining.  The Customer
   Premises Equipment (CPE) that enables access to the Internet should
   also have its IP multicast filters set so that it enforces multicast
   scope boundaries to isolate local multicast groups from the rest of
   the Internet (e.g., as per <xref target="RFC6092"/>). In addition, the scope of
   IP multicast transmissions and listeners should be site-local (5) or smaller.  For
   site-local scope, the CPE will be an appropriate multicast scope
   boundary point.</t>
      </section>
      <section anchor="monitoring">
        <name>Monitoring</name>
        <section anchor="general-monitoring">
          <name>General Monitoring</name>
          <t>CoAP group communication can be used to control a set of
   related devices: for example, to simultaneously turn on all the lights in a
   room. This intrinsically exposes the communicating devices to some unique
   monitoring risks, which they are not as vulnerable to when not using group communication.</t>
          <t>For example, an attacker might be able to
   physically see a set of lights turn on in a room. Then, the attacker
   can correlate an observed CoAP group communication message to the observed
   coordinated group action -- even if the CoAP message is (partly) encrypted.
   This will give the attacker side-channel information
   to plan further attacks (e.g., by determining the members of the CoAP group, some network topology information may be deduced).</t>
        </section>
        <section anchor="pervasive-monitoring">
          <name>Pervasive Monitoring</name>
          <t>CoAP traffic is typically used for the Internet of Things, and CoAP (multicast) group communication may specifically be used for conveniently controlling and monitoring critical infrastructure (e.g., lights, alarms, HVAC, electrical grid, etc.).</t>
          <t>However, this may be a prime target of pervasive monitoring attacks <xref target="RFC7258"/>, which have to be considered as a key additional threat for group communication. For example, an attacker may attempt to record all the CoAP traffic going over a smart grid (i.e., networked electrical utility) and try to determine critical nodes for further attacks. For instance, the source node (controller) sends out CoAP group messages, which easily identifies it as a controller.</t>
          <t>CoAP group communication built on top of IP multicast is inherently more vulnerable compared to communications solely relying on IP unicast, since the same packet may be replicated over many multiple links. In particular, this yields a higher probability of packet capture by a pervasive monitoring system, which in turn results in more information available to analyze within the same time interval. Moreover, a single CoAP group request potentially results in multiple CoAP responses, thus further contributing to the information available to analyze.</t>
          <t>This requires CoAP group communication solutions that are built on top of IP multicast to pay particular attention to these dangers.</t>
          <t>In order to limit the ease of interception of group communication messages, one mitigation is to restrict the scope of IP multicast to the minimal scope that fulfills the application need. See the congestion control recommendations in the last bullet of
   <xref target="sec-congestion"/> to minimize the scope. Thus, for example, realm-local IP multicast scope is always preferred over site-local scope IP multicast, if it fulfills the application needs.</t>
          <t>Even if CoAP group communications are encrypted/protected (see <xref target="chap-oscore"/>), an attacker may still attempt to capture this traffic and perform an off-line attack in the future.</t>
        </section>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC1122">
          <front>
            <title>Requirements for Internet Hosts - Communication Layers</title>
            <author fullname="R. Braden" initials="R." role="editor" surname="Braden"/>
            <date month="October" year="1989"/>
            <abstract>
              <t>This RFC is an official specification for the Internet community. It incorporates by reference, amends, corrects, and supplements the primary protocol standards documents relating to hosts. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="3"/>
          <seriesInfo name="RFC" value="1122"/>
          <seriesInfo name="DOI" value="10.17487/RFC1122"/>
        </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="RFC3376">
          <front>
            <title>Internet Group Management Protocol, Version 3</title>
            <author fullname="B. Cain" initials="B." surname="Cain"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="I. Kouvelas" initials="I." surname="Kouvelas"/>
            <author fullname="B. Fenner" initials="B." surname="Fenner"/>
            <author fullname="A. Thyagarajan" initials="A." surname="Thyagarajan"/>
            <date month="October" year="2002"/>
          </front>
          <seriesInfo name="RFC" value="3376"/>
          <seriesInfo name="DOI" value="10.17487/RFC3376"/>
        </reference>
        <reference anchor="RFC4443">
          <front>
            <title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="M. Gupta" initials="M." role="editor" surname="Gupta"/>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol). ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="89"/>
          <seriesInfo name="RFC" value="4443"/>
          <seriesInfo name="DOI" value="10.17487/RFC4443"/>
        </reference>
        <reference anchor="RFC4944">
          <front>
            <title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
            <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
            <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar"/>
            <author fullname="J. Hui" initials="J." surname="Hui"/>
            <author fullname="D. Culler" initials="D." surname="Culler"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document describes the frame format for transmission of IPv6 packets and the method of forming IPv6 link-local addresses and statelessly autoconfigured addresses on IEEE 802.15.4 networks. Additional specifications include a simple header compression scheme using shared context and provisions for packet delivery in IEEE 802.15.4 meshes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4944"/>
          <seriesInfo name="DOI" value="10.17487/RFC4944"/>
        </reference>
        <reference anchor="RFC6282">
          <front>
            <title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
            <author fullname="J. Hui" initials="J." role="editor" surname="Hui"/>
            <author fullname="P. Thubert" initials="P." surname="Thubert"/>
            <date month="September" year="2011"/>
            <abstract>
              <t>This document updates RFC 4944, "Transmission of IPv6 Packets over IEEE 802.15.4 Networks". This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs). The compression format relies on shared context to allow compression of arbitrary prefixes. How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers. UDP header compression is specified within this framework. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6282"/>
          <seriesInfo name="DOI" value="10.17487/RFC6282"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8075">
          <front>
            <title>Guidelines for Mapping Implementations: HTTP to the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Castellani" initials="A." surname="Castellani"/>
            <author fullname="S. Loreto" initials="S." surname="Loreto"/>
            <author fullname="A. Rahman" initials="A." surname="Rahman"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="E. Dijk" initials="E." surname="Dijk"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This document provides reference information for implementing a cross-protocol network proxy that performs translation from the HTTP protocol to the Constrained Application Protocol (CoAP). This will enable an HTTP client to access resources on a CoAP server through the proxy. This document describes how an HTTP request is mapped to a CoAP request and how a CoAP response is mapped back to an HTTP response. This includes guidelines for status code, URI, and media type mappings, as well as additional interworking advice.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8075"/>
          <seriesInfo name="DOI" value="10.17487/RFC8075"/>
        </reference>
        <reference anchor="RFC8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource. In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable. Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </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="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <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="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9175">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document specifies enhancements to the Constrained Application Protocol (CoAP) that mitigate security issues in particular use cases. The Echo option enables a CoAP server to verify the freshness of a request or to force a client to demonstrate reachability at its claimed network address. The Request-Tag option allows the CoAP server to match block-wise message fragments belonging to the same request. This document updates RFC 7252 with respect to the following: processing requirements for client Tokens, forbidding non-secure reuse of Tokens to ensure response-to-request binding when CoAP is used with a security protocol, and amplification mitigation (where the use of the Echo option is now recommended).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9175"/>
          <seriesInfo name="DOI" value="10.17487/RFC9175"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of CoAP messages exchanged between members of a group, e.g.,
   sent over IP multicast.  In particular, the described protocol
   defines how OSCORE is used in a group communication setting to
   provide source authentication for CoAP group requests, sent by a
   client to multiple servers, and for protection of the corresponding
   CoAP responses.  Group OSCORE also defines a pairwise mode where each
   member of the group can efficiently derive a symmetric pairwise key
   with any other member of the group for pairwise OSCORE communication.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-21"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.bormann-core-responses">
          <front>
            <title>CoAP: Non-traditional response forms</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="3" month="March" year="2024"/>
            <abstract>
              <t>   In CoAP as defined by RFC 7252, responses are always unicast back to
   a client that posed a request.  The present memo describes two forms
   of responses that go beyond that model.  These descriptions are not
   intended as advocacy for adopting these approaches immediately, they
   are provided to point out potential avenues for development that
   would have to be carefully evaluated.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-core-responses-02"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-proxy">
          <front>
            <title>Proxy Operations for CoAP Group Communication</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   This document specifies the operations performed by a proxy, when
   using the Constrained Application Protocol (CoAP) in group
   communication scenarios.  Such a proxy processes a single request
   sent by a client over unicast, and distributes the request to a group
   of servers, e.g., over UDP/IP multicast as the defined default
   transport protocol.  Then, the proxy collects the individual
   responses from those servers and relays those responses back to the
   client, in a way that allows the client to distinguish the responses
   and their origin servers through embedded addressing information.
   This document updates RFC7252 with respect to caching of response
   messages at proxies.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-proxy-01"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-discovery">
          <front>
            <title>Discovery of OSCORE Groups with the CoRE Resource Directory</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
         </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   Group communication over the Constrained Application Protocol (CoAP)
   can be secured by means of Group Object Security for Constrained
   RESTful Environments (Group OSCORE).  At deployment time, devices may
   not know the exact security groups to join, the respective Group
   Manager, or other information required to perform the joining
   process.  This document describes how a CoAP endpoint can use
   descriptions and links of resources registered at the CoRE Resource
   Directory to discover security groups and to acquire information for
   joining them through the respective Group Manager.  A given security
   group may protect multiple application groups, which are separately
   announced in the Resource Directory as sets of endpoints sharing a
   pool of resources.  This approach is consistent with, but not limited
   to, the joining of security groups based on the ACE framework for
   Authentication and Authorization in constrained environments.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-discovery-15"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-gm-admin">
          <front>
            <title>Admin Interface for the OSCORE Group Manager</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   Group communication for CoAP can be secured using Group Object
   Security for Constrained RESTful Environments (Group OSCORE).  A
   Group Manager is responsible for handling the joining of new group
   members, as well as managing and distributing the group keying
   material.  This document defines a RESTful admin interface at the
   Group Manager that allows an Administrator entity to create and
   delete OSCORE groups, as well as to retrieve and update their
   configuration.  The ACE framework for Authentication and
   Authorization is used to enforce authentication and authorization of
   the Administrator at the Group Manager.  Protocol-specific transport
   profiles of ACE are used to achieve communication security, proof-of-
   possession, and server authentication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oscore-gm-admin-11"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-voucher">
          <front>
            <title>Constrained Bootstrapping Remote Secure Key Infrastructure (cBRSKI)</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>vanderstok consultancy</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="3" month="March" year="2024"/>
            <abstract>
              <t>   This document defines the Constrained Bootstrapping Remote Secure Key
   Infrastructure (cBRSKI) protocol, which provides a solution for
   secure zero-touch onboarding of resource-constrained (IoT) devices
   into the network of a domain owner.  This protocol is designed for
   constrained networks, which may have limited data throughput or may
   experience frequent packet loss. cBRSKI is a variant of the BRSKI
   protocol, which uses an artifact signed by the device manufacturer
   called the "voucher" which enables a new device and the owner's
   network to mutually authenticate.  While the BRSKI voucher data is
   encoded in JSON, cBRSKI uses a compact CBOR-encoded voucher.  The
   BRSKI voucher data definition is extended with new data types that
   allow for smaller voucher sizes.  The Enrollment over Secure
   Transport (EST) protocol, used in BRSKI, is replaced with EST-over-
   CoAPS; and HTTPS used in BRSKI is replaced with DTLS-secured CoAP
   (CoAPS).  This document Updates RFC 8995 and RFC 9148.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-voucher-24"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pubsub">
          <front>
            <title>A publish-subscribe architecture for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Jaime Jimenez" initials="J." surname="Jimenez">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Michael Koster" initials="M." surname="Koster">
              <organization>Dogtiger Labs</organization>
            </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <date day="18" month="April" year="2024"/>
            <abstract>
              <t>   This document describes a publish-subscribe architecture for the
   Constrained Application Protocol (CoAP), extending the capabilities
   of CoAP communications for supporting endpoints with long breaks in
   connectivity and/or up-time.  CoAP clients publish on and subscribe
   to a topic via a corresponding topic resource at a CoAP server acting
   as broker.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pubsub-14"/>
        </reference>
        <reference anchor="I-D.ietf-core-transport-indication">
          <front>
            <title>CoAP Transport Indication</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Martine Sophie Lenders" initials="M. S." surname="Lenders">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <date day="18" month="March" year="2024"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP, [RFC7252]) is available
   over different transports (UDP, DTLS, TCP, TLS, WebSockets), but
   lacks a way to unify these addresses.  This document provides
   terminology and provisions based on Web Linking [RFC8288] to express
   alternative transports available to a device, and to optimize
   exchanges using these.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-transport-indication-05"/>
        </reference>
        <reference anchor="I-D.irtf-t2trg-amplification-attacks">
          <front>
            <title>Amplification Attacks Using the Constrained Application Protocol (CoAP)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
              <organization>Energy Harvesting Solutions</organization>
            </author>
            <date day="21" month="February" year="2024"/>
            <abstract>
              <t>   Protecting Internet of Things (IoT) devices against attacks is not
   enough.  IoT deployments need to make sure that they are not used for
   Distributed Denial-of-Service (DDoS) attacks.  DDoS attacks are
   typically done with compromised devices or with amplification attacks
   using a spoofed source address.  This document gives examples of
   different theoretical amplification attacks using the Constrained
   Application Protocol (CoAP).  The goal with this document is to raise
   awareness and to motivate generic and protocol-specific
   recommendations on the usage of CoAP.  Some of the discussed attacks
   can be mitigated by not using NoSec or by using the Echo option.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-t2trg-amplification-attacks-03"/>
        </reference>
        <reference anchor="I-D.ietf-6lo-multicast-registration">
          <front>
            <title>IPv6 Neighbor Discovery Multicast and Anycast Address Listener Subscription</title>
            <author fullname="Pascal Thubert" initials="P." surname="Thubert">
         </author>
            <date day="16" month="April" year="2024"/>
            <abstract>
              <t>   This document updates the 6LoWPAN extensions to IPv6 Neighbor
   Discovery (RFC 4861, RFC 8505) to enable a listener to subscribe to
   an IPv6 anycast or multicast address; the document updates RPL (RFC
   6550, RFC 6553) to add a new Non-Storing Multicast Mode and a new
   support for anycast addresses in Storing and Non-Storing Modes.  This
   document extends RFC 9010 to enable the 6LR to inject the anycast and
   multicast addresses in RPL.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6lo-multicast-registration-18"/>
        </reference>
        <reference anchor="RFC3810">
          <front>
            <title>Multicast Listener Discovery Version 2 (MLDv2) for IPv6</title>
            <author fullname="R. Vida" initials="R." role="editor" surname="Vida"/>
            <author fullname="L. Costa" initials="L." role="editor" surname="Costa"/>
            <date month="June" year="2004"/>
            <abstract>
              <t>This document updates RFC 2710, and it specifies Version 2 of the ulticast Listener Discovery Protocol (MLDv2). MLD is used by an IPv6 router to discover the presence of multicast listeners on directly attached links, and to discover which multicast addresses are of interest to those neighboring nodes. MLDv2 is designed to be interoperable with MLDv1. MLDv2 adds the ability for a node to report interest in listening to packets with a particular multicast address only from specific source addresses or from all sources except for specific source addresses. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3810"/>
          <seriesInfo name="DOI" value="10.17487/RFC3810"/>
        </reference>
        <reference anchor="RFC6092">
          <front>
            <title>Recommended Simple Security Capabilities in Customer Premises Equipment (CPE) for Providing Residential IPv6 Internet Service</title>
            <author fullname="J. Woodyatt" initials="J." role="editor" surname="Woodyatt"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document identifies a set of recommendations for the makers of devices and describes how to provide for "simple security" capabilities at the perimeter of local-area IPv6 networks in Internet-enabled homes and small offices. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6092"/>
          <seriesInfo name="DOI" value="10.17487/RFC6092"/>
        </reference>
        <reference anchor="RFC6550">
          <front>
            <title>RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks</title>
            <author fullname="T. Winter" initials="T." role="editor" surname="Winter"/>
            <author fullname="P. Thubert" initials="P." role="editor" surname="Thubert"/>
            <author fullname="A. Brandt" initials="A." surname="Brandt"/>
            <author fullname="J. Hui" initials="J." surname="Hui"/>
            <author fullname="R. Kelsey" initials="R." surname="Kelsey"/>
            <author fullname="P. Levis" initials="P." surname="Levis"/>
            <author fullname="K. Pister" initials="K." surname="Pister"/>
            <author fullname="R. Struik" initials="R." surname="Struik"/>
            <author fullname="JP. Vasseur" initials="JP." surname="Vasseur"/>
            <author fullname="R. Alexander" initials="R." surname="Alexander"/>
            <date month="March" year="2012"/>
            <abstract>
              <t>Low-Power and Lossy Networks (LLNs) are a class of network in which both the routers and their interconnect are constrained. LLN routers typically operate with constraints on processing power, memory, and energy (battery power). Their interconnects are characterized by high loss rates, low data rates, and instability. LLNs are comprised of anything from a few dozen to thousands of routers. Supported traffic flows include point-to-point (between devices inside the LLN), point-to-multipoint (from a central control point to a subset of devices inside the LLN), and multipoint-to-point (from devices inside the LLN towards a central control point). This document specifies the IPv6 Routing Protocol for Low-Power and Lossy Networks (RPL), which provides a mechanism whereby multipoint-to-point traffic from devices inside the LLN towards a central control point as well as point-to-multipoint traffic from the central control point to the devices inside the LLN are supported. Support for point-to-point traffic is also available. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6550"/>
          <seriesInfo name="DOI" value="10.17487/RFC6550"/>
        </reference>
        <reference anchor="RFC6636">
          <front>
            <title>Tuning the Behavior of the Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) for Routers in Mobile and Wireless Networks</title>
            <author fullname="H. Asaeda" initials="H." surname="Asaeda"/>
            <author fullname="H. Liu" initials="H." surname="Liu"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="May" year="2012"/>
            <abstract>
              <t>The Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) are the protocols used by hosts and multicast routers to exchange their IP multicast group memberships with each other. This document describes ways to achieve IGMPv3 and MLDv2 protocol optimization for mobility and aims to become a guideline for the tuning of IGMPv3/MLDv2 Queries, timers, and counter values. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6636"/>
          <seriesInfo name="DOI" value="10.17487/RFC6636"/>
        </reference>
        <reference anchor="RFC7258">
          <front>
            <title>Pervasive Monitoring Is an Attack</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>Pervasive monitoring is a technical attack that should be mitigated in the design of IETF protocols, where possible.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="188"/>
          <seriesInfo name="RFC" value="7258"/>
          <seriesInfo name="DOI" value="10.17487/RFC7258"/>
        </reference>
        <reference anchor="RFC7346">
          <front>
            <title>IPv6 Multicast Address Scopes</title>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <date month="August" year="2014"/>
            <abstract>
              <t>This document updates the definitions of IPv6 multicast scopes and therefore updates RFCs 4007 and 4291.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7346"/>
          <seriesInfo name="DOI" value="10.17487/RFC7346"/>
        </reference>
        <reference anchor="RFC7390">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Rahman" initials="A." role="editor" surname="Rahman"/>
            <author fullname="E. Dijk" initials="E." role="editor" surname="Dijk"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for constrained devices and constrained networks. It is anticipated that constrained devices will often naturally operate in groups (e.g., in a building automation scenario, all lights in a given room may need to be switched on/off as a group). This specification defines how CoAP should be used in a group communication context. An approach for using CoAP on top of IP multicast is detailed based on existing CoAP functionality as well as new features introduced in this specification. Also, various use cases and corresponding protocol flows are provided to illustrate important concepts. Finally, guidance is provided for deployment in various network topologies.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7390"/>
          <seriesInfo name="DOI" value="10.17487/RFC7390"/>
        </reference>
        <reference anchor="RFC7731">
          <front>
            <title>Multicast Protocol for Low-Power and Lossy Networks (MPL)</title>
            <author fullname="J. Hui" initials="J." surname="Hui"/>
            <author fullname="R. Kelsey" initials="R." surname="Kelsey"/>
            <date month="February" year="2016"/>
            <abstract>
              <t>This document specifies the Multicast Protocol for Low-Power and Lossy Networks (MPL), which provides IPv6 multicast forwarding in constrained networks. MPL avoids the need to construct or maintain any multicast forwarding topology, disseminating messages to all MPL Forwarders in an MPL Domain.</t>
              <t>MPL has two modes of operation. One mode uses the Trickle algorithm to manage control-plane and data-plane message transmissions and is applicable for deployments with few multicast sources. The other mode uses classic flooding. By providing both modes and parameterization of the Trickle algorithm, an MPL implementation can be used in a variety of multicast deployments and can trade between dissemination latency and transmission efficiency.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7731"/>
          <seriesInfo name="DOI" value="10.17487/RFC7731"/>
        </reference>
        <reference anchor="RFC7967">
          <front>
            <title>Constrained Application Protocol (CoAP) Option for No Server Response</title>
            <author fullname="A. Bhattacharyya" initials="A." surname="Bhattacharyya"/>
            <author fullname="S. Bandyopadhyay" initials="S." surname="Bandyopadhyay"/>
            <author fullname="A. Pal" initials="A." surname="Pal"/>
            <author fullname="T. Bose" initials="T." surname="Bose"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>There can be machine-to-machine (M2M) scenarios where server responses to client requests are redundant. This kind of open-loop exchange (with no response path from the server to the client) may be desired to minimize resource consumption in constrained systems while updating many resources simultaneously or performing high-frequency updates. CoAP already provides Non-confirmable (NON) messages that are not acknowledged by the recipient. However, the request/response semantics still require the server to respond with a status code indicating "the result of the attempt to understand and satisfy the request", per RFC 7252.</t>
              <t>This specification introduces a CoAP option called 'No-Response'. Using this option, the client can explicitly express to the server its disinterest in all responses against the particular request. This option also provides granular control to enable expression of disinterest to a particular response class or a combination of response classes. The server MAY decide to suppress the response by not transmitting it back to the client according to the value of the No-Response option in the request. This option may be effective for both unicast and multicast requests. This document also discusses a few examples of applications that benefit from this option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7967"/>
          <seriesInfo name="DOI" value="10.17487/RFC7967"/>
        </reference>
        <reference anchor="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC8710">
          <front>
            <title>Multipart Content-Format for the Constrained Application Protocol (CoAP)</title>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This memo defines application/multipart-core, an application-independent media type that can be used to combine representations of zero or more different media types (each with a Constrained Application Protocol (CoAP) Content-Format identifier) into a single representation, with minimal framing overhead.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8710"/>
          <seriesInfo name="DOI" value="10.17487/RFC8710"/>
        </reference>
        <reference anchor="RFC9019">
          <front>
            <title>A Firmware Update Architecture for Internet of Things</title>
            <author fullname="B. Moran" initials="B." surname="Moran"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="M. Meriac" initials="M." surname="Meriac"/>
            <date month="April" year="2021"/>
            <abstract>
              <t>Vulnerabilities in Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism suitable for devices with resource constraints. Incorporating such an update mechanism is a fundamental requirement for fixing vulnerabilities, but it also enables other important capabilities such as updating configuration settings and adding new functionality.</t>
              <t>In addition to the definition of terminology and an architecture, this document provides the motivation for the standardization of a manifest format as a transport-agnostic means for describing and protecting firmware updates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9019"/>
          <seriesInfo name="DOI" value="10.17487/RFC9019"/>
        </reference>
        <reference anchor="RFC9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="RFC9177">
          <front>
            <title>Constrained Application Protocol (CoAP) Block-Wise Transfer Options Supporting Robust Transmission</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document specifies alternative Constrained Application Protocol (CoAP) block-wise transfer options: Q-Block1 and Q-Block2.</t>
              <t>These options are similar to, but distinct from, the CoAP Block1 and Block2 options defined in RFC 7959. The Q-Block1 and Q-Block2 options are not intended to replace the Block1 and Block2 options but rather have the goal of supporting Non-confirmable (NON) messages for large amounts of data with fewer packet interchanges. Also, the Q-Block1 and Q-Block2 options support faster recovery should any of the blocks get lost in transmission.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9177"/>
          <seriesInfo name="DOI" value="10.17487/RFC9177"/>
        </reference>
        <reference anchor="RFC9124">
          <front>
            <title>A Manifest Information Model for Firmware Updates in Internet of Things (IoT) Devices</title>
            <author fullname="B. Moran" initials="B." surname="Moran"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <date month="January" year="2022"/>
            <abstract>
              <t>Vulnerabilities with Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism that is also suitable for constrained devices. Ensuring that devices function and remain secure over their service lifetime requires such an update mechanism to fix vulnerabilities, update configuration settings, and add new functionality.</t>
              <t>One component of such a firmware update is a concise and machine-processable metadata document, or manifest, that describes the firmware image(s) and offers appropriate protection. This document describes the information that must be present in the manifest.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9124"/>
          <seriesInfo name="DOI" value="10.17487/RFC9124"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="Californium" target="https://github.com/eclipse/californium">
          <front>
            <title>Eclipse Californium</title>
            <author>
              <organization>Eclipse Foundation</organization>
            </author>
            <date year="2022" month="June"/>
          </front>
        </reference>
        <reference anchor="Go-CoAP" target="https://github.com/go-ocf/go-coap">
          <front>
            <title>Go-CoAP</title>
            <author>
              <organization>Open Connectivity Foundation (OCF)</organization>
            </author>
            <date year="2022" month="June"/>
          </front>
        </reference>
        <reference anchor="libcoap" target="https://github.com/obgm/libcoap">
          <front>
            <title>libcoap</title>
            <author initials="O." surname="Bergmann" fullname="Olaf Bergmann">
              <organization>TZI</organization>
            </author>
            <date year="2022" month="June"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="appendix-usecases">
      <name>Use Cases</name>
      <t>To illustrate where and how CoAP-based group communication can be used, this section summarizes the most common use cases. These use cases include both secured and non-secured CoAP usage. Each subsection below covers one particular category of use cases for CoRE. Within each category, a use case may cover multiple application areas such as home IoT, commercial building IoT (sensing and control), industrial IoT/control, or environmental sensing.</t>
      <section anchor="discovery">
        <name>Discovery</name>
        <t>Discovery of physical devices in a network, or discovery of information entities hosted on network devices, are operations that are usually required in a system during the phases of setup or (re)configuration. When a discovery use case involves devices that need to interact without having been configured previously with a common security context, unsecured CoAP communication is typically used. Discovery may involve a request to a directory server, which provides services to aid clients in the discovery process. One particular type of directory server is the CoRE Resource Directory <xref target="RFC9176"/>; and there may be other types of directories that can be used with CoAP.</t>
        <section anchor="sec-uc-dd">
          <name>Distributed Device Discovery</name>
          <t>Device discovery is the discovery and identification of networked devices -- optionally only devices of a particular class, type, model, or brand. Group communication is used for distributed device discovery, if a central directory server is not used. Typically in distributed device discovery, a multicast request is sent to a particular address (or address range) and multicast scope of interest, and any devices configured to be discoverable will respond back. For the alternative solution of centralized device discovery a central directory server is accessed through unicast, in which case group communication is not needed. This requires that the address of the central directory is either preconfigured in each device or configured during operation using a protocol.</t>
          <t>In CoAP, device discovery can be implemented by CoAP resource discovery requesting (GET) a particular resource that the sought device class, type, model, or brand is known to respond to. It can also be implemented using CoAP resource discovery (<xref section="7" sectionFormat="of" target="RFC7252"/>) and the CoAP query interface defined in <xref section="4" sectionFormat="of" target="RFC6690"/> to find these particular resources.</t>
        </section>
        <section anchor="sec-uc-sd">
          <name>Distributed Service Discovery</name>
          <t>Service discovery is the discovery and identification of particular services hosted on network devices. Services can be identified by one or more parameters such as ID, name, protocol, version, and/or type. Distributed service discovery involves group communication to reach individual devices hosting a particular service; with a central directory server not being used.</t>
          <t>In CoAP, services are represented as resources and service discovery is implemented using resource discovery (<xref section="7" sectionFormat="of" target="RFC7252"/>) and the CoAP query interface defined in <xref section="4" sectionFormat="of" target="RFC6690"/>.</t>
        </section>
        <section anchor="sec-uc-dirdiscovery">
          <name>Directory Discovery</name>
          <t>This use case is a specific subcase of Distributed Service Discovery (<xref target="sec-uc-sd"/>), in which a device needs to identify the location of a Directory on the network to which it
can e.g., register its own offered services, or to which it can perform queries to identify and locate other devices/services it needs to access on
the network. <xref section="3.3" sectionFormat="of" target="RFC7390"/> showed an example of discovering a CoRE Resource Directory using CoAP group communication. As defined in <xref target="RFC9176"/>, a resource directory is a web entity that stores information about web resources and implements REST interfaces for registration and lookup of those resources. For example, a device can register itself to a resource directory to let it be found by other devices and/or applications.</t>
        </section>
      </section>
      <section anchor="operational-phase">
        <name>Operational Phase</name>
        <t>Operational phase use cases describe those operations that occur most frequently in a networked system, during its operational lifetime and regular operation. Regular usage is when the applications on networked devices perform the tasks they were designed for and exchange of application-related data using group communication occurs. Processes like system reconfiguration, group changes, system/device setup, extra group security changes, etc. are not part of regular operation.</t>
        <section anchor="actuator-group-control">
          <name>Actuator Group Control</name>
          <t>Group communication can be beneficial to control actuators that need to act in synchrony, as a cohesive collection, with strict timing (latency) requirements. Examples are office lighting, stage lighting, street lighting, or audio alert/Public Address systems. Sections <xref target="RFC7390" section="3.4" sectionFormat="bare"/> and <xref target="RFC7390" section="3.5" sectionFormat="bare"/> of <xref target="RFC7390"/> showed examples of lighting control of a set of 6LoWPAN-connected lights.</t>
        </section>
        <section anchor="device-group-status-request">
          <name>Device Group Status Request</name>
          <t>To properly monitor the status of systems, there may be a need for ad-hoc, unplanned status updates. Group communication can be used to quickly send out a request to a (potentially large) number of devices for specific information. Each device then responds back with the requested data. Those devices that did not respond to the request can optionally be polled again via reliable unicast communication to complete the dataset. A set of devices may be defined as a CoAP group, e.g., as intended to cover "all temperature sensors on floor 3", or "all lights in wing B". For example, it could be a status request for device temperature, most recent sensor event detected, firmware version, network load, and/or battery level.</t>
        </section>
        <section anchor="network-wide-query">
          <name>Network-wide Query</name>
          <t>In some cases, a whole network or subnet of multiple IP devices needs to be queried for status or other information. This is similar to the previous use case except that the set of devices is not defined in terms of its function/type but in terms of its network location. Technically this is also similar to distributed service discovery (<xref target="sec-uc-sd"/>) where a query is processed by all devices on a network -- except that the query is not about services offered by the device, but rather specific operational data is requested.</t>
        </section>
        <section anchor="network-wide-group-notification">
          <name>Network-wide / Group Notification</name>
          <t>In some cases, a whole network, or subnet of multiple IP devices, or a specific target set of devices needs to be notified of a status change or other information. This is similar to the previous two use cases except that the recipients are not expected to respond with some information. Unreliable notification can be acceptable in some use cases, in which a recipient does not respond with a confirmation of having received the notification. In such a case, the receiving CoAP server does not have to create a CoAP response. If the sender needs confirmation of reception, the CoAP servers can be configured for that resource to respond with a 2.xx success status after processing a notification request successfully.</t>
        </section>
      </section>
      <section anchor="software-update">
        <name>Software Update</name>
        <t>Group communication can be useful to efficiently distribute new software (firmware, image, application, etc.) to a set of multiple devices, e.g., by relying on the SUIT firmware update architecture <xref target="RFC9019"/> and its manifest information model <xref target="RFC9124"/>. In this case, a CoAP group can be defined in terms of the device type of its members: all devices in the target CoAP group are known to be capable of installing and running the new software. The software is distributed as a series of smaller blocks that are collected by all devices and stored in memory. All devices in the target CoAP group are usually responsible for integrity verification of the received software; which can be done per-block or for the entire software image once all blocks have been received. Due to the inherent unreliability of CoAP multicast, there needs to be a backup mechanism (e.g., implemented using CoAP unicast) by which a device can individually request missing blocks of a whole software image/entity. Prior to a multicast software update, the CoAP group of recipients can be separately notified that there is new software available and coming, using the above network-wide or group notification.</t>
      </section>
    </section>
    <section anchor="sec-examples-app-group-naming">
      <name>Examples of Group Naming for Application Groups</name>
      <t>This section provides examples for the different methods that can be used to name application groups, as defined in <xref target="sec-groupnaming-app"/>.</t>
      <t>The shown examples consider a CoAP group identified by the group hostname grp.example. Its members are CoAP servers listening to the associated IP multicast address ff35:30:2001:db8:f1::8000:1 and port number 5685.</t>
      <t>Note that a group hostname is used here to have better-readable examples. As discussed in <xref target="sec-groupnaming-app"/> when considering the authority component and its host subcomponent in the Group URI, in practice an implementation would likely use an IP address literal as the host component of the Group URI, in order to reduce the size of the CoAP request. In particular, the Uri-Host Option can be fully elided in this case.</t>
      <t>Also note that the Uri-Port Option does not appear in the examples, since the port number 5685 is already included in the CoAP request's UDP header (which is not shown in the examples).</t>
      <section anchor="sec-examples-app-group-naming-path">
        <name>Group Naming using the URI Path Component</name>
        <t><xref target="fig-gname-path-example"/> provides an example where the URI path component is used for naming application groups.</t>
        <figure anchor="fig-gname-path-example">
          <name>Example of application group name in URI path (1/2)</name>
          <artwork><![CDATA[
   Application group name: gp1

   Group URI: coap://grp.example:5685/gp/gp1/light?foo=bar

   CoAP group request
      Header: GET (T=NON, Code=0.01, MID=0x7d41)
      Uri-Host: grp.example
      Uri-Path: gp
      Uri-Path: gp1
      Uri-Path: light
      Uri-Query: foo=bar
]]></artwork>
        </figure>
        <t><xref target="fig-gname-path-example-2"/> provides a different example, where an IPv6 literal address and the default CoAP port number 5683 are used in the authority component, which yields a compact CoAP request. Also the resource structure is different in this example.</t>
        <figure anchor="fig-gname-path-example-2">
          <name>Example of application group name in URI path (2/2)</name>
          <artwork><![CDATA[
   Application group name: gp1

   Group URI: coap://[ff35:30:2001:db8:f1::8000:1]/g/gp1/li

   CoAP group request
      Header: POST (T=NON, Code=0.02, MID=0x7d41)
      Uri-Path: g
      Uri-Path: gp1
      Uri-Path: li
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-app-group-naming-query">
        <name>Group Naming using the URI Query Component</name>
        <t><xref target="fig-gname-query1-example"/> provides an example where the URI query component is used for naming application groups. In particular, it considers the first alternative discussed in <xref target="sec-groupnaming-app"/>, where the URI query component consists of only one parameter, which has no value and has the name of the application group as its own identifier.</t>
        <figure anchor="fig-gname-query1-example">
          <name>Example of application group name in URI query (1/2)</name>
          <artwork><![CDATA[
   Application group name: gp1

   Group URI: coap://grp.example:5685/light?gp1

   CoAP group request
      Header: GET (T=NON, Code=0.01, MID=0x7d41)
      Uri-Host: grp.example
      Uri-Path: light
      Uri-Query: gp1
]]></artwork>
        </figure>
        <t><xref target="fig-gname-query2-example"/> provides another example, which considers the second alternative discussed in <xref target="sec-groupnaming-app"/>. In particular, the URI query component includes a query parameter "gp" as designated indicator, with value the name of the application group.</t>
        <figure anchor="fig-gname-query2-example">
          <name>Example of application group name in URI query (2/2)</name>
          <artwork><![CDATA[
   Application group name: gp1

   Group URI: coap://grp.example:5685/light?foo=bar&gp=gp1

   CoAP group request
      Header: GET (T=NON, Code=0.01, MID=0x7d41)
      Uri-Host: grp.example
      Uri-Path: light
      Uri-Query: foo=bar
      Uri-Query: gp=gp1
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-app-group-naming-authority">
        <name>Group Naming using the URI Authority Component</name>
        <t><xref target="fig-gname-auth-example"/> provides an example where the URI authority component as a whole is used for naming application groups.</t>
        <figure anchor="fig-gname-auth-example">
          <name>Example of application group name in URI authority</name>
          <artwork><![CDATA[
   Application group name: grp.example:5685

   Group URI: coap://grp.example:5685/light?foo=bar

   CoAP group request
      Header: GET (T=NON, Code=0.01, MID=0x7d41)
      Uri-Host: grp.example
      Uri-Path: light
      Uri-Query: foo=bar
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-app-group-naming-host">
        <name>Group Naming using the URI Host Subcomponent</name>
        <t><xref target="fig-gname-host-example"/> provides an example where the URI host subcomponent of the URI authority component is used for naming application groups.</t>
        <figure anchor="fig-gname-host-example">
          <name>Example of application group name in URI host</name>
          <artwork><![CDATA[
   Application group name: grp.example

   Group URI: coap://grp.example:5685/light?foo=bar

   CoAP group request
      Header: GET (T=NON, Code=0.01, MID=0x7d41)
      Uri-Host: grp.example
      Uri-Path: light
      Uri-Query: foo=bar
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-app-group-naming-port">
        <name>Group Naming using the URI Port Subcomponent</name>
        <t><xref target="fig-gname-port-example"/> provides an example where the URI port subcomponent of the URI authority component is used for naming application groups.</t>
        <figure anchor="fig-gname-port-example">
          <name>Example of application group name in URI port</name>
          <artwork><![CDATA[
   Application group name: grp1, as inferable from port number 5685

   Group URI: coap://grp.example:5685/light?foo=bar

   CoAP group request
      Header: GET(T=NON, Code=0.01, MID=0x7d41)
      Uri-Host: grp.example
      Uri-Path: light
      Uri-Query: foo=bar
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-app-group-naming-option">
        <name>Group Naming using a Custom CoAP Option</name>
        <t><xref target="fig-gname-custom-option-example"/> provides an example where a new, custom CoAP Option, namely App-Group-Name, is used for naming application groups.</t>
        <figure anchor="fig-gname-custom-option-example">
          <name>Example of application group name in a new CoAP Option</name>
          <artwork><![CDATA[
   Application group name: grp1

   Group URI: coap://grp.example:5685/light?foo=bar

   CoAP group request
      Header: GET (T=NON, Code=0.01, MID=0x7d41)
      Uri-Host: grp.example
      Uri-Path: light
      Uri-Query: foo=bar
      App-Group-Name: grp1  // new (e.g., custom) CoAP option
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-examples-group-discovery">
      <name>Examples of Group Discovery from CoAP Servers</name>
      <t>This section provides examples for the different methods that a CoAP client can use to discover application groups and CoAP groups by interacting with CoAP servers, as defined in <xref target="sssec-discovery-from-servers"/>.</t>
      <t>The examples build on the same assumptions considered in <xref target="sssec-discovery-from-servers"/>. In addition, a CoAP group is used and is identified by the URI authority grp.example:5685.</t>
      <section anchor="sec-examples-group-discovery-1">
        <name>Application Groups Associated with a CoAP Group</name>
        <t><xref target="fig-app-gp-discovery-example1"/> provides an example where a CoAP client discovers all the application groups associated with a specific CoAP group.</t>
        <t>As a result, the client gains knowledge of: i) the set of servers that are members of the specified CoAP group and member of any of the associated application groups; ii) for each of those servers, the name of the application groups where the server is a member and that are associated with the CoAP group.</t>
        <t>Each of the servers S1 and S2 is identified by the IP source address of the CoAP response. If the client wishes to discover resources that a particular server hosts within a particular application group, it may use unicast discovery request(s) to this server, i.e., to its respective unicast IP address. Alternatively the client may use the discovered group resource type (e.g., rt=g.light) to infer which resources are present below the group resource.</t>
        <figure anchor="fig-app-gp-discovery-example1">
          <name>Discovery of application groups associated with a CoAP group</name>
          <artwork><![CDATA[
   // Request to all members of the CoAP group
   Req: GET coap://grp.example:5685/.well-known/core?rt=g.*

   // Response from server S1, as member of:
   //   - The CoAP group "grp.example:5685"
   //   - The application group "gp1"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   </gp/gp1>;rt=g.light

   // Response from server S2, as member of:
   // - The CoAP group "grp.example:5685"
   // - The application groups "gp1" and "gp2"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   </gp/gp1>;rt=g.light,
   </gp/gp2>;rt=g.temp
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-group-discovery-2">
        <name>Members of a Given Application Group</name>
        <t><xref target="fig-app-gp-discovery-example2"/> provides an example where a CoAP client discovers the CoAP servers that are members of a specific application group and the CoAP group associated with the application group.</t>
        <t>Note that, unlike in the example shown in <xref target="sec-examples-group-discovery-1"/>, now the servers need to respond with an absolute URI and not a relative URI. This is necessary because the responding CoAP endpoint serving the Link Format document (on port 5683) is a different CoAP endpoint from the one hosting the group resource "gp1" (on port 5685). Due to this situation, the responding server includes the full (absolute) URI in the Link Format response from which the client can conveniently gain knowledge of the CoAP group.</t>
        <t>Also note that a server could equally well respond with the literal IPv6 multicast address within square brackets instead of the CoAP group name "grp.example". In that case, the client would still gain knowledge of the CoAP group, albeit in a different representation.</t>
        <figure anchor="fig-app-gp-discovery-example2">
          <name>Discovery of members of an application group, together with the associated CoAP group</name>
          <artwork><![CDATA[
   // Request to realm-local members of the application group "gp1"
   Req: GET coap://[ff03::fd]/.well-known/core?href=/gp/gp1

   // CoAP response from server S1, as member of:
   //   - The CoAP group "grp.example:5685"
   //   - The application group "gp1"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=g.light

   // CoAP response from server S2, as member of:
   // - The CoAP group "grp.example:5685"
   // - The application groups "gp1"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=g.light
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-group-discovery-3">
        <name>Members of any Application Group of a Given Type</name>
        <t><xref target="fig-app-gp-discovery-example3"/> provides an example where a CoAP client  discovers the CoAP servers that are members of any application group of a specific type, and the CoAP group associated with those application groups.</t>
        <figure anchor="fig-app-gp-discovery-example3">
          <name>Discovery of members of application groups of a specified type, and of the associated CoAP group</name>
          <artwork><![CDATA[
   // Request to realm-local members of application groups
   // with group type "g.temp"
   Req: GET coap://[ff03::fd]/.well-known/core?rt=g.temp

   // Response from server S1, as member of:
   //   - The CoAP group "grp.example:5685"
   //   - The application group "gp1" of type "g.temp"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=g.temp

   // Response from server S2, as member of:
   //   - The CoAP group "grp.example:5685"
   //   - The application groups "gp1" and "gp2" of type "g.temp"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=g.temp,
   <coap://grp.example:5685/gp/gp2>;rt=g.temp
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-examples-group-discovery-4">
        <name>Members of any Application Group in the Network</name>
        <t><xref target="fig-app-gp-discovery-example4"/> provides an example where a CoAP client discovers the CoAP servers that are members of any application group configured in the 6LoWPAN wireless mesh network of the client, and the CoAP group associated with each application group. In this example, the scope is realm-local to address all servers in the current 6LoWPAN wireless mesh network of the client.</t>
        <figure anchor="fig-app-gp-discovery-example4">
          <name>Discovery of the resources and members of any application group, and of the associated CoAP group</name>
          <artwork><![CDATA[
   // Request to realm-local members of any application group
   Req: GET coap://[ff03::fd]/.well-known/core?rt=g.*

   // Response from server S1, as member of:
   //   - The CoAP groups "grp.example:5685" and "grp2.example"
   //   - The application groups "gp1" and "gp5"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=g.light,
   <coap://grp2.example/gp/gp5>;rt=g.lock

   // Response from server S2, as member of:
   //   - The CoAP group "grp.example:5685"
   //   - The application groups "gp1" and "gp2"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=g.light,
   <coap://grp.example:5685/gp/gp2>;rt=g.light

   // Response from server S3, as member of:
   //   - The CoAP group "grp2.example"
   //   - The application group "gp5"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp2.example/gp/gp5>;rt=g.lock
]]></artwork>
        </figure>
        <t>Alternatively, some applications may use the "rt" attribute on a parent resource to denote support for a particular REST API to access child resources.</t>
        <t>For instance, <xref target="fig-app-gp-discovery-example5"/> provides a different example where a custom Link Format attribute "gpt" is used to denote the group type within the scope of the application/system. An alternative, shorter encoding (not shown in the figure) is to use only the value "1" for each "gpt" attribute, in order to denote that the resource is of type application group. In that case, information about the semantics/API of the group resource is disclosed only via the "rt" attribute as shown in the figure.</t>
        <figure anchor="fig-app-gp-discovery-example5">
          <name>Example of using a custom 'gpt' link attribute to denote group type</name>
          <artwork><![CDATA[
   // Request to realm-local members of any application group
   Req: GET coap://[ff03::fd]/.well-known/core?gpt=*

   // Response from server S1, as member of:
   //   - The CoAP groups "grp.example:5685" and "grp2.example"
   //   - The application groups "gp1" and "gp5"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=oic.d.light;gpt=light,
   <coap://grp2.example/gp/gp5>;rt=oic.d.smartlock;gpt=lock

   // Response from server S2, as member of:
   //   - The CoAP group "grp.example:5685"
   //   - The application groups "gp1" and "gp2"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp.example:5685/gp/gp1>;rt=oic.d.light;gpt=light,
   <coap://grp.example:5685/gp/gp2>;rt=oic.d.light;gpt=light

   // Response from server S3, as member of:
   //   - The CoAP group "grp2.example"
   //   - The application group "gp5"
   Res: 2.05 (Content)
   Content-Format: 40
   Payload:
   <coap://grp2.example/gp/gp5>;rt=oic.d.smartlock;gpt=lock
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-examples-exchanges">
      <name>Examples of Message Exchanges</name>
      <t>This section provides examples of different message exchanges when CoAP is used with group communication. The examples consider:</t>
      <ul spacing="normal">
        <li>A client with address ADDR_CLIENT and port number PORT_CLIENT.</li>
        <li>A CoAP group associated with the IP multicast address ADDR_GRP and port number PORT_GRP.</li>
        <li>An application group "gp1" associated with the CoAP group above.</li>
        <li>Three servers A, B, and C, all of which are members of the CoAP group above and of the application group "gp1". Each server X (with X equal to A, B, or C): listens to its own address ADDR_X and port number PORT_X; and listens to the address ADDR_GRP and port number PORT_GRP. For each server its PORT_X may be different from PORT_GRP or may be equal to it, in general.</li>
      </ul>
      <t>In <xref target="fig-exchange-example"/>, the client sends a Non-confirmable GET request to the CoAP group, targeting the resource "temperature" in the application group "gp1". All servers reply with a 2.05 (Content) response, although the response from server B is lost. As source port number of their response, servers A and B use the destination port number of the request, i.e., PORT_GRP. Instead, server C uses its own port number PORT_C.</t>
      <figure anchor="fig-exchange-example">
        <name>Example of Non-confirmable group request, followed by Non-confirmable Responses</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="512" width="576" viewBox="0 0 576 512" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 32,48 L 32,496" fill="none" stroke="black"/>
              <path d="M 168,48 L 168,104" fill="none" stroke="black"/>
              <path d="M 168,152 L 168,296" fill="none" stroke="black"/>
              <path d="M 168,312 L 168,408" fill="none" stroke="black"/>
              <path d="M 168,424 L 168,496" fill="none" stroke="black"/>
              <path d="M 192,48 L 192,136" fill="none" stroke="black"/>
              <path d="M 192,152 L 192,408" fill="none" stroke="black"/>
              <path d="M 192,424 L 192,496" fill="none" stroke="black"/>
              <path d="M 216,48 L 216,496" fill="none" stroke="black"/>
              <path d="M 32,80 L 160,80" fill="none" stroke="black"/>
              <path d="M 120,112 L 184,112" fill="none" stroke="black"/>
              <path d="M 144,144 L 208,144" fill="none" stroke="black"/>
              <path d="M 40,208 L 168,208" fill="none" stroke="black"/>
              <path d="M 72,304 L 192,304" fill="none" stroke="black"/>
              <path d="M 40,416 L 216,416" fill="none" stroke="black"/>
              <path d="M 96,80 L 112,112" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="216,144 204,138.4 204,149.6" fill="black" transform="rotate(0,208,144)"/>
              <polygon class="arrowhead" points="192,112 180,106.4 180,117.6" fill="black" transform="rotate(0,184,112)"/>
              <polygon class="arrowhead" points="168,80 156,74.4 156,85.6" fill="black" transform="rotate(0,160,80)"/>
              <polygon class="arrowhead" points="48,416 36,410.4 36,421.6" fill="black" transform="rotate(180,40,416)"/>
              <polygon class="arrowhead" points="48,208 36,202.4 36,213.6" fill="black" transform="rotate(180,40,208)"/>
              <g class="text">
                <text x="28" y="36">Client</text>
                <text x="168" y="36">A</text>
                <text x="192" y="36">B</text>
                <text x="216" y="36">C</text>
                <text x="64" y="68">GET</text>
                <text x="256" y="84">Source:</text>
                <text x="384" y="84">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="100">Destination:</text>
                <text x="400" y="100">ADDR_GRP:PORT_GRP</text>
                <text x="256" y="116">Header:</text>
                <text x="304" y="116">GET</text>
                <text x="352" y="116">(T=NON,</text>
                <text x="428" y="116">Code=0.01,</text>
                <text x="520" y="116">MID=0x7d41)</text>
                <text x="132" y="132">`.</text>
                <text x="168" y="132">|</text>
                <text x="252" y="132">Token:</text>
                <text x="300" y="132">0x86</text>
                <text x="264" y="148">Uri-Path:</text>
                <text x="324" y="148">"gp"</text>
                <text x="264" y="164">Uri-Path:</text>
                <text x="328" y="164">"gp1"</text>
                <text x="264" y="180">Uri-Path:</text>
                <text x="360" y="180">"temperature"</text>
                <text x="256" y="212">Source:</text>
                <text x="352" y="212">ADDR_A:PORT_GRP</text>
                <text x="100" y="228">2.05</text>
                <text x="276" y="228">Destination:</text>
                <text x="424" y="228">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="244">Header:</text>
                <text x="308" y="244">2.05</text>
                <text x="360" y="244">(T=NON,</text>
                <text x="436" y="244">Code=2.05,</text>
                <text x="528" y="244">MID=0x60b1)</text>
                <text x="252" y="260">Token:</text>
                <text x="300" y="260">0x86</text>
                <text x="260" y="276">Payload:</text>
                <text x="320" y="276">"22.3</text>
                <text x="356" y="276">C"</text>
                <text x="64" y="308">X</text>
                <text x="256" y="308">Source:</text>
                <text x="352" y="308">ADDR_B:PORT_GRP</text>
                <text x="100" y="324">2.05</text>
                <text x="276" y="324">Destination:</text>
                <text x="424" y="324">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="340">Header:</text>
                <text x="308" y="340">2.05</text>
                <text x="360" y="340">(T=NON,</text>
                <text x="436" y="340">Code=2.05,</text>
                <text x="528" y="340">MID=0x01a0)</text>
                <text x="252" y="356">Token:</text>
                <text x="300" y="356">0x86</text>
                <text x="260" y="372">Payload:</text>
                <text x="320" y="372">"20.9</text>
                <text x="356" y="372">C"</text>
                <text x="256" y="420">Source:</text>
                <text x="344" y="420">ADDR_C:PORT_C</text>
                <text x="100" y="436">2.05</text>
                <text x="276" y="436">Destination:</text>
                <text x="424" y="436">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="452">Header:</text>
                <text x="308" y="452">2.05</text>
                <text x="360" y="452">(T=NON,</text>
                <text x="436" y="452">Code=2.05,</text>
                <text x="528" y="452">MID=0x952a)</text>
                <text x="252" y="468">Token:</text>
                <text x="300" y="468">0x86</text>
                <text x="260" y="484">Payload:</text>
                <text x="320" y="484">"21.0</text>
                <text x="356" y="484">C"</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
Client              A  B  C
   |                |  |  |
   |  GET           |  |  |
   +-------+------->|  |  | Source: ADDR_CLIENT:PORT_CLIENT
   |        \       |  |  | Destination: ADDR_GRP:PORT_GRP
   |         `.------->|  | Header: GET (T=NON, Code=0.01, MID=0x7d41)
   |           `.   |  |  | Token: 0x86
   |             `------->| Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "temperature"
   |                |  |  |
   |<---------------+  |  | Source: ADDR_A:PORT_GRP
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x60b1)
   |                |  |  | Token: 0x86
   |                |  |  | Payload: "22.3 C"
   |                |  |  |
   |   X---------------+  | Source: ADDR_B:PORT_GRP
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x01a0)
   |                |  |  | Token: 0x86
   |                |  |  | Payload: "20.9 C"
   |                |  |  |
   |                |  |  |
   |<---------------------+ Source: ADDR_C:PORT_C
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x952a)
   |                |  |  | Token: 0x86
   |                |  |  | Payload: "21.0 C"
   |                |  |  |
]]></artwork>
        </artset>
      </figure>
      <t>In <xref target="fig-exchange-example-observe"/>, the client sends a Non-confirmable GET request to the CoAP group, targeting and requesting to observe the resource "temperature" in the application group "gp1". All servers reply with a 2.05 (Content) notification response. As source port number of their response, servers A and B use the destination port number of the request, i.e., PORT_GRP. Instead, server C uses its own port number PORT_C. Some time later, all servers send a 2.05 (Content) notification response, with the new representation of the "temperature" resource as payload.</t>
      <figure anchor="fig-exchange-example-observe">
        <name>Example of Non-confirmable Observe group request, followed by Non-confirmable Responses as Observe notifications</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="960" width="576" viewBox="0 0 576 960" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 32,48 L 32,544" fill="none" stroke="black"/>
              <path d="M 32,608 L 32,944" fill="none" stroke="black"/>
              <path d="M 168,48 L 168,104" fill="none" stroke="black"/>
              <path d="M 168,152 L 168,328" fill="none" stroke="black"/>
              <path d="M 168,344 L 168,440" fill="none" stroke="black"/>
              <path d="M 168,456 L 168,544" fill="none" stroke="black"/>
              <path d="M 168,608 L 168,728" fill="none" stroke="black"/>
              <path d="M 168,744 L 168,840" fill="none" stroke="black"/>
              <path d="M 168,856 L 168,944" fill="none" stroke="black"/>
              <path d="M 192,48 L 192,136" fill="none" stroke="black"/>
              <path d="M 192,152 L 192,440" fill="none" stroke="black"/>
              <path d="M 192,456 L 192,544" fill="none" stroke="black"/>
              <path d="M 192,608 L 192,840" fill="none" stroke="black"/>
              <path d="M 192,856 L 192,944" fill="none" stroke="black"/>
              <path d="M 216,48 L 216,544" fill="none" stroke="black"/>
              <path d="M 216,608 L 216,944" fill="none" stroke="black"/>
              <path d="M 32,80 L 160,80" fill="none" stroke="black"/>
              <path d="M 120,112 L 184,112" fill="none" stroke="black"/>
              <path d="M 144,144 L 208,144" fill="none" stroke="black"/>
              <path d="M 40,224 L 168,224" fill="none" stroke="black"/>
              <path d="M 40,336 L 192,336" fill="none" stroke="black"/>
              <path d="M 40,448 L 216,448" fill="none" stroke="black"/>
              <path d="M 40,624 L 168,624" fill="none" stroke="black"/>
              <path d="M 40,736 L 192,736" fill="none" stroke="black"/>
              <path d="M 40,848 L 216,848" fill="none" stroke="black"/>
              <path d="M 96,80 L 112,112" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="216,144 204,138.4 204,149.6" fill="black" transform="rotate(0,208,144)"/>
              <polygon class="arrowhead" points="192,112 180,106.4 180,117.6" fill="black" transform="rotate(0,184,112)"/>
              <polygon class="arrowhead" points="168,80 156,74.4 156,85.6" fill="black" transform="rotate(0,160,80)"/>
              <polygon class="arrowhead" points="48,848 36,842.4 36,853.6" fill="black" transform="rotate(180,40,848)"/>
              <polygon class="arrowhead" points="48,736 36,730.4 36,741.6" fill="black" transform="rotate(180,40,736)"/>
              <polygon class="arrowhead" points="48,624 36,618.4 36,629.6" fill="black" transform="rotate(180,40,624)"/>
              <polygon class="arrowhead" points="48,448 36,442.4 36,453.6" fill="black" transform="rotate(180,40,448)"/>
              <polygon class="arrowhead" points="48,336 36,330.4 36,341.6" fill="black" transform="rotate(180,40,336)"/>
              <polygon class="arrowhead" points="48,224 36,218.4 36,229.6" fill="black" transform="rotate(180,40,224)"/>
              <g class="text">
                <text x="28" y="36">Client</text>
                <text x="168" y="36">A</text>
                <text x="192" y="36">B</text>
                <text x="216" y="36">C</text>
                <text x="64" y="68">GET</text>
                <text x="256" y="84">Source:</text>
                <text x="384" y="84">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="100">Destination:</text>
                <text x="400" y="100">ADDR_GRP:PORT_GRP</text>
                <text x="256" y="116">Header:</text>
                <text x="304" y="116">GET</text>
                <text x="352" y="116">(T=NON,</text>
                <text x="428" y="116">Code=0.01,</text>
                <text x="520" y="116">MID=0x7d41)</text>
                <text x="132" y="132">`.</text>
                <text x="168" y="132">|</text>
                <text x="252" y="132">Token:</text>
                <text x="300" y="132">0x86</text>
                <text x="260" y="148">Observe:</text>
                <text x="304" y="148">0</text>
                <text x="356" y="148">(register)</text>
                <text x="264" y="164">Uri-Path:</text>
                <text x="324" y="164">"gp"</text>
                <text x="264" y="180">Uri-Path:</text>
                <text x="328" y="180">"gp1"</text>
                <text x="264" y="196">Uri-Path:</text>
                <text x="360" y="196">"temperature"</text>
                <text x="256" y="228">Source:</text>
                <text x="352" y="228">ADDR_A:PORT_GRP</text>
                <text x="100" y="244">2.05</text>
                <text x="276" y="244">Destination:</text>
                <text x="424" y="244">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="260">Header:</text>
                <text x="308" y="260">2.05</text>
                <text x="360" y="260">(T=NON,</text>
                <text x="436" y="260">Code=2.05,</text>
                <text x="528" y="260">MID=0x60b1)</text>
                <text x="252" y="276">Token:</text>
                <text x="300" y="276">0x86</text>
                <text x="260" y="292">Observe:</text>
                <text x="304" y="292">3</text>
                <text x="260" y="308">Payload:</text>
                <text x="320" y="308">"22.3</text>
                <text x="356" y="308">C"</text>
                <text x="256" y="340">Source:</text>
                <text x="352" y="340">ADDR_B:PORT_GRP</text>
                <text x="100" y="356">2.05</text>
                <text x="276" y="356">Destination:</text>
                <text x="424" y="356">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="372">Header:</text>
                <text x="308" y="372">2.05</text>
                <text x="360" y="372">(T=NON,</text>
                <text x="436" y="372">Code=2.05,</text>
                <text x="528" y="372">MID=0x01a0)</text>
                <text x="252" y="388">Token:</text>
                <text x="300" y="388">0x86</text>
                <text x="260" y="404">Observe:</text>
                <text x="308" y="404">13</text>
                <text x="260" y="420">Payload:</text>
                <text x="320" y="420">"20.9</text>
                <text x="356" y="420">C"</text>
                <text x="256" y="452">Source:</text>
                <text x="344" y="452">ADDR_C:PORT_C</text>
                <text x="100" y="468">2.05</text>
                <text x="276" y="468">Destination:</text>
                <text x="424" y="468">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="484">Header:</text>
                <text x="308" y="484">2.05</text>
                <text x="360" y="484">(T=NON,</text>
                <text x="436" y="484">Code=2.05,</text>
                <text x="528" y="484">MID=0x952a)</text>
                <text x="252" y="500">Token:</text>
                <text x="300" y="500">0x86</text>
                <text x="260" y="516">Observe:</text>
                <text x="308" y="516">23</text>
                <text x="260" y="532">Payload:</text>
                <text x="320" y="532">"21.0</text>
                <text x="356" y="532">C"</text>
                <text x="36" y="580">//</text>
                <text x="64" y="580">The</text>
                <text x="128" y="580">temperature</text>
                <text x="208" y="580">changes</text>
                <text x="256" y="580">...</text>
                <text x="256" y="628">Source:</text>
                <text x="352" y="628">ADDR_A:PORT_GRP</text>
                <text x="100" y="644">2.05</text>
                <text x="276" y="644">Destination:</text>
                <text x="424" y="644">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="660">Header:</text>
                <text x="308" y="660">2.05</text>
                <text x="360" y="660">(T=NON,</text>
                <text x="436" y="660">Code=2.05,</text>
                <text x="528" y="660">MID=0x60b2)</text>
                <text x="252" y="676">Token:</text>
                <text x="300" y="676">0x86</text>
                <text x="260" y="692">Observe:</text>
                <text x="304" y="692">7</text>
                <text x="260" y="708">Payload:</text>
                <text x="320" y="708">"32.3</text>
                <text x="356" y="708">C"</text>
                <text x="256" y="740">Source:</text>
                <text x="352" y="740">ADDR_B:PORT_GRP</text>
                <text x="100" y="756">2.05</text>
                <text x="276" y="756">Destination:</text>
                <text x="424" y="756">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="772">Header:</text>
                <text x="308" y="772">2.05</text>
                <text x="360" y="772">(T=NON,</text>
                <text x="436" y="772">Code=2.05,</text>
                <text x="528" y="772">MID=0x01a1)</text>
                <text x="252" y="788">Token:</text>
                <text x="300" y="788">0x86</text>
                <text x="260" y="804">Observe:</text>
                <text x="308" y="804">18</text>
                <text x="260" y="820">Payload:</text>
                <text x="320" y="820">"30.9</text>
                <text x="356" y="820">C"</text>
                <text x="256" y="852">Source:</text>
                <text x="344" y="852">ADDR_C:PORT_C</text>
                <text x="100" y="868">2.05</text>
                <text x="276" y="868">Destination:</text>
                <text x="424" y="868">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="884">Header:</text>
                <text x="308" y="884">2.05</text>
                <text x="360" y="884">(T=NON,</text>
                <text x="436" y="884">Code=2.05,</text>
                <text x="528" y="884">MID=0x952b)</text>
                <text x="252" y="900">Token:</text>
                <text x="300" y="900">0x86</text>
                <text x="260" y="916">Observe:</text>
                <text x="308" y="916">29</text>
                <text x="260" y="932">Payload:</text>
                <text x="320" y="932">"31.0</text>
                <text x="356" y="932">C"</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
Client              A  B  C
   |                |  |  |
   |  GET           |  |  |
   +-------+------->|  |  | Source: ADDR_CLIENT:PORT_CLIENT
   |        \       |  |  | Destination: ADDR_GRP:PORT_GRP
   |         `.------->|  | Header: GET (T=NON, Code=0.01, MID=0x7d41)
   |           `.   |  |  | Token: 0x86
   |             `------->| Observe: 0 (register)
   |                |  |  | Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "temperature"
   |                |  |  |
   |<---------------+  |  | Source: ADDR_A:PORT_GRP
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x60b1)
   |                |  |  | Token: 0x86
   |                |  |  | Observe: 3
   |                |  |  | Payload: "22.3 C"
   |                |  |  |
   |<------------------+  | Source: ADDR_B:PORT_GRP
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x01a0)
   |                |  |  | Token: 0x86
   |                |  |  | Observe: 13
   |                |  |  | Payload: "20.9 C"
   |                |  |  |
   |<---------------------+ Source: ADDR_C:PORT_C
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x952a)
   |                |  |  | Token: 0x86
   |                |  |  | Observe: 23
   |                |  |  | Payload: "21.0 C"
   |                |  |  |

   // The temperature changes ...

   |                |  |  |
   |<---------------+  |  | Source: ADDR_A:PORT_GRP
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x60b2)
   |                |  |  | Token: 0x86
   |                |  |  | Observe: 7
   |                |  |  | Payload: "32.3 C"
   |                |  |  |
   |<------------------+  | Source: ADDR_B:PORT_GRP
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x01a1)
   |                |  |  | Token: 0x86
   |                |  |  | Observe: 18
   |                |  |  | Payload: "30.9 C"
   |                |  |  |
   |<---------------------+ Source: ADDR_C:PORT_C
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x952b)
   |                |  |  | Token: 0x86
   |                |  |  | Observe: 29
   |                |  |  | Payload: "31.0 C"
   |                |  |  |
]]></artwork>
        </artset>
      </figure>
      <t>In <xref target="fig-exchange-example-blockwise"/>, the client sends a Non-confirmable GET request to the CoAP group, targeting the resource "log" in the application group "gp1", and requesting a blockwise transfer. All servers reply with a 2.05 (Content) response including the first block. As source port number of its response, each server uses its own port number. After obtaining the first block, the client requests the following blocks separately from each server, by means of unicast exchanges.</t>
      <figure anchor="fig-exchange-example-blockwise">
        <name>Example of Non-confirmable group request starting a blockwise transfer, followed by Non-confirmable Responses with the first block. The transfer continues over confirmable unicast exchanges</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="2208" width="576" viewBox="0 0 576 2208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 32,48 L 32,2176" fill="none" stroke="black"/>
              <path d="M 168,48 L 168,104" fill="none" stroke="black"/>
              <path d="M 168,152 L 168,328" fill="none" stroke="black"/>
              <path d="M 168,344 L 168,440" fill="none" stroke="black"/>
              <path d="M 168,456 L 168,1112" fill="none" stroke="black"/>
              <path d="M 168,1128 L 168,1256" fill="none" stroke="black"/>
              <path d="M 168,1272 L 168,1384" fill="none" stroke="black"/>
              <path d="M 168,1400 L 168,1528" fill="none" stroke="black"/>
              <path d="M 168,1544 L 168,1656" fill="none" stroke="black"/>
              <path d="M 168,1672 L 168,1800" fill="none" stroke="black"/>
              <path d="M 168,1816 L 168,1928" fill="none" stroke="black"/>
              <path d="M 168,1944 L 168,2072" fill="none" stroke="black"/>
              <path d="M 168,2088 L 168,2176" fill="none" stroke="black"/>
              <path d="M 192,48 L 192,136" fill="none" stroke="black"/>
              <path d="M 192,152 L 192,440" fill="none" stroke="black"/>
              <path d="M 192,456 L 192,1656" fill="none" stroke="black"/>
              <path d="M 192,1672 L 192,1800" fill="none" stroke="black"/>
              <path d="M 192,1816 L 192,1928" fill="none" stroke="black"/>
              <path d="M 192,1944 L 192,2072" fill="none" stroke="black"/>
              <path d="M 192,2088 L 192,2176" fill="none" stroke="black"/>
              <path d="M 216,48 L 216,2176" fill="none" stroke="black"/>
              <path d="M 32,80 L 160,80" fill="none" stroke="black"/>
              <path d="M 120,112 L 184,112" fill="none" stroke="black"/>
              <path d="M 144,144 L 208,144" fill="none" stroke="black"/>
              <path d="M 40,224 L 168,224" fill="none" stroke="black"/>
              <path d="M 40,336 L 192,336" fill="none" stroke="black"/>
              <path d="M 40,448 L 216,448" fill="none" stroke="black"/>
              <path d="M 32,576 L 160,576" fill="none" stroke="black"/>
              <path d="M 40,720 L 168,720" fill="none" stroke="black"/>
              <path d="M 32,848 L 160,848" fill="none" stroke="black"/>
              <path d="M 40,992 L 168,992" fill="none" stroke="black"/>
              <path d="M 32,1120 L 184,1120" fill="none" stroke="black"/>
              <path d="M 40,1264 L 192,1264" fill="none" stroke="black"/>
              <path d="M 32,1392 L 184,1392" fill="none" stroke="black"/>
              <path d="M 40,1536 L 192,1536" fill="none" stroke="black"/>
              <path d="M 32,1664 L 208,1664" fill="none" stroke="black"/>
              <path d="M 40,1808 L 216,1808" fill="none" stroke="black"/>
              <path d="M 32,1936 L 208,1936" fill="none" stroke="black"/>
              <path d="M 40,2080 L 216,2080" fill="none" stroke="black"/>
              <path d="M 96,80 L 112,112" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="216,1936 204,1930.4 204,1941.6" fill="black" transform="rotate(0,208,1936)"/>
              <polygon class="arrowhead" points="216,1664 204,1658.4 204,1669.6" fill="black" transform="rotate(0,208,1664)"/>
              <polygon class="arrowhead" points="216,144 204,138.4 204,149.6" fill="black" transform="rotate(0,208,144)"/>
              <polygon class="arrowhead" points="192,1392 180,1386.4 180,1397.6" fill="black" transform="rotate(0,184,1392)"/>
              <polygon class="arrowhead" points="192,1120 180,1114.4 180,1125.6" fill="black" transform="rotate(0,184,1120)"/>
              <polygon class="arrowhead" points="192,112 180,106.4 180,117.6" fill="black" transform="rotate(0,184,112)"/>
              <polygon class="arrowhead" points="168,848 156,842.4 156,853.6" fill="black" transform="rotate(0,160,848)"/>
              <polygon class="arrowhead" points="168,576 156,570.4 156,581.6" fill="black" transform="rotate(0,160,576)"/>
              <polygon class="arrowhead" points="168,80 156,74.4 156,85.6" fill="black" transform="rotate(0,160,80)"/>
              <polygon class="arrowhead" points="48,2080 36,2074.4 36,2085.6" fill="black" transform="rotate(180,40,2080)"/>
              <polygon class="arrowhead" points="48,1808 36,1802.4 36,1813.6" fill="black" transform="rotate(180,40,1808)"/>
              <polygon class="arrowhead" points="48,1536 36,1530.4 36,1541.6" fill="black" transform="rotate(180,40,1536)"/>
              <polygon class="arrowhead" points="48,1264 36,1258.4 36,1269.6" fill="black" transform="rotate(180,40,1264)"/>
              <polygon class="arrowhead" points="48,992 36,986.4 36,997.6" fill="black" transform="rotate(180,40,992)"/>
              <polygon class="arrowhead" points="48,720 36,714.4 36,725.6" fill="black" transform="rotate(180,40,720)"/>
              <polygon class="arrowhead" points="48,448 36,442.4 36,453.6" fill="black" transform="rotate(180,40,448)"/>
              <polygon class="arrowhead" points="48,336 36,330.4 36,341.6" fill="black" transform="rotate(180,40,336)"/>
              <polygon class="arrowhead" points="48,224 36,218.4 36,229.6" fill="black" transform="rotate(180,40,224)"/>
              <g class="text">
                <text x="28" y="36">Client</text>
                <text x="168" y="36">A</text>
                <text x="192" y="36">B</text>
                <text x="216" y="36">C</text>
                <text x="64" y="68">GET</text>
                <text x="256" y="84">Source:</text>
                <text x="384" y="84">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="100">Destination:</text>
                <text x="400" y="100">ADDR_GRP:PORT_GRP</text>
                <text x="256" y="116">Header:</text>
                <text x="304" y="116">GET</text>
                <text x="352" y="116">(T=NON,</text>
                <text x="428" y="116">Code=0.01,</text>
                <text x="520" y="116">MID=0x7d41)</text>
                <text x="132" y="132">`.</text>
                <text x="168" y="132">|</text>
                <text x="252" y="132">Token:</text>
                <text x="300" y="132">0x86</text>
                <text x="264" y="148">Uri-Path:</text>
                <text x="324" y="148">"gp"</text>
                <text x="264" y="164">Uri-Path:</text>
                <text x="328" y="164">"gp1"</text>
                <text x="264" y="180">Uri-Path:</text>
                <text x="328" y="180">"log"</text>
                <text x="256" y="196">Block2:</text>
                <text x="316" y="196">0/0/64</text>
                <text x="256" y="228">Source:</text>
                <text x="344" y="228">ADDR_A:PORT_A</text>
                <text x="100" y="244">2.05</text>
                <text x="276" y="244">Destination:</text>
                <text x="424" y="244">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="260">Header:</text>
                <text x="308" y="260">2.05</text>
                <text x="360" y="260">(T=NON,</text>
                <text x="436" y="260">Code=2.05,</text>
                <text x="528" y="260">MID=0x60b1)</text>
                <text x="252" y="276">Token:</text>
                <text x="300" y="276">0x86</text>
                <text x="256" y="292">Block2:</text>
                <text x="316" y="292">0/1/64</text>
                <text x="260" y="308">Payload:</text>
                <text x="324" y="308">0x0a00</text>
                <text x="368" y="308">...</text>
                <text x="256" y="340">Source:</text>
                <text x="344" y="340">ADDR_B:PORT_B</text>
                <text x="100" y="356">2.05</text>
                <text x="276" y="356">Destination:</text>
                <text x="424" y="356">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="372">Header:</text>
                <text x="308" y="372">2.05</text>
                <text x="360" y="372">(T=NON,</text>
                <text x="436" y="372">Code=2.05,</text>
                <text x="528" y="372">MID=0x01a0)</text>
                <text x="252" y="388">Token:</text>
                <text x="300" y="388">0x86</text>
                <text x="256" y="404">Block2:</text>
                <text x="316" y="404">0/1/64</text>
                <text x="260" y="420">Payload:</text>
                <text x="324" y="420">0x0b00</text>
                <text x="368" y="420">...</text>
                <text x="256" y="452">Source:</text>
                <text x="344" y="452">ADDR_C:PORT_C</text>
                <text x="100" y="468">2.05</text>
                <text x="276" y="468">Destination:</text>
                <text x="424" y="468">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="484">Header:</text>
                <text x="308" y="484">2.05</text>
                <text x="360" y="484">(T=NON,</text>
                <text x="436" y="484">Code=4.04,</text>
                <text x="528" y="484">MID=0x952a)</text>
                <text x="252" y="500">Token:</text>
                <text x="300" y="500">0x86</text>
                <text x="256" y="516">Block2:</text>
                <text x="316" y="516">0/1/64</text>
                <text x="260" y="532">Payload:</text>
                <text x="324" y="532">0x0c00</text>
                <text x="368" y="532">...</text>
                <text x="96" y="564">GET</text>
                <text x="256" y="580">Source:</text>
                <text x="384" y="580">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="596">Destination:</text>
                <text x="384" y="596">ADDR_A:PORT_A</text>
                <text x="256" y="612">Header:</text>
                <text x="304" y="612">GET</text>
                <text x="352" y="612">(T=CON,</text>
                <text x="428" y="612">Code=0.01,</text>
                <text x="520" y="612">MID=0x7d42)</text>
                <text x="252" y="628">Token:</text>
                <text x="300" y="628">0xa6</text>
                <text x="264" y="644">Uri-Path:</text>
                <text x="324" y="644">"gp"</text>
                <text x="264" y="660">Uri-Path:</text>
                <text x="328" y="660">"gp1"</text>
                <text x="264" y="676">Uri-Path:</text>
                <text x="328" y="676">"log"</text>
                <text x="256" y="692">Block2:</text>
                <text x="316" y="692">1/0/64</text>
                <text x="256" y="724">Source:</text>
                <text x="344" y="724">ADDR_A:PORT_A</text>
                <text x="100" y="740">2.05</text>
                <text x="276" y="740">Destination:</text>
                <text x="424" y="740">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="756">Header:</text>
                <text x="308" y="756">2.05</text>
                <text x="360" y="756">(T=ACK,</text>
                <text x="436" y="756">Code=2.05,</text>
                <text x="528" y="756">MID=0x7d42)</text>
                <text x="252" y="772">Token:</text>
                <text x="300" y="772">0xa6</text>
                <text x="256" y="788">Block2:</text>
                <text x="316" y="788">1/1/64</text>
                <text x="260" y="804">Payload:</text>
                <text x="324" y="804">0x0a01</text>
                <text x="368" y="804">...</text>
                <text x="96" y="836">GET</text>
                <text x="256" y="852">Source:</text>
                <text x="384" y="852">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="868">Destination:</text>
                <text x="384" y="868">ADDR_A:PORT_A</text>
                <text x="256" y="884">Header:</text>
                <text x="304" y="884">GET</text>
                <text x="352" y="884">(T=CON,</text>
                <text x="428" y="884">Code=0.01,</text>
                <text x="520" y="884">MID=0x7d43)</text>
                <text x="252" y="900">Token:</text>
                <text x="300" y="900">0xa7</text>
                <text x="264" y="916">Uri-Path:</text>
                <text x="324" y="916">"gp"</text>
                <text x="264" y="932">Uri-Path:</text>
                <text x="328" y="932">"gp1"</text>
                <text x="264" y="948">Uri-Path:</text>
                <text x="328" y="948">"log"</text>
                <text x="256" y="964">Block2:</text>
                <text x="316" y="964">2/0/64</text>
                <text x="256" y="996">Source:</text>
                <text x="344" y="996">ADDR_A:PORT_A</text>
                <text x="100" y="1012">2.05</text>
                <text x="276" y="1012">Destination:</text>
                <text x="424" y="1012">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="1028">Header:</text>
                <text x="308" y="1028">2.05</text>
                <text x="360" y="1028">(T=ACK,</text>
                <text x="436" y="1028">Code=2.05,</text>
                <text x="528" y="1028">MID=0x7d43)</text>
                <text x="252" y="1044">Token:</text>
                <text x="300" y="1044">0xa7</text>
                <text x="256" y="1060">Block2:</text>
                <text x="316" y="1060">2/0/64</text>
                <text x="260" y="1076">Payload:</text>
                <text x="324" y="1076">0x0a02</text>
                <text x="368" y="1076">...</text>
                <text x="96" y="1108">GET</text>
                <text x="256" y="1124">Source:</text>
                <text x="384" y="1124">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="1140">Destination:</text>
                <text x="384" y="1140">ADDR_B:PORT_B</text>
                <text x="256" y="1156">Header:</text>
                <text x="304" y="1156">GET</text>
                <text x="352" y="1156">(T=CON,</text>
                <text x="428" y="1156">Code=0.01,</text>
                <text x="520" y="1156">MID=0x7d44)</text>
                <text x="252" y="1172">Token:</text>
                <text x="300" y="1172">0xb6</text>
                <text x="264" y="1188">Uri-Path:</text>
                <text x="324" y="1188">"gp"</text>
                <text x="264" y="1204">Uri-Path:</text>
                <text x="328" y="1204">"gp1"</text>
                <text x="264" y="1220">Uri-Path:</text>
                <text x="328" y="1220">"log"</text>
                <text x="256" y="1236">Block2:</text>
                <text x="316" y="1236">1/0/64</text>
                <text x="256" y="1268">Source:</text>
                <text x="344" y="1268">ADDR_B:PORT_B</text>
                <text x="100" y="1284">2.05</text>
                <text x="276" y="1284">Destination:</text>
                <text x="424" y="1284">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="1300">Header:</text>
                <text x="308" y="1300">2.05</text>
                <text x="360" y="1300">(T=ACK,</text>
                <text x="436" y="1300">Code=2.05,</text>
                <text x="528" y="1300">MID=0x7d44)</text>
                <text x="252" y="1316">Token:</text>
                <text x="300" y="1316">0xb6</text>
                <text x="256" y="1332">Block2:</text>
                <text x="316" y="1332">1/1/64</text>
                <text x="260" y="1348">Payload:</text>
                <text x="324" y="1348">0x0b01</text>
                <text x="368" y="1348">...</text>
                <text x="96" y="1380">GET</text>
                <text x="256" y="1396">Source:</text>
                <text x="384" y="1396">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="1412">Destination:</text>
                <text x="384" y="1412">ADDR_C:PORT_B</text>
                <text x="256" y="1428">Header:</text>
                <text x="304" y="1428">GET</text>
                <text x="352" y="1428">(T=CON,</text>
                <text x="428" y="1428">Code=0.01,</text>
                <text x="520" y="1428">MID=0x7d45)</text>
                <text x="252" y="1444">Token:</text>
                <text x="300" y="1444">0xb7</text>
                <text x="264" y="1460">Uri-Path:</text>
                <text x="324" y="1460">"gp"</text>
                <text x="264" y="1476">Uri-Path:</text>
                <text x="328" y="1476">"gp1"</text>
                <text x="264" y="1492">Uri-Path:</text>
                <text x="328" y="1492">"log"</text>
                <text x="256" y="1508">Block2:</text>
                <text x="316" y="1508">2/0/64</text>
                <text x="256" y="1540">Source:</text>
                <text x="344" y="1540">ADDR_B:PORT_B</text>
                <text x="100" y="1556">2.05</text>
                <text x="276" y="1556">Destination:</text>
                <text x="424" y="1556">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="1572">Header:</text>
                <text x="308" y="1572">2.05</text>
                <text x="360" y="1572">(T=ACK,</text>
                <text x="436" y="1572">Code=2.05,</text>
                <text x="528" y="1572">MID=0x7d45)</text>
                <text x="252" y="1588">Token:</text>
                <text x="300" y="1588">0xb7</text>
                <text x="256" y="1604">Block2:</text>
                <text x="316" y="1604">2/0/64</text>
                <text x="260" y="1620">Payload:</text>
                <text x="324" y="1620">0x0b02</text>
                <text x="368" y="1620">...</text>
                <text x="96" y="1652">GET</text>
                <text x="256" y="1668">Source:</text>
                <text x="384" y="1668">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="1684">Destination:</text>
                <text x="384" y="1684">ADDR_C:PORT_C</text>
                <text x="256" y="1700">Header:</text>
                <text x="304" y="1700">GET</text>
                <text x="352" y="1700">(T=CON,</text>
                <text x="428" y="1700">Code=0.01,</text>
                <text x="520" y="1700">MID=0x7d46)</text>
                <text x="252" y="1716">Token:</text>
                <text x="300" y="1716">0xc6</text>
                <text x="264" y="1732">Uri-Path:</text>
                <text x="324" y="1732">"gp"</text>
                <text x="264" y="1748">Uri-Path:</text>
                <text x="328" y="1748">"gp1"</text>
                <text x="264" y="1764">Uri-Path:</text>
                <text x="328" y="1764">"log"</text>
                <text x="256" y="1780">Block2:</text>
                <text x="316" y="1780">1/0/64</text>
                <text x="256" y="1812">Source:</text>
                <text x="344" y="1812">ADDR_C:PORT_C</text>
                <text x="100" y="1828">2.05</text>
                <text x="276" y="1828">Destination:</text>
                <text x="424" y="1828">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="1844">Header:</text>
                <text x="308" y="1844">2.05</text>
                <text x="360" y="1844">(T=ACK,</text>
                <text x="436" y="1844">Code=2.05,</text>
                <text x="528" y="1844">MID=0x7d46)</text>
                <text x="252" y="1860">Token:</text>
                <text x="300" y="1860">0xc6</text>
                <text x="256" y="1876">Block2:</text>
                <text x="316" y="1876">1/1/64</text>
                <text x="260" y="1892">Payload:</text>
                <text x="324" y="1892">0x0c01</text>
                <text x="368" y="1892">...</text>
                <text x="96" y="1924">GET</text>
                <text x="256" y="1940">Source:</text>
                <text x="384" y="1940">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="276" y="1956">Destination:</text>
                <text x="384" y="1956">ADDR_C:PORT_C</text>
                <text x="256" y="1972">Header:</text>
                <text x="304" y="1972">GET</text>
                <text x="352" y="1972">(T=CON,</text>
                <text x="428" y="1972">Code=0.01,</text>
                <text x="520" y="1972">MID=0x7d47)</text>
                <text x="252" y="1988">Token:</text>
                <text x="300" y="1988">0xc7</text>
                <text x="264" y="2004">Uri-Path:</text>
                <text x="324" y="2004">"gp"</text>
                <text x="264" y="2020">Uri-Path:</text>
                <text x="328" y="2020">"gp1"</text>
                <text x="264" y="2036">Uri-Path:</text>
                <text x="328" y="2036">"log"</text>
                <text x="256" y="2052">Block2:</text>
                <text x="316" y="2052">2/0/64</text>
                <text x="256" y="2084">Source:</text>
                <text x="344" y="2084">ADDR_C:PORT_C</text>
                <text x="100" y="2100">2.05</text>
                <text x="276" y="2100">Destination:</text>
                <text x="424" y="2100">ADDR_CLIENT:PORT_CLIENT</text>
                <text x="256" y="2116">Header:</text>
                <text x="308" y="2116">2.05</text>
                <text x="360" y="2116">(T=ACK,</text>
                <text x="436" y="2116">Code=2.05,</text>
                <text x="528" y="2116">MID=0x7d47)</text>
                <text x="252" y="2132">Token:</text>
                <text x="300" y="2132">0xc7</text>
                <text x="256" y="2148">Block2:</text>
                <text x="316" y="2148">2/0/64</text>
                <text x="260" y="2164">Payload:</text>
                <text x="324" y="2164">0x0c02</text>
                <text x="368" y="2164">...</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
Client              A  B  C
   |                |  |  |
   |  GET           |  |  |
   +-------+------->|  |  | Source: ADDR_CLIENT:PORT_CLIENT
   |        \       |  |  | Destination: ADDR_GRP:PORT_GRP
   |         `.------->|  | Header: GET (T=NON, Code=0.01, MID=0x7d41)
   |           `.   |  |  | Token: 0x86
   |             `------->| Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "log"
   |                |  |  | Block2: 0/0/64
   |                |  |  |
   |<---------------+  |  | Source: ADDR_A:PORT_A
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x60b1)
   |                |  |  | Token: 0x86
   |                |  |  | Block2: 0/1/64
   |                |  |  | Payload: 0x0a00 ...
   |                |  |  |
   |<------------------+  | Source: ADDR_B:PORT_B
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=2.05, MID=0x01a0)
   |                |  |  | Token: 0x86
   |                |  |  | Block2: 0/1/64
   |                |  |  | Payload: 0x0b00 ...
   |                |  |  |
   |<---------------------+ Source: ADDR_C:PORT_C
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=NON, Code=4.04, MID=0x952a)
   |                |  |  | Token: 0x86
   |                |  |  | Block2: 0/1/64
   |                |  |  | Payload: 0x0c00 ...
   |                |  |  |
   |      GET       |  |  |
   +--------------->|  |  | Source: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Destination: ADDR_A:PORT_A
   |                |  |  | Header: GET (T=CON, Code=0.01, MID=0x7d42)
   |                |  |  | Token: 0xa6
   |                |  |  | Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "log"
   |                |  |  | Block2: 1/0/64
   |                |  |  |
   |<---------------+  |  | Source: ADDR_A:PORT_A
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=ACK, Code=2.05, MID=0x7d42)
   |                |  |  | Token: 0xa6
   |                |  |  | Block2: 1/1/64
   |                |  |  | Payload: 0x0a01 ...
   |                |  |  |
   |      GET       |  |  |
   +--------------->|  |  | Source: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Destination: ADDR_A:PORT_A
   |                |  |  | Header: GET (T=CON, Code=0.01, MID=0x7d43)
   |                |  |  | Token: 0xa7
   |                |  |  | Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "log"
   |                |  |  | Block2: 2/0/64
   |                |  |  |
   |<---------------+  |  | Source: ADDR_A:PORT_A
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=ACK, Code=2.05, MID=0x7d43)
   |                |  |  | Token: 0xa7
   |                |  |  | Block2: 2/0/64
   |                |  |  | Payload: 0x0a02 ...
   |                |  |  |
   |      GET       |  |  |
   +------------------>|  | Source: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Destination: ADDR_B:PORT_B
   |                |  |  | Header: GET (T=CON, Code=0.01, MID=0x7d44)
   |                |  |  | Token: 0xb6
   |                |  |  | Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "log"
   |                |  |  | Block2: 1/0/64
   |                |  |  |
   |<------------------+  | Source: ADDR_B:PORT_B
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=ACK, Code=2.05, MID=0x7d44)
   |                |  |  | Token: 0xb6
   |                |  |  | Block2: 1/1/64
   |                |  |  | Payload: 0x0b01 ...
   |                |  |  |
   |      GET       |  |  |
   +------------------>|  | Source: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Destination: ADDR_C:PORT_B
   |                |  |  | Header: GET (T=CON, Code=0.01, MID=0x7d45)
   |                |  |  | Token: 0xb7
   |                |  |  | Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "log"
   |                |  |  | Block2: 2/0/64
   |                |  |  |
   |<------------------+  | Source: ADDR_B:PORT_B
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=ACK, Code=2.05, MID=0x7d45)
   |                |  |  | Token: 0xb7
   |                |  |  | Block2: 2/0/64
   |                |  |  | Payload: 0x0b02 ...
   |                |  |  |
   |      GET       |  |  |
   +--------------------->| Source: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Destination: ADDR_C:PORT_C
   |                |  |  | Header: GET (T=CON, Code=0.01, MID=0x7d46)
   |                |  |  | Token: 0xc6
   |                |  |  | Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "log"
   |                |  |  | Block2: 1/0/64
   |                |  |  |
   |<---------------------+ Source: ADDR_C:PORT_C
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=ACK, Code=2.05, MID=0x7d46)
   |                |  |  | Token: 0xc6
   |                |  |  | Block2: 1/1/64
   |                |  |  | Payload: 0x0c01 ...
   |                |  |  |
   |      GET       |  |  |
   +--------------------->| Source: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Destination: ADDR_C:PORT_C
   |                |  |  | Header: GET (T=CON, Code=0.01, MID=0x7d47)
   |                |  |  | Token: 0xc7
   |                |  |  | Uri-Path: "gp"
   |                |  |  | Uri-Path: "gp1"
   |                |  |  | Uri-Path: "log"
   |                |  |  | Block2: 2/0/64
   |                |  |  |
   |<---------------------+ Source: ADDR_C:PORT_C
   |      2.05      |  |  | Destination: ADDR_CLIENT:PORT_CLIENT
   |                |  |  | Header: 2.05 (T=ACK, Code=2.05, MID=0x7d47)
   |                |  |  | Token: 0xc7
   |                |  |  | Block2: 2/0/64
   |                |  |  | Payload: 0x0c02 ...
   |                |  |  |

]]></artwork>
        </artset>
      </figure>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>Updated references.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>Clarified use of NoSec for 'early discovery' and refer to cBRSKI.</li>
          <li>Clarified mandatory vs optional elements in CoAP group and CoAP group URI.</li>
          <li>Replaced "GROUPNAME" with "APPNAME".</li>
          <li>Explicitly mentioning of the type of group (CoAP/application/security).</li>
          <li>Use of .example for example hostnames.</li>
          <li>The name of a security group is not necessarily a string.</li>
          <li>Changed "has to" to "should" for enforcing access control based on membership to security groups.</li>
          <li>Used normative language for policies about group rekeying.</li>
          <li>Further stressed that group communication ought to be secured.</li>
          <li>Avoid calling applications as "(non-)sensitive" and "(non-)critical".</li>
          <li>Clarification on source authentication, source addresses, and Echo Option.</li>
          <li>Editorial fixes and improvements.</li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>Multiple responses in long exchanges are non-traditional responses.</li>
          <li>Updated references.</li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>Updated references.</li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>Updated list of changes to other documents.</li>
          <li>Added real-life context and clarifications to examples.</li>
          <li>Clarified aliasing of CoAP group names.</li>
          <li>Clarified use of security group names.</li>
          <li>Clarified response suppression.</li>
          <li>Clarified response revalidation.</li>
          <li>Clarified limitations and peculiarities when using proxies.</li>
          <li>Discussed the case of group request sent to multiple proxies at once.</li>
          <li>Discussed limited use of reliable transports with block-wise transfer.</li>
          <li>Revised text on joining CoAP groups and multicast routing.</li>
          <li>Clarified use/avoidance of the CoAP NoSec mode.</li>
          <li>Moved examples of application group naming and group discovery to appendix sections.</li>
          <li>Revised list of references.</li>
          <li>Updated list of implementations supporting group communication.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Harmonized use of "group URI".</li>
          <li>Clarifications about different group types.</li>
          <li>Revised methods to perform group naming.</li>
          <li>Revised methods to discover application groups and CoAP groups.</li>
          <li>Explicit difference between "authentication credential" and "public key".</li>
          <li>Added examples of application group naming.</li>
          <li>Added examples of application/CoAP group discovery.</li>
          <li>Added examples of message exchanges.</li>
          <li>Reference to draft-mattsson-core-coap-attacks replaced with reference to draft-mattsson-t2trg-amplification-attacks.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>Clarified changes to other documents.</li>
          <li>Clarified relation between different group types.</li>
          <li>Clarified discovery of application groups.</li>
          <li>Discussed methods to express application group names in requests.</li>
          <li>Revised and extended text on the NoSec mode and amplification attacks.</li>
          <li>Rephrased backward/forward security as properties.</li>
          <li>Removed appendix on Multi-ETag Option for response revalidation.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>Multi-ETag Option for response revalidation moved to appendix.</li>
          <li>ETag Option usage added.</li>
          <li>Q-Block Options added in the block-wise transfer section.</li>
          <li>Caching at proxies moved to draft-tiloca-core-groupcomm-proxy.</li>
          <li>Client-Proxy response revalidation with the Group-ETag Option moved to draft-tiloca-core-groupcomm-proxy.</li>
          <li>Security considerations on amplification attacks.</li>
          <li>Generalized transport protocols to include others than UDP/IP multicast; and security protocols other than Group OSCORE.</li>
          <li>Overview of security cases with proxies.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>Multiple responses from same server handled at the application.</li>
          <li>Clarifications about issues with forward-proxies.</li>
          <li>Operations for reverse-proxies.</li>
          <li>Caching of responses at proxies.</li>
          <li>Client-Server response revalidation, with Multi-ETag Option.</li>
          <li>Client-Proxy response revalidation, with the Group-ETag Option.</li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>Clarified relation between security groups and application groups.</li>
          <li>Considered also FETCH for requests over IP multicast.</li>
          <li>More details on Observe re-registration.</li>
          <li>More details on Proxy intermediaries.</li>
          <li>More details on servers changing port number in the response.</li>
          <li>Usage of the Uri-Host Option to indicate an application group.</li>
          <li>Response suppression based on classes of error codes.</li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Clarifications on group memberships for the different group types.</li>
          <li>Simplified description of Token reusage, compared to the unicast case.</li>
          <li>More details on the rationale for response suppression.</li>
          <li>Clarifications of creation and management of security groups.</li>
          <li>Clients more knowledgeable than proxies about stopping receiving responses.</li>
          <li>Cancellation of group observations.</li>
          <li>Clarification on multicast scope to use.</li>
          <li>Both the group mode and pairwise mode of Group OSCORE are considered.</li>
          <li>Updated security considerations.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Thomas Fossati"/>, <contact fullname="Rikard Höglund"/>, <contact fullname="Jaime Jiménez"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="Jim Schaad"/>, and <contact fullname="Jon Shallow"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 projects SIFIS-Home (Grant agreement 952652) and ARCADIAN-IoT (Grant agreement 101020259).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
x/PLywf/HxeudfCLrQIA

-->

</rfc>
