<?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.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-lenders-dns-cbor-09" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="dns+cbor">A Concise Binary Object Representation (CBOR) of DNS Messages</title>
    <seriesInfo name="Internet-Draft" value="draft-lenders-dns-cbor-09"/>
    <author 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="Bormann" fullname="Carsten Bormann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <author fullname="Thomas C. Schmidt">
      <organization>HAW Hamburg</organization>
      <address>
        <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="2024" month="October" day="21"/>
    <area>Applications</area>
    <workgroup>CBOR</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>CBOR</keyword>
    <keyword>DNS</keyword>
    <abstract>
      <?line 80?>

<t>This document specifies a compressed data format of DNS messages using
the Concise Binary Object Representation <xref target="RFC8949"/>.
The primary purpose is to keep DNS messages small in constrained networks.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://anr-bmbf-pivot.github.io/draft-lenders-dns-cbor/draft-lenders-dns-cbor.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-lenders-dns-cbor/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        CBOR Working Group mailing list (<eref target="mailto:cbor@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/cbor/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/cbor/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/anr-bmbf-pivot/draft-lenders-dns-cbor"/>.</t>
    </note>
  </front>
  <middle>
    <?line 87?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In constrained networks <xref target="RFC7228"/>, the link layer may restrict the payload sizes of frames to
only a few hundreds bytes.  Encrypted DNS resolution, such as DNS over HTTPS (DoH) <xref target="RFC8484"/> or
DNS over CoAP (DoC) <xref target="I-D.ietf-core-dns-over-coap"/>, may lead to DNS message sizes that exceed this limit, even when
implementing header compression such as 6LoWPAN IPHC <xref target="RFC6282"/> or SCHC <xref target="RFC8724"/>,
<xref target="RFC8824"/>.</t>
      <t>Although adoption layers such as 6LoWPAN <xref target="RFC4944"/> or SCHC <xref target="RFC8724"/> offer fragmentation to
comply with small MTUs, fragmentation should be avoided in constrained networks.
Fragmentation combined with high packet loss multiplies the likelihood of loss.
Hence, a compression format that reduces fragmentation of DNS messages is beneficial.</t>
      <t>This document specifies a compressed data format for DNS messages using Concise Binary Object Representation (CBOR) <xref target="RFC8949"/> encoding. Additionally,  unnecessary or redundant information are stripped off DNS messages.  To use the outcome of this specification in DoH and DoC,
this document also specifies a Media Type header for DoH and a Content-Format option for DoC.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>CBOR types (unsigned integer, byte string, text string, arrays, etc.) are used as defined in
<xref target="RFC8949"/>.</t>
      <t>The terms "DNS server", "DNS client", and "(DNS) resolver" are used as defined in <xref target="RFC8499"/>.</t>
      <t>A DNS query is a message that queries DNS information from an upstream DNS resolver.
The reply to that is a DNS response.</t>
      <t>The DNS message format specified in <xref target="RFC1035"/> for DNS over UDP we call "classic DNS format" throughout this document or refer to it by its media type "application/dns-message" as specified in <xref target="RFC8484"/>.</t>
      <t>The term "constrained networks" is used as defined in <xref target="RFC7228"/>.</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="cbor-representations-applicationdnscbor">
      <name>CBOR Representations (application/dns+cbor)</name>
      <t>DNS messages are represented as CBOR arrays to minimize overhead.
All CBOR items used in this specification are of definite length.
CBOR arrays that do not follow the length definitions of this or of follow-up specifications, <bcp14>MUST</bcp14> be silently ignored.
CBOR arrays that exceed the message size provided by the transport, <bcp14>MUST</bcp14> be silently ignored.
It is assumed that DNS query and DNS response are distinguished message types and that the query can be mapped to the response by the transfer protocol of choice.
To define the representation of binary objects we use the Concise Data Definition Language (CDDL) <xref target="RFC8610"/>.
For examples, we use the CBOR Extended Diagnostic Notation <xref target="I-D.ietf-cbor-edn-literals"/>.</t>
      <figure anchor="fig_dns-msg">
        <name>This document defines both DNS Queries and Responses in CDDL</name>
        <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
dns-message = dns-query / dns-response
]]></sourcecode>
      </figure>
      <t>If, for any reason, a DNS message cannot be represented in the CBOR format specified in this document, or if unreasonable overehead is introduced, a fallback to another DNS message format, e.g., the classic DNS format specified in <xref target="RFC1035"/>, <bcp14>MUST</bcp14> always be possible.</t>
      <section anchor="sec_domain-names">
        <name>Domain Name Representation</name>
        <t>Domain names are represented by a sequence of one or more (unicode) text strings.
For instance, "example.org" would be represented as <tt>"example","org"</tt> in CBOR diagnostic notation.
The root domain "." is represented as an empty string <tt>""</tt>.
The absence of any label or tag TBDt (see <xref target="sec_name-compression"/> below) means the name is elided.
For the purpose of this document, domain names remain case-insensitive as specified in <xref target="RFC1035"/>.</t>
        <t>The representation of a domain name is defined in <xref target="fig_domain-name"/>.</t>
        <t>This sequence of text strings is supposed to be embedded into a surrounding array, usually the query
or resource record.</t>
        <section anchor="sec_name-compression">
          <name>Name Compression</name>
          <figure anchor="fig_domain-name">
            <name>Domain Name Definition</name>
            <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
domain-name = (
  * label,
  ? ( #6.TBDt(uint) / label ),
)
label = tstr
]]></sourcecode>
          </figure>
          <t>Names are compressed by pointing to existing labels in the message.
CBOR objects are typically decoded depth-first.
Whenever we encounter a label we take the value of a counter <em>c</em> as the position of that label.
The counter <em>c</em> is then increased.</t>
          <t>A tag TBDt may follow any sequence of labels, even an empty sequence.
This tag TBDt encapsulates an unsigned integer <em>i</em> which points to a label at position <em>i</em>.
<em>i</em> <bcp14>MUST</bcp14> be smaller than <em>c</em>.
A name then is decoded as any label that then preceded tag TBDt(<em>i</em>) and all labels including and following at position <em>i</em> are appended.
This includes any further occurrence of tag TBDt after the referenced label sequence, though the decoding stops after this tag was recursively decoded.</t>
          <t>For instance, the name "www.example.org" can be encountered twice in the example in
<xref target="fig_name-compression-example"/> (notated in CBOR Extended Diagnostic Notation, see <xref target="I-D.ietf-cbor-edn-literals"/>).</t>
          <figure anchor="fig_name-compression-example">
            <name>Example for name compression.</name>
            <sourcecode type="cbor-diag"><![CDATA[
[
  # AAAA (28, elided) question for "example.org"
  [ "example" / c == 0 /, "org" / c == 1 / ],
  # Answer section:
  [
    # "example.org" (elided) CNAME (5) is "www.example.org"
    [ 5, "www" / c == 2 /, TBDt(0) / references c == 0 / ],
    # "www.example.org" AAAA (28, elided) is 2001:db8::1
    [
      TBDt(2) / references c == 2 /,
      h'20010db8000000000000000000000001'
    ]
  ]
]
]]></sourcecode>
          </figure>
          <!--
For name compression, a tag TBDt encapsulating an unsigned integer _i_ can be appended to the sequence of text strings.
To extend the name suffix, the unsigned integer _i_ points to the _i_-th text string (counted depth first) in the overall DNS message.
That string and all text strings or another tag TBDt following the string at the _i_-th position are appended to the name sequence.
If another tag TBDt is encountered, it is resolved in the same way.
Strings following a tag TBDt MUST NOT be appended to the name sequence.
To prevent circular references, this DNS name suffix extension algorithm should error whenever a string position is encountered more than once during the extension of a name.
Likewise, the algorithm should error whenever the _i_ is greater than the position of the previous seen string from this occurrence of tag TBDt.
Only backward referencing is allowed for tag TBDt.
Decompression stops when any other type than a text string or any other tag than tag TBDt are
encountered.
-->

<t>The pseudo-code for this DNS name suffix extension algorithm can be seen in <xref target="fig_decode-name"/>.</t>
          <figure anchor="fig_decode-name">
            <name>Name Suffix Extension Algorithm</name>
            <artwork><![CDATA[
function decode_name(obj: cbor_obj, cbor_ptr: cbor_major_type): list
{
  name: list = []
  visited: set = {}
  while (typeof(cbor_ptr) in {tstr, tag}):
    if typeof(cbor_ptr) == tag:
      if cbor_ptr.tag != TBDt:
        break
      i: uint = cbor_ptr.value
      if i-th text string after (depth first) cbor_ptr:
        return ERROR("Forward reference not allowed")
      cbor_ptr =
        jump to i-th text string (depth first) in obj
      if cbor_ptr in visited:
        return ERROR("Circular reference")
    # cbor_ptr should be of type tstr at this point
    name.append(cbor_ptr)
    visited.add(cbor_ptr)
  return name
}
]]></artwork>
          </figure>
          <t>The tag TBDt is included in the definition in <xref target="fig_domain-name"/>.</t>
        </section>
      </section>
      <section anchor="sec_rr">
        <name>DNS Resource Records</name>
        <t>This document specifies the representation of both standard DNS resource records (RRs, see <xref target="RFC1035"/>)
and EDNS option pseudo-RRs (see <xref target="RFC6891"/>.<cref anchor="_1" source="mlenders">Also add capability to summarize Resource Record Sets to one array, e.g. <tt>["example","org",3600,1,[b'c0002563', h'c00021ab']]</tt>?</cref>
If for any reason, a resource record cannot be represented in the given formats, they can be
represented in their binary wire-format form as a byte string.</t>
        <t>Further special records, e.g., TSIG can be defined in follow-up specifications and are out of scope
of this document.</t>
        <t>The representation of a DNS resource records is defined in <xref target="fig_dns-rr"/>.</t>
        <figure anchor="fig_dns-rr">
          <name>DNS Resource Record Definition</name>
          <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
dns-rr = rr / #6.141(opt-rr) / bstr
]]></sourcecode>
        </figure>
        <section anchor="standard-rrs">
          <name>Standard RRs</name>
          <t>Standard DNS resource records are encoded as CBOR arrays containing 2 or more entries in the following order:</t>
          <ol spacing="normal" type="1"><li>
              <t>An optional name (as text string, see <xref target="sec_domain-names"/>),</t>
            </li>
            <li>
              <t>A TTL (as unsigned integer),</t>
            </li>
            <li>
              <t>An optional record type (as unsigned integer),</t>
            </li>
            <li>
              <t>An optional record class (as unsigned integer), and lastly</t>
            </li>
            <li>
              <t>A record data entry (as byte string, domain name, or array for dedicated record data representation).</t>
            </li>
          </ol>
          <t>If the first item of the resource record is a text string, it is the first label of a domain name (see <xref target="sec_domain-names"/>).
If the name is elided, the name is derived from the question section of the message.
For responses, the question section is either taken from the query (see <xref target="sec_queries"/>) or provided with the response see <xref target="sec_responses"/>.
The query may be derived from the context of the transfer protocol.</t>
          <t>If the record type is elided, the record type from the question is assumed.
If record class is elided, the record class from the question is assumed.
When a record class is required to be expressed, the record type <bcp14>MUST</bcp14> also be provided.</t>
          <t>The byte string format of the record data as a byte string follows the classic DNS format as specified in Section 3.3 <xref target="RFC1035"/> (or other specifications of the respective record type).
Note that the CBOR format does not include the RDLENGTH field from the classic format as this value is encoded in the length field of the CBOR header of the byte string.</t>
          <t>If the record data represents a domain name (e.g., for CNAME or PTR records), the record data <bcp14>MAY</bcp14> be represented as domain name as specified in <xref target="sec_domain-names"/>.
This can save 1 byte of data, as the zero byte at the end of the name is not necessary with the CBOR format.
Only 1 byte is required to define type and length of each text string representing a label up until a string length of 23 characters, amortizing to the same remaining length as in the name representation in the classic format.
This way of representing the record data also means that name compression (see <xref target="sec_name-compression"/>) can also be used on it.</t>
          <t>Depending on the record type, the record data may also be expressed as an array.
Some initial array types are specified below.
Future specifications can extend the definition for <tt>$rdata-array</tt> in <xref target="fig_dns-standard-rr"/>.
These extensions mainly serve to expose names to name compression (see <xref target="sec_name-compression"/>).
There is an argument to be made for CBOR-structured formats of other record data representations (e.g. DNSKEY or RRSIG), but structuring such records as an array usually adds more overhead than just transferring the byte representation.
As such, structured record data that do not contain names are always to be represented as a byte string.</t>
          <figure anchor="fig_dns-standard-rr">
            <name>DNS Standard Resource Record Definition</name>
            <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
max-uint8 = 0..255
max-uint16 = 0..65535
max-uint32 = 0..4294967295
ttl = max-uint32
rr = [
  ? domain-name,
  ttl: ttl,
  type-spec-rdata,
]
type-spec-rdata = (
  ? type-spec,
  rdata: bstr // ( domain-name ),
)
type-spec-rdata //= ( $$structured-ts-rd )
type-spec = (
  record-type: max-uint16,
  ? record-class: max-uint16,
)
]]></sourcecode>
          </figure>
          <section anchor="soa-record-data">
            <name>SOA Record Data</name>
            <t>The record data of RRs with <tt>record-type</tt> = 6 (SOA) <bcp14>MAY</bcp14> be expressed as an array with at least 7 entries representing the 7 parts of the SOA resource record defined in <xref target="RFC1035"/> in the following order:</t>
            <ul spacing="normal">
              <li>
                <t>MNAME as a domain name (see <xref target="sec_domain-names"/>),</t>
              </li>
              <li>
                <t>SERIAL as an unsigned integer,</t>
              </li>
              <li>
                <t>REFRESH as an unsigned integer,</t>
              </li>
              <li>
                <t>RETRY as an unsigned integer,</t>
              </li>
              <li>
                <t>EXPIRE as an unsigned integer,</t>
              </li>
              <li>
                <t>MINIMUM as an unsigned integer, and</t>
              </li>
              <li>
                <t>RNAME as a domain name (see <xref target="sec_domain-names"/>).</t>
              </li>
            </ul>
            <t>MNAME and RNAME are put to the beginning and end of the array, respectively, to keep their labels apart.</t>
            <t>The definition for MX record data can be seen in <xref target="fig_dns-rdata-soa"/>.</t>
            <figure anchor="fig_dns-rdata-soa">
              <name>SOA Resource Record Data Definition</name>
              <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
$$structured-ts-rd //= (
  6,    ; record-type = SOA
  ? 1,  ; record-class = IN
  soa,
)

soa = [
  domain-name,  ; mname
  serial: max-uint32,
  refresh: max-uint32,
  retry: max-uint32,
  expire: max-uint32,
  minimum: max-uint32,
  domain-name,  ; rname
]
]]></sourcecode>
            </figure>
          </section>
          <section anchor="mx-record-data">
            <name>MX Record Data</name>
            <t>The record data of RRs with <tt>record-type</tt> = 15 (MX) <bcp14>MAY</bcp14> be expressed as an array with at least 2 entries representing the 2 parts of the MX resource record defined in <xref target="RFC1035"/> in the following order:</t>
            <ul spacing="normal">
              <li>
                <t>PREFERENCE as an unsigned integer and</t>
              </li>
              <li>
                <t>EXCHANGE as a domain name (see <xref target="sec_domain-names"/>).</t>
              </li>
            </ul>
            <t>The definition for MX record data can be seen in <xref target="fig_dns-rdata-mx"/>.</t>
            <figure anchor="fig_dns-rdata-mx">
              <name>MX Resource Record Data Definition</name>
              <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
$$structured-ts-rd //= (
  15,   ; record-type = MX
  ? 1,  ; record-class = IN
  mx,
)

mx = [
  preference: max-uint16,
  domain-name,  ; exchange
]
]]></sourcecode>
            </figure>
          </section>
          <section anchor="srv-record-data">
            <name>SRV Record Data</name>
            <t>The record data of RRs with <tt>record-type</tt> = 33 (SRV) <bcp14>MAY</bcp14> be expressed as an array with at least 3 entries representing the parts of the SRV resource record defined in <xref target="RFC2782"/> in the following order:</t>
            <ul spacing="normal">
              <li>
                <t>Priority as an unsigned integer,</t>
              </li>
              <li>
                <t>an optional Weight as an unsigned integer,</t>
              </li>
              <li>
                <t>Port as an unsigned integer,</t>
              </li>
              <li>
                <t>Target as a domain name (see <xref target="sec_domain-names"/>).</t>
              </li>
            </ul>
            <t>If the weight is present or not can be determined by the number of unsigned integers before Target.
2 unsigned integers before the Target mean the weight was elided and defaults to 0.
3 unsigned integers before the Target mean the weight is in the second position of the record data array.
The default of 0 was picked, as this is the value domain administrators should pick when there is no server selection to do <xref target="RFC2782"/>.</t>
            <t>The definition for SRV record data can be seen in <xref target="fig_dns-rdata-srv"/>.</t>
            <figure anchor="fig_dns-rdata-srv">
              <name>SRV Resource Record Data Definition</name>
              <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
$$structured-ts-rd //= (
  33,   ; record-type = SRV
  ? 1,  ; record-class = IN
  srv,
)

srv = [
  priority: max-uint16,
  ? weight: max-uint16 .default 0,
  port: max-uint16,
  domain-name,  ; target
]
]]></sourcecode>
            </figure>
          </section>
          <section anchor="svcb-and-https-record-data">
            <name>SVCB and HTTPS Record Data</name>
            <t>The record data of RRs with <tt>record-type</tt> = 64 (SVCB) and <tt>record-type</tt> = 65 (HTTPS) <bcp14>MAY</bcp14> be expressed as an array with at least 3 entries representing the 3 parts of the SVCB/HTTPS resource record defined in <xref target="RFC9460"/> in the following order:</t>
            <ul spacing="normal">
              <li>
                <t>An optional SvcPriority as an unsigned integer,</t>
              </li>
              <li>
                <t>An optional TargetName as a domain name (see <xref target="sec_domain-names"/>), and</t>
              </li>
              <li>
                <t>SvcParams as an array of alternating pairs of SvcParamKey (as unsigned integer) and SvcParamValue
(as byte string).</t>
              </li>
            </ul>
            <t>If the SvcPriority is present can be determined by checking if the record data array starts with an unsigned integer or not.
If the array does not start with an unsigned integer, the SvcPriority is elided and defaults to 0, i.e., the record is in AliasMode (see <xref section="2.4.2" sectionFormat="of" target="RFC9460"/>).
If the array starts with a unsigned integer, it is the SvcPriority.</t>
            <t>If the TargetName is present can be determined by checkinf if the record data array has a text string after the SvcPriority, i.e., if the SvcPriority is elided the array would start with a text string or tag TBDt.
If there is no text string or tag TBDt after the SvcPriority, the TargetName is elided and defaults to the sequence of text strings <tt>""</tt> (i.e. the root domain "." in the common name representation defined in <xref section="2.3.1" sectionFormat="of" target="RFC1035"/>, see <xref target="sec_domain-names"/>), see <xref section="2.5" sectionFormat="of" target="RFC9460"/>.
If there is a text string or tag TBDt after the SvcPriority, the TargetName is not elided and in the domain name form specified in <xref target="sec_domain-names"/>.</t>
            <t>The definition for SVCB and HTTPS record data can be seen in <xref target="fig_dns-rdata-svcb"/>.</t>
            <figure anchor="fig_dns-rdata-svcb">
              <name>SVCB and HTTPS Resource Record Data Definition</name>
              <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
$$structured-ts-rd //= (
  64 / 65,  ; record-type = SVCB or HTTPS
  ? 1,      ; record-class = IN
  svcb,
)

svcb = [
  ? svc-priority: max-uint16 .default 0,
  ? domain-name,  ; target name
  svc-params: [ *svc-param-pair ],
]

svc-param-pair = (
  svc-param-key: max-uint16,
  svc-param-value: bstr,
)
]]></sourcecode>
            </figure>
            <t>The SvcParams are provided as an array rather than a map, as their order needs to be preserved <xref target="RFC9460"/> which can not be guaranteed for maps.</t>
          </section>
        </section>
        <section anchor="sec_edns">
          <name>EDNS OPT Pseudo-RRs</name>
          <t>EDNS OPT Pseudo-RRs are represented as a CBOR array.
To distinguish them from normal standard RRs, they are marked with tag TBD141.</t>
          <t>Name and record type can be elided as they are always "." and OPT (41), respectively <xref target="RFC6891"/>.</t>
          <t>The UDP payload size may be the first element as an unsigned integer in the array.
It <bcp14>MUST</bcp14> be elided if its value is the default value of 512, the maximum allowable size for unextended DNS over UDP (see Sections <xref target="RFC1035" section="2.3.4" sectionFormat="bare"/> and <xref target="RFC1035" section="4.2.1" sectionFormat="bare"/> of <xref target="RFC1035"/>).</t>
          <t>The next element is a map of the options, with the option code (unsigned integer) as key and the option data (byte string) as value.</t>
          <t>After that, up to three unsigned integers are following.
The first being the extended flags as unsigned integer (implied to be 0 if elided),
the second the extended RCODE as an unsigned integer (implied to be 0 if elided), and
the third the EDNS version (implied to be 0 if elided).
They are dependent on each of their previous elements.
If the EDNS version is not elided, both extended flags and extended RCODE <bcp14>MUST</bcp14> not be elided.
If the RCODE is not elided the extended flags <bcp14>MUST</bcp14> not be elided.</t>
          <t>Note that future EDNS versions may require a different format than the one described above.</t>
          <figure anchor="fig_dns-opt-rr">
            <name>DNS OPT Resource Record Definition</name>
            <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
opt-rr = [
  ? udp-payload-size: max-uint16 .default 512,
  options: {* ocode => odata },
  ? opt-rcode-v-flags,
]
ocode = max-uint16
odata = bstr
opt-rcode-v-flags = (
  flags: max-uint16 .default 0,
  ? opt-rcode-v,
)
rcode = 0..4095
opt-rcode-v = (
  rcode: rcode .default 0,
  ? version: max-uint8 .default 0,
)
]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="sec_queries">
        <name>DNS Queries</name>
        <t>DNS queries are encoded as CBOR arrays containing up to 6 entries in the following order:</t>
        <ol spacing="normal" type="1"><li>
            <t>An optional boolean field,</t>
          </li>
          <li>
            <t>An optional flag field (as unsigned integer),</t>
          </li>
          <li>
            <t>The question section (as array),</t>
          </li>
          <li>
            <t>An optional answer section (as array),</t>
          </li>
          <li>
            <t>An optional authority section (as array), and</t>
          </li>
          <li>
            <t>An optional additional section (as array)</t>
          </li>
        </ol>
        <t>If the first item is a boolean and when true, it tells the responding resolver that it <bcp14>MUST</bcp14> include the question section in its response. If that boolean is not present, it is assumed to be false.</t>
        <t>If the first item of the query is an array, it is the question section, if it is an unsigned integer, it is as flag field and maps to the header flags in <xref target="RFC1035"/> and the "DNS Header Flags" IANA registry including the QR flag and the Opcode.</t>
        <t>If the flags are elided, the value 0 is assumed.</t>
        <t>This specification assumes that the DNS messages are sent over a transfer protocol that can map the queries to their responses, e.g., DNS over HTTPS <xref target="RFC8484"/> or DNS over CoAP <xref target="I-D.ietf-core-dns-over-coap"/>.
As a consequence, the DNS transaction ID is always elided and the value 0 is assumed.</t>
        <t>A question record within the question section is encoded as a CBOR array containing the following entries:</t>
        <ol spacing="normal" type="1"><li>
            <t>The queried name (as domain name, see <xref target="sec_domain-names"/>) which <bcp14>MUST</bcp14> not be elided,</t>
          </li>
          <li>
            <t>An optional record type (as unsigned integer), and</t>
          </li>
          <li>
            <t>An optional record class (as unsigned integer)</t>
          </li>
        </ol>
        <t>If the record type is elided, record type <tt>AAAA</tt> as specified in <xref target="RFC3596"/> is assumed.
If the record class is elided, record class <tt>IN</tt> as specified in <xref target="RFC1035"/> is assumed.
When a record class is required, the record type <bcp14>MUST</bcp14> also be provided.</t>
        <t>There usually is only one question record <xref target="RFC9619"/>, which is why the question section is a flat array and not nested like the other sections.
This serves to safe overhead from the additional CBOR array header.
In the rare cases when there is more than one question record in the question section, the next question just follows.
In this case, for every question but the last, the record type <bcp14>MUST</bcp14> be included, i.e., it is not optional.
This way it is ensured that the parser can distinguish each question by looking up the name first.</t>
        <t>The remainder of the query is either empty or <bcp14>MUST</bcp14> consist of up to three extra arrays.</t>
        <t>If one extra array is in the query, it encodes the additional section of the query as an array of DNS resource records (see <xref target="sec_rr"/>).
If two extra arrays are in the query, they encode, in that order, the authority and additional sections of the query each as an array of DNS resource records (see <xref target="sec_rr"/>).
If three extra arrays are in the query, they encode, in that order, the answer section, the authority, and additional sections of the query each as an array of DNS resource records (see <xref target="sec_rr"/>).</t>
        <t>As such, the highest precedence in elision is given to the answer section, as it only occurs with mDNS to signify Known Answers <xref target="RFC6762"/>.
The lowest precedence is given to the additional section, as it may contain EDNS OPT Pseudo-RRs, which are common in queries (see <xref target="sec_edns"/>).</t>
        <t>The representation of a DNS query is defined in <xref target="fig_dns-query"/>.</t>
        <figure anchor="fig_dns-query">
          <name>DNS Query Definition</name>
          <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
dns-query = [
  ? incl-question: bool .default false,
  ? flags: max-uint16 .default 0x0000,
  question-section,
  ? query-extra-sections,
]
question-section = [
  * full-question,
  ? last-question,
]
full-question = (
  domain-name,
  type-spec,
)
last-question = (
  domain-name,
  ? type-spec,
)
query-extra-sections = (
  ? answer-section,
  extra-sections,
)
answer-section = [+ dns-rr]
extra-sections = (
  ? authority: [+ dns-rr],
  additional: [+ dns-rr],
)
]]></sourcecode>
        </figure>
      </section>
      <section anchor="sec_responses">
        <name>DNS Responses</name>
        <t>A DNS response is encoded as a CBOR array containing up to 5 entries.</t>
        <ol spacing="normal" type="1"><li>
            <t>An optional flag field (as unsigned integer),</t>
          </li>
          <li>
            <t>An optional question section (as array, encoded as described in <xref target="sec_queries"/>)</t>
          </li>
          <li>
            <t>The answer section (as array),</t>
          </li>
          <li>
            <t>An optional authority section (as array), and</t>
          </li>
          <li>
            <t>An optional additional section (as array)</t>
          </li>
        </ol>
        <t>As for queries, the DNS transaction ID is elided and implied to be 0.</t>
        <t>If the CBOR array is a response to a query for which the flags indicate that flags are set in the
response, they <bcp14>MUST</bcp14> be set accordingly and thus included in the response.
If the flags are not included, the flags are implied to be 0x8000 (everything unset except for the
QR flag).</t>
        <t>If the response includes only one array, then the DNS answer section represents an
array of one or more DNS Resource Records (see <xref target="sec_rr"/>).</t>
        <t>If the response includes more than 2 arrays, the first entry may be the question section, identified
by not being an array of arrays. If it is present, it is followed by the answer section. The
question section is encoded as specified in <xref target="sec_queries"/>.</t>
        <t>If the answer section is followed by one extra array, this array is the additional section.
Like the answer section, the additional section is represented as an array of one or more DNS Resource Records (see <xref target="sec_rr"/>).</t>
        <t>If the answer section is followed by two extra arrays, the first is the authority section, and the second is the additional section.
The authority section is also represented as an array of one or more DNS Resource Records (see
<xref target="sec_rr"/>).</t>
        <t>The authority section is given precedence in elision over the additional section, as due to EDNS options or, e.g., CNAME answers that also provide the A/AAAA records. The additional section tends to show up more often than the authority section.</t>
        <figure anchor="fig_dns-response">
          <name>DNS Response Definition</name>
          <sourcecode type="cddl" name="dns-cbor.cddl"><![CDATA[
dns-response = [
  ? flags: max-uint16 .default 0x8000,
  ? question-section,
  answer-section,
  ? extra-sections,
]
]]></sourcecode>
        </figure>
      </section>
    </section>
    <section anchor="further-compression-with-cbor-packed">
      <name>Further Compression with CBOR-packed</name>
      <t>If both DNS server and client support CBOR-packed <xref target="I-D.ietf-cbor-packed"/>, it <bcp14>MAY</bcp14> be used for further
compression in DNS responses.
Especially IPv6 addresses, e.g., in AAAA resource records can benefit from straight referencing to
compress common address prefixes.</t>
      <section anchor="media-type-negotiation">
        <name>Media Type Negotiation</name>
        <t>A DNS client uses the media type "application/dns+cbor;packed=1" to negotiate (see, e.g.,
<xref target="RFC9110"/> or <xref target="RFC7252"/>, Section 5.5.4) with the DNS server whether the server supports packed
CBOR.
If it does, it <bcp14>MAY</bcp14> request the response to be in CBOR-packed (media type
"application/dns+cbor;packed=1").
The server then <bcp14>SHOULD</bcp14> reply with the response in CBOR-packed, which it also signals with media type
"application/dns+cbor;packed=1".</t>
      </section>
      <section anchor="dns-representation-in-cbor-packed">
        <name>DNS Representation in CBOR-packed</name>
        <t>The representation of DNS responses in CBOR-packed has the same semantics as for tag TBD113
(<xref target="I-D.ietf-cbor-packed"/>, Section 3.1) with the rump being the compressed response.
The difference to <xref target="I-D.ietf-cbor-packed"/> is that tag TBD113 is <bcp14>OPTIONAL</bcp14>.</t>
        <t>Packed compression of queries is not specified, as apart from EDNS(0) (see <xref target="sec_edns"/>), they only
consist of one question most of the time, i.e., there is close to no redundancy.</t>
      </section>
      <section anchor="sec_pack-compression">
        <name>Compression</name>
        <t>The method of the compressor to construct the packing table, i.e., how the compression is applied, is out of scope of this document. Several potential compression algorithms were evaluated in [TBD].</t>
        <!--
Discussion TBD:

- For queries, as they are only one question, i.e. at most one value of each at most,
  compression is not necessary.
- Address and name compression are mostly about affix compression
  (i.e. straight/inverse referencing)<br>
  ==> For occasions where value is the affix (e.g., "example.org" in ANY example in
  {{sec:response-examples}}) use shared item referencing to argument table to safe bytes (no extra
  shared item table, no, e.g., 216(""), just simple(0))
  - **Example:** Using Basic CBOR-packed ({{I-D.ietf-cbor-packed}}, section 3.1):
    - 130 bytes (Basic CBOR-packed)
    - 200 bytes (plain CBOR, see {{sec:response-examples}})
    - 194 bytes (classic DNS format)

    >     113(
    >       [
    >         ["_coap._udp.local", "example.org", 3600, 28],
    >         [h'20010db800000000000000000000', simple(1)],
    >         [
    >           [simple(1), 12, 1],
    >           [[simple(1), simple(0)]],
    >           [
    >             [simple(1), 2, 217("ns1.")],
    >             [simple(1), 2, 217("ns2.")]
    >           ],
    >           [
    >             [simple(0), simple(1), simple(3), 6(h'0001')],
    >             [simple(0), simple(1), simple(3), 6(h'0002')],
    >             [217("ns1."), simple(1), simple(3), 6(h'0035')],
    >             [217("ns2."), simple(1), simple(3), 6(h'3535')]
    >           ]
    >         ]
    >       ]
    >     )

    vs. application/dns+cbor;packed=1 (shared and argument table as one) 126&nbsp;bytes:

    >     [
    >       [
    >         h'20010db800000000000000000000',
    >         "_coap._udp.local", "example.org", 3600, 28
    >       ],
    >       [
    >         [simple(2), 12, 1],
    >         [[simple(3), simple(1)]],
    >         [
    >           [simple(2), 2, 218("ns1.")],
    >           [simple(2), 2, 218("ns2.")]
    >         ],
    >         [
    >           [simple(1), simple(3), simple(4), 6(h'0001')],
    >           [simple(1), simple(3), simple(4), 6(h'0002')],
    >           [218("ns1."), simple(3), simple(4), 6(h'0035')],
    >           [218("ns2."), simple(3), simple(4), 6(h'3535')]
    >         ]
    >       ]
    >     ] -->

</section>
    </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".
<?line -20?>
      </t>
      <section anchor="python-decoderencoder">
        <name>Python decoder/encoder</name>
        <t>The authors of this document provide a <eref target="https://github.com/netd-tud/cbor4dns">decoder/encoder
implementation</eref> of both the unpacked and packed format
specified in this document in Python.</t>
        <dl>
          <dt>Level of maturity:</dt>
          <dd>
            <t>prototype</t>
          </dd>
          <dt>Version compatibility:</dt>
          <dd>
            <t>draft-lenders-dns-cbor-08</t>
          </dd>
          <dt>License:</dt>
          <dd>
            <t>MIT</t>
          </dd>
          <dt>Contact information:</dt>
          <dd>
            <t><tt>Martine Lenders &lt;martine.lenders@tu-dresden.de&gt;</tt></t>
          </dd>
          <dt>Last update of this information:</dt>
          <dd>
            <t>July 2024</t>
          </dd>
        </dl>
      </section>
      <section anchor="embedded-decoderencoder">
        <name>Embedded decoder/encoder</name>
        <t>The authors of this document provide a <eref target="https://github.com/RIOT-OS/RIOT/pull/19989">decoder/encoder
implementation</eref> of the unpacked format specified in this
document for the RIOT operating system. It can only encode queries and decode responses.</t>
        <dl>
          <dt>Level of maturity:</dt>
          <dd>
            <t>prototype</t>
          </dd>
          <dt>Version compatibility:</dt>
          <dd>
            <t>draft-lenders-dns-cbor-05</t>
          </dd>
          <dt>License:</dt>
          <dd>
            <t>MIT</t>
          </dd>
          <dt>Contact information:</dt>
          <dd>
            <t><tt>Martine Lenders &lt;martine.lenders@tu-dresden.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>TODO Security</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="media-type">
        <name>Media Type Registration</name>
        <t>This document registers a media type for the serialization format of DNS messages in CBOR. It
follows the procedures specified in <xref target="RFC6838"/>.</t>
        <section anchor="applicationdnscbor">
          <name>"application/dns+cbor"</name>
          <t>Type name: application</t>
          <t>Subtype name: dns+cbor</t>
          <t>Required parameters: None</t>
          <t>Optional parameters: packed</t>
          <t>Encoding considerations: Must be encoded as using <xref target="RFC8949"/>. See [TBD-this-spec] for details.</t>
          <t>Security considerations: See <xref target="security-considerations"/> of this draft</t>
          <t>Interoperability considerations: TBD</t>
          <t>Published specification: [TBD-this-spec]</t>
          <t>Applications that use this media type: TBD DNS over X systems</t>
          <t>Fragment Identifier Considerations: TBD</t>
          <t>Additional information:</t>
          <t>   Deprecated alias names for this type: N/A</t>
          <t>   Magic number(s): N/A</t>
          <t>   File extension(s): dnsc</t>
          <t>   Macintosh file type code(s): none</t>
          <t>Person &amp; email address to contact for further information:
   Martine S. Lenders <eref target="mailto:m.lenders@fu-berlin.de">m.lenders@fu-berlin.de</eref></t>
          <t>Intended usage: COMMON</t>
          <t>Restrictions on Usage: None?</t>
          <t>Author: Martine S. Lenders <eref target="mailto:m.lenders@fu-berlin.de">m.lenders@fu-berlin.de</eref></t>
          <t>Change controller: Martine S. Lenders <eref target="mailto:m.lenders@fu-berlin.de">m.lenders@fu-berlin.de</eref></t>
          <t>Provisional registrations? No</t>
        </section>
      </section>
      <section anchor="coap-content-format-registration">
        <name>CoAP Content-Format Registration</name>
        <t>IANA is requested to assign CoAP Content-Format ID for the new DNS message media
types in the "CoAP Content-Formats"
sub-registry, within the "CoRE Parameters" registry <xref target="RFC7252"/>, corresponding the
"application/dns+cbor" media type specified in <xref target="media-type"/>:</t>
        <section anchor="cf-app-d-c">
          <name>"application/dns+cbor"</name>
          <t>Media-Type: application/dns+cbor</t>
          <t>Encoding: -</t>
          <t>Id: TBD</t>
          <t>Reference: [TBD-this-spec]</t>
        </section>
        <section anchor="applicationdnscborpacked1">
          <name>"application/dns+cbor;packed=1"</name>
          <t>Media-Type: application/dns+cbor;packed=1</t>
          <t>Encoding: -</t>
          <t>Id: TBD</t>
          <t>Reference: [TBD-this-spec]</t>
        </section>
      </section>
      <section anchor="cbor-tags-registry">
        <name>CBOR Tags Registry</name>
        <t>In the registry "<xref section="CBOR Tags" relative="#cbor-tags" sectionFormat="bare" target="IANA.cbor-tags"/>" <xref target="IANA.cbor-tags"/>,
IANA is requested to allocate the tags defined in <xref target="tab-tag-values"/>.</t>
        <table anchor="tab-tag-values">
          <name>Values for Tag Numbers</name>
          <thead>
            <tr>
              <th align="right">Tag</th>
              <th align="left">Data Item</th>
              <th align="left">Semantics</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">TBDt</td>
              <td align="left">unsigned integer</td>
              <td align="left">DNS name suffix extension</td>
              <td align="left">draft-lenders-dns-cbor</td>
            </tr>
            <tr>
              <td align="right">TBD141</td>
              <td align="left">array</td>
              <td align="left">CBOR EDNS option record</td>
              <td align="left">draft-lenders-dns-cbor</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-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="RFC3596">
          <front>
            <title>DNS Extensions to Support IP Version 6</title>
            <author fullname="S. Thomson" initials="S." surname="Thomson"/>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="V. Ksinant" initials="V." surname="Ksinant"/>
            <author fullname="M. Souissi" initials="M." surname="Souissi"/>
            <date month="October" year="2003"/>
            <abstract>
              <t>This document defines the changes that need to be made to the Domain Name System (DNS) to support hosts running IP version 6 (IPv6). The changes include a resource record type to store an IPv6 address, a domain to support lookups based on an IPv6 address, and updated definitions of existing query types that return Internet addresses as part of additional section processing. The extensions are designed to be compatible with existing applications and, in particular, DNS implementations themselves. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="88"/>
          <seriesInfo name="RFC" value="3596"/>
          <seriesInfo name="DOI" value="10.17487/RFC3596"/>
        </reference>
        <reference anchor="RFC6891">
          <front>
            <title>Extension Mechanisms for DNS (EDNS(0))</title>
            <author fullname="J. Damas" initials="J." surname="Damas"/>
            <author fullname="M. Graff" initials="M." surname="Graff"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>The Domain Name System's wire protocol includes a number of fixed fields whose range has been or soon will be exhausted and does not allow requestors to advertise their capabilities to responders. This document describes backward-compatible mechanisms for allowing the protocol to grow.</t>
              <t>This document updates the Extension Mechanisms for DNS (EDNS(0)) specification (and obsoletes RFC 2671) based on feedback from deployment experience in several implementations. It also obsoletes RFC 2673 ("Binary Labels in the Domain Name System") and adds considerations on the use of extended labels in the DNS.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="75"/>
          <seriesInfo name="RFC" value="6891"/>
          <seriesInfo name="DOI" value="10.17487/RFC6891"/>
        </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="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="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="RFC9460">
          <front>
            <title>Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <author fullname="M. Bishop" initials="M." surname="Bishop"/>
            <author fullname="E. Nygren" initials="E." surname="Nygren"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the "SVCB" ("Service Binding") and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration), and are extensible to support future uses (such as keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics"). By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9460"/>
          <seriesInfo name="DOI" value="10.17487/RFC9460"/>
        </reference>
        <reference anchor="I-D.ietf-cbor-packed">
          <front>
            <title>Packed CBOR</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Mikolai Gütschow" initials="M." surname="Gütschow">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <date day="1" month="September" year="2024"/>
            <abstract>
              <t>   The Concise Binary Object Representation (CBOR, RFC 8949 == STD 94)
   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.

   CBOR does not provide any forms of data compression.  CBOR data
   items, in particular when generated from legacy data models, often
   allow considerable gains in compactness when applying data
   compression.  While traditional data compression techniques such as
   DEFLATE (RFC 1951) can work well for CBOR encoded data items, their
   disadvantage is that the recipient needs to decompress the compressed
   form to make use of the data.

   This specification describes Packed CBOR, a simple transformation of
   a CBOR data item into another CBOR data item that is almost as easy
   to consume as the original CBOR data item.  A separate decompression
   step is therefore often not required at the recipient.


   // The present version (-13) is a refresh of the implementation draft
   // -12 with minor editorial improvements.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-packed-13"/>
        </reference>
        <reference anchor="I-D.ietf-cbor-edn-literals">
          <front>
            <title>CBOR Extended Diagnostic Notation (EDN)</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="1" month="September" year="2024"/>
            <abstract>
              <t>   The Concise Binary Object Representation (CBOR) (STD 94, RFC 8949) 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.

   In addition to the binary interchange format, CBOR from the outset
   (RFC 7049) defined a text-based "diagnostic notation" in order to be
   able to converse about CBOR data items without having to resort to
   binary data.  RFC 8610 extended this into what is known as Extended
   Diagnostic Notation (EDN).

   This document consolidates the definition of EDN, sets forth a
   further step of its evolution, and is intended to serve as a single
   reference target in specifications that use EDN.

   It specifies an extension point for adding application-oriented
   extensions to the diagnostic notation.  It then defines two such
   extensions that enhance EDN with text representations of epoch-based
   date/times and of IP addresses and prefixes (RFC 9164).

   A few further additions close some gaps in usability.  The document
   modifies one extension originally specified in Appendix G.4 of RFC
   8610 to enable further increasing usability.  To facilitate tool
   interoperation, this document specifies a formal ABNF grammar, and it
   adds media types.


   // The present revision -12 reflects the branch "roll-up" in the
   // repository, an attempt to contain the entire specification of EDN
   // in this document, instead of describing updates to the existing
   // documents RFC 8949 and RFC 8610.  While the WG hasn't taken a
   // decision to follow this updated editorial approach, the feedback
   // has been sufficiently positive that the author believes it is not
   // misleading to make this revision available as the current WG
   // Internet-Draft as well.  That said, this is still a snapshot.  The
   // editorial work on the branch "roll-up" is not complete.  Content
   // will continue to move between sections.  The exact reflection of
   // this document being a replacement for both Section 8 of RFC 8949
   // and Appendix G of RFC 8610 needs to be recorded in the metadata
   // and in abstract and introduction.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-edn-literals-12"/>
        </reference>
        <reference anchor="IANA.cbor-tags" target="https://www.iana.org/assignments/cbor-tags">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags</title>
            <author>
              <organization>IANA</organization>
            </author>
          </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>
        <reference anchor="RFC2782">
          <front>
            <title>A DNS RR for specifying the location of services (DNS SRV)</title>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <author fullname="L. Esibov" initials="L." surname="Esibov"/>
            <date month="February" year="2000"/>
            <abstract>
              <t>This document describes a DNS RR which specifies the location of the server(s) for a specific protocol and domain. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2782"/>
          <seriesInfo name="DOI" value="10.17487/RFC2782"/>
        </reference>
        <reference anchor="RFC6838">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="6838"/>
          <seriesInfo name="DOI" value="10.17487/RFC6838"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC4944">
          <front>
            <title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
            <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
            <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar"/>
            <author fullname="J. Hui" initials="J." surname="Hui"/>
            <author fullname="D. Culler" initials="D." surname="Culler"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document describes the frame format for transmission of IPv6 packets and the method of forming IPv6 link-local addresses and statelessly autoconfigured addresses on IEEE 802.15.4 networks. Additional specifications include a simple header compression scheme using shared context and provisions for packet delivery in IEEE 802.15.4 meshes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4944"/>
          <seriesInfo name="DOI" value="10.17487/RFC4944"/>
        </reference>
        <reference anchor="RFC6282">
          <front>
            <title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
            <author fullname="J. Hui" initials="J." role="editor" surname="Hui"/>
            <author fullname="P. Thubert" initials="P." surname="Thubert"/>
            <date month="September" year="2011"/>
            <abstract>
              <t>This document updates RFC 4944, "Transmission of IPv6 Packets over IEEE 802.15.4 Networks". This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs). The compression format relies on shared context to allow compression of arbitrary prefixes. How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers. UDP header compression is specified within this framework. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6282"/>
          <seriesInfo name="DOI" value="10.17487/RFC6282"/>
        </reference>
        <reference anchor="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="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="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="RFC" value="8499"/>
          <seriesInfo name="DOI" value="10.17487/RFC8499"/>
        </reference>
        <reference anchor="RFC8724">
          <front>
            <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="C. Gomez" initials="C." surname="Gomez"/>
            <author fullname="D. Barthel" initials="D." surname="Barthel"/>
            <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
            <date month="April" year="2020"/>
            <abstract>
              <t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t>
              <t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t>
              <t>This document also specifies an optional fragmentation and reassembly mechanism. It can be used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the Layer 2 maximum payload size.</t>
              <t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8724"/>
          <seriesInfo name="DOI" value="10.17487/RFC8724"/>
        </reference>
        <reference anchor="RFC8824">
          <front>
            <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="R. Andreasen" initials="R." surname="Andreasen"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for Constrained Devices. SCHC uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework, and its application for IPv6/UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from IPv6 and UDP, since CoAP uses a flexible header with a variable number of options, themselves of variable length. The CoAP message format is asymmetric: the request messages have a header format different from the format in the response messages. This specification gives guidance on applying SCHC to flexible headers and how to leverage the asymmetry for more efficient compression Rules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8824"/>
          <seriesInfo name="DOI" value="10.17487/RFC8824"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC9619">
          <front>
            <title>In the DNS, QDCOUNT Is (Usually) One</title>
            <author fullname="R. Bellis" initials="R." surname="Bellis"/>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <date month="July" year="2024"/>
            <abstract>
              <t>This document updates RFC 1035 by constraining the allowed value of the QDCOUNT parameter in DNS messages with OPCODE = 0 (QUERY) to a maximum of one, and it specifies the required behavior when values that are not allowed are encountered.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9619"/>
          <seriesInfo name="DOI" value="10.17487/RFC9619"/>
        </reference>
        <reference anchor="I-D.ietf-core-dns-over-coap">
          <front>
            <title>DNS over CoAP (DoC)</title>
            <author fullname="Martine Sophie Lenders" initials="M. S." surname="Lenders">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Cenk Gündoğan" initials="C." surname="Gündoğan">
              <organization>NeuralAgent GmbH</organization>
            </author>
            <author fullname="Thomas C. Schmidt" initials="T. C." surname="Schmidt">
              <organization>HAW Hamburg</organization>
            </author>
            <author fullname="Matthias Wählisch" initials="M." surname="Wählisch">
              <organization>TUD Dresden University of Technology &amp; Barkhausen Institut</organization>
            </author>
            <date day="21" month="October" year="2024"/>
            <abstract>
              <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>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-dns-over-coap-09"/>
        </reference>
        <reference anchor="RFC6762">
          <front>
            <title>Multicast DNS</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>As networked devices become smaller, more portable, and more ubiquitous, the ability to operate with less configured infrastructure is increasingly important. In particular, the ability to look up DNS resource record data types (including, but not limited to, host names) in the absence of a conventional managed DNS server is useful.</t>
              <t>Multicast DNS (mDNS) provides the ability to perform DNS-like operations on the local link in the absence of any conventional Unicast DNS server. In addition, Multicast DNS designates a portion of the DNS namespace to be free for local use, without the need to pay any annual fee, and without the need to set up delegations or otherwise configure a conventional DNS server to answer for those names.</t>
              <t>The primary benefits of Multicast DNS names are that (i) they require little or no administration or configuration to set them up, (ii) they work when no infrastructure is present, and (iii) they work during infrastructure failures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6762"/>
          <seriesInfo name="DOI" value="10.17487/RFC6762"/>
        </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>
      </references>
    </references>
    <?line 875?>

<section anchor="examples">
      <name>Examples</name>
      <section anchor="sec_query-examples">
        <name>DNS Queries</name>
        <t>A DNS query of the record <tt>AAAA</tt> in class <tt>IN</tt> for name "example.org" is
represented in CBOR extended diagnostic notation (EDN) (see Section 8 in
<xref target="RFC8949"/> and Appendix G in <xref target="RFC8610"/>) as follows:</t>
        <sourcecode type="cbor-diag"><![CDATA[
[["example", "org"]]
]]></sourcecode>
        <t>A query of an <tt>A</tt> record for the same name is represented as</t>
        <sourcecode type="cbor-diag"><![CDATA[
[["example", "org", 1]]
]]></sourcecode>
        <t>A query of <tt>ANY</tt> record for that name is represented as</t>
        <sourcecode type="cbor-diag"><![CDATA[
[["example", "org", 255, 255]]
]]></sourcecode>
      </section>
      <section anchor="sec_response-examples">
        <name>DNS Responses</name>
        <t>The responses to the examples provided in <xref target="sec_query-examples"/> are shown
below. We use the CBOR extended diagnostic notation (EDN) (see <xref target="I-D.ietf-cbor-edn-literals"/> and Appendix G in <xref target="RFC8610"/>).</t>
        <t>To represent an <tt>AAAA</tt> record with TTL 300 seconds for the IPv6 address 2001:db8::1, a minimal
response to <tt>[["example", "org"]]</tt> could be</t>
        <sourcecode type="cbor-diag"><![CDATA[
[[[300, h'20010db8000000000000000000000001']]]
]]></sourcecode>
        <t>In this case, the name is derived from the query.</t>
        <t>If the name or the context is required, the following response would also
be valid:</t>
        <sourcecode type="cbor-diag"><![CDATA[
[[["example", "org", 300, h'20010db8000000000000000000000001']]]
]]></sourcecode>
        <t>If the query can not be mapped to the response for some reason, a response
would look like:</t>
        <sourcecode type="cbor-diag"><![CDATA[
[["example", "org"], [[300, h'20010db8000000000000000000000001']]]
]]></sourcecode>
        <t>To represent a minimal response of an <tt>A</tt> record with TTL 3600 seconds for the IPv4 address
192.0.2.1, a minimal response to <tt>[["example", "org", 1]]</tt> could be</t>
        <sourcecode type="cbor-diag"><![CDATA[
[[[300, h'c0000201']]]
]]></sourcecode>
        <t>Note that here also the 1 of record type <tt>A</tt> can be elided, as this record
type is specified in the question section.</t>
        <t>Lastly, a response to <tt>[["example", "org", 255, 255]]</tt> could be</t>
        <artwork><![CDATA[
[
  ["example", "org", 12, 1],
  [[3600, "_coap", "_udp", "local"]],
  [
    [3600, 2, "ns1", TBDt(0)],
    [3600, 2, "ns2", TBDt(0)]
  ],
  [
    [
      TBDt(2), 3600, 28,
      h'20010db8000000000000000000000001'
    ],
    [
      TBDt(2), 3600, 28,
      h'20010db8000000000000000000000002'
    ],
    [
      TBDt(5), 3600, 28,
      h'20010db8000000000000000000000035'
    ],
    [
      TBDt(6), 3600, 28,
      h'20010db8000000000000000000003535'
    ]
  ]
]
]]></artwork>
        <t>This one advertises two local CoAP servers (identified by service name <tt>_coap._udp.local</tt>) at
2001:db8::1 and 2001:db8::2 and two nameservers for the example.org domain, ns1.example.org at
2001:db8::35 and ns2.example.org at 2001.db8::3535. Each of the transmitted records has a TTL of
3600 seconds.
Note the use of name compression (see <xref target="sec_name-compression"/>) in this example.</t>
      </section>
    </section>
    <section anchor="sec_comparison-to-classic-dns">
      <name>Comparison to Classic DNS Wire Format</name>
      <t><xref target="tab-cbor-comparison"/> shows a comparison between the classic DNS wire format and the
application/dns+cbor format. Note that the worst case results typically appear only rarely in DNS.
The classic DNS format is preferred in those cases. A key for which configuration was used in which
case can be seen in <xref target="tab-cbor-comparison-key"/>. Any name label that is longer than 23 bytes adds
a name overhead of 1 byte to its CBOR type header.<cref anchor="_10" source="mlenders">TBD: Also add structured RRs?.</cref></t>
      <table anchor="tab-cbor-comparison">
        <name>Comparison of application/dns+cbor to classic DNS format.</name>
        <thead>
          <tr>
            <th align="left" rowspan="2">Item</th>
            <th align="right" rowspan="2">Classic DNS format [bytes]</th>
            <th align="center" colspan="3">application/dns+cbor [bytes]</th>
          </tr>
          <tr>
            <th align="right">best case</th>
            <th align="right">realistic worst case</th>
            <th align="right">theoretical worst case</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Header (ID &amp; Flags)</td>
            <td align="right">4</td>
            <td align="right">1</td>
            <td align="right">4</td>
            <td align="right">4</td>
          </tr>
          <tr>
            <td align="left">Count fields</td>
            <td align="right">2</td>
            <td align="right">1</td>
            <td align="right">3</td>
            <td align="right">3</td>
          </tr>
          <tr>
            <td align="left">Question section</td>
            <td align="right">6 + name len.</td>
            <td align="right">2 + name len.</td>
            <td align="right">6 + name len. + name overhead</td>
            <td align="right">9 + name len. + name overhead</td>
          </tr>
          <tr>
            <td align="left">Standard RR</td>
            <td align="right">12 + name len. + rdata len.</td>
            <td align="right">3        <br/>
 + rdata len.</td>
            <td align="right">14 + name len. + rdata len. + name overhead</td>
            <td align="right">17 + name len. + rdata len. + name overhead</td>
          </tr>
          <tr>
            <td align="left">Standard RR with name rdata</td>
            <td align="right">12 + name len. + rdata len.</td>
            <td align="right">4 + TBDt len.</td>
            <td align="right">14 + name len. + rdata len. + name overheads</td>
            <td align="right">16 + name len. + rdata len. + name overheads</td>
          </tr>
          <tr>
            <td align="left">EDNS Opt Pseudo-RR</td>
            <td align="right">11 + options</td>
            <td align="right">2 + options</td>
            <td align="right">6 + options</td>
            <td align="right">14 + options</td>
          </tr>
          <tr>
            <td align="left">EDNS Option</td>
            <td align="right">4 + value len.</td>
            <td align="right">2 + value len.</td>
            <td align="right">4 + value len.</td>
            <td align="right">6 + value len.</td>
          </tr>
        </tbody>
      </table>
      <table anchor="tab-cbor-comparison-key">
        <name>Configuration key for     <xref target="tab-cbor-comparison"/>
.</name>
        <thead>
          <tr>
            <th align="left" rowspan="2">Item</th>
            <th align="center" colspan="3">application/dns+cbor configuration</th>
          </tr>
          <tr>
            <th align="right">best case</th>
            <th align="right">realistic worst case</th>
            <th align="right">theoretical worst case</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Header (ID &amp; Flags)</td>
            <td align="right">Flags elided</td>
            <td align="right">QR, Opcode, AA, TC, or RD are set</td>
            <td align="right">QR, Opcode, AA, TC, or RD are set</td>
          </tr>
          <tr>
            <td align="left">Count fields</td>
            <td align="right">Encoded in CBOR array header</td>
            <td align="right">Encoded in CBOR array header,        <br/>
&gt;255 records in section</td>
            <td align="right">Encoded in CBOR array header,        <br/>
&gt;255 records in section</td>
          </tr>
          <tr>
            <td align="left">Question section</td>
            <td align="right">Class, type, and name elided</td>
            <td align="right">Type &gt; 255,        <br/>
label len. &gt; 23</td>
            <td align="right">Type &gt; 255,        <br/>
Class &gt; 255,        <br/>
label len. &gt; 23</td>
          </tr>
          <tr>
            <td align="left">Standard RR</td>
            <td align="right">Class, type, and name elided,        <br/>
rdata len. &lt; 24</td>
            <td align="right">Type &gt; 255,        <br/>
label len. &gt; 23        <br/>
rdata len. &gt; 255</td>
            <td align="right">Type &gt; 255,        <br/>
Class &gt; 255,        <br/>
label len. &gt; 23        <br/>
rdata len. &gt; 255</td>
          </tr>
          <tr>
            <td align="left">Standard RR with name rdata</td>
            <td align="right">Class, type, and name elided,        <br/>
TBDt(i) with i &lt; 24</td>
            <td align="right">Type &gt; 255,        <br/>
label len. &gt; 23        <br/>
name uncompressed</td>
            <td align="right">Type &gt; 255,        <br/>
Class &gt; 255,        <br/>
label len. &gt; 23        <br/>
name uncompressed</td>
          </tr>
          <tr>
            <td align="left">EDNS Opt Pseudo-RR</td>
            <td align="right">All EDNS(0) fields elided</td>
            <td align="right">Rcode &lt; 24,        <br/>
DO flag set,        <br/>
            </td>
            <td align="right">UDP payload        <br/>
len. &gt; 255        <br/>
Rcode &gt; 255        <br/>
Version &gt; 255        <br/>
DO flag set</td>
          </tr>
          <tr>
            <td align="left">EDNS Option</td>
            <td align="right">Code &lt; 24        <br/>
Length &lt; 24</td>
            <td align="right">Code &lt; 24        <br/>
Length &gt; 255</td>
            <td align="right">Code &gt; 255        <br/>
Length &gt; 255</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <section anchor="since-draft-lenders-dns-cbor-08">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-08">draft-lenders-dns-cbor-08</eref></name>
        <ul spacing="normal">
          <li>
            <t>Clarify why question section was designed the way it is</t>
          </li>
          <li>
            <t>Add answer section to queries for Known Answers in mDNS</t>
          </li>
          <li>
            <t>Express names as sequence of labels</t>
          </li>
          <li>
            <t>Provide dedicated types for more structured RDATA</t>
          </li>
          <li>
            <t>Add RFC1035-like name compression</t>
          </li>
          <li>
            <t>Add switching boolean to query message to explicitly have question present in response</t>
          </li>
          <li>
            <t>Make EDNS options a map</t>
          </li>
          <li>
            <t>Update examples and comparison table in appendices</t>
          </li>
          <li>
            <t>Update implementation section</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-07">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-07">draft-lenders-dns-cbor-07</eref></name>
        <ul spacing="normal">
          <li>
            <t>Add <xref target="sec_comparison-to-classic-dns"/> with comparison to classic DNS wire format</t>
          </li>
          <li>
            <t>"wire format" -&gt; "classic DNS wire format"</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-06">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-06">draft-lenders-dns-cbor-06</eref></name>
        <ul spacing="normal">
          <li>
            <t>Fixes wording and spelling mistakes</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-05">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-05">draft-lenders-dns-cbor-05</eref></name>
        <ul spacing="normal">
          <li>
            <t>Fix <xref target="cf-app-d-c"/> title</t>
          </li>
          <li>
            <t>Amend for capability to carry more than one question</t>
          </li>
          <li>
            <t>Hint at future of name compression in later draft versions</t>
          </li>
          <li>
            <t>Use canonical name for CBOR-packed</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-04">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-04">draft-lenders-dns-cbor-04</eref></name>
        <ul spacing="normal">
          <li>
            <t>Add Implementation Status section</t>
          </li>
          <li>
            <t>Remove int as representation for rdata</t>
          </li>
          <li>
            <t>Add note on representation of more structured rdata</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-03">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-03">draft-lenders-dns-cbor-03</eref></name>
        <ul spacing="normal">
          <li>
            <t>Provide format description for EDNS OPT Pseudo-RRs</t>
          </li>
          <li>
            <t>Simplify CDDL to more idiomatic style</t>
          </li>
          <li>
            <t>Remove DNS transaction IDs</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-02">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-02">draft-lenders-dns-cbor-02</eref></name>
        <ul spacing="normal">
          <li>
            <t>Add Discussion section and note on compression</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-01">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-01">draft-lenders-dns-cbor-01</eref></name>
        <ul spacing="normal">
          <li>
            <t>Use MIME type parameter for packed instead of own MIME type</t>
          </li>
          <li>
            <t>Update definitions to accommodate for TID and flags, as well as more sections in query</t>
          </li>
          <li>
            <t>Clarify fallback to wire-format</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-cbor-00">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-cbor-00">draft-lenders-dns-cbor-00</eref></name>
        <ul spacing="normal">
          <li>
            <t>Add support for DNS transaction IDs</t>
          </li>
          <li>
            <t>Name and Address compression utilizing CBOR-packed</t>
          </li>
          <li>
            <t>Minor fixes to CBOR EDN and CDDL</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
qSLflAm73v8F7m6OIqCwAAA=

-->

</rfc>
