The .alt Special-Use Top-Level DomainGoogle1600 Amphitheatre ParkwayMountain ViewCA94043United States of America[email protected]ICANN[email protected]
ops
dnsopspecial-use domain namesThis 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.Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by
the Internet Engineering Steering Group (IESG). Further
information on Internet Standards is available in Section 2 of
RFC 7841.
Information about the current status of this document, any
errata, and how to provide feedback on it may be obtained at
.
Copyright Notice
Copyright (c) 2023 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
() in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with
respect to this document. Code Components extracted from this
document must include Revised BSD License text as described in
Section 4.e of the Trust Legal Provisions and are provided without
warranty as described in the Revised BSD License.
Table of Contents
. Introduction
. Terminology
. Requirements Terminology
. The .alt Namespace
. IANA Considerations
. Special-Use Domain Name Registry
. Domain Name Reservation Considerations
. Privacy Considerations
. Security Considerations
. References
. Normative References
. Informative References
Acknowledgements
Authors' Addresses
IntroductionMany Internet protocols need to name entities. Names that look like
DNS names (a series of labels separated with dots) have become common,
even in systems that are not part of the global DNS administered by
IANA. This document reserves the top-level label "alt" (short for
"alternative") as a special-use domain name . This top-level label can be used as the final
(rightmost) label to signify that the name is not rooted in the global
DNS and that it should not be resolved using the DNS protocol.Throughout the rest of this document, the top-level "alt" label is
shown as ".alt" to match the common presentation form of DNS names.As detailed in , IANA has
added the .alt name to the "Special-Use Domain Name" registry. IANA
sets aside names in that registry, as described in .The techniques in this document are primarily intended to address
some of the issues discussed in , which contains additional background on the issues
with special-use domain names.In this document, ".alt" was chosen for the special-use domain name
instead of something like "alt.arpa" so that systems that use the name
do not have to worry that a parent of their name would be resolved if
the name leaked to the Internet. Historically, some systems that want to
use non-DNS names wanted the entire name to be not in the DNS, and
reserving ".alt" fulfills that use case.TerminologyThis document assumes familiarity with DNS terms; please see . Terminology that is specific to
this document is:
DNS name:
Domain names that are intended to be used with DNS resolution,
either in the global DNS or in some other context.
DNS context:
The namespace anchored at the globally unique DNS root and
administered by IANA. This is the namespace or context that "normal"
DNS uses.
non-DNS context:
Any other (alternative) namespace.
pseudo-TLD:
A label that appears in a fully qualified domain name in the
position of a TLD, which is not part of the global DNS. This
term is not intended to be pejorative.
TLD:
See the definition in .
Requirements Terminology 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 BCP 14 when, and only when, they
appear in all capitals, as shown here.
The .alt NamespaceThis document reserves the .alt label
for use as an unmanaged pseudo-TLD
namespace. The .alt label can be used in any domain name as a pseudo-TLD
to signify that this is an alternative (non-DNS) namespace and should
not be looked up in a DNS context.This document uses ".alt" for the pseudo-TLD in the presentation
format for the DNS, corresponding to a 0x03616c7400 suffix in DNS wire format.
The on-the-wire formats for non-DNS protocols might be
different.Because names beneath .alt are in an alternative namespace, they have no
significance in the regular DNS context. DNS stub and recursive resolvers
do not need to look them up in the DNS context.DNS resolvers that serve the DNS protocol and non-DNS protocols at the
same time might consider .alt like a DNS entry in the
"Transport-Independent Locally-Served DNS Zone Registry" that is part of
IANA's "Locally-Served DNS Zones" registry, except that .alt is always
used to denote names that are to be resolved by non-DNS protocols. Note
that this document does not request adding .alt to these registries
because .alt, by this specification, is not a DNS name.Note that using .alt as a pseudo-TLD does not mandate how the non-DNS
protocol will handle the name. To maximize compatibility with existing
applications, it is suggested, but not required, that non-DNS protocols
using names that end in .alt follow DNS name syntax. If the non-DNS
protocol has a wire format like the DNS wire format, it might append the
null label at the end of the name, but it also might not. This document
does not make any suggestion for how non-DNS protocols deal with the wire
format of their names.Groups wishing to create new alternative namespaces may create their
alternative namespace under a label that names their namespace under the
.alt pseudo-TLD. This document defines neither a registry nor a governance
model for the .alt namespace, as it is not managed by the IETF or IANA.
There is no guarantee of unambiguous mappings from names to name
resolution mechanisms. Mitigation or resolution of collisions that occur
under .alt are outside the scope of this document and outside the IETF's remit.
Users are advised to consider the associated risks when using names under .alt.Regardless of the expectations above, names in the .alt pseudo-TLD will leak
outside the context in which they are valid. Decades of experience show that
such names will appear at recursive resolvers and will thus also appear at the
root servers for the global DNS.Sending traffic to the root servers that is known to always elicit an
NXDOMAIN response, such as queries for names ending in .alt, wastes
resources on both the resolver and the root server.
Caching resolvers performing aggressive use of DNSSEC-validated caches
(described in ) may mitigate this by
synthesizing negative answers from cached NSEC records for names under
.alt. Similarly, caching resolvers using QNAME
minimization (described in )
will cause less of this traffic to the root servers because the negative
responses will cover all names under .alt.Currently deployed projects and protocols that are using pseudo-TLDs
are recommended to move under the .alt pseudo-TLD, but this is not a requirement.
Rather, the .alt pseudo-TLD is being reserved so that current and future
projects of a similar nature have a designated place to create
alternative resolution namespaces that will not conflict with the
regular DNS context.IANA ConsiderationsSpecial-Use Domain Name RegistryThe IANA has added the .alt name to the "Special-Use
Domain Name" registry with a reference to this RFC.Domain Name Reservation ConsiderationsThis section exists to meet the requirements of . The questions posed in were largely written assuming a
DNS resolution system, and so some of the questions are not especially
relevant or well suited.
Users might or might not recognize that names in the .alt
pseudo-TLD as special.
Application software that uses alternative namespaces in the .alt
pseudo-TLD are expected to have their own processing rules for their
own names, probably in specialized resolver APIs, libraries, and/or
application software. Application software that is not specifically
designed to use names in the .alt pseudo-TLD are not expected to make
their software recognize these names as special.
Developers of name resolution APIs and libraries that are
specifically designed to implement resolution of an alternative name
resolution system are expected to recognize names in the .alt
pseudo-TLD as special and thus perform resolution of those names. The
exact mechanism used by the name resolution APIs and libraries will
obviously depend on the particular alternative resolution
system. Regular DNS resolution APIs and libraries are not expected to
recognize or treat names in the .alt pseudo-TLD differently.
Caching DNS servers SHOULD NOT recognize names in
the .alt pseudo-TLD as special and SHOULD NOT perform
any special handling with them.
Authoritative DNS servers SHOULD NOT recognize
names in the .alt pseudo-TLD as special and SHOULD NOT
perform any special handling with them.
DNS server operators will treat names in the .alt pseudo-TLD as
they would names in any other TLD not in the global DNS. DNS server
operators may be aware that queries for names ending in .alt are not
DNS names and that queries for those names were leaked into the DNS
context. This information can be useful for support or debugging
purposes.
It is not possible for DNS registries/registrars to register DNS
names in the .alt pseudo-TLD as the .alt will not exist in the global
DNS root.
Privacy ConsiderationsThis document reserves .alt to be used to indicate that a name is not
a DNS name. Unfortunately, these queries will undoubtedly leak into the
global DNS. This is a general problem with alternative namespaces and not
confined to names ending in .alt.For example, a value such as "example.alt" could easily cause a
privacy issue for any names in that namespace that are leaked to the
Internet. In addition, if a name ending in .alt is sufficiently unique,
long-lasting, and frequently leaks into the global DNS, then regardless
of how the name is constructed, it can act similar to a web cookie with
all the associated downsides of identification or re-identification.Security ConsiderationsBecause names in the .alt pseudo-TLD are explicitly outside of the
DNS context, it is impossible to rely on any DNS-related security
considerations. Care must be taken when mapping the pseudo-TLD into its
corresponding non-DNS name resolution system in order to get whatever
security is offered by that system.ReferencesNormative ReferencesKey words for use in RFCs to Indicate Requirement LevelsIn 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.Special-Use Domain NamesThis document describes what it means to say that a Domain Name (DNS name) is reserved for special use, when reserving such a name is appropriate, and the procedure for doing so. It establishes an IANA registry for such domain names, and seeds it with entries for some of the already established special domain names.Ambiguity of Uppercase vs Lowercase in RFC 2119 Key WordsRFC 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.Special-Use Domain Names Problem StatementThe policy defined in RFC 6761 for IANA registrations in the "Special-Use Domain Names" registry has been shown, through experience, to present challenges that were not anticipated when RFC 6761 was written. This memo presents a list, intended to be comprehensive, of the problems that have since been identified. In addition, it reviews the history of domain names and summarizes current IETF publications and some publications from other organizations relating to Special-Use Domain Names.This document should be considered required reading for IETF participants who wish to express an informed opinion on the topic of Special-Use Domain Names.Informative ReferencesAggressive Use of DNSSEC-Validated CacheThe DNS relies upon caching to scale; however, the cache lookup generally requires an exact match. This document specifies the use of NSEC/NSEC3 resource records to allow DNSSEC-validating resolvers to generate negative answers within a range and positive answers from wildcards. This increases performance, decreases latency, decreases resource utilization on both authoritative and recursive servers, and increases privacy. Also, it may help increase resilience to certain DoS attacks in some circumstances.This document updates RFC 4035 by allowing validating resolvers to generate negative answers based upon NSEC/NSEC3 records and positive answers in the presence of wildcards.DNS TerminologyThe 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.This document obsoletes RFC 7719 and updates RFC 2308.DNS Query Name Minimisation to Improve PrivacyThis document describes a technique called "QNAME minimisation" to improve DNS privacy, where the DNS resolver no longer always sends the full original QNAME and original QTYPE to the upstream name server. This document obsoletes RFC 7816.AcknowledgementsWe would like to thank , , ,
, ,
, , , , ,
, ,
, , , , , , , , , , , , , , , , , , , , , , , , , , , ,
, ,
, and for feedback.This document was many years in the making, and we would like to
sincerely apologize for anyone whom we forgot to credit.We would also like to thank for
serving as Responsible AD for this document.In addition, was an author from
adoption (2015) through version 14 (2021).Authors' AddressesGoogle1600 Amphitheatre ParkwayMountain ViewCA94043United States of America[email protected]ICANN[email protected]