<?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.13 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-iab-protocol-maintenance-08" category="info" submissionType="IAB" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title abbrev="Protocol Maintenance">The Harmful Consequences of the Robustness Principle</title>
    <seriesInfo name="Internet-Draft" value="draft-iab-protocol-maintenance-08"/>
    <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="July" day="11"/>
    <workgroup>EDM</workgroup>
    <abstract>
      <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.  The posture this statement advocates promotes
interoperability in the short term, but can negatively affect the protocol
ecosystem over time.  For a protocol that is actively maintained, the robustness
principle can, and should, be avoided.</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"/>.
      </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>
      <ul empty="true">
        <li>
          <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>
        </li>
      </ul>
      <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>Time and experience shows that negative consequences to interoperability
accumulate over time if implementations apply the robustness principle.  This
problem originates from an assumption implicit in the principle that it is not
possible to effect change in a system the size of the Internet.  It assumes
that once a protocol specification is published, changes that might
require existing implementations to change are not feasible.</t>
      <t>Many problems that 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 and never have
to apply the robustness principle.  The robustness principle may still need
to used as a short-term mitigation for deployments that cannot yet be easily
updated and do not yet have documented specifications for workarounds, but
such cases need not be permanent. This is discussed further in <xref target="active"/>.</t>
      <t>Avoiding use of the robustness principle does not mean that implementations will
be unchanging or inflexible.  As discussed in <xref target="design"/>, the ability to handle
future extensions is better supported by specifications being very clear about
their extension mechanisms and implementations complying with the requirements
of those specifications.</t>
      <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 update implementations that are deployed to the
Internet is an essential part of managing security risk. In practice, not all
protocol deployments are continuously maintained.</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
updates of their implementations.</t>
        <t>Problems in other implementations can create an unavoidable need to temporarily
apply the robustness principle.  However, even temporary use carries risks,
which are explored in <xref target="decay"/>.</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>
      <ul empty="true">
        <li>
          <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>
        </li>
      </ul>
      <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, the
robustness principle is almost always the incorrect solution to the problem.</t>
    </section>
    <section anchor="decay">
      <name>Protocol Decay</name>
      <t>The application of the robustness principle to any system that is in early
phases of deployment, such as the early Internet, is expedient.  Applying the
principle 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 applying the robustness principle,
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>The original JSON specification <xref target="RFC4627"/> demonstrates the effect of
specification shortcomings: it did not tightly specify some important
details including Unicode handling, ordering and duplication of object members,
and number encoding.  Consequently, a range of interpretations were used by
implementations.  An updated JSON specification <xref target="RFC7159"/> did not correct
these errors, concentrating instead on identifying the interoperable subset of
JSON.  I-JSON <xref target="RFC7493"/> takes that subset and defines a new format
that prohibits the problematic parts of JSON.  Of course, that means that I-JSON
is not fully interoperable with JSON.  Consequently, I-JSON is not widely
implemented in parsers.  Many JSON parsers now implement the more precise
algorithm specified in <xref target="ECMA262"/>.</t>
      <t>The robustness principle therefore encourages a chain reaction that can create
interoperability problems over time.  In particular, the application of the robustness
principle 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 -
conformance test suites might guide the initial development of implementations,
but implementations ultimately need to interoperate with deployed
implementations.</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.
Applying the robustness principle instead conceals problems, making it harder,
or even impossible, to fix them later.</t>
    </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>From this perspective, application of the robustness principle to the
implementation of a protocol specification that does not change is 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.</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>
    <section anchor="design">
      <name>Design Features</name>
      <t>Protocols can allow for a range of inputs in order to support extensions or
flexibility.  A well-specified protocol has no need to rely on the robustness
principle in either case.</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 unexpected inputs.</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.  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="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>
    </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 resulting from
following the robustness principle. 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 anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Sloppy 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="ECMA262" target="https://www.ecma-international.org/publications/standards/Ecma-262.htm">
        <front>
          <title>ECMAScript(R) 2018 Language Specification</title>
          <author>
            <organization/>
          </author>
          <date year="2018" month="June"/>
        </front>
        <seriesInfo name="ECMA-262" value="9th Edition"/>
      </reference>
      <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>Hypertext Transfer Protocol Version 2 (HTTP/2)</title>
          <author fullname="M. Belshe" initials="M." surname="Belshe">
            <organization/>
          </author>
          <author fullname="R. Peon" initials="R." surname="Peon">
            <organization/>
          </author>
          <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
            <organization/>
          </author>
          <date month="May" year="2015"/>
          <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 perception of latency by introducing header field compression and allowing multiple concurrent exchanges on the same connection.  It also introduces unsolicited push of representations from servers to clients.</t>
            <t>This specification is an alternative to, but does not obsolete, the HTTP/1.1 message syntax.  HTTP's existing semantics remain unchanged.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7540"/>
        <seriesInfo name="DOI" value="10.17487/RFC7540"/>
      </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="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="RFC4627">
        <front>
          <title>The application/json Media Type for JavaScript Object Notation (JSON)</title>
          <author fullname="D. Crockford" initials="D." surname="Crockford">
            <organization/>
          </author>
          <date month="July" year="2006"/>
          <abstract>
            <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.  This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4627"/>
        <seriesInfo name="DOI" value="10.17487/RFC4627"/>
      </reference>
      <reference anchor="RFC7159">
        <front>
          <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
          <author fullname="T. Bray" initials="T." role="editor" surname="Bray">
            <organization/>
          </author>
          <date month="March" year="2014"/>
          <abstract>
            <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t>
            <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7159"/>
        <seriesInfo name="DOI" value="10.17487/RFC7159"/>
      </reference>
      <reference anchor="RFC7493">
        <front>
          <title>The I-JSON Message Format</title>
          <author fullname="T. Bray" initials="T." role="editor" surname="Bray">
            <organization/>
          </author>
          <date month="March" year="2015"/>
          <abstract>
            <t>I-JSON (short for "Internet JSON") is a restricted profile of JSON designed to maximize interoperability and increase confidence that software can process it successfully with predictable results.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7493"/>
        <seriesInfo name="DOI" value="10.17487/RFC7493"/>
      </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>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
          <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
            <organization/>
          </author>
          <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
            <organization/>
          </author>
          <date month="June" year="2014"/>
          <abstract>
            <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems.  This document provides an overview of HTTP architecture and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7230"/>
        <seriesInfo name="DOI" value="10.17487/RFC7230"/>
      </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="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"/>, and <contact fullname="Anne Van Kesteren"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
