<?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.30 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-deleg-07" category="std" consensus="true" submissionType="IETF" updates="1034, 1035, 4035, 6672, 6840" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="DELEG">Extensible Delegation for DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-deleg-07"/>
    <author initials="P." surname="Špaček" fullname="Petr Špaček">
      <organization>ISC</organization>
      <address>
        <email>pspacek@isc.org</email>
      </address>
    </author>
    <author initials="R." surname="Weber" fullname="Ralf Weber">
      <organization>Akamai Technologies</organization>
      <address>
        <email>rweber@akamai.com</email>
      </address>
    </author>
    <author initials="D." surname="Lawrence" fullname="David C Lawrence">
      <organization>Salesforce</organization>
      <address>
        <email>tale@dd.org</email>
      </address>
    </author>
    <date year="2026" month="February" day="06"/>
    <area>Internet</area>
    <workgroup>deleg</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>DNS</keyword>
    <keyword>delegation</keyword>
    <abstract>
      <?line 46?>
<t>This document proposes a new extensible method for the delegation of authority for a domain in the Domain Name System (DNS) using DELEG and DELEGPARAM records.</t>
      <t>A delegation in the DNS enables efficient and distributed management of the DNS namespace.
The traditional DNS delegation is based on NS records which contain only hostnames of servers and no other parameters.
The new delegation records are extensible, can be secured with DNSSEC, and eliminate the problem of having two sources of truth for delegation information.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://github.com/ietf-wg-deleg/draft-ietf-deleg-base/tree/gh-pages"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-deleg/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        deleg Working Group mailing list (<eref target="mailto:dd@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/dd/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/dd/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-deleg/draft-ietf-deleg-base/"/>.</t>
    </note>
  </front>
  <middle>
    <?line 53?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In the Domain Name System, responsibility for each subdomain within the domain name hierarchy can be delegated to different servers, which makes them authoritative for their portion of the namespace.</t>
      <t>The original DNS record that does this, called an NS record, contains only the hostname of a single name server and no other parameters.
The resolver needs to resolve these names into usable addresses and infer other required parameters, such as the transport protocol and any other protocol features.
Moreover, the NS record set exists in two places--one at the delegation point in the parent zone, and the other at the apex of the child zone, which might not match the parent.
The DNS Security Extensions (DNSSEC) protect only one copy, those in the child zone.</t>
      <t>These properties of NS records limit resolvers to unencrypted messages on UDP and TCP port 53, and this initial contact cannot be protected with DNSSEC.
These limitations are a barrier for the efficient introduction of new DNS technology.</t>
      <t>The proposed DELEG and DELEGPARAM resource record (RR) types remedy this problem by providing extensible parameters to indicate authoritative name server capabilities and additional information, such as other transport protocols that a resolver may use.</t>
      <t>The DELEG record creates a new delegation.
It is authoritative in the parent side of delegation and thus can be signed with DNSSEC.
This makes it possible to validate all delegation parameters, including those of future extensions.</t>
      <t>The DELEGPARAM record is an auxiliary record which does not create a delegation provides an optional layer of indirection.
It can be used to share the same delegation information across any number of zones, simplifying operations management by reducing the number of situations for which the delegation information for a domain would need to be changed in the parent zone.
For example, if the customers of a DNS operator point their delegations to a DELEGPARAM record managed by the DNS operator, then the operator can make changes without requiring the customers to have to update delegation data in the parent zone.</t>
      <t>The DELEG record can be used alongside, or even instead of, an NS record to create a delegation.
The combination of DELEG+NS is fully compatible with old resolvers, facilitating the incremental rollout of this new method.</t>
      <t>Future documents can use the extensibility mechanism for more advanced features, like connecting to a name server with an encrypted transport.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in <br/>
BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in
all capitals, as shown here.</t>
        <t>Terminology regarding the Domain Name System comes from <xref target="BCP219"/>, with additional terms defined here:</t>
        <ul spacing="normal">
          <li>
            <t>legacy delegation: A delegation that is done with an NS RRset</t>
          </li>
          <li>
            <t>DELEG-aware: A DNS software that follows the protocol defined in this document</t>
          </li>
          <li>
            <t>DELEG-unaware: A DNS software that does not follow the protocol defined in this document</t>
          </li>
          <li>
            <t>non-DELEG specifications: DNS protocols that predate this protocol, or are written after this protocol is published but are not related to this protocol</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="protocol-overview">
      <name>Protocol Overview</name>
      <t>This section is a brief overview of the protocol.
It is meant for people who want to understand the protocol before they dive deeper into the specifics.</t>
      <t>When a DELEG-aware resolver sends queries, it sets the DE bit in the EDNS0 header to 1 in queries to authoritative servers, as a signal that it is DELEG-aware (<xref target="de-bit"/>).</t>
      <t>DELEG-unaware authoritative servers intrinsically ignore this signal.</t>
      <t>A DELEG-aware authoritative server uses that signal to determine the type of response it will send.
If the response is not a referral, the authoritative server doesn't change anything about how it responds (<xref target="ns-no-deleg"/>).
If the response is a referral, the authoritative server checks if there is a DELEG RRset for the queried zone. If so, it returns the DELEG RRset instead of any NS RRset in the response (<xref target="aware-referral"/>).</t>
      <t>Records in the DELEG RRset for a zone describe how to find name servers for that zone (<xref target="deleg-delegparam"/>).
The RDATA for DELEG records has key=value pairs (<xref target="nameserver-info"/>).</t>
      <ul spacing="normal">
        <li>
          <t>"server-ipv4" and "server-ipv6" keys have IP addresses for the delegated name servers</t>
        </li>
        <li>
          <t>"server-name" keys have hostnames for the delegated name servers; the addresses must be fetched separately</t>
        </li>
        <li>
          <t>"include-delegparam" keys have domain names which in turn have more information about the delegation</t>
        </li>
        <li>
          <t>"mandatory" keys have a list of other keys which the resolver must understand in order to use the specific record in which "mandatory" appears</t>
        </li>
      </ul>
      <t>The DELEG-aware resolver uses the information in the DELEG RRset to form the list of best servers to ask about the original zone (<xref target="finding-best"/>).
If the DELEG RRset contains "include-delegparam", the resolver queries those hostnames for DELEGPARAM RRsets.
DELEGPARAM records have the same format as DELEG records; thus, they can have the same key=value pairs.</t>
      <t>The DELEG protocol changes how zones are signed (<xref target="signers"/>) and validated (<xref target="dnssec-validators"/>).
The changes are primarily because DELEG RRsets are authoritative on the parent side of a zone cut and thus are signed and validated as authoritative data, similar to DS records.</t>
      <t>A zone might be delegated with only DELEG records but no NS records.
Such a zone would be invisible to DELEG-unaware resolvers.</t>
      <t>There are many parts of the DELEG protocol that are not included in this brief overview.
For example, DELEG-aware authoritative servers have choices to make depending both on the request and the contents of the zone file.
For those readers who learn better from examples than the definitive text, see <xref target="examples"/>.</t>
    </section>
    <section anchor="deleg-delegparam">
      <name>DELEG and DELEGPARAM Resource Record Types</name>
      <t>The DELEG record, RR type TBD, and the DELEGPARAM record, RR type TBD2 (different from that of DELEG), have the same wire and presentation formats,
but their semantics are different as described in a following section.
These records are defined for the IN class.</t>
      <t>The record format is based on the extensible key=value list that was originally defined as "SvcParams" for the SVCB record type <xref target="RFC9460"/>.
Unlike SVCB, the DELEG protocol does not have "SvcPriority" and "TargetName" fields.
The keys in the DELEG protocol are also different than those used in SVCB.
To avoid confusion between the two protocols, the list of key=value parameters used by the DELEG protocol are called DelegInfos and are tracked in their own IANA registry for Delegation Information.</t>
      <t>The following rules are adapted from SVCB, but with changed names:</t>
      <ul spacing="normal">
        <li>
          <t>The whole RDATA consists of a single list called "DelegInfos".</t>
        </li>
        <li>
          <t>DelegInfos consists of individual DelegInfo key=value pairs.</t>
        </li>
        <li>
          <t>Each DelegInfo pair has a DelegInfoKey and a possibly optional DelegInfoValue.</t>
        </li>
        <li>
          <t>Each DelegInfo has a specified presentation format and wire encoding.</t>
        </li>
        <li>
          <t>Each DelegInfoKey has a presentation name and a registered key number.</t>
        </li>
        <li>
          <t>Each DelegInfoValue is in a format specific to its DelegInfoKey.</t>
        </li>
      </ul>
      <t>Implementations can reuse the same code to parse SvcParams and DelegInfos and only plug in a different list of key=value pairs for the SVCB/HTTPS and DELEG/DELEGPARAM record families.</t>
      <t>The initial set of DelegInfoKeys and their formats are defined in <xref target="nameserver-info"/>.</t>
      <section anchor="presentation-format">
        <name>Presentation Format</name>
        <t>The RDATA presentation format of the DELEG and DELEGPARAM resource records consists of a single list, DelegInfos.</t>
        <t>The DelegInfos presentation format is defined exactly the same as SvcParams in Section 2.1 of <xref target="RFC9460"/>. The following rules are adapted from SVCB, but with changed names:</t>
        <ul spacing="normal">
          <li>
            <t>DelegInfos is a whitespace-separated list with each DelegInfo consisting of a DelegInfoKey=DelegInfoValue pair, or a standalone DelegInfoKey.</t>
          </li>
          <li>
            <t>Individual element definitions are the same as <xref target="RFC9460"/>:
            </t>
            <ul spacing="normal">
              <li>
                <t>The DelegInfo syntax is the same as SvcParam, but it references DelegInfo elements instead of SvcParam elements.</t>
              </li>
              <li>
                <t>The DelegInfoKey syntax is the same as SvcParamKey.</t>
              </li>
              <li>
                <t>The syntax for unknown keys in Section 2.1 of <xref target="RFC9460"/> applies.</t>
              </li>
              <li>
                <t>The DelegInfoValue syntax is the same as SvcParamValue.</t>
              </li>
              <li>
                <t>The rules from Appendix A of <xref target="RFC9460"/> apply.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>All the requirements in Section 2.1 of <xref target="RFC9460"/> apply.</t>
          </li>
        </ul>
        <t>DelegInfos MAY be zero-length; this is similar to what is allowed in SVCB records.</t>
      </section>
      <section anchor="rdata-wire-format">
        <name>RDATA Wire Format</name>
        <t>The RDATA portion of the DELEG and DELEGPARAM resource record is variable length and entirely consists of a single "DelegInfos" element:</t>
        <artwork><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                         DelegInfos                            /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <t>The format of the DelegInfos element is identical to the format of the SvcParams element defined in <xref target="RFC9460"/> Section 2.2,
including the requirements for strictly increasing numeric order to keys and no key duplication allowed.</t>
        <t>All the requirements in Section 2.2 of <xref target="RFC9460"/> apply.</t>
        <t>The DelegInfos element is a sequence of individual DelegInfo elements and MAY be empty.
The wire format of an individual DelegInfo element is the same as for a SvcParam element,
but it references DelegInfo elements instead of SvcParam elements.</t>
        <artwork><![CDATA[
                +0 (MSB)                            +1 (LSB)
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
0:  |                          DelegInfoKey                         |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2:  |                length of DelegInfoValue                       |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
4:  /                          DelegInfoValue ...                   /
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <t>The permissible lengths depend on the DelegInfoKey value.
Some future keys may have no DelegInfoValue, which would be indicated with an explicit 0 length.</t>
      </section>
      <section anchor="semantics">
        <name>Semantics</name>
        <t>The following is a brief summary of semantic differences between the DELEG and DELEGPARAM types.</t>
        <ul spacing="normal">
          <li>
            <t>DELEG creates a delegation for its owner name, similar to the NS RR type.</t>
          </li>
          <li>
            <t>DELEG and NS RR types can coexist at the same owner name.</t>
          </li>
          <li>
            <t>DELEG is authoritative in the parent zone of the delegated zone, similar to the DS RR type, and unlike the NS RR type.</t>
          </li>
          <li>
            <t>DELEG is signed by the parent zone of the delegated zone when using DNSSEC, similar to the DS RR type, and unlike the NS RR type.</t>
          </li>
          <li>
            <t>DELEG cannot be present at the apex of the delegated zone, similar to the DS RR type, and unlike the NS RR type.</t>
          </li>
          <li>
            <t>DELEG has special processing for being included in answers.</t>
          </li>
        </ul>
        <t>Conversely,</t>
        <ul spacing="normal">
          <li>
            <t>DELEGPARAM is an ordinary RR and doesn't require any special processing.</t>
          </li>
          <li>
            <t>DELEGPARAM does not create a delegation for its owner name.</t>
          </li>
          <li>
            <t>DELEGPARAM cannot coexist at the same owner name with DELEG or NS RR types.</t>
          </li>
          <li>
            <t>DELEGPARAM DNSSEC-signing and record-placement rules are the same as for any ordinary RR type.</t>
          </li>
          <li>
            <t>DELEGPARAM is used as the target of the DELEG protocol's "include-delegparam" mechanism, as described in section <xref target="slist"/>.</t>
          </li>
        </ul>
        <t>Note that neither DELEG nor DELEGPARAM trigger Additional Section processing like NS does.
The significance of this difference is addressed more in the next section.</t>
      </section>
      <section anchor="nameserver-info">
        <name>Name Server Information for Delegation</name>
        <t>The DELEG and DELEGPARAM records have four keys that describe information about name servers.
The purpose of this information is to populate the SLIST (see <xref target="slist"/>) with IP addresses of the name servers for a zone.</t>
        <t>The types of information defined in this document are:</t>
        <ul spacing="normal">
          <li>
            <t>server-ipv4: an unordered collection of IPv4 addresses for name servers</t>
          </li>
          <li>
            <t>server-ipv6: an unordered collection of IPv6 addresses for name servers</t>
          </li>
          <li>
            <t>server-name: an unordered collection of hostnames of name servers; the addresses must be fetched separately</t>
          </li>
          <li>
            <t>include-delegparam: an unordered collection of domain names that point to DELEGPARAM RRsets, which in turn have more information about the delegation</t>
          </li>
        </ul>
        <t>These keys MUST have a non-empty DelegInfoValue.</t>
        <t>The presentation values for server-ipv4 and server-ipv6 are comma-separated lists of one or more IP addresses of the appropriate family in standard textual format <xref target="RFC5952"/> <xref target="RFC4001"/>.
The wire formats for server-ipv4 and server-ipv6 are a sequence of IP addresses, in network byte order, for the respective address family.</t>
        <t>The presentation values for server-name and include-delegparam are an unordered collection of fully-qualified domain names and relative domain names, separated by commas.
Relative names in the presentation format are interpreted according to the origin rules in Section 5.1 of <xref target="RFC1035"/>.
Parsing the comma-separated list is specified in Section A.1 of <xref target="RFC9460"/>.</t>
        <t>The DELEG protocol allows the use of all valid domain names, as defined in <xref target="RFC1035"/> and Section 11 of <xref target="RFC2181"/>.
The presentation format for names with special characters requires both double-escaping by applying rules of Section 5.1 of <xref target="RFC1034"/> together with the escaping rules from Section A.1 of <xref target="RFC9460"/>.</t>
        <t>TODO: add an example that requires this escaping.</t>
        <t>The wire format for server-name and include-delegparam are each a concatenated unordered collection of wire-format domain names, where the root label provides the separation between names:</t>
        <artwork><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-
| name | name | name | ... |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
        <t>The names in the wire format MUST NOT be compressed, per <xref target="RFC3597"/>.</t>
        <t>For interoperability with the resolver algorithm defined in section <xref target="slist"/>,
a DELEG or DELEGPARAM record that has a non-empty DelegInfos MUST have one, and only one, set of server information keys, chosen from the following:</t>
        <ul spacing="normal">
          <li>
            <t>one server-ipv4 key</t>
          </li>
          <li>
            <t>one server-ipv6 key</t>
          </li>
          <li>
            <t>a pair consisting of one server-ipv4 key and one server-ipv6 key</t>
          </li>
          <li>
            <t>one server-name key</t>
          </li>
          <li>
            <t>one include-delegparam key</t>
          </li>
        </ul>
        <t>This restriction only applies to a single DELEG or DELEGPARAM record; a DELEG or DELEGPARAM RRset can have records with different server information keys.
Authoritative servers MAY refuse to load zones which have a disallowed combination of keys in a single record.</t>
        <t>When using server-name or include-delegparam, the addresses for the names in the set must be fetched as if they were referenced by NS records.
Because of the lack of Additional Section processing, there are no "glue" records provided for these names, so they cannot be for names inside the delegated domain.</t>
        <t>With this initial DELEG specification, servers are still expected to be reached on the standard DNS port for both UDP and TCP, 53.  While a future specification is expected to address other transports using other ports, its eventual semantics are not covered here.</t>
      </section>
      <section anchor="mandatory">
        <name>Metadata keys</name>
        <t>This specification defines a key which serves as a protocol extensibility mechanism, but is not directly used for contacting DNS servers.</t>
        <t>Any DELEG or DELEGPARAM record can have key named "mandatory" which is similar to the key of the same name in <xref target="RFC9460"/>.</t>
        <t>The presentation format for the value MUST be a comma-separated list of one or more valid DelegInfoKeys, either by their registered name or in the unknown-key format.</t>
        <t>The wire format for the value is a sequence of DelegInfoKey numeric values in network byte order, concatenated, in strictly increasing numeric order.</t>
        <t>The "mandatory" key itself is optional, but when it is present, the RR in which it appears MUST NOT be used by a resolver in the resolution process if any of the DelegInfoKeys referenced by the "mandatory" DelegInfoValue are not supported in the resolver's implementation. See <xref target="slist"/>.</t>
      </section>
    </section>
    <section anchor="de-bit">
      <name>Signaling DELEG Support</name>
      <t>This document defines a new EDNS flag to signal that an initiator and responder are DELEG-aware.</t>
      <t>This flag is referred to as the "DELEG" (DE) bit, expected to be assigned by IANA as Bit 2 in the EDNS Header Flags registry.
It is part of OPT RR TTL as described in <xref target="RFC6891"/>, as follows:</t>
      <artwork><![CDATA[
            +0 (MSB)                +1 (LSB)
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  0: |   EXTENDED-RCODE      |       VERSION         |
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  2: |DO|CO|DE|              Z                       |
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
]]></artwork>
      <t>If a query has the DE bit set to 1, and the responder is DELEG-aware, the responder MUST set the DE bit in the response to 1, independent of whether the response includes any DELEG or DELEGPARAM records.</t>
    </section>
    <section anchor="use-of-deleg-records">
      <name>Use of DELEG Records</name>
      <t>The DELEG RRset MAY contain multiple records.
A DELEG RRset MAY be present with or without NS or DS RRsets at the delegation point, though without NS records then DELEG-unaware software will not be able to resolve records in the the delegated zone.</t>
      <t>DELEG RRsets MUST NOT appear at a zone's apex.
The erroneous inclusion of DELEG RRset at zone's apex will cause DNSSEC validation failures.
Servers MAY refuse to load such an invalid zone, similar to the DS RR type.</t>
      <t>Both the DELEG protocol and legacy delegations (that is, NS records) will be used for delegation for a long time.
Both legacy delegations and the DELEG protocol enable recursive resolution.
A DELEG-aware resolver therefore does not need the NS records or glue information in a DELEG referral response, and MUST NOT get them; see <xref target="downgrade-attacks"/>.</t>
      <section anchor="resolvers">
        <name>Resolvers</name>
        <t>A resolver that is DELEG-aware MUST signal in queries that it supports the DELEG protocol by setting the DE bit to 1 in (see <xref target="de-bit"/>).
This indicates that the resolver understands the DELEG semantics and does not need NS records to follow a referral.</t>
        <t>The DE bit set to 0 indicates the resolver is not DELEG-aware, and therefore can only be served referrals with NS records and other data according to non-DELEG specifications.
Other special scenarios with DE=0 queries to DELEG-aware authorities are addressed in <xref target="authoritative-servers"/>.</t>
        <section anchor="referral">
          <name>Referral</name>
          <t>The DELEG record creates a zone cut similar to the NS record.</t>
          <t>If one or more DELEG records exist at a given delegation point, a DELEG-aware resolver MUST treat the name servers from those DELEG records as authoritative for the child zone.
In such a case, a DELEG-aware resolver MUST NOT use NS records for the zone if they are learned, even if resolution using DELEG records has failed.
Such fallback from DELEG to NS would invalidate the security guarantees of the DELEG protocol; see <xref target="downgrade-attacks"/>.</t>
          <t>If no DELEG record exists at a given delegation point, DELEG-aware resolvers MUST use NS records as specified by <xref target="RFC1034"/>.</t>
        </section>
        <section anchor="parent-side-types-qtypedeleg">
          <name>Parent-side types, QTYPE=DELEG</name>
          <t>Record types defined as authoritative on the parent side of zone cut, currently the DS and DELEG types, retain the same special handling as described in Section 2.6 of <xref target="RFC4035"/>.</t>
          <t>DELEG-unaware resolvers can get different types of answers for QTYPE=DELEG queries based on the configuration of the server, such as whether it is DELEG-aware and whether it also is authoritative for subdomains.
For example, a DELEG-unaware authoritative name server which has loaded DELEG records via the <xref target="RFC3597"/> unknown types mechanism would answer with them only if there were no NS records at the owner name, and answer with an NS delegation otherwise.
See <xref target="de0-deleg"/> for more information.</t>
        </section>
        <section anchor="finding-best">
          <name>Algorithm for "Finding the Best Servers to Ask"</name>
          <t>This document updates instructions for finding the best servers to ask.
It was covered in Section 5.3.3 of <xref target="RFC1034"/> and Section 3.4.1 of <xref target="RFC6672"/> with the text "2. Find the best servers to ask.".
These instructions were informally updated by section 4.2 of <xref target="RFC4035"/> for the DS RR type but the algorithm change was not made explicit.
This document simply extends this existing behavior from the DS RR type to the DELEG RR type as well, and makes this special case explicit.</t>
          <t>When a DELEG RRset exists for a delegation in a zone, DELEG-aware resolvers ignore any NS RRset for the delegated zone, whether from the parent or from the apex of the child.</t>
          <t>Each delegation level can have a mixture of DELEG and NS RR types, and DELEG-aware resolvers MUST be able to follow chains of delegations which combines both types in arbitrary ways.</t>
          <t>An example of a valid delegation tree:</t>
          <artwork><![CDATA[
; root zone with NS-only delegations
. SOA ...
test. NS ...

; test. zone with NS+DELEG delegations
test. SOA ...
sld.test. NS ...
sld.test. DELEG ...

; sld.test. zone with NS-only delegation
sld.test. SOA ...
nssub.sld.test. NS ...

; nssub.sld.test. zone with DELEG-only delegation
delegsub.sub.sld.test. DELEG ...
]]></artwork>
          <t>TODO: after the text below, refer back to this figure and show the order that a DELEG-aware resolver would take when there is a failure to find any good DELEG addresses at sub.sld.test, then any usable name servers at sub.sld.test, and then maybe a good DELEG record at test.</t>
          <t>The terms SNAME and SLIST used here are defined in Section 5.3.2 of <xref target="RFC1034"/>:</t>
          <t>SNAME is the domain name we are searching for.</t>
          <t>SLIST is a structure which describes the name servers and the zone which the resolver is currently trying to query.
Neither <xref target="RFC1034"/> nor this document define how a resolver uses SLIST; they only define how to populate it.</t>
          <t>A DELEG-aware SLIST needs to be able to hold two types of information, delegations defined by NS records and delegations defined by DELEG records.
DELEG and NS delegations can create cyclic dependencies and/or lead to duplicate entries which point to the same server.
Resolvers SHOULD enforce suitable limits to prevent runaway processing even if someone has incorrectly configured some of the data used to create an SLIST;
this is the same recommendation to bound the amount of work as is made in Section 5.3.3 of <xref target="RFC1034"/>.</t>
          <t>Step 2 of Section 5.3.3 of <xref target="RFC1034"/> is just "2. Find the best servers to ask."
For DELEG-aware resolvers, this description becomes:</t>
          <t>=====</t>
          <t>2. Find the best servers to ask:</t>
          <t>2.1. Determine deepest possible zone cut which can potentially hold the answer for a given (query name, type, class) combination:</t>
          <t>2.1.1. Start with SNAME equal to QNAME.</t>
          <t>2.1.2. If QTYPE is a type that is authoritative at the parent side of a zone cut (currently, DS or DELEG), remove the leftmost label from SNAME.
For example, if the QNAME is "test.example." and the QTYPE is DELEG or DS, set SNAME to "example.".</t>
          <t>2.2. Look for locally-available DELEG and NS RRsets, starting at current SNAME.</t>
          <t>2.2.1. For a given SNAME, check for the existence of a DELEG RRset.
If it exists, the resolver MUST use its content to populate SLIST.
However, if the DELEG RRset is known to exist but is unusable (for example, if it is found in DNSSEC BAD cache, or content of individual RRs is unusable for any reason), the resolver MUST NOT instead use an NS RRset; instead, the resolver MUST treat this case as if SLIST is populated with unreachable servers.</t>
          <t>2.2.2. If a given SNAME is proven to not have a DELEG RRset but does have an NS RRset, the resolver MUST copy the NS RRset into SLIST.</t>
          <t>2.2.3. If SLIST is now populated, stop walking up the DNS tree.</t>
          <t>2.2.4. However, if SLIST is not populated, remove the leftmost label from SNAME and go back to step 2.2, using the newly shortened SNAME.</t>
          <t>=====</t>
          <t>The rest of Step 2's description in Section 5.3.3 of <xref target="RFC1034"/> is not affected by this document.</t>
          <t>Resolvers MUST respond to "QNAME=. / QTYPE=DELEG" queries in the same fashion as they respond to "QNAME=. / QTYPE=DS" queries.</t>
        </section>
        <section anchor="slist">
          <name>Populating the SLIST from DELEG and DELEGPARAM Records</name>
          <t>Each individual DELEG record inside a DELEG RRset, or each individual DELEGPARAM record in a DELEGPARAM RRset, can cause the addition of zero or more entries to SLIST.</t>
          <t>A resolver processes each individual DELEG record within a DELEG RRset, or each individual DELEGPARAM record in a DELEGPARAM RRset, using the following steps:</t>
          <ol spacing="normal" type="1"><li>
              <t>Remove all DelegInfo elements with unsupported DelegInfoKey values.
If the resulting record has zero-length DelegInfos field, stop processing the record.</t>
            </li>
            <li>
              <t>If a DelegInfo element with the "mandatory" DelegInfoKey is present, check its DelegInfoValue.
The DelegInfoValue is a list of keys which MUST have a corresponding DelegInfo elements in this record.
If any of the listed DelegInfo elements is not found, stop processing this record.</t>
            </li>
            <li>
              <t>If a record has more than one type of server information key (excluding the IPv4/IPv6 case, see <xref target="nameserver-info"/>), or if it has multiple server information keys of the same type, that record is malformed.
Stop processing this record.</t>
            </li>
            <li>
              <t>If any DNS name referenced by server-name key or the include-delegparam key is equal to or is a subdomain of the delegated domain (i.e. the DELEG record owner), that record is malformed.
Stop processing this record.  </t>
              <t>
This check MUST be performed against the original owner name of the DELEG record even if the currently-processed record is a DELEGPARAM record that was included by the original DELEG record. The purpose of this check is to ensure deterministic behavior. Not performing this check would allow delegations to be reachable only with certain cache content and/or a specific algorithm for server selection from SLIST.</t>
            </li>
            <li>
              <t>If server-ipv4 and/or server-ipv6 keys are present inside the record, copy all of the address values into SLIST.
Stop processing this record.</t>
            </li>
            <li>
              <t>If a server-name key is present in the record, resolve each name in the value into IPv4 and/or IPv6 addresses.
Copy these addresses into SLIST.
Stop processing this record.</t>
            </li>
            <li>
              <t>If an include-delegparam key is present in the record, resolve each name in the value using the DELEGPARAM RR type.
Recursively apply the algorithm described in this section, after checking that the maximum loop count described in <xref target="too-much-work"/> has not been reached.</t>
            </li>
            <li>
              <t>If none of the above applies, SLIST is not modified by this particular record.</t>
            </li>
          </ol>
          <t>A DELEG-aware resolver MAY implement lazy filling of SLIST, such as by deferring processing of remaining records, or even individual names or query types, if SLIST already has what the resolver considers a sufficiently large pool of addresses to contact.</t>
          <t>The order in which to try the servers in the final SLIST is outside the scope of this document.</t>
          <t>This document defines SLIST to be a set. Each individual value MUST be represented only once in the final SLIST even if it was encountered multiple times during SLIST construction.</t>
        </section>
      </section>
      <section anchor="authoritative-servers">
        <name>Authoritative Servers</name>
        <t>The DELEG RR type defines a zone cut in similar way as the NS RR type.
Behavior defined for zone cuts in existing non-DELEG specifications apply to zone cuts created by the DELEG record.
A notable example of this is that the occlusion (usually accidentally) created by NS records in a parent zone would also be created by DELEG records in a parent zone (see <xref target="occluded-example"/>).
Rules for setting Authoritative Answer (AA) bit in answers also remain unchanged: the DELEG RR type has the same special treatment as DS RR type.</t>
        <t>DELEG-aware authoritative servers act differently when handling queries from DELEG-unaware clients (those with DE=0) than from DELEG-aware clients (those with DE=1).
See <xref target="de-bit"/> and <xref target="resolvers"/>.</t>
        <section anchor="aware-referral">
          <name>DELEG-aware Clients</name>
          <t>When the client indicates that it is DELEG-aware by setting DE=1 in the query, DELEG-aware authoritative servers treat DELEG records as zone cuts, and the servers are authoritative on the parent side of the zone cut.
This new zone cut has priority over a legacy delegation.</t>
          <section anchor="deleg-aware-clients-requesting-qtypedeleg">
            <name>DELEG-aware Clients Requesting QTYPE=DELEG</name>
            <t>An explicit query for the DELEG RR type at a delegation point behaves much like a query for the DS RR type: the server answers authoritatively from the parent zone.
All non-DELEG specifications for the special handling of queries with QTYPE=DS apply equally to QTYPE=DELEG.
In summary, the server either provides an authoritative DELEG RRset or declares its non-existence, with relevant DNSSEC proofs when requested and available.</t>
          </section>
          <section anchor="delegation-with-deleg">
            <name>Delegation with DELEG</name>
            <t>If the delegation has a DELEG RRset, the authoritative server MUST put the DELEG RRset into the Authority section of the referral.
In this case, the server MUST NOT include the NS RRset in the Authority section.</t>
            <t>Non-DELEG DNSSEC specifications for RRSIG inclusion in answers with authoritative RRsets ({!RFC4035} section 3.1.1) MUST be followed.
Similarly, rules for DS RRset inclusion in referrals apply as specified by the DNSSEC protocol.</t>
          </section>
          <section anchor="ns-no-deleg">
            <name>DELEG-aware Clients with NS RRs Present but No DELEG RRs</name>
            <t>If the delegation does not have a DELEG RRset, the authoritative server MUST put the NS RRset into the authority section of the referral.
The absence of the DELEG RRset MUST be proven as specified by the DNSSEC protocol for authoritative data.</t>
            <t>Similarly, rules for DS RRset inclusion into referrals apply as specified by the DNSSEC protocol.
Please note, in practice the same process and records are used to prove the non-existence of both DELEG and DS RRsets.</t>
          </section>
        </section>
        <section anchor="deleg-unaware-clients">
          <name>DELEG-unaware Clients</name>
          <t>A general principle for DELEG-aware authoritative servers is that they respond to a DELEG-unaware client by following non-DELEG specifications.</t>
          <t>DELEG-unaware clients do not recognize DELEG records as a zone cut and are not aware of the special handling rules for DELEG records.
They understand a DELEG RRset as an ordinary unknown RR type.</t>
          <t>In summary, DELEG records are not returned in referral responses to DELEG-unaware clients,
and DELEG-unaware clients do not consider DELEG records authoritative on the parent side of a zone cut.</t>
          <t>An authoritative server responding to DELEG-unaware clients has to handle three distinct situations:</t>
          <ul spacing="normal">
            <li>
              <t>No DELEG RRset is present. In this case, the authoritative server follows the non-DELEG specifications.</t>
            </li>
            <li>
              <t>An NS RRset and a DELEG RRset are both present. In this case, the authoritative server uses the NS RRset when constructing referral responses, following the non-DELEG specifications. See also <xref target="signers"/> and <xref target="examples"/>.</t>
            </li>
            <li>
              <t>A DELEG RRset is present, but an NS RRset is not.  This is addressed in the next section.</t>
            </li>
          </ul>
          <section anchor="no-ns">
            <name>DELEG-unaware Clients with DELEG RRs Present but No NS RRs</name>
            <t>Authoritative servers may receive requests from DELEG-unaware clients for which the child zone is authoritative and is delegated with DELEG RRs only (that is, without any NS RRs).
Such a zone is, by definition, not resolvable for DELEG-unaware clients.
From the perspective of a DELEG-unaware client, the zone cut created by the DELEG RRs is invisible.
The authoritative server should respond in a way that makes sense to DELEG-unaware clients.</t>
            <t>The current, primary use case for zone owners that have zones to have DELEG records but no NS records is that they want resolution of those zones only if the resolver uses future features of the DELEG protocol, such as encrypted DNS transports.</t>
            <t>The authoritative server is RECOMMENDED to supplement its responses to DELEG-unaware resolvers with an <xref target="RFC8914"/> Extended DNS Error using the (IANA-TBD) value "New Delegation Only" from the Extended DNS Error Codes registry.</t>
            <t>When there is no NS records for a delegated zone, a DELEG-aware authoritative server MUST respond to DELEG-unaware clients with an answer that accurately describes the situation to a DELEG-unaware resolver.
For a query of the delegated zone itself, the response has an RCODE of NOERROR; for a query that has more labels than the delegated zone, the response has an RCODE of NXDOMAIN; this is no different than what is already specified by algorithms in <xref target="RFC1034"/> and subsequent updates.
NSEC and DS records are returned following the existing rules in <xref target="RFC4035"/>.</t>
          </section>
          <section anchor="de0-deleg">
            <name>DELEG-unaware Clients Requesting QTYPE=DELEG</name>
            <t>From the perspective of DELEG-unaware clients, the DELEG RR type does not have special semantics and should behave like an old ordinary RR type such as TXT.
Thus, queries with DE=0 and QTYPE=DELEG MUST result in a response which can be validated by a DELEG-unaware client.</t>
            <ul spacing="normal">
              <li>
                <t>If there is an NS RRset, this will be a legacy referral to the child zone. From the perspective of a DELEG-unaware client, the DELEG RR is effectively occluded by NS RRset.
The DELEG-unaware resolver can then obtain a final answer which can be validated from the child zone in similar fashion as described in <xref target="RFC4035"/> section 3.1.4.1.</t>
              </li>
              <li>
                <t>If there is no NS RRset but there is a DELEG RRset, this will be a normal authoritative response with the DELEG RRset, following non-DELEG specifications.</t>
              </li>
              <li>
                <t>If there is no NS RRset and no DELEG RRset, this will be a standard negative response following non-DELEG specifications.</t>
              </li>
            </ul>
            <t>TODO: Should we have an example with auth having parent+child zone at the same time, and DE=0 QTYPE=DELEG query?  What about QTYPE=ANY?</t>
          </section>
        </section>
      </section>
      <section anchor="signers">
        <name>DNSSEC Signers</name>
        <t>The DELEG record is authoritative on the parent side of a zone cut and needs to be signed as such.
Existing rules from the DNSSEC specifications apply.</t>
        <t>In summary: for DNSSEC signing, treat the DELEG RR type the same way as the DS RR type.</t>
        <t>The DELEG RR type defines a zone cut in similar way as the NS RR type.
This has several consequences which stem from existing non-DELEG specifications:</t>
        <ul spacing="normal">
          <li>
            <t>All owner names below zone cut are occluded and thus not present in NSEC chains.</t>
          </li>
          <li>
            <t>All RRsets which are not permissible at the parent side of zone cut are occluded too and not represented in NSEC chain type bitmap.</t>
          </li>
        </ul>
        <t>See examples in <xref target="example-root"/> and <xref target="example-occluded"/>.</t>
        <t>In order to protect validators from downgrade attacks (see <xref target="downgrade-attacks"/>) this draft introduces a new DNSKEY flag ADT (Authoritative Delegation Types, see <xref target="iana-existing"/>).
To achieve downgrade resistance, zones which contain a DELEG RRset MUST set ADT flag to 1 in at least one of the DNSKEY records published in the zone.</t>
      </section>
      <section anchor="dnssec-validators">
        <name>DNSSEC Validators</name>
        <t>DELEG awareness introduces additional requirements on validators.</t>
        <section anchor="clarifications-on-nonexistence-proofs">
          <name>Clarifications on Nonexistence Proofs</name>
          <t>This document updates Section 4.1 of <xref target="RFC6840"/> to include "NS or DELEG" types in the type bitmap as indication of a delegation point, and generalizes applicability of ancestor delegation proof to all RR types that are authoritative at the parent (that is, both DS and DELEG).
The text in that section is updated as follows:</t>
          <t>An "ancestor delegation" NSEC RR (or NSEC3 RR) is one with:</t>
          <ul spacing="normal">
            <li>
              <t>the NS and/or DELEG bit set,</t>
            </li>
            <li>
              <t>the Start of Authority (SOA) bit clear, and</t>
            </li>
            <li>
              <t>a signer field that is shorter than the owner name of the NSEC RR,
or the original owner name for the NSEC3 RR.</t>
            </li>
          </ul>
          <t>Ancestor delegation NSEC or NSEC3 RRs MUST NOT be used to assume
nonexistence of any RRs below that zone cut, which include all RRs at
that original owner name, other than types authoritative at the parent-side of a
zone cut (DS and DELEG), and all RRs below that owner name regardless of
type.</t>
        </section>
        <section anchor="insecure-delegation-proofs">
          <name>Insecure Delegation Proofs</name>
          <t>This document updates Section 4.4 of <xref target="RFC6840"/> to include securing DELEG records, and explicitly states that Opt-Out is not applicable to the DELEG protocol.
The first paragraph of that section is updated to read:</t>
          <t>Section 5.2 of <xref target="RFC4035"/> specifies that a validator, when proving a
delegation is not secure, needs to check for the absence of the DS
and SOA bits in the NSEC (or NSEC3) type bitmap; this was clarified in Section 4.1 of <xref target="RFC6840"/>.
This document updates <xref target="RFC4035"/> and <xref target="RFC6840"/> to specify that the validator MUST also check for the presence of the NS or the DELEG bit in the matching NSEC (or NSEC3) RR (proving that there is, indeed, a delegation).
Alternately, the validator must make sure that the delegation with an NS record is covered by an NSEC3
RR with the Opt-Out flag set.
Opt-Out is not applicable to DELEG RR type
because DELEG records are authoritative at the parent side of a zone cut in the same
way that DS RR types are.</t>
        </section>
        <section anchor="referral-downgrade-protection">
          <name>Referral downgrade protection</name>
          <t>If the zone is DNSSEC-secure, and if any DNSKEY of the zone has the ADT flag (<xref target="iana-existing"/>) set to 1, a DELEG-aware validator MUST prove the absence of a DELEG RRset in referral responses from this particular zone.</t>
          <t>Without this check, an attacker could strip the DELEG RRset from a referral response and replace it with an unsigned (and potentially malicious) NS RRset (<xref target="downgrade-attacks"/>).
The reason for this is that according to non-DELEG DNSSEC specification, a referral response with an unsigned NS and signed DS RRsets does not require additional proofs of nonexistence.</t>
        </section>
        <section anchor="positive-responses">
          <name>Positive responses</name>
          <t>An existing DELEG RRset is authoritative in, and signed by, the parent zone, similarly to a DS RRset (see <xref target="signers"/>).</t>
          <t>A validator SHOULD NOT treat a positive response with a DELEG RRset as DNSSEC-bogus only because all DNSKEYs in the zone have the ADT flag set to 0.
Such a zone would not be protected from downgrade attacks (<xref target="downgrade-attacks"/>) but this behavior is consistent with other non-DELEG DNSSEC specifications:
validators are not expected to detect inconsistencies in data if a chain of trust can be established.</t>
        </section>
        <section anchor="chaining">
          <name>Chaining</name>
          <t>A Validating Stub Resolver that is DELEG-aware has to use a Security-Aware Resolver that is DELEG-aware and, if it is behind a forwarder, that forwarder has to be security-aware and DELEG-aware as well.</t>
          <t><xref target="RFC9606"/> specifies a DNS resource record type, RESINFO, to allow resolvers to publish information about their capabilities and policies. This can be used to inform DNS clients that DELEG is supported by the DNS resolver.</t>
          <t>A resolver which supports <xref target="RFC9606"/> SHOULD add the "deleg" key if it supports DELEG protocol.</t>
          <t>Note that, per the rules for the keys defined in Section 6.4 of <xref target="RFC6763"/>, if there is no '=' in a key, then it is a boolean attribute, simply identified as being present with no value.</t>
        </section>
      </section>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>When an authoritative server or resolver becomes DELEG-aware, new operational considerations apply to it.
This section gives an overview of some of those considerations.</t>
      <section anchor="ns-not-required-by-protocol">
        <name>NS Not Required by Protocol</name>
        <t>A zone delegated exclusively using DELEG records is not resolvable by non-DELEG aware resolvers.
In that case the zone is not required to have NS RRset in the child zone apex.
Software to manage zone content or check the validity of zones needs to be updated to allow zones without an NS RRset at the apex.</t>
      </section>
      <section anchor="ns-maybe-required-in-practice">
        <name>NS Maybe Required in Practice</name>
        <t>Although DELEG removes the protocol requirement for NS records, resolver support for DELEG will be incomplete for a long time after this protocol is first deployed.
Zones intended for global reachability need to continue publishing NS records until DELEG support is sufficiently widespread.
DELEG-only delegation is appropriate only where all intended users are known to use DELEG-capable resolvers.
This might be the case when a zone operator wants a zone be reachable only over secure transport, for example.
The decision to drop NS records should be guided by operational measurements of resolver adoption of the DELEG protocol.</t>
      </section>
      <section anchor="ns-and-deleg-combined">
        <name>NS and DELEG Combined</name>
        <t>This document explicitly allows zones to be delegated using DELEG records without also using NS records; delegating a zone with both DELEG and NS records is also allowed.
Software that manages delegations or checks the validity of zones need to be updated to allow delegations with all combinations of (with, without) * (NS, DELEG) records.</t>
        <t>If both NS and DELEG records are present, zone managers might want to check consistency across both RRsets, subject to local policy.
This specification treats both NS and DELEG RRsets as completely independent on the protocol level,
but it does not prohibit a provisioning system from generating one record type from the other.
## Authoritative Deployment</t>
        <t>Before adding a first DELEG record into a DNS zone, these steps need to be taken, in this order:</t>
        <ol spacing="normal" type="1"><li>
            <t>If zone checkers are used: ensure that the zone checkers are DELEG-aware.</t>
          </li>
          <li>
            <t>Ensure that all authoritative servers serving (and transfering) the zone are DELEG-aware.</t>
          </li>
          <li>
            <t>If a zone is DNSSEC-signed: ensure that the signer is DELEG-aware.</t>
          </li>
          <li>
            <t>If a zone is DNSSEC-signed: ensure that at least one DNSKEY record has the ADT flag set to 1. Failure to do so results in loss of downgrade resistence of the DELEG protocol for this zone; see <xref target="downgrade-attacks"/>.</t>
          </li>
        </ol>
        <section anchor="enabling-adt-flag">
          <name>Enabling ADT Flag</name>
          <t>According to the DNSSEC specification, changing flags of a DNSKEY record changes its Key Tag and thus requires a key rollover.
For this reason, the ADT flag cannot be simply enabled on an existing key without other changes to the record.
Operators are advised to set the ADT flag at the time of generating a new key, as part of a regular key rollover using established procedures.
A zone can safely have keys with the ADT flag set to 1 even if the zone does not have any DELEG records.
Turning on the ADT flag can be done months or even years before a first DELEG record is introduced into the zone.</t>
          <t>Downgrade protection is effective if any DNSKEY with ADT flag set to 1 is present, even if this key does not sign any RRset.
In other words, it is sufficient to pre-publish new key, as described in stage 2 of Pre-Publish Zone Signing Key Rollover, section 4.1.1.1 of <xref target="RFC6781"/>.</t>
          <t>An extremely conservative approach might be:</t>
          <ol spacing="normal" type="1"><li>
              <t>Lower DNSKEY TTL to shorten time to rollback.</t>
            </li>
            <li>
              <t>Add a new DNSKEY with ADT flag set to 1, but do not sign any RRsets with this key.</t>
            </li>
            <li>
              <t>Monitor deployment for issues.</t>
            </li>
            <li>
              <t>Experiment with adding DELEG records at this point, even if the key rollover is not finished. If there is a problem, withdraw the new, otherwise unused key.</t>
            </li>
            <li>
              <t>Finish the key rollover.</t>
            </li>
            <li>
              <t>Restore the original DNSKEY TTL.</t>
            </li>
          </ol>
          <t>Such an approach requires changing only to DNSKEY RRset and resigning it.
Consequently, the time required to withdraw the new DNSKEY record is limited only by DNSKEY TTL + time to sign + time to transfer modified DNSKEY RRset.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO: Add more here</t>
      <section anchor="too-much-work">
        <name>Preventing Over-work Attacks</name>
        <t>Resolvers MUST prevent situations where accidental misconfiguration of zones or malicious attacks cause them to perform too much work when resolving.
This document describes two sets of actions that, if not controlled, could lead to over-work attacks.</t>
        <t>Long chains of include-delegparam information (<xref target="nameserver-info"/>), and those with circular chains of include-delegparam information, can be burdensome.
To prevent this, the resolver SHOULD NOT follow more than 3 include-delegparam chains in an RRset when populating SLIST.
Note that include-delegparam chains can have CNAME steps in them; in such a case, a CNAME step is counted the same as a DELEGPARAM step when determining when to stop following a chain.</t>
      </section>
      <section anchor="downgrade-attacks">
        <name>Preventing Downgrade Attacks</name>
        <t>During the rollout of the DELEG protocol, the operator of an authoritative server can upgrade the server software to be DELEG-aware before changing any DNS zones.
Such deployment should work and provide DELEG-aware clients with correct DELEG-aware answers.
However, the deployment will not be protected from downgrade attacks against the DELEG protocol.</t>
        <t>To protect DNSSEC-secure DNS zones that contain DELEG delegations, the delegating zone needs to have at least one DNSKEY with the ADT flag set to 1.
Failure to set this flag in a DNSKEY record in the zone allows an attacker to remove the DELEG RRset from referrals which contain the DS RRset, and replace the original signed DELEG RRset with an arbitrary unsigned NS set.
Doing so would be a downgrade from the strong protection offered by DNSSEC for DELEG.
That is, the DELEG protocol when used with upgraded DNSKEY records gives the same protection to DELEG that the zone's DS RRset has.
Without DELEG, there are no security guarantees for the NS RRset on the parent side of the zone cut.</t>
        <t>Please note that a full DNSKEY rollover is not necessary to achieve the downgrade protection for DELEG.
Any single DNSKEY with the ADT flag set to 1 is sufficient; the zone can introduce an otherwise unused record into the DNSKEY RRset.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="iana-existing">
        <name>Changes to Existing Registries</name>
        <t>All new allocations should reference this document.</t>
        <t>IANA is requested to assign two types in the Resource Record (RR) TYPEs registry (<xref target="RFC6895"/>):</t>
        <ul spacing="normal">
          <li>
            <t>TYPE DELEG, Meaning "Extensible Delegation", Value equal to 61440.</t>
          </li>
          <li>
            <t>TYPE DELEGPARAM, Meaning "Extensible Delegation Indirection", Value TBA1 inside one of the ranges marked as "data TYPEs".</t>
          </li>
        </ul>
        <t>IANA is requested to assign a new bit in the DNSKEY RR Flags registry (<xref target="RFC4034"/>):
Number 14, Description "Authoritative Delegation Types (ADT)".
For compatibility reasons, we request the Number 14 to be used.
This value has been proven to work whereas bit number 0 was proven to break in practical deployments (because of bugs).</t>
        <t>IANA is requested to assign a bit in the EDNS Header Flags registry (<xref target="RFC6891"/>):
Bit TBA2, Flag DE, with the description "DELEG enabled".</t>
        <t>IANA is requested to assign a value in the Extended DNS Error Codes registry (<xref target="RFC8914"/>):
INFO-CODE TBA3, with the Purpose "New Delegation Only".</t>
        <t>IANA is requested to create this assignment in the DNS Resolver Information Keys registry (<xref target="RFC9606"/>): Name "deleg", Description "The presence of the key indicates that DELEG protocol is supported."</t>
      </section>
      <section anchor="new-registry-for-delegation-information">
        <name>New Registry for Delegation Information</name>
        <t>IANA is requested to create the "DELEG Delegation Information" registry.
This registry defines the namespace for delegation information keys, including string representations and numeric key values.</t>
        <section anchor="procedure">
          <name>Procedure</name>
          <t>A registration MUST include the following fields:</t>
          <t>Number:  Wire-format numeric identifier (range 0-65535)
Name:  Unique presentation name
Meaning:  A short description
Reference:  Location of specification or registration source
Change Controller:  Person or entity, with contact information if appropriate</t>
          <t>To enable code reuse from SVCB parsers, the requirements for registered Name exactly copy requirements set by <xref target="RFC9460"/> section 14.3.1:
The characters in the registered Name field entry MUST be lowercase alphanumeric or "-".
The name MUST NOT start with "key" or "invalid".</t>
          <t>The registration policy for new entries is Expert Review (<xref target="RFC8126"/>).
The designated expert MUST ensure that the reference is stable and publicly available and that it specifies how to convert the delegation information's presentation format to wire format.
The reference MAY be any individual's Internet-Draft or a document from any other source with similar assurances of stability and availability.
An entry MAY specify a reference of the form "Same as (other key name)" if it uses the same presentation and wire formats as an existing key.</t>
          <t>This arrangement supports the development of new parameters while ensuring that zone files can be made interoperable.</t>
        </section>
        <section anchor="initial-contents">
          <name>Initial Contents</name>
          <t>The "DELEG Delegation Information" registry should be populated with the following initial registrations:</t>
          <artwork><![CDATA[
Number:  0
Name:  mandatory
Meaning: Mandatory keys in this RR
Reference:  {{mandatory}} of this document
Change Controller:  IETF

Number:  1
Name:  server-ipv4
Meaning:  An unordered collection of IPv4 addresses of name servers
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

Number:  2
Name:  server-ipv6
Meaning:  An unordered collection of IPv6 addresses of name servers
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

Number:  3
Name:  server-name
Meaning:  An unordered collection of domain names of name servers
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

Number:  4
Name:  include-delegparam
Meaning:  An unordered collection of domain names of DELEGPARAM records
Reference:  {{nameserver-info}} of this document
Change Controller:  IETF

The registration for numbers 65280-65534 is reserved for private use.
The registration for number 65535 is reserved.
]]></artwork>
        </section>
      </section>
      <section anchor="temporary-assignments">
        <name>Temporary Assignments</name>
        <t>This section gives the values that can be used for interoperability testing before IANA makes permanent assignments.
The section will be removed when IANA makes permanent assignments.</t>
        <ul spacing="normal">
          <li>
            <t>DELEG RR type code is 61440</t>
          </li>
          <li>
            <t>DELEGPARAM RR type code is 65433</t>
          </li>
          <li>
            <t>DELEG EDNS DE flag bit is 2</t>
          </li>
          <li>
            <t>DNSKEY ADT (Authoritative Delegation Types) flag bit is 14</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="RFC2181">
          <front>
            <title>Clarifications to the DNS Specification</title>
            <author fullname="R. Elz" initials="R." surname="Elz"/>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <date month="July" year="1997"/>
            <abstract>
              <t>This document considers some areas that have been identified as problems with the specification of the Domain Name System, and proposes remedies for the defects identified. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2181"/>
          <seriesInfo name="DOI" value="10.17487/RFC2181"/>
        </reference>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="RFC3597">
          <front>
            <title>Handling of Unknown DNS Resource Record (RR) Types</title>
            <author fullname="A. Gustafsson" initials="A." surname="Gustafsson"/>
            <date month="September" year="2003"/>
            <abstract>
              <t>Extending the Domain Name System (DNS) with new Resource Record (RR) types currently requires changes to name server software. This document specifies the changes necessary to allow future DNS implementations to handle new RR types transparently. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3597"/>
          <seriesInfo name="DOI" value="10.17487/RFC3597"/>
        </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="RFC4035">
          <front>
            <title>Protocol Modifications for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of new resource records and protocol modifications that add data origin authentication and data integrity to the DNS. This document describes the DNSSEC protocol modifications. This document defines the concept of a signed zone, along with the requirements for serving and resolving by using DNSSEC. These techniques allow a security-aware resolver to authenticate both DNS resource records and authoritative DNS error indications.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4035"/>
          <seriesInfo name="DOI" value="10.17487/RFC4035"/>
        </reference>
        <reference anchor="RFC6672">
          <front>
            <title>DNAME Redirection in the DNS</title>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <author fullname="W. Wijngaards" initials="W." surname="Wijngaards"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>The DNAME record provides redirection for a subtree of the domain name tree in the DNS. That is, all names that end with a particular suffix are redirected to another part of the DNS. This document obsoletes the original specification in RFC 2672 as well as updates the document on representing IPv6 addresses in DNS (RFC 3363). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6672"/>
          <seriesInfo name="DOI" value="10.17487/RFC6672"/>
        </reference>
        <reference anchor="RFC8914">
          <front>
            <title>Extended DNS Errors</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="E. Hunt" initials="E." surname="Hunt"/>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
            <author fullname="D. Lawrence" initials="D." surname="Lawrence"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document defines an extensible method to return additional information about the cause of DNS errors. Though created primarily to extend SERVFAIL to provide additional information about the cause of DNS and DNSSEC failures, the Extended DNS Errors option defined in this document allows all response types to contain extended error information. Extended DNS Error information does not change the processing of RCODEs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8914"/>
          <seriesInfo name="DOI" value="10.17487/RFC8914"/>
        </reference>
        <reference anchor="RFC6840">
          <front>
            <title>Clarifications and Implementation Notes for DNS Security (DNSSEC)</title>
            <author fullname="S. Weiler" initials="S." role="editor" surname="Weiler"/>
            <author fullname="D. Blacka" initials="D." role="editor" surname="Blacka"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document is a collection of technical clarifications to the DNS Security (DNSSEC) document set. It is meant to serve as a resource to implementors as well as a collection of DNSSEC errata that existed at the time of writing.</t>
              <t>This document updates the core DNSSEC documents (RFC 4033, RFC 4034, and RFC 4035) as well as the NSEC3 specification (RFC 5155). It also defines NSEC3 and SHA-2 (RFC 4509 and RFC 5702) as core parts of the DNSSEC specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6840"/>
          <seriesInfo name="DOI" value="10.17487/RFC6840"/>
        </reference>
        <reference anchor="RFC9606">
          <front>
            <title>DNS Resolver Information</title>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This document specifies a method for DNS resolvers to publish information about themselves. DNS clients can use the resolver information to identify the capabilities of DNS resolvers. How DNS clients use such information is beyond the scope of this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9606"/>
          <seriesInfo name="DOI" value="10.17487/RFC9606"/>
        </reference>
        <reference anchor="RFC6763">
          <front>
            <title>DNS-Based Service Discovery</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document specifies how DNS resource records are named and structured to facilitate service discovery. Given a type of service that a client is looking for, and a domain in which the client is looking for that service, this mechanism allows clients to discover a list of named instances of that desired service, using standard DNS queries. This mechanism is referred to as DNS-based Service Discovery, or DNS-SD.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6763"/>
          <seriesInfo name="DOI" value="10.17487/RFC6763"/>
        </reference>
        <reference anchor="RFC6781">
          <front>
            <title>DNSSEC Operational Practices, Version 2</title>
            <author fullname="O. Kolkman" initials="O." surname="Kolkman"/>
            <author fullname="W. Mekking" initials="W." surname="Mekking"/>
            <author fullname="R. Gieben" initials="R." surname="Gieben"/>
            <date month="December" year="2012"/>
            <abstract>
              <t>This document describes a set of practices for operating the DNS with security extensions (DNSSEC). The target audience is zone administrators deploying DNSSEC.</t>
              <t>The document discusses operational aspects of using keys and signatures in the DNS. It discusses issues of key generation, key storage, signature generation, key rollover, and related policies.</t>
              <t>This document obsoletes RFC 4641, as it covers more operational ground and gives more up-to-date requirements with respect to key sizes and the DNSSEC operations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6781"/>
          <seriesInfo name="DOI" value="10.17487/RFC6781"/>
        </reference>
        <reference anchor="RFC6895">
          <front>
            <title>Domain Name System (DNS) IANA Considerations</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This document specifies Internet Assigned Numbers Authority (IANA) parameter assignment considerations for the allocation of Domain Name System (DNS) resource record types, CLASSes, operation codes, error codes, DNS protocol message header bits, and AFSDB resource record subtypes. It obsoletes RFC 6195 and updates RFCs 1183, 2845, 2930, and 3597.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="42"/>
          <seriesInfo name="RFC" value="6895"/>
          <seriesInfo name="DOI" value="10.17487/RFC6895"/>
        </reference>
        <reference anchor="RFC4034">
          <front>
            <title>Resource Records for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of resource records and protocol modifications that provide source authentication for the DNS. This document defines the public key (DNSKEY), delegation signer (DS), resource record digital signature (RRSIG), and authenticated denial of existence (NSEC) resource records. The purpose and format of each resource record is described in detail, and an example of each resource record is given.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4034"/>
          <seriesInfo name="DOI" value="10.17487/RFC4034"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <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>
        <referencegroup anchor="BCP219" target="https://www.rfc-editor.org/info/bcp219">
          <reference anchor="RFC9499" target="https://www.rfc-editor.org/info/rfc9499">
            <front>
              <title>DNS Terminology</title>
              <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
              <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
              <date month="March" year="2024"/>
              <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 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 updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="219"/>
            <seriesInfo name="RFC" value="9499"/>
            <seriesInfo name="DOI" value="10.17487/RFC9499"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC5952">
          <front>
            <title>A Recommendation for IPv6 Address Text Representation</title>
            <author fullname="S. Kawamura" initials="S." surname="Kawamura"/>
            <author fullname="M. Kawashima" initials="M." surname="Kawashima"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>As IPv6 deployment increases, there will be a dramatic increase in the need to use IPv6 addresses in text. While the IPv6 address architecture in Section 2.2 of RFC 4291 describes a flexible model for text representation of an IPv6 address, this flexibility has been causing problems for operators, system engineers, and users. This document defines a canonical textual representation format. It does not define a format for internal storage, such as within an application or database. It is expected that the canonical format will be followed by humans and systems when representing IPv6 addresses as text, but all implementations must accept and be able to handle any legitimate RFC 4291 format. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5952"/>
          <seriesInfo name="DOI" value="10.17487/RFC5952"/>
        </reference>
        <reference anchor="RFC4001">
          <front>
            <title>Textual Conventions for Internet Network Addresses</title>
            <author fullname="M. Daniele" initials="M." surname="Daniele"/>
            <author fullname="B. Haberman" initials="B." surname="Haberman"/>
            <author fullname="S. Routhier" initials="S." surname="Routhier"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <date month="February" year="2005"/>
            <abstract>
              <t>This MIB module defines textual conventions to represent commonly used Internet network layer addressing information. The intent is that these textual conventions will be imported and used in MIB modules that would otherwise define their own representations. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4001"/>
          <seriesInfo name="DOI" value="10.17487/RFC4001"/>
        </reference>
        <reference anchor="RFC8427">
          <front>
            <title>Representing DNS Messages in JSON</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="July" year="2018"/>
            <abstract>
              <t>Some applications use DNS messages, or parts of DNS messages, as data. For example, a system that captures DNS queries and responses might want to be able to easily search them without having to decode the messages each time. Another example is a system that puts together DNS queries and responses from message parts. This document describes a general format for DNS message data in JSON. Specific profiles of the format in this document can be described in other documents for specific applications and usage scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8427"/>
          <seriesInfo name="DOI" value="10.17487/RFC8427"/>
        </reference>
        <reference anchor="I-D.peltan-edns-presentation-format">
          <front>
            <title>EDNS Presentation and JSON Format</title>
            <author fullname="Libor Peltan" initials="L." surname="Peltan">
              <organization>CZ.NIC</organization>
            </author>
            <author fullname="Tom Carpay" initials="T." surname="Carpay">
              <organization>NLnet Labs</organization>
            </author>
            <date day="19" month="April" year="2024"/>
            <abstract>
              <t>   This document describes the textual and JSON representation formats
   of EDNS options.  It also modifies the escaping rules of the JSON
   representation of DNS messages, previously defined in RFC8427.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-peltan-edns-presentation-format-03"/>
        </reference>
        <reference anchor="I-D.tapril-ns2">
          <front>
            <title>Parameterized Nameserver Delegation with NS2 and NS2T</title>
            <author fullname="Tim April" initials="T." surname="April">
              <organization>Akamai Technologies</organization>
            </author>
            <date day="13" month="July" year="2020"/>
            <abstract>
              <t>   Within the DNS, there is no mechanism for authoritative servers to
   advertise which transport methods they are capable of.  If secure
   transport methods are adopted by authoritative operators, transport
   signaling would be required to negotiate how authoritative servers
   would be contacted by resolvers.  This document provides two new
   Resource Record Types, NS2 and NS2T, to facilitate this negotiation
   by allowing zone owners to signal how the authoritative nameserver(s)
   for their zone(s) may accept queries.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tapril-ns2-01"/>
        </reference>
      </references>
    </references>
    <?line 806?>

<section anchor="examples">
      <name>Examples</name>
      <section anchor="example-root">
        <name>Root zone file</name>
        <t>The following example shows an excerpt from a signed root zone.
It shows the delegation point for "example." and "test."</t>
        <t>The "example." delegation has DELEG and NS records.
The "test." delegation has DELEG but no NS records.</t>
        <t>TODO: Add examples that have server-name and include-delegparam being sets of more than one name.</t>
        <artwork><![CDATA[
example.   DELEG server-ipv4=192.0.2.1 server-ipv6=2001:DB8::1
example.   DELEG server-name=ns2.example.net.,ns3.example.org.
example.   RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDELEG/ )

example.   NS    ns1.example.
example.   NS    ns2.example.net.
example.   NS    ns3.example.org.

example.   DS    44444 13 2 ABCDEF01234567...
example.   RRSIG DS 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDS )

example.   NSEC  net. NS DS RRSIG NSEC DELEG
example.   RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleNSEC+/ )

; unsigned glue for legacy (NS) delegation
; it is NOT present in NSEC chain
ns1.example. A     192.0.2.1
ns1.example. AAAA  2001:DB8::1
]]></artwork>
        <t>The "test." delegation point has a DELEG record and no NS or DS records.</t>
        <t>Please note:
This is an example of an unnecessarily complicated setup to demonstrate the capabilities of the DELEG and DELEGPARAM RR types.</t>
        <artwork><![CDATA[
test.      DELEG server-ipv6=3fff::33
test.      DELEG include-delegparam=Acfg.example.org.
test.      DELEG include-delegparam=config2.example.net.
test.      RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestDELEG )

test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

; a forgotten glue record from legacy (NS) delegation
; it is NOT present in NSEC chain and it is occluded
a.test.    A     192.0.2.1
]]></artwork>
        <t>Delegations to org and net zones omitted for brevity.</t>
      </section>
      <section anchor="exampleorg-zone-file">
        <name>Example.org zone file</name>
        <t>The following example shows an excerpt from an unsigned example.org zone.</t>
        <artwork><![CDATA[
Acfg.example.org.    DELEGPARAM server-ipv6=2001:DB8::6666
Acfg.example.org.    DELEGPARAM server-name=ns3.example.org.
Acfg.example.org.    DELEGPARAM include-delegparam=subcfg.example.org.

ns3.example.org.       AAAA   3fff::33

subcfg.example.org.  DELEGPARAM server-ipv4=203.0.113.1 server-ipv6=3fff::2
]]></artwork>
      </section>
      <section anchor="examplenet-zone-file">
        <name>Example.net zone file</name>
        <t>The following example shows an excerpt from an unsigned example.net zone.</t>
        <artwork><![CDATA[
ns2.example.net.       A      198.51.100.1

config2.example.net. DELEGPARAM server-name=b.example.org.
]]></artwork>
      </section>
      <section anchor="responses">
        <name>Responses</name>
        <t>The following sections show referral examples:</t>
        <section anchor="do-bit-clear-de-bit-clear">
          <name>DO bit clear, DE bit clear</name>
          <section anchor="query-for-fooexample">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR RCODE=NOERROR
;;

;; Question
foo.example.  IN MX

;; Answer
;; (empty)

;; Authority
example.   NS    ns1.example.
example.   NS    ns2.example.net.
example.   NS    ns3.example.org.

;; Additional
ns1.example. A     192.0.2.1
ns1.example. AAAA  2001:DB8::1
]]></artwork>
          </section>
          <section anchor="query-for-footest">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR AA RCODE=NXDOMAIN
;;

;; Question
foo.test.   IN MX

;; Answer
;; (empty)

;; Authority
.   SOA ...

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
          <section anchor="occluded-example">
            <name>Query for a.test</name>
            <t>A forgotten glue record under the "test." delegation point is occluded by DELEG RRset.</t>
            <artwork><![CDATA[
;; Header: QR AA RCODE=NXDOMAIN
;;

;; Question
a.test.   IN A

;; Answer
;; (empty)

;; Authority
.   SOA ...

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
        </section>
        <section anchor="do-bit-set-de-bit-clear">
          <name>DO bit set, DE bit clear</name>
          <section anchor="query-for-fooexample-1">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR DO RCODE=NOERROR
;;

;; Question
foo.example.   IN MX

;; Answer
;; (empty)

;; Authority

example.   NS    ns1.example.
example.   NS    ns2.example.net.
example.   NS    ns3.example.org.
example.   DS    44444 13 2 ABCDEF01234567...
example.   RRSIG DS 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDS )
;; Additional
ns1.example. A     192.0.2.1
ns1.example. AAAA  2001:DB8::1
]]></artwork>
          </section>
          <section anchor="legacynxdomain">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR DO AA RCODE=NXDOMAIN
;;

;; Question
foo.test.      IN MX

;; Answer
;; (empty)

;; Authority
.          SOA ...
.          RRSIG SOA ...
test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
          <section anchor="example-occluded">
            <name>Query for a.test</name>
            <t>A forgotten glue record under the "test." delegation point is occluded by DELEG RRset.
This is indicated by NSEC chain which "skips" over the owner name with A RRset.</t>
            <artwork><![CDATA[
;; Header: QR DO AA RCODE=NXDOMAIN
;;

;; Question
a.test.      IN A

;; Answer
;; (empty)

;; Authority
.          SOA ...
.          RRSIG SOA ...
test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

;; Additional
;; OPT with Extended DNS Error: New Delegation Only
]]></artwork>
          </section>
        </section>
        <section anchor="do-bit-clear-de-bit-set">
          <name>DO bit clear, DE bit set</name>
          <section anchor="query-for-fooexample-2">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR DE RCODE=NOERROR
;;

;; Question
foo.example.  IN MX

;; Answer
;; (empty)

;; Authority
example.   DELEG server-ipv4=192.0.2.1 server-ipv6=2001:DB8::1
example.   DELEG server-name=ns2.example.net.,ns3.example.org.

;; Additional
;; (empty)
]]></artwork>
          </section>
          <section anchor="query-for-footest-1">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR RCODE=NOERROR
;;

;; Question
foo.test.   IN MX

;; Answer
;; (empty)

;; Authority
test.      DELEG server-ipv6=3fff::33
test.      DELEG include-delegparam=Acfg.example.org.
test.      DELEG include-delegparam=config2.example.net.

;; Additional
;; (empty)
]]></artwork>
            <t>A follow-up example in <xref target="delegparam-example"/> explains the ultimate meaning of this response.</t>
          </section>
        </section>
        <section anchor="do-bit-set-de-bit-set">
          <name>DO bit set, DE bit set</name>
          <section anchor="query-for-fooexample-3">
            <name>Query for foo.example</name>
            <artwork><![CDATA[
;; Header: QR DO DE RCODE=NOERROR
;;

;; Question
foo.example.  IN MX

;; Answer
;; (empty)

;; Authority
example.   DELEG server-ipv4=192.0.2.1 server-ipv6=2001:DB8::1
example.   DELEG server-name=ns2.example.net.,ns3.example.org.
example.   RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDELEG/ )
example.   DS    44444 13 2 ABCDEF01234567...
example.   RRSIG DS 13 1 300 20260101000000 (
                        20250101000000 33333 . SigExampleDS )

;; Additional
ns1.example. A     192.0.2.1
ns1.example. AAAA  2001:DB8::1
]]></artwork>
          </section>
          <section anchor="query-for-footest-2">
            <name>Query for foo.test</name>
            <artwork><![CDATA[
;; Header: QR DO DE RCODE=NOERROR
;;

;; Question
foo.test.      IN MX

;; Answer
;; (empty)

;; Authority
test.      DELEG server-ipv6=3fff::33
test.      DELEG include-delegparam=Acfg.example.org.
test.      DELEG include-delegparam=config2.example.net.
test.      RRSIG DELEG 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestDELEG )
test.      NSEC  . RRSIG NSEC DELEG
test.      RRSIG NSEC 13 1 300 20260101000000 (
                        20250101000000 33333 . SigTestNSEC/ )

;; Additional
;; (empty)
]]></artwork>
            <t>A follow-up example in <xref target="delegparam-example"/> explains the ultimate meaning of this response.</t>
          </section>
        </section>
      </section>
      <section anchor="delegparam-example">
        <name>DELEGPARAM Interpretation</name>
        <t>In the examples above, the test. DELEG record uses indirection and points to other domain names with DELEGPARAM, A, and AAAA records.
During resolution, a resolver will gradually build set of name servers to contact, as defined in <xref target="slist"/>.</t>
        <t>To visualize the end result of this process, we represent full set of name servers in form of a 'virtual' DELEG RRset.</t>
        <artwork><![CDATA[
test. DELEG server-ipv4=198.51.100.1
test. DELEG server-ipv4=203.0.113.1
test. DELEG server-ipv6=2001:DB8::6666
test. DELEG server-ipv6=3fff::2
; IPv6 address 3fff::33 was de-duplicated (input RRsets listed it twice)
test. DELEG server-ipv6=3fff::33
]]></artwork>
        <t>Implementations are free to use alternative representations for this data, as it is not directly exposed via DNS protocol.</t>
      </section>
    </section>
    <section anchor="test-vectors">
      <name>Test Vectors</name>
      <t>TODO: In what format? Machine readable would be a win. Perhaps a combination of <xref target="RFC8427"/> and <xref target="I-D.peltan-edns-presentation-format"/>?</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document is heavily based on past work done by Tim April in
<xref target="I-D.tapril-ns2"/> and thus extends the thanks to the people helping on this which are:
John Levine, Erik Nygren, Jon Reed, Ben Kaduk, Mashooq Muhaimen, Jason Moreau, Jerrod Wiesman, Billy Tiemann, Gordon Marx and Brian Wellington.</t>
      <t>Work on DELEG protocol has started at IETF 118 Hackaton.
Hackaton participants: Christian Elmerot, David Blacka, David Lawrence, Edward Lewis, Erik Nygren, George Michaelson, Jan Včelák, Klaus Darilion, Libor Peltan, Manu Bretelle, Peter van Dijk, Petr Špaček, Philip Homburg, Ralf Weber, Roy Arends, Shane Kerr, Shumon Huque, Vandan Adhvaryu, Vladimír Čunát, Andreas Schulze.</t>
      <t>Other people joined the effort after the initial hackaton: Ben Schwartz, Bob Halley, Paul Hoffman, Miek Gieben, Ray Hunter, Håvard Eidnes ...</t>
      <t>The RESINFO extension was contributed by Florian Obser.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
SvHnAAA=

-->

</rfc>
