<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.33 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-buraglio-deprecate7050-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Discouraging RFC7050">Discouraging use of RFC7050 for Discovery of IPv6 Prefix Used for IPv6 Address Synthesis</title>

    <author fullname="Nick Buraglio">
      <organization>Energy Sciences Network</organization>
      <address>
        <email>buraglio@forwardingplane.net</email>
      </address>
    </author>
    <author fullname="Tommy Jensen">
      <organization>Microsoft</organization>
      <address>
        <email>tojens.ietf@gmail.com</email>
      </address>
    </author>
    <author fullname="Jen Linkova">
      <organization>Google</organization>
      <address>
        <email>furry13@gmail.com</email>
      </address>
    </author>

    <date year="2024" month="November" day="15"/>

    <area>ops</area>
    <workgroup>dnsop</workgroup>
    <keyword>IPv6</keyword> <keyword>DNS64</keyword>

    <abstract>


<?line 54?>

<t>RFC7050 describes a method for detecting the presence of DNS64 and for learning the IPv6 prefix used for protocol translation (RFC7915). This methodology depends on the existence of a well-known IPv4-only fully qualified domain name "ipv4only.arpa.". Because newer methods exist that lack the requirement of a higher level protocol, instead using existing operations in the form of native router advertisements, discovery of the IPv6 prefix used for protocol translation using RFC7050 should be discouraged. RFC7050 <bcp14>MAY</bcp14> only be used if other methods (such as RFC8781]) can not be used.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        The latest revision of this draft can be found at <eref target="https://github.com/buraglio/draft-nbtjjl-dnsop-prefer8781"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-nbtjjl-dnsop-prefer8781/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        dnsop Working Group mailing list (<eref target="mailto:dnsop@ietf.org"/>),
        which is archived at <eref target="https://datatracker.ietf.org/wg/dnsop/about/"/>.
        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/buraglio/draft-nbtjjl-dnsop-prefer8781"/>.</t>
    </note>


  </front>

  <middle>


<?line 58?>

<section anchor="introduction"><name>Introduction</name>

<t>The DNS-based mechanism defined in <xref target="RFC7050"></xref> was the very first mechanism available for nodes to discover the PREF64 information.
However since the publication of RFC7050, other methods have been developed to address some of <xref target="RFC7050"></xref> limitations.</t>

<t>For example, <xref target="RFC8781"></xref> describes a Neighbor Discovery option to be used in Router Advertisements (RAs) to communicate prefixes of Network Address and Protocol Translation from IPv6 clients to IPv4 servers (NAT64) to hosts. This approach has the advantage of using the same communication channel IPv6 clients use to discover other network configurations such as the network's default route. This means network administrators can secure this configuration along with other configurations IPv6 requires using a single approach such as RA Guard <xref target="RFC6105"></xref>.</t>

<t>Taking into account some fundamental flaws of <xref target="RFC7050"></xref> mechanism, it seems desirable to prefer <xref target="RFC8781"></xref> for all new deployments and for implementations to use consistent methods to obtain PREF64 information. RFC 7050 should be used only in cases where there is an inability to offer PREF64 information with a router advertisement, and as a fallback for legacy systems incapable of processing those RA options.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>NAT64: a mechanism for translating IPv6 packets to IPv4 packets and vice versa.  The translation is done by translating the packet headers according to the IP/ICMP Translation Algorithm defined in <xref target="RFC7915"></xref>.</t>

<t>DNS64: a mechanism for synthesizing AAAA records from A records, defined in <xref target="RFC6147"></xref>.</t>

<t>Router Advertisement: A packet used by Neighbor Discovery <xref target="RFC4861"></xref> and StateLess Address AutoConfiguration (SLAAC, <xref target="RFC4862"></xref>) to advertize the presence of the routers, together with other IPv6 configuration information.</t>

<t>PREF64 (or NAT64 prefix): An IPv6 prefix used for IPv6 address synthesis and for network addresses and protocols translation from IPv6 clients to IPv4 servers, <xref target="RFC6146"></xref>.</t>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="existing-issues-with-rfc-7050"><name>Existing issues with RFC 7050</name>

<t>DNS-based method of discovering the NAT64 prefix introduces some challenges, which make this approach less preferable than most recently developed alternatives (such as PREF64 RA option, <xref target="RFC8781"></xref>).
This section outlines the key issues, associated with <xref target="RFC7050"></xref>.</t>

<section anchor="dependency-on-network-provided-recursive-resolvers"><name>Dependency on Network-Provided Recursive Resolvers</name>

<t>Fundamentally, the presence of the NAT64 and the exact value of the prefix used for the translation are network-specific attributes.
Therefore, to discover the PREF64 the device needs to use the DNS resolvers provided by the network.
If the device is configured to use other recursive resolvers, its name resolution APIs and libraries are required to recognize 'ipv4only.arpa.' as a special name and give it special treatment.
This issue and remediation approach are discussed in <xref target="RFC8880"></xref>.
However, it has been observed that not all <xref target="RFC7050"></xref> implementations support <xref target="RFC8880"></xref> requirements for special treatment of 'ipv4only.arpa.'.
As a result, configuring such systems to use resolvers other than the one provided by the network might break the PREF64 discovery, leading to degraded user experience.</t>

</section>
<section anchor="network-stack-initialization-delay"><name>Network Stack Initialization Delay</name>

<t>When using SLAAC (<xref target="RFC4862"></xref>), an IPv6 host usually needs just one Router Advertisement (RA, <xref target="RFC4861"></xref>) packet to obtain all information required to complete the host's network configuration.
For an IPv6-only host, the PREF64 information is essential, especially if the host implements the customer-side translator (CLAT) (<xref target="RFC6877"></xref>).
The mechanism defined in <xref target="RFC7050"></xref> implies that the PREF64 information is not bundled with all other network configuration parameters provided by RAs, and can only be obtained after the host has configured the rest of its IPv6 stack.
Therefore, until the process described in Section 3 of <xref target="RFC7050"></xref> is completed, the CLAT process can not start, which negatively impacts IPv4-only applications which have already started.</t>

</section>
<section anchor="inflexibility"><name>Inflexibility</name>

<t>Section 3 of <xref target="RFC7050"></xref> requires that the node <bcp14>SHALL</bcp14> cache the replies received during the PREF64 discovery and <bcp14>SHOULD</bcp14> repeat the discovery process ten seconds before the TTL of the Well-Known Name's synthetic AAAA resource record expires.
As a result, once the PREF64 is discovered, it will be used until the TTL expired, or until the node disconnects from the network.
There is no mechanism for an operator to force the PREF64 rediscovery on the node without disconnecting the node from the network.
If the operator needs to change the PREF64 value used in the network, they need to proactively reduce the TTL value returned by the DNS64 server.
This method has two significant drawbacks:</t>

<t><list style="symbols">
  <t>Many networks utilize external DNS64 servers and therefore have no control over the TTL value.</t>
  <t>The PREF64 changes need to be planned and executed at least TTL seconds in advance. If the operator needs to notify nodes that a particular prefix must not be used (e.g. during a network outage or if the nodes learnt a rogue PREF64 as a result of an attack), it might not be possible without interrupting the network connectivity for the affected nodes.</t>
</list></t>

</section>
<section anchor="security-implications"><name>Security Implications</name>

<t>As discussed in Section 7 of <xref target="RFC7050"></xref>, the DNS-based PREF64 discovery is prone to DNS spoofing attacks.
In addition to creating a wider attack surface for IPv6 deployments, <xref target="RFC7050"></xref> has other security challenges worth noting to justify declaring it legacy.</t>

<section anchor="secure-channel-def"><name>Definition of secure channel</name>

<t><xref target="RFC7050"></xref> requires a node's communication channel with a DNS64 server to be a "secure channel" which it defines to mean "a communication channel a node has between itself and a DNS64 server protecting DNS protocol-related messages from interception and tampering." This need is redundant when another communication mechanism of IPv6-related configuration, specifically Router Advertisements, can already be defended against tampering by RA Guard <xref target="RFC6105"></xref>. Requiring nodes to implement two defense mechanisms when only one is necessary when <xref target="RFC8781"></xref> is used in place of <xref target="RFC7050"></xref> creates unnecessary risk.</t>

</section>
<section anchor="secure-channel-example-of-ipsec"><name>Secure channel example of IPsec</name>

<t>One of the two examples <xref target="RFC7050"></xref> defines to qualify a communication channel with a DNS64 server is the use of an "IPsec-based virtual private network (VPN) tunnel". As of the time of this writing, this is not supported as a practice by any common operating system DNS client. While they could, there have also since been multiple mechanisms defined for performing DNS-specific encryption such as those defined in <xref target="RFC9499"></xref> that would be more appropriately scoped to the applicable DNS traffic. These are also compatible with encrypted DNS advertisement by the network using Discovery of Network-designated Resolvers <xref target="RFC9463"></xref> that would ensure the clients know in advance that the DNS64 server supported the encryption mechanism.</t>

</section>
<section anchor="secure-channel-example-of-link-layer-encryption"><name>Secure channel example of link layer encryption</name>

<t>The other example given by <xref target="RFC7050"></xref> that would allow a communication channel with a DNS64 server to qualify as a "secure channel" is the use of a "link layer utilizing data encryption technologies". As of the time of this writing, most common link layer implementations use data encryption already with no extra effort needed on the part of network nodes. While this appears to be a trivial way to satisfy this requirement, it also renders the requirement meaningless since any node along the path can still read the higher-layer DNS traffic containing the translation prefix. This seems to be at odds with the definition of "secure channel" as explained in <xref section="2.2" sectionFormat="of" target="RFC7050"/>.</t>

</section>
</section>
</section>
<section anchor="recommendations-for-pref64-discovery"><name>Recommendations for PREF64 Discovery</name>

<section anchor="deployment-recommendations"><name>Deployment Recommendations</name>

<t>Operators deploying NAT64 networks <bcp14>SHOULD</bcp14> provide PREF64 information in Router Advertisements as per <xref target="RFC8781"></xref>.</t>

</section>
<section anchor="clients-implementation-recommendations"><name>Clients Implementation Recommendations</name>

<t>Clients <bcp14>SHOULD</bcp14> obtain PREF64 information from Router Advertisements as per <xref target="RFC8781"></xref> instead of using <xref target="RFC7050"></xref> method.
In the absence of the PREF64 information in RAs, a client <bcp14>MAY</bcp14> choose to fall back to RFC7050.</t>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Obtaining PREF64 information from Router Advertisements improves the overall security of an IPv6-only client as it mitigates all attack vectors related to spoofed or rogue DNS response, as discussed in Section 7 of <xref target="RFC7050"></xref>.
Security considerations related to obtaining PREF64 information from RAs are discussed in Section 7 of <xref target="RFC8781"></xref>.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>It is expected that there will be a long tail of both clients and networks  still relying on <xref target="RFC7050"></xref> as a sole mechanism to discover PREF64 information.
Therefore IANA still need to maintain "ipv4only.arpa." as described in <xref target="RFC7050"></xref> and this document has no IANA actions.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor='RFC7050'>
  <front>
    <title>Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis</title>
    <author fullname='T. Savolainen' initials='T.' surname='Savolainen'/>
    <author fullname='J. Korhonen' initials='J.' surname='Korhonen'/>
    <author fullname='D. Wing' initials='D.' surname='Wing'/>
    <date month='November' year='2013'/>
    <abstract>
      <t>This document describes a method for detecting the presence of DNS64 and for learning the IPv6 prefix used for protocol translation on an access network. The method depends on the existence of a well-known IPv4-only fully qualified domain name "ipv4only.arpa.". The information learned enables nodes to perform local IPv6 address synthesis and to potentially avoid NAT64 on dual-stack and multi-interface deployments.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7050'/>
  <seriesInfo name='DOI' value='10.17487/RFC7050'/>
</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 title='Informative References'>



<reference anchor='RFC4861'>
  <front>
    <title>Neighbor Discovery for IP version 6 (IPv6)</title>
    <author fullname='T. Narten' initials='T.' surname='Narten'/>
    <author fullname='E. Nordmark' initials='E.' surname='Nordmark'/>
    <author fullname='W. Simpson' initials='W.' surname='Simpson'/>
    <author fullname='H. Soliman' initials='H.' surname='Soliman'/>
    <date month='September' year='2007'/>
    <abstract>
      <t>This document specifies the Neighbor Discovery protocol for IP Version 6. IPv6 nodes on the same link use Neighbor Discovery to discover each other's presence, to determine each other's link-layer addresses, to find routers, and to maintain reachability information about the paths to active neighbors. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4861'/>
  <seriesInfo name='DOI' value='10.17487/RFC4861'/>
</reference>

<reference anchor='RFC4862'>
  <front>
    <title>IPv6 Stateless Address Autoconfiguration</title>
    <author fullname='S. Thomson' initials='S.' surname='Thomson'/>
    <author fullname='T. Narten' initials='T.' surname='Narten'/>
    <author fullname='T. Jinmei' initials='T.' surname='Jinmei'/>
    <date month='September' year='2007'/>
    <abstract>
      <t>This document specifies the steps a host takes in deciding how to autoconfigure its interfaces in IP version 6. The autoconfiguration process includes generating a link-local address, generating global addresses via stateless address autoconfiguration, and the Duplicate Address Detection procedure to verify the uniqueness of the addresses on a link. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4862'/>
  <seriesInfo name='DOI' value='10.17487/RFC4862'/>
</reference>

<reference anchor='RFC6105'>
  <front>
    <title>IPv6 Router Advertisement Guard</title>
    <author fullname='E. Levy-Abegnoli' initials='E.' surname='Levy-Abegnoli'/>
    <author fullname='G. Van de Velde' initials='G.' surname='Van de Velde'/>
    <author fullname='C. Popoviciu' initials='C.' surname='Popoviciu'/>
    <author fullname='J. Mohacsi' initials='J.' surname='Mohacsi'/>
    <date month='February' year='2011'/>
    <abstract>
      <t>Routed protocols are often susceptible to spoof attacks. The canonical solution for IPv6 is Secure Neighbor Discovery (SEND), a solution that is non-trivial to deploy. This document proposes a light-weight alternative and complement to SEND based on filtering in the layer-2 network fabric, using a variety of filtering criteria, including, for example, SEND status. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6105'/>
  <seriesInfo name='DOI' value='10.17487/RFC6105'/>
</reference>

<reference anchor='RFC6146'>
  <front>
    <title>Stateful NAT64: Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers</title>
    <author fullname='M. Bagnulo' initials='M.' surname='Bagnulo'/>
    <author fullname='P. Matthews' initials='P.' surname='Matthews'/>
    <author fullname='I. van Beijnum' initials='I.' surname='van Beijnum'/>
    <date month='April' year='2011'/>
  </front>
  <seriesInfo name='RFC' value='6146'/>
  <seriesInfo name='DOI' value='10.17487/RFC6146'/>
</reference>

<reference anchor='RFC7915'>
  <front>
    <title>IP/ICMP Translation Algorithm</title>
    <author fullname='C. Bao' initials='C.' surname='Bao'/>
    <author fullname='X. Li' initials='X.' surname='Li'/>
    <author fullname='F. Baker' initials='F.' surname='Baker'/>
    <author fullname='T. Anderson' initials='T.' surname='Anderson'/>
    <author fullname='F. Gont' initials='F.' surname='Gont'/>
    <date month='June' year='2016'/>
    <abstract>
      <t>This document describes the Stateless IP/ICMP Translation Algorithm (SIIT), which translates between IPv4 and IPv6 packet headers (including ICMP headers). This document obsoletes RFC 6145.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7915'/>
  <seriesInfo name='DOI' value='10.17487/RFC7915'/>
</reference>

<reference anchor='RFC6147'>
  <front>
    <title>DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers</title>
    <author fullname='M. Bagnulo' initials='M.' surname='Bagnulo'/>
    <author fullname='A. Sullivan' initials='A.' surname='Sullivan'/>
    <author fullname='P. Matthews' initials='P.' surname='Matthews'/>
    <author fullname='I. van Beijnum' initials='I.' surname='van Beijnum'/>
    <date month='April' year='2011'/>
    <abstract>
      <t>DNS64 is a mechanism for synthesizing AAAA records from A records. DNS64 is used with an IPv6/IPv4 translator to enable client-server communication between an IPv6-only client and an IPv4-only server, without requiring any changes to either the IPv6 or the IPv4 node, for the class of applications that work through NATs. This document specifies DNS64, and provides suggestions on how it should be deployed in conjunction with IPv6/IPv4 translators. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6147'/>
  <seriesInfo name='DOI' value='10.17487/RFC6147'/>
</reference>

<reference anchor='RFC6877'>
  <front>
    <title>464XLAT: Combination of Stateful and Stateless Translation</title>
    <author fullname='M. Mawatari' initials='M.' surname='Mawatari'/>
    <author fullname='M. Kawashima' initials='M.' surname='Kawashima'/>
    <author fullname='C. Byrne' initials='C.' surname='Byrne'/>
    <date month='April' year='2013'/>
    <abstract>
      <t>This document describes an architecture (464XLAT) for providing limited IPv4 connectivity across an IPv6-only network by combining existing and well-known stateful protocol translation (as described in RFC 6146) in the core and stateless protocol translation (as described in RFC 6145) at the edge. 464XLAT is a simple and scalable technique to quickly deploy limited IPv4 access service to IPv6-only edge networks without encapsulation.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6877'/>
  <seriesInfo name='DOI' value='10.17487/RFC6877'/>
</reference>

<reference anchor='RFC8781'>
  <front>
    <title>Discovering PREF64 in Router Advertisements</title>
    <author fullname='L. Colitti' initials='L.' surname='Colitti'/>
    <author fullname='J. Linkova' initials='J.' surname='Linkova'/>
    <date month='April' year='2020'/>
    <abstract>
      <t>This document specifies a Neighbor Discovery option to be used in Router Advertisements (RAs) to communicate prefixes of Network Address and Protocol Translation from IPv6 clients to IPv4 servers (NAT64) to hosts.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8781'/>
  <seriesInfo name='DOI' value='10.17487/RFC8781'/>
</reference>

<reference anchor='RFC8880'>
  <front>
    <title>Special Use Domain Name 'ipv4only.arpa'</title>
    <author fullname='S. Cheshire' initials='S.' surname='Cheshire'/>
    <author fullname='D. Schinazi' initials='D.' surname='Schinazi'/>
    <date month='August' year='2020'/>
    <abstract>
      <t>NAT64 (Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers) allows client devices using IPv6 to communicate with servers that have only IPv4 connectivity.</t>
      <t>The specification for how a client discovers its local network's NAT64 prefix (RFC 7050) defines the special name 'ipv4only.arpa' for this purpose. However, in its Domain Name Reservation Considerations section (Section 8.1), that specification (RFC 7050) indicates that the name actually has no particularly special properties that would require special handling.</t>
      <t>Consequently, despite the well-articulated special purpose of the name, 'ipv4only.arpa' was not recorded in the Special-Use Domain Names registry as a name with special properties.</t>
      <t>This document updates RFC 7050. It describes the special treatment required and formally declares the special properties of the name. It also adds similar declarations for the corresponding reverse mapping names.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8880'/>
  <seriesInfo name='DOI' value='10.17487/RFC8880'/>
</reference>

<reference anchor='RFC9463'>
  <front>
    <title>DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers (DNR)</title>
    <author fullname='M. Boucadair' initials='M.' role='editor' surname='Boucadair'/>
    <author fullname='T. Reddy.K' initials='T.' role='editor' surname='Reddy.K'/>
    <author fullname='D. Wing' initials='D.' surname='Wing'/>
    <author fullname='N. Cook' initials='N.' surname='Cook'/>
    <author fullname='T. Jensen' initials='T.' surname='Jensen'/>
    <date month='November' year='2023'/>
    <abstract>
      <t>This document specifies new DHCP and IPv6 Router Advertisement options to discover encrypted DNS resolvers (e.g., DNS over HTTPS, DNS over TLS, and DNS over QUIC). Particularly, it allows a host to learn an Authentication Domain Name together with a list of IP addresses and a set of service parameters to reach such encrypted DNS resolvers.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9463'/>
  <seriesInfo name='DOI' value='10.17487/RFC9463'/>
</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>




    </references>


<?line 172?>

<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>The authors would like to than the following people for their valuable contributions: Lorenzo Colitti, Tom Costello.</t>

</section>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

