<?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.29 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-hardaker-dnsop-dns-xfr-scheme-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="DNS XFR URI Schemes">The DNS XFR URI Schemes</title>
    <seriesInfo name="Internet-Draft" value="draft-hardaker-dnsop-dns-xfr-scheme-01"/>
    <author fullname="Wes Hardaker">
      <organization>Google, Inc.</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>
    <author initials="J." surname="Reid" fullname="Jim Reid">
      <organization>RTFM llp</organization>
      <address>
        <postal>
          <street>St Andrews House</street>
          <city>382 Hillington Road, Glasgow Scotland</city>
          <code>G51 4BL</code>
          <country>UK</country>
        </postal>
        <email>jim@rfc1035.com</email>
      </address>
    </author>
    <author initials="G." surname="Huston" fullname="Geoff Huston">
      <organization>APNIC</organization>
      <address>
        <postal>
          <street>6 Cordelia St</street>
          <city>South Brisbane</city>
          <code>QLD 4101</code>
          <country>Australia</country>
        </postal>
        <email>gih@apnic.net</email>
      </address>
    </author>
    <date year="2026" month="June" day="01"/>
    <area>Operations and Management</area>
    <workgroup>Domain Name System Operations</workgroup>
    <keyword>DNS</keyword>
    <keyword>DNSSEC</keyword>
    <keyword>zone transfer</keyword>
    <keyword>axfr</keyword>
    <keyword>ixfr</keyword>
    <abstract>
      <?line 85?>

<t>The DNS protocol provides an in-band mechanism for transferring the
contents of a zone from a server to a client.  This is most frequently
used when secondary servers are transferring the DNS zone content from
their configured primary server.</t>
      <t>This document defines a Uniform Resource Identifier (URI) scheme for
referencing DNS servers from which DNS zone contents can be transferred.</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.io/hardker/draft-hardaker-dnsop-dns-xfr-scheme/draft-hardaker-dnsop-dns-xfr-scheme.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-hardaker-dnsop-dns-xfr-scheme/"/>.
      </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/https://github.com/hardaker/draft-hardaker-dnsop-dns-xfr-scheme"/>.</t>
    </note>
  </front>
  <middle>
    <?line 95?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The DNS protocol provides an in-band mechanism for transferring the
contents of a zone from a server to a client.  This is most frequently
used when secondary servers are transferring the DNS zone content from
their configured primary server.</t>
      <t>This document defines a Uniform Resource Identifier (URI) <xref target="RFC3986"/> scheme for
referencing DNS servers from which DNS zone contents can be transferred.</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?>

</section>
    <section anchor="syntax">
      <name>Syntax of a DNS Transfer Protocol URI</name>
      <t>Current DNS transfer protocols exist in three fundamental forms:
Authoratative Transfers (AXFR) <xref target="RFC5936"/>, Incremental Zone Transfers
(IXFR) <xref target="RFC5936"/> and XFR over TLS (XoT) <xref target="RFC9103"/>.  This document
defines URI schemes for all three of these DNS transfer protocols.</t>
      <t>This document uses the Augmented Backus-Naur Form (ABNF) of
<xref target="RFC5234"/>.</t>
      <artwork><![CDATA[
    xfr-URI = scheme ":" host [ ":" port ] "/" zone

    scheme = "axfr" / "ixfr" / "xot"

    zone = TBD
]]></artwork>
      <t>host and port are specified in <xref target="RFC3986"/>.</t>
      <t>The 'scheme' signifies which DNS zone transfer protocol should be used
(AXFR <xref target="RFC5936"/>, IXFR <xref target="RFC5936"/> or XoT <xref target="RFC9103"/>).  While these
two ABNF productions are defined in <xref target="RFC3986"/> as components of the
generic hierarchical URI, this does not imply that the "axfr", "ixfr"
and "xot" URI schemes are hierarchical URIs.  Developers <bcp14>MUST NOT</bcp14> use
a generic hierarchical URI parser to parse a "axfr", "ixfr" or "xot" URI.</t>
    </section>
    <section anchor="semantics">
      <name>URI Scheme Semantics</name>
      <t>The "axfr", "ixfr" or "xot" URI schemes are used to refer to a DNS
server that offers zone transfer support.  These three protocols each
specify the details of how transfers are performed within their
respective specifications and are beyond the scope of this document.</t>
      <t>The required 'host' part of the xfr URI denotes the DNS server host.</t>
      <t>As specified in each transfer protocols specifications, the 'port'
part, if present, denotes the port on which the DNS server is awaiting
requests.  If absent for the axfr and ixfr transfer protocols, this
<bcp14>SHOULD</bcp14> be TCP port 53.  If absent for the xot transfer protocol, the
default port <bcp14>SHOULD</bcp14> be TCP port 853.</t>
      <t>The 'zone' signifies the zone to be transferred and <bcp14>MUST</bcp14> be a fully
qualified domain name.  Note that 'zone' <bcp14>MAY</bcp14> be "." to refer to the
DNS root zone.  When not referring to the root zone, the 'zone' <bcp14>SHOULD</bcp14>
have a trailing "." (for example "zone.example.").</t>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>The "axfr", "ixfr" or "xot" URI schemes do not introduce new security
considerations beyond what is specified in their respective RFCs (AXFR
<xref target="RFC5936"/>, IXFR <xref target="RFC5936"/> or XoT <xref target="RFC9103"/>).  These schemes are
intended for use in documentation and configuration files that refer
to servers offering DNS zone transfers.  Documentation and
configuration files should carefully consider which protocol is most
suitable for use, and if possible the "xot" protocol should be
preferred if privacy or integrity of the zone contents are a concern.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This section contains the registration information for the "axfr",
"ixfr" or "xot" URI schemes (in accordance with <xref target="RFC4395"/>).</t>
      <section anchor="axfr-uri-registration">
        <name>"axfr" URI Registration</name>
        <t>URI scheme name: axfr</t>
        <t>Status: permanent</t>
        <t>URI scheme syntax: See Section <xref target="syntax"/></t>
        <t>URI scheme semantics: See Section <xref target="semantics"/></t>
        <t>Encoding considerations: There are no encoding considerations beyond
those in <xref target="RFC3986"/>.</t>
        <t>Applications/protocols that use this URI scheme name:</t>
        <t>The "axfr" URI scheme is intended to be used by applications with
   a need to identify a DNS server supporting authoritative transfer
   over DNS using the AXFR protocol for a zone.</t>
        <t>Interoperability considerations: N/A</t>
        <t>Security considerations: See Section <xref target="security"/></t>
        <t>Contact: Wes Hardaker <eref target="mailto:ietf@hardakers.net">ietf@hardakers.net</eref></t>
      </section>
      <section anchor="ixfr-uri-registration">
        <name>"ixfr" URI Registration</name>
        <t>URI scheme name: ixfr</t>
        <t>Status: permanent</t>
        <t>URI scheme syntax: See Section <xref target="syntax"/></t>
        <t>URI scheme semantics: See Section <xref target="semantics"/></t>
        <t>Encoding considerations: There are no encoding considerations beyond
those in <xref target="RFC3986"/>.</t>
        <t>Applications/protocols that use this URI scheme name:</t>
        <t>The "ixfr" URI scheme is intended to be used by applications with
   a need to identify a DNS server supporting authoritative transfer
   over DNS using the IXFR protocol for a zone.</t>
        <t>Interoperability considerations: N/A</t>
        <t>Security considerations: See Section <xref target="security"/></t>
        <t>Contact: Wes Hardaker <eref target="mailto:ietf@hardakers.net">ietf@hardakers.net</eref></t>
      </section>
      <section anchor="xot-uri-registration">
        <name>"xot" URI Registration</name>
        <t>URI scheme name: xot</t>
        <t>Status: permanent</t>
        <t>URI scheme syntax: See Section <xref target="syntax"/></t>
        <t>URI scheme semantics: See Section <xref target="semantics"/></t>
        <t>Encoding considerations: There are no encoding considerations beyond
those in <xref target="RFC3986"/>.</t>
        <t>Applications/protocols that use this URI scheme name:</t>
        <t>The "xot" URI scheme is intended to be used by applications with
   a need to identify a DNS server supporting authoritative transfer
   over DNS using the XoT protocol for a zone.</t>
        <t>Interoperability considerations: N/A</t>
        <t>Security considerations: See Section <xref target="security"/></t>
        <t>Contact: Wes Hardaker <eref target="mailto:ietf@hardakers.net">ietf@hardakers.net</eref></t>
      </section>
      <section anchor="xoh-uri-registration">
        <name>"xoh" URI Registration</name>
        <t>URI scheme name: xoh</t>
        <t>Status: permanent</t>
        <t>URI scheme syntax: See Section <xref target="syntax"/></t>
        <t>URI scheme semantics: See Section <xref target="semantics"/></t>
        <t>Encoding considerations: There are no encoding considerations beyond
those in <xref target="RFC3986"/>.</t>
        <t>Applications/protocols that use this URI scheme name:</t>
        <t>The "xoh" URI scheme is intended to be used by applications with
   a need to identify a DNS server supporting authoritative transfer
   over DNS over the HTTPS protocol for a zone.</t>
        <t>Interoperability considerations: N/A</t>
        <t>Security considerations: See Section <xref target="security"/></t>
        <t>Contact: Wes Hardaker <eref target="mailto:ietf@hardakers.net">ietf@hardakers.net</eref></t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC4395">
          <front>
            <title>Guidelines and Registration Procedures for New URI Schemes</title>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="T. Hardie" initials="T." surname="Hardie"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document provides guidelines and recommendations for the definition of Uniform Resource Identifier (URI) schemes. It also updates the process and IANA registry for URI schemes. It obsoletes both RFC 2717 and RFC 2718. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4395"/>
          <seriesInfo name="DOI" value="10.17487/RFC4395"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC5936">
          <front>
            <title>DNS Zone Transfer Protocol (AXFR)</title>
            <author fullname="E. Lewis" initials="E." surname="Lewis"/>
            <author fullname="A. Hoenes" initials="A." role="editor" surname="Hoenes"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The standard means within the Domain Name System protocol for maintaining coherence among a zone's authoritative name servers consists of three mechanisms. Authoritative Transfer (AXFR) is one of the mechanisms and is defined in RFC 1034 and RFC 1035.</t>
              <t>The definition of AXFR has proven insufficient in detail, thereby forcing implementations intended to be compliant to make assumptions, impeding interoperability. Yet today we have a satisfactory set of implementations that do interoperate. This document is a new definition of AXFR -- new in the sense that it records an accurate definition of an interoperable AXFR mechanism. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5936"/>
          <seriesInfo name="DOI" value="10.17487/RFC5936"/>
        </reference>
        <reference anchor="RFC8499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="A. Sullivan" initials="A." surname="Sullivan"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="January" year="2019"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has sometimes changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document obsoletes RFC 7719 and updates RFC 2308.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8499"/>
          <seriesInfo name="DOI" value="10.17487/RFC8499"/>
        </reference>
        <reference anchor="RFC9103">
          <front>
            <title>DNS Zone Transfer over TLS</title>
            <author fullname="W. Toorop" initials="W." surname="Toorop"/>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="S. Sahib" initials="S." surname="Sahib"/>
            <author fullname="P. Aras" initials="P." surname="Aras"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <date month="August" year="2021"/>
            <abstract>
              <t>DNS zone transfers are transmitted in cleartext, which gives attackers the opportunity to collect the content of a zone by eavesdropping on network connections. The DNS Transaction Signature (TSIG) mechanism is specified to restrict direct zone transfer to authorized clients only, but it does not add confidentiality. This document specifies the use of TLS, rather than cleartext, to prevent zone content collection via passive monitoring of zone transfers: XFR over TLS (XoT). Additionally, this specification updates RFC 1995 and RFC 5936 with respect to efficient use of TCP connections and RFC 7766 with respect to the recommended number of connections between a client and server for each transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9103"/>
          <seriesInfo name="DOI" value="10.17487/RFC9103"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7766">
          <front>
            <title>DNS Transport over TCP - Implementation Requirements</title>
            <author fullname="J. Dickinson" initials="J." surname="Dickinson"/>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="R. Bellis" initials="R." surname="Bellis"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <author fullname="D. Wessels" initials="D." surname="Wessels"/>
            <date month="March" year="2016"/>
            <abstract>
              <t>This document specifies the requirement for support of TCP as a transport protocol for DNS implementations and provides guidelines towards DNS-over-TCP performance on par with that of DNS-over-UDP. This document obsoletes RFC 5966 and therefore updates RFC 1035 and RFC 1123.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7766"/>
          <seriesInfo name="DOI" value="10.17487/RFC7766"/>
        </reference>
      </references>
    </references>
    <?line 293?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
    </section>
    <section numbered="false" anchor="examples">
      <name>Examples</name>
      <t>The following are example XFR URIs specifying an 'axfr' URI for the
DNS root zone, an 'ixfr' URI for example.com, and a 'xot' URI for
zone.example on port 8853:</t>
      <ul spacing="normal">
        <li>
          <t>axfr:b.root-servers.net/.</t>
        </li>
        <li>
          <t>ixfr:ns.example.com/example.com.</t>
        </li>
        <li>
          <t>xot:ns.zone.example:8853/zone.example.</t>
        </li>
        <li>
          <t>xoh:ns.zone.example/zone.example.</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
uLFHiH8D+euVDTckAAA=

-->

</rfc>
