<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-multicast-notifications-proxy-02" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Proxies for Observe Multicast Notifications">Using Proxies for Observe Notifications as CoAP Multicast Responses</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-multicast-notifications-proxy-02"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>164 40</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>164 40</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <postal>
          <street>Hollandstr. 12/4</street>
          <city>Vienna</city>
          <code>1020</code>
          <country>Austria</country>
        </postal>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>164 40</code>
          <country>Sweden</country>
        </postal>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="06"/>
    <area>WIT</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 80?>

<t>The Constrained Application Protocol (CoAP) allows clients to "observe" resources at a server and to receive notifications as unicast responses upon changes of the resource state. Instead of sending a distinct unicast notification to each different client, a server can alternatively send a single notification as a response message over multicast, to all the clients observing the same target resource. When doing so, the security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE) can be used to protect multicast notifications end-to-end between the server and the observer clients. This document describes how multicast notifications can be used in network setups that leverage a proxy, e.g., in order to accommodate clients that are not able to directly listen to multicast traffic.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Constrained RESTful Environments Working Group mailing list (core@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/core-wg/multicast-notifications-proxy"/>.</t>
    </note>
  </front>
  <middle>
    <?line 84?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> has been extended with a number of mechanisms, including resource Observation <xref target="RFC7641"/>. This enables CoAP clients to register at a CoAP server as "observers" of a resource, and hence being automatically notified with an unsolicited response upon changes of the resource state.</t>
      <t>CoAP supports group communication <xref target="I-D.ietf-core-groupcomm-bis"/>, e.g., over IP multicast. This includes support for Observe registration requests over multicast, in order for clients to efficiently register as observers of a resource hosted at multiple servers.</t>
      <t>In a number of use cases, it is conversely desirable that a server sends observe notifications for the same target resource to multiple observers at once. In general, this is beneficial when several CoAP clients observe the same target resource at a CoAP server, and thus they could all be notified at once by means of a single response message.</t>
      <t>To this end, <xref target="I-D.ietf-core-observe-multicast-notifications"/> defines a method that a server can use to deliver observe notifications as CoAP responses addressed to multiple clients, e.g., over IP multicast. Also, it defines how to use the security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/> to protect multicast notifications end-to-end between the server and the observer clients.</t>
      <t>This document describes how the method specified in <xref target="I-D.ietf-core-observe-multicast-notifications"/> can be used in network setups that leverage a proxy, e.g., in order to accommodate clients that are not able to directly listen to multicast traffic.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>
        <?line -18?>

<t>Readers are expected to be familiar with terms and concepts described in CoAP <xref target="RFC7252"/>, group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>, Observe <xref target="RFC7641"/>, Concise Data Definition Language (CDDL) <xref target="RFC8610"/>, Concise Binary Object Representation (CBOR) <xref target="RFC8949"/>, Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>, Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, and Constrained Resource Identifiers (CRIs) <xref target="I-D.ietf-core-href"/>.</t>
        <t>Readers are also expected to be familiar with terms and concepts described in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, particularly with the terms "traditional observation", "group observation", "phantom request", and "informative response".</t>
      </section>
    </section>
    <section anchor="sec-variants">
      <name>High-Level Overview of Available Variants</name>
      <t>Building on what is specified in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, this document considers network setups where proxies are deployed, which is expected if (some of) the clients participating in the group observation are not capable to listen to multicast traffic. In such setups, a proxy directly receives multicast notifications from the server and relays them back to the clients.</t>
      <t>Therefore, with respect to <xref target="I-D.ietf-core-observe-multicast-notifications"/>, this document introduces additional variants to enforce a group observation. As a complement to <xref section="3" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>, the rest of this section provides an overview of such additional variants, which differ as to whether exchanged messages are protected end-to-end between the observer clients and the server.</t>
      <ul spacing="normal">
        <li>
          <t>Variant with proxy and without end-to-end security - Messages pertaining to the group observation are not protected end-to-end between the clients and the server. This basic case is defined in <xref target="intermediaries"/>. An example is provided in <xref target="intermediaries-example"/>.</t>
        </li>
        <li>
          <t>Variant with proxy and with end-to-end security - Messages pertaining to the group observation are protected end-to-end between the clients and the server, by using the security protocol Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>. In particular, the clients separately provide the proxy with the obtained phantom request, thus enabling the proxy to receive the multicast notifications from the server. This case is defined in <xref target="intermediaries-e2e-security"/>. An example is provided in <xref target="intermediaries-example-e2e-security"/>.  </t>
          <t>
If the participating endpoints using Group OSCORE also support the concept of Deterministic Client <xref target="I-D.ietf-core-cacheable-oscore"/>, the same advantages mentioned in <xref section="3" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> for the case without a proxy apply (see <xref section="D" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>). In addition, this allows for a more efficient setup and enforcement of the group observation, by reducing the amount of message exchanges and allowing the proxy to effectively serve protected multicast notifications from its cache. An example is provided in <xref target="intermediaries-example-e2e-security-det-exchange"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="intermediaries">
      <name>Setup with Proxies</name>
      <t>This section specifies how the approach presented in Sections <xref target="I-D.ietf-core-observe-multicast-notifications" section="4" sectionFormat="bare"/> and <xref target="I-D.ietf-core-observe-multicast-notifications" section="5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-observe-multicast-notifications"/> works when a proxy is used between the clients and the server. In addition to what is specified in <xref section="5.7" sectionFormat="of" target="RFC7252"/> and <xref section="5" sectionFormat="of" target="RFC7641"/>, the following applies.</t>
      <t>A client sends its original observation request to the proxy. If the proxy is not already registered at the server for that target resource, the proxy forwards the observation request to the server, hence registering itself as an observer. If the server has an ongoing group observation for the target resource or decides to start one, the server considers the proxy as taking part in the group observation and replies to the proxy with an informative response see <xref section="4.2" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
      <t>Upon receiving an informative response, the proxy performs as specified for the client in  <xref section="5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>, with the peculiarity that "consuming" the last notification (if present) means populating the proxy's cache.</t>
      <t>In particular, by using the information retrieved from the informative response, the proxy configures an observation of the target resource at the origin server, acting as a client directly taking part in the group observation.</t>
      <t>As a consequence, the proxy listens to the IP multicast address and port number indicated by the server, i.e., per the CRI <xref target="I-D.ietf-core-href"/> specified by a dedicated element of 'tpi_details', within the 'tp_info' parameter of the informative response. In particular, when transporting CoAP over UDP, the CRI is conveyed by the element 'tpi_client' (see <xref section="4.2.1.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
      <t>Furthermore, multicast notifications will match the phantom request stored at the proxy, based on the Token value specified by a dedicated element of 'tpi_details', within the 'tp_info' parameter of the informative response. In particular, when transporting CoAP over UDP, the Token value is specified by the element 'tpi_token' (see <xref section="4.2.1.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
      <t>Then, the proxy performs the following actions.</t>
      <ul spacing="normal">
        <li>
          <t>If the 'last_notif' field is not present, the proxy replies to the client with an Empty Acknowledgement (if elicited by the message type of the original observation request, and if the proxy has not already done so).</t>
        </li>
        <li>
          <t>If the 'last_notif' field is present, the proxy rebuilds the latest multicast notification, as defined in <xref section="5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>. Then, the proxy replies to the client, by forwarding back the latest multicast notification.</t>
        </li>
      </ul>
      <t>When responding to an observation request from a client, the proxy also adds that client (and its Token) to the list of its registered observers for the target resource, next to the older observations.</t>
      <t>Upon receiving a multicast notification from the server, the proxy forwards it back separately to each observer client over unicast. Note that the notification forwarded back to a certain client has the same Token value of the original observation request sent by that client to the proxy.</t>
      <t>Note that the proxy configures the observation of the target resource at the server only once, when receiving the informative response associated with a (newly started) group observation for that target resource.</t>
      <t>After that, when receiving an observation request from a following new client to be added to the same group observation, the proxy does not take any further action with the server. Instead, the proxy replies to the client either with the latest multicast notification if available from its cache, or with an Empty Acknowledgement otherwise, as defined above.</t>
      <t>As a result, the observer counter at the server (see <xref section="4" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>) is not incremented when a new origin client behind the proxy registers as an observer at the proxy. Instead, the observer counter takes into account only the proxy, which has registered as an observer at the server and has received the informative response from the server.</t>
      <t>An example is provided in <xref target="intermediaries-example"/>.</t>
      <t>In the general case with a chain of two or more proxies, every proxy in the chain takes the role of client with the (next hop towards the) origin server. Note that the proxy adjacent to the origin server is the only one in the chain that receives informative responses and that listens to an IP multicast address and port number to receive notifications for the group observation. Furthermore, every proxy in the chain takes the role of server with the (previous hop towards the) origin client.</t>
    </section>
    <section anchor="intermediaries-e2e-security">
      <name>Setup with Proxies and with Group OSCORE</name>
      <t>As defined in <xref section="9" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>, the security protocol Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> can be used to protect multicast notifications end-to-end between the origin server and the origin clients.</t>
      <t>Since the informative responses from the origin server are protected specifically end-to-end by using OSCORE or Group OSCORE, additional actions are required in the presence of a proxy.</t>
      <t>In fact, the proxy adjacent to the origin server is not able to access the encrypted payload of such informative responses. Hence, the proxy cannot retrieve the 'ph_req' and 'tp_info' parameters necessary to correctly receive multicast notifications and forward them back to the clients.</t>
      <t>Consequently, differently from what is defined in <xref section="11" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>, a proxy that receives an informative response simply forwards it back to the (previous hop towards the) origin client that has sent the corresponding observation request. Note that the proxy does not even realize that the message is an informative response, since the outer Code field is set to 2.05 (Content).</t>
      <t>Upon receiving the informative response, the origin client does not configure an observation of the target resource yet. Instead, the origin client performs a new observe registration request, by transmitting the re-built phantom request as intended to reach the proxy adjacent to the origin server. In particular, the origin client includes the new CoAP option Listen-To-Multicast-Responses defined in <xref target="ltmr-option"/>, to provide that proxy with the transport-specific information required for receiving multicast notifications for the group observation.</t>
      <t>As a result, the observer counter at the server (see <xref section="4" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>) is incremented when, after having received the original observation request from a new origin client, the origin server replies with the informative response. In particular, the observer counter at the server reliably takes into account new, different origin clients behind the proxy, which the server distinguishes through their security identity specified by the pair (OSCORE Sender ID, OSCORE ID Context) in the OSCORE Option value of their original observation request. Note that this does not hold anymore if the origin endpoints use phantom observation requests as Deterministic Requests (see <xref section="D" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
      <t>Details on the additional message exchange and processing are defined in <xref target="intermediaries-e2e-security-processing"/>.</t>
      <section anchor="ltmr-option">
        <name>Listen-To-Multicast-Responses Option</name>
        <t>In order to allow a proxy to listen to multicast notifications sent by a server, a new CoAP option is defined. This option <bcp14>MUST</bcp14> be supported by clients that are interested to take part in group observations through intermediaries and by proxies that collect multicast notifications and forward them back to the observer clients.</t>
        <t>The option is called Listen-To-Multicast-Response, is intended only for requests, and has the properties summarized in <xref target="ltmr-table"/>, which extends Table 4 of <xref target="RFC7252"/>. The option is critical and not Safe-to-Forward. Since the option is not Safe-to-Forward, the 'N' column indicates a dash for "not applicable".</t>
        <table align="center" anchor="ltmr-table">
          <name>The Listen-To-Multicast-Responses Option. C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable</name>
          <thead>
            <tr>
              <th align="left">No.</th>
              <th align="left">C</th>
              <th align="left">U</th>
              <th align="left">N</th>
              <th align="left">R</th>
              <th align="left">Name</th>
              <th align="left">Format</th>
              <th align="left">Length</th>
              <th align="left">Default</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD47</td>
              <td align="left">x</td>
              <td align="left">x</td>
              <td align="left">-</td>
              <td align="left"> </td>
              <td align="left">Listen-To-<br/>Multicast-Responses</td>
              <td align="left">(*)</td>
              <td align="left">3-1024</td>
              <td align="left">(none)</td>
            </tr>
          </tbody>
        </table>
        <t>Note to RFC Editor: In the table above, please replace TBD47 with the registered option number. Then, please delete this paragraph.</t>
        <t>The value of the Listen-To-Multicast-Responses Option is the byte serialization of a CBOR array. The content of the array specifies transport-specific message information that is required for listening to the multicast notifications of a group observation and is intended to the proxy adjacent to the origin server sending those notifications. In particular, the serialized CBOR array has the same format specified in <xref section="4.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> for the 'tp_info' parameter of the informative response defined in <xref section="4.2" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
        <t>The Listen-To-Multicast-Responses Option is of class U for OSCORE <xref target="RFC8613"/><xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      </section>
      <section anchor="intermediaries-e2e-security-processing">
        <name>Message Processing</name>
        <t>Compared to <xref target="intermediaries"/>, the following additions apply when informative responses are protected end-to-end with Group OSCORE between the origin server and the origin clients.</t>
        <t>After the origin server sends an informative response, each proxy simply forwards it back to the (previous hop towards the) origin client that has sent the observation request.</t>
        <t>Once received the informative response, the origin client proceeds in a different way than the one defined in <xref section="9.3.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>:</t>
        <ul spacing="normal">
          <li>
            <t>The client performs all the additional decryption and verification steps of <xref section="9.3.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> on the phantom request specified in the 'ph_req' parameter and on the last notification specified in the 'last_notif' parameter (if present).</t>
          </li>
          <li>
            <t>The client builds a ticket request (see <xref section="C" sectionFormat="of" target="I-D.ietf-core-cacheable-oscore"/>), as intended to reach the proxy adjacent to the origin server. The ticket request is formatted as follows.  </t>
            <ul spacing="normal">
              <li>
                <t>The Token is chosen as the client sees fit. In fact, there is no reason for this Token to be the same as the phantom request's.</t>
              </li>
              <li>
                <t>The outer Code field, the outer CoAP options, and the encrypted payload (protecting the inner Code, the inner CoAP options, and the possible plain CoAP payload) concatenated with the countersignature are the same as those of the phantom request used for the group observation. That is, they are as specified in the 'ph_req' parameter of the received informative response.</t>
              </li>
              <li>
                <t>An outer Observe Option is included and set to 0 (register). This is meant to be set in the phantom request already.</t>
              </li>
              <li>
                <t>The client includes: the outer option Proxy-Uri or Proxy-Cri <xref target="I-D.ietf-core-href"/>; or the outer options (Uri-Host, Uri-Port), together with the outer option Proxy-Scheme or Proxy-Scheme-Number <xref target="I-D.ietf-core-href"/>. These options are set in order to specify the same request URI of the original registration request sent by the client.</t>
              </li>
              <li>
                <t>The new option Listen-To-Multicast-Responses is included as an outer option. The value of the option is set to the byte serialization of the CBOR array specified by the 'tp_info' parameter of the informative response.      </t>
                <t>
Note that, except for transport-specific information such as the Token and Message ID values, every different client participating in the same group observation (hence rebuilding the same phantom request) will build the same ticket request.      </t>
                <t>
Note also that, identically to the phantom request, the ticket request is still protected with Group OSCORE, i.e., it has the same OSCORE Option, encrypted payload, and countersignature.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Then, the client sends the ticket request to the next hop towards the origin server. Every proxy in the chain forwards the ticket request to the next hop towards the origin server, until the last proxy in the chain is reached. This last proxy, adjacent to the origin server, proceeds as follows.</t>
        <ul spacing="normal">
          <li>
            <t>The proxy <bcp14>MUST NOT</bcp14> further forward the ticket request to the origin server.</t>
          </li>
          <li>
            <t>The proxy removes the option Proxy-Uri, or Proxy-Scheme, or Proxy-Cri, or Proxy-Scheme-Number from the ticket request.</t>
          </li>
          <li>
            <t>The proxy removes the Listen-To-Multicast-Responses Option from the ticket request and extracts the transport-specific information specified within the option value.</t>
          </li>
          <li>
            <t>The proxy rebuilds the phantom request associated with the group observation, by using the ticket request as directly providing the required transport-independent information. This includes the outer Code field, the outer CoAP options, and the encrypted payload concatenated with the countersignature.</t>
          </li>
          <li>
            <t>The proxy configures an observation of the target resource at the origin server, acting as a client directly taking part in the group observation. To this end, the proxy uses the rebuilt phantom request and the transport-specific information retrieved from the Listen-To-Multicast-Responses Option. The particular way to achieve this is implementation specific.</t>
          </li>
        </ul>
        <t>After that, the proxy listens to the IP multicast address and port number indicated in the Listen-To-Multicast-Responses Option, i.e., per the CRI specified by a dedicated element of 'tpi_details' within the serialized CBOR array conveyed in the option value. In particular, when transporting CoAP over UDP, the CRI is conveyed by the element 'tpi_client' (see <xref section="4.2.1.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
        <t>The multicast notifications of the group observation in question will match the phantom request stored at the proxy, based on the Token value specified by a dedicated element of 'tpi_details' within the serialized CBOR array conveyed in the value of the Listen-To-Multicast-Responses Option. In particular, when transporting CoAP over UDP, the Token value is specified by the element 'tpi_token' (see <xref section="4.2.1.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
        <t>An example is provided in <xref target="intermediaries-example-e2e-security"/>.</t>
      </section>
    </section>
    <section anchor="impact-on-counting">
      <name>Impact from Proxies on Rough Counting of Clients in the Group Observation</name>
      <t><xref target="intermediaries"/> specifies how the approach defined in Sections <xref target="I-D.ietf-core-observe-multicast-notifications" section="4" sectionFormat="bare"/> and <xref target="I-D.ietf-core-observe-multicast-notifications" section="5" sectionFormat="bare"/> of <xref target="I-D.ietf-core-observe-multicast-notifications"/> works when a proxy is used between the origin clients and the origin server.</t>
      <t>That is, the clients register as observers at the proxy, which in turn registers as a participant to the group observation at the server, receives the multicast notifications from the server, and forwards those to the clients.</t>
      <t>With reference to the method defined in <xref section="8" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>, this has an impact on the rough counting that the server performs to keep an estimate of still active and interested clients. In particular, the following applies.</t>
      <ul spacing="normal">
        <li>
          <t>Since the Feedback-Divider Option defined in <xref section="8.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> is not Safe-to-Forward, the proxy needs to recognize and understand the option in order to participate to the rough counting process.  </t>
          <t>
If the proxy receives a request that includes the Feedback-Divider Option but the proxy does not recognize and understand the option, then the proxy stops processing the request and sends a 4.02 (Bad Option) response to the observer client (see <xref section="5.7.1" sectionFormat="of" target="RFC7252"/>). This results in the client terminating its observation at the proxy, after which the client stops receiving notifications for the group observation.  </t>
          <t>
If the proxy receives a multicast notification that includes the Feedback-Divider Option but the proxy does not recognize and understand the option, then the proxy stops processing the received multicast notification and sends a 5.02 (Bad Gateway) response to each of the observer clients (see <xref section="5.7.1" sectionFormat="of" target="RFC7252"/>). This results in all the observer clients terminating their observation at the proxy, after which they stop receiving notifications for the group observation. Consequently, the proxy may decide to forget about its participation to the group observation at the server.  </t>
          <t>
This is not an issue if communications between the origin endpoints are protected end-to-end, i.e., both for the requests from the origin clients by using OSCORE or Group OSCORE, as well as for the multicast notifications from the origin server by using Group OSCORE (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> and <xref target="intermediaries-e2e-security"/> of the present document). In fact, in such a case, the Feedback-Divider Option is protected end-to-end as well, and is thus hidden from the proxy.  </t>
          <t>
Therefore, if the server uses the rough counting process defined in <xref section="8" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> but communications are not protected end-to-end between the origin endpoints, then it is practically required that the proxy recognizes and understands the Feedback-Divider Option. If that is not the case, then every execution of the rough counting process will effectively prevent the clients from receiving further notifications for the group observation, until they register again as observers at the proxy.</t>
        </li>
        <li>
          <t>The following holds when the proxy receives a multicast notification including the Feedback-Divider Option.  </t>
          <ul spacing="normal">
            <li>
              <t>If the multicast notification is not protected end-to-end by using Group OSCORE (see <xref target="intermediaries"/>), then the Feedback-Divider Option is visible to the proxy.      </t>
              <t>
In this case, the proxy proceeds like defined in <xref section="8.2" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> for an origin client, i.e., by answering on its own to the server if it picks a random number I equal to 0. When doing so, the proxy will be counted by the server as a single client.      </t>
              <t>
Furthermore, the proxy <bcp14>MUST</bcp14> remove the option before forwarding the notification to (the previous hop towards) any of the origin clients.      </t>
              <t>
The proxy would have to rely on separate means for verifying whether the origin clients are still interested in the observation, e.g., by regularly forwarding notifications to the clients as unicast separate responses that are specifically Confirmable messages.      </t>
              <t>
When no interested origin clients remain, the proxy can simply forget about being part of the group observation for the target resource at the server, like an origin client would do (see <xref section="5.4" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
            </li>
            <li>
              <t>If the multicast notification is protected end-to-end by using Group OSCORE (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> and <xref target="intermediaries-e2e-security"/> of this document), then the Feedback-Divider Option is protected end-to-end as well, and is thus hidden from the proxy. As a consequence, the proxy forwards the notification to (the previous hop towards) any of the origin clients, each of which answers to the server if it picks a random number I equal to 0.</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="intermediaries-example">
      <name>Example with a Proxy</name>
      <t>This section provides an example where a proxy P is used between the clients and the server. The same assumptions and notation used in <xref section="7" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> are used for this example. In addition, the proxy has address PRX_ADDR and listens to the port number PRX_PORT.</t>
      <t>Unless explicitly indicated, all messages transmitted on the wire are sent over unicast.</t>
      <figure anchor="example-proxy-no-oscore">
        <name>Example of Group Observation with a Proxy</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1680" width="576" viewBox="0 0 576 1680" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,48 L 8,1008" fill="none" stroke="black"/>
              <path d="M 8,1072 L 8,1248" fill="none" stroke="black"/>
              <path d="M 8,1312 L 8,1616" fill="none" stroke="black"/>
              <path d="M 64,48 L 64,104" fill="none" stroke="black"/>
              <path d="M 64,120 L 64,936" fill="none" stroke="black"/>
              <path d="M 64,952 L 64,1008" fill="none" stroke="black"/>
              <path d="M 64,1072 L 64,1248" fill="none" stroke="black"/>
              <path d="M 64,1312 L 64,1464" fill="none" stroke="black"/>
              <path d="M 64,1480 L 64,1616" fill="none" stroke="black"/>
              <path d="M 120,48 L 120,1008" fill="none" stroke="black"/>
              <path d="M 120,1072 L 120,1248" fill="none" stroke="black"/>
              <path d="M 120,1312 L 120,1616" fill="none" stroke="black"/>
              <path d="M 192,48 L 192,1008" fill="none" stroke="black"/>
              <path d="M 192,1072 L 192,1248" fill="none" stroke="black"/>
              <path d="M 192,1312 L 192,1616" fill="none" stroke="black"/>
              <path d="M 8,112 L 112,112" fill="none" stroke="black"/>
              <path d="M 120,176 L 184,176" fill="none" stroke="black"/>
              <path d="M 144,352 L 192,352" fill="none" stroke="black"/>
              <path d="M 144,400 L 184,400" fill="none" stroke="black"/>
              <path d="M 128,592 L 192,592" fill="none" stroke="black"/>
              <path d="M 16,944 L 120,944" fill="none" stroke="black"/>
              <path d="M 64,1088 L 112,1088" fill="none" stroke="black"/>
              <path d="M 72,1184 L 120,1184" fill="none" stroke="black"/>
              <path d="M 128,1392 L 192,1392" fill="none" stroke="black"/>
              <path d="M 16,1472 L 120,1472" fill="none" stroke="black"/>
              <path d="M 72,1552 L 120,1552" fill="none" stroke="black"/>
              <path d="M 132,376 L 144,400" fill="none" stroke="black"/>
              <path d="M 132,376 L 144,352" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="192,400 180,394.4 180,405.6" fill="black" transform="rotate(0,184,400)"/>
              <polygon class="arrowhead" points="192,176 180,170.4 180,181.6" fill="black" transform="rotate(0,184,176)"/>
              <polygon class="arrowhead" points="136,1392 124,1386.4 124,1397.6" fill="black" transform="rotate(180,128,1392)"/>
              <polygon class="arrowhead" points="136,592 124,586.4 124,597.6" fill="black" transform="rotate(180,128,592)"/>
              <polygon class="arrowhead" points="120,1088 108,1082.4 108,1093.6" fill="black" transform="rotate(0,112,1088)"/>
              <polygon class="arrowhead" points="120,112 108,106.4 108,117.6" fill="black" transform="rotate(0,112,112)"/>
              <polygon class="arrowhead" points="80,1552 68,1546.4 68,1557.6" fill="black" transform="rotate(180,72,1552)"/>
              <polygon class="arrowhead" points="80,1184 68,1178.4 68,1189.6" fill="black" transform="rotate(180,72,1184)"/>
              <polygon class="arrowhead" points="24,1472 12,1466.4 12,1477.6" fill="black" transform="rotate(180,16,1472)"/>
              <polygon class="arrowhead" points="24,944 12,938.4 12,949.6" fill="black" transform="rotate(180,16,944)"/>
              <g class="text">
                <text x="12" y="36">C1</text>
                <text x="68" y="36">C2</text>
                <text x="120" y="36">P</text>
                <text x="192" y="36">S</text>
                <text x="228" y="68">(The</text>
                <text x="308" y="68">representation</text>
                <text x="380" y="68">of</text>
                <text x="408" y="68">the</text>
                <text x="252" y="84">resource</text>
                <text x="300" y="84">/r</text>
                <text x="324" y="84">is</text>
                <text x="368" y="84">"1234")</text>
                <text x="236" y="116">Token:</text>
                <text x="284" y="116">0x4a</text>
                <text x="32" y="132">GET</text>
                <text x="244" y="132">Observe:</text>
                <text x="288" y="132">0</text>
                <text x="340" y="132">(register)</text>
                <text x="252" y="148">Proxy-Uri:</text>
                <text x="400" y="148">"coap://sensor.example/r"</text>
                <text x="236" y="180">Token:</text>
                <text x="284" y="180">0x5e</text>
                <text x="144" y="196">GET</text>
                <text x="244" y="196">Observe:</text>
                <text x="288" y="196">0</text>
                <text x="340" y="196">(register)</text>
                <text x="248" y="212">Uri-Host:</text>
                <text x="356" y="212">"sensor.example"</text>
                <text x="248" y="228">Uri-Path:</text>
                <text x="304" y="228">"r"</text>
                <text x="220" y="260">(S</text>
                <text x="272" y="260">allocates</text>
                <text x="328" y="260">the</text>
                <text x="384" y="260">available</text>
                <text x="448" y="260">Token</text>
                <text x="496" y="260">value</text>
                <text x="544" y="260">0x7b)</text>
                <text x="220" y="292">(S</text>
                <text x="256" y="292">sends</text>
                <text x="292" y="292">to</text>
                <text x="332" y="292">itself</text>
                <text x="368" y="292">a</text>
                <text x="408" y="292">phantom</text>
                <text x="488" y="292">observation</text>
                <text x="240" y="308">request</text>
                <text x="300" y="308">PH_REQ</text>
                <text x="340" y="308">as</text>
                <text x="380" y="308">coming</text>
                <text x="428" y="308">from</text>
                <text x="464" y="308">the</text>
                <text x="220" y="324">IP</text>
                <text x="272" y="324">multicast</text>
                <text x="344" y="324">address</text>
                <text x="416" y="324">GRP_ADDR)</text>
                <text x="236" y="404">Token:</text>
                <text x="284" y="404">0x7b</text>
                <text x="168" y="420">GET</text>
                <text x="244" y="420">Observe:</text>
                <text x="288" y="420">0</text>
                <text x="340" y="420">(register)</text>
                <text x="248" y="436">Uri-Host:</text>
                <text x="356" y="436">"sensor.example"</text>
                <text x="248" y="452">Uri-Path:</text>
                <text x="304" y="452">"r"</text>
                <text x="220" y="484">(S</text>
                <text x="264" y="484">creates</text>
                <text x="304" y="484">a</text>
                <text x="336" y="484">group</text>
                <text x="408" y="484">observation</text>
                <text x="468" y="484">of</text>
                <text x="496" y="484">/r)</text>
                <text x="220" y="516">(S</text>
                <text x="276" y="516">increments</text>
                <text x="336" y="516">the</text>
                <text x="388" y="516">observer</text>
                <text x="456" y="516">counter</text>
                <text x="232" y="532">for</text>
                <text x="264" y="532">the</text>
                <text x="304" y="532">group</text>
                <text x="376" y="532">observation</text>
                <text x="436" y="532">of</text>
                <text x="464" y="532">/r)</text>
                <text x="236" y="596">Token:</text>
                <text x="284" y="596">0x5e</text>
                <text x="148" y="612">5.03</text>
                <text x="272" y="612">Content-Format:</text>
                <text x="388" y="612">application/</text>
                <text x="336" y="628">informative-response+cbor</text>
                <text x="244" y="644">Max-Age:</text>
                <text x="288" y="644">0</text>
                <text x="236" y="660">&lt;Other</text>
                <text x="300" y="660">options&gt;</text>
                <text x="244" y="676">Payload:</text>
                <text x="288" y="676">{</text>
                <text x="232" y="692">/</text>
                <text x="272" y="692">tp_info</text>
                <text x="312" y="692">/</text>
                <text x="352" y="692">0</text>
                <text x="368" y="692">:</text>
                <text x="384" y="692">[</text>
                <text x="416" y="708">cri'coap://SRV_ADDR:SRV_PORT/',</text>
                <text x="432" y="724">cri'coap://GRP_ADDR:GRP_PORT/',</text>
                <text x="348" y="740">0x7b],</text>
                <text x="232" y="756">/</text>
                <text x="284" y="756">last_notif</text>
                <text x="336" y="756">/</text>
                <text x="352" y="756">2</text>
                <text x="368" y="756">:</text>
                <text x="416" y="756">bstr(0x45</text>
                <text x="464" y="756">|</text>
                <text x="488" y="756">OPT</text>
                <text x="512" y="756">|</text>
                <text x="540" y="756">0xff</text>
                <text x="568" y="756">|</text>
                <text x="452" y="772">PAYLOAD)</text>
                <text x="216" y="788">}</text>
                <text x="244" y="820">(PAYLOAD</text>
                <text x="292" y="820">in</text>
                <text x="356" y="820">'last_notif'</text>
                <text x="416" y="820">:</text>
                <text x="456" y="820">"1234")</text>
                <text x="228" y="868">(The</text>
                <text x="272" y="868">proxy</text>
                <text x="324" y="868">starts</text>
                <text x="392" y="868">listening</text>
                <text x="444" y="868">to</text>
                <text x="472" y="868">the</text>
                <text x="252" y="884">GRP_ADDR</text>
                <text x="320" y="884">address</text>
                <text x="368" y="884">and</text>
                <text x="400" y="884">the</text>
                <text x="452" y="884">GRP_PORT</text>
                <text x="512" y="884">port)</text>
                <text x="228" y="916">(The</text>
                <text x="272" y="916">proxy</text>
                <text x="316" y="916">adds</text>
                <text x="348" y="916">C1</text>
                <text x="372" y="916">to</text>
                <text x="400" y="916">its</text>
                <text x="436" y="916">list</text>
                <text x="468" y="916">of</text>
                <text x="524" y="916">observers)</text>
                <text x="236" y="948">Token:</text>
                <text x="284" y="948">0x4a</text>
                <text x="36" y="964">2.05</text>
                <text x="244" y="964">Observe:</text>
                <text x="304" y="964">54120</text>
                <text x="236" y="980">&lt;Other</text>
                <text x="300" y="980">options&gt;</text>
                <text x="244" y="996">Payload:</text>
                <text x="308" y="996">"1234"</text>
                <text x="16" y="1044">...</text>
                <text x="64" y="1044">...</text>
                <text x="120" y="1044">...</text>
                <text x="184" y="1044">...</text>
                <text x="236" y="1092">Token:</text>
                <text x="284" y="1092">0x01</text>
                <text x="88" y="1108">GET</text>
                <text x="244" y="1108">Observe:</text>
                <text x="288" y="1108">0</text>
                <text x="340" y="1108">(register)</text>
                <text x="252" y="1124">Proxy-Uri:</text>
                <text x="400" y="1124">"coap://sensor.example/r"</text>
                <text x="228" y="1156">(The</text>
                <text x="272" y="1156">proxy</text>
                <text x="312" y="1156">has</text>
                <text x="336" y="1156">a</text>
                <text x="368" y="1156">fresh</text>
                <text x="420" y="1156">cached</text>
                <text x="512" y="1156">representation)</text>
                <text x="236" y="1188">Token:</text>
                <text x="284" y="1188">0x01</text>
                <text x="92" y="1204">2.05</text>
                <text x="244" y="1204">Observe:</text>
                <text x="304" y="1204">54120</text>
                <text x="236" y="1220">&lt;Other</text>
                <text x="300" y="1220">options&gt;</text>
                <text x="244" y="1236">Payload:</text>
                <text x="308" y="1236">"1234"</text>
                <text x="16" y="1284">...</text>
                <text x="64" y="1284">...</text>
                <text x="120" y="1284">...</text>
                <text x="184" y="1284">...</text>
                <text x="228" y="1332">(The</text>
                <text x="308" y="1332">representation</text>
                <text x="380" y="1332">of</text>
                <text x="408" y="1332">the</text>
                <text x="252" y="1348">resource</text>
                <text x="300" y="1348">/r</text>
                <text x="344" y="1348">changes</text>
                <text x="388" y="1348">to</text>
                <text x="432" y="1348">"5678")</text>
                <text x="152" y="1380">(#)</text>
                <text x="236" y="1396">Token:</text>
                <text x="284" y="1396">0x7b</text>
                <text x="148" y="1412">2.05</text>
                <text x="244" y="1412">Observe:</text>
                <text x="292" y="1412">11</text>
                <text x="236" y="1428">&lt;Other</text>
                <text x="300" y="1428">options&gt;</text>
                <text x="244" y="1444">Payload:</text>
                <text x="308" y="1444">"5678"</text>
                <text x="236" y="1476">Token:</text>
                <text x="284" y="1476">0x4a</text>
                <text x="36" y="1492">2.05</text>
                <text x="244" y="1492">Observe:</text>
                <text x="304" y="1492">54123</text>
                <text x="236" y="1508">&lt;Other</text>
                <text x="300" y="1508">options&gt;</text>
                <text x="244" y="1524">Payload:</text>
                <text x="308" y="1524">"5678"</text>
                <text x="236" y="1556">Token:</text>
                <text x="284" y="1556">0x01</text>
                <text x="92" y="1572">2.05</text>
                <text x="244" y="1572">Observe:</text>
                <text x="304" y="1572">54123</text>
                <text x="236" y="1588">&lt;Other</text>
                <text x="300" y="1588">options&gt;</text>
                <text x="244" y="1604">Payload:</text>
                <text x="308" y="1604">"5678"</text>
                <text x="16" y="1668">(#)</text>
                <text x="52" y="1668">Sent</text>
                <text x="92" y="1668">over</text>
                <text x="124" y="1668">IP</text>
                <text x="176" y="1668">multicast</text>
                <text x="228" y="1668">to</text>
                <text x="332" y="1668">GROUP_ADDR:GROUP_PORT.</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
C1     C2     P        S
|      |      |        |
|      |      |        |  (The representation of the
|      |      |        |   resource /r is "1234")
|      |      |        |
+------------>|        |  Token: 0x4a
| GET  |      |        |  Observe: 0 (register)
|      |      |        |  Proxy-Uri: "coap://sensor.example/r"
|      |      |        |
|      |      +------->|  Token: 0x5e
|      |      | GET    |  Observe: 0 (register)
|      |      |        |  Uri-Host: "sensor.example"
|      |      |        |  Uri-Path: "r"
|      |      |        |
|      |      |        |  (S allocates the available Token value 0x7b)
|      |      |        |
|      |      |        |  (S sends to itself a phantom observation
|      |      |        |  request PH_REQ as coming from the
|      |      |        |  IP multicast address GRP_ADDR)
|      |      |        |
|      |      |  .-----+
|      |      | /      |
|      |      | \      |
|      |      |  `---->|  Token: 0x7b
|      |      |    GET |  Observe: 0 (register)
|      |      |        |  Uri-Host: "sensor.example"
|      |      |        |  Uri-Path: "r"
|      |      |        |
|      |      |        |  (S creates a group observation of /r)
|      |      |        |
|      |      |        |  (S increments the observer counter
|      |      |        |   for the group observation of /r)
|      |      |        |
|      |      |        |
|      |      |        |
|      |      |<-------+  Token: 0x5e
|      |      | 5.03   |  Content-Format: application/
|      |      |        |     informative-response+cbor
|      |      |        |  Max-Age: 0
|      |      |        |  <Other options>
|      |      |        |  Payload: {
|      |      |        |    / tp_info /    0 : [
|      |      |        |            cri'coap://SRV_ADDR:SRV_PORT/',
|      |      |        |              cri'coap://GRP_ADDR:GRP_PORT/',
|      |      |        |                0x7b],
|      |      |        |    / last_notif / 2 : bstr(0x45 | OPT | 0xff |
|      |      |        |                            PAYLOAD)
|      |      |        |  }
|      |      |        |
|      |      |        |  (PAYLOAD in 'last_notif' : "1234")
|      |      |        |
|      |      |        |
|      |      |        |  (The proxy starts listening to the
|      |      |        |   GRP_ADDR address and the GRP_PORT port)
|      |      |        |
|      |      |        |  (The proxy adds C1 to its list of observers)
|      |      |        |
|<------------+        |  Token: 0x4a
| 2.05 |      |        |  Observe: 54120
|      |      |        |  <Other options>
|      |      |        |  Payload: "1234"
|      |      |        |

...   ...    ...     ...

|      |      |        |
|      +----->|        |  Token: 0x01
|      | GET  |        |  Observe: 0 (register)
|      |      |        |  Proxy-Uri: "coap://sensor.example/r"
|      |      |        |
|      |      |        |  (The proxy has a fresh cached representation)
|      |      |        |
|      |<-----+        |  Token: 0x01
|      | 2.05 |        |  Observe: 54120
|      |      |        |  <Other options>
|      |      |        |  Payload: "1234"
|      |      |        |

...   ...    ...     ...

|      |      |        |
|      |      |        |  (The representation of the
|      |      |        |   resource /r changes to "5678")
|      |      |        |
|      |      |  (#)   |
|      |      |<-------+  Token: 0x7b
|      |      | 2.05   |  Observe: 11
|      |      |        |  <Other options>
|      |      |        |  Payload: "5678"
|      |      |        |
|<------------+        |  Token: 0x4a
| 2.05 |      |        |  Observe: 54123
|      |      |        |  <Other options>
|      |      |        |  Payload: "5678"
|      |      |        |
|      |<-----+        |  Token: 0x01
|      | 2.05 |        |  Observe: 54123
|      |      |        |  <Other options>
|      |      |        |  Payload: "5678"
|      |      |        |


(#) Sent over IP multicast to GROUP_ADDR:GROUP_PORT.
]]></artwork>
        </artset>
      </figure>
      <t>Note that the proxy has all the information to understand the observation request from C2 and can immediately start to serve the still fresh values.</t>
      <t>This behavior is mandated by <xref section="5" sectionFormat="of" target="RFC7641"/>, i.e., the proxy registers itself only once with the next hop and fans out the notifications that it receives to all the registered clients.</t>
    </section>
    <section anchor="intermediaries-example-e2e-security">
      <name>Example with a Proxy and with Group OSCORE</name>
      <t>This section provides an example where a proxy P is used between the clients and the server, and Group OSCORE is used to protect multicast notifications end-to-end between the server and the clients.</t>
      <t>The same assumptions and notation used in <xref section="10" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> are used for this example. In addition, the proxy has address PRX_ADDR and listens to the port number PRX_PORT.</t>
      <t>Unless explicitly indicated, all messages transmitted on the wire are sent over unicast and protected with OSCORE end-to-end between a client and the server.</t>
      <figure anchor="example-proxy-oscore">
        <name>Example of Group Observation with a Proxy and Group OSCORE</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="4432" width="576" viewBox="0 0 576 4432" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,48 L 8,2128" fill="none" stroke="black"/>
              <path d="M 8,2192 L 8,3648" fill="none" stroke="black"/>
              <path d="M 8,3712 L 8,4304" fill="none" stroke="black"/>
              <path d="M 72,48 L 72,104" fill="none" stroke="black"/>
              <path d="M 72,120 L 72,1544" fill="none" stroke="black"/>
              <path d="M 72,1560 L 72,1672" fill="none" stroke="black"/>
              <path d="M 72,1688 L 72,2104" fill="none" stroke="black"/>
              <path d="M 72,2192 L 72,3648" fill="none" stroke="black"/>
              <path d="M 72,3712 L 72,4024" fill="none" stroke="black"/>
              <path d="M 72,4040 L 72,4304" fill="none" stroke="black"/>
              <path d="M 136,48 L 136,2128" fill="none" stroke="black"/>
              <path d="M 136,2192 L 136,3648" fill="none" stroke="black"/>
              <path d="M 136,3712 L 136,4304" fill="none" stroke="black"/>
              <path d="M 216,48 L 216,2128" fill="none" stroke="black"/>
              <path d="M 216,2192 L 216,3648" fill="none" stroke="black"/>
              <path d="M 216,3712 L 216,4304" fill="none" stroke="black"/>
              <path d="M 8,112 L 128,112" fill="none" stroke="black"/>
              <path d="M 136,336 L 208,336" fill="none" stroke="black"/>
              <path d="M 160,672 L 216,672" fill="none" stroke="black"/>
              <path d="M 160,720 L 208,720" fill="none" stroke="black"/>
              <path d="M 432,976 L 448,976" fill="none" stroke="black"/>
              <path d="M 144,1104 L 216,1104" fill="none" stroke="black"/>
              <path d="M 16,1552 L 136,1552" fill="none" stroke="black"/>
              <path d="M 8,1680 L 128,1680" fill="none" stroke="black"/>
              <path d="M 16,2112 L 136,2112" fill="none" stroke="black"/>
              <path d="M 72,2208 L 128,2208" fill="none" stroke="black"/>
              <path d="M 136,2432 L 208,2432" fill="none" stroke="black"/>
              <path d="M 144,2688 L 216,2688" fill="none" stroke="black"/>
              <path d="M 80,3136 L 136,3136" fill="none" stroke="black"/>
              <path d="M 72,3248 L 128,3248" fill="none" stroke="black"/>
              <path d="M 80,3616 L 136,3616" fill="none" stroke="black"/>
              <path d="M 144,3792 L 216,3792" fill="none" stroke="black"/>
              <path d="M 16,4032 L 136,4032" fill="none" stroke="black"/>
              <path d="M 80,4176 L 136,4176" fill="none" stroke="black"/>
              <path d="M 148,696 L 160,720" fill="none" stroke="black"/>
              <path d="M 148,696 L 160,672" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="440,976 428,970.4 428,981.6" fill="black" transform="rotate(180,432,976)"/>
              <polygon class="arrowhead" points="216,2432 204,2426.4 204,2437.6" fill="black" transform="rotate(0,208,2432)"/>
              <polygon class="arrowhead" points="216,720 204,714.4 204,725.6" fill="black" transform="rotate(0,208,720)"/>
              <polygon class="arrowhead" points="216,336 204,330.4 204,341.6" fill="black" transform="rotate(0,208,336)"/>
              <polygon class="arrowhead" points="152,3792 140,3786.4 140,3797.6" fill="black" transform="rotate(180,144,3792)"/>
              <polygon class="arrowhead" points="152,2688 140,2682.4 140,2693.6" fill="black" transform="rotate(180,144,2688)"/>
              <polygon class="arrowhead" points="152,1104 140,1098.4 140,1109.6" fill="black" transform="rotate(180,144,1104)"/>
              <polygon class="arrowhead" points="136,3248 124,3242.4 124,3253.6" fill="black" transform="rotate(0,128,3248)"/>
              <polygon class="arrowhead" points="136,2208 124,2202.4 124,2213.6" fill="black" transform="rotate(0,128,2208)"/>
              <polygon class="arrowhead" points="136,1680 124,1674.4 124,1685.6" fill="black" transform="rotate(0,128,1680)"/>
              <polygon class="arrowhead" points="136,112 124,106.4 124,117.6" fill="black" transform="rotate(0,128,112)"/>
              <polygon class="arrowhead" points="88,4176 76,4170.4 76,4181.6" fill="black" transform="rotate(180,80,4176)"/>
              <polygon class="arrowhead" points="88,3616 76,3610.4 76,3621.6" fill="black" transform="rotate(180,80,3616)"/>
              <polygon class="arrowhead" points="88,3136 76,3130.4 76,3141.6" fill="black" transform="rotate(180,80,3136)"/>
              <polygon class="arrowhead" points="24,4032 12,4026.4 12,4037.6" fill="black" transform="rotate(180,16,4032)"/>
              <polygon class="arrowhead" points="24,2112 12,2106.4 12,2117.6" fill="black" transform="rotate(180,16,2112)"/>
              <polygon class="arrowhead" points="24,1552 12,1546.4 12,1557.6" fill="black" transform="rotate(180,16,1552)"/>
              <g class="text">
                <text x="12" y="36">C1</text>
                <text x="76" y="36">C2</text>
                <text x="136" y="36">P</text>
                <text x="216" y="36">S</text>
                <text x="252" y="68">(The</text>
                <text x="332" y="68">representation</text>
                <text x="404" y="68">of</text>
                <text x="432" y="68">the</text>
                <text x="276" y="84">resource</text>
                <text x="324" y="84">/r</text>
                <text x="348" y="84">is</text>
                <text x="392" y="84">"1234")</text>
                <text x="260" y="116">Token:</text>
                <text x="308" y="116">0x4a</text>
                <text x="40" y="132">FETCH</text>
                <text x="268" y="132">Observe:</text>
                <text x="312" y="132">0</text>
                <text x="364" y="132">(register)</text>
                <text x="264" y="148">OSCORE:</text>
                <text x="340" y="148">[kid:0x01,</text>
                <text x="416" y="148">Partial</text>
                <text x="484" y="148">IV:0x65]</text>
                <text x="272" y="164">Uri-Host:</text>
                <text x="380" y="164">"sensor.example"</text>
                <text x="288" y="180">Proxy-Scheme:</text>
                <text x="372" y="180">"coap"</text>
                <text x="260" y="196">&lt;Other</text>
                <text x="312" y="196">class</text>
                <text x="352" y="196">U/I</text>
                <text x="404" y="196">options&gt;</text>
                <text x="252" y="212">0xff</text>
                <text x="304" y="228">Encrypted_payload</text>
                <text x="384" y="228">{</text>
                <text x="268" y="244">0x01</text>
                <text x="316" y="244">(GET),</text>
                <text x="284" y="260">Observe:</text>
                <text x="328" y="260">0</text>
                <text x="384" y="260">(register),</text>
                <text x="288" y="276">Uri-Path:</text>
                <text x="348" y="276">"r",</text>
                <text x="276" y="292">&lt;Other</text>
                <text x="328" y="292">class</text>
                <text x="360" y="292">E</text>
                <text x="404" y="292">options&gt;</text>
                <text x="240" y="308">}</text>
                <text x="260" y="340">Token:</text>
                <text x="308" y="340">0x5e</text>
                <text x="168" y="356">FETCH</text>
                <text x="268" y="356">Observe:</text>
                <text x="312" y="356">0</text>
                <text x="364" y="356">(register)</text>
                <text x="264" y="372">OSCORE:</text>
                <text x="340" y="372">[kid:0x01,</text>
                <text x="416" y="372">Partial</text>
                <text x="484" y="372">IV:0x65]</text>
                <text x="272" y="388">Uri-Host:</text>
                <text x="380" y="388">"sensor.example"</text>
                <text x="260" y="404">&lt;Other</text>
                <text x="312" y="404">class</text>
                <text x="352" y="404">U/I</text>
                <text x="404" y="404">options&gt;</text>
                <text x="252" y="420">0xff</text>
                <text x="304" y="436">Encrypted_payload</text>
                <text x="384" y="436">{</text>
                <text x="268" y="452">0x01</text>
                <text x="316" y="452">(GET),</text>
                <text x="284" y="468">Observe:</text>
                <text x="328" y="468">0</text>
                <text x="384" y="468">(register),</text>
                <text x="288" y="484">Uri-Path:</text>
                <text x="348" y="484">"r",</text>
                <text x="276" y="500">&lt;Other</text>
                <text x="328" y="500">class</text>
                <text x="360" y="500">E</text>
                <text x="404" y="500">options&gt;</text>
                <text x="240" y="516">}</text>
                <text x="244" y="564">(S</text>
                <text x="296" y="564">allocates</text>
                <text x="352" y="564">the</text>
                <text x="408" y="564">available</text>
                <text x="264" y="580">Token</text>
                <text x="312" y="580">value</text>
                <text x="360" y="580">0x7b)</text>
                <text x="244" y="612">(S</text>
                <text x="280" y="612">sends</text>
                <text x="316" y="612">to</text>
                <text x="356" y="612">itself</text>
                <text x="392" y="612">a</text>
                <text x="432" y="612">phantom</text>
                <text x="512" y="612">observation</text>
                <text x="272" y="628">request</text>
                <text x="332" y="628">PH_REQ</text>
                <text x="372" y="628">as</text>
                <text x="412" y="628">coming</text>
                <text x="460" y="628">from</text>
                <text x="496" y="628">the</text>
                <text x="252" y="644">IP</text>
                <text x="304" y="644">multicast</text>
                <text x="376" y="644">address</text>
                <text x="448" y="644">GRP_ADDR)</text>
                <text x="184" y="660">(#)</text>
                <text x="260" y="724">Token:</text>
                <text x="308" y="724">0x7b</text>
                <text x="184" y="740">FETCH</text>
                <text x="268" y="740">Observe:</text>
                <text x="312" y="740">0</text>
                <text x="364" y="740">(register)</text>
                <text x="264" y="756">OSCORE:</text>
                <text x="340" y="756">[kid:0x05,</text>
                <text x="416" y="756">Partial</text>
                <text x="492" y="756">IV:0x01f5,</text>
                <text x="320" y="772">kid</text>
                <text x="408" y="772">context:0x57ab2e]</text>
                <text x="272" y="788">Uri-Host:</text>
                <text x="380" y="788">"sensor.example"</text>
                <text x="260" y="804">&lt;Other</text>
                <text x="312" y="804">class</text>
                <text x="352" y="804">U/I</text>
                <text x="404" y="804">options&gt;</text>
                <text x="252" y="820">0xff</text>
                <text x="304" y="836">Encrypted_payload</text>
                <text x="384" y="836">{</text>
                <text x="268" y="852">0x01</text>
                <text x="316" y="852">(GET),</text>
                <text x="284" y="868">Observe:</text>
                <text x="328" y="868">0</text>
                <text x="384" y="868">(register),</text>
                <text x="288" y="884">Uri-Path:</text>
                <text x="348" y="884">"r",</text>
                <text x="276" y="900">&lt;Other</text>
                <text x="328" y="900">class</text>
                <text x="360" y="900">E</text>
                <text x="404" y="900">options&gt;</text>
                <text x="240" y="916">}</text>
                <text x="308" y="932">&lt;Countersignature&gt;</text>
                <text x="244" y="964">(S</text>
                <text x="280" y="964">steps</text>
                <text x="324" y="964">SN_5</text>
                <text x="356" y="964">in</text>
                <text x="384" y="964">the</text>
                <text x="424" y="964">Group</text>
                <text x="476" y="964">OSCORE</text>
                <text x="276" y="980">Security</text>
                <text x="348" y="980">Context:</text>
                <text x="404" y="980">SN_5</text>
                <text x="476" y="980">502)</text>
                <text x="244" y="1012">(S</text>
                <text x="288" y="1012">creates</text>
                <text x="328" y="1012">a</text>
                <text x="360" y="1012">group</text>
                <text x="432" y="1012">observation</text>
                <text x="492" y="1012">of</text>
                <text x="520" y="1012">/r)</text>
                <text x="244" y="1060">(S</text>
                <text x="300" y="1060">increments</text>
                <text x="360" y="1060">the</text>
                <text x="412" y="1060">observer</text>
                <text x="480" y="1060">counter</text>
                <text x="256" y="1076">for</text>
                <text x="288" y="1076">the</text>
                <text x="328" y="1076">group</text>
                <text x="400" y="1076">observation</text>
                <text x="460" y="1076">of</text>
                <text x="488" y="1076">/r)</text>
                <text x="260" y="1108">Token:</text>
                <text x="308" y="1108">0x5e</text>
                <text x="164" y="1124">2.05</text>
                <text x="264" y="1124">OSCORE:</text>
                <text x="304" y="1124">-</text>
                <text x="344" y="1124">(empty)</text>
                <text x="268" y="1140">Max-Age:</text>
                <text x="312" y="1140">0</text>
                <text x="260" y="1156">&lt;Other</text>
                <text x="312" y="1156">class</text>
                <text x="352" y="1156">U/I</text>
                <text x="404" y="1156">options&gt;</text>
                <text x="252" y="1172">0xff</text>
                <text x="304" y="1188">Encrypted_payload</text>
                <text x="384" y="1188">{</text>
                <text x="268" y="1204">5.03</text>
                <text x="324" y="1204">(Service</text>
                <text x="416" y="1204">Unavailable),</text>
                <text x="312" y="1220">Content-Format:</text>
                <text x="428" y="1220">application/</text>
                <text x="380" y="1236">informative-response+cbor,</text>
                <text x="276" y="1252">&lt;Other</text>
                <text x="328" y="1252">class</text>
                <text x="360" y="1252">E</text>
                <text x="408" y="1252">options&gt;,</text>
                <text x="272" y="1268">0xff,</text>
                <text x="280" y="1284">Payload</text>
                <text x="320" y="1284">{</text>
                <text x="272" y="1300">/</text>
                <text x="312" y="1300">tp_info</text>
                <text x="352" y="1300">/</text>
                <text x="392" y="1300">0</text>
                <text x="408" y="1300">:</text>
                <text x="424" y="1300">[</text>
                <text x="432" y="1316">cri'coap://SRV_ADDR:SRV_PORT/',</text>
                <text x="448" y="1332">cri'coap://GRP_ADDR:GRP_PORT/',</text>
                <text x="364" y="1348">0x7b],</text>
                <text x="272" y="1364">/</text>
                <text x="308" y="1364">ph_req</text>
                <text x="344" y="1364">/</text>
                <text x="392" y="1364">1</text>
                <text x="408" y="1364">:</text>
                <text x="456" y="1364">bstr(0x05</text>
                <text x="504" y="1364">|</text>
                <text x="440" y="1380">OPT</text>
                <text x="464" y="1380">|</text>
                <text x="492" y="1380">0xff</text>
                <text x="520" y="1380">|</text>
                <text x="456" y="1396">PAYLOAD</text>
                <text x="496" y="1396">|</text>
                <text x="532" y="1396">SIGN),</text>
                <text x="272" y="1412">/</text>
                <text x="324" y="1412">last_notif</text>
                <text x="376" y="1412">/</text>
                <text x="392" y="1412">2</text>
                <text x="408" y="1412">:</text>
                <text x="456" y="1412">bstr(0x45</text>
                <text x="504" y="1412">|</text>
                <text x="440" y="1428">OPT</text>
                <text x="464" y="1428">|</text>
                <text x="492" y="1428">0xff</text>
                <text x="520" y="1428">|</text>
                <text x="456" y="1444">PAYLOAD</text>
                <text x="496" y="1444">|</text>
                <text x="532" y="1444">SIGN),</text>
                <text x="272" y="1460">/</text>
                <text x="316" y="1460">join_uri</text>
                <text x="360" y="1460">/</text>
                <text x="392" y="1460">4</text>
                <text x="408" y="1460">:</text>
                <text x="472" y="1460">"coap://myGM/</text>
                <text x="496" y="1476">ace-group/myGroup",</text>
                <text x="272" y="1492">/</text>
                <text x="308" y="1492">sec_gp</text>
                <text x="344" y="1492">/</text>
                <text x="392" y="1492">5</text>
                <text x="408" y="1492">:</text>
                <text x="456" y="1492">"myGroup"</text>
                <text x="256" y="1508">}</text>
                <text x="240" y="1524">}</text>
                <text x="260" y="1556">Token:</text>
                <text x="308" y="1556">0x4a</text>
                <text x="36" y="1572">2.05</text>
                <text x="264" y="1572">OSCORE:</text>
                <text x="304" y="1572">-</text>
                <text x="344" y="1572">(empty)</text>
                <text x="268" y="1588">Max-Age:</text>
                <text x="312" y="1588">0</text>
                <text x="260" y="1604">&lt;Other</text>
                <text x="312" y="1604">class</text>
                <text x="352" y="1604">U/I</text>
                <text x="404" y="1604">options&gt;</text>
                <text x="252" y="1620">0xff</text>
                <text x="256" y="1636">(Same</text>
                <text x="356" y="1636">Encrypted_payload)</text>
                <text x="40" y="1668">(#)</text>
                <text x="260" y="1684">Token:</text>
                <text x="308" y="1684">0x4b</text>
                <text x="40" y="1700">FETCH</text>
                <text x="268" y="1700">Observe:</text>
                <text x="312" y="1700">0</text>
                <text x="364" y="1700">(register)</text>
                <text x="264" y="1716">OSCORE:</text>
                <text x="340" y="1716">[kid:0x05,</text>
                <text x="416" y="1716">Partial</text>
                <text x="492" y="1716">IV:0x01f5,</text>
                <text x="320" y="1732">kid</text>
                <text x="408" y="1732">context:0x57ab2e]</text>
                <text x="272" y="1748">Uri-Host:</text>
                <text x="380" y="1748">"sensor.example"</text>
                <text x="288" y="1764">Proxy-Scheme:</text>
                <text x="372" y="1764">"coap"</text>
                <text x="356" y="1780">Listen-To-Multicast-Responses:</text>
                <text x="488" y="1780">{</text>
                <text x="380" y="1796">[cri'coap://SRV_ADDR:SRV_PORT/',</text>
                <text x="400" y="1812">cri'coap://GRP_ADDR:GRP_PORT/',</text>
                <text x="312" y="1828">0x7b]</text>
                <text x="240" y="1844">}</text>
                <text x="260" y="1860">&lt;Other</text>
                <text x="312" y="1860">class</text>
                <text x="352" y="1860">U/I</text>
                <text x="404" y="1860">options&gt;</text>
                <text x="252" y="1876">0xff</text>
                <text x="304" y="1892">Encrypted_payload</text>
                <text x="384" y="1892">{</text>
                <text x="268" y="1908">0x01</text>
                <text x="316" y="1908">(GET),</text>
                <text x="284" y="1924">Observe:</text>
                <text x="328" y="1924">0</text>
                <text x="384" y="1924">(register),</text>
                <text x="288" y="1940">Uri-Path:</text>
                <text x="348" y="1940">"r",</text>
                <text x="276" y="1956">&lt;Other</text>
                <text x="328" y="1956">class</text>
                <text x="360" y="1956">E</text>
                <text x="404" y="1956">options&gt;</text>
                <text x="240" y="1972">}</text>
                <text x="308" y="1988">&lt;Countersignature&gt;</text>
                <text x="252" y="2020">(The</text>
                <text x="296" y="2020">proxy</text>
                <text x="348" y="2020">starts</text>
                <text x="416" y="2020">listening</text>
                <text x="468" y="2020">to</text>
                <text x="496" y="2020">the</text>
                <text x="276" y="2036">GRP_ADDR</text>
                <text x="344" y="2036">address</text>
                <text x="392" y="2036">and</text>
                <text x="424" y="2036">the</text>
                <text x="476" y="2036">GRP_PORT</text>
                <text x="536" y="2036">port)</text>
                <text x="252" y="2068">(The</text>
                <text x="296" y="2068">proxy</text>
                <text x="340" y="2068">adds</text>
                <text x="372" y="2068">C1</text>
                <text x="396" y="2068">to</text>
                <text x="256" y="2084">its</text>
                <text x="292" y="2084">list</text>
                <text x="324" y="2084">of</text>
                <text x="380" y="2084">observers)</text>
                <text x="72" y="2132">|</text>
                <text x="104" y="2132">ACK</text>
                <text x="16" y="2164">...</text>
                <text x="72" y="2164">...</text>
                <text x="136" y="2164">...</text>
                <text x="208" y="2164">...</text>
                <text x="260" y="2212">Token:</text>
                <text x="308" y="2212">0x01</text>
                <text x="104" y="2228">FETCH</text>
                <text x="268" y="2228">Observe:</text>
                <text x="312" y="2228">0</text>
                <text x="364" y="2228">(register)</text>
                <text x="264" y="2244">OSCORE:</text>
                <text x="340" y="2244">[kid:0x02,</text>
                <text x="416" y="2244">Partial</text>
                <text x="484" y="2244">IV:0xc9]</text>
                <text x="272" y="2260">Uri-Host:</text>
                <text x="380" y="2260">"sensor.example"</text>
                <text x="288" y="2276">Proxy-Scheme:</text>
                <text x="372" y="2276">"coap"</text>
                <text x="260" y="2292">&lt;Other</text>
                <text x="312" y="2292">class</text>
                <text x="352" y="2292">U/I</text>
                <text x="404" y="2292">options&gt;</text>
                <text x="252" y="2308">0xff</text>
                <text x="304" y="2324">Encrypted_payload</text>
                <text x="384" y="2324">{</text>
                <text x="268" y="2340">0x01</text>
                <text x="316" y="2340">(GET),</text>
                <text x="284" y="2356">Observe:</text>
                <text x="328" y="2356">0</text>
                <text x="384" y="2356">(register),</text>
                <text x="288" y="2372">Uri-Path:</text>
                <text x="348" y="2372">"r",</text>
                <text x="276" y="2388">&lt;Other</text>
                <text x="328" y="2388">class</text>
                <text x="360" y="2388">E</text>
                <text x="404" y="2388">options&gt;</text>
                <text x="240" y="2404">}</text>
                <text x="260" y="2436">Token:</text>
                <text x="308" y="2436">0x5f</text>
                <text x="168" y="2452">FETCH</text>
                <text x="268" y="2452">Observe:</text>
                <text x="312" y="2452">0</text>
                <text x="364" y="2452">(register)</text>
                <text x="264" y="2468">OSCORE:</text>
                <text x="340" y="2468">[kid:0x02,</text>
                <text x="416" y="2468">Partial</text>
                <text x="484" y="2468">IV:0xc9]</text>
                <text x="272" y="2484">Uri-Host:</text>
                <text x="380" y="2484">"sensor.example"</text>
                <text x="260" y="2500">&lt;Other</text>
                <text x="312" y="2500">class</text>
                <text x="352" y="2500">U/I</text>
                <text x="404" y="2500">options&gt;</text>
                <text x="252" y="2516">0xff</text>
                <text x="304" y="2532">Encrypted_payload</text>
                <text x="384" y="2532">{</text>
                <text x="268" y="2548">0x01</text>
                <text x="316" y="2548">(GET),</text>
                <text x="284" y="2564">Observe:</text>
                <text x="328" y="2564">0</text>
                <text x="384" y="2564">(register),</text>
                <text x="288" y="2580">Uri-Path:</text>
                <text x="348" y="2580">"r",</text>
                <text x="276" y="2596">&lt;Other</text>
                <text x="328" y="2596">class</text>
                <text x="360" y="2596">E</text>
                <text x="404" y="2596">options&gt;</text>
                <text x="240" y="2612">}</text>
                <text x="244" y="2644">(S</text>
                <text x="300" y="2644">increments</text>
                <text x="360" y="2644">the</text>
                <text x="412" y="2644">observer</text>
                <text x="480" y="2644">counter</text>
                <text x="256" y="2660">for</text>
                <text x="288" y="2660">the</text>
                <text x="328" y="2660">group</text>
                <text x="400" y="2660">observation</text>
                <text x="460" y="2660">of</text>
                <text x="488" y="2660">/r)</text>
                <text x="260" y="2692">Token:</text>
                <text x="308" y="2692">0x5f</text>
                <text x="164" y="2708">2.05</text>
                <text x="264" y="2708">OSCORE:</text>
                <text x="304" y="2708">-</text>
                <text x="344" y="2708">(empty)</text>
                <text x="268" y="2724">Max-Age:</text>
                <text x="312" y="2724">0</text>
                <text x="260" y="2740">&lt;Other</text>
                <text x="312" y="2740">class</text>
                <text x="352" y="2740">U/I</text>
                <text x="404" y="2740">options&gt;</text>
                <text x="252" y="2756">0xff</text>
                <text x="304" y="2772">Encrypted_payload</text>
                <text x="384" y="2772">{</text>
                <text x="268" y="2788">5.03</text>
                <text x="324" y="2788">(Service</text>
                <text x="416" y="2788">Unavailable),</text>
                <text x="312" y="2804">Content-Format:</text>
                <text x="428" y="2804">application/</text>
                <text x="380" y="2820">informative-response+cbor,</text>
                <text x="276" y="2836">&lt;Other</text>
                <text x="328" y="2836">class</text>
                <text x="360" y="2836">E</text>
                <text x="408" y="2836">options&gt;,</text>
                <text x="272" y="2852">0xff,</text>
                <text x="280" y="2868">Payload</text>
                <text x="320" y="2868">{</text>
                <text x="272" y="2884">/</text>
                <text x="312" y="2884">tp_info</text>
                <text x="352" y="2884">/</text>
                <text x="392" y="2884">0</text>
                <text x="408" y="2884">:</text>
                <text x="424" y="2884">[</text>
                <text x="432" y="2900">cri'coap://SRV_ADDR:SRV_PORT/',</text>
                <text x="448" y="2916">cri'coap://GRP_ADDR:GRP_PORT/',</text>
                <text x="364" y="2932">0x7b],</text>
                <text x="272" y="2948">/</text>
                <text x="308" y="2948">ph_req</text>
                <text x="344" y="2948">/</text>
                <text x="392" y="2948">1</text>
                <text x="408" y="2948">:</text>
                <text x="456" y="2948">bstr(0x05</text>
                <text x="504" y="2948">|</text>
                <text x="440" y="2964">OPT</text>
                <text x="464" y="2964">|</text>
                <text x="492" y="2964">0xff</text>
                <text x="520" y="2964">|</text>
                <text x="456" y="2980">PAYLOAD</text>
                <text x="496" y="2980">|</text>
                <text x="532" y="2980">SIGN),</text>
                <text x="272" y="2996">/</text>
                <text x="324" y="2996">last_notif</text>
                <text x="376" y="2996">/</text>
                <text x="392" y="2996">2</text>
                <text x="408" y="2996">:</text>
                <text x="456" y="2996">bstr(0x45</text>
                <text x="504" y="2996">|</text>
                <text x="440" y="3012">OPT</text>
                <text x="464" y="3012">|</text>
                <text x="492" y="3012">0xff</text>
                <text x="520" y="3012">|</text>
                <text x="456" y="3028">PAYLOAD</text>
                <text x="496" y="3028">|</text>
                <text x="532" y="3028">SIGN),</text>
                <text x="272" y="3044">/</text>
                <text x="316" y="3044">join_uri</text>
                <text x="360" y="3044">/</text>
                <text x="392" y="3044">4</text>
                <text x="408" y="3044">:</text>
                <text x="472" y="3044">"coap://myGM/</text>
                <text x="496" y="3060">ace-group/myGroup",</text>
                <text x="272" y="3076">/</text>
                <text x="308" y="3076">sec_gp</text>
                <text x="344" y="3076">/</text>
                <text x="392" y="3076">5</text>
                <text x="408" y="3076">:</text>
                <text x="456" y="3076">"myGroup"</text>
                <text x="256" y="3092">}</text>
                <text x="240" y="3108">}</text>
                <text x="260" y="3140">Token:</text>
                <text x="308" y="3140">0x01</text>
                <text x="100" y="3156">2.05</text>
                <text x="264" y="3156">OSCORE:</text>
                <text x="304" y="3156">-</text>
                <text x="344" y="3156">(empty)</text>
                <text x="268" y="3172">Max-Age:</text>
                <text x="312" y="3172">0</text>
                <text x="260" y="3188">&lt;Other</text>
                <text x="312" y="3188">class</text>
                <text x="352" y="3188">U/I</text>
                <text x="404" y="3188">options&gt;</text>
                <text x="252" y="3204">0xff</text>
                <text x="256" y="3220">(Same</text>
                <text x="356" y="3220">Encrypted_payload)</text>
                <text x="104" y="3236">(#)</text>
                <text x="260" y="3252">Token:</text>
                <text x="308" y="3252">0x02</text>
                <text x="104" y="3268">FETCH</text>
                <text x="268" y="3268">Observe:</text>
                <text x="312" y="3268">0</text>
                <text x="364" y="3268">(register)</text>
                <text x="264" y="3284">OSCORE:</text>
                <text x="340" y="3284">[kid:0x05,</text>
                <text x="416" y="3284">Partial</text>
                <text x="492" y="3284">IV:0x01f5,</text>
                <text x="320" y="3300">kid</text>
                <text x="408" y="3300">context:0x57ab2e]</text>
                <text x="272" y="3316">Uri-Host:</text>
                <text x="380" y="3316">"sensor.example"</text>
                <text x="288" y="3332">Proxy-Scheme:</text>
                <text x="372" y="3332">"coap"</text>
                <text x="356" y="3348">Listen-To-Multicast-Responses:</text>
                <text x="488" y="3348">{</text>
                <text x="380" y="3364">[cri'coap://SRV_ADDR:SRV_PORT/',</text>
                <text x="400" y="3380">cri'coap://GRP_ADDR:GRP_PORT/',</text>
                <text x="312" y="3396">0x7b]</text>
                <text x="240" y="3412">}</text>
                <text x="260" y="3428">&lt;Other</text>
                <text x="312" y="3428">class</text>
                <text x="352" y="3428">U/I</text>
                <text x="404" y="3428">options&gt;</text>
                <text x="252" y="3444">0xff</text>
                <text x="304" y="3460">Encrypted_payload</text>
                <text x="384" y="3460">{</text>
                <text x="268" y="3476">0x01</text>
                <text x="316" y="3476">(GET),</text>
                <text x="284" y="3492">Observe:</text>
                <text x="328" y="3492">0</text>
                <text x="384" y="3492">(register),</text>
                <text x="288" y="3508">Uri-Path:</text>
                <text x="348" y="3508">"r",</text>
                <text x="276" y="3524">&lt;Other</text>
                <text x="328" y="3524">class</text>
                <text x="360" y="3524">E</text>
                <text x="404" y="3524">options&gt;</text>
                <text x="240" y="3540">}</text>
                <text x="308" y="3556">&lt;Countersignature&gt;</text>
                <text x="252" y="3588">(The</text>
                <text x="296" y="3588">proxy</text>
                <text x="340" y="3588">adds</text>
                <text x="372" y="3588">C2</text>
                <text x="396" y="3588">to</text>
                <text x="256" y="3604">its</text>
                <text x="292" y="3604">list</text>
                <text x="324" y="3604">of</text>
                <text x="380" y="3604">observers)</text>
                <text x="104" y="3636">ACK</text>
                <text x="16" y="3684">...</text>
                <text x="72" y="3684">...</text>
                <text x="136" y="3684">...</text>
                <text x="208" y="3684">...</text>
                <text x="252" y="3732">(The</text>
                <text x="332" y="3732">representation</text>
                <text x="404" y="3732">of</text>
                <text x="432" y="3732">the</text>
                <text x="276" y="3748">resource</text>
                <text x="324" y="3748">/r</text>
                <text x="368" y="3748">changes</text>
                <text x="412" y="3748">to</text>
                <text x="456" y="3748">"5678")</text>
                <text x="180" y="3780">(##)</text>
                <text x="260" y="3796">Token:</text>
                <text x="308" y="3796">0x7b</text>
                <text x="164" y="3812">2.05</text>
                <text x="268" y="3812">Observe:</text>
                <text x="316" y="3812">11</text>
                <text x="264" y="3828">OSCORE:</text>
                <text x="340" y="3828">[kid:0x05,</text>
                <text x="416" y="3828">Partial</text>
                <text x="492" y="3828">IV:0x01f6]</text>
                <text x="268" y="3844">Max-Age:</text>
                <text x="312" y="3844">0</text>
                <text x="260" y="3860">&lt;Other</text>
                <text x="312" y="3860">class</text>
                <text x="352" y="3860">U/I</text>
                <text x="404" y="3860">options&gt;</text>
                <text x="252" y="3876">0xff</text>
                <text x="304" y="3892">Encrypted_payload</text>
                <text x="384" y="3892">{</text>
                <text x="268" y="3908">2.05</text>
                <text x="332" y="3908">(Content),</text>
                <text x="284" y="3924">Observe:</text>
                <text x="328" y="3924">-</text>
                <text x="372" y="3924">(empty),</text>
                <text x="276" y="3940">&lt;Other</text>
                <text x="328" y="3940">class</text>
                <text x="360" y="3940">E</text>
                <text x="408" y="3940">options&gt;,</text>
                <text x="272" y="3956">0xff,</text>
                <text x="284" y="3972">Payload:</text>
                <text x="348" y="3972">"5678"</text>
                <text x="240" y="3988">}</text>
                <text x="308" y="4004">&lt;Countersignature&gt;</text>
                <text x="40" y="4020">(#)</text>
                <text x="260" y="4036">Token:</text>
                <text x="308" y="4036">0x4b</text>
                <text x="36" y="4052">2.05</text>
                <text x="268" y="4052">Observe:</text>
                <text x="328" y="4052">54123</text>
                <text x="264" y="4068">OSCORE:</text>
                <text x="340" y="4068">[kid:0x05,</text>
                <text x="416" y="4068">Partial</text>
                <text x="492" y="4068">IV:0x01f6]</text>
                <text x="268" y="4084">Max-Age:</text>
                <text x="312" y="4084">0</text>
                <text x="260" y="4100">&lt;Other</text>
                <text x="312" y="4100">class</text>
                <text x="352" y="4100">U/I</text>
                <text x="404" y="4100">options&gt;</text>
                <text x="252" y="4116">0xff</text>
                <text x="256" y="4132">(Same</text>
                <text x="352" y="4132">Encrypted_payload</text>
                <text x="256" y="4148">and</text>
                <text x="344" y="4148">Countersignature)</text>
                <text x="104" y="4164">(#)</text>
                <text x="260" y="4180">Token:</text>
                <text x="308" y="4180">0x02</text>
                <text x="100" y="4196">2.05</text>
                <text x="268" y="4196">Observe:</text>
                <text x="328" y="4196">54123</text>
                <text x="264" y="4212">OSCORE:</text>
                <text x="340" y="4212">[kid:0x05,</text>
                <text x="416" y="4212">Partial</text>
                <text x="492" y="4212">IV:0x01f6]</text>
                <text x="268" y="4228">Max-Age:</text>
                <text x="312" y="4228">0</text>
                <text x="260" y="4244">&lt;Other</text>
                <text x="312" y="4244">class</text>
                <text x="352" y="4244">U/I</text>
                <text x="404" y="4244">options&gt;</text>
                <text x="252" y="4260">0xff</text>
                <text x="256" y="4276">(Same</text>
                <text x="352" y="4276">Encrypted_payload</text>
                <text x="256" y="4292">and</text>
                <text x="344" y="4292">Countersignature)</text>
                <text x="16" y="4356">(#)</text>
                <text x="60" y="4356">Sent</text>
                <text x="100" y="4356">over</text>
                <text x="156" y="4356">unicast,</text>
                <text x="208" y="4356">and</text>
                <text x="264" y="4356">protected</text>
                <text x="324" y="4356">with</text>
                <text x="368" y="4356">Group</text>
                <text x="420" y="4356">OSCORE</text>
                <text x="492" y="4356">end-to-end</text>
                <text x="72" y="4372">between</text>
                <text x="120" y="4372">the</text>
                <text x="164" y="4372">server</text>
                <text x="208" y="4372">and</text>
                <text x="240" y="4372">the</text>
                <text x="292" y="4372">clients.</text>
                <text x="20" y="4404">(##)</text>
                <text x="60" y="4404">Sent</text>
                <text x="100" y="4404">over</text>
                <text x="132" y="4404">IP</text>
                <text x="184" y="4404">multicast</text>
                <text x="236" y="4404">to</text>
                <text x="340" y="4404">GROUP_ADDR:GROUP_PORT,</text>
                <text x="472" y="4404">protected</text>
                <text x="84" y="4420">end-to-end</text>
                <text x="148" y="4420">with</text>
                <text x="192" y="4420">Group</text>
                <text x="244" y="4420">OSCORE</text>
                <text x="304" y="4420">between</text>
                <text x="352" y="4420">the</text>
                <text x="396" y="4420">server</text>
                <text x="440" y="4420">and</text>
                <text x="472" y="4420">the</text>
                <text x="524" y="4420">clients.</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
C1      C2      P         S
|       |       |         |
|       |       |         |  (The representation of the
|       |       |         |   resource /r is "1234")
|       |       |         |
+-------------->|         |  Token: 0x4a
| FETCH |       |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x01, Partial IV:0x65]
|       |       |         |  Uri-Host: "sensor.example"
|       |       |         |  Proxy-Scheme: "coap"
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       +-------->|  Token: 0x5e
|       |       | FETCH   |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x01, Partial IV:0x65]
|       |       |         |  Uri-Host: "sensor.example"
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       |         |
|       |       |         |  (S allocates the available
|       |       |         |   Token value 0x7b)
|       |       |         |
|       |       |         |  (S sends to itself a phantom observation
|       |       |         |   request PH_REQ as coming from the
|       |       |         |   IP multicast address GRP_ADDR)
|       |       |    (#)  |
|       |       |  .------+
|       |       | /       |
|       |       | \       |
|       |       |  `----->|  Token: 0x7b
|       |       |   FETCH |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f5,
|       |       |         |           kid context:0x57ab2e]
|       |       |         |  Uri-Host: "sensor.example"
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |  <Countersignature>
|       |       |         |
|       |       |         |  (S steps SN_5 in the Group OSCORE
|       |       |         |   Security Context: SN_5 <-- 502)
|       |       |         |
|       |       |         |  (S creates a group observation of /r)
|       |       |         |
|       |       |         |
|       |       |         |  (S increments the observer counter
|       |       |         |   for the group observation of /r)
|       |       |         |
|       |       |<--------+  Token: 0x5e
|       |       | 2.05    |  OSCORE: - (empty)
|       |       |         |  Max-Age: 0
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    5.03 (Service Unavailable),
|       |       |         |    Content-Format: application/
|       |       |         |       informative-response+cbor,
|       |       |         |    <Other class E options>,
|       |       |         |    0xff,
|       |       |         |    Payload {
|       |       |         |      / tp_info /    0 : [
|       |       |         |           cri'coap://SRV_ADDR:SRV_PORT/',
|       |       |         |             cri'coap://GRP_ADDR:GRP_PORT/',
|       |       |         |               0x7b],
|       |       |         |      / ph_req /     1 : bstr(0x05 |
|       |       |         |                          OPT | 0xff |
|       |       |         |                          PAYLOAD | SIGN),
|       |       |         |      / last_notif / 2 : bstr(0x45 |
|       |       |         |                          OPT | 0xff |
|       |       |         |                          PAYLOAD | SIGN),
|       |       |         |      / join_uri /   4 : "coap://myGM/
|       |       |         |                         ace-group/myGroup",
|       |       |         |      / sec_gp /     5 : "myGroup"
|       |       |         |    }
|       |       |         |  }
|       |       |         |
|<--------------+         |  Token: 0x4a
| 2.05  |       |         |  OSCORE: - (empty)
|       |       |         |  Max-Age: 0
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  (Same Encrypted_payload)
|       |       |         |
|  (#)  |       |         |
+-------------->|         |  Token: 0x4b
| FETCH |       |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f5,
|       |       |         |           kid context:0x57ab2e]
|       |       |         |  Uri-Host: "sensor.example"
|       |       |         |  Proxy-Scheme: "coap"
|       |       |         |  Listen-To-Multicast-Responses: {
|       |       |         |    [cri'coap://SRV_ADDR:SRV_PORT/',
|       |       |         |       cri'coap://GRP_ADDR:GRP_PORT/',
|       |       |         |         0x7b]
|       |       |         |  }
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |  <Countersignature>
|       |       |         |
|       |       |         |  (The proxy starts listening to the
|       |       |         |   GRP_ADDR address and the GRP_PORT port)
|       |       |         |
|       |       |         |  (The proxy adds C1 to
|       |       |         |   its list of observers)
|       |       |         |
|<--------------+         |
|       |  ACK  |         |

...    ...     ...      ...

|       |       |         |
|       +------>|         |  Token: 0x01
|       | FETCH |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x02, Partial IV:0xc9]
|       |       |         |  Uri-Host: "sensor.example"
|       |       |         |  Proxy-Scheme: "coap"
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       +-------->|  Token: 0x5f
|       |       | FETCH   |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x02, Partial IV:0xc9]
|       |       |         |  Uri-Host: "sensor.example"
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       |         |  (S increments the observer counter
|       |       |         |   for the group observation of /r)
|       |       |         |
|       |       |<--------+  Token: 0x5f
|       |       | 2.05    |  OSCORE: - (empty)
|       |       |         |  Max-Age: 0
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    5.03 (Service Unavailable),
|       |       |         |    Content-Format: application/
|       |       |         |       informative-response+cbor,
|       |       |         |    <Other class E options>,
|       |       |         |    0xff,
|       |       |         |    Payload {
|       |       |         |      / tp_info /    0 : [
|       |       |         |           cri'coap://SRV_ADDR:SRV_PORT/',
|       |       |         |             cri'coap://GRP_ADDR:GRP_PORT/',
|       |       |         |               0x7b],
|       |       |         |      / ph_req /     1 : bstr(0x05 |
|       |       |         |                          OPT | 0xff |
|       |       |         |                          PAYLOAD | SIGN),
|       |       |         |      / last_notif / 2 : bstr(0x45 |
|       |       |         |                          OPT | 0xff |
|       |       |         |                          PAYLOAD | SIGN),
|       |       |         |      / join_uri /   4 : "coap://myGM/
|       |       |         |                         ace-group/myGroup",
|       |       |         |      / sec_gp /     5 : "myGroup"
|       |       |         |    }
|       |       |         |  }
|       |       |         |
|       |<------+         |  Token: 0x01
|       | 2.05  |         |  OSCORE: - (empty)
|       |       |         |  Max-Age: 0
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  (Same Encrypted_payload)
|       |  (#)  |         |
|       +------>|         |  Token: 0x02
|       | FETCH |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f5,
|       |       |         |           kid context:0x57ab2e]
|       |       |         |  Uri-Host: "sensor.example"
|       |       |         |  Proxy-Scheme: "coap"
|       |       |         |  Listen-To-Multicast-Responses: {
|       |       |         |    [cri'coap://SRV_ADDR:SRV_PORT/',
|       |       |         |       cri'coap://GRP_ADDR:GRP_PORT/',
|       |       |         |         0x7b]
|       |       |         |  }
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |  <Countersignature>
|       |       |         |
|       |       |         |  (The proxy adds C2 to
|       |       |         |   its list of observers)
|       |<------+         |
|       |  ACK  |         |
|       |       |         |

...    ...     ...      ...

|       |       |         |
|       |       |         |  (The representation of the
|       |       |         |   resource /r changes to "5678")
|       |       |         |
|       |       |   (##)  |
|       |       |<--------+  Token: 0x7b
|       |       | 2.05    |  Observe: 11
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f6]
|       |       |         |  Max-Age: 0
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    2.05 (Content),
|       |       |         |    Observe: - (empty),
|       |       |         |    <Other class E options>,
|       |       |         |    0xff,
|       |       |         |    Payload: "5678"
|       |       |         |  }
|       |       |         |  <Countersignature>
|  (#)  |       |         |
|<--------------+         |  Token: 0x4b
| 2.05  |       |         |  Observe: 54123
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f6]
|       |       |         |  Max-Age: 0
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  (Same Encrypted_payload
|       |       |         |   and Countersignature)
|       |  (#)  |         |
|       |<------+         |  Token: 0x02
|       | 2.05  |         |  Observe: 54123
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f6]
|       |       |         |  Max-Age: 0
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  (Same Encrypted_payload
|       |       |         |   and Countersignature)
|       |       |         |


(#)  Sent over unicast, and protected with Group OSCORE end-to-end
     between the server and the clients.

(##) Sent over IP multicast to GROUP_ADDR:GROUP_PORT, protected
     end-to-end with Group OSCORE between the server and the clients.
]]></artwork>
        </artset>
      </figure>
      <t>Unlike in the unprotected example in <xref target="intermediaries-example"/>, the proxy does not have all the information to perform request deduplication and can only recognize the identical request once the client sends the ticket request.</t>
    </section>
    <section anchor="intermediaries-example-e2e-security-det">
      <name>Example with a Proxy and with Deterministic Requests</name>
      <t>This section provides an example where a proxy P is used between the clients and the server, and Group OSCORE is used to protect multicast notifications end-to-end between the server and the clients.</t>
      <t>In addition, the phantom request is especially a Deterministic Request (see <xref section="D" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), which is protected with the pairwise mode of Group OSCORE as defined in <xref target="I-D.ietf-core-cacheable-oscore"/>.</t>
      <t>Since the server replies to such a Deterministic Request with an informative response that is not protected (see <xref section="D" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), the proxy is able to retrieve from the informative response everything needed to set itself as an observer in the group observation and to start listening to multicast notifications.</t>
      <t>In particular, each client sends the Deterministic Request to the proxy as a ticket request (see <xref target="intermediaries-e2e-security"/>). However, differently from what is defined in <xref target="intermediaries-e2e-security"/> where the ticket request is not a Deterministic Request, the clients do not include a Listen-to-Multicast-Responses Option. This results in the proxy forwarding the ticket request (i.e., the phantom observation request) to the server and obtaining the information required to listen to multicast notifications, unless the proxy has already set itself to do so. Also, the proxy will be able to serve multicast notifications from its cache as per <xref target="I-D.ietf-core-cacheable-oscore"/>.</t>
      <t><xref section="D" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> discusses how, when using a Deterministic Request as a phantom observation request, the observer counter at the server (see <xref section="4" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>) is not reliably incremented when new clients start participating in the group observation. The same applies also if a proxy is deployed.</t>
      <t>That is, the origin server increments its observer counter after having sent the informative response to the proxy, as a reply to the Deterministic Request forwarded to the origin server on behalf of the first origin client that contacted the proxy. After that, the same Deterministic Request sent by any origin client will not be forwarded to the origin server, but will instead produce a cache hit at the proxy that will serve the client accordingly. Hence, the observer counter at the server is not further incremented as additional, new origin clients start participating in the group observation through the proxy.</t>
      <t>Also in this case, the security identity associated with the sender of any Deterministic Request in the OSCORE group is exactly the same one, i.e., the pair (SID, OSCORE ID Context), where SID is the OSCORE Sender ID of the Deterministic Client in the OSCORE group, which all the clients in the group rely on to produce Deterministic Requests.</t>
      <section anchor="intermediaries-example-e2e-security-det-intro">
        <name>Assumptions and Walkthrough</name>
        <t>The example provided in this appendix as reflected by the message exchange shown in <xref target="intermediaries-example-e2e-security-det-exchange"/> assumes the following.</t>
        <ol spacing="normal" type="1"><li>
            <t>The OSCORE group supports Deterministic Requests. Thus, the server creates the phantom request as a Deterministic Request <xref target="I-D.ietf-core-cacheable-oscore"/>, stores it locally as one of its issued phantom requests, and starts the corresponding group observation.</t>
          </li>
          <li>
            <t>The server makes the phantom request available through other means (e.g., a pub-sub broker), together with the transport-specific information for listening to multicast notifications bound to the phantom request (see <xref section="A" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
          </li>
          <li>
            <t>Since the phantom request is a Deterministic Request, the server can more efficiently make it available in its smaller, plain version. The clients can obtain it from the particular alternative source and protect it as per <xref section="3" sectionFormat="of" target="I-D.ietf-core-cacheable-oscore"/>, thus all composing the same Deterministic Request to be used as phantom observation request.</t>
          </li>
          <li>
            <t>If a client does not rely on a proxy between itself and the server, it simply sets the group observation and starts listening to multicast notifications. Building on Step 2 above, the same would happen if the phantom request was not specifically a Deterministic Request.</t>
          </li>
          <li>
            <t>If a client relies on a proxy between itself and the server, it uses the phantom request as a ticket request (see <xref target="intermediaries-e2e-security"/>). However, unlike for the case in <xref target="intermediaries-e2e-security"/> where the ticket request is not a Deterministic Request, the client does not include a Listen-to-Multicast-Responses Option in the phantom request sent to the proxy.</t>
          </li>
          <li>
            <t>Unlike for the case in <xref target="intermediaries-e2e-security"/>, the proxy does not know that the request is exactly a ticket request for subscribing to multicast notifications. Thus, the proxy simply forwards the ticket request to the server like it normally would.</t>
          </li>
          <li>
            <t>The server receives the ticket request, which is a deviation from the case where the ticket request is not a Deterministic Request and stops at the proxy (see <xref target="intermediaries-e2e-security"/>). Then, the server recognizes the phantom request among the stored ones, through a byte-by-byte comparison of the incoming message minus the transport-related fields (see <xref section="D" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>). Consequently, the server does not perform any Group OSCORE processing on it.</t>
          </li>
          <li>
            <t>The server replies with an unprotected informative response (see <xref section="4.2" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), including: the transport-specific information, (optionally) the phantom request, and (optionally) the latest notification.  </t>
            <t>
Note that the phantom request can be omitted, since it is the deterministic phantom request from the client, and thus "in terms of transport-independent information, identical to the registration request from the client" (see <xref section="4.2" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
          </li>
          <li>
            <t>After receiving the informative response, the proxy proceeds as follows.  </t>
            <t>
If the informative response includes the 'ph_req' parameter and this specifies transport-independent information different from the one of the sent Deterministic Request, then the proxy considers the informative response malformed.  </t>
            <t>
Otherwise, from the received informative response, the proxy retrieves everything needed to set itself as an observer in the group observation and it starts listening to multicast notifications.  </t>
            <t>
After that, if the informative response includes the 'last_notif' parameter specifying the latest notification, the proxy caches that notification and forwards it back to the client. Otherwise, the proxy replies with an empty ACK (if it has not done that already and the request from the client was a Confirmable message).</t>
          </li>
          <li>
            <t>Like for the case with a non-deterministic phantom request in <xref target="intermediaries-e2e-security"/>, the proxy fans out the multicast notifications to the origin clients as they come. Also, as new clients following the first one contact the proxy, the latter does not have to contact the server again as in <xref target="intermediaries-e2e-security"/>, since the deterministic phantom request would produce a cache hit as per <xref target="I-D.ietf-core-cacheable-oscore"/>. Thus, the proxy can serve such clients with the latest fresh multicast notification from its cache.</t>
          </li>
        </ol>
      </section>
      <section anchor="intermediaries-example-e2e-security-det-exchange">
        <name>Message Exchange</name>
        <t>The same assumptions and notation used in <xref section="10" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> are used for this example. As a recap of some specific values:</t>
        <ul spacing="normal">
          <li>
            <t>Two clients C1 and C2 register to observe a resource /r at a server S, which has address SRV_ADDR and listens to the port number SRV_PORT. Before the following exchanges occur, no clients are observing the resource /r , which has value "1234".</t>
          </li>
          <li>
            <t>The server S sends multicast notifications to the IP multicast address GRP_ADDR and port number GRP_PORT, and starts the group observation already after creating the deterministic phantom request to early disseminate.</t>
          </li>
          <li>
            <t>C1, C2, and S are members of the OSCORE group with 'kid context' = 0x57ab2e as Group ID.  </t>
            <t>
In the OSCORE group, S has 'kid' = 0x05 as Sender ID and SN_5 = 501 (i.e., 0x01f5) as Sender Sequence Number.</t>
          </li>
        </ul>
        <t>In addition:</t>
        <ul spacing="normal">
          <li>
            <t>The proxy has address PRX_ADDR and listens to the port number PRX_PORT.</t>
          </li>
          <li>
            <t>The deterministic client in the OSCORE group has 'kid' = 0x09 as Sender ID.</t>
          </li>
        </ul>
        <t>Unless explicitly indicated, all messages transmitted on the wire are sent over unicast and protected with Group OSCORE end-to-end between a client and the server.</t>
        <figure anchor="example-proxy-oscore-det-request">
          <name>Example of Group Observation with a Proxy and Group OSCORE, where the Phantom Request is a Deterministic Request</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="3680" width="576" viewBox="0 0 576 3680" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,48 L 8,2240" fill="none" stroke="black"/>
                <path d="M 8,2304 L 8,2848" fill="none" stroke="black"/>
                <path d="M 8,2912 L 8,3568" fill="none" stroke="black"/>
                <path d="M 72,48 L 72,696" fill="none" stroke="black"/>
                <path d="M 72,712 L 72,2024" fill="none" stroke="black"/>
                <path d="M 72,2040 L 72,2240" fill="none" stroke="black"/>
                <path d="M 72,2304 L 72,2848" fill="none" stroke="black"/>
                <path d="M 72,2912 L 72,3288" fill="none" stroke="black"/>
                <path d="M 72,3304 L 72,3568" fill="none" stroke="black"/>
                <path d="M 136,48 L 136,2240" fill="none" stroke="black"/>
                <path d="M 136,2304 L 136,2848" fill="none" stroke="black"/>
                <path d="M 136,2912 L 136,3568" fill="none" stroke="black"/>
                <path d="M 216,48 L 216,2240" fill="none" stroke="black"/>
                <path d="M 216,2304 L 216,2848" fill="none" stroke="black"/>
                <path d="M 216,2912 L 216,3568" fill="none" stroke="black"/>
                <path d="M 512,1216 L 512,1224" fill="none" stroke="black"/>
                <path d="M 160,256 L 216,256" fill="none" stroke="black"/>
                <path d="M 160,304 L 208,304" fill="none" stroke="black"/>
                <path d="M 8,704 L 128,704" fill="none" stroke="black"/>
                <path d="M 136,960 L 208,960" fill="none" stroke="black"/>
                <path d="M 144,1664 L 216,1664" fill="none" stroke="black"/>
                <path d="M 16,2032 L 136,2032" fill="none" stroke="black"/>
                <path d="M 72,2352 L 128,2352" fill="none" stroke="black"/>
                <path d="M 80,2640 L 136,2640" fill="none" stroke="black"/>
                <path d="M 144,2992 L 216,2992" fill="none" stroke="black"/>
                <path d="M 16,3296 L 136,3296" fill="none" stroke="black"/>
                <path d="M 80,3440 L 136,3440" fill="none" stroke="black"/>
                <path d="M 148,280 L 160,304" fill="none" stroke="black"/>
                <path d="M 148,280 L 160,256" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="216,960 204,954.4 204,965.6" fill="black" transform="rotate(0,208,960)"/>
                <polygon class="arrowhead" points="216,304 204,298.4 204,309.6" fill="black" transform="rotate(0,208,304)"/>
                <polygon class="arrowhead" points="152,2992 140,2986.4 140,2997.6" fill="black" transform="rotate(180,144,2992)"/>
                <polygon class="arrowhead" points="152,1664 140,1658.4 140,1669.6" fill="black" transform="rotate(180,144,1664)"/>
                <polygon class="arrowhead" points="136,2352 124,2346.4 124,2357.6" fill="black" transform="rotate(0,128,2352)"/>
                <polygon class="arrowhead" points="136,704 124,698.4 124,709.6" fill="black" transform="rotate(0,128,704)"/>
                <polygon class="arrowhead" points="88,3440 76,3434.4 76,3445.6" fill="black" transform="rotate(180,80,3440)"/>
                <polygon class="arrowhead" points="88,2640 76,2634.4 76,2645.6" fill="black" transform="rotate(180,80,2640)"/>
                <polygon class="arrowhead" points="24,3296 12,3290.4 12,3301.6" fill="black" transform="rotate(180,16,3296)"/>
                <polygon class="arrowhead" points="24,2032 12,2026.4 12,2037.6" fill="black" transform="rotate(180,16,2032)"/>
                <g class="text">
                  <text x="12" y="36">C1</text>
                  <text x="76" y="36">C2</text>
                  <text x="136" y="36">P</text>
                  <text x="216" y="36">S</text>
                  <text x="252" y="68">(The</text>
                  <text x="332" y="68">representation</text>
                  <text x="404" y="68">of</text>
                  <text x="432" y="68">the</text>
                  <text x="276" y="84">resource</text>
                  <text x="324" y="84">/r</text>
                  <text x="348" y="84">is</text>
                  <text x="392" y="84">"1234")</text>
                  <text x="244" y="116">(S</text>
                  <text x="296" y="116">allocates</text>
                  <text x="352" y="116">the</text>
                  <text x="408" y="116">available</text>
                  <text x="264" y="132">Token</text>
                  <text x="312" y="132">value</text>
                  <text x="360" y="132">0x7b)</text>
                  <text x="244" y="164">(S</text>
                  <text x="280" y="164">sends</text>
                  <text x="316" y="164">to</text>
                  <text x="356" y="164">itself</text>
                  <text x="392" y="164">a</text>
                  <text x="432" y="164">phantom</text>
                  <text x="512" y="164">observation</text>
                  <text x="272" y="180">request</text>
                  <text x="332" y="180">PH_REQ</text>
                  <text x="372" y="180">as</text>
                  <text x="412" y="180">coming</text>
                  <text x="460" y="180">from</text>
                  <text x="496" y="180">the</text>
                  <text x="252" y="196">IP</text>
                  <text x="304" y="196">multicast</text>
                  <text x="376" y="196">address</text>
                  <text x="448" y="196">GRP_ADDR.</text>
                  <text x="256" y="212">The</text>
                  <text x="296" y="212">Group</text>
                  <text x="348" y="212">OSCORE</text>
                  <text x="420" y="212">processing</text>
                  <text x="492" y="212">occurs</text>
                  <text x="532" y="212">as</text>
                  <text x="280" y="228">specified</text>
                  <text x="336" y="228">for</text>
                  <text x="360" y="228">a</text>
                  <text x="424" y="228">Deterministic</text>
                  <text x="516" y="228">Request)</text>
                  <text x="260" y="308">Token:</text>
                  <text x="308" y="308">0x7b</text>
                  <text x="184" y="324">FETCH</text>
                  <text x="272" y="324">Uri-Host:</text>
                  <text x="380" y="324">"sensor.example"</text>
                  <text x="268" y="340">Observe:</text>
                  <text x="312" y="340">0</text>
                  <text x="364" y="340">(register)</text>
                  <text x="264" y="356">OSCORE:</text>
                  <text x="340" y="356">[kid:0x09,</text>
                  <text x="416" y="356">Partial</text>
                  <text x="464" y="356">IV:</text>
                  <text x="504" y="356">0x00,</text>
                  <text x="320" y="372">kid</text>
                  <text x="408" y="372">context:0x57ab2e]</text>
                  <text x="288" y="388">Request-Hash:</text>
                  <text x="388" y="388">0x4a086e65</text>
                  <text x="448" y="388">...</text>
                  <text x="260" y="404">&lt;Other</text>
                  <text x="312" y="404">class</text>
                  <text x="352" y="404">U/I</text>
                  <text x="404" y="404">options&gt;</text>
                  <text x="252" y="420">0xff</text>
                  <text x="304" y="436">Encrypted_payload</text>
                  <text x="384" y="436">{</text>
                  <text x="268" y="452">0x01</text>
                  <text x="316" y="452">(GET),</text>
                  <text x="284" y="468">Observe:</text>
                  <text x="328" y="468">0</text>
                  <text x="384" y="468">(register),</text>
                  <text x="288" y="484">Uri-Path:</text>
                  <text x="348" y="484">"r",</text>
                  <text x="276" y="500">&lt;Other</text>
                  <text x="328" y="500">class</text>
                  <text x="360" y="500">E</text>
                  <text x="404" y="500">options&gt;</text>
                  <text x="240" y="516">}</text>
                  <text x="244" y="548">(S</text>
                  <text x="288" y="548">creates</text>
                  <text x="328" y="548">a</text>
                  <text x="360" y="548">group</text>
                  <text x="432" y="548">observation</text>
                  <text x="492" y="548">of</text>
                  <text x="520" y="548">/r)</text>
                  <text x="252" y="580">(The</text>
                  <text x="300" y="580">server</text>
                  <text x="348" y="580">does</text>
                  <text x="384" y="580">not</text>
                  <text x="432" y="580">respond</text>
                  <text x="476" y="580">to</text>
                  <text x="520" y="580">PH_REQ.</text>
                  <text x="256" y="596">The</text>
                  <text x="300" y="596">server</text>
                  <text x="356" y="596">stores</text>
                  <text x="412" y="596">PH_REQ</text>
                  <text x="472" y="596">locally</text>
                  <text x="520" y="596">and</text>
                  <text x="264" y="612">makes</text>
                  <text x="300" y="612">it</text>
                  <text x="352" y="612">available</text>
                  <text x="404" y="612">at</text>
                  <text x="428" y="612">an</text>
                  <text x="476" y="612">external</text>
                  <text x="544" y="612">source)</text>
                  <text x="248" y="660">(C1</text>
                  <text x="296" y="660">obtains</text>
                  <text x="356" y="660">PH_REQ</text>
                  <text x="400" y="660">and</text>
                  <text x="440" y="660">sends</text>
                  <text x="476" y="660">it</text>
                  <text x="500" y="660">to</text>
                  <text x="524" y="660">P)</text>
                  <text x="260" y="708">Token:</text>
                  <text x="308" y="708">0x4a</text>
                  <text x="40" y="724">FETCH</text>
                  <text x="272" y="724">Uri-Host:</text>
                  <text x="380" y="724">"sensor.example"</text>
                  <text x="268" y="740">Observe:</text>
                  <text x="312" y="740">0</text>
                  <text x="364" y="740">(register)</text>
                  <text x="264" y="756">OSCORE:</text>
                  <text x="340" y="756">[kid:0x09,</text>
                  <text x="416" y="756">Partial</text>
                  <text x="464" y="756">IV:</text>
                  <text x="504" y="756">0x00,</text>
                  <text x="320" y="772">kid</text>
                  <text x="408" y="772">context:0x57ab2e]</text>
                  <text x="288" y="788">Proxy-Scheme:</text>
                  <text x="372" y="788">"coap"</text>
                  <text x="288" y="804">Request-Hash:</text>
                  <text x="388" y="804">0x4a086e65</text>
                  <text x="448" y="804">...</text>
                  <text x="260" y="820">&lt;Other</text>
                  <text x="312" y="820">class</text>
                  <text x="352" y="820">U/I</text>
                  <text x="404" y="820">options&gt;</text>
                  <text x="252" y="836">0xff</text>
                  <text x="304" y="852">Encrypted_payload</text>
                  <text x="384" y="852">{</text>
                  <text x="268" y="868">0x01</text>
                  <text x="316" y="868">(GET),</text>
                  <text x="284" y="884">Observe:</text>
                  <text x="328" y="884">0</text>
                  <text x="384" y="884">(register),</text>
                  <text x="288" y="900">Uri-Path:</text>
                  <text x="348" y="900">"r",</text>
                  <text x="276" y="916">&lt;Other</text>
                  <text x="328" y="916">class</text>
                  <text x="360" y="916">E</text>
                  <text x="404" y="916">options&gt;</text>
                  <text x="240" y="932">}</text>
                  <text x="260" y="964">Token:</text>
                  <text x="308" y="964">0x5e</text>
                  <text x="168" y="980">FETCH</text>
                  <text x="272" y="980">Uri-Host:</text>
                  <text x="380" y="980">"sensor.example"</text>
                  <text x="268" y="996">Observe:</text>
                  <text x="312" y="996">0</text>
                  <text x="364" y="996">(register)</text>
                  <text x="264" y="1012">OSCORE:</text>
                  <text x="340" y="1012">[kid:0x09,</text>
                  <text x="416" y="1012">Partial</text>
                  <text x="464" y="1012">IV:</text>
                  <text x="504" y="1012">0x00,</text>
                  <text x="320" y="1028">kid</text>
                  <text x="408" y="1028">context:0x57ab2e]</text>
                  <text x="288" y="1044">Request-Hash:</text>
                  <text x="388" y="1044">0x4a086e65</text>
                  <text x="448" y="1044">...</text>
                  <text x="260" y="1060">&lt;Other</text>
                  <text x="312" y="1060">class</text>
                  <text x="352" y="1060">U/I</text>
                  <text x="404" y="1060">options&gt;</text>
                  <text x="252" y="1076">0xff</text>
                  <text x="304" y="1092">Encrypted_payload</text>
                  <text x="384" y="1092">{</text>
                  <text x="268" y="1108">0x01</text>
                  <text x="316" y="1108">(GET),</text>
                  <text x="284" y="1124">Observe:</text>
                  <text x="328" y="1124">0</text>
                  <text x="384" y="1124">(register),</text>
                  <text x="288" y="1140">Uri-Path:</text>
                  <text x="348" y="1140">"r",</text>
                  <text x="276" y="1156">&lt;Other</text>
                  <text x="328" y="1156">class</text>
                  <text x="360" y="1156">E</text>
                  <text x="404" y="1156">options&gt;</text>
                  <text x="240" y="1172">}</text>
                  <text x="244" y="1204">(S</text>
                  <text x="300" y="1204">recognizes</text>
                  <text x="372" y="1204">PH_REQ</text>
                  <text x="432" y="1204">through</text>
                  <text x="516" y="1204">byte-by-byte</text>
                  <text x="284" y="1220">comparison</text>
                  <text x="360" y="1220">against</text>
                  <text x="408" y="1220">the</text>
                  <text x="452" y="1220">stored</text>
                  <text x="496" y="1220">one</text>
                  <text x="536" y="1220">and</text>
                  <text x="264" y="1236">skips</text>
                  <text x="304" y="1236">any</text>
                  <text x="344" y="1236">Group</text>
                  <text x="396" y="1236">OSCORE</text>
                  <text x="472" y="1236">processing)</text>
                  <text x="244" y="1284">(S</text>
                  <text x="292" y="1284">prepares</text>
                  <text x="344" y="1284">the</text>
                  <text x="384" y="1284">"last</text>
                  <text x="464" y="1284">notification"</text>
                  <text x="276" y="1300">response</text>
                  <text x="344" y="1300">defined</text>
                  <text x="404" y="1300">below)</text>
                  <text x="252" y="1332">0x45</text>
                  <text x="296" y="1332">(2.05</text>
                  <text x="356" y="1332">Content)</text>
                  <text x="268" y="1348">Observe:</text>
                  <text x="316" y="1348">10</text>
                  <text x="264" y="1364">OSCORE:</text>
                  <text x="340" y="1364">[kid:0x05,</text>
                  <text x="416" y="1364">Partial</text>
                  <text x="492" y="1364">IV:0x01f5]</text>
                  <text x="268" y="1380">Max-Age:</text>
                  <text x="324" y="1380">3000</text>
                  <text x="260" y="1396">&lt;Other</text>
                  <text x="312" y="1396">class</text>
                  <text x="352" y="1396">U/I</text>
                  <text x="404" y="1396">options&gt;</text>
                  <text x="252" y="1412">0xff</text>
                  <text x="304" y="1428">Encrypted_payload</text>
                  <text x="384" y="1428">{</text>
                  <text x="268" y="1444">0x45</text>
                  <text x="312" y="1444">(2.05</text>
                  <text x="376" y="1444">Content),</text>
                  <text x="284" y="1460">Observe:</text>
                  <text x="328" y="1460">-</text>
                  <text x="372" y="1460">(empty),</text>
                  <text x="284" y="1476">Max-Age:</text>
                  <text x="344" y="1476">3000,</text>
                  <text x="284" y="1492">Payload:</text>
                  <text x="348" y="1492">"1234"</text>
                  <text x="240" y="1508">}</text>
                  <text x="308" y="1524">&lt;Countersignature&gt;</text>
                  <text x="244" y="1556">(S</text>
                  <text x="300" y="1556">increments</text>
                  <text x="360" y="1556">the</text>
                  <text x="412" y="1556">observer</text>
                  <text x="480" y="1556">counter</text>
                  <text x="248" y="1572">for</text>
                  <text x="280" y="1572">the</text>
                  <text x="320" y="1572">group</text>
                  <text x="392" y="1572">observation</text>
                  <text x="452" y="1572">of</text>
                  <text x="480" y="1572">/r)</text>
                  <text x="244" y="1604">(S</text>
                  <text x="292" y="1604">responds</text>
                  <text x="340" y="1604">to</text>
                  <text x="368" y="1604">the</text>
                  <text x="408" y="1604">proxy</text>
                  <text x="452" y="1604">with</text>
                  <text x="484" y="1604">an</text>
                  <text x="288" y="1620">unprotected</text>
                  <text x="384" y="1620">informative</text>
                  <text x="472" y="1620">response)</text>
                  <text x="176" y="1652">(#)</text>
                  <text x="260" y="1668">Token:</text>
                  <text x="308" y="1668">0x5e</text>
                  <text x="164" y="1684">5.03</text>
                  <text x="296" y="1684">Content-Format:</text>
                  <text x="412" y="1684">application/</text>
                  <text x="352" y="1700">informative-response+cbor</text>
                  <text x="268" y="1716">Max-Age:</text>
                  <text x="312" y="1716">0</text>
                  <text x="252" y="1732">0xff</text>
                  <text x="264" y="1748">Payload</text>
                  <text x="304" y="1748">{</text>
                  <text x="256" y="1764">/</text>
                  <text x="296" y="1764">tp_info</text>
                  <text x="336" y="1764">/</text>
                  <text x="376" y="1764">0</text>
                  <text x="392" y="1764">:</text>
                  <text x="408" y="1764">[</text>
                  <text x="432" y="1780">cri'coap://SRV_ADDR:SRV_PORT/',</text>
                  <text x="448" y="1796">cri'coap://GRP_ADDR:GRP_PORT/',</text>
                  <text x="364" y="1812">0x7b],</text>
                  <text x="256" y="1828">/</text>
                  <text x="308" y="1828">last_notif</text>
                  <text x="360" y="1828">/</text>
                  <text x="376" y="1828">2</text>
                  <text x="392" y="1828">:</text>
                  <text x="424" y="1828">&lt;this</text>
                  <text x="480" y="1828">conveys</text>
                  <text x="384" y="1844">the</text>
                  <text x="424" y="1844">"last</text>
                  <text x="504" y="1844">notification"</text>
                  <text x="404" y="1860">response</text>
                  <text x="476" y="1860">prepared</text>
                  <text x="540" y="1860">above&gt;</text>
                  <text x="240" y="1876">}</text>
                  <text x="244" y="1908">(P</text>
                  <text x="292" y="1908">extracts</text>
                  <text x="356" y="1908">PH_REQ</text>
                  <text x="400" y="1908">and</text>
                  <text x="444" y="1908">starts</text>
                  <text x="512" y="1908">listening</text>
                  <text x="252" y="1924">to</text>
                  <text x="304" y="1924">multicast</text>
                  <text x="400" y="1924">notifications</text>
                  <text x="476" y="1924">with</text>
                  <text x="520" y="1924">Token</text>
                  <text x="260" y="1940">0x7b</text>
                  <text x="292" y="1940">at</text>
                  <text x="380" y="1940">GRP_ADDR:GRP_PORT)</text>
                  <text x="244" y="1972">(P</text>
                  <text x="292" y="1972">extracts</text>
                  <text x="344" y="1972">the</text>
                  <text x="384" y="1972">"last</text>
                  <text x="464" y="1972">notification"</text>
                  <text x="280" y="1988">response,</text>
                  <text x="348" y="1988">caches</text>
                  <text x="392" y="1988">it,</text>
                  <text x="424" y="1988">and</text>
                  <text x="476" y="1988">forwards</text>
                  <text x="252" y="2004">it</text>
                  <text x="284" y="2004">back</text>
                  <text x="316" y="2004">to</text>
                  <text x="344" y="2004">C1)</text>
                  <text x="260" y="2036">Token:</text>
                  <text x="308" y="2036">0x4a</text>
                  <text x="36" y="2052">2.05</text>
                  <text x="268" y="2052">Observe:</text>
                  <text x="328" y="2052">54120</text>
                  <text x="264" y="2068">OSCORE:</text>
                  <text x="340" y="2068">[kid:0x05,</text>
                  <text x="416" y="2068">Partial</text>
                  <text x="492" y="2068">IV:0x01f5]</text>
                  <text x="268" y="2084">Max-Age:</text>
                  <text x="324" y="2084">2995</text>
                  <text x="260" y="2100">&lt;Other</text>
                  <text x="312" y="2100">class</text>
                  <text x="352" y="2100">U/I</text>
                  <text x="404" y="2100">options&gt;</text>
                  <text x="252" y="2116">0xff</text>
                  <text x="304" y="2132">Encrypted_payload</text>
                  <text x="384" y="2132">{</text>
                  <text x="268" y="2148">0x45</text>
                  <text x="312" y="2148">(2.05</text>
                  <text x="376" y="2148">Content),</text>
                  <text x="284" y="2164">Observe:</text>
                  <text x="328" y="2164">-</text>
                  <text x="372" y="2164">(empty),</text>
                  <text x="284" y="2180">Max-Age:</text>
                  <text x="344" y="2180">3000,</text>
                  <text x="284" y="2196">Payload:</text>
                  <text x="348" y="2196">"1234"</text>
                  <text x="240" y="2212">}</text>
                  <text x="308" y="2228">&lt;Countersignature&gt;</text>
                  <text x="16" y="2276">...</text>
                  <text x="72" y="2276">...</text>
                  <text x="136" y="2276">...</text>
                  <text x="208" y="2276">...</text>
                  <text x="248" y="2324">(C2</text>
                  <text x="296" y="2324">obtains</text>
                  <text x="356" y="2324">PH_REQ</text>
                  <text x="400" y="2324">and</text>
                  <text x="440" y="2324">sends</text>
                  <text x="476" y="2324">it</text>
                  <text x="500" y="2324">to</text>
                  <text x="524" y="2324">P)</text>
                  <text x="260" y="2356">Token:</text>
                  <text x="308" y="2356">0x01</text>
                  <text x="104" y="2372">FETCH</text>
                  <text x="272" y="2372">Uri-Host:</text>
                  <text x="380" y="2372">"sensor.example"</text>
                  <text x="268" y="2388">Observe:</text>
                  <text x="312" y="2388">0</text>
                  <text x="364" y="2388">(register)</text>
                  <text x="264" y="2404">OSCORE:</text>
                  <text x="340" y="2404">[kid:0x09,</text>
                  <text x="416" y="2404">Partial</text>
                  <text x="464" y="2404">IV:</text>
                  <text x="504" y="2404">0x00,</text>
                  <text x="320" y="2420">kid</text>
                  <text x="408" y="2420">context:0x57ab2e]</text>
                  <text x="288" y="2436">Proxy-Scheme:</text>
                  <text x="372" y="2436">"coap"</text>
                  <text x="288" y="2452">Request-Hash:</text>
                  <text x="388" y="2452">0x4a086e65</text>
                  <text x="448" y="2452">...</text>
                  <text x="260" y="2468">&lt;Other</text>
                  <text x="312" y="2468">class</text>
                  <text x="352" y="2468">U/I</text>
                  <text x="404" y="2468">options&gt;</text>
                  <text x="252" y="2484">0xff</text>
                  <text x="304" y="2500">Encrypted_payload</text>
                  <text x="384" y="2500">{</text>
                  <text x="268" y="2516">0x01</text>
                  <text x="316" y="2516">(GET),</text>
                  <text x="284" y="2532">Observe:</text>
                  <text x="328" y="2532">0</text>
                  <text x="384" y="2532">(register),</text>
                  <text x="288" y="2548">Uri-Path:</text>
                  <text x="348" y="2548">"r",</text>
                  <text x="276" y="2564">&lt;Other</text>
                  <text x="328" y="2564">class</text>
                  <text x="360" y="2564">E</text>
                  <text x="404" y="2564">options&gt;</text>
                  <text x="240" y="2580">}</text>
                  <text x="244" y="2612">(P</text>
                  <text x="284" y="2612">serves</text>
                  <text x="324" y="2612">C2</text>
                  <text x="356" y="2612">from</text>
                  <text x="388" y="2612">it</text>
                  <text x="428" y="2612">cache)</text>
                  <text x="260" y="2644">Token:</text>
                  <text x="308" y="2644">0x01</text>
                  <text x="100" y="2660">2.05</text>
                  <text x="268" y="2660">Observe:</text>
                  <text x="328" y="2660">54120</text>
                  <text x="264" y="2676">OSCORE:</text>
                  <text x="340" y="2676">[kid:0x05,</text>
                  <text x="416" y="2676">Partial</text>
                  <text x="492" y="2676">IV:0x01f5]</text>
                  <text x="268" y="2692">Max-Age:</text>
                  <text x="324" y="2692">1800</text>
                  <text x="260" y="2708">&lt;Other</text>
                  <text x="312" y="2708">class</text>
                  <text x="352" y="2708">U/I</text>
                  <text x="404" y="2708">options&gt;</text>
                  <text x="252" y="2724">0xff</text>
                  <text x="304" y="2740">Encrypted_payload</text>
                  <text x="384" y="2740">{</text>
                  <text x="268" y="2756">0x45</text>
                  <text x="312" y="2756">(2.05</text>
                  <text x="376" y="2756">Content),</text>
                  <text x="284" y="2772">Observe:</text>
                  <text x="328" y="2772">-</text>
                  <text x="372" y="2772">(empty),</text>
                  <text x="284" y="2788">Max-Age:</text>
                  <text x="344" y="2788">3000,</text>
                  <text x="284" y="2804">Payload:</text>
                  <text x="348" y="2804">"1234"</text>
                  <text x="240" y="2820">}</text>
                  <text x="308" y="2836">&lt;Countersignature&gt;</text>
                  <text x="16" y="2884">...</text>
                  <text x="72" y="2884">...</text>
                  <text x="136" y="2884">...</text>
                  <text x="208" y="2884">...</text>
                  <text x="252" y="2932">(The</text>
                  <text x="332" y="2932">representation</text>
                  <text x="404" y="2932">of</text>
                  <text x="432" y="2932">the</text>
                  <text x="276" y="2948">resource</text>
                  <text x="324" y="2948">/r</text>
                  <text x="368" y="2948">changes</text>
                  <text x="412" y="2948">to</text>
                  <text x="456" y="2948">"5678")</text>
                  <text x="180" y="2980">(##)</text>
                  <text x="260" y="2996">Token:</text>
                  <text x="308" y="2996">0x7b</text>
                  <text x="164" y="3012">2.05</text>
                  <text x="268" y="3012">Observe:</text>
                  <text x="316" y="3012">11</text>
                  <text x="264" y="3028">OSCORE:</text>
                  <text x="340" y="3028">[kid:0x05,</text>
                  <text x="416" y="3028">Partial</text>
                  <text x="492" y="3028">IV:0x01f6]</text>
                  <text x="268" y="3044">Max-Age:</text>
                  <text x="324" y="3044">3000</text>
                  <text x="260" y="3060">&lt;Other</text>
                  <text x="312" y="3060">class</text>
                  <text x="352" y="3060">U/I</text>
                  <text x="404" y="3060">options&gt;</text>
                  <text x="252" y="3076">0xff</text>
                  <text x="304" y="3092">Encrypted_payload</text>
                  <text x="384" y="3092">{</text>
                  <text x="268" y="3108">0x45</text>
                  <text x="312" y="3108">(2.05</text>
                  <text x="376" y="3108">Content),</text>
                  <text x="284" y="3124">Observe:</text>
                  <text x="328" y="3124">-</text>
                  <text x="372" y="3124">(empty),</text>
                  <text x="284" y="3140">Max-Age:</text>
                  <text x="344" y="3140">3000,</text>
                  <text x="276" y="3156">&lt;Other</text>
                  <text x="328" y="3156">class</text>
                  <text x="360" y="3156">E</text>
                  <text x="408" y="3156">options&gt;,</text>
                  <text x="272" y="3172">0xff,</text>
                  <text x="284" y="3188">Payload:</text>
                  <text x="348" y="3188">"5678"</text>
                  <text x="240" y="3204">}</text>
                  <text x="308" y="3220">&lt;Countersignature&gt;</text>
                  <text x="244" y="3252">(P</text>
                  <text x="288" y="3252">updates</text>
                  <text x="336" y="3252">its</text>
                  <text x="376" y="3252">cache</text>
                  <text x="424" y="3252">entry</text>
                  <text x="260" y="3268">with</text>
                  <text x="300" y="3268">this</text>
                  <text x="376" y="3268">notification)</text>
                  <text x="260" y="3300">Token:</text>
                  <text x="308" y="3300">0x4a</text>
                  <text x="36" y="3316">2.05</text>
                  <text x="268" y="3316">Observe:</text>
                  <text x="328" y="3316">54123</text>
                  <text x="264" y="3332">OSCORE:</text>
                  <text x="340" y="3332">[kid:0x05,</text>
                  <text x="416" y="3332">Partial</text>
                  <text x="492" y="3332">IV:0x01f6]</text>
                  <text x="268" y="3348">Max-Age:</text>
                  <text x="324" y="3348">2998</text>
                  <text x="260" y="3364">&lt;Other</text>
                  <text x="312" y="3364">class</text>
                  <text x="352" y="3364">U/I</text>
                  <text x="404" y="3364">options&gt;</text>
                  <text x="252" y="3380">0xff</text>
                  <text x="256" y="3396">(Same</text>
                  <text x="352" y="3396">Encrypted_payload</text>
                  <text x="256" y="3412">and</text>
                  <text x="344" y="3412">Countersignature)</text>
                  <text x="260" y="3444">Token:</text>
                  <text x="308" y="3444">0x01</text>
                  <text x="100" y="3460">2.05</text>
                  <text x="268" y="3460">Observe:</text>
                  <text x="328" y="3460">54123</text>
                  <text x="264" y="3476">OSCORE:</text>
                  <text x="340" y="3476">[kid:0x05,</text>
                  <text x="416" y="3476">Partial</text>
                  <text x="492" y="3476">IV:0x01f6]</text>
                  <text x="268" y="3492">Max-Age:</text>
                  <text x="324" y="3492">2996</text>
                  <text x="260" y="3508">&lt;Other</text>
                  <text x="312" y="3508">class</text>
                  <text x="352" y="3508">U/I</text>
                  <text x="404" y="3508">options&gt;</text>
                  <text x="252" y="3524">0xff</text>
                  <text x="256" y="3540">(Same</text>
                  <text x="352" y="3540">Encrypted_payload</text>
                  <text x="256" y="3556">and</text>
                  <text x="344" y="3556">Countersignature)</text>
                  <text x="16" y="3620">(#)</text>
                  <text x="60" y="3620">Sent</text>
                  <text x="100" y="3620">over</text>
                  <text x="152" y="3620">unicast</text>
                  <text x="200" y="3620">and</text>
                  <text x="268" y="3620">unprotected.</text>
                  <text x="20" y="3652">(##)</text>
                  <text x="60" y="3652">Sent</text>
                  <text x="100" y="3652">over</text>
                  <text x="132" y="3652">IP</text>
                  <text x="184" y="3652">multicast</text>
                  <text x="236" y="3652">to</text>
                  <text x="340" y="3652">GROUP_ADDR:GROUP_PORT,</text>
                  <text x="472" y="3652">protected</text>
                  <text x="84" y="3668">end-to-end</text>
                  <text x="148" y="3668">with</text>
                  <text x="192" y="3668">Group</text>
                  <text x="244" y="3668">OSCORE</text>
                  <text x="304" y="3668">between</text>
                  <text x="352" y="3668">the</text>
                  <text x="396" y="3668">server</text>
                  <text x="440" y="3668">and</text>
                  <text x="472" y="3668">the</text>
                  <text x="524" y="3668">clients.</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
C1      C2      P         S
|       |       |         |
|       |       |         |  (The representation of the
|       |       |         |   resource /r is "1234")
|       |       |         |
|       |       |         |  (S allocates the available
|       |       |         |   Token value 0x7b)
|       |       |         |
|       |       |         |  (S sends to itself a phantom observation
|       |       |         |   request PH_REQ as coming from the
|       |       |         |   IP multicast address GRP_ADDR.
|       |       |         |   The Group OSCORE processing occurs as
|       |       |         |   specified for a Deterministic Request)
|       |       |         |
|       |       |  .------+
|       |       | /       |
|       |       | \       |
|       |       |  `----->|  Token: 0x7b
|       |       |   FETCH |  Uri-Host: "sensor.example"
|       |       |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x09, Partial IV: 0x00,
|       |       |         |           kid context:0x57ab2e]
|       |       |         |  Request-Hash: 0x4a086e65 ...
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       |         |  (S creates a group observation of /r)
|       |       |         |
|       |       |         |  (The server does not respond to PH_REQ.
|       |       |         |   The server stores PH_REQ locally and
|       |       |         |   makes it available at an external source)
|       |       |         |
|       |       |         |
|       |       |         |  (C1 obtains PH_REQ and sends it to P)
|       |       |         |
|       |       |         |
+-------------->|         |  Token: 0x4a
| FETCH |       |         |  Uri-Host: "sensor.example"
|       |       |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x09, Partial IV: 0x00,
|       |       |         |           kid context:0x57ab2e]
|       |       |         |  Proxy-Scheme: "coap"
|       |       |         |  Request-Hash: 0x4a086e65 ...
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       +-------->|  Token: 0x5e
|       |       | FETCH   |  Uri-Host: "sensor.example"
|       |       |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x09, Partial IV: 0x00,
|       |       |         |           kid context:0x57ab2e]
|       |       |         |  Request-Hash: 0x4a086e65 ...
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       |         |  (S recognizes PH_REQ through byte-by-byte
|       |       |         |   comparison against the stored one, and
|       |       |         |   skips any Group OSCORE processing)
|       |       |         |
|       |       |         |
|       |       |         |  (S prepares the "last notification"
|       |       |         |   response defined below)
|       |       |         |
|       |       |         |  0x45 (2.05 Content)
|       |       |         |  Observe: 10
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f5]
|       |       |         |  Max-Age: 3000
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x45 (2.05 Content),
|       |       |         |    Observe: - (empty),
|       |       |         |    Max-Age: 3000,
|       |       |         |    Payload: "1234"
|       |       |         |  }
|       |       |         |  <Countersignature>
|       |       |         |
|       |       |         |  (S increments the observer counter
|       |       |         |  for the group observation of /r)
|       |       |         |
|       |       |         |  (S responds to the proxy with an
|       |       |         |   unprotected informative response)
|       |       |         |
|       |       |   (#)   |
|       |       |<--------+  Token: 0x5e
|       |       | 5.03    |  Content-Format: application/
|       |       |         |    informative-response+cbor
|       |       |         |  Max-Age: 0
|       |       |         |  0xff
|       |       |         |  Payload {
|       |       |         |    / tp_info /    0 : [
|       |       |         |           cri'coap://SRV_ADDR:SRV_PORT/',
|       |       |         |             cri'coap://GRP_ADDR:GRP_PORT/',
|       |       |         |               0x7b],
|       |       |         |    / last_notif / 2 : <this conveys
|       |       |         |                   the "last notification"
|       |       |         |                   response prepared above>
|       |       |         |  }
|       |       |         |
|       |       |         |  (P extracts PH_REQ and starts listening
|       |       |         |   to multicast notifications with Token
|       |       |         |   0x7b at GRP_ADDR:GRP_PORT)
|       |       |         |
|       |       |         |  (P extracts the "last notification"
|       |       |         |   response, caches it, and forwards
|       |       |         |   it back to C1)
|       |       |         |
|<--------------+         |  Token: 0x4a
| 2.05  |       |         |  Observe: 54120
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f5]
|       |       |         |  Max-Age: 2995
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x45 (2.05 Content),
|       |       |         |    Observe: - (empty),
|       |       |         |    Max-Age: 3000,
|       |       |         |    Payload: "1234"
|       |       |         |  }
|       |       |         |  <Countersignature>
|       |       |         |

...    ...     ...      ...

|       |       |         |
|       |       |         |  (C2 obtains PH_REQ and sends it to P)
|       |       |         |
|       +------>|         |  Token: 0x01
|       | FETCH |         |  Uri-Host: "sensor.example"
|       |       |         |  Observe: 0 (register)
|       |       |         |  OSCORE: [kid:0x09, Partial IV: 0x00,
|       |       |         |           kid context:0x57ab2e]
|       |       |         |  Proxy-Scheme: "coap"
|       |       |         |  Request-Hash: 0x4a086e65 ...
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x01 (GET),
|       |       |         |    Observe: 0 (register),
|       |       |         |    Uri-Path: "r",
|       |       |         |    <Other class E options>
|       |       |         |  }
|       |       |         |
|       |       |         |  (P serves C2 from it cache)
|       |       |         |
|       |<------+         |  Token: 0x01
|       | 2.05  |         |  Observe: 54120
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f5]
|       |       |         |  Max-Age: 1800
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x45 (2.05 Content),
|       |       |         |    Observe: - (empty),
|       |       |         |    Max-Age: 3000,
|       |       |         |    Payload: "1234"
|       |       |         |  }
|       |       |         |  <Countersignature>
|       |       |         |

...    ...     ...      ...

|       |       |         |
|       |       |         |  (The representation of the
|       |       |         |   resource /r changes to "5678")
|       |       |         |
|       |       |   (##)  |
|       |       |<--------+  Token: 0x7b
|       |       | 2.05    |  Observe: 11
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f6]
|       |       |         |  Max-Age: 3000
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  Encrypted_payload {
|       |       |         |    0x45 (2.05 Content),
|       |       |         |    Observe: - (empty),
|       |       |         |    Max-Age: 3000,
|       |       |         |    <Other class E options>,
|       |       |         |    0xff,
|       |       |         |    Payload: "5678"
|       |       |         |  }
|       |       |         |  <Countersignature>
|       |       |         |
|       |       |         |  (P updates its cache entry
|       |       |         |   with this notification)
|       |       |         |
|<--------------+         |  Token: 0x4a
| 2.05  |       |         |  Observe: 54123
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f6]
|       |       |         |  Max-Age: 2998
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  (Same Encrypted_payload
|       |       |         |   and Countersignature)
|       |       |         |
|       |<------+         |  Token: 0x01
|       | 2.05  |         |  Observe: 54123
|       |       |         |  OSCORE: [kid:0x05, Partial IV:0x01f6]
|       |       |         |  Max-Age: 2996
|       |       |         |  <Other class U/I options>
|       |       |         |  0xff
|       |       |         |  (Same Encrypted_payload
|       |       |         |   and Countersignature)
|       |       |         |


(#)  Sent over unicast and unprotected.

(##) Sent over IP multicast to GROUP_ADDR:GROUP_PORT, protected
     end-to-end with Group OSCORE between the server and the clients.
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="intermediaries-example-e2e-security-det-rev-proxy">
      <name>Example with a Reverse-Proxy and with Deterministic Requests</name>
      <t>This section describes an example where specifically a reverse-proxy PRX is used between the clients and the server (see <xref section="5.7.3" sectionFormat="of" target="RFC7252"/>).</t>
      <t>Like for the example in <xref target="intermediaries-example-e2e-security-det"/>, the phantom request is especially a Deterministic Request (see <xref section="D" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), which is protected with the pairwise mode of Group OSCORE as defined in <xref target="I-D.ietf-core-cacheable-oscore"/>.</t>
      <t>The same assumptions compiled in <xref target="intermediaries-example-e2e-security-det-intro"/> apply in this scenario too, with the following differences:</t>
      <ul spacing="normal">
        <li>
          <t>Assumption (2): when the server makes the phantom request available through other means (see <xref section="A" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), the accompanying group observation data does <em>not</em> specify client-side transport-specific information for listening to multicast notifications bound to the phantom request.</t>
        </li>
        <li>
          <t>Assumption (4): this assumption does not apply, since all the clients rely on PRX, although they are not aware to communicate with a proxy.</t>
        </li>
      </ul>
      <t>Furthermore, the following assumptions apply to this scenario:</t>
      <ul spacing="normal">
        <li>
          <t>The proxy has address PRX_ADDR and listens to the port number PRX_PORT. In particular, PRX exposes PRX_ADDR and PRX_PORT to clients when acting as stand-in for the server.  </t>
          <t>
That is, a request sent with destination address PRX_ADDR and port number PRX_PORT will reach PRX, which forwards the request to the server.</t>
        </li>
        <li>
          <t>The server knows the address PRX_ADDR and port number PRX_PORT that PRX exposes to clients.</t>
        </li>
        <li>
          <t>When the server makes the phantom request available through other means (see <xref section="A" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), the accompanying group observation data is such that:  </t>
          <ul spacing="normal">
            <li>
              <t>It provides server-side, transport-specific information, which consists of the address PRX_ADDR and port number PRX_PORT associated with PRX.</t>
            </li>
            <li>
              <t>It does not provide any client-side transport-specific information.</t>
            </li>
          </ul>
          <t>
Assuming that the group information data has a format consistent with the 'tp_info' array of the informative response (see <xref section="4.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), this means that the 'tp_info' array includes only the 'tpi_server' element specifying a CRI with addressing information PRX_ADDR and PRX_PORT (i.e., targeting PRX). That is, 'tp_info' does not include the 'tpi_details' element, regardless of what is expected as per the transport used.</t>
        </li>
      </ul>
      <section anchor="rev-proxy-main-process">
        <name>Taking Part in Group Observations</name>
        <t>The rest of this section describes how a client can take part in a group observation.</t>
        <t>If any of the following conditions does not hold, then the client first performs the initialization procedure described in <xref target="rev-proxy-client-pre-steps"/>.</t>
        <ul spacing="normal">
          <li>
            <t>The client has already obtained the group observation data specifying the deterministic phantom request, which the server has made available through other means (see <xref section="A" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
          </li>
          <li>
            <t>The client is already a member of the correct OSCORE group.</t>
          </li>
        </ul>
        <t>The main process consists of the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>From the group observation data, the client knows the deterministic phantom request PH_REQ, the address PRX_ADDR, and the port number PRX_PORT. However, the client does not have client-side transport-specific information.  </t>
            <t>
In such a particular situation, the client sends PH_REQ with destination address PRX_ADDR and port number PRX_PORT, i.e., to PRX.</t>
          </li>
          <li>
            <t>Upon receiving PH_REQ, PRX performs the same actions that are performed by the proxy in the scenario of <xref target="intermediaries-example-e2e-security-det"/>.  </t>
            <t>
That is, if PH_REQ results in a cache hit at PRX, then PRX replies to the client with the latest multicast notification for the target resource from its cache and takes no further actions.  </t>
            <t>
Otherwise, PRX forwards PH_REQ to the server. After recognizing PH_REQ byte-by-byte, the server replies to PRX with an unprotected informative response, where 'tp_info' includes:  </t>
            <ul spacing="normal">
              <li>
                <t>The 'tpi_server' element, specifying the addressing information of the server, i.e., the source addressing information of the multicast notifications that are sent for the group observation.</t>
              </li>
              <li>
                <t>The 'tpi_details' element, specifying the information to receive multicast notifications for the target resource.</t>
              </li>
            </ul>
            <t>
Based on such information, PRX starts listening to multicast notifications. If the informative response includes a latest notification, then PRX caches that notification and forwards it to the client.</t>
          </li>
        </ol>
        <t>Editor's note: add a figure showing an example of message exchange.</t>
        <section anchor="rev-proxy-client-pre-steps">
          <name>Client Initialization Procedure</name>
          <t>The following early initialization procedure is performed by a client that does not have the group observation data and/or is not a member of the correct OSCORE group, before starting the main process described in <xref target="rev-proxy-main-process"/>.</t>
          <t>The client is minimally provided with the pair (PRX_ADDR, PRX_PORT) associated with PRX, which the client believes to be associated with the origin server.</t>
          <t>a. The client sends a traditional Observe registration request with destination address PRX_ADDR and port number PRX_PORT, i.e., to PRX. The request is protected with (Group) OSCORE, i.e., end-to-end between the client and the server.</t>
          <t>b. PRX receives the request and forwards it to the server, as usual.</t>
          <t>c. The server replies with a 5.03 (Service Unavailable) informative response. The response is protected with (Group) OSCORE, i.e., end-to-end between the client and the server. The payload of the response specifies the following parameters:</t>
          <ul spacing="normal">
            <li>
              <t>The 'tp_info' parameter, within which the 'tpi_server' element is a CRI with addressing information PRX_ADDR and PRX_PORT (i.e., targeting PRX). The 'tp_info' parameter does not include the 'tpi_details' element, regardless of what is expected as per the transport used.</t>
            </li>
            <li>
              <t>The 'ph_req' parameter, conveying the deterministic phantom request PH_REQ.</t>
            </li>
            <li>
              <t>Optionally, parameters conveying information that the client can use for joining the OSCORE group if that has not happened yet (see <xref section="9.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>), as well as the keying material used in the OSCORE group if the server is managing it (see <xref section="C" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
            </li>
          </ul>
          <t>d. PRX receives the protected informative response and forwards it to the client, as usual.</t>
          <t>e. Upon receiving the protected informative response, the client takes its payload as the group observation data for the group observation of interest.</t>
          <t>Per the instructions specified in the response, the client takes the necessary steps to join the correct OSCORE group, if it is not already a member.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>In addition to the security considerations from <xref target="I-D.ietf-core-observe-multicast-notifications"/>, the following considerations hold for this document.</t>
      <section anchor="sec-security-considerations-ltmr">
        <name>Listen-To-Multicast-Responses Option</name>
        <t>The CoAP option Listen-To-Multicast-Responses defined in <xref target="ltmr-option"/> is of class U for OSCORE and Group OSCORE <xref target="RFC8613"/><xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>This allows the proxy adjacent to the origin server to access the option value conveyed in a ticket request (see <xref target="intermediaries-e2e-security-processing"/>) and to retrieve from it the transport-specific information about a phantom request. By doing so, the proxy becomes able to configure an observation of the target resource and to receive multicast notifications that match the phantom request.</t>
        <t>Any proxy in the chain, as well as further possible intermediaries or on-path active adversaries, are thus able to remove the option or alter its content, before the ticket request reaches the proxy adjacent to the origin server.</t>
        <t>Removing the option would result in the proxy adjacent to the origin server to not configure the group observation, if that has not happened yet. In such a case, the proxy would not receive the corresponding multicast notifications to be forwarded back to the clients.</t>
        <t>Altering the option content would result in the proxy adjacent to the origin server incorrectly configuring a group observation (e.g., as based on a wrong multicast IP address), hence preventing the correct reception of multicast notifications and their forwarding to the clients. Alternatively, it would result in the proxy configuring bogus group observations that are currently not active on the origin server.</t>
        <t>In order to prevent what is described above, the ticket requests conveying the Listen-To-Multicast-Responses Option can be additionally protected hop-by-hop, e.g., by using OSCORE (see <xref target="I-D.ietf-core-oscore-capable-proxies"/>) and/or DTLS <xref target="RFC9147"/>.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-coap-options">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to enter the following option number to the "CoAP Option Numbers" registry <xref target="CoAP.Option.Numbers"/> within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <table align="center">
          <name>Registrations in the CoAP Option Numbers Registry</name>
          <thead>
            <tr>
              <th align="left">Number</th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">TBD47</td>
              <td align="left">Listen-To-Multicast-Responses</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
          </tbody>
        </table>
        <t>For the Listen-To-Multicast-Responses Option, the preferred value range is 0-255. In particular, 47 is the preferred option number.</t>
        <t>Note to RFC Editor: In the table above, please replace TBD47 with the registered option number. Then, please delete this paragraph and the previous paragraph.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="10" month="February" year="2026"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) is a web transfer
   protocol for constrained devices and constrained networks.  In a
   number of use cases, constrained devices 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 document
   specifies the use of 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>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-18"/>
        </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="23" month="December" year="2025"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of messages exchanged with the Constrained Application
   Protocol (CoAP) 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 each 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-28"/>
        </reference>
        <reference anchor="I-D.ietf-core-href">
          <front>
            <title>Constrained Resource Identifiers</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="21" month="November" year="2025"/>
            <abstract>
              <t>   The Constrained Resource Identifier (CRI) is a complement to the
   Uniform Resource Identifier (URI) that represents the URI components
   in Concise Binary Object Representation (CBOR) rather than as a
   sequence of characters.  This approach simplifies parsing,
   comparison, and reference resolution in environments with severe
   limitations on processing power, code size, and memory size.

   This RFC updates RFC 7595 by adding a column on the "URI Schemes"
   registry.


   // (This "cref" paragraph will be removed by the RFC editor:) After
   // approval of -28 and nit fixes in -29, the present revision -30
   // contains two more small fixes for nits that were uncovered in the
   // RPC intake process.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-href-30"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</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="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="22" month="April" year="2026"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server and to receive notifications as
   unicast responses upon changes of the resource state.  In some use
   cases, such as those based on publish-subscribe, it would be
   convenient for the server to send a single notification addressed to
   all the clients observing the same target resource.  This document
   updates RFC7252 and RFC7641, and it defines how a server sends
   observe notifications as response messages over multicast,
   synchronizing all the observers of the same resource on the same
   shared Token value.  Besides, this document defines how the security
   protocol Group Object Security for Constrained RESTful Environments
   (Group OSCORE) can be used to protect multicast notifications end-to-
   end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-14"/>
        </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="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </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="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="CoAP.Option.Numbers" target="https://www.iana.org/assignments/core-parameters/core-parameters.xhtml#option-numbers">
          <front>
            <title>CoAP Option Numbers</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-core-cacheable-oscore">
          <front>
            <title>End-to-End Protected and Cacheable Responses for the Constrained Application Protocol (CoAP) using Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="2" month="March" year="2026"/>
            <abstract>
              <t>   When using the Constrained Application Protocol (CoAP), exchanged
   messages can be protected end-to-end also across untrusted
   intermediary proxies.  This can be achieved with Object Security for
   Constrained RESTful Environments (OSCORE) or, in the case of group
   communication, with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  However, this sidesteps the proxies'
   abilities to cache responses from the origin server(s).  This
   document restores cacheability of end-end protected responses at
   proxies, by using Group OSCORE and introducing consensus requests,
   which any client in an OSCORE group can send to one server or
   multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-cacheable-oscore-01"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-capable-proxies">
          <front>
            <title>OSCORE-capable Proxies</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>
            <date day="2" month="March" year="2026"/>
            <abstract>
              <t>   When using the Constrained Application Protocol (CoAP), messages
   exchanged between two endpoints can be protected end-to-end at the
   application layer by means of Object Security for Constrained RESTful
   Environments (OSCORE), also in the presence of intermediaries such as
   proxies.  This document defines how to use OSCORE for protecting CoAP
   messages also between an origin application endpoint and an
   intermediary, or between two intermediaries.  Also, it defines rules
   to escalate the protection of a CoAP option, in order to encrypt and
   integrity-protect it whenever possible.  Finally, it defines how to
   secure a CoAP message by applying multiple, nested OSCORE
   protections, e.g., both end-to-end between origin application
   endpoints; and between an application endpoint and an intermediary or
   between two intermediaries.  Therefore, this document updates RFC
   8613.  Furthermore, this document updates RFC 8768, by explicitly
   defining the processing with OSCORE for the CoAP Hop-Limit Option.
   The approach defined in this document can be seamlessly employed also
   with Group OSCORE, for protecting CoAP messages when group
   communication is used in the presence of intermediaries.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-capable-proxies-06"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
      </references>
    </references>
    <?line 1101?>

<section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Clarifications:  </t>
            <ul spacing="normal">
              <li>
                <t>Proxy error handling for the informative response, when using deterministic phantom requests.</t>
              </li>
              <li>
                <t>Unprotected informative response sent to the reverse-proxy, when using deterministic phantom requests.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Minor clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Renamed the Multicast-Response-Feedback-Divider Option as Feedback-Divider.</t>
          </li>
          <li>
            <t>Fixes in the examples of message exchanges.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00">
        <name>Version -00</name>
        <ul spacing="normal">
          <li>
            <t>Imported content about proxies from draft-ietf-core-observe-multicast-notifications-12.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Carsten Bormann"/>, <contact fullname="Klaus Hartke"/>, <contact fullname="Jaime Jiménez"/>, <contact fullname="Matthias Kovatsch⁩"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Ludwig Seitz"/>, and <contact fullname="Göran Selander"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
v/P/AZ96BIWbIgEA

-->

</rfc>
