<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-iab-protocol-maintenance-09" category="info" submissionType="IAB" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.1 -->
  <front>
    <title>Maintaining Robust Protocols</title>
    <seriesInfo name="Internet-Draft" value="draft-iab-protocol-maintenance-09"/>
    <author initials="M." surname="Thomson" fullname="Martin Thomson">
      <organization>Mozilla</organization>
      <address>
        <email>mt@lowentropy.net</email>
      </address>
    </author>
    <author initials="D." surname="Schinazi" fullname="David Schinazi">
      <organization>Google LLC</organization>
      <address>
        <postal>
          <street>1600 Amphitheatre Parkway</street>
          <city>Mountain View</city>
          <region>CA</region>
          <code>94043</code>
          <country>United States of America</country>
        </postal>
        <email>dschinazi.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2022" month="October" day="19"/>
    <workgroup>EDM</workgroup>
    <abstract>
      <t>The main goal of the networking standards process is to enable the long term
interoperability of protocols. This document describes active protocol
maintenance, a means to accomplish that goal. By evolving specifications and
implementations, it is possible to reduce ambiguity over time and create a
healthy ecosystem.</t>
      <t>The robustness principle, often phrased as "be conservative in what you send,
and liberal in what you accept", has long guided the design and implementation
of Internet protocols. However, it has been interpreted in a variety of ways.
While some interpretations help ensure the health of the Internet, others can
negatively affect interoperability over time. When a protocol is actively
maintained, protocol designers and implementers can avoid these pitfalls.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://intarchboard.github.io/draft-protocol-maintenance/draft-iab-protocol-maintenance.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-iab-protocol-maintenance/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EDM IAB Program mailing list (<eref target="mailto:edm@iab.org"/>),
        which is archived at <eref target="https://www.iab.org/mailman/listinfo/edm"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/edm/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/intarchboard/draft-protocol-maintenance"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The robustness principle has been hugely influential in shaping the design of
the Internet. As stated in the IAB document on Architectural Principles of the
Internet <xref target="RFC1958"/>, the robustness principle advises to:</t>
      <blockquote>
        <t>Be strict when sending and tolerant when receiving.  Implementations must
  follow specifications precisely when sending to the network, and tolerate
  faulty input from the network.  When in doubt, discard faulty input silently,
  without returning an error message unless this is required by the
  specification.</t>
      </blockquote>
      <t>This simple statement captures a significant concept in the design of
interoperable systems.  Many consider the application of the robustness
principle to be instrumental in the success of the Internet as well as the
design of interoperable protocols in general.</t>
      <t>As described above, the robustness principle covers three scenarios:</t>
      <dl>
        <dt>Robustness to software defects:</dt>
        <dd>
          <t>No software is perfect, and failures can lead to unexpected behavior.
Well-designed software strives to be resilient to such issues, whether they
occur in the local software, or in software that it communicates with. In
particular, it is critical for software to gracefully recover from these issues
without aborting unrelated processing.</t>
        </dd>
        <dt>Robustness to attacks:</dt>
        <dd>
          <t>Since not all actors on the Internet are benevolent, networking software needs
to be resilient to input that is intentionally crafted to cause unexpected
consequences. For example, software must ensure that invalid input doesn't allow
the sender to access data that it would otherwise not be allowed to.</t>
        </dd>
        <dt>Robustness to the unexpected:</dt>
        <dd>
          <t>It can be possible for an implementation to receive inputs that the
specification did not prepare it for. This scenario excludes those cases where a
the specification explicitly defines how a faulty message is handled. Instead,
this refers to cases where handling is not defined or where there is some
ambiguity in the specification. In this case, some interpretations of the
robustness principle advocate that the implementation tolerate the faulty input
and silently discard it. Some interpretations even suggest that a faulty or
ambiguous message be processed according to the inferred intent of the sender.</t>
        </dd>
      </dl>
      <t>The facets of the robustness principle that protect against defects or attack
are understood to be necessary guiding principles for the design and
implementation of networked systems. However, an interpretation that advocates
for tolerating unexpected inputs is no longer considered best practice in all
scenarios.</t>
      <t>Time and experience shows that negative consequences to interoperability
accumulate over time if implementations silently accept faulty input. This
problem originates from an implicit assumption that it is not possible to effect
change in a system the size of the Internet. When one assumes that changes to
existing implementations are not presently feasible, tolerating flaws feels
inevitable.</t>
      <t>Many problems that this third aspect of the robustness principle was intended to
solve can instead be better addressed by active maintenance. Active protocol
maintenance is where a community of protocol designers, implementers, and
deployers work together to continuously improve and evolve protocol
specifications alongside implementations and deployments of those protocols. A
community that takes an active role in the maintenance of protocols will no
longer need to rely on the robustness principle to avoid interoperability issues.</t>
      <t>There is good evidence to suggest that many important protocols are routinely
maintained beyond their inception. In particular, a sizeable proportion of IETF
activity is dedicated to the stewardship of existing protocols. This document
serves primarily as a record of the hazards in applying the robustness principle
too broadly, and offers an alternative strategy for handling interoperability
problems in deployments.</t>
      <t>Ideally, protocol implementations can be actively maintained so that unexpected
conditions are proactively identified and resolved. Some deployments might still
need to apply short-term mitigations for deployments that cannot be easily
updated, but such cases need not be permanent. This is discussed further in
<xref target="active"/>.</t>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>The guidance in this document is intended for protocols that are deployed to the
Internet. There are some situations in which this guidance might not apply to a
protocol due to conditions on its implementation or deployment.</t>
      <t>In particular, this guidance depends on an ability to update and deploy
implementations. Being able to rapidly update implementations that are deployed
to the Internet helps managing security risk but in reality some software
deployments have lifecycles that make software updates either rare or altogether
impossible.</t>
      <t>Where implementations are not updated, there is no opportunity to apply the
practices that this document recommends. In particular, some practices - such as
those described in <xref target="intolerance"/> - only exist to support the development of
protocol maintenance and evolution. Employing this guidance is therefore only
applicable where there is the possibility of improving deployments through
timely updates of their implementations.</t>
      <section anchor="extensibility">
        <name>Extensibility</name>
        <t>Good extensibility <xref target="EXT"/> can make it easier to respond to new use
cases or changes in the environment in which the protocol is deployed.</t>
        <t>The ability to extend a protocol is sometimes mistaken for an application of the
robustness principle. After all, if one party wants to start using a new feature
before another party is prepared to receive it, it might be assumed that the
receiving party is being tolerant of new types of input.</t>
        <t>A well-designed extensibility mechanism establishes clear rules for the handling
of things like new messages or parameters. This depends on specifying the
handling of malformed or illegal inputs so that implementations behave
consistently in all cases that might affect interoperation. New messages or
parameters thereby become entirely expected. If extension mechanisms and error
handling are designed and implemented correctly, new protocol features can be
deployed with confidence in the understanding of the effect they have on
existing implementations.</t>
        <t>In contrast, relying on implementations to consistently apply the robustness
principle is not a good strategy for extensibility. Using undocumented or
accidental features of a protocol as the basis of an extensibility mechanism can
be extremely difficult, as is demonstrated by the case study in <xref section="A.3" sectionFormat="of" target="EXT"/>.</t>
      </section>
      <section anchor="flexibility">
        <name>Flexible Protocols</name>
        <t>A protocol could be designed to permit a narrow set of valid inputs, or it could
be designed to treat a wide range of inputs as valid.</t>
        <t>A more flexible protocol is more complex to specify and implement: variations -
especially those that are not commonly used - can create potential
interoperability hazards. In the absence of strong reasons to be flexible, a
simpler protocol is more likely to successfully interoperate.</t>
        <t>Where input is provided by users, allowing flexibility might serve to make the
protocol more accessible, especially for non-expert users. HTML authoring
<xref target="HTML"/> is an example of this sort of design.</t>
        <t>In protocols where there are many participants that might generate messages
based on data from other participants some flexibility might contribute to
resilience of the system. A routing protocol is a good example of where this
might be necessary.</t>
        <t>In BGP <xref target="BGP"/>, a peer generates UPDATE messages based on messages it
receives from other peers. Peers can copy attributes without validation,
potentially propagating invalid values. RFC 4271 mandated a session reset for
invalid UPDATE messages, a requirement that was not widely implemented. In many
deployments, peers would treat a malformed UPDATE in less stringent ways, such
as by treating the affected route as having been withdrawn. Ultimately, RFC 7606
<xref target="BGP-REH"/> documented this practice and provided precise rules,
including mandatory actions for different error conditions.</t>
        <t>A protocol can explicitly allows for a range of valid expressions of the same
semantics, with precise definitions for error handling. This is distinct from a
protocol that relies on the application of the robustness principle. With the
former, interoperation depends on specifications that capture all relevant
details; whereas - as noted in <xref target="ecosystem"/> - interoperation in the latter
depends more extensively on implementations making compatible decisions.</t>
      </section>
    </section>
    <section anchor="fallibility-of-specifications">
      <name>Fallibility of Specifications</name>
      <t>The context from which the robustness principle was developed provides valuable
insights into its intent and purpose. The earliest form of the principle in the
RFC series (the Internet Protocol specification <xref target="RFC0760"/>) is preceded by a
sentence that reveals the motivation for the principle:</t>
      <blockquote>
        <t>While the goal of this specification is to be explicit about the protocol
  there is the possibility of differing interpretations.  In general, an
  implementation should be conservative in its sending behavior, and liberal in
  its receiving behavior.</t>
      </blockquote>
      <t>This formulation of the principle expressly recognizes the possibility that the
specification could be imperfect. This contextualizes the principle in an
important way.</t>
      <t>Imperfect specifications are unavoidable, largely because it is more important
to proceed to implementation and deployment than it is to perfect a
specification. A protocol benefits greatly from experience with its use. A
deployed protocol is immeasurably more useful than a perfect protocol
specification. This is particularly true in early phases of system design, to
which the robustness principle is best suited.</t>
      <t>As demonstrated by the IAB document on Successful Protocols <xref target="RFC5218"/>,
success or failure of a protocol depends far more on factors like usefulness
than on technical excellence. Timely publication of protocol specifications,
even with the potential for flaws, likely contributed significantly to the
eventual success of the Internet.</t>
      <t>This premise that specifications will be imperfect is correct. However, ignoring
faulty or ambiguous input is almost always the incorrect solution to the problem.</t>
    </section>
    <section anchor="harmful-consequences-of-tolerating-the-unexpected">
      <name>Harmful Consequences of Tolerating the Unexpected</name>
      <t>Problems in other implementations can create an unavoidable need to temporarily
tolerate unexpected inputs. However, this course of action carries risks.</t>
      <section anchor="decay">
        <name>Protocol Decay</name>
        <t>Tolerating unexpected input might be an expedient tool for systems in early
phases of deployment, such as was the case for the early Internet. Being lenient
in this way defers the effort of dealing with interoperability problems and
prioritizes progress. However, this deferral can amplify the ultimate cost of
handling interoperability problems.</t>
        <t>Divergent implementations of a specification emerge over time. When variations
occur in the interpretation or expression of semantic components,
implementations cease to be perfectly interoperable.</t>
        <t>Implementation bugs are often identified as the cause of variation, though it is
often a combination of factors. Using a protocol in ways that were not
anticipated in the original design, or ambiguities and errors in the
specification are often contributing factors. Disagreements on the
interpretation of specifications should be expected over the lifetime of a
protocol.</t>
        <t>Even with the best intentions to maintain protocol correctness, the pressure to
interoperate can be significant. No implementation can hope to avoid having to
trade correctness for interoperability indefinitely.</t>
        <t>An implementation that reacts to variations in the manner recommended in the
robustness principle enters a pathological feedback cycle. Over time:</t>
        <ul spacing="normal">
          <li>Implementations progressively add logic to constrain how data is transmitted,
or to permit variations in what is received.</li>
          <li>Errors in implementations or confusion about semantics are permitted or
ignored.</li>
          <li>These errors can become entrenched, forcing other implementations to be
tolerant of those errors.</li>
        </ul>
        <t>A flaw can become entrenched as a de facto standard. Any implementation of the
protocol is required to replicate the aberrant behavior, or it is not
interoperable. This is both a consequence of tolerating the unexpected, and a
product of a natural reluctance to avoid fatal error conditions. Ensuring
interoperability in this environment is often referred to as aiming to be "bug
for bug compatible".</t>
        <t>For example, in TLS <xref target="TLS"/>, extensions use a tag-length-value format
and can be added to messages in any order. However, some server implementations
terminated connections if they encountered a TLS ClientHello message that ends
with an empty extension. To maintain interoperability, client implementations
were required to be aware of this bug and ensure that a ClientHello message ends
in a non-empty extension.</t>
        <t>Overapplication of the robustness principle therefore encourages a chain
reaction that can create interoperability problems over time. In particular,
tolerating unexpected behavior is particularly deleterious for early
implementations of new protocols as quirks in early implementations can affect
all subsequent deployments.</t>
      </section>
      <section anchor="ecosystem">
        <name>Ecosystem Effects</name>
        <t>From observing widely deployed protocols, it appears there are two stable points
on the spectrum between being strict versus permissive in the presence of
protocol errors:</t>
        <ul spacing="normal">
          <li>If implementations predominantly enforce strict compliance with
specifications, newer implementations will experience failures if they do not
comply with protocol requirements. Newer implementations need to fix
compliance issues in order to be successfully deployed. This ensures that most
deployments are compliant.</li>
          <li>Conversely, if non-compliance is tolerated by existing implementations,
non-compliant implementations can be deployed successfully. Newer
implementations then have strong incentive to tolerate any existing
non-compliance in order to be successfully deployed. This ensures that most
deployments are tolerant of the same non-compliant behavior.</li>
        </ul>
        <t>This happens because interoperability requirements for protocol implementations
are set by other deployments. Specifications and - where they exist - test
suites can guide the initial development of implementations.  Ultimately, the
need to interoperate with deployed implementations is a de facto conformance
test suite that can supersede any formal protocol definition.</t>
        <t>For widely used protocols, the massive scale of the Internet makes large-scale
interoperability testing infeasible for all but a privileged few. The cost of
building a new implementation using reverse engineering increases as the number
of implementations and bugs increases. Worse, the set of tweaks necessary for
wide interoperability can be difficult to discover. In the worst case, a new
implementer might have to choose between deployments that have diverged so far
as to no longer be interoperable.</t>
        <t>Consequently, new implementations might be forced into niche uses, where the
problems arising from interoperability issues can be more closely managed.
However, restricting new implementations into limited deployments risks causing
forks in the protocol. If implementations do not interoperate, little prevents
those implementations from diverging more over time.</t>
        <t>This has a negative impact on the ecosystem of a protocol. New implementations
are key to the continued viability of a protocol. New protocol implementations
are also more likely to be developed for new and diverse use cases and are often
the origin of features and capabilities that can be of benefit to existing users.</t>
        <t>The need to work around interoperability problems also reduces the ability of
established implementations to change. An accumulation of mitigations for
interoperability issues makes implementations more difficult to maintain and can
constrain extensibility (see also the IAB document on the Long-Term Viability of
Protocol Extension Mechanisms <xref target="RFC9170"/>).</t>
        <t>Sometimes what appear to be interoperability problems are symptomatic of issues
in protocol design. A community that is willing to make changes to the protocol,
by revising or extending it, makes the protocol better in the process.
Tolerating unexpected input instead conceals problems, making it harder, if not
impossible, to fix them later.</t>
      </section>
    </section>
    <section anchor="active">
      <name>Active Protocol Maintenance</name>
      <t>The robustness principle can be highly effective in safeguarding against flaws
in the implementation of a protocol by peers. Especially when a specification
remains unchanged for an extended period of time, incentive to be tolerant of
errors accumulates over time. Indeed, when faced with divergent interpretations
of an immutable specification, the only way for an implementation to remain
interoperable is to be tolerant of differences in interpretation and
implementation errors.</t>
      <t>Tolerating unexpected inputs from another implementation might seem logical,
even necessary. But that conclusion relies on an assumption that existing
specifications and implementations cannot change. Applying the robustness
principle in this way disproportionately values short-term gains over the
negative effects on future implementations and the protocol as a whole.</t>
      <t>For a protocol to have sustained viability, it is necessary for both
specifications and implementations to be responsive to changes, in addition to
handling new and old problems that might arise over time. For example, when an
implementer discovers a scenario where a specification defines some input as
faulty but does not define how to handle that input, the implementer can provide
significant value to the ecosystem by reporting the issue and helping evolve the
specification.</t>
      <t>Maintaining specifications so that they closely match deployments ensures that
implementations are consistently interoperable and removes needless barriers for
new implementations. Maintenance also enables continued improvement of the
protocol. New use cases are an indicator that the protocol could be successful
<xref target="RFC5218"/>.</t>
      <t>Protocol designers are strongly encouraged to continue to maintain and evolve
protocol specifications beyond their initial inception and definition. This
might require the development of revised specifications, extensions, or other
supporting material that documents the current state of the protocol.
Involvement of those who implement and deploy the protocol is a critical part of
this process, as they provide input on their experience with how the protocol is
used.</t>
      <t>Most interoperability problems do not require revision of protocols or protocol
specifications. For instance, the most effective means of dealing with a
defective implementation in a peer could be to contact the developer
responsible. It is far more efficient in the long term to fix one isolated bug
than it is to deal with the consequences of workarounds.</t>
      <t>Early implementations of protocols have a stronger obligation to closely follow
specifications as their behavior will affect all subsequent implementations. In
addition to specifications, later implementations will be guided by what
existing deployments accept. Tolerance of errors in early deployments is most
likely to result in problems. Protocol specifications might need more frequent
revision during early deployments to capture feedback from early rounds of
deployment.</t>
      <t>Neglect can quickly produce the negative consequences this document describes.
Restoring the protocol to a state where it can be maintained involves first
discovering the properties of the protocol as it is deployed, rather than the
protocol as it was originally documented. This can be difficult and
time-consuming, particularly if the protocol has a diverse set of
implementations. Such a process was undertaken for HTTP <xref target="HTTP"/> after
a period of minimal maintenance. Restoring HTTP specifications to relevance took
significant effort.</t>
      <t>Maintenance is most effective if it is responsive, which is greatly affected by
how rapidly protocol changes can be deployed. For protocol deployments that
operate on longer time scales, temporary workarounds following the spirit of the
robustness principle might be necessary. For this, improvements in software
update mechanisms ensure that the cost of reacting to changes is much lower than
it was in the past. Alternatively, if specifications can be updated more readily
than deployments, details of the workaround can be documented, including the
desired form of the protocols once the need for workarounds no longer exists and
plans for removing the workaround.</t>
      <section anchor="intolerance">
        <name>Virtuous Intolerance</name>
        <t>A well-specified protocol includes rules for consistent handling of aberrant
conditions. This increases the chances that implementations will have consistent
and interoperable handling of unusual conditions.</t>
        <t>Choosing to generate fatal errors for unspecified conditions instead of
attempting error recovery can ensure that faults receive attention. This
intolerance can be harnessed to reduce occurrences of aberrant implementations.</t>
        <t>Intolerance toward violations of specification improves feedback for new
implementations in particular. When a new implementation encounters a peer that
is intolerant of an error, it receives strong feedback that allows the problem
to be discovered quickly.</t>
        <t>To be effective, intolerant implementations need to be sufficiently widely
deployed that they are encountered by new implementations with high probability.
This could depend on multiple implementations deploying strict checks.</t>
        <t>This does not mean that intolerance of errors in early deployments of protocols
has the effect of preventing interoperability. On the contrary, when existing
implementations follow clearly-specified error handling, new implementations or
features can be introduced more readily as the effect on existing
implementations can be easily predicted; see also <xref target="extensibility"/>.</t>
        <t>Any intolerance also needs to be strongly supported by specifications, otherwise
they encourage fracturing of the protocol community or proliferation of
workarounds; see <xref target="exclusion"/>.</t>
        <t>Intolerance can be used to motivate compliance with any protocol requirement.
For instance, the INADEQUATE_SECURITY error code and associated requirements in
HTTP/2 <xref target="H2"/> resulted in improvements in the security of the
deployed base.</t>
        <t>A notification for a fatal error is best sent as explicit error messages to the
entity that made the error. Error messages benefit from being able to carry
arbitrary information that might help the implementer of the sender of the
faulty input understand and fix the issue in their software. QUIC error frames
<xref target="QUIC"/> are an example of a fatal error mechanism that helped
implementers improve software quality throughout the protocol lifecycle.</t>
        <t>Stateless protocol endpoints might generate denial-of-service attacks if they
send an error messages in response to every message that is received from an
unauthenticated sender. These implementations might need to silently discard
these messages.</t>
      </section>
      <section anchor="exclusion">
        <name>Exclusion</name>
        <t>Any protocol participant that is affected by changes arising from maintenance
might be excluded if they are unwilling or unable to implement or deploy changes
that are made to the protocol.</t>
        <t>Deliberate exclusion of problematic implementations is an important tool that
can ensure that the interoperability of a protocol remains viable. While
compatible changes are always preferable to incompatible ones, it is not always
possible to produce a design that protects the ability of all current and future
protocol participants to interoperate. Developing and deploying changes that
risk exclusion of previously interoperating implementations requires some care,
but changes to a protocol should not be blocked on the grounds of the risk of
exclusion alone.</t>
        <t>Exclusion is a direct goal when choosing to be intolerant of errors (see
<xref target="intolerance"/>). Exclusionary actions are employed with the deliberate intent
of protecting future interoperability.</t>
        <t>Excluding implementations or deployments can lead to a fracturing of the
protocol system that could be more harmful than any divergence that might arise
from tolerating the unexpected. The IAB document on Uncoordinated Protocol
Development Considered Harmful <xref target="RFC5704"/> describes how conflict or
competition in the maintenance of protocols can lead to similar problems.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Careless implementations, lax interpretations of specifications, and
uncoordinated extrapolation of requirements to cover gaps in specification can
result in security problems. Hiding the consequences of protocol variations
encourages the hiding of issues, which can conceal bugs and make them difficult
to discover.</t>
      <t>The consequences of the problems described in this document are especially acute
for any protocol where security depends on agreement about semantics of protocol
elements. For instance, use of unsafe security mechanisms, such as weak
primitives <xref target="MD5"/> or obsolete mechanisms <xref target="SSL3"/>, are good
examples of where forcing exclusion (<xref target="exclusion"/>) can be desirable.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <displayreference target="H2" to="HTTP/2"/>
    <references>
      <name>Informative References</name>
      <reference anchor="HTML" target="https://html.spec.whatwg.org/">
        <front>
          <title>HTML</title>
          <author>
            <organization/>
          </author>
          <date year="2019" month="March" day="08"/>
        </front>
        <seriesInfo name="WHATWG" value="Living Standard"/>
      </reference>
      <reference anchor="H2">
        <front>
          <title>HTTP/2</title>
          <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
            <organization/>
          </author>
          <author fullname="C. Benfield" initials="C." role="editor" surname="Benfield">
            <organization/>
          </author>
          <date month="June" year="2022"/>
          <abstract>
            <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection.</t>
            <t>This document obsoletes RFCs 7540 and 8740.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9113"/>
        <seriesInfo name="DOI" value="10.17487/RFC9113"/>
      </reference>
      <reference anchor="RFC1958">
        <front>
          <title>Architectural Principles of the Internet</title>
          <author fullname="B. Carpenter" initials="B." role="editor" surname="Carpenter">
            <organization/>
          </author>
          <date month="June" year="1996"/>
          <abstract>
            <t>The Internet and its architecture have grown in evolutionary fashion from modest beginnings, rather than from a Grand Plan. While this process of evolution is one of the main reasons for the technology's success, it nevertheless seems useful to record a snapshot of the current principles of the Internet architecture. This is intended for general guidance and general interest, and is in no way intended to be a formal or invariant reference model.  This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="1958"/>
        <seriesInfo name="DOI" value="10.17487/RFC1958"/>
      </reference>
      <reference anchor="EXT">
        <front>
          <title>Design Considerations for Protocol Extensions</title>
          <author fullname="B. Carpenter" initials="B." surname="Carpenter">
            <organization/>
          </author>
          <author fullname="B. Aboba" initials="B." role="editor" surname="Aboba">
            <organization/>
          </author>
          <author fullname="S. Cheshire" initials="S." surname="Cheshire">
            <organization/>
          </author>
          <date month="September" year="2012"/>
          <abstract>
            <t>This document discusses architectural issues related to the extensibility of Internet protocols, with a focus on design considerations.  It is intended to assist designers of both base protocols and extensions.  Case studies are included.  A companion document, RFC 4775 (BCP 125), discusses procedures relating to the extensibility of IETF protocols.  This document is not an  Internet Standards Track specification; it is published for informational  purposes.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6709"/>
        <seriesInfo name="DOI" value="10.17487/RFC6709"/>
      </reference>
      <reference anchor="BGP">
        <front>
          <title>A Border Gateway Protocol 4 (BGP-4)</title>
          <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter">
            <organization/>
          </author>
          <author fullname="T. Li" initials="T." role="editor" surname="Li">
            <organization/>
          </author>
          <author fullname="S. Hares" initials="S." role="editor" surname="Hares">
            <organization/>
          </author>
          <date month="January" year="2006"/>
          <abstract>
            <t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
            <t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems.  This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t>
            <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR).  These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP.  BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t>
            <t>This document obsoletes RFC 1771.  [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4271"/>
        <seriesInfo name="DOI" value="10.17487/RFC4271"/>
      </reference>
      <reference anchor="BGP-REH">
        <front>
          <title>Revised Error Handling for BGP UPDATE Messages</title>
          <author fullname="E. Chen" initials="E." role="editor" surname="Chen">
            <organization/>
          </author>
          <author fullname="J. Scudder" initials="J." role="editor" surname="Scudder">
            <organization/>
          </author>
          <author fullname="P. Mohapatra" initials="P." surname="Mohapatra">
            <organization/>
          </author>
          <author fullname="K. Patel" initials="K." surname="Patel">
            <organization/>
          </author>
          <date month="August" year="2015"/>
          <abstract>
            <t>According to the base BGP specification, a BGP speaker that receives an UPDATE message containing a malformed attribute is required to reset the session over which the offending attribute was received. This behavior is undesirable because a session reset would impact not only routes with the offending attribute but also other valid routes exchanged over the session.  This document partially revises the error handling for UPDATE messages and provides guidelines for the authors of documents defining new attributes.  Finally, it revises the error handling procedures for a number of existing attributes.</t>
            <t>This document updates error handling for RFCs 1997, 4271, 4360, 4456, 4760, 5543, 5701, and 6368.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7606"/>
        <seriesInfo name="DOI" value="10.17487/RFC7606"/>
      </reference>
      <reference anchor="RFC0760">
        <front>
          <title>DoD standard Internet Protocol</title>
          <author fullname="J. Postel" initials="J." surname="Postel">
            <organization/>
          </author>
          <date month="January" year="1980"/>
        </front>
        <seriesInfo name="RFC" value="760"/>
        <seriesInfo name="DOI" value="10.17487/RFC0760"/>
      </reference>
      <reference anchor="RFC5218">
        <front>
          <title>What Makes for a Successful Protocol?</title>
          <author fullname="D. Thaler" initials="D." surname="Thaler">
            <organization/>
          </author>
          <author fullname="B. Aboba" initials="B." surname="Aboba">
            <organization/>
          </author>
          <date month="July" year="2008"/>
          <abstract>
            <t>The Internet community has specified a large number of protocols to date, and these protocols have achieved varying degrees of success. Based on case studies, this document attempts to ascertain factors that contribute to or hinder a protocol's success.  It is hoped that these observations can serve as guidance for future protocol work.  This memo  provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5218"/>
        <seriesInfo name="DOI" value="10.17487/RFC5218"/>
      </reference>
      <reference anchor="TLS">
        <front>
          <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
          <author fullname="E. Rescorla" initials="E." surname="Rescorla">
            <organization/>
          </author>
          <date month="August" year="2018"/>
          <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="RFC9170">
        <front>
          <title>Long-Term Viability of Protocol Extension Mechanisms</title>
          <author fullname="M. Thomson" initials="M." surname="Thomson">
            <organization/>
          </author>
          <author fullname="T. Pauly" initials="T." surname="Pauly">
            <organization/>
          </author>
          <date month="December" year="2021"/>
          <abstract>
            <t>The ability to change protocols depends on exercising the extension and version-negotiation mechanisms that support change.  This document explores how regular use of new protocol features can ensure that it remains possible to deploy changes to a protocol. Examples are given where lack of use caused changes to be more difficult or costly.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9170"/>
        <seriesInfo name="DOI" value="10.17487/RFC9170"/>
      </reference>
      <reference anchor="HTTP">
        <front>
          <title>HTTP Semantics</title>
          <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
            <organization/>
          </author>
          <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
            <organization/>
          </author>
          <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
            <organization/>
          </author>
          <date month="June" year="2022"/>
          <abstract>
            <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes. </t>
            <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="97"/>
        <seriesInfo name="RFC" value="9110"/>
        <seriesInfo name="DOI" value="10.17487/RFC9110"/>
      </reference>
      <reference anchor="QUIC">
        <front>
          <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
          <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar">
            <organization/>
          </author>
          <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
            <organization/>
          </author>
          <date month="May" year="2021"/>
          <abstract>
            <t>This document defines the core of the QUIC transport protocol.  QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances.  Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9000"/>
        <seriesInfo name="DOI" value="10.17487/RFC9000"/>
      </reference>
      <reference anchor="RFC5704">
        <front>
          <title>Uncoordinated Protocol Development Considered Harmful</title>
          <author fullname="S. Bryant" initials="S." role="editor" surname="Bryant">
            <organization/>
          </author>
          <author fullname="M. Morrow" initials="M." role="editor" surname="Morrow">
            <organization/>
          </author>
          <author>
            <organization>IAB</organization>
          </author>
          <date month="November" year="2009"/>
          <abstract>
            <t>This document identifies problems that may result from the absence of formal coordination and joint development on protocols of mutual interest between standards development organizations (SDOs).  Some of these problems may cause significant harm to the Internet.  The document suggests that a robust procedure is required prevent this from occurring in the future.  The IAB has selected a number of case studies, such as Transport MPLS (T-MPLS), as recent examples to describe the hazard to the Internet architecture that results from uncoordinated adaptation of a protocol.</t>
            <t>This experience has resulted in a considerable improvement in the relationship between the IETF and the ITU-T.  In particular, this was achieved via the establishment of the "Joint working team on MPLS-TP".  In addition, the leadership of the two organizations agreed to improve inter-organizational working practices so as to avoid conflict in the future between ITU-T Recommendations and IETF RFCs.</t>
            <t>Whilst we use ITU-T - IETF interactions in these case studies, the scope of the document extends to all SDOs that have an overlapping protocol interest with the IETF.  This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5704"/>
        <seriesInfo name="DOI" value="10.17487/RFC5704"/>
      </reference>
      <reference anchor="MD5">
        <front>
          <title>Updated Security Considerations for the MD5 Message-Digest and the HMAC-MD5 Algorithms</title>
          <author fullname="S. Turner" initials="S." surname="Turner">
            <organization/>
          </author>
          <author fullname="L. Chen" initials="L." surname="Chen">
            <organization/>
          </author>
          <date month="March" year="2011"/>
          <abstract>
            <t>This document updates the security considerations for the MD5 message digest algorithm.  It also updates the security considerations for HMAC-MD5.  This document is not an Internet Standards Track  specification; it is published for informational purposes.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6151"/>
        <seriesInfo name="DOI" value="10.17487/RFC6151"/>
      </reference>
      <reference anchor="SSL3">
        <front>
          <title>Deprecating Secure Sockets Layer Version 3.0</title>
          <author fullname="R. Barnes" initials="R." surname="Barnes">
            <organization/>
          </author>
          <author fullname="M. Thomson" initials="M." surname="Thomson">
            <organization/>
          </author>
          <author fullname="A. Pironti" initials="A." surname="Pironti">
            <organization/>
          </author>
          <author fullname="A. Langley" initials="A." surname="Langley">
            <organization/>
          </author>
          <date month="June" year="2015"/>
          <abstract>
            <t>The Secure Sockets Layer version 3.0 (SSLv3), as specified in RFC 6101, is not sufficiently secure.  This document requires that SSLv3 not be used.  The replacement versions, in particular, Transport Layer Security (TLS) 1.2 (RFC 5246), are considerably more secure and capable protocols.</t>
            <t>This document updates the backward compatibility section of RFC 5246 and its predecessors to prohibit fallback to SSLv3.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7568"/>
        <seriesInfo name="DOI" value="10.17487/RFC7568"/>
      </reference>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Constructive feedback on this document has been provided by a surprising number
of people including, but not limited to: <contact fullname="Bernard Aboba"/>, <contact fullname="Brian Carpenter"/>, <contact fullname="Stuart Cheshire"/>, <contact fullname="Mark Nottingham"/>, <contact fullname="Russ Housley"/>,
<contact fullname="Eric Rescorla"/>, <contact fullname="Henning Schulzrinne"/>, <contact fullname="Job Snijders"/>, <contact fullname="Robert Sparks"/>, <contact fullname="Brian Trammell"/>, <contact fullname="Dave Thaler"/>, and <contact fullname="Anne Van Kesteren"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA619W3PcRpLue/0KhPRwZibIluTrmBuzO7REj3SO7fVa1Pic
p41qoLq7lmigBwWQajP0309+mVkXoJvaedgI27JAoC5ZefnyVry8vDSjH1t3
VT37yfpupH99t61+7ddTGKtfhn7s674Nz0zT153d03vNYDfjpbfry4P+9HKP
L11nu9pdvvzO1HZ02344XlW+2/QmTOu9D8H33Xg80ADvrr8391fVl+Zhe1Xd
vPnJ3LtuclemqrZDPx3kWVWll7GK7WD39Iwmaq8q1+z/SvOv+mFLz+xQ766q
3TgewtWLFw8PDyv92Qu8vbfdi9aHESt5QR/SB4M79PmDrR9303pV9/sX2D4N
tu7t0LyQbZ7bIg3R0g7DmAcpv1zpiL7/zBgvPk/F1W7ct8bYadz1A1Hmkuas
KqH/T3ag3VS3u34f+o5/QJul5/3vvm0tP3BCqP3417Z/cN049IfjqnPjfKQ3
9t431ft65zv7u88j/a3vt62rfvzxNT8L4+AcbfbVNy9fVtf7w4725yw9rH6x
w92DPfJbtR+PWMTEPFT93bsHfj64LZ38VfX6Wl7rG5r5u69efvWl/p0+AKt8
6PzoaDUjSFv1G5rJDb6e7acJutaVd+Pmr1s8xckZg+Md9nb098xIb29/+vGK
v4zMjSfP+ElDE1xVX7x89d3lyy8vX/5Z9khzuYBR5LOq+u3t9e1vf7uqfvT3
EAhaV9fQ6cqgdtiCIs/i+eO4VuHg6tXDzo4PW2Y/TPf2CxnvL1fVrz+8/u7V
K9l148OhtbTrt7e3v7z4whhzeXlZ2TWR2tajMbc7B17vqm1vWxCDKF7R+T30
wx1WE3Q1oSLuqV0IlQ/V2FfEPWs6Obzd9vTe6Ia9AVcRA7jBrn1Lp4TxItOF
FTESfUvSPe2JUarGhXrwazoCWghRM71pCva8qGy1d7bjOW1NJ3AgGdvRvHbk
Ja+q74+Vu+9bph0I4zd0liNxAg3cNcbTFw4TyrOLyo/YwqEnPcE76Ilxmql2
ld2v/XbiZd+7gc5z7zBCVQ/Eg/S/hnixHXc0Xd2HYxjdfiX0G1iFdSDOYfBd
7WnGC9o77aE67AYbiNtsqJ6tHTFhRwxwz+xDOqvCIVbHfiK26JoLg+laoslA
Z1H+lHbuDuOzi2pH4zC9aaENDQv6EyH9tuOlzjdriPzvcCR0nuU5vCVJpR0y
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

-->

</rfc>
