<?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.43 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-zone-cut-to-nowhere-00" category="std" consensus="true" submissionType="IETF" updates="RFC1035" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.1 -->
  <front>
    <title>Signalling a Zone Cut to Nowhere in the DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-zone-cut-to-nowhere-00"/>
    <author fullname="Joe Abley">
      <organization>Cloudflare</organization>
      <address>
        <email>jabley@cloudflare.com</email>
      </address>
    </author>
    <author fullname="Wes Hardaker">
      <organization>USC/ISI</organization>
      <address>
        <email>ietf@hardakers.net</email>
      </address>
    </author>
    <author fullname="Warren Kumari">
      <organization>Google, Inc.</organization>
      <address>
        <email>warren@kumari.net</email>
      </address>
    </author>
    <date year="2026" month="September" day="23"/>
    <area>Operations and Management</area>
    <workgroup>Domain Name System Operations</workgroup>
    <keyword>DNS</keyword>
    <keyword>DNSSEC</keyword>
    <keyword>zone cut</keyword>
    <keyword>delegation</keyword>
    <keyword>referral</keyword>
    <abstract>
      <?line 76?>

<t>This document defines a standard mechanism to signal the existence of a DNS
zone cut without specifying authoritative nameservers for the delegated child
zone. This "zone cut to nowhere" is particularly useful in split-horizon
environments, allowing parent zones to explicitly signal that a child zone
exists but is only resolvable within a private namespace.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-dnsop.github.io/draft-ietf-dnsop-zone-cut-to-nowhere/draft-ietf-dnsop-zone-cut-to-nowhere.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-dnsop-zone-cut-to-nowhere/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Domain Name System Operations Working Group mailing list (<eref target="mailto:dnsop@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/dnsop/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/dnsop/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-dnsop/draft-ietf-dnsop-zone-cut-to-nowhere"/>.</t>
    </note>
  </front>
  <middle>
    <?line 85?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The DNS protocol, as originally specified in <xref target="RFC1034"/> and
<xref target="RFC1035"/>, describes a single, global, hierarchical namespace
that is separated into zones. The boundary between a parent zone
and a child zone is indicated using a zone cut. Zone cuts are
specified using specific resource records which are published within
the parent and child zones; the parent-side resource records are
revealed during DNS resolution by way of referral responses from
nameservers.</t>
      <t>Private DNS namespaces also exist, and are commonly used in enterprise and
corporate environments, where a portion of the namespace is only accessible
within the organization, using internal DNS infrastructure. This is often
referred to as "split" DNS. A user of a private network might be able to
resolve names using local DNS infrastructure that are not visible to other
users of other networks.</t>
      <t>When a device or application uses the DNS protocol to resolve both
internal names and external names published in the global DNS
namespace, ambiguity can result. For example, DNS responses from
Internet-reachable nameservers might indicate that a particular
name published in an internal namespace does not exist, while an
internal nameserver might be configured to respond differently.
Since mobile devices can attach to different networks and can cache
DNS responses obtained from different namespaces, this ambiguity
can cause issues. A DNSSEC-aware resolver on a mobile device
might cache a signed, negative response from an external nameserver
for a particular name and might treat a subsequent, positive response
from an internal nameserver for the same name as bogus, preventing
the response from being used by an application.</t>
      <t>This document provides a means of explicitly signalling the existence of a zone
cut in a namespace in circumstances where the child zone only exists in a
different namespace from the parent. We refer to this type of zone cut as a
"zone cut to nowhere" and introduce the corresponding terms "delegation to
nowhere" and "referral to nowhere" in <xref target="definitions"/>.</t>
    </section>
    <section anchor="definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>This document uses DNS terminology as described in <xref target="RFC9499"/>.
Familiarity with terms defined in that document is assumed.</t>
      <t>This document also uses the following new terms:</t>
      <ol spacing="normal" type="1"><li>
          <t>"Zone cut to nowhere" -- a zone cut where the parent zone
and the child zone are provisioned in different namespaces. A zone
cut to nowhere is a signal provided by the administrator of a parent
zone that a child zone exists, but is not able to be used in the
DNS namespace of the parent.</t>
        </li>
        <li>
          <t>"Delegation to nowhere" -- a delegation from a parent to
a child across a zone cut to nowhere.</t>
        </li>
        <li>
          <t>"Referral to nowhere", "Referral response to nowhere" -- a DNS
response received from a nameserver that reveals the existence
of a delegation to nowhere.</t>
        </li>
      </ol>
    </section>
    <section anchor="publishing-a-delegation-to-nowhere">
      <name>Publishing a Delegation to Nowhere</name>
      <t>A zone cut to nowhere is implemented in a parent zone using a single
NS resource record with an empty target (an empty NSDNAME, in the
parlance of <xref target="RFC1035"/>). A zone cut to nowhere between the parent
zone <tt>EXAMPLE.ORG</tt> and the child zone <tt>DUCKLING.EXAMPLE.ORG</tt> with
a TTL of 3600 seconds would be described in zone file syntax as
follows:</t>
      <artwork><![CDATA[
        ; zone data published in an external nameserver

        $ORIGIN EXAMPLE.ORG.

        ; the zone DUCKLING.EXAMPLE.ORG exists, but in another
        ; namespace

        DUCKLING  3600  IN  NS  .
]]></artwork>
      <t>A zone cut to nowhere may also be provisioned as a secure delegation.
This allows a DNSSEC-aware consumer of a referral response to obtain
and cache a DNSSEC trust anchor for the child zone, for use when
it is able to receive a signed response from a nameserver that
includes the child zone in its namespace.</t>
      <artwork><![CDATA[
        $ORIGIN EXAMPLE.ORG.

        ; the signed zone PUPPY.EXAMPLE.ORG exists,
        ; but in another namespace

        PUPPY  3600  IN  DS  [...]
                         NS  .
]]></artwork>
      <t>An NS RRSet in a parent zone which includes multiple NS resource
records is not a delegation to nowhere, even if one of the NS
resource records within the RRSet has an empty target.</t>
      <artwork><![CDATA[
        KITTEN  3600  IN  NS  A.CAT-SERVERS.EXAMPLE.
                          NS  B.CAT-SERVERS.EXAMPLE.
                          NS  .                        ; unusual
                          NS  C.CAT-SERVERS.EXAMPLE.
]]></artwork>
      <t>This NS RRSet does not encode a delegation to nowhere, since other
NS resource records exist in addition to the record with the empty
target (marked with a comment as "unusual"). This configuration may
have some other meaning in a different context, however, and is
specifically not addressed by this specification.</t>
    </section>
    <section anchor="interpreting-a-referral-to-nowhere">
      <name>Interpreting a Referral to Nowhere</name>
      <t>No special processing is necessary in order to interpret a referral
response to nowhere.  Individual RRSets present in a referral
response to nowhere can safely be interpreted and processed in an
identical fashion to any other referral response where the authoritative
servers for the child zone cannot themselves be resolved, and hence
cannot be reached.</t>
      <t>{Editor's note (to be removed before publication): Please see
<xref target="Hardaker2026"/>, and the IEPG recording <xref target="IEPG-IETF125"/>
for real-world testing of this behavior.}</t>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>When a child zone is known to exist in another namespace, and when
that other namespace is intended for use with the DNS, a delegation
to nowhere <bcp14>MAY</bcp14> be provisioned in the parent zone to signal that the
child zone exists in some other namespace. In such circumstances
the parent zone <bcp14>MAY</bcp14> be the root zone, or any other zone.</t>
      <t>A secure delegation to nowhere <bcp14>MAY</bcp14> be provisioned if the keys used
for signing in the child zone are known to the administrator of the
parent zone. In the case where differently-signed (or unsigned)
child zones are known to exist in different namespaces, a secure
delegation <bcp14>SHOULD NOT</bcp14> be used.</t>
      <t>The use of a delegation to nowhere in this document is described
for the IN class only. Use of this mechanism in other classes is
not addressed by this specification.</t>
      <t>Name resolution protocols other than the DNS are also used by some
systems, for names that are syntactically equivalent to domain names
in the DNS. In some cases, names resolved by those non-DNS protocols
are anchored in a specific domain that is consequently reserved for
their use in the DNS, to avoid name collisions.  Examples of such
reservations in the DNS are the <tt>LOCAL</tt> top-level domain reserved
for use by Multicast DNS <xref target="RFC6762"/> and the <tt>ALT</tt> top-level domain
reserved use in general for non-DNS resolution protocols <xref target="RFC9476"/>.
Domains that are not intended for use with the DNS as their resolution
protocol <bcp14>SHOULD NOT</bcp14> be provisioned in the DNS as delegations to
nowhere, since there is no DNS namespace ambiguity that such a
configuration could help with.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <section anchor="internal-namespace-as-a-subdomain-of-a-public-domain">
        <name>Internal Namespace as a Subdomain of a Public Domain</name>
        <t>A company uses names within the <tt>EXAMPLE.COM</tt> domain both for
internal services it provides to its employees and for public
services that are made available to the general public over the
Internet.</t>
        <t>The company also provides certain services that are only available
to users of devices attached to its internal network. Those services
are named within the subdomain <tt>CORP.EXAMPLE.COM</tt>. The company does
not wish those internal services to be visible to external users.</t>
        <t>We say that the <tt>EXAMPLE.COM</tt> zone exists in the global DNS namespace
and that the <tt>CORP.EXAMPLE.COM</tt> zone exists only in a private DNS
namespace.</t>
        <t>The company publishes a <tt>CORP.EXAMPLE.COM</tt> zone on DNS nameservers
attached to its internal network. The company configures the DNS
resolvers used by devices attached to its internal network to be
aware that the <tt>CORP.EXAMPLE.COM</tt> zone is served by those internal
nameservers, such that queries sent from devices inside the company's
network can resolve names in the <tt>CORP.EXAMPLE.COM</tt> domain.</t>
        <artwork><![CDATA[
        $ORIGIN CORP.EXAMPLE.COM.
        ; internal zone only served in our internal network

        @      3600  IN  SOA   [...]

        ; the internal zone CORP.EXAMPLE.COM is served by the internal
        ; nameservers NS1.CORP.EXAMPLE.COM and NS2.CORP.EXAMPLE.COM

                     NS    NS1
                     NS    NS2

        NS1          A     198.51.100.37
                     AAAA  2001:db8:2:1::2c

        NS2          A     203.0.113.56
        NS2          AAAA  2001:db8:2:3::2d

        ; the internal intranet web server is INTRANET.CORP.EXAMPLE.COM

        INTRANET     A     198.51.100.74
                     AAAA  2001:db8:2:1::f8

        ; the management address of an internal network device known
        ; as BACKBONE-SW.CORP.EXAMPLE.COM

        BACKBONE-SW  A     198.51.100.65
]]></artwork>
        <t>The company publishes an <tt>EXAMPLE.COM</tt> zone on nameservers that are
general reachable over the Internet -- that is, the nameservers are
reachable and the <tt>COM</tt> zone returns referrals for the <tt>EXAMPLE.COM</tt>
zone to those nameservers. The EXAMPLE.COM zone includes names that
the company wants clients to be able to resolve regardless of what
network they are connected to.</t>
        <artwork><![CDATA[
        $ORIGIN EXAMPLE.COM.

        ; the public zone EXAMPLE.COM is published to the Internet

        @      3600  IN  SOA   [...]

        ; the public zone EXAMPLE.COM is served by the nameservers
        ; NS1.EXAMPLE.COM and NS2.EXAMPLE.COM which are reachable
        ; over the Internet

                     NS    NS1
                     NS    NS2

        ; Internet mail for EXAMPLE.COM is handled by the server
        ; MAIL.EXAMPLE.COM

                     MX    10 MAIL.EXAMPLE.COM.

        ; The public nameservers NS1.EXAMPLE.COM and NS2.EXAMPLE.COM

        NS1          A     192.0.2.25
        NS1          AAAA  2001:db8:e0::2a

        NS2          A     192.0.2.27
        NS2          AAAA  2001:db8:e0::2b

        ; MAIL.EXAMPLE.COM and WWW.EXAMPLE.COM are intended to be used
        ; from anywhere, not just by internal clients, so they are
        ; named in the global namespace

        MAIL         A     192.0.2.41
        MAIL         A     2001:db8:e0::f1

        WWW          A     192.0.2.58
        WWW          AAAA  2001:db8:e0::5e

        ; CORP.EXAMPLE.COM is our internal namespace. Delegate the
        ; corresponding zone to nowhere

        CORP         NS    .
]]></artwork>
      </section>
      <section anchor="general-purpose-top-level-domain-for-internal-namespaces">
        <name>General Purpose Top-Level Domain for Internal Namespaces</name>
        <t>Suppose it has been decided that the top-level domain <tt>INTERNAL</tt> be
reserved for use in private namespaces. The root zone of the global
DNS is signed using DNSSEC <xref target="RFC4033"/>; that is, DNSSEC-specific
RRSets are published in the root zone that allow DNSSEC-aware
resolvers to be sure with cryptographic certainty whether particular
top-level domains exist in the public namespace.</t>
        <t>A delegation to nowhere for the <tt>INTERNAL</tt> top-level domain in the
root zone of the global DNS namespace would provide an unambiguous
signal to resolvers that <tt>INTERNAL</tt> does exist in other namespaces.
An insecure delegation to nowhere is appropriate in this example
since there is no single trust anchor that could be used to provide
a secure delegation to zones in multiple namespaces that have
different, non-cooperating administrators.</t>
        <artwork><![CDATA[
        $ORIGIN .

        ; the INTERNAL top-level domain is delegated to nowhere, to
        ; facilitate its use in private namespaces

        INTERNAL  172800  IN  NS  .
]]></artwork>
      </section>
    </section>
    <section anchor="updates-to-rfc-1035">
      <name>Updates to RFC 1035</name>
      <t>This document updates <xref section="3.3.11" sectionFormat="of" target="RFC1035"/> as follows:</t>
      <ul empty="true">
        <li>
          <t><tt>NSDNAME</tt> <bcp14>MAY</bcp14> be specified as a single, zero-length label. An
NS RRSet that consists of a single NS resource record with empty
<tt>NSDNAME</tt> is used to indicate that a zone cut exists without
providing any authoritative nameservers for the child zone. The
purpose of such an RRSet is to confirm that the child zone
exists, but in a different namespace from the parent (e.g. in a
private namespace).</t>
        </li>
      </ul>
    </section>
    <section anchor="other_uses">
      <name>Other Uses of the Empty Name in the DNS</name>
      <t>In <xref target="RFC7505"/> an MX resource record with an empty target (called
<tt>EXCHANGE</tt> in <xref target="RFC1035"/>) is specified to mean that the corresponding
domain name does not accept e-mail. In effect, the empty field is
used to indicate that there is no host available to use for e-mail
delivery.</t>
      <t>In <xref target="RFC2782"/> an SRV 'Target of "." means that the service is
decidedly not available at this domain.'</t>
      <t><xref section="2.5" sectionFormat="comma" target="RFC9460"/> notes that 'For AliasMode SVCB RRs, a
TargetName of "." indicates that the service is not available or
does not exist.'</t>
      <t>These uses of the empty name are conceptually consistent with the
meaning defined in this document: that using an empty name is to
be interpreted as the corresponding function not being available.</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>The empty name is not known to have been widely used as an NS target,
although it has been used with other resource records, as described
in <xref target="other_uses"/>. It is a reasonable concern that if delegations
to nowhere became prevalent, or if names related to such zone cuts
were associated with significant traffic, some operational problem
might result. For example, DNS software that made incompatible
assumptions about DNS responses might fail, or harmful traffic to
root servers might result.</t>
      <t>Some experiments carried out by the authors to assess the likelihood
of such problems are described in <xref target="experiments"/>. The results of
those experiments do not suggest that the widespread use of delegations
to nowhere would lead to operational problems.</t>
      <t>Many organizations have a private namespace that is not mirrored on the
outside, except, partially and temporarily, when deploying TXT records
for ACME DNS-01 validation to obtain certificates for internal usage
from one of the common WebPKI CAs. Organizations with such a setup
cannot use the delegation to nowhere.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>By explicitly signalling the existence of a private child zone, this mechanism
prevents DNSSEC-aware resolvers from erroneously caching authenticated denial
of existence (NSEC/NSEC3) records from the global namespace for private
subdomains. This allows a roaming, DNSSEC-aware resolver to maintain a
consistent chain of trust regardless of its vantage point. Consequently, this
unambiguous configuration offers better security and operational stability than
relying on split-horizon architectures without explicit parent-side signalling.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
      <t>The example of the designated top-level domain <tt>INTERNAL</tt> being
provisioned as a delegation of <tt>INTERNAL</tt> to nowhere from the root
zone was intentionally chosen in order to make it clear that such
a configuration is allowed, is consistent with this specification
and facilitates the use of private namespaces named under such a
top-level domain with less ambiguity than might otherwise occur.
This document does not provide any operational direction to the
IANA, however.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="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>
        <reference anchor="RFC4033">
          <front>
            <title>DNS Security Introduction and Requirements</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>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System. This document introduces these extensions and describes their capabilities and limitations. This document also discusses the services that the DNS security extensions do and do not provide. Last, this document describes the interrelationships between the documents that collectively describe DNSSEC. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4033"/>
          <seriesInfo name="DOI" value="10.17487/RFC4033"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="Powers2006">
          <front>
            <title>Three Days to Never</title>
            <author initials="T." surname="Powers" fullname="Tim Powers">
              <organization/>
            </author>
            <date year="2006" month="August" day="08"/>
          </front>
          <refcontent>William Morrow &amp; Company, ISBN 978-0380976539</refcontent>
        </reference>
        <reference anchor="Byrne1985">
          <front>
            <title>Road to Nowhere</title>
            <author initials="D." surname="Byrne" fullname="David Byrne">
              <organization>Talking Heads</organization>
            </author>
            <date year="1985" month="June" day="03"/>
          </front>
          <refcontent>from the album "Little Creatures", Sire Records</refcontent>
        </reference>
        <reference anchor="Hardaker2026">
          <front>
            <title>Analyzing .internal to .dot</title>
            <author initials="W." surname="Hardaker" fullname="Wes Hardaker">
              <organization/>
            </author>
            <date year="2026" month="April" day="27"/>
          </front>
          <refcontent>https://ant.isi.edu/~hardaker/papers/2026-04-27-analyzing-dot-internal-to-dot.pdf</refcontent>
        </reference>
        <reference anchor="IEPG-IETF125">
          <front>
            <title>IEPG @ IETF 125 Meeting Recording</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>https://youtu.be/fGZj3SWi-OI?t=1772</refcontent>
        </reference>
        <reference anchor="RFC6762">
          <front>
            <title>Multicast DNS</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>As networked devices become smaller, more portable, and more ubiquitous, the ability to operate with less configured infrastructure is increasingly important. In particular, the ability to look up DNS resource record data types (including, but not limited to, host names) in the absence of a conventional managed DNS server is useful.</t>
              <t>Multicast DNS (mDNS) provides the ability to perform DNS-like operations on the local link in the absence of any conventional Unicast DNS server. In addition, Multicast DNS designates a portion of the DNS namespace to be free for local use, without the need to pay any annual fee, and without the need to set up delegations or otherwise configure a conventional DNS server to answer for those names.</t>
              <t>The primary benefits of Multicast DNS names are that (i) they require little or no administration or configuration to set them up, (ii) they work when no infrastructure is present, and (iii) they work during infrastructure failures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6762"/>
          <seriesInfo name="DOI" value="10.17487/RFC6762"/>
        </reference>
        <reference anchor="RFC9476">
          <front>
            <title>The .alt Special-Use Top-Level Domain</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="September" year="2023"/>
            <abstract>
              <t>This document reserves a Top-Level Domain (TLD) label "alt" to be used in non-DNS contexts. It also provides advice and guidance to developers creating alternative namespaces.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9476"/>
          <seriesInfo name="DOI" value="10.17487/RFC9476"/>
        </reference>
        <reference anchor="RFC7505">
          <front>
            <title>A "Null MX" No Service Resource Record for Domains That Accept No Mail</title>
            <author fullname="J. Levine" initials="J." surname="Levine"/>
            <author fullname="M. Delany" initials="M." surname="Delany"/>
            <date month="June" year="2015"/>
            <abstract>
              <t>Internet mail determines the address of a receiving server through the DNS, first by looking for an MX record and then by looking for an A/AAAA record as a fallback. Unfortunately, this means that the A/AAAA record is taken to be mail server address even when that address does not accept mail. The No Service MX RR, informally called "null MX", formalizes the existing mechanism by which a domain announces that it accepts no mail, without having to provide a mail server; this permits significant operational efficiencies.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7505"/>
          <seriesInfo name="DOI" value="10.17487/RFC7505"/>
        </reference>
        <reference anchor="RFC2782">
          <front>
            <title>A DNS RR for specifying the location of services (DNS SRV)</title>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <author fullname="L. Esibov" initials="L." surname="Esibov"/>
            <date month="February" year="2000"/>
            <abstract>
              <t>This document describes a DNS RR which specifies the location of the server(s) for a specific protocol and domain. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2782"/>
          <seriesInfo name="DOI" value="10.17487/RFC2782"/>
        </reference>
        <reference anchor="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>
      </references>
    </references>
    <?line 466?>

<section anchor="experiments">
      <name>Experiments</name>
      <t>Please see <xref target="Hardaker2026"/> for some real world testing of the use of
delegations to nowhere, and the IEPG recording of the discussion:
<xref target="IEPG-IETF125"/>.</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The phrase "delegation to nowhere" was inspired by the misremebered
title of a novel by Tim Powers entitled "Two Days to Nowhere", in
which characters deal with ambiguous realities by way of supernatural
sensitivity, time travel and alcohol.  This seemed like a good
metaphor for the problem of provisioning overlapping namespaces in
the DNS.</t>
      <t>Unfortunately, it appears that Tim Powers wrote no such book,
although he did publish the similarly-named novel "Three Days to
Never" <xref target="Powers2006"/> which is perhaps what I was thinking of. And
it's certainly true that much of his writing features ambiguity,
the supernatural and excessive drinking. Memory is a tricky thing.</t>
      <t>The song "Road to Nowhere" <xref target="Byrne1985"/> from the 1985 Talking Heads
album "Little Creatures" would perhaps have been a better inspiration
for the terminology.  It's a shame that's not what happened.</t>
      <t>The authors stand ready to acknowledge all contributions from their friends and
colleagues. These include, but are not limited to, the following people: Mark
Andrews, Ray Bellis, Steve Crocker, Peter van Dijk, Ross Gibson, Paul Hoffman,
Geoff Huston, Philip Homburg, Eberhard Lisse, Ted Lemon, Andrew McConachie,
Scott Morizot, Benno Overeinder, Libor Peltan, Petr Špaček, Michael Richardson,
Michael De Roover, Ondřej Surý, and Peter Thomassen. At least one of the
authors has a staggeringly bad memory for names, faces, and life in general, so
if you contributed and your name is not listed here, please accept our
apologies and let us know so we can correct the oversight.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
