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

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-dnsop-svcb-https-02" category="std">

  <front>
    <title abbrev="SVCB and HTTPS RRs for DNS">Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)</title>

    <author initials="B." surname="Schwartz" fullname="Ben Schwartz">
      <organization>Google</organization>
      <address>
        <email>bemasc@google.com</email>
      </address>
    </author>
    <author initials="M." surname="Bishop" fullname="Mike Bishop">
      <organization>Akamai Technologies</organization>
      <address>
        <email>mbishop@evequefou.be</email>
      </address>
    </author>
    <author initials="E." surname="Nygren" fullname="Erik Nygren">
      <organization>Akamai Technologies</organization>
      <address>
        <email>erik+ietf@nygren.org</email>
      </address>
    </author>

    <date />

    <area>General</area>
    <workgroup>DNSOP Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document specifies the “SVCB” and “HTTPS” DNS resource record (RR)
types to facilitate the lookup of information needed to make connections
to network services, such as for HTTPS origins.  SVCB records
allow a service to be provided from multiple alternative endpoints,
each with associated parameters (such as transport protocol
configuration and 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 HTTPS and HTTP origins.
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>

<t>TO BE REMOVED: This document is being collaborated on in Github at:
<eref target="https://github.com/MikeBishop/dns-alt-svc">https://github.com/MikeBishop/dns-alt-svc</eref>.
The most recent working version of the document, open issues, etc. should all be
available there.  The authors (gratefully) accept pull requests.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The SVCB (“Service Binding”) and HTTPS RRs provide clients with complete instructions
for access to a service.  This information enables improved
performance and privacy by avoiding transient connections to a sub-optimal
default server, negotiating a preferred protocol, and providing relevant
public keys.</t>

<t>For example, when clients need to make a connection to fetch resources
associated with an HTTPS URI, they currently resolve only A and/or AAAA
records for the origin hostname.  This is adequate for services that use
basic HTTPS (fixed port, no QUIC, no <xref target="ECH"/>).
Going beyond basic HTTPS confers privacy, performance, and operational
advantages, but it requires the client to learn additional
information, and it is highly
desirable to minimize the number of round-trips and lookups required to
learn this additional information.</t>

<t>The SVCB and HTTPS RRs also help when the operator of a service
wishes to delegate operational control to one or more other domains, e.g.
delegating the origin “https://example.com” to a service
operator endpoint at “svc.example.net”.  While this case can sometimes
be handled by a CNAME, that does not cover all use-cases.  CNAME is also
inadequate when the service operator needs to provide a bound
collection of consistent configuration parameters through the DNS
(such as network location, protocol, and keying information).</t>

<t>This document first describes the SVCB RR as a general-purpose resource
record that can be applied directly and efficiently to a wide range
of services (<xref target="svcb"/>).  The HTTPS RR is then defined as a special
case of SVCB that improves efficiency and convenience for use with HTTPS
(<xref target="https"/>) by avoiding the need for an Attrleaf label <xref target="Attrleaf"/>
(<xref target="httpsnames"/>).  Other protocols with similar needs may
follow the pattern of HTTPS and assign their own
SVCB-compatible RR types.</t>

<t>All behaviors described as applying to the SVCB RR also apply
to the HTTPS RR unless explicitly stated otherwise.
<xref target="https"/> describes additional behaviors
specific to the HTTPS RR.  Apart from <xref target="https"/>
and introductory examples, much of this document refers only to the SVCB RR,
but those references should be taken to apply to SVCB, HTTPS,
and any future SVCB-compatible RR types.</t>

<t>The SVCB RR has two modes: 1) “AliasMode” simply delegates operational
control for a resource; 2) “ServiceMode” binds together
configuration information for a service endpoint.
ServiceMode provides additional key=value parameters
within each RDATA set.</t>

<section anchor="goals-of-the-svcb-rr" title="Goals of the SVCB RR">

<t>The goal of the SVCB RR is to allow clients to resolve a single
additional DNS RR in a way that:</t>

<t><list style="symbols">
  <t>Provides alternative endpoints that are authoritative for the service,
along with parameters associated with each of these endpoints.</t>
  <t>Does not assume that all alternative endpoints have the same parameters
or capabilities, or are even
operated by the same entity.  This is important as DNS does not
provide any way to tie together multiple RRs for the same name.
For example, if www.example.com is a CNAME alias that switches
between one of three CDNs or hosting environments, successive queries
for that name may return records that correspond to different environments.</t>
  <t>Enables CNAME-like functionality at a zone apex (such as
“example.com”) for participating protocols, and generally
enables delegation of operational authority for an origin within the
DNS to an alternate name.</t>
</list></t>

<t>Additional goals specific to HTTPS RRs and the HTTPS use-case include:</t>

<t><list style="symbols">
  <t>Connect directly to HTTP3 (QUIC transport)
alternative endpoints <xref target="HTTP3"/></t>
  <t>Obtain the Encrypted ClientHello <xref target="ECH"/> keys associated with an
alternative endpoint</t>
  <t>Support non-default TCP and UDP ports</t>
  <t>Enable SRV-like benefits (e.g. apex delegation, as mentioned above) for HTTP(S),
where SRV <xref target="SRV"/> has not been widely adopted</t>
  <t>Provide an HSTS-like indication <xref target="HSTS"/> signaling that the HTTPS
scheme should be used instead of HTTP for this request (see <xref target="hsts"/>).</t>
</list></t>

</section>
<section anchor="overview-of-the-svcb-rr" title="Overview of the SVCB RR">

<t>This subsection briefly describes the SVCB RR in
a non-normative manner.  (As mentioned above, this all
applies equally to the HTTPS RR which shares
the same encoding, format, and high-level semantics.)</t>

<t>The SVCB RR has two modes: AliasMode, which aliases a name to another name,
and ServiceMode, which provides connection information bound to a service
endpoint domain.  Placing both forms in a single RR type allows clients to
fetch the relevant information with a single query.</t>

<t>The SVCB RR has two mandatory fields and one optional.  The fields are:</t>

<t><list style="numbers">
  <t>SvcPriority: The priority of this record (relative to others,
with lower values preferred).  A value of 0 indicates AliasMode.
(Described in <xref target="pri"/>.)</t>
  <t>TargetName: The domain name of either the alias target (for
AliasMode) or the alternative endpoint (for ServiceMode).</t>
  <t>SvcParams (optional): A list of key=value pairs
describing the alternative endpoint at
TargetName (only used in ServiceMode and otherwise ignored).
Described in <xref target="presentation"/>.</t>
</list></t>

<t>Cooperating DNS recursive resolvers will perform subsequent record
resolution (for SVCB, A, and AAAA records) and return them in the
Additional Section of the response.  Clients either use responses
included in the additional section returned by the recursive resolver
or perform necessary SVCB, A, and AAAA record resolutions.  DNS
authoritative servers can attach in-bailiwick SVCB, A, AAAA, and CNAME
records in the Additional Section to responses for a SVCB query.</t>

<t>In ServiceMode, the SvcParams of the SVCB RR
provide an extensible data model for describing alternative
endpoints that are authoritative for the origin, along with
parameters associated with each of these alternative endpoints.</t>

<t>For the HTTPS use-case, the HTTPS RR enables many of the benefits of Alt-Svc
<xref target="AltSvc"/>
without waiting for a full HTTP connection initiation (multiple roundtrips)
before learning of the preferred alternative,
and without necessarily revealing the user’s
intended destination to all entities along the network path.</t>

</section>
<section anchor="parameter-for-encrypted-clienthello" title="Parameter for Encrypted ClientHello">

<t>This document also defines a parameter for Encrypted ClientHello <xref target="ECH"/>
keys. See <xref target="echconfig"/>.</t>

</section>
<section anchor="terminology" title="Terminology">

<t>Our terminology is based on the common case where the SVCB record is used to
access a resource identified by a URI whose <spanx style="verb">authority</spanx> field contains a DNS
hostname as the <spanx style="verb">host</spanx>.</t>

<t><list style="symbols">
  <t>The “service” is the information source identified by the <spanx style="verb">authority</spanx> and
<spanx style="verb">scheme</spanx> of the URI, capable of providing access to the resource.  For HTTPS
URIs, the “service” corresponds to an HTTPS “origin” <xref target="RFC6454"/>.</t>
  <t>The “service name” is the <spanx style="verb">host</spanx> portion of the authority.</t>
  <t>The “authority endpoint” is the authority’s hostname and a port number implied
by the scheme or specified in the URI.</t>
  <t>An “alternative endpoint” is a hostname, port number, and other associated
instructions to the client on how to reach an instance of service.</t>
</list></t>

<t>Additional DNS terminology intends to be consistent
with <xref target="DNSTerm"/>.</t>

<t>SVCB is a contraction of “service binding”.  The SVCB RR, HTTPS RR,
and future RR types that share SVCB’s format and registry are
collectively known as SVCB-compatible RR types.</t>

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

</section>
</section>
<section anchor="svcb" title="The SVCB record type">

<t>The SVCB DNS resource record (RR) type (RR type 64)
is used to locate alternative endpoints for a service.</t>

<t>The algorithm for resolving SVCB records and associated
address records is specified in <xref target="client-behavior"/>.</t>

<t>Other SVCB-compatible resource record types
can also be defined as-needed.  In particular, the
HTTPS RR (RR type 65) provides special handling
for the case of “https” origins as described in <xref target="https"/>.</t>

<t>SVCB RRs are extensible by a list of SvcParams, which are pairs consisting of a
SvcParamKey and a SvcParamValue. Each SvcParamKey has a presentation name and a
registered number. Values are in a format specific to the SvcParamKey. Their
definition should specify both their presentation format and wire encoding
(e.g., domain names, binary data, or numeric values). The initial SvcParamKeys
and formats are defined in <xref target="keys"/>.</t>

<section anchor="presentation" title="Zone file presentation format">

<t>The presentation format of the record is:</t>

<figure><artwork><![CDATA[
Name TTL IN SVCB SvcPriority TargetName SvcParams
]]></artwork></figure>

<t>The SVCB record is defined specifically within
the Internet (“IN”) Class (<xref target="RFC1035"/>).</t>

<t>SvcPriority is a number in the range 0-65535,
TargetName is a domain name,
and the SvcParams are a whitespace-separated list, with each SvcParam
consisting of a SvcParamKey=SvcParamValue pair or a standalone SvcParamKey.
SvcParamKeys are subject to IANA control (<xref target="svcparamregistry"/>).</t>

<t>Each SvcParamKey SHALL appear at most once in the SvcParams.
In presentation format, SvcParamKeys are lower-case alphanumeric strings.
Key names should contain 1-63 characters from the ranges “a”-“z”, “0”-“9”, and “-“.
In ABNF <xref target="RFC5234"/>,</t>

<figure><artwork><![CDATA[
alpha-lc      = %x61-7A   ;  a-z
SvcParamKey   = 1*63(alpha-lc / DIGIT / "-")
SvcParam      = SvcParamKey ["=" SvcParamValue]
SvcParamValue = char-string
value         = *OCTET
]]></artwork></figure>

<t>Unless otherwise specified, the SvcParamValue is parsed using the
character-string decoding algorithm (<xref target="decoding"/>), producing a <spanx style="verb">value</spanx>.
The <spanx style="verb">value</spanx> is then validated and converted into wire-format in a manner
specific to each key.</t>

<t>When the “=” is omitted, the <spanx style="verb">value</spanx> is interpreted as empty.</t>

<t>Unrecognized keys are represented in presentation
format as “keyNNNNN” where NNNNN is the numeric
value of the key type without leading zeros.
A SvcParam in this form SHALL be parsed as specified above, and
the decoded <spanx style="verb">value</spanx> SHALL be used as its wire format encoding.</t>

<t>For some SvcParamKeys, the SvcParamValue corresponds to a list or set of
items.  Presentation formats for such keys SHOULD make use of the decoding
algorithm in <xref target="value-list"/>, producing a “value-list”.</t>

<t>SvcParams in presentation format MAY appear in any order, but keys MUST NOT be
repeated.</t>

</section>
<section anchor="rdata-wire-format" title="RDATA wire format">

<t>The RDATA for the SVCB RR consists of:</t>

<t><list style="symbols">
  <t>a 2 octet field for SvcPriority as an integer in network
byte order.</t>
  <t>the uncompressed, fully-qualified TargetName, represented as
a sequence of length-prefixed labels as in Section 3.1 of <xref target="RFC1035"/>.</t>
  <t>the SvcParams, consuming the remainder of the record
(so smaller than 65535 octets and constrained by the RDATA
and DNS message sizes).</t>
</list></t>

<t>When the list of SvcParams is non-empty (ServiceMode), it contains a series of
SvcParamKey=SvcParamValue pairs, represented as:</t>

<t><list style="symbols">
  <t>a 2 octet field containing the SvcParamKey as an
integer in network byte order.  (See <xref target="iana-keys"/> for the defined values.)</t>
  <t>a 2 octet field containing the length of the SvcParamValue
as an integer between 0 and 65535 in network byte order
(but constrained by the RDATA and DNS message sizes).</t>
  <t>an octet string of this length whose contents are in a format determined
by the SvcParamKey.</t>
</list></t>

<t>SvcParamKeys SHALL appear in increasing numeric order.</t>

<t>Clients MUST consider an RR malformed if:</t>

<t><list style="symbols">
  <t>the end of the RDATA occurs within a SvcParam.</t>
  <t>SvcParamKeys are not in strictly increasing numeric order.</t>
  <t>the SvcParamValue for an SvcParamKey does not have the expected format.</t>
</list></t>

<t>Note that the second condition implies that there are no duplicate
SvcParamKeys.</t>

<t>If any RRs are malformed, the client MUST reject the entire RRSet and
fall back to non-SVCB connection establishment.</t>

</section>
<section anchor="svcb-names" title="SVCB query names">

<t>When querying the SVCB RR, a service is translated into a QNAME by prepending
the service name with a label indicating the scheme, prefixed with an underscore,
resulting in a domain name like “_examplescheme.api.example.com.”.  This
follows the Attrleaf naming pattern <xref target="Attrleaf"/>, so the scheme MUST be
registered appropriately with IANA (see <xref target="other-standards"/>).</t>

<t>Protocol mapping documents MAY specify additional underscore-prefixed labels
to be prepended.  For schemes that specify a port (Section 3.2.3
of <xref target="URI"/>), one reasonable possibility is to prepend the indicated port
number (or the default if no port number is specified).  We term this behavior
“Port Prefix Naming”, and use it in the examples throughout this document.</t>

<t>See <xref target="httpsnames"/> for the HTTPS RR behavior.</t>

<t>When a prior CNAME or SVCB record has aliased to
a SVCB record, each RR shall be returned under its own owner name.</t>

<t>Note that none of these forms alter the origin or authority for validation
purposes.
For example, TLS clients MUST continue to validate TLS certificates
for the original service name.</t>

<t>As an example, the owner of example.com could publish this record:</t>

<figure><artwork><![CDATA[
_8443._foo.api.example.com. 7200 IN SVCB 0 svc4.example.net.
]]></artwork></figure>

<t>to indicate that “foo://api.example.com:8443” is aliased to “svc4.example.net”.
The owner of example.net, in turn, could publish this record:</t>

<figure><artwork><![CDATA[
svc4.example.net.  7200  IN SVCB 3 svc4.example.net. (
    alpn="bar" port="8004" echconfig="..." )
]]></artwork></figure>

<t>to indicate that these services are served on port number 8004,
which supports the protocol “bar” and its associated transport in
addition to the default transport protocol for “foo://”.</t>

<t>(Parentheses are used to ignore a line break (<xref target="RFC1035"/> Section 5.1).)</t>

</section>
<section anchor="interpretation" title="Interpretation">

<section anchor="pri" title="SvcPriority">

<t>When SvcPriority is 0 the SVCB record is in AliasMode (<xref target="alias-mode"/>).
Otherwise, it is in ServiceMode (<xref target="service-mode"/>).</t>

<t>Within a SVCB RRSet,
all RRs SHOULD have the same Mode.
If an RRSet contains a record in AliasMode, the recipient MUST ignore
any ServiceMode records in the set.</t>

<t>RRSets are explicitly unordered collections, so the
SvcPriority field is used to impose an ordering on SVCB RRs.
SVCB RRs with a smaller SvcPriority value SHOULD be given
preference over RRs with a larger SvcPriority value.</t>

<t>When receiving an RRSet containing multiple SVCB records with the
same SvcPriority value, clients SHOULD apply a random shuffle within a
priority level to the records before using them, to ensure uniform
load-balancing.</t>

</section>
<section anchor="alias-mode" title="AliasMode">

<t>In AliasMode, the SVCB record aliases a service to a
TargetName.  SVCB RRSets SHOULD only have a single resource
record in AliasMode.  If multiple are present, clients or recursive
resolvers SHOULD pick one at random.</t>

<t>The primary purpose of AliasMode is to allow aliasing at the zone
apex, where CNAME is not allowed.  In AliasMode, the TargetName will
be the name of a domain that resolves to SVCB
(or other SVCB-compatible record such as HTTPS),
AAAA, and/or A records.  The TargetName SHOULD NOT be equal
to the owner name, as this would result in a loop.</t>

<t>In AliasMode, records SHOULD NOT include any SvcParams, and recipients MUST
ignore any SvcParams that are present.</t>

<t>For example, the operator of foo://example.com:8080 could
point requests to a service operating at foosvc.example.net
by publishing:</t>

<figure><artwork><![CDATA[
_8080._foo.example.com. 3600 IN SVCB 0 foosvc.example.net.
]]></artwork></figure>

<t>Using AliasMode maintains a separation of concerns: the owner of
foosvc.example.net can add or remove ServiceMode SVCB records without
requiring a corresponding change to example.com.  Note that if
foosvc.example.net promises to always publish a SVCB record, this AliasMode
record can be replaced by a CNAME, which would likely improve performance.</t>

<t>AliasMode is especially useful for SVCB-compatible RR types that do not
require an underscore prefix, such as the HTTPS RR type.  For example,
the operator of https://example.com could point requests to a server
at svc.example.net by publishing this record at the zone apex:</t>

<figure><artwork><![CDATA[
example.com. 3600 IN HTTPS 0 svc.example.net.
]]></artwork></figure>

<t>Note that the SVCB record’s owner name MAY be the canonical name
of a CNAME record, and the TargetName MAY be the owner of a CNAME
record. Clients and recursive resolvers MUST follow CNAMEs as normal.</t>

<t>To avoid unbounded alias chains, clients and recursive resolvers MUST impose a
limit on the total number of SVCB aliases they will follow for each resolution
request.  This limit MUST NOT be zero, i.e. implementations MUST be able to
follow at least one AliasMode record.  The exact value of this limit
is left to implementations.</t>

<t>For compatibility and performance, zone owners SHOULD NOT configure their zones
to require following multiple AliasMode records.</t>

<t>As legacy clients will not know to use this record, service
operators will likely need to retain fallback AAAA and A records
alongside this SVCB record, although in a common case
the target of the SVCB record might offer better performance, and
therefore would be preferable for clients implementing this specification
to use.</t>

<t>AliasMode records only apply to queries for the specific RR type.
For example, a SVCB record cannot alias to an HTTPS record,
nor vice-versa.</t>

</section>
<section anchor="service-mode" title="ServiceMode">

<t>In ServiceMode, the TargetName and SvcParams within each resource record
associate an alternative endpoint for the service with its connection
parameters.</t>

<t>Each protocol scheme that uses SVCB MUST define a protocol mapping that
explains how SvcParams are applied for connections of that scheme.
Unless specified otherwise by the
protocol mapping, clients MUST ignore any SvcParam that they do
not recognize.</t>

</section>
</section>
<section anchor="dot" title="Special handling of “.” in TargetName">

<t>If TargetName has the value “.” (represented in the wire format as a
zero-length label), special rules apply.</t>

<section anchor="aliasdot" title="AliasMode">

<t>For AliasMode SVCB RRs, a TargetName of “.” indicates that the service
is not available or does not exist.  This indication is advisory:
clients encountering this indication MAY ignore it and attempt to connect
without the use of SVCB.</t>

</section>
<section anchor="servicemode" title="ServiceMode">

<t>For ServiceMode SVCB RRs, if TargetName has the value “.”, then the
owner name of this record MUST be used as the effective TargetName.</t>

<t>For example, in the following example “svc2.example.net”
is the effective TargetName:</t>

<figure><artwork><![CDATA[
example.com.      7200  IN HTTPS 0 svc.example.net.
svc.example.net.  7200  IN CNAME svc2.example.net.
svc2.example.net. 7200  IN HTTPS 1 . port=8002 echconfig="..."
svc2.example.net. 300   IN A     192.0.2.2
svc2.example.net. 300   IN AAAA  2001:db8::2
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="client-behavior" title="Client behavior">

<t>A SVCB-aware client selects an endpoint for a service using the following
procedure:</t>

<t><list style="numbers">
  <t>Let $ADDR_QNAME be the service name.  Let $SVCB_QNAME be the service name
plus appropriate prefixes for the scheme (see <xref target="svcb-names"/>).</t>
  <t>In parallel, issue AAAA/A queries for $ADDR_QNAME
and a SVCB query for $SVCB_QNAME.
The answers for these may or may not include CNAME pointers
before reaching one or more of these records.</t>
  <t>If an AliasMode SVCB record is returned for $SVCB_QNAME,
clients MUST set $ADDR_QNAME and $SVCB_QNAME to its TargetName (without
additional prefixes) and loop back to step 2,
subject to chain length limits and loop detection heuristics (see
<xref target="client-failures"/>).</t>
  <t>If one or more “compatible” (<xref target="mandatory"/>) ServiceMode records are returned
for $SVCB_QNAME, clients SHOULD select the highest-priority compatible record.
This record’s TargetName and SvcParams represent the preferred endpoint.  If
connection to this endpoint fails, the client SHOULD try to connect using
values from the next-highest-priority compatible record, etc. If all attempts
fail, clients SHOULD go to step 5 (except as noted in <xref target="ech-client-behavior"/>).</t>
  <t>At this point there are no usable ServiceMode records, because  <list style="symbols">
      <t>there were no SVCB records found for $SVCB_QNAME, OR</t>
      <t>all records found were incompatible with this client, OR</t>
      <t>all connection attempts using ServiceMode records failed.</t>
    </list>
Accordingly, clients SHALL connect to the
endpoint consisting of $ADDR_QNAME, the authority endpoint’s
port number, and no SvcParams.</t>
</list></t>

<t>If all of the above connection attempts fail, clients MAY connect to the
authority endpoint (except as noted in <xref target="client-failures"/> and
<xref target="ech-client-behavior"/>).</t>

<t>This procedure does not rely on any recursive or authoritative DNS server to
comply with this specification or have any awareness of SVCB.</t>

<t>When selecting between AAAA and A records to use, clients may use an approach
such as Happy Eyeballs <xref target="HappyEyeballsV2"/>.</t>

<t>Some important optimizations are discussed in <xref target="optimizations"/>
to avoid additional latency in comparison to ordinary AAAA/A lookups.</t>

<section anchor="client-failures" title="Handling resolution failures">

<t>If a SVCB query results in a SERVFAIL error, transport error, or timeout,
and DNS exchanges between the client and the recursive resolver are
cryptographically protected (e.g. using TLS <xref target="DoT"/> or HTTPS
<xref target="DoH"/>), the client SHOULD NOT fall back to $ADDR_QNAME (step 5
above) or the authority endpoint.  Otherwise, an active attacker
could mount a downgrade attack by denying the user access to the SvcParams.</t>

<t>A SERVFAIL error can occur if the domain is DNSSEC-signed, the recursive
resolver is DNSSEC-validating, and the attacker is between the recursive
resolver and the authoritative DNS server.  A transport error or timeout can
occur if an active attacker between the client and the recursive resolver is
selectively dropping SVCB queries or responses, based on their size or
other observable patterns.</t>

<t>Similarly, if the client enforces DNSSEC validation on A/AAAA responses,
it SHOULD terminate the connection if a SVCB response fails to validate.</t>

<t>If the client is unable to complete SVCB resolution due to its chain length
limit, the client SHOULD fall back to the authority endpoint, as if the
origin’s SVCB record did not exist.</t>

</section>
<section anchor="clients-using-a-proxy" title="Clients using a Proxy">

<t>Clients using a domain-oriented transport proxy like HTTP CONNECT
(<xref target="RFC7231"/> Section 4.3.6) or SOCKS5 (<xref target="RFC1928"/>) have the option to
use named destinations, in which case the client does not perform
any A or AAAA queries for destination domains.  If the client is using named
destinations with a proxy that does not provide SVCB query capability
(e.g. through an affiliated DNS resolver), the client would have to perform
SVCB queries though a separate resolver.  This might disclose the client’s
destinations to an additional party, creating privacy concerns.  If these
concerns apply, the client SHOULD disable SVCB resolution.</t>

<t>If the client does use SVCB and named destinations, the client SHOULD follow
the standard SVCB resolution process, selecting the smallest-SvcPriority
option that is compatible with the client and the proxy.  The client
SHOULD provide the final TargetName and port to the
proxy, which will perform any required A and AAAA lookups.</t>

<t>Providing the proxy with the final TargetName has several benefits:</t>

<t><list style="symbols">
  <t>It allows the client to use the SvcParams, if present, which is
only usable with a specific TargetName.  The SvcParams may
include information that enhances performance (e.g. alpn) and privacy
(e.g. echconfig).</t>
  <t>It allows the service to delegate the apex domain.</t>
  <t>It allows the proxy to select between IPv4 and IPv6 addresses for the
server according to its configuration, and receive addresses based on
its network geolocation.</t>
</list></t>

</section>
</section>
<section anchor="server-behavior" title="DNS Server Behavior">

<section anchor="authoritative-servers" title="Authoritative servers">

<t>When replying to a SVCB query, authoritative DNS servers SHOULD return
A, AAAA, and SVCB records in the Additional Section for any
in-bailiwick TargetNames.  If the zone is signed, the server SHOULD also
include positive or negative DNSSEC responses for these records in the Additional
section.</t>

</section>
<section anchor="recursive-behavior" title="Recursive resolvers">

<t>Recursive resolvers that are aware of SVCB SHOULD help the client to
execute the procedure in <xref target="client-behavior"/> with minimum overall
latency, by incorporating additional useful information into the
response.  For the initial SVCB record query, this is just the normal
response construction process (i.e. unknown RR type resolution under
<xref target="RFC3597"/>).  For followup resolutions performed during this procedure,
we define incorporation as adding all useful RRs from the response to the
Additional section
without altering the response code.</t>

<t>Upon receiving a SVCB query, recursive resolvers SHOULD start with the
standard resolution procedure, and then follow this procedure to
construct the full response to the stub resolver:</t>

<t><list style="numbers">
  <t>Incorporate the results of SVCB resolution.  If the chain length limit has
been reached, terminate successfully (i.e. a NOERROR response).</t>
  <t>If any of the resolved SVCB records are in AliasMode, choose one of them
at random, and resolve SVCB, A, and AAAA records for its
TargetName.  <list style="symbols">
      <t>If any SVCB records are resolved, go to step 1.</t>
      <t>Otherwise, incorporate the results of A and AAAA resolution, and
terminate.</t>
    </list></t>
  <t>All the resolved SVCB records are in ServiceMode.  Resolve A and AAAA
queries for each TargetName (or for the owner name if TargetName
is “.”), incorporate all the results, and terminate.</t>
</list></t>

<t>In this procedure, “resolve” means the resolver’s ordinary recursive
resolution procedure, as if processing a query for that RRSet.
This includes following any aliases that the resolver would ordinarily
follow (e.g. CNAME, DNAME <xref target="DNAME"/>).</t>

<t>See <xref target="alias-mode"/> for additional safeguards for recursive resolvers
to implement to mitigate loops.</t>

<t>See <xref target="incomplete-response"/> for possible optimizations of this procedure.</t>

</section>
<section anchor="general-requirements" title="General requirements">

<t>Recursive resolvers SHOULD treat the SvcParams portion of the SVCB RR
as opaque and SHOULD NOT try to alter their behavior based
on its contents.</t>

<t>When responding to a query that includes the DNSSEC OK bit (<xref target="RFC3225"/>),
DNSSEC-capable recursive and authoritative DNS servers MUST accompany
each RRSet in the Additional section with the same DNSSEC-related records
that they would send when providing that RRSet as an Answer (e.g. RRSIG, NSEC,
NSEC3).</t>

</section>
</section>
<section anchor="optimizations" title="Performance optimizations">

<t>For optimal performance (i.e. minimum connection setup time), clients
SHOULD issue address (AAAA and/or A) and SVCB queries
simultaneously, and SHOULD implement a client-side DNS cache.
Responses in the Additional section of a SVCB response SHOULD be placed
in cache before performing any followup queries.
With these optimizations in place, and conforming DNS servers,
using SVCB does not add network latency to connection setup.</t>

<section anchor="optimistic-pre-connection-and-connection-reuse" title="Optimistic pre-connection and connection reuse">

<t>If an address response arrives before the corresponding SVCB response, the
client MAY initiate a connection as if the SVCB query returned NODATA, but
MUST NOT transmit any information that could be altered by the SVCB response
until it arrives.  For example, a TLS ClientHello can be altered by the
“echconfig” value of a SVCB response (<xref target="svcparamkeys-echconfig"/>).  Clients
implementing this optimization SHOULD wait for 50 milliseconds before
starting optimistic pre-connection, as per the guidance in
<xref target="HappyEyeballsV2"/>.</t>

<t>An SVCB record is consistent with a connection
if the client would attempt an equivalent connection when making use of
that record. If a SVCB record is consistent with an active or in-progress
connection C, the client MAY prefer that record and use C as its connection.
For example, suppose the client receives this SVCB RRSet for a protocol
that uses TLS over TCP:</t>

<figure><artwork><![CDATA[
_1234._bar.example.com. 300 IN SVCB 1 svc1.example.net. (
    echconfig="111..." ipv6hint=2001:db8::1 port=1234 )
                               SVCB 2 svc2.example.net. (
    echconfig="222..." ipv6hint=2001:db8::2 port=1234 )
]]></artwork></figure>

<t>If the client has an in-progress TCP connection to <spanx style="verb">[2001:db8::2]:1234</spanx>,
it MAY proceed with TLS on that connection using <spanx style="verb">echconfig="222..."</spanx>, even
though the other record in the RRSet has higher priority.</t>

<t>If none of the SVCB records are consistent
with any active or in-progress connection,
clients must proceed as described in Step 3 of the procedure in <xref target="client-behavior"/>.</t>

</section>
<section anchor="incomplete-response" title="Generating and using incomplete responses">

<t>When following the procedure in <xref target="recursive-behavior"/>, recursive
resolvers MAY terminate the procedure early and produce a reply that omits
some of the associated RRSets.  This is REQUIRED when the chain length limit
is reached (<xref target="recursive-behavior"/> step 1), but might also be appropriate
when the maximum response size is reached, or when responding before fully
chasing dependencies would improve performance.  When omitting certain
RRSets, recursive resolvers SHOULD prioritize information for
smaller-SvcPriority records.</t>

<t>As discussed in <xref target="client-behavior"/>, clients MUST be able to fetch additional
information that is required to use a SVCB record, if it is not included
in the initial response.  As a performance optimization, if some of the SVCB
records in the response can be used without requiring additional DNS queries,
the client MAY prefer those records, regardless of their priorities.</t>

</section>
</section>
<section anchor="keys" title="Initial SvcParamKeys">

<t>A few initial SvcParamKeys are defined here.  These keys are useful for
HTTPS, and most are applicable to other protocols as well.</t>

<section anchor="alpn-key" title="“alpn” and “no-default-alpn”">

<t>The “alpn” and “no-default-alpn” SvcParamKeys together
indicate the set of Application Layer Protocol Negotiation (ALPN)
protocol identifiers <xref target="ALPN"/>
and associated transport protocols supported by this service endpoint.</t>

<t>As with Alt-Svc <xref target="AltSvc"/>, the ALPN protocol identifier is used to
identify the application protocol and associated suite
of protocols supported by the endpoint (the “protocol suite”).
Clients filter the set of ALPN identifiers to match the protocol suites they
support, and this informs the underlying transport protocol used (such
as QUIC-over-UDP or TLS-over-TCP).</t>

<t>ALPNs are identified by their registered “Identification Sequence”
(<spanx style="verb">alpn-id</spanx>), which is a sequence of 1-255 octets.</t>

<figure><artwork><![CDATA[
alpn-id = 1*255OCTET
]]></artwork></figure>

<t>“alpn” is a multi-valued SvcParamKey.  To construct its value-list, apply the
value-list decoding algorithm (<xref target="value-list"/>) to the SvcParamValue.
Each decoded value in the “alpn” value-list
SHALL be an <spanx style="verb">alpn-id</spanx>.  The value-list MUST NOT be empty.</t>

<t>The wire format value for “alpn” consists of at least one
<spanx style="verb">alpn-id</spanx> prefixed by its length as a single octet, and these length-value
pairs are concatenated to form the SvcParamValue.  These pairs MUST exactly
fill the SvcParamValue; otherwise, the SvcParamValue is malformed.</t>

<t>For “no-default-alpn”, the presentation and wire format values MUST be
empty.</t>

<t>Each scheme that uses this SvcParamKey defines a
“default set” of supported ALPNs, which SHOULD NOT
be empty.  To determine the set of protocol suites supported by an
endpoint (the “SVCB ALPN set”), the client adds the default set to
the list of <spanx style="verb">alpn-id</spanx>s unless the
“no-default-alpn” SvcParamKey is present.  The presence of an ALPN protocol in
the SVCB ALPN set indicates that this service endpoint, described by
TargetName and the other parameters (e.g. “port”) offers service with
the protocol suite associated with this ALPN protocol.</t>

<t>ALPN protocol names that do not uniquely identify a protocol suite (e.g. an
Identification Sequence that
can be used with both TLS and DTLS) are not compatible with this
SvcParamKey and MUST NOT be included in the SVCB ALPN set.</t>

<t>To establish a connection to the endpoint, clients MUST</t>

<t><list style="numbers">
  <t>Let SVCB-ALPN-Intersection be the set of protocols in the SVCB ALPN set
that the client supports.</t>
  <t>Let Intersection-Transports be the set of transports (e.g. TLS, DTLS, QUIC)
implied by the protocols in SVCB-ALPN-Intersection.</t>
  <t>For each transport in Intersection-Transports, construct a ProtocolNameList
containing the Identification Sequences of all the client’s supported ALPN
protocols for that transport, without regard to the SVCB ALPN set.</t>
</list></t>

<t>For example, if the SVCB ALPN set is [“http/1.1”, “h3”], and the client
supports HTTP/1.1, HTTP/2, and HTTP/3, the client could attempt to connect using
TLS over TCP with a ProtocolNameList of [“http/1.1”, “h2”], and could also
attempt a connection using QUIC, with a ProtocolNameList of [“h3”].</t>

<t>Once the client has constructed a ClientHello, protocol negotiation in that
handshake proceeds as specified in <xref target="ALPN"/>, without regard to the SVCB ALPN
set.</t>

<t>With this procedure in place, an attacker who can modify DNS and network
traffic can prevent a successful transport connection, but cannot otherwise
interfere with ALPN protocol selection.  This procedure also ensures that
each ProtocolNameList includes at least one protocol from the SVCB ALPN set.</t>

<t>Clients SHOULD NOT attempt connection to a service endpoint whose SVCB
ALPN set does not contain any supported protocols.  To ensure
consistency of behavior, clients MAY reject the entire SVCB RRSet and fall
back to basic connection establishment if all of the RRs indicate
“no-default-alpn”, even if connection could have succeeded using a
non-default alpn.</t>

<t>For compatibility with clients that require default transports,
zone operators SHOULD ensure that at least one RR in each RRSet supports the
default transports.</t>

</section>
<section anchor="port" title="“port”">

<t>The “port” SvcParamKey defines the TCP or UDP port
that should be used to reach this alternative endpoint.
If this key is not present, clients SHALL use the authority endpoint’s port
number.</t>

<t>The presentation <spanx style="verb">value</spanx> of the SvcParamValue is a single decimal integer
between 0 and 65535 in ASCII.  Any other <spanx style="verb">value</spanx> (e.g. an empty value)
is a syntax error.  To enable simpler parsing, this SvcParam MUST NOT contain
escape sequences.</t>

<t>The wire format of the SvcParamValue
is the corresponding 2 octet numeric value in network byte order.</t>

<t>If a port-restricting firewall is in place between some client and the service
endpoint, changing the port number might cause that client to lose access to
the service, so operators should exercise caution when using this SvcParamKey
to specify a non-default port.</t>

</section>
<section anchor="svcparamkeys-echconfig" title="“echconfig”">

<t>The SvcParamKey to enable Encrypted ClientHello (ECH) is “echconfig”.  Its
value is defined in <xref target="echconfig"/>.  It is applicable to most TLS-based
protocols.</t>

<t>When publishing a record containing an “echconfig” parameter, the publisher
MUST ensure that all IP addresses of TargetName correspond to servers
that have access to the corresponding private key or are authoritative
for the public name. (See Section 7.2.2 of <xref target="ECH"/> for more
details about the public name.) This yields an anonymity set of cardinality
equal to the number of ECH-enabled server domains supported by a given
client-facing server. Thus, even with an encrypted ClientHello, an attacker
who can enumerate the set of ECH-enabled domains supported by a
client-facing server can guess the
correct SNI with probability at least 1/K, where K is the size of this
ECH-enabled server anonymity set. This probability may be increased via
traffic analysis or other mechanisms.</t>

</section>
<section anchor="svcparamkeys-iphints" title="“ipv4hint” and “ipv6hint”">

<t>The “ipv4hint” and “ipv6hint” keys convey IP addresses that clients MAY use to
reach the service.  If A and AAAA records for TargetName are locally
available, the client SHOULD ignore these hints.  Otherwise, clients
SHOULD perform A and/or AAAA queries for TargetName as in
<xref target="client-behavior"/>, and clients SHOULD use the IP address in those
responses for future connections. Clients MAY opt to terminate any
connections using the addresses in hints and instead switch to the
addresses in response to the TargetName query. Failure to use A and/or
AAAA response addresses could negatively impact load balancing or other
geo-aware features and thereby degrade client performance.</t>

<t>To construct the value-list, apply the value-list decoding algorithm
(<xref target="value-list"/>) to the SvcParamValue.
Each decoded value in the value-list SHALL be an IP address of the appropriate
family in standard textual format <xref target="RFC5952"/>.  To enable simpler parsing,
this SvcParamValue MUST NOT contain escape sequences.</t>

<t>The wire format for each parameter is a sequence of IP addresses in network
byte order.  Like an A or AAAA RRSet, the list of addresses represents an
unordered collection, and clients SHOULD pick addresses to use in a random order.
An empty list of addresses is invalid.</t>

<t>When selecting between IPv4 and IPv6 addresses to use, clients may use an
approach such as Happy Eyeballs <xref target="HappyEyeballsV2"/>.
When only “ipv4hint” is present, IPv6-only clients may synthesize
IPv6 addresses as specified in <xref target="RFC7050"/> or ignore the “ipv4hint” key and
wait for AAAA resolution (<xref target="client-behavior"/>).  Recursive resolvers MUST NOT
perform DNS64 (<xref target="RFC6147"/>) on parameters within a SVCB record.
For best performance, server operators SHOULD include an “ipv6hint” parameter
whenever they include an “ipv4hint” parameter.</t>

<t>These parameters are intended to minimize additional connection latency
when a recursive resolver is not compliant with the requirements in
<xref target="server-behavior"/>, and SHOULD NOT be included if most clients are using
compliant recursive resolvers.  When TargetName is the origin hostname
or the owner name (which can be written as “.”), server operators
SHOULD NOT include these hints, because they are unlikely to convey any
performance benefit.</t>

</section>
</section>
<section anchor="mandatory" title="ServiceMode RR compatibility and mandatory keys">

<t>In a ServiceMode RR, a SvcParamKey is considered “mandatory” if the RR will not
function correctly for clients that ignore this SvcParamKey.  Each SVCB
protocol mapping SHOULD specify a set of keys that are “automatically
mandatory”, i.e. mandatory if they are present in an RR.  The SvcParamKey
“mandatory” is used to indicate any mandatory keys for this RR, in addition to
any automatically mandatory keys that are present.</t>

<t>A ServiceMode RR is considered “compatible” with a client if the client
recognizes all the mandatory keys, and their values indicate that successful
connection establishment is possible.  If the SVCB RRSet contains
no compatible RRs, the client will generally act as if the RRSet is empty.</t>

<t>In presentation format, “mandatory” contains a list of one or more valid
SvcParamKeys, either by their registered name or in the unknown-key format
(<xref target="presentation"/>).  Keys MAY appear in any order, but MUST NOT appear more
than once.  Any listed keys MUST also appear in the SvcParams.</t>

<t>To construct the value-list, apply the value-list decoding algorithm
(<xref target="value-list"/>) to the SvcParamValue.  To enable simpler parsing, this
SvcParamValue MUST NOT contain escape sequences.</t>

<t>For example, the following is a valid list of SvcParams:</t>

<figure><artwork><![CDATA[
echconfig=... key65333=ex1 key65444=ex2 mandatory=key65444,echconfig
]]></artwork></figure>

<t>In wire format, the keys are represented by their numeric values in
network byte order, concatenated in ascending order.</t>

<t>This SvcParamKey is always automatically mandatory, and MUST NOT appear in its
own value-list.  Other automatically mandatory keys SHOULD NOT appear in the
list either.  (Including them wastes space and otherwise has no effect.)</t>

</section>
<section anchor="https" title="Using SVCB with HTTPS and HTTP">

<t>Use of any protocol with SVCB requires a protocol-specific mapping
specification.  This section specifies the mapping for HTTPS and HTTP.</t>

<t>To enable special handling for the HTTPS and HTTP use-cases,
the HTTPS RR type is defined as a SVCB-compatible RR type,
specific to the https and http schemes.  Clients MUST NOT
perform SVCB queries or accept SVCB responses for “https”
or “http” schemes.</t>

<t>The HTTPS RR wire format and presentation format are
identical to SVCB, and both share the SvcParamKey registry.  SVCB
semantics apply equally to HTTPS RRs unless specified otherwise.
The presentation format of the record is:</t>

<figure><artwork><![CDATA[
Name TTL IN HTTPS SvcPriority TargetName SvcParams
]]></artwork></figure>

<t>As with SVCB, the record is defined specifically within
the Internet (“IN”) Class <xref target="RFC1035"/>.</t>

<t>All the SvcParamKeys defined in <xref target="keys"/> are permitted for use in
HTTPS RRs.  The default set of ALPN IDs is the single value “http/1.1”.
The “automatically mandatory” keys (<xref target="mandatory"/>) are “port”, “alpn”,
and “no-default-alpn”.</t>

<t>The presence of an HTTPS RR for an origin also indicates
that all HTTP resources are available over HTTPS, as
discussed in <xref target="hsts"/>.  This allows HTTPS RRs to apply to
pre-existing “http” scheme URLs, while ensuring that the client uses a
secure and authenticated HTTPS connection.</t>

<t>The HTTPS RR parallels the concepts
introduced in the HTTP Alternative Services proposed standard
<xref target="AltSvc"/>.  Clients and servers that implement HTTPS RRs are
not required to implement Alt-Svc.</t>

<section anchor="httpsnames" title="Query names for HTTPS RRs">

<t>The HTTPS RR uses Port Prefix Naming (<xref target="svcb-names"/>),
with one modification: if the scheme is “https” and the port is 443,
then the client’s original QNAME is
equal to the service name (i.e. the origin’s hostname),
without any prefix labels.</t>

<t>By removing the Attrleaf labels <xref target="Attrleaf"/>
used in SVCB, this construction enables offline DNSSEC signing of
wildcard domains, which are commonly used with HTTPS.  Reusing the
service name also allows the targets of existing CNAME chains
(e.g. CDN hosts) to start returning HTTPS RR responses without
requiring origin domains to configure and maintain an additional
delegation.</t>

<t>Following of HTTPS AliasMode RRs and CNAME aliases is unchanged from SVCB.</t>

<t>Clients always convert “http” URLs to “https” before performing an
HTTPS RR query using the process described in <xref target="hsts"/>, so domain owners
MUST NOT publish HTTPS RRs with a prefix of “_http”.</t>

<t>Note that none of these forms alter the HTTPS origin or authority.
For example, clients MUST continue to validate TLS certificate
hostnames based on the origin.</t>

</section>
<section anchor="relationship-to-alt-svc" title="Relationship to Alt-Svc">

<t>Publishing a ServiceMode HTTPS RR in DNS is intended
to be similar to transmitting an Alt-Svc field value over
HTTPS, and receiving an HTTPS RR is intended to be similar to
receiving that field value over HTTPS.  However, there are some
differences in the intended client and server behavior.</t>

<section anchor="alpn-usage" title="ALPN usage">

<t>Unlike Alt-Svc Field Values, HTTPS RRs can contain multiple ALPN
IDs, and clients are encouraged to offer additional ALPNs that they
support (subject to security constraints).</t>

</section>
<section anchor="untrusted-channel" title="Untrusted channel">

<t>SVCB does not require or provide any assurance of authenticity.  (DNSSEC
signing and verification, which would provide such assurance, are OPTIONAL.)
The DNS resolution process is treated as an untrusted channel that learns
only the QNAME, and is prevented from mounting any attack beyond denial of
service.</t>

<t>Alt-Svc parameters that cannot be safely received in this model MUST NOT
have a corresponding defined SvcParamKey.  For example, there is no
SvcParamKey corresponding to the Alt-Svc “persist” parameter, because
this parameter is not safe to accept over an untrusted channel.</t>

</section>
<section anchor="cache-lifetime" title="Cache lifetime">

<t>There is no SvcParamKey corresponding to the Alt-Svc “ma” (max age) parameter.
Instead, server operators encode the expiration time in the DNS TTL.</t>

<t>The appropriate TTL value might be different from the “ma” value
used for Alt-Svc, depending on the desired efficiency and
agility.  Some DNS caches incorrectly extend the lifetime of DNS
records beyond the stated TTL, so server operators cannot rely on
HTTPS RRs expiring on time.  Shortening the TTL to compensate
for incorrect caching is NOT RECOMMENDED, as this practice impairs the
performance of correctly functioning caches and does not guarantee
faster expiration from incorrect caches.  Instead, server operators
SHOULD maintain compatibility with expired records until they observe
that nearly all connections have migrated to the new configuration.</t>

</section>
<section anchor="granularity" title="Granularity">

<t>Sending Alt-Svc over HTTP allows the server to tailor the Alt-Svc
Field Value specifically to the client.  When using an HTTPS RR,
groups of clients will necessarily receive the same SvcParams.
Therefore, HTTPS RRs are not suitable for uses that require
single-client granularity.</t>

</section>
</section>
<section anchor="interaction-with-alt-svc" title="Interaction with Alt-Svc">

<t>Clients that do not implement support for Encrypted ClientHello MAY
skip the HTTPS RR query
if a usable Alt-Svc value is available in the local cache.
If Alt-Svc connection fails, these clients SHOULD fall back to the HTTPS RR
client connection procedure (<xref target="client-behavior"/>).</t>

<t>For clients that implement support for ECH, the interaction between
HTTPS RRs and Alt-Svc is described in <xref target="ech-client-behavior"/>.</t>

<t>This specification does not alter the DNS queries performed when connecting
to an Alt-Svc hostname (typically A and/or AAAA only).</t>

</section>
<section anchor="requiring-server-name-indication" title="Requiring Server Name Indication">

<t>Clients MUST NOT use an HTTPS RR response unless the
client supports TLS Server Name Indication (SNI) and
indicate the origin name when negotiating TLS.
This supports the conservation of IP addresses.</t>

<t>Note that the TLS SNI (and also the HTTP “Host” or “:authority”) will indicate
the origin, not the TargetName.</t>

</section>
<section anchor="hsts" title="HTTP Strict Transport Security">

<t>By publishing a usable HTTPS RR, the server operator indicates that all
useful HTTP resources on that origin are reachable over HTTPS, similar to
HTTP Strict Transport Security <xref target="HSTS"/>.</t>

<t>Prior to making an “http” scheme request, the client SHOULD perform a lookup
to determine if any HTTPS RRs exist for that origin.  To do so,
the client SHOULD construct a corresponding “https” URL as follows:</t>

<t><list style="numbers">
  <t>Replace the “http” scheme with “https”.</t>
  <t>If the “http” URL explicitly specifies port 80, specify port 443.</t>
  <t>Do not alter any other aspect of the URL.</t>
</list></t>

<t>This construction is equivalent to Section 8.3 of <xref target="HSTS"/>, point 5.</t>

<t>If an HTTPS RR query for this “https” URL returns any AliasMode HTTPS RRs,
or any compatible ServiceMode HTTPS RRs (see <xref target="mandatory"/>), the client
SHOULD act as if it has received an HTTP “307 Temporary Redirect” redirect
to this “https” URL.  (Receipt of an incompatible ServiceMode RR does not
trigger the redirect behavior.)
Because HTTPS RRs are received over an often insecure channel (DNS),
clients MUST NOT place any more trust in this signal than if they
had received a 307 redirect over cleartext HTTP.</t>

<t>When making an “https” scheme request to an origin with an HTTPS RR,
either directly or via the above redirect, the client SHOULD terminate the
connection if there are any errors with the underlying secure transport, such as
errors in certificate validation. This aligns with Section 8.4 and Section 12.1
of <xref target="HSTS"/>.</t>

</section>
<section anchor="http-based-protocols" title="HTTP-based protocols">

<t>All protocols employing “http://” or “https://” URLs SHOULD respect HTTPS RRs.
For example, clients that
support HTTPS RRs and implement the altered WebSocket <xref target="WebSocket"/>
opening handshake from the W3C Fetch specification <xref target="FETCH"/> SHOULD use HTTPS RRs
for the <spanx style="verb">requestURL</spanx>.</t>

<t>An HTTP-based protocol MAY define its own SVCB mapping.  Such mappings MAY
be defined to take precedence over HTTPS RRs.</t>

</section>
</section>
<section anchor="echconfig" title="SVCB/HTTPS RR parameter for ECH configuration">

<t>The SVCB “echconfig” parameter is defined for
conveying the ECH configuration of an alternative endpoint.
In wire format, the value of the parameter is an ECHConfigs vector
<xref target="ECH"/>, including the redundant length prefix.  In presentation format,
the value is a single ECHConfigs encoded in Base64 <xref target="base64"/>.
Base64 is used here to simplify integration with TLS server software.
To enable simpler parsing, this SvcParam MUST NOT contain escape sequences.</t>

<t>When ECH is in use, the TLS ClientHello is divided into an unencrypted “outer”
and an encrypted “inner” ClientHello.  The outer ClientHello is an implementation
detail of ECH, and its contents are controlled by the ECHConfig in accordance
with <xref target="ECH"/>.  The inner ClientHello is used for establishing a connection to the
service, so its contents may be influenced by other SVCB parameters.  For example,
the requirements on the ProtocolNameList in <xref target="alpn-key"/> apply only to the inner
ClientHello.  Similarly, it is the inner ClientHello whose Server Name Indication
identifies the desired service.</t>

<section anchor="ech-client-behavior" title="Client behavior">

<t>The general client behavior specified in <xref target="client-behavior"/> permits clients
to retry connection with a less preferred alternative if the preferred option
fails, including falling back to a direct connection if all SVCB options fail.
This behavior is
not suitable for ECH, because fallback would negate the privacy benefits of
ECH.  Accordingly, ECH-capable clients SHALL implement the following
behavior for connection establishment:</t>

<t><list style="numbers">
  <t>Perform connection establishment using HTTPS RRs as described in
<xref target="client-behavior"/>.  After step 4, if there were compatible HTTPS RRs,
they all had an “echconfig” key, and attempts to connect to them all failed,
terminate connection establishment.</t>
  <t>If the client implements Alt-Svc, try to connect using any entries from
the Alt-Svc cache.</t>
  <t>Continue connection establishment as in <xref target="client-behavior"/> if necessary.</t>
</list></t>

<t>As a latency optimization, clients MAY prefetch DNS records for later steps
before they are needed.</t>

</section>
<section anchor="deployment-considerations" title="Deployment considerations">

<t>An HTTPS RRSet containing some RRs with “echconfig” and some without is
vulnerable to a downgrade attack.  This configuration is NOT RECOMMENDED.
Zone owners who do use such a mixed configuration SHOULD mark the RRs with
“echconfig” as more preferred (i.e. smaller SvcPriority) than those
without, in order to maximize the likelihood that ECH will be used in the
absence of an active adversary.</t>

</section>
</section>
<section anchor="zone-structures" title="Zone Structures">

<section anchor="structuring-zones-for-flexibility" title="Structuring zones for flexibility">

<t>Each ServiceForm RRSet can only serve a single scheme.  The scheme is indicated
by the owner name and the RR type.  For the generic SVCB RR type, this means that
each owner name can only be used for a single scheme.  The underscore prefixing
requirement (<xref target="svcb-names"/>) ensures that this is true for the initial query,
but it is the responsibility of zone owners to choose names that satisfy this
constraint when using aliases, including CNAME and AliasMode records.</t>

<t>When using the generic SVCB RR type with aliasing, zone owners SHOULD choose alias
target names that indicate the scheme in use (e.g. <spanx style="verb">foosvc.example.net</spanx> for
<spanx style="verb">foo://</spanx> schemes).  This will help to avoid confusion when another scheme needs to
be added to the configuration.</t>

</section>
<section anchor="structuring-zones-for-performance" title="Structuring zones for performance">

<t>To avoid a delay for clients using a nonconforming recursive resolver,
domain owners SHOULD minimize the use of AliasMode records, and choose
TargetName to be a domain for which the client will have already issued
address queries (see <xref target="client-behavior"/>).  For foo://foo.example.com:8080,
this might look like:</t>

<figure><artwork><![CDATA[
$ORIGIN example.com. ; Origin
foo                  3600 IN CNAME foosvc.example.net.
_8080._foo.foo       3600 IN CNAME foosvc.example.net.

$ORIGIN example.net. ; Service provider zone
foosvc               3600 IN SVCB 1 . key65333=...
foosvc                300 IN AAAA 2001:db8::1
]]></artwork></figure>

<t>Domain owners SHOULD avoid using a TargetName that is below a DNAME, as
this is likely unnecessary and makes responses slower and larger.</t>

</section>
<section anchor="examples" title="Examples">

<section anchor="protocol-enhancements" title="Protocol enhancements">

<t>Consider a simple zone of the form:</t>

<figure><artwork><![CDATA[
$ORIGIN simple.example. ; Simple example zone
@ 300 IN A    192.0.2.1
         AAAA 2001:db8::1
]]></artwork></figure>

<t>The domain owner could add this record:</t>

<figure><artwork><![CDATA[
simple.example. 7200 IN HTTPS 1 . alpn=h3
]]></artwork></figure>

<t>to indicate that simple.example uses HTTPS, and supports QUIC
in addition to HTTPS over TCP (an implicit default).
The record could also include other information
(e.g. non-standard port, ECH configuration).</t>

</section>
<section anchor="apex-aliasing" title="Apex aliasing">

<t>Consider a zone that is using CNAME aliasing:</t>

<figure><artwork><![CDATA[
$ORIGIN aliased.example. ; A zone that is using a hosting service
; Subdomain aliased to a high-performance server pool
www             7200 IN CNAME pool.svc.example.
; Apex domain on fixed IPs because CNAME is not allowed at the apex
@                300 IN A     192.0.2.1
                     IN AAAA  2001:db8::1
]]></artwork></figure>

<t>With HTTPS RRs, the owner of aliased.example could alias the apex by
adding one additional record:</t>

<figure><artwork><![CDATA[
@               7200 IN HTTPS 0 pool.svc.example.
]]></artwork></figure>

<t>With this record in place, HTTPS-RR-aware clients will use the same
server pool for aliased.example and www.aliased.example.  (They will
also upgrade to HTTPS on aliased.example.)  Non-HTTPS-RR-aware clients
will just ignore the new record.</t>

<t>Similar to CNAME, HTTPS RRs have no impact on the origin name.
When connecting, clients will continue to treat the authoritative
origins as “https://www.aliased.example” and “https://aliased.example”,
respectively, and will validate TLS server certificates accordingly.</t>

</section>
<section anchor="parameter-binding" title="Parameter binding">

<t>Suppose that svc.example’s default server pool supports HTTP/2, and
it has deployed HTTP/3 on a new server pool with a different
configuration.  This can be expressed in the following form:</t>

<figure><artwork><![CDATA[
$ORIGIN svc.example. ; A hosting provider.
pool  7200 IN HTTPS 1 h3pool alpn=h2,h3 echconfig="123..."
              HTTPS 2 .      alpn=h2 echconfig="abc..."
pool   300 IN A        192.0.2.2
              AAAA     2001:db8::2
h3pool 300 IN A        192.0.2.3
              AAAA     2001:db8::3
]]></artwork></figure>

<t>This configuration is entirely compatible with the “Apex aliasing” example,
whether the client supports HTTPS RRs or not.  If the client does support
HTTPS RRs, all connections will be upgraded to HTTPS, and clients will
use HTTP/3 if they can.  Parameters are “bound” to each server pool, so
each server pool can have its own protocol, ECH configuration, etc.</t>

</section>
<section anchor="multicdn" title="Multi-CDN">

<t>The HTTPS RR is intended to support HTTPS services operated by
multiple independent entities, such as different Content Delivery
Networks (CDNs) or different hosting providers.  This includes
the case where a service is migrated from one operator to another,
as well as the case where the service is multiplexed between
multiple operators for performance, redundancy, etc.</t>

<t>This example shows such a configuration, with www.customer.example
having different DNS responses to different queries, either over time
or due to logic within the authoritative DNS server:</t>

<figure><artwork><![CDATA[
 ; This zone contains/returns different CNAME records
 ; at different points-in-time.  The RRset for "www" can
 ; only ever contain a single CNAME.

 ; Sometimes the zone has:
 $ORIGIN customer.example.  ; A Multi-CDN customer domain
 www 900 IN CNAME cdn1.svc1.example.

 ; and other times it contains:
 $ORIGIN customer.example.
 www 900 IN CNAME customer.svc2.example.

 ; and yet other times it contains:
 $ORIGIN customer.example.
 www 900 IN CNAME cdn3.svc3.example.

 ; With the following remaining constant and always included:
 $ORIGIN customer.example.  ; A Multi-CDN customer domain
 ; The apex is also aliased to www to match its configuration
 @     7200 IN HTTPS 0 www
 ; Non-HTTPS-aware clients use non-CDN IPs
               A    203.0.113.82
               AAAA 2001:db8:203::2

 ; Resolutions following the cdn1.svc1.example
 ; path use these records.
 ; This CDN uses a different alternative service for HTTP/3.
 $ORIGIN svc1.example.  ; domain for CDN 1
 cdn1     1800 IN HTTPS 1 h3pool alpn=h3 echconfig="123..."
                  HTTPS 2 . alpn=h2 echconfig="123..."
                  A    192.0.2.2
                  AAAA 2001:db8:192::4
 h3pool 300 IN A 192.0.2.3
            AAAA 2001:db8:192:7::3

 ; Resolutions following the customer.svc2.example
 ; path use these records.
 ; Note that this CDN only supports HTTP/2.
 $ORIGIN svc2.example. ; domain operated by CDN 2     
 customer 300 IN HTTPS 1 . alpn=h2 echconfig="xyz..."
           60 IN A    198.51.100.2
                 A    198.51.100.3
                 A    198.51.100.4
                 AAAA 2001:db8:198::7
                 AAAA 2001:db8:198::12

 ; Resolutions following the customer.svc2.example
 ; path use these records.
 ; Note that this CDN has no HTTPS records
 ; and thus no ECH support.
 $ORIGIN svc3.example. ; domain operated by CDN 3 
 cdn3      60 IN A    203.0.113.8
                 AAAA 2001:db8:113::8
]]></artwork></figure>

<t>Note that in the above example, the different CDNs have different
echconfig and different capabilities, but clients will use HTTPS RRs
as a bound-together unit.</t>

<t>Domain owners should be cautious when using a multi-CDN configuration, as it
introduces a number of complexities highlighted by this example:</t>

<t><list style="symbols">
  <t>If CDN 1 supports ECH, and CDN 2 does not, the client is vulnerable to ECH
downgrade by a network adversary who forces clients to get CDN 2 records.</t>
  <t>Aliasing the apex to its subdomain simplifies the zone file but likely
increases resolution latency, especially when using a non-HTTPS-aware
recursive resolver.  An alternative would be to alias the zone
apex directly to a name managed by a CDN.</t>
  <t>The A, AAAA, HTTPS resolutions are independent lookups so clients may
observe and follow different CNAMEs to different CDNs.
Clients may thus find a SvcDomainName pointing to a name
other than the one which returned along with the A and AAAA lookups
and will need to do an additional resolution for them.
Including ipv6hint and ipv4hint will reduce the performance
impact of this case.</t>
  <t>If not all CDNs publish HTTPS records, clients will sometimes
receive NODATA for HTTPS queries (as with cdn3.svc3.example above),
and thus no echconfig, but could receive A/AAAA records from
a different CDN which does support ECH.  Clients will be unable
to use ECH in this case.</t>
</list></t>

</section>
<section anchor="non-https-uses" title="Non-HTTPS uses">

<t>For services other than HTTPS, the SVCB RR and an Attrleaf label <xref target="Attrleaf"/>
will be used.  For example, to reach an example resource of
“baz://api.example.com:8765”, the following SVCB
record would be used to alias it to “svc4-baz.example.net.”
which in-turn could return AAAA/A records and/or SVCB
records in ServiceMode:</t>

<figure><artwork><![CDATA[
_8765._baz.api.example.com. 7200 IN SVCB 0 svc4-baz.example.net.
]]></artwork></figure>

<t>HTTPS RRs use similar Attrleaf labels if the origin contains
a non-default port.</t>

</section>
</section>
</section>
<section anchor="other-standards" title="Interaction with other standards">

<t>This standard is intended to reduce connection latency and
improve user privacy.  Server operators implementing this standard
SHOULD also implement TLS 1.3 <xref target="RFC8446"/> and OCSP Stapling
<xref target="RFC6066"/>, both of which confer substantial performance and privacy
benefits when used in combination with SVCB records.</t>

<t>To realize the greatest privacy benefits, this proposal is intended for
use over a privacy-preserving DNS transport (like DNS over TLS
<xref target="DoT"/> or DNS over HTTPS <xref target="DoH"/>).
However, performance improvements, and some modest privacy improvements,
are possible without the use of those standards.</t>

<t>Any specification for use of SVCB with a protocol MUST have an entry for its
scheme under the SVCB RR type in the IANA DNS Underscore Global Scoped Entry
Registry <xref target="Attrleaf"/>.  The scheme SHOULD have an entry in the IANA URI Schemes
Registry <xref target="RFC7595"/>.  The scheme SHOULD have a defined specification for use
with SVCB.</t>

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

<t>SVCB/HTTPS RRs are intended for distribution over untrusted
channels, and clients are REQUIRED to verify that the alternative endpoint
is authoritative for the service (similar to Section 2.1 of <xref target="AltSvc"/>).
Therefore, DNSSEC signing and validation are OPTIONAL for publishing
and using SVCB and HTTPS RRs.</t>

<t>Clients MUST ensure that their DNS cache is partitioned for each local
network, or flushed on network changes, to prevent a local adversary in one
network from implanting a forged DNS record that allows them to
track users or hinder their connections after they leave that network.</t>

<t>An attacker who can prevent SVCB resolution can deny clients any associated
security benefits.  A hostile recursive resolver can always deny service to
SVCB queries, but network intermediaries can often prevent resolution as well,
even when the client and recursive resolver validate DNSSEC and use a secure
transport.  These downgrade attacks can prevent the HTTPS upgrade provided by
the HTTPS RR (<xref target="hsts"/>), and disable the encryption enabled by the echconfig
SvcParamKey (<xref target="echconfig"/>).  To prevent downgrades, <xref target="client-failures"/>
recommends that clients abandon the connection attempt when such an attack is
detected.</t>

<t>A hostile DNS intermediary might forge AliasForm “.” records (<xref target="aliasdot"/>) as
a way to block clients from accessing particular services.  Such an adversary
could already block entire domains by forging erroneous responses, but this
mechanism allows them to target particular protocols or ports within a domain.
Clients that might be subject to such attacks SHOULD ignore AliasForm “.”
records.</t>

</section>
<section anchor="privacy-considerations" title="Privacy Considerations">

<t>Standard address queries reveal the user’s intent to access a particular
domain.  This information is visible to the recursive resolver, and to
many other parties when plaintext DNS transport is used.  SVCB queries,
like queries for SRV records and other specific RR types, additionally
reveal the user’s intent to use a particular protocol.  This is not
normally sensitive information, but it should be considered when adding
SVCB support in a new context.</t>

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

<section anchor="svcb-rrtype" title="SVCB RRType">

<t>This document defines a new DNS RR type, SVCB, whose value 64 has
been allocated by IANA from the “Resource Record (RR) TYPEs”
subregistry of the “Domain Name System (DNS) Parameters” registry:</t>

<t>Type: SVCB</t>

<t>Value: 64</t>

<t>Meaning: General Purpose Service Endpoints</t>

<t>Reference: This document</t>

</section>
<section anchor="https-rrtype" title="HTTPS RRType">

<t>This document defines a new DNS RR type, HTTPS, whose value 65 has
been allocated by IANA from the “Resource Record (RR) TYPEs”
subregistry of the “Domain Name System (DNS) Parameters” registry:</t>

<t>Type: HTTPS</t>

<t>Value: 65</t>

<t>Meaning: HTTPS Specific Service Endpoints</t>

<t>Reference: This document</t>

</section>
<section anchor="svcparamregistry" title="New registry for Service Parameters">

<t>The “Service Binding (SVCB) Parameter Registry” defines the namespace
for parameters, including string representations and numeric
SvcParamKey values.  This registry is shared with other SVCB-compatible
RR types, such as the HTTPS RR.</t>

<t>ACTION: create and include a reference to this registry.</t>

<section anchor="procedure" title="Procedure">

<t>A registration MUST include the following fields:</t>

<t><list style="symbols">
  <t>Number: SvcParamKey wire format numeric identifier (range 0-65535)</t>
  <t>Name: SvcParamKey presentation name</t>
  <t>Meaning: a short description</t>
  <t>Pointer to specification text</t>
</list></t>

<t>SvcParamKey entries to be added to this namespace
have different policies (<xref target="RFC8126"/>, Section 4)
based on their range:</t>

<texttable>
      <ttcol align='left'>Number</ttcol>
      <ttcol align='left'>IANA Policy</ttcol>
      <c>0-255</c>
      <c>Standards Action</c>
      <c>256-32767</c>
      <c>Expert Review</c>
      <c>32768-65280</c>
      <c>First Come First Served</c>
      <c>65280-65534</c>
      <c>Private Use</c>
      <c>65535</c>
      <c>Standards Action</c>
</texttable>

<t>Apart from the initial contents, the SvcParamKey
name MUST NOT start with “key”.</t>

</section>
<section anchor="iana-keys" title="Initial contents">

<t>The “Service Binding (SVCB) Parameter Registry” shall initially
be populated with the registrations below:</t>

<texttable>
      <ttcol align='left'>Number</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>0</c>
      <c>mandatory</c>
      <c>Mandatory keys in this RR</c>
      <c>(This document)</c>
      <c>1</c>
      <c>alpn</c>
      <c>Additional supported protocols</c>
      <c>(This document)</c>
      <c>2</c>
      <c>no-default-alpn</c>
      <c>No support for default protocol</c>
      <c>(This document)</c>
      <c>3</c>
      <c>port</c>
      <c>Port for alternative endpoint</c>
      <c>(This document)</c>
      <c>4</c>
      <c>ipv4hint</c>
      <c>IPv4 address hints</c>
      <c>(This document)</c>
      <c>5</c>
      <c>echconfig</c>
      <c>Encrypted ClientHello info</c>
      <c>(This document)</c>
      <c>6</c>
      <c>ipv6hint</c>
      <c>IPv6 address hints</c>
      <c>(This document)</c>
      <c>65280-65534</c>
      <c>keyNNNNN</c>
      <c>Private Use</c>
      <c>(This document)</c>
      <c>65535</c>
      <c>key65535</c>
      <c>Reserved (“Invalid key”)</c>
      <c>(This document)</c>
</texttable>

</section>
</section>
<section anchor="registry-updates" title="Registry updates">

<t>Per <xref target="RFC6895"/>, please add the following entries to the data type
range of the Resource Record (RR) TYPEs registry:</t>

<texttable>
      <ttcol align='left'>TYPE</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>SVCB</c>
      <c>Service Location and Parameter Binding</c>
      <c>(This document)</c>
      <c>HTTPS</c>
      <c>HTTPS Service Location and Parameter Binding</c>
      <c>(This document)</c>
</texttable>

<t>Per <xref target="Attrleaf"/>, please add the following entry to the DNS Underscore
Global Scoped Entry Registry:</t>

<texttable>
      <ttcol align='left'>RR TYPE</ttcol>
      <ttcol align='left'>_NODE NAME</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>HTTPS</c>
      <c>_https</c>
      <c>HTTPS SVCB info</c>
      <c>(This document)</c>
</texttable>

</section>
</section>
<section anchor="acknowledgments-and-related-proposals" title="Acknowledgments and Related Proposals">

<t>There have been a wide range of proposed solutions over the years to
the “CNAME at the Zone Apex” challenge proposed.  These include
<xref target="I-D.bellis-dnsop-http-record"/>,
<xref target="I-D.ietf-dnsop-aname"/>, and others.</t>

<t>Thank you to Ian Swett, Ralf Weber, Jon Reed,
Martin Thomson, Lucas Pardue, Ilari Liusvaara,
Tim Wicinski, Tommy Pauly, Chris Wood, David Benjamin,
Mark Andrews, Emily Stark, Eric Orth, Kyle Rose,
Craig Taylor, Dan McArdle, Brian Dickson, and others for their feedback
and suggestions on this draft.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference anchor="ECH">
<front>
<title>TLS Encrypted Client Hello</title>

<author initials='E' surname='Rescorla' fullname='Eric Rescorla'>
    <organization />
</author>

<author initials='K' surname='Oku' fullname='Kazuho Oku'>
    <organization />
</author>

<author initials='N' surname='Sullivan' fullname='Nick Sullivan'>
    <organization />
</author>

<author initials='C' surname='Wood' fullname='Christopher Wood'>
    <organization />
</author>

<date month='October' day='16' year='2020' />

<abstract><t>This document describes a mechanism in Transport Layer Security (TLS) for encrypting a ClientHello message under a server public key.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-tls-esni-08' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-tls-esni-08.txt' />
</reference>



<reference  anchor="Attrleaf" target='https://www.rfc-editor.org/info/rfc8552'>
<front>
<title>Scoped Interpretation of DNS Resource Records through &quot;Underscored&quot; Naming of Attribute Leaves</title>
<author initials='D.' surname='Crocker' fullname='D. Crocker'><organization /></author>
<date year='2019' month='March' />
<abstract><t>Formally, any DNS Resource Record (RR) may occur under any domain name.  However, some services use an operational convention for defining specific interpretations of an RRset by locating the records in a DNS branch under the parent domain to which the RRset actually applies.  The top of this subordinate branch is defined by a naming convention that uses a reserved node name, which begins with the underscore character (e.g., &quot;_name&quot;).  The underscored naming construct defines a semantic scope for DNS record types that are associated with the parent domain above the underscored branch.  This specification explores the nature of this DNS usage and defines the &quot;Underscored and Globally Scoped DNS Node Names&quot; registry with IANA. The purpose of this registry is to avoid collisions resulting from the use of the same underscored name for different services.</t></abstract>
</front>
<seriesInfo name='BCP' value='222'/>
<seriesInfo name='RFC' value='8552'/>
<seriesInfo name='DOI' value='10.17487/RFC8552'/>
</reference>



<reference anchor="HTTP3">
<front>
<title>Hypertext Transfer Protocol Version 3 (HTTP/3)</title>

<author initials='M' surname='Bishop' fullname='Mike Bishop'>
    <organization />
</author>

<date month='October' day='20' year='2020' />

<abstract><t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment.  This document describes a mapping of HTTP semantics over QUIC.  This document also identifies HTTP/2 features that are subsumed by QUIC, and describes how HTTP/2 extensions can be ported to HTTP/3.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-quic-http-32' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-quic-http-32.txt' />
</reference>



<reference  anchor="HSTS" target='https://www.rfc-editor.org/info/rfc6797'>
<front>
<title>HTTP Strict Transport Security (HSTS)</title>
<author initials='J.' surname='Hodges' fullname='J. Hodges'><organization /></author>
<author initials='C.' surname='Jackson' fullname='C. Jackson'><organization /></author>
<author initials='A.' surname='Barth' fullname='A. Barth'><organization /></author>
<date year='2012' month='November' />
<abstract><t>This specification defines a mechanism enabling web sites to declare themselves accessible only via secure connections and/or for users to be able to direct their user agent(s) to interact with given sites only over secure connections.  This overall policy is referred to as HTTP Strict Transport Security (HSTS).  The policy is declared by web sites via the Strict-Transport-Security HTTP response header field and/or by other means, such as user agent configuration, for example. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6797'/>
<seriesInfo name='DOI' value='10.17487/RFC6797'/>
</reference>



<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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="RFC1035" target='https://www.rfc-editor.org/info/rfc1035'>
<front>
<title>Domain names - implementation and specification</title>
<author initials='P.V.' surname='Mockapetris' fullname='P.V. Mockapetris'><organization /></author>
<date year='1987' month='November' />
<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="RFC5234" target='https://www.rfc-editor.org/info/rfc5234'>
<front>
<title>Augmented BNF for Syntax Specifications: ABNF</title>
<author initials='D.' surname='Crocker' fullname='D. Crocker' role='editor'><organization /></author>
<author initials='P.' surname='Overell' fullname='P. Overell'><organization /></author>
<date year='2008' month='January' />
<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="HappyEyeballsV2" target='https://www.rfc-editor.org/info/rfc8305'>
<front>
<title>Happy Eyeballs Version 2: Better Connectivity Using Concurrency</title>
<author initials='D.' surname='Schinazi' fullname='D. Schinazi'><organization /></author>
<author initials='T.' surname='Pauly' fullname='T. Pauly'><organization /></author>
<date year='2017' month='December' />
<abstract><t>Many communication protocols operating over the modern Internet use hostnames.  These often resolve to multiple IP addresses, each of which may have different performance and connectivity characteristics.  Since specific addresses or address families (IPv4 or IPv6) may be blocked, broken, or sub-optimal on a network, clients that attempt multiple connections in parallel have a chance of establishing a connection more quickly.  This document specifies requirements for algorithms that reduce this user-visible delay and provides an example algorithm, referred to as &quot;Happy Eyeballs&quot;.  This document obsoletes the original algorithm description in RFC 6555.</t></abstract>
</front>
<seriesInfo name='RFC' value='8305'/>
<seriesInfo name='DOI' value='10.17487/RFC8305'/>
</reference>



<reference  anchor="DoT" target='https://www.rfc-editor.org/info/rfc7858'>
<front>
<title>Specification for DNS over Transport Layer Security (TLS)</title>
<author initials='Z.' surname='Hu' fullname='Z. Hu'><organization /></author>
<author initials='L.' surname='Zhu' fullname='L. Zhu'><organization /></author>
<author initials='J.' surname='Heidemann' fullname='J. Heidemann'><organization /></author>
<author initials='A.' surname='Mankin' fullname='A. Mankin'><organization /></author>
<author initials='D.' surname='Wessels' fullname='D. Wessels'><organization /></author>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<date year='2016' month='May' />
<abstract><t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS.  Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626.  In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t><t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group.  It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t></abstract>
</front>
<seriesInfo name='RFC' value='7858'/>
<seriesInfo name='DOI' value='10.17487/RFC7858'/>
</reference>



<reference  anchor="DoH" target='https://www.rfc-editor.org/info/rfc8484'>
<front>
<title>DNS Queries over HTTPS (DoH)</title>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='P.' surname='McManus' fullname='P. McManus'><organization /></author>
<date year='2018' month='October' />
<abstract><t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS.  Each DNS query-response pair is mapped into an HTTP exchange.</t></abstract>
</front>
<seriesInfo name='RFC' value='8484'/>
<seriesInfo name='DOI' value='10.17487/RFC8484'/>
</reference>



<reference  anchor="RFC7231" target='https://www.rfc-editor.org/info/rfc7231'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems.  This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.</t></abstract>
</front>
<seriesInfo name='RFC' value='7231'/>
<seriesInfo name='DOI' value='10.17487/RFC7231'/>
</reference>



<reference  anchor="RFC1928" target='https://www.rfc-editor.org/info/rfc1928'>
<front>
<title>SOCKS Protocol Version 5</title>
<author initials='M.' surname='Leech' fullname='M. Leech'><organization /></author>
<author initials='M.' surname='Ganis' fullname='M. Ganis'><organization /></author>
<author initials='Y.' surname='Lee' fullname='Y. Lee'><organization /></author>
<author initials='R.' surname='Kuris' fullname='R. Kuris'><organization /></author>
<author initials='D.' surname='Koblas' fullname='D. Koblas'><organization /></author>
<author initials='L.' surname='Jones' fullname='L. Jones'><organization /></author>
<date year='1996' month='March' />
<abstract><t>This memo describes a protocol that is an evolution of the previous version of the protocol, version 4 [1]. This new protocol stems from active discussions and prototype implementations.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='1928'/>
<seriesInfo name='DOI' value='10.17487/RFC1928'/>
</reference>



<reference  anchor="RFC3597" target='https://www.rfc-editor.org/info/rfc3597'>
<front>
<title>Handling of Unknown DNS Resource Record (RR) Types</title>
<author initials='A.' surname='Gustafsson' fullname='A. Gustafsson'><organization /></author>
<date year='2003' month='September' />
<abstract><t>Extending the Domain Name System (DNS) with new Resource Record (RR) types currently requires changes to name server software.  This document specifies the changes necessary to allow future DNS implementations to handle new RR types transparently.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3597'/>
<seriesInfo name='DOI' value='10.17487/RFC3597'/>
</reference>



<reference  anchor="DNAME" target='https://www.rfc-editor.org/info/rfc6672'>
<front>
<title>DNAME Redirection in the DNS</title>
<author initials='S.' surname='Rose' fullname='S. Rose'><organization /></author>
<author initials='W.' surname='Wijngaards' fullname='W. Wijngaards'><organization /></author>
<date year='2012' month='June' />
<abstract><t>The DNAME record provides redirection for a subtree of the domain name tree in the DNS.  That is, all names that end with a particular suffix are redirected to another part of the DNS.  This document obsoletes the original specification in RFC 2672 as well as updates the document on representing IPv6 addresses in DNS (RFC 3363). [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6672'/>
<seriesInfo name='DOI' value='10.17487/RFC6672'/>
</reference>



<reference  anchor="RFC3225" target='https://www.rfc-editor.org/info/rfc3225'>
<front>
<title>Indicating Resolver Support of DNSSEC</title>
<author initials='D.' surname='Conrad' fullname='D. Conrad'><organization /></author>
<date year='2001' month='December' />
<abstract><t>In order to deploy DNSSEC (Domain Name System Security Extensions) operationally, DNSSEC aware servers should only perform automatic inclusion of DNSSEC RRs when there is an explicit indication that the resolver can understand those RRs.  This document proposes the use of a bit in the EDNS0 header to provide that explicit indication and describes the necessary protocol changes to implement that notification. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3225'/>
<seriesInfo name='DOI' value='10.17487/RFC3225'/>
</reference>



<reference  anchor="ALPN" target='https://www.rfc-editor.org/info/rfc7301'>
<front>
<title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
<author initials='S.' surname='Friedl' fullname='S. Friedl'><organization /></author>
<author initials='A.' surname='Popov' fullname='A. Popov'><organization /></author>
<author initials='A.' surname='Langley' fullname='A. Langley'><organization /></author>
<author initials='E.' surname='Stephan' fullname='E. Stephan'><organization /></author>
<date year='2014' month='July' />
<abstract><t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t></abstract>
</front>
<seriesInfo name='RFC' value='7301'/>
<seriesInfo name='DOI' value='10.17487/RFC7301'/>
</reference>



<reference  anchor="RFC5952" target='https://www.rfc-editor.org/info/rfc5952'>
<front>
<title>A Recommendation for IPv6 Address Text Representation</title>
<author initials='S.' surname='Kawamura' fullname='S. Kawamura'><organization /></author>
<author initials='M.' surname='Kawashima' fullname='M. Kawashima'><organization /></author>
<date year='2010' month='August' />
<abstract><t>As IPv6 deployment increases, there will be a dramatic increase in the need to use IPv6 addresses in text.  While the IPv6 address architecture in Section 2.2 of RFC 4291 describes a flexible model for text representation of an IPv6 address, this flexibility has been causing problems for operators, system engineers, and users.  This document defines a canonical textual representation format.  It does not define a format for internal storage, such as within an application or database.  It is expected that the canonical format will be followed by humans and systems when representing IPv6 addresses as text, but all implementations must accept and be able to handle any legitimate RFC 4291 format.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5952'/>
<seriesInfo name='DOI' value='10.17487/RFC5952'/>
</reference>



<reference  anchor="RFC7050" target='https://www.rfc-editor.org/info/rfc7050'>
<front>
<title>Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis</title>
<author initials='T.' surname='Savolainen' fullname='T. Savolainen'><organization /></author>
<author initials='J.' surname='Korhonen' fullname='J. Korhonen'><organization /></author>
<author initials='D.' surname='Wing' fullname='D. Wing'><organization /></author>
<date year='2013' month='November' />
<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 &quot;ipv4only.arpa.&quot;.  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="RFC6147" target='https://www.rfc-editor.org/info/rfc6147'>
<front>
<title>DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers</title>
<author initials='M.' surname='Bagnulo' fullname='M. Bagnulo'><organization /></author>
<author initials='A.' surname='Sullivan' fullname='A. Sullivan'><organization /></author>
<author initials='P.' surname='Matthews' fullname='P. Matthews'><organization /></author>
<author initials='I.' surname='van Beijnum' fullname='I. van Beijnum'><organization /></author>
<date year='2011' month='April' />
<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="WebSocket" target='https://www.rfc-editor.org/info/rfc6455'>
<front>
<title>The WebSocket Protocol</title>
<author initials='I.' surname='Fette' fullname='I. Fette'><organization /></author>
<author initials='A.' surname='Melnikov' fullname='A. Melnikov'><organization /></author>
<date year='2011' month='December' />
<abstract><t>The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code.  The security model used for this is the origin-based security model commonly used by web browsers.  The protocol consists of an opening handshake followed by basic message framing, layered over TCP.  The goal of this technology is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections (e.g., using XMLHttpRequest or &lt;iframe&gt;s and long polling).  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6455'/>
<seriesInfo name='DOI' value='10.17487/RFC6455'/>
</reference>



<reference  anchor="base64" target='https://www.rfc-editor.org/info/rfc4648'>
<front>
<title>The Base16, Base32, and Base64 Data Encodings</title>
<author initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<date year='2006' month='October' />
<abstract><t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4648'/>
<seriesInfo name='DOI' value='10.17487/RFC4648'/>
</reference>



<reference  anchor="RFC8446" target='https://www.rfc-editor.org/info/rfc8446'>
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<date year='2018' month='August' />
<abstract><t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t><t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t></abstract>
</front>
<seriesInfo name='RFC' value='8446'/>
<seriesInfo name='DOI' value='10.17487/RFC8446'/>
</reference>



<reference  anchor="RFC6066" target='https://www.rfc-editor.org/info/rfc6066'>
<front>
<title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
<author initials='D.' surname='Eastlake 3rd' fullname='D. Eastlake 3rd'><organization /></author>
<date year='2011' month='January' />
<abstract><t>This document provides specifications for existing TLS extensions.  It is a companion document for RFC 5246, &quot;The Transport Layer Security (TLS) Protocol Version 1.2&quot;.  The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6066'/>
<seriesInfo name='DOI' value='10.17487/RFC6066'/>
</reference>



<reference  anchor="RFC7595" target='https://www.rfc-editor.org/info/rfc7595'>
<front>
<title>Guidelines and Registration Procedures for URI Schemes</title>
<author initials='D.' surname='Thaler' fullname='D. Thaler' role='editor'><organization /></author>
<author initials='T.' surname='Hansen' fullname='T. Hansen'><organization /></author>
<author initials='T.' surname='Hardie' fullname='T. Hardie'><organization /></author>
<date year='2015' month='June' />
<abstract><t>This document updates the guidelines and recommendations, as well as the IANA registration processes, for the definition of Uniform Resource Identifier (URI) schemes.  It obsoletes RFC 4395.</t></abstract>
</front>
<seriesInfo name='BCP' value='35'/>
<seriesInfo name='RFC' value='7595'/>
<seriesInfo name='DOI' value='10.17487/RFC7595'/>
</reference>



<reference  anchor="RFC8126" target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author initials='M.' surname='Cotton' fullname='M. Cotton'><organization /></author>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<author initials='T.' surname='Narten' fullname='T. Narten'><organization /></author>
<date year='2017' month='June' />
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>




    </references>

    <references title='Informative References'>

<reference anchor="FETCH" target="https://fetch.spec.whatwg.org/">
  <front>
    <title>Fetch Living Standard</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020" month="May"/>
  </front>
</reference>




<reference  anchor="SRV" target='https://www.rfc-editor.org/info/rfc2782'>
<front>
<title>A DNS RR for specifying the location of services (DNS SRV)</title>
<author initials='A.' surname='Gulbrandsen' fullname='A. Gulbrandsen'><organization /></author>
<author initials='P.' surname='Vixie' fullname='P. Vixie'><organization /></author>
<author initials='L.' surname='Esibov' fullname='L. Esibov'><organization /></author>
<date year='2000' month='February' />
<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="AltSvc" target='https://www.rfc-editor.org/info/rfc7838'>
<front>
<title>HTTP Alternative Services</title>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<author initials='P.' surname='McManus' fullname='P. McManus'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke'><organization /></author>
<date year='2016' month='April' />
<abstract><t>This document specifies &quot;Alternative Services&quot; for HTTP, which allow an origin's resources to be authoritatively available at a separate network location, possibly accessed with a different protocol configuration.</t></abstract>
</front>
<seriesInfo name='RFC' value='7838'/>
<seriesInfo name='DOI' value='10.17487/RFC7838'/>
</reference>



<reference  anchor="RFC6454" target='https://www.rfc-editor.org/info/rfc6454'>
<front>
<title>The Web Origin Concept</title>
<author initials='A.' surname='Barth' fullname='A. Barth'><organization /></author>
<date year='2011' month='December' />
<abstract><t>This document defines the concept of an &quot;origin&quot;, which is often used as the scope of authority or privilege by user agents.  Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites.  In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string.  It also defines an HTTP header field, named &quot;Origin&quot;, that indicates which origins are associated with an HTTP request.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6454'/>
<seriesInfo name='DOI' value='10.17487/RFC6454'/>
</reference>



<reference  anchor="DNSTerm" target='https://www.rfc-editor.org/info/rfc8499'>
<front>
<title>DNS Terminology</title>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='A.' surname='Sullivan' fullname='A. Sullivan'><organization /></author>
<author initials='K.' surname='Fujiwara' fullname='K. Fujiwara'><organization /></author>
<date year='2019' month='January' />
<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='BCP' value='219'/>
<seriesInfo name='RFC' value='8499'/>
<seriesInfo name='DOI' value='10.17487/RFC8499'/>
</reference>



<reference  anchor="URI" target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author initials='T.' surname='Berners-Lee' fullname='T. Berners-Lee'><organization /></author>
<author initials='R.' surname='Fielding' fullname='R. Fielding'><organization /></author>
<author initials='L.' surname='Masinter' fullname='L. Masinter'><organization /></author>
<date year='2005' month='January' />
<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="RFC6895" target='https://www.rfc-editor.org/info/rfc6895'>
<front>
<title>Domain Name System (DNS) IANA Considerations</title>
<author initials='D.' surname='Eastlake 3rd' fullname='D. Eastlake 3rd'><organization /></author>
<date year='2013' month='April' />
<abstract><t>This document specifies Internet Assigned Numbers Authority (IANA) parameter assignment considerations for the allocation of Domain Name System (DNS) resource record types, CLASSes, operation codes, error codes, DNS protocol message header bits, and AFSDB resource record subtypes.  It obsoletes RFC 6195 and updates RFCs 1183, 2845, 2930, and 3597.</t></abstract>
</front>
<seriesInfo name='BCP' value='42'/>
<seriesInfo name='RFC' value='6895'/>
<seriesInfo name='DOI' value='10.17487/RFC6895'/>
</reference>



<reference anchor="I-D.bellis-dnsop-http-record">
<front>
<title>A DNS Resource Record for HTTP</title>

<author initials='R' surname='Bellis' fullname='Ray Bellis'>
    <organization />
</author>

<date month='November' day='3' year='2018' />

<abstract><t>This document specifies an "HTTP" resource record type for the DNS to facilitate the lookup of the server hostname of HTTP(s) URIs.  It is intended to replace the use of CNAME records for this purpose, and in the process provides a solution for the inability of the DNS to allow a CNAME to be placed at the apex of a domain name.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-bellis-dnsop-http-record-00' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-bellis-dnsop-http-record-00.txt' />
</reference>



<reference anchor="I-D.ietf-dnsop-aname">
<front>
<title>Address-specific DNS aliases (ANAME)</title>

<author initials='T' surname='Finch' fullname='Tony Finch'>
    <organization />
</author>

<author initials='E' surname='Hunt' fullname='Evan Hunt'>
    <organization />
</author>

<author initials='P' surname='Dijk' fullname='Peter van Dijk'>
    <organization />
</author>

<author initials='A' surname='Eden' fullname='Anthony Eden'>
    <organization />
</author>

<author initials='W' surname='Mekking' fullname='Willem Mekking'>
    <organization />
</author>

<date month='July' day='8' year='2019' />

<abstract><t>This document defines the "ANAME" DNS RR type, to provide similar functionality to CNAME, but only for address queries.  Unlike CNAME, an ANAME can coexist with other record types.  The ANAME RR allows zone owners to make an apex domain name into an alias in a standards compliant manner.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-dnsop-aname-04' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-dnsop-aname-04.txt' />
</reference>




    </references>


<section anchor="decoding" title="Decoding text in zone files">

<t>DNS zone files are capable of representing arbitrary octet sequences in
basic ASCII text, using various delimiters and encodings.  The algorithm
for decoding these character-strings is defined in Section 5.1 of <xref target="RFC1035"/>.
Here we summarize the allowed input to that algorithm, using ABNF:</t>

<figure><artwork><![CDATA[
; non-special is VCHAR minus DQUOTE, ";", "(", ")", and "\".
non-special = %x21 / %x23-27 / %x2A-3A / %x3C-5B / %x5D-7E
; non-digit is VCHAR minus DIGIT
non-digit   = %x21-2F / %x3A-7E
; dec-octet is a number 0-255 as a three-digit decimal number.
dec-octet   = ( "0" / "1" ) 2DIGIT /
              "2" ( ( %x30-34 DIGIT ) / ( "5" %x30-35 ) )
escaped     = "\" ( non-digit / dec-octet )
contiguous  = 1*( non-special / escaped )
quoted      = DQUOTE *( contiguous / ( ["\"] WSP ) ) DQUOTE
char-string = contiguous / quoted
]]></artwork></figure>

<t>The decoding algorithm allows <spanx style="verb">char-string</spanx> to represent any <spanx style="verb">*OCTET</spanx>.
In this document, this algorithm is referred to as “character-string decoding”.
The algorithm is the same as used by <spanx style="verb">&lt;character-string&gt;</spanx> in RFC 1035,
although the output length in this document is not limited to 255 octets.</t>

<section anchor="value-list" title="Decoding a value-list">

<t>In order to represent lists of values in zone files, this specification uses
an extended version of character-string decoding that adds the use of “,”
as a delimiter after double-quote processing.  When “,” is not escaped
(by a preceding “\” or as the escape sequence “\044”), it separates
values in the output, which is a list of 1*OCTET.  (For simplicity, empty
values are not allowed.)  We refer to this modified procedure as “value-list
decoding”.</t>

<figure><artwork><![CDATA[
value-list = char-string
list-value = 1*OCTET
]]></artwork></figure>

<t>For example, consider these <spanx style="verb">char-string</spanx> SvcParamValues:</t>

<figure><artwork><![CDATA[
"part1,part2\,part3"
part1,part2\044part3
]]></artwork></figure>

<t>Character-string decoding either of these inputs would produce a single <spanx style="verb">*OCTET</spanx>
output:</t>

<figure><artwork><![CDATA[
part1,part2,part3
]]></artwork></figure>

<t>Value-list decoding either of these inputs would instead convert it to a list of
two <spanx style="verb">list-value</spanx>s:</t>

<figure><artwork><![CDATA[
part1
part2,part3
]]></artwork></figure>

</section>
</section>
<section anchor="comparison-with-alternatives" title="Comparison with alternatives">

<t>The SVCB and HTTPS RR types closely resemble,
and are inspired by, some existing
record types and proposals.  A complaint with all of the alternatives
is that web clients have seemed unenthusiastic about implementing
them.  The hope here is that by providing an extensible solution that
solves multiple problems we will overcome the inertia and have a path
to achieve client implementation.</t>

<section anchor="differences-from-the-srv-rr-type" title="Differences from the SRV RR type">

<t>An SRV record <xref target="SRV"/> can perform a similar function to the SVCB record,
informing a client to look in a different location for a service.
However, there are several differences:</t>

<t><list style="symbols">
  <t>SRV records are typically mandatory, whereas clients will always
continue to function correctly without making use of SVCB.</t>
  <t>SRV records cannot instruct the client to switch or upgrade
protocols, whereas SVCB can signal such an upgrade (e.g. to
HTTP/2).</t>
  <t>SRV records are not extensible, whereas SVCB and HTTPS RRs
can be extended with new parameters.</t>
  <t>SVCB records use 16 bit for SvcPriority for consistency
with SRV and other RR types that also use 16 bit priorities.</t>
</list></t>

</section>
<section anchor="differences-from-the-proposed-http-record" title="Differences from the proposed HTTP record">

<t>Unlike <xref target="I-D.bellis-dnsop-http-record"/>, this approach is
extensible to cover Alt-Svc and Encrypted ClientHello use-cases.  Like that
proposal, this addresses the zone apex CNAME challenge.</t>

<t>Like that proposal, it remains necessary to continue to include
address records at the zone apex for legacy clients.</t>

</section>
<section anchor="differences-from-the-proposed-aname-record" title="Differences from the proposed ANAME record">

<t>Unlike <xref target="I-D.ietf-dnsop-aname"/>, this approach is extensible to
cover Alt-Svc and ECH use-cases.  This approach also does not
require any changes or special handling on either authoritative or
primary servers, beyond optionally returning in-bailiwick additional records.</t>

<t>Like that proposal, this addresses the zone apex CNAME challenge
for clients that implement this.</t>

<t>However, with this SVCB proposal, it remains necessary to continue
to include address records at the zone apex for legacy clients.
If deployment of this standard is successful, the number of legacy clients
will fall over time.  As the number of legacy clients declines, the operational
effort required to serve these users without the benefit of SVCB indirection
should fall.  Server operators can easily observe how much traffic reaches this
legacy endpoint, and may remove the apex’s address records if the observed legacy
traffic has fallen to negligible levels.</t>

</section>
<section anchor="comparison-with-separate-rr-types-for-aliasmode-and-servicemode" title="Comparison with separate RR types for AliasMode and ServiceMode">

<t>Abstractly, functions of AliasMode and ServiceMode are independent,
so it might be tempting to specify them as separate RR types.  However,
this would result in a serious performance impairment, because clients
cannot rely on their recursive resolver to follow SVCB aliases (unlike
CNAME).  Thus, clients would have to issue queries for both RR types
in parallel, potentially at each step of the alias chain.  Recursive
resolvers that implement the specification would, upon receipt of a
ServiceMode query, emit both a ServiceMode and an AliasMode query to
the authoritative.  Thus, splitting the RR type would double, or in
some cases triple, the load on clients and servers, and would not
reduce implementation complexity.</t>

</section>
</section>
<section anchor="change-history" title="Change history">

<t><list style="symbols">
  <t>draft-ietf-dnsop-svcb-https-02
  <list style="symbols">
      <t>Added a Privacy Considerations section</t>
      <t>Adjusted resolution fallback description</t>
      <t>Clarified status of SvcParams in AliasMode</t>
      <t>Improved advice on zone structuring and use with Alt-Svc</t>
      <t>Improved examples, including a new Multi-CDN example</t>
      <t>Reorganized text on value-list parsing and SvcPriority</t>
      <t>Improved phrasing and other editorial improvements throughout</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-https-01
  <list style="symbols">
      <t>Added a “mandatory” SvcParamKey</t>
      <t>Added the ability to indicate that a service does not exist</t>
      <t>Adjusted resolution and ALPN algorithms</t>
      <t>Major terminology revisions for “origin” and CamelCase names</t>
      <t>Revised ABNF</t>
      <t>Include allocated RR type numbers</t>
      <t>Various corrections, explanations, and recommendations</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-https-00
  <list style="symbols">
      <t>Rename HTTPSSVC RR to HTTPS RR</t>
      <t>Rename “an SVCB” to “a SVCB”</t>
      <t>Removed “design considerations and open issues” section and some other “to be removed” text</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-03
  <list style="symbols">
      <t>Revised chain length limit requirements</t>
      <t>Revised IANA registry rules for SvcParamKeys</t>
      <t>Require HTTPS clients to implement SNI</t>
      <t>Update terminology for Encrypted ClientHello</t>
      <t>Clarifications: non-default ports, transport proxies, HSTS procedure, WebSocket behavior, wire format, IP hints, inner/outer ClientHello with ECH</t>
      <t>Various textual and ABNF corrections</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-02
  <list style="symbols">
      <t>All changes to Alt-Svc have been removed</t>
      <t>Expanded and reorganized examples</t>
      <t>Priority zero is now the definition of AliasForm</t>
      <t>Repeated SvcParamKeys are no longer allowed</t>
      <t>The “=” sign may be omitted in a key=value pair if the value is also empty</t>
      <t>In the wire format, SvcParamKeys must be in sorted order</t>
      <t>New text regarding how to handle resolution timeouts</t>
      <t>Expanded description of recursive resolver behavior</t>
      <t>Much more precise description of the intended ALPN behavior</t>
      <t>Match the HSTS specification’s language on HTTPS enforcement</t>
      <t>Removed ‘esniconfig=””’ mechanism and simplified ESNI connection logic</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-01
  <list style="symbols">
      <t>Reduce the emphasis on conversion between HTTPSSVC and Alt-Svc</t>
      <t>Make the “untrusted channel” concept more precise.</t>
      <t>Make SvcFieldPriority = 0 the definition of AliasForm, instead of a requirement.</t>
    </list></t>
  <t>draft-ietf-dnsop-svcb-httpssvc-00
  <list style="symbols">
      <t>Document an optimization for optimistic pre-connection. (Chris Wood)</t>
      <t>Relax IP hint handling requirements. (Eric Rescorla)</t>
    </list></t>
  <t>draft-nygren-dnsop-svcb-httpssvc-00
  <list style="symbols">
      <t>Generalize to an SVCB record, with special-case
handling for Alt-Svc and HTTPS separated out
to dedicated sections.</t>
      <t>Split out a separate HTTPSSVC record for
the HTTPS use-case.</t>
      <t>Remove the explicit SvcRecordType=0/1 and instead
make the AliasForm vs ServiceForm be implicit.
This was based on feedback recommending against
subtyping RR type.</t>
      <t>Remove one optimization.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-03
  <list style="symbols">
      <t>Change redirect type for HSTS-style behavior
from 302 to 307 to reduce ambiguities.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-02
  <list style="symbols">
      <t>Remove the redundant length fields from the wire format.</t>
      <t>Define a SvcDomainName of “.” for SvcRecordType=1
as being the HTTPSSVC RRNAME.</t>
      <t>Replace “hq” with “h3”.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-01
  <list style="symbols">
      <t>Fixes of record name.  Replace references to “HTTPSVC” with “HTTPSSVC”.</t>
    </list></t>
  <t>draft-nygren-httpbis-httpssvc-00
  <list style="symbols">
      <t>Initial version</t>
    </list></t>
</list></t>

</section>


  </back>

<!-- ##markdown-source:
H4sIABt9oF8AA829bXcbR5Im+r1+RV1o95j0AhDfJMvsqztNU7LN27KkIWn7
zHb3aRWBAlktAIWpAkjRav/3G/FERGZkoSjJu3P2XJ8z0xRZlZmVGRnv8cRo
NMrW1XpeHucXZXNbTcr8qlpOq+V1Xiyn+apoikW5Lpu8XZWTalZNinVVL/Pb
qsjXN2X+4vVFvsP/7+KX0+/wxo+Xl28v8vPzdjcrrq6a8va452/5rG743Wxa
T5Y0wXE+bYrZelSV69loumzr1ai9nVyNbtbrVTvaO8imxZoe+vji5PLl7xmt
obyum/vjvF1Ps6xaNcf5utm064O9vW/p4aIpi+P8h3JZNsU8u6ub99dNvVkd
84xv3ua/0i/4+37gX2bvy3t6Ynqcny3pM5flevSCl5Jl7ZqW/I9iXi9p5vuy
zVbVcf7XdT0Z5m3drJty1tJP9wv+4e9ZVmzWN3VznOWjLKf/qmV7nH83zi8m
N3dFs/4Nv5RP/a5cpr+um+tiWf2GnaV11/X1vMQfykVRzY/zK/rfdvLna/xh
PKkXySQ/jfPvqvamXrkpfqrel/63NMNxfvK+oPHyy3Jys6zn9XVF3+RmWVzh
+T+Xt+V/bspZvRlflclEL8f56/vrply6iV421Xv/2y+ZqKR3/gef9J+XeHFM
L2XZsm4WtAO35TGd6HIW/5Xn37+8PP3xGEMoqQ6+L9eTm/xVdcsHecEnVTTT
AR4RUvmpuM8P9g725K2iuS7X9Bro6fjx4xm/PmaSHt/dFOu7a17D40E2Go3y
4qpdN8WEKODypmpzotDNolyu7QKULQh/wEQ9AFUPQNYD3IWmbOtNQ5eoKSdE
VfnO+flutr5f8Vt1Pism1bxa0wIxxryu329WeT3LwwfT1VqW5bSc8uOLgk5x
Ui+X5YT/0mb0OyJQJui8lcvKJLihnSjkSskFq5vqmk5snMvNk6W0WTGf13d5
Ya/yDFdlvmrq24onnDX1Il9s5utqNS/zYs63AUeQl8vpqq6W63aYlQVNdlet
eca2nlT0KY5JtPmOrYa2cNmu6J7wBHRp6nlGXzKrrjeNfCbvHN09WXe5nDT3
qzUfJm/M5auL/HRe0a7/WNKid+lLLm/Ke1pUW2flsrjCAqui5Rdo+4pV+YEO
ishrSRtyd1PRGujoljXNXrdtxc9j0aevT356OaaDLQMv4geL/LZoKlkXDYdd
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
DL8NADsCDqc5bjDZOCyQU2h5TDlYrJTkxbH82bh3d2fH0PbcfbEHVPuTt1mJ
/NbrjXSd9sdJf6KwjFDBm8tiqljN/7m1PDSZPZe0JUomvC/X/9WTTpeHPOHh
9oTW7s3JyaZcqCMX/qhCyya0hMcASf5LzuJP+aWpschcQNlUsAj4O0IPhq02
1jLCn/H/u9osvWkTRIUw1VWZzbP1xGsjY6BPbz8RwXdI0nF//3D8rE/YdoxS
epqlrU1+7noEpw2HtojOXiHJeWM6dOu8ev7m8pqldNJdRh8EM9ZnlYWPD8fp
cSXkzuM61xKPrnYMr1J0hGef0H2+UPHh/6Ly06P3fPrVxDPQexRbp0FPHx8f
yaNd5edhrWd7jG+g9Xz+TPvu9heeq8/m1BMWB3yqPW8f44FXYM3KjXIeIx3g
JT1Su4eH/d6P5EQ+3P/WdyJPvavm2fjJ/nh/b++hM+k+1qdm9jx29MBjncMh
hfSbL35y/4tu5n/tKSrsg2xzV5giNrLBA6wC6mFvH/LhFxzyYR7u7OHWMTku
9kW7tU9s7JnPMTbVAklwCTKJUxhIDRQNN9pqgZik1iM8i1g2h0mg3QCcvOtE
iKlXQIaAuj2ylknc44E9vKkbNUI9C5jupk0CKdqoBuIo1dbQPDHWjfN8ERNV
esh9wFrhpJqzB9w1SNL9IP3qazZQwEDjzQ3JLnIVLRMzySCkQdI4KL1EBxVj
oYBcNTSVEPpDmJN4Nq845NLVOYdqZLIYFPpawg0BbJJl7lryXNrgjtP0pcrr
XTOu4OcDEg8zrcowTFtfwqfBaNJUFReE8R383i9TQUzjbAdPAPaTSLI7O9B1
7Rxf6jfGR4RcTfgQESMk7R1lltg02gh8PmsaJ0MQ+jBcx8gEBAoumkKSwd1y
LpDD6aNJtTRIwN2lnXZHZ+7o8Hwt+EqfxmHk1s8qVqs4fixUDE8/dOrKukEv
pXG5qoMSW5b28RIACs1ni3lN7wRz26Gy6ofwdpkfiONmWGOd1oH789SA54JX
HkFuDIVPkrcUZE8GZVtJU8x9VC0PHjPFVGcrbaw3RR2uwjnSsuwQEkv4Qmt2
gZAP6pOk765DUQiRrkJTELb0X+Fju0PdFOPBgVkpRwLt2TQnj1OQW0n1KNKD
1mPxfolcsnlO/WewKwJ5fzSCQl4icW+ZbBEb/0F9hcInxT7Rno9kod6M9U2A
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
qc1lq/qiGfeCyJPcYeWa2f8HasS/VLkoAQA=

-->

</rfc>

