<?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.2 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-dns-over-coap-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="DoC">DNS over CoAP (DoC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-dns-over-coap-05"/>
    <author initials="M. S." surname="Lenders" fullname="Martine Sophie Lenders">
      <organization abbrev="TU Dresden">TUD Dresden University of Technology</organization>
      <address>
        <postal>
          <street>Helmholtzstr. 10</street>
          <city>Dresden</city>
          <code>D-01069</code>
          <country>Germany</country>
        </postal>
        <email>martine.lenders@tu-dresden.de</email>
      </address>
    </author>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <author initials="C." surname="Gündoğan" fullname="Cenk Gündoğan">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>Riesstrasse 25</street>
          <city>Munich</city>
          <code>D-80992</code>
          <country>Germany</country>
        </postal>
        <email>cenk.gundogan@huawei.com</email>
      </address>
    </author>
    <author initials="T. C." surname="Schmidt" fullname="Thomas C. Schmidt">
      <organization>HAW Hamburg</organization>
      <address>
        <postal>
          <street>Berliner Tor 7</street>
          <city>Hamburg</city>
          <code>D-20099</code>
          <country>Germany</country>
        </postal>
        <email>t.schmidt@haw-hamburg.de</email>
      </address>
    </author>
    <author initials="M." surname="Wählisch" fullname="Matthias Wählisch">
      <organization abbrev="TU Dresden &amp; Barkhausen Institut">TUD Dresden University of Technology &amp; Barkhausen Institut</organization>
      <address>
        <postal>
          <street>Helmholtzstr. 10</street>
          <city>Dresden</city>
          <code>D-01069</code>
          <country>Germany</country>
        </postal>
        <email>m.waehlisch@tu-dresden.de</email>
      </address>
    </author>
    <date year="2023" month="November" day="17"/>
    <area>Applications</area>
    <workgroup>CoRE</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 74?>

<t>This document defines a protocol for sending DNS messages over the
Constrained Application Protocol (CoAP). These CoAP messages are protected
by DTLS-Secured CoAP (CoAPS) or Object Security for Constrained RESTful
Environments (OSCORE) to provide encrypted DNS message exchange for
constrained devices in the Internet of Things (IoT).</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/draft-dns-over-coap"/>.</t>
    </note>
  </front>
  <middle>
    <?line 82?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines DNS over CoAP (DoC), a protocol to send DNS
<xref target="RFC1035"/> queries and get DNS responses over the Constrained Application
Protocol (CoAP) <xref target="RFC7252"/>. Each DNS query-response pair is mapped into a
CoAP message exchange. Each CoAP message is secured by DTLS <xref target="RFC9147"/> or
Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>
to ensure message integrity and confidentiality.</t>
      <t>The application use case of DoC is inspired by DNS over HTTPS <xref target="RFC8484"/>
(DoH). DoC, however, aims for the deployment in the constrained Internet of
Things (IoT), which usually conflicts with the requirements introduced by
HTTPS.
Constrained IoT devices may be restricted in memory, power consumption,
link layer frame sizes, throughput, and latency. They may
only have a handful kilobytes of both RAM and ROM. They may sleep for long
durations of time, after which they need to refresh the named resources they
know about. Name resolution in such scenarios must take into account link
layer frame sizes of only a few hundred bytes, bit rates in the magnitute
of kilobits per second, and latencies of several seconds <xref target="RFC7228"/>.</t>
      <t>To prevent TCP and HTTPS resource requirements, constrained IoT devices
could use DNS over DTLS <xref target="RFC8094"/>. In contrast to DNS over DTLS, DoC
utilizes CoAP features to mitigate drawbacks of datagram-based
communication. These features include: block-wise transfer, which solves
the Path MTU problem of DNS over DTLS (see <xref target="RFC8094"/>, section 5); CoAP
proxies, which provide an additional level of caching; re-use of data
structures for application traffic and DNS information, which saves memory
on constrained devices.</t>
      <t>To prevent resource requirements of DTLS or TLS on top of UDP (e.g.,
introduced by DNS over QUIC <xref target="RFC9250"/>), DoC allows
for lightweight payload encryption based on OSCORE.</t>
      <figure anchor="fig-overview-arch">
        <name>Basic DoC architecture</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="552" viewBox="0 0 552 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,96 L 8,144" fill="none" stroke="black"/>
              <path d="M 64,96 L 64,144" fill="none" stroke="black"/>
              <path d="M 208,96 L 208,144" fill="none" stroke="black"/>
              <path d="M 264,96 L 264,144" fill="none" stroke="black"/>
              <path d="M 400,112 L 400,128" fill="none" stroke="black"/>
              <path d="M 544,112 L 544,128" fill="none" stroke="black"/>
              <path d="M 8,96 L 64,96" fill="none" stroke="black"/>
              <path d="M 208,96 L 264,96" fill="none" stroke="black"/>
              <path d="M 416,96 L 528,96" fill="none" stroke="black"/>
              <path d="M 72,112 L 200,112" fill="none" stroke="black"/>
              <path d="M 272,112 L 288,112" fill="none" stroke="black"/>
              <path d="M 304,112 L 320,112" fill="none" stroke="black"/>
              <path d="M 336,112 L 352,112" fill="none" stroke="black"/>
              <path d="M 368,112 L 392,112" fill="none" stroke="black"/>
              <path d="M 72,128 L 200,128" fill="none" stroke="black"/>
              <path d="M 272,128 L 296,128" fill="none" stroke="black"/>
              <path d="M 312,128 L 328,128" fill="none" stroke="black"/>
              <path d="M 344,128 L 360,128" fill="none" stroke="black"/>
              <path d="M 376,128 L 392,128" fill="none" stroke="black"/>
              <path d="M 8,144 L 64,144" fill="none" stroke="black"/>
              <path d="M 208,144 L 264,144" fill="none" stroke="black"/>
              <path d="M 416,144 L 528,144" fill="none" stroke="black"/>
              <path d="M 40,192 L 80,192" fill="none" stroke="black"/>
              <path d="M 192,192 L 224,192" fill="none" stroke="black"/>
              <path d="M 248,192 L 264,192" fill="none" stroke="black"/>
              <path d="M 480,192 L 504,192" fill="none" stroke="black"/>
              <path d="M 32,176 L 40,192" fill="none" stroke="black"/>
              <path d="M 236,168 L 248,192" fill="none" stroke="black"/>
              <path d="M 104,64 L 120,32" fill="none" stroke="black"/>
              <path d="M 224,192 L 236,168" fill="none" stroke="black"/>
              <path d="M 504,192 L 512,176" fill="none" stroke="black"/>
              <path d="M 416,96 C 407.16936,96 400,103.16936 400,112" fill="none" stroke="black"/>
              <path d="M 528,96 C 536.83064,96 544,103.16936 544,112" fill="none" stroke="black"/>
              <path d="M 416,144 C 407.16936,144 400,136.83064 400,128" fill="none" stroke="black"/>
              <path d="M 528,144 C 536.83064,144 544,136.83064 544,128" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="400,112 388,106.4 388,117.6" fill="black" transform="rotate(0,392,112)"/>
              <polygon class="arrowhead" points="280,128 268,122.4 268,133.6" fill="black" transform="rotate(180,272,128)"/>
              <polygon class="arrowhead" points="208,112 196,106.4 196,117.6" fill="black" transform="rotate(0,200,112)"/>
              <polygon class="arrowhead" points="80,128 68,122.4 68,133.6" fill="black" transform="rotate(180,72,128)"/>
              <g class="text">
                <text x="152" y="36">FETCH</text>
                <text x="268" y="36">coaps://[2001:db8::1]/</text>
                <text x="108" y="84">CoAP</text>
                <text x="160" y="84">request</text>
                <text x="108" y="100">[DNS</text>
                <text x="156" y="100">query]</text>
                <text x="304" y="100">DNS</text>
                <text x="344" y="100">query</text>
                <text x="32" y="116">DoC</text>
                <text x="232" y="116">DoC</text>
                <text x="464" y="116">DNS</text>
                <text x="36" y="132">Client</text>
                <text x="236" y="132">Server</text>
                <text x="468" y="132">Infrastructure</text>
                <text x="100" y="148">CoAP</text>
                <text x="156" y="148">response</text>
                <text x="296" y="148">DNS</text>
                <text x="348" y="148">response</text>
                <text x="100" y="164">[DNS</text>
                <text x="160" y="164">response]</text>
                <text x="96" y="196">DNS</text>
                <text x="132" y="196">over</text>
                <text x="172" y="196">CoAP</text>
                <text x="280" y="196">DNS</text>
                <text x="316" y="196">over</text>
                <text x="408" y="196">UDP/HTTPS/QUIC/..</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
              . FETCH coaps://[2001:db8::1]/
             /
            /
           CoAP request
+------+   [DNS query]   +------+   DNS query     .---------------.
| DoC  |---------------->| DoC  |--- --- --- --->|      DNS        |
|Client|<----------------|Server|<--- --- --- ---| Infrastructure  |
+------+  CoAP response  +------+  DNS response   '---------------'
          [DNS response]
   \                        /\                                 /
    '-----DNS over CoAP----'  '--DNS over UDP/HTTPS/QUIC/...--'

]]></artwork>
        </artset>
      </figure>
      <t>The most important components of DoC can be seen in <xref target="fig-overview-arch"/>: A DoC
client tries to resolve DNS information by sending DNS queries carried within
CoAP requests to a DoC server.
That DoC server is a DNS client (i.e., a stub or recursive resolver) that resolves DNS information by using other DNS transports such
as DNS over UDP <xref target="RFC1035"/>, DNS over HTTPS <xref target="RFC8484"/>, or DNS over QUIC <xref target="RFC9250"/> when communicating with the upstream
DNS infrastructure.
Using that information, the DoC server then replies to the queries of the DoC client with DNS
responses carried within CoAP responses.</t>
      <t>Note that this specification is disjunct from DoH since the CoRE-specific FETCH method is used.
This was done to take benefit from having the DNS query in the payload as with POST, but still
having the caching advantages we would gain with GET.
Having the DNS query in the payload means we do not need extra base64 encoding, which would increase
code complexity and message sizes.
We are also able to transfer a query block-wise.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>A server that provides the service specified in this document is called a "DoC
server" to differentiate it from a classic "DNS server".
A DoC server acts either as a DNS stub resolver <xref target="RFC8499"/> or a DNS recursive resolver <xref target="RFC8499"/>.</t>
      <t>A client using the service specified in this document to retrieve the
DNS information is called a "DoC client".</t>
      <t>The term "constrained nodes" is used as defined in <xref target="RFC7228"/>.</t>
      <t>The terms "CoAP payload" and "CoAP body" are used as defined in <xref target="RFC7959"/>, Section 2.</t>
      <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?>

</section>
    <section anchor="selection-of-a-doc-server">
      <name>Selection of a DoC Server</name>
      <t>In this document, it is assumed that the DoC client knows the DoC server and the DNS resource at the
DoC server.
Possible options could be manual configuration of a URI <xref target="RFC3986"/> or CRI <xref target="I-D.ietf-core-href"/>,
or automatic configuration, e.g., using a CoRE resource directory
<xref target="RFC9176"/>, DHCP or Router Advertisement options <xref target="I-D.ietf-add-dnr"/>.
Automatic configuration <bcp14>SHOULD</bcp14> only be done from a trusted source.</t>
      <t>TBD DNR Service Parameters + SVCB Resource Records (also see <eref target="https://github.com/core-wg/draft-dns-over-coap/issues/22">#22</eref>):</t>
      <ul spacing="normal">
        <li>
          <t><tt>coap</tt> Exists already in TLS Application-Layer Protocol Negotiation (ALPN) Protocol IDs
registry <xref target="RFC8323"/></t>
        </li>
        <li>
          <t>Never mandated for DTLS, should be kept for CoAP over TLS; DTLS needs its own ALPN ID</t>
        </li>
        <li>
          <t>SVCB: Also needs to considering OSCORE/EDHOC</t>
        </li>
      </ul>
      <t>When discovering the DNS resource through a link mechanism that allows describing a resource type
(e.g., the Resource Type Attribute in <xref target="RFC6690"/>), the resource type "core.dns" can be
used to identify a generic DNS resolver that is available to the client.</t>
      <t>While there is no path specified it is <bcp14>RECOMMENDED</bcp14> to use the root path "/" for the DNS resource to
keep the CoAP requests small.</t>
    </section>
    <section anchor="basic-message-exchange">
      <name>Basic Message Exchange</name>
      <section anchor="sec_content-format">
        <name>The "application/dns-message" Content-Format</name>
        <t>This document defines a CoAP Content-Format number for the Internet media type "application/dns-message" to be the mnemonic 553--based on the port assignment of DNS.
This media type is defined as in <xref target="RFC8484"/> Section 6, i.e., a single DNS message encoded in the DNS on-the-wire format <xref target="RFC1035"/>.
Both DoC client and DoC server <bcp14>MUST</bcp14> be able to parse contents in the "application/dns-message" format.</t>
      </section>
      <section anchor="sec_queries">
        <name>DNS Queries in CoAP Requests</name>
        <t>A DoC client encodes a single DNS query in one or more CoAP request
messages that use the CoAP FETCH <xref target="RFC8132"/> method.
Requests <bcp14>SHOULD</bcp14> include an Accept option to indicate the type of content that can be parsed in the response.</t>
        <t>Since CoAP provides reliability of the message layer (e.g. CON) the retransmission mechanism of the
DNS protocol as defined in <xref target="RFC1035"/> is not needed.</t>
        <section anchor="request-format">
          <name>Request Format</name>
          <t>When sending a CoAP request, a DoC client <bcp14>MUST</bcp14> include the DNS query in the body of the CoAP request.
As specified in <xref target="RFC8132"/> Section 2.3.1, the type of content of the body <bcp14>MUST</bcp14> be indicated using the Content-Format option.
This document specifies the usage of Content-Format "application/dns-message" (details see <xref target="sec_content-format"/>).
A DoC server <bcp14>MUST</bcp14> be able to parse requests of Content-Format "application/dns-message".</t>
        </section>
        <section anchor="sec_req-caching">
          <name>Support of CoAP Caching</name>
          <t>The DoC client <bcp14>SHOULD</bcp14> set the ID field of the DNS header always to 0 to enable a CoAP cache (e.g., a CoAP proxy en-route) to respond to the same DNS queries with a cache entry.
This ensures that the CoAP Cache-Key (see <xref target="RFC8132"/> Section 2) does not change when multiple DNS queries for the same DNS data, carried in CoAP requests, are issued.</t>
        </section>
        <section anchor="examples">
          <name>Examples</name>
          <t>The following example illustrates the usage of a CoAP message to
resolve "example.org. IN AAAA" based on the URI "coaps://[2001:db8::1]/". The
CoAP body is encoded in "application/dns-message" Content Format.</t>
          <artwork><![CDATA[
FETCH coaps://[2001:db8::1]/
Content-Format: application/dns-message
Accept: application/dns-message
Payload: 00 00 01 20 00 02 00 00 00 00 00 00 07 65 78 61 [binary]
         6d 70 6c 65 03 6f 72 67 00 00 1c 00 01 c0 0c 00 [binary]
         01 00 01                                        [binary]
]]></artwork>
        </section>
      </section>
      <section anchor="dns-responses-in-coap-responses">
        <name>DNS Responses in CoAP Responses</name>
        <t>Each DNS query-response pair is mapped to a CoAP REST request-response
operation. DNS responses are provided in the body of the CoAP response.
A DoC server <bcp14>MUST</bcp14> be able to produce responses in the "application/dns-message"
Content-Format (details see <xref target="sec_content-format"/>) when requested.
A DoC client <bcp14>MUST</bcp14> understand responses in "application/dns-message" format
when it does not send an Accept option.
Any other response format than "application/dns-message" <bcp14>MUST</bcp14> be indicated with
the Content-Format option by the DoC server.</t>
        <section anchor="response-codes-and-handling-dns-and-coap-errors">
          <name>Response Codes and Handling DNS and CoAP errors</name>
          <t>A DNS response indicates either success or failure in the Response code of
the DNS header (see <xref target="RFC1035"/> Section 4.1.1). It is <bcp14>RECOMMENDED</bcp14> that
CoAP responses that carry any valid DNS response use a "2.05 Content"
response code.</t>
          <t>CoAP responses use non-successful response codes <bcp14>MUST NOT</bcp14> contain a DNS response
and <bcp14>MUST</bcp14> only be used on errors in the CoAP layer or when a request does not
fulfill the requirements of the DoC protocol.</t>
          <t>Communication errors with a DNS server (e.g., timeouts) <bcp14>SHOULD</bcp14> be indicated
by including a SERVFAIL DNS response in a successful CoAP response.</t>
          <t>A DoC client might try to repeat a non-successful exchange unless otherwise prohibited.
The DoC client might also decide to repeat a non-successful exchange with a different URI, for instance, when the response indicates an unsupported Content-Format.</t>
        </section>
        <section anchor="sec_resp-caching">
          <name>Support of CoAP Caching</name>
          <t>For reliability and energy saving measures content decoupling and thus en-route caching on proxies takes a far greater role than it does, e.g., in HTTP.
Likewise, CoAP utilizes cache validation to refresh stale cache entries without large messages which often uses hashing over the message content for ETag generation.
As such, the approach to guarantee the same cache key for DNS responses as proposed in DoH (<xref target="RFC8484"/>, section 5.1) is not sufficient and needs to be updated so that the TTLs in the response are more often the same regardless of query time.</t>
          <t>The DoC server <bcp14>MUST</bcp14> ensure that any sum of the Max-Age value of a CoAP response and any TTL in the
DNS response is less or equal to the corresponding TTL received from an upstream DNS server.
This also includes the default Max-Age value of 60 seconds (see <xref target="RFC7252"/>, section 5.10.5) when no Max-Age option is provided.
The DoC client <bcp14>MUST</bcp14> then add the Max-Age value of the carrying CoAP response to all TTLs in a DNS response on reception and use these calculated TTLs for the associated records.</t>
          <t>The <bcp14>RECOMMENDED</bcp14> algorithm to assure the requirement for the DoC is to set the Max-Age option of a response to the minimum TTL of a DNS response and to subtract this value from all TTLs of that DNS response.
This prevents expired records unintentionally being served from an intermediate CoAP cache.
Additionally, it allows for the ETag value for cache validation, if it is based on the content of the response, not to change even if the TTL values are updated by an upstream DNS cache.
If only one record set per DNS response is assumed, a simplification of this algorithm is to just set all TTLs in the response to 0 and set the TTLs at the DoC client to the value of the Max-Age option.</t>
          <!--
With short responses, a usable ETag might be almost as long as the response.
With long-lived responses, the client does not need to revalidate often.
With responses large enough to be fragmented,
it's best practice for servers to set an ETag anyway.
As specified in {{RFC7252}} and {{RFC8132}}, if the response associated with
the ETag is still valid, the response uses the "2.03 Valid" code and consequently
carries no payload.
-->

</section>
        <section anchor="examples-1">
          <name>Examples</name>
          <t>The following examples illustrate the replies to the query "example.org. IN
AAAA record", recursion turned on. Successful responses carry one answer
record including address 2001:db8:1::1:2:3:4 and TTL 58719.</t>
          <t>A successful response:</t>
          <artwork><![CDATA[
2.05 Content
Content-Format: application/dns-message
Max-Age: 58719
Payload: 00 00 81 a0 00 01 00 01 00 00 00 00 07 65 78 61 [binary]
         6d 70 6c 65 03 6f 72 67 00 00 1c 00 01 c0 0c 00 [binary]
         1c 00 01 00 01 37 49 00 10 20 01 0d b8 00 01 00 [binary]
         00 00 01 00 02 00 03 00 04                      [binary]
]]></artwork>
          <t>When a DNS error (SERVFAIL in this case) is noted in the DNS response, the CoAP
response still indicates success:</t>
          <artwork><![CDATA[
2.05 Content
Content-Format: application/dns-message
Payload: 00 00 81 a2 00 01 00 00 00 00 00 00 07 65 78 61 [binary]
         6d 70 6c 65 03 6f 72 67 00 00 1c 00 01          [binary]
]]></artwork>
          <t>When an error occurs on the CoAP layer, the DoC server <bcp14>SHOULD</bcp14> respond with
an appropriate CoAP error, for instance "4.15 Unsupported Content-Format"
if the Content-Format option in the request was not set to
"application/dns-message" and the Content-Format is not otherwise supported by
the server.</t>
        </section>
      </section>
    </section>
    <section anchor="coapcore-integration">
      <name>CoAP/CoRE Integration</name>
      <section anchor="dns-push">
        <name>DNS Push</name>
        <t>DNS Push requires additional overhead, which conflicts with constrained resources,
This is the reason why it is <bcp14>RECOMMENDED</bcp14> to use CoAP Observe <xref target="RFC7641"/> instead of DNS Push
in the DoC domain.</t>
        <t>If the CoAP request indicates that the DoC client wants to observe a resource record, a DoC server
<bcp14>MAY</bcp14> use a DNS Subscribe message <xref target="RFC8765"/> instead of a classic DNS query to fetch the
information on behalf of a DoC client.
If this is not supported by the DoC server, it <bcp14>MUST</bcp14> act as if the resource were not observable.</t>
        <t>Whenever the DoC server receives a DNS Push message <xref target="RFC8765"/> from the DNS
infrastructure for an observed resource record, the DoC server sends an appropriate Observe response
to the DoC client.</t>
        <t>If no more DoC clients observe a resource record for which the DoC server has an open subscription,
the DoC server <bcp14>MUST</bcp14> use a DNS Unsubscribe message <xref target="RFC8765"/> to close its subscription to the
resource record as well.</t>
      </section>
      <section anchor="oscore">
        <name>OSCORE</name>
        <t>It is <bcp14>RECOMMENDED</bcp14> to carry DNS messages encrypted using OSCORE <xref target="RFC8613"/> between the DoC client
and the DoC server. The establishment and maintenance of the OSCORE Security Context is out of the
scope of this document.</t>
        <t>If cache retrieval of OSCORE responses is desired, it can be achieved, for instance, by using the
method defined in <xref target="I-D.amsuess-core-cachable-oscore"/>. This has, however, implications on message sizes and
security properties, which are compiled in that document.</t>
      </section>
      <section anchor="mapping-doc-to-doh">
        <name>Mapping DoC to DoH</name>
        <t>This document provides no specification how to map between DoC and DoH, e.g., at a CoAP-HTTP-proxy,
and it is <bcp14>NOT RECOMMENDED</bcp14>.
Rewriting the FETCH method (<xref target="sec_queries"/>) and the TTL rewriting (<xref target="sec_resp-caching"/>) as
specified in this draft would be non-trivial.
It is <bcp14>RECOMMENDED</bcp14> to use a DNS forwarder to map between DoC and DoH, as would be the case for
mapping between any other DNS transport.</t>
      </section>
    </section>
    <section anchor="sec_unencrypted-coap">
      <name>Considerations for Unencrypted Use</name>
      <t>The use of DoC without a security mode of CoAP is <bcp14>NOT RECOMMENDED</bcp14>.
Without a security mode, a large number of possible attacks need to be evaluate in the context of
the application's threat model.
This includes threats that are mitigated even by DNS over UDP:
For example, the random ID of the DNS header afford some protection against off-path cache poisoning
attacks---a threat that might be mitigated by using random large token values in the CoAP request.</t>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>This section records the status of known implementations of the protocol
defined by this specification at the time of posting of this
Internet-Draft, and is based on a proposal described in
<xref target="RFC7942"/>.  The description of implementations in this
section is intended to assist the IETF in its decision processes in
progressing drafts to RFCs.  Please note that the listing of any individual
implementation here does not imply endorsement by the IETF.  Furthermore,
no effort has been spent to verify the information presented here that was
supplied by IETF contributors.  This is not intended as, and must not be
construed to be, a catalog of available implementations or their features.
Readers are advised to note that other implementations may exist.</t>
      <t>According to <xref target="RFC7942"/>, "this will allow reviewers and
working groups to assign due consideration to documents that have the
benefit of running code, which may serve as evidence of valuable
experimentation and feedback that have made the implemented protocols more
mature.  It is up to the individual working groups to use this information
as they see fit".</t>
      <section anchor="doc-client">
        <name>DoC Client</name>
        <t>The authors of this document provide a <eref target="https://doc.riot-os.org/group__net__gcoap__dns.html">DoC client implementation available
in the IoT operating system RIOT</eref>.</t>
        <dl>
          <dt>Level of maturity:</dt>
          <dd>
            <t>production</t>
          </dd>
          <dt>Version compability:</dt>
          <dd>
            <t>draft-ietf-core-dns-over-coap-04</t>
          </dd>
          <dt>License:</dt>
          <dd>
            <t>LGPL-2.1</t>
          </dd>
          <dt>Contact information:</dt>
          <dd>
            <t><tt>Martine Lenders &lt;m.lenders@fu-berlin.de&gt;</tt></t>
          </dd>
          <dt>Last update of this information:</dt>
          <dd>
            <t>October 2023</t>
          </dd>
        </dl>
      </section>
      <section anchor="doc-server">
        <name>DoC Server</name>
        <t>The authors of this document provide a <eref target="https://github.com/anr-bmbf-pivot/aiodnsprox">DoC server implementation in
Python</eref>.</t>
        <dl>
          <dt>Level of maturity:</dt>
          <dd>
            <t>production</t>
          </dd>
          <dt>Version compability:</dt>
          <dd>
            <t>draft-ietf-core-dns-over-coap-04</t>
          </dd>
          <dt>License:</dt>
          <dd>
            <t>MIT</t>
          </dd>
          <dt>Contact information:</dt>
          <dd>
            <t><tt>Martine Lenders &lt;m.lenders@fu-berlin.de&gt;</tt></t>
          </dd>
          <dt>Last update of this information:</dt>
          <dd>
            <t>October 2023</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>When using unencrypted CoAP (see <xref target="sec_unencrypted-coap"/>), setting the ID of a DNS message to 0 as
specified in <xref target="sec_req-caching"/> opens open the DNS cache of a DoC client to cache poisoning attacks
via response spoofing.
This documents requires an unpredictable CoAP token in each DoC query from the client when CoAP is
not secured to mitigate such an attack over DoC (see <xref target="sec_unencrypted-coap"/>).</t>
      <t>For encrypted usage with DTLS or OSCORE the impact of a fixed ID on security is limited, as both
harden against injecting spoofed responses.
Consequently, it is of little concern to leverage the benefits of CoAP caching by setting the ID to
0.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="new-applicationdns-message-content-format">
        <name>New "application/dns-message" Content-Format</name>
        <t>IANA is requested to assign CoAP Content-Format ID for the DNS message media
type in the "CoAP Content-Formats" sub-registry, within the "CoRE Parameters"
registry <xref target="RFC7252"/>, corresponding to the "application/dns-message" media
type from the "Media Types" registry:</t>
        <t>Media-Type: application/dns-message</t>
        <t>Encoding: -</t>
        <t>Id: 553 (suggested)</t>
        <t>Reference: [TBD-this-spec]</t>
      </section>
      <section anchor="new-coredns-resource-type">
        <name>New "core.dns" Resource Type</name>
        <t>IANA is requested to assign a new Resource Type (rt=) Link Target Attribute, "core.dns" in the
"Resource Type (rt=) Link Target Attribute Values" sub-registry, within the "CoRE Parameters"
register <xref target="RFC6690"/>.</t>
        <t>Attribute Value: core.dns</t>
        <t>Description: DNS over CoAP resource.</t>
        <t>Reference: [TBD-this-spec] <xref target="selection-of-a-doc-server"/></t>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1035">
          <front>
            <title>Domain names - implementation and specification</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System. It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1035"/>
          <seriesInfo name="DOI" value="10.17487/RFC1035"/>
        </reference>
        <reference anchor="RFC7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Ersue" initials="M." surname="Ersue"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks. This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource. In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable. Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </reference>
        <reference anchor="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="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>
        <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="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC8765">
          <front>
            <title>DNS Push Notifications</title>
            <author fullname="T. Pusateri" initials="T." surname="Pusateri"/>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>The Domain Name System (DNS) was designed to return matching records efficiently for queries for data that are relatively static. When those records change frequently, DNS is still efficient at returning the updated results when polled, as long as the polling rate is not too high. But, there exists no mechanism for a client to be asynchronously notified when these changes occur. This document defines a mechanism for a client to be notified of such changes to DNS records, called DNS Push Notifications.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8765"/>
          <seriesInfo name="DOI" value="10.17487/RFC8765"/>
        </reference>
        <reference anchor="RFC8094">
          <front>
            <title>DNS over Datagram Transport Layer Security (DTLS)</title>
            <author fullname="T. Reddy" initials="T." surname="Reddy"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <author fullname="P. Patil" initials="P." surname="Patil"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>DNS queries and responses are visible to network elements on the path between the DNS client and its server. These queries and responses can contain privacy-sensitive information, which is valuable to protect.</t>
              <t>This document proposes the use of Datagram Transport Layer Security (DTLS) for DNS, to protect against passive listeners and certain active attacks. As latency is critical for DNS, this proposal also discusses mechanisms to reduce DTLS round trips and reduce the DTLS handshake size. The proposed mechanism runs over port 853.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8094"/>
          <seriesInfo name="DOI" value="10.17487/RFC8094"/>
        </reference>
        <reference anchor="RFC8484">
          <front>
            <title>DNS Queries over HTTPS (DoH)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS. Each DNS query-response pair is mapped into an HTTP exchange.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8484"/>
          <seriesInfo name="DOI" value="10.17487/RFC8484"/>
        </reference>
        <reference anchor="RFC9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="RFC9250">
          <front>
            <title>DNS over Dedicated QUIC Connections</title>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>This document describes the use of QUIC to provide transport confidentiality for DNS. The encryption provided by QUIC has similar properties to those provided by TLS, while QUIC transport eliminates the head-of-line blocking issues inherent with TCP and provides more efficient packet-loss recovery than UDP. DNS over QUIC (DoQ) has privacy properties similar to DNS over TLS (DoT) specified in RFC 7858, and latency characteristics similar to classic DNS over UDP. This specification describes the use of DoQ as a general-purpose transport for DNS and includes the use of DoQ for stub to recursive, recursive to authoritative, and zone transfer scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9250"/>
          <seriesInfo name="DOI" value="10.17487/RFC9250"/>
        </reference>
        <reference anchor="RFC8499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="January" year="2019"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has sometimes changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document obsoletes RFC 7719 and updates RFC 2308.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="8499"/>
          <seriesInfo name="DOI" value="10.17487/RFC8499"/>
        </reference>
        <reference anchor="RFC7942">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="205"/>
          <seriesInfo name="RFC" value="7942"/>
          <seriesInfo name="DOI" value="10.17487/RFC7942"/>
        </reference>
        <reference anchor="I-D.ietf-add-dnr">
          <front>
            <title>DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers (DNR)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Dan Wing" initials="D." surname="Wing">
              <organization>Citrix Systems, Inc.</organization>
            </author>
            <author fullname="Neil Cook" initials="N." surname="Cook">
              <organization>Open-Xchange</organization>
            </author>
            <author fullname="Tommy Jensen" initials="T." surname="Jensen">
              <organization>Microsoft</organization>
            </author>
            <date day="27" month="April" year="2023"/>
            <abstract>
              <t>This document specifies new DHCP and IPv6 Router Advertisement options to discover encrypted DNS resolvers (e.g., DNS over HTTPS, DNS over TLS, and DNS over QUIC).  Particularly, it allows a host to learn an Authentication Domain Name together with a list of IP addresses and a set of service parameters to reach such encrypted DNS resolvers.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-add-dnr-16"/>
        </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="10" month="July" year="2023"/>
            <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) instead of a sequence
   of characters.  This simplifies parsing, comparison and reference
   resolution in environments with severe limitations on processing
   power, code size, and memory size.


   // (This "cref" paragraph will be removed by the RFC editor:) The
   // present revision -13 of this draft picks up some additional
   // discussion points and is intended as input to the CoRE WG meeting
   // at IETF 117.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-href-13"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore">
          <front>
            <title>Cacheable 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="10" month="July" year="2023"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-07"/>
        </reference>
        <reference anchor="DoC-paper">
          <front>
            <title>Securing Name Resolution in the IoT: DNS over CoAP</title>
            <author fullname="Martine S. Lenders" initials="M." surname="Lenders">
              <organization>Freie Universität Berlin &amp;amp; TU Dresden, Berlin, Germany</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
              <organization>Unaffiliated, Vienna, Austria</organization>
            </author>
            <author fullname="Cenk Gündogan" initials="C." surname="Gündogan">
              <organization>Huawei Technologies, Munich, Germany</organization>
            </author>
            <author fullname="Marcin Nawrocki" initials="M." surname="Nawrocki">
              <organization>Freie Universität Berlin &amp;amp; TU Dresden, Berlin, Germany</organization>
            </author>
            <author fullname="Thomas C. Schmidt" initials="T." surname="Schmidt">
              <organization>HAW Hamburg, Hamburg, Germany</organization>
            </author>
            <author fullname="Matthias Wählisch" initials="M." surname="Wählisch">
              <organization>TU Dresden &amp;amp; Barkhausen Institut, Dresden, Germany</organization>
            </author>
            <date month="September" year="2023"/>
          </front>
          <seriesInfo name="Proceedings of the ACM on Networking" value="vol. 1, no. CoNEXT2, pp. 1-25"/>
          <seriesInfo name="DOI" value="10.1145/3609423"/>
          <refcontent>Association for Computing Machinery (ACM)</refcontent>
        </reference>
        <reference anchor="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
      </references>
    </references>
    <?line 503?>

<section anchor="sec_evaluation">
      <name>Evaluation</name>
      <t>The authors of this document presented the design, implementation, and analysis of DoC in their
paper "Securing Name Resolution in the IoT: DNS over CoAP" <xref target="DoC-paper"/>.</t>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <section anchor="since-draft-ietf-core-dns-over-coap-04">
        <name>Since [draft-ietf-core-dns-over-coap-04]</name>
        <ul spacing="normal">
          <li>
            <t>Add note on cachable OSCORE</t>
          </li>
          <li>
            <t>Address early IANA review</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-03">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-03">draft-ietf-core-dns-over-coap-03</eref></name>
        <ul spacing="normal">
          <li>
            <t>Amended Introduction with short contextualization of constrained environments</t>
          </li>
          <li>
            <t>Add <xref target="sec_evaluation"/> on evaluation</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-02">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-02">draft-ietf-core-dns-over-coap-02</eref></name>
        <ul spacing="normal">
          <li>
            <t>Move implementation details to Implementation Status (in accordance with <xref target="RFC7942"/>)</t>
          </li>
          <li>
            <t>Recommend root path to keep the CoAP options small</t>
          </li>
          <li>
            <t>Set Content-Format for application/dns-message to 553</t>
          </li>
          <li>
            <t>SVCB/DNR: Move to Server Selection Section but leave TBD based on DNSOP discussion for now</t>
          </li>
          <li>
            <t>Clarify that DoC and DoC are disjunct</t>
          </li>
          <li>
            <t>Clarify mapping between DoC and DoH</t>
          </li>
          <li>
            <t>Update considerations on unencrypted use</t>
          </li>
          <li>
            <t>Don't call OSCORE end-to-end encrypted</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-01">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-01">draft-ietf-core-dns-over-coap-01</eref></name>
        <ul spacing="normal">
          <li>
            <t>Specify DoC server role in terms of DNS terminology</t>
          </li>
          <li>
            <t>Clarify communication of DoC to DNS infrastructure is agnostic of the transport</t>
          </li>
          <li>
            <t>Add subsection on how to implement DNS Push in DoC</t>
          </li>
          <li>
            <t>Add appendix on reference implementation</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-00">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-00">draft-ietf-core-dns-over-coap-00</eref></name>
        <ul spacing="normal">
          <li>
            <t>SVGify ASCII art</t>
          </li>
          <li>
            <t>Move section on "DoC Server Considerations" (was Section 5.1) to its own draft
(<eref target="https://datatracker.ietf.org/doc/draft-lenders-dns-cns/">draft-lenders-dns-cns</eref>)</t>
          </li>
          <li>
            <t>Replace layer violating statement for CON with statement of fact</t>
          </li>
          <li>
            <t>Add security considerations on ID=0</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-over-coap-04">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-over-coap-04">draft-lenders-dns-over-coap-04</eref></name>
        <ul spacing="normal">
          <li>
            <t>Removed change log of draft-lenders-dns-over-coap</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors of this document want to thank Carsten Bormann, Ben Schwartz, Marco Tiloca, and Tim
Wicinski for their feedback and comments.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8Vc3XLbRpa+76foYao20g5BiZIt25wkM7Ikx6qVLI0kxzXl
uJIm0CQxAgEGDYhmHM2r7F7sY8zVzj7Ynp/uRgOiLGUqu6tKZBEEuk+f3++c
Po0oisTNSO4KUaVVpkeyd/jmUhY3upQHxf653DgsDjZ7Qo3HpYb74JNIijhX
c7g1KdWkilJdTaK4KHWU5CbCJ+GTWkTbT0WsKj0tytVImioRph7PU2PSIq9W
C3j8+OjqlRCq1Gok9xeLLIXb4UsjlkV5PS2LejECGi6OxLVewaUEnsgrXea6
ig5xZni2rmZFORIykpJJOlVlleZaXhaLWarlic4TXRoh4acopyN59fZQHpba
JDqXb/MUiDVptZLFRF7peJYXWTFd0d1uwVdv3f102VSl1tVIvtbZfFZk1c9w
YSCH2/RlDEONWrfHRQJEHUbbw+29F/ZKnVfIkW91OVc5T6bnKs1Gcs7EDzKm
+k9VHSU82CDRwSIPZmVqqlTlcn9u/vF3Y8JBYvfln9Tc1NqYQVzMw4d1fi2/
/cff86T4739XecOa17Va6rThQ6pNa8kXcAH+VsZoufM0WPBpnafxrLXe59sv
Xuw8uN4YSBlMa6BkCuTOaP4OtVezYq6MPBjIy3g2T5MqoHf/nXyt5uO6nLbo
fKnLDLhYyquilM8COsObHaE720Dpg4RWA8Oz/2mmltGMx2nL5FRV1SwFUt/9
4z9nWWosQx6tdPJf5EtVXs9UbeCu4xxEWNXVPar4mZv/dxV0sFSaV9dRTpEX
cHcFawNrlBevDobbu0/BQ+SGPz7b2XkOAgfrrsooh0n99ac7eF0t7Oe9J0P+
HBVjo8sbba+/ePrCXh9nRXy9TI395vlw144QTXRFbMere8PdkSwM+iW+8mL4
5BkQVGVmCM4uzScdgndfPN8bybpM+ePe3ottHBbcGmjTdcS328Gf7fHaokVt
3ITbL57AtQInsFeePKcrMzf/sz07YJnYSztPt/GOn9wDL17wsODl5ql3RrT8
J7DIdL7IIlOpqjaR0TE6S/j6ODockA9WSQIuuMQhyvA6zTkr9QSmp+XhN9Y5
8JeximdqnOmIGQb3tS/AM+D4o4VaaBj+8Ox4MNweDIdPnm7t7sG6d4ChIooi
0FR0EDF45qtZamBlcT3XeSUTPQGLNFLJRVlURVxkEvgpQXmTNJ9KjDhzIEZN
4R4KPdVMiwNSFgUPJmF4kOduiA0MUJsD8BEaXBJFKz8KRBWaC7ikEzFeycOr
k8voUsd1CcNxZMPfl5tgovJs/Fe4UdLXaJlIXDj9xdHl1aTOxFF+k5ZFjmsy
cuPs8uDs4mhTVgVOdZMmWuo8LlcLmDJck9QfgZs5/AHjijgYN9E3aQzUpjmu
2Ic38gwz4AxMclxcbQ6Yu+CAkgxMDW4ri6Rm+X8d/NzH9jURvR/KAhaAosD7
xKdPGMZvb+VPtS5T5CR8MQWacBCw9wWQH0hJ3iMl0ZGShHHRRm9vB/IIlIuG
wylWkRtULlRaSqB/rhYLGC3NgS4lQrl6TtpBWt/Bk8bK18obJ2WDh/UA6x8p
ZrlezDAYW8PtrQDKdG5grmZ2kN2URkWGgZAnoA85xOEMrg1QMlqqQIvBc4OV
wS+QNQgEqU9zs0gd+U5kr6+uznkhxQwmBuG9BpWHJ/pyViw13AKiTOeGFoMC
SfQiK1Ykf6tWocYFKiZCFevL5QyCOJBVqyxb0QKAVlj/Mq1mNEypf6qBPOZK
anWQqBVE5KBlsTCoV++5WskxDgDfpmiQSNlczwEZ9uUCVlESjfV8gazpC3S4
MlMruD4pIbpKk/6sTR+oAFA4nS3qqk9czgBe5vGKPMAKZxFFDrTP1A3wGv7J
E5TmdZoV41WFSjuR4wJWc7F/Ss9fnJ02z0qTab0gNmZFPhVJXTIcxceqdK5h
zgkwzzKqwsdyDWsBXQDfCotjNiEcSHCtRV3i4vFGcZ0XS/CORV0N5BtcEX6f
1aQJwAtTw4gG4JAq0wL4VZtKVupaWxuIKSZLZIu4wxYkj5at5EQv5QzgFOtQ
hSwbp5WEdTQ+Zq6mOYIFLeA5Yk0K4gS/jsZT5EnI2ZRHN6hlKrM3GDblJpCD
SYN6ow+E+4DMq4NzGoM11zGipT79tk42qgLesc4SMg5vAd6SKbaiAznO8XmE
ohVyv3Vnn1IU4GxGzCEPMdEQMkuURQFOtEqnsDpMXpZjFV/TEhNVqSnwNBqD
SSZAxXyOoJYUwAUYP0qax1mNsImQSIRQRAIxuZmgMbJ6gHRvYDnI8XMFKncK
4A38LYTUOVl8a3EbRutwhX1po7t8uvkHWoKAZz+mKFAe3sUbSAEg6qd4Lwgo
AwFkODyGb7DtPwDTo5p9DK5QAMshbNAiUM9DfwQLmEzSmCSH1HmABAbp1gR2
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

-->

</rfc>
