<?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.16 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dekater-panrg-scion-overview-02" category="info" submissionType="IRTF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.14.0 -->
  <front>
    <title abbrev="SCION I-D">SCION Overview</title>
    <seriesInfo name="Internet-Draft" value="draft-dekater-panrg-scion-overview-02"/>
    <author initials="C." surname="de Kater" fullname="Corine de Kater">
      <organization>ETH Zuerich</organization>
      <address>
        <email>corine.dekatermuehlhaeuser@inf.ethz.ch</email>
      </address>
    </author>
    <author initials="N." surname="Rustignoli" fullname="Nicola Rustignoli">
      <organization>ETH Zuerich</organization>
      <address>
        <email>nicola.rustignoli@inf.ethz.ch</email>
      </address>
    </author>
    <author initials="A." surname="Perrig" fullname="Adrian Perrig">
      <organization>ETH Zuerich</organization>
      <address>
        <email>adrian.perrig@inf.ethz.ch</email>
      </address>
    </author>
    <date year="2022" month="August" day="26"/>
    <area>IRTF</area>
    <workgroup>PANRG</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>The Internet has been successful beyond even the most optimistic expectations and is intertwined with many aspects of our society. But although the world-wide communication system guarantees global reachability, the Internet has not primarily been built with security and high availability in mind. The next-generation inter-network architecture SCION (Scalability, Control, and Isolation On Next-generation networks) aims to address these issues. SCION was explicitly designed from the outset to offer security and availability by default. The architecture provides route control, failure isolation, and trust information for end-to-end communication. It also enables multi-path routing between hosts.</t>
      <t>This document discusses the motivations behind the SCION architecture and gives a high-level overview of its fundamental components, including its authentication model and the setup of the control- and data plane.
A more detailed analysis of relationships and dependencies between components is available in <xref target="I-D.rustignoli-scion-components"/>.
As SCION is already in production use today, the document concludes with an overview of SCION deployments.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://scionassociation.github.io/scion-overview_I-D/draft-dekater-panrg-scion-overview.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-dekater-panrg-scion-overview/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        WG Working Group mailing list (<eref target="mailto:panrg@irtf.org"/>),
        which is archived at <eref target="https://datatracker.ietf.org/rg/panrg"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/panrg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/scionassociation/scion-overview_I-D"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The Introduction section explores the motivation to develop SCION, followed by a short description of SCION's main elements. The sections after the Introduction provide further insight into SCION's key concepts and deployment scenarios. The document concludes with some concrete case studies where SCION has been successfully deployed in production.</t>
      <section anchor="why">
        <name>Why SCION - Motivation</name>
        <t>Since its inception, the Internet has continued to expand, encompassing new uses over time. The continuous expansion has brought many issues to light, including a lack of control, limitations in scalability, performance and security, occurrences of severe outages, weak fault isolation, and energy consumption. With the core focus on functionality and operation, the current Internet offers little protection against attacks such as spoofing, IP-address hijacking, denial-of-service, and combinations of these. For more background information, see <xref target="SCHUCHARD2011"/>, <xref target="LABOVITZ2000"/>, <xref target="GRIFFIN1999"/>, <xref target="SAHOO2009"/>, and <xref target="RFC4264"/>.</t>
        <t>There have been numerous initiatives to address the above issues. Although these initiatives have brought many improvements, concerns regarding security and scalability still remain. For more details, see, e.g., <xref target="RFC4033"/>, <xref target="RFC6480"/>, <xref target="RFC8205"/>, and <xref target="RFC8446"/>, as well as <xref target="LYCHEV2013"/>, <xref target="LI2014"/>, <xref target="COOPER2013"/>, <xref target="ROTHENBERGER2017"/>, <xref target="MORILLO2021"/>, and <xref target="KING2022"/>.</t>
        <t>As a consequence, today's Internet fails to fulfil many users' requirements. This especially pertains to the demands of enterprises globally exchanging sensitive information, such as financial institutions, healthcare providers, universities, multinationals, governments, critical and transportation infrastructure operators. These users require the Internet to be highly available at all times. They expect reliable operation of the global network also in case of failures. They need availability guarantees across multiple routing domains, even in the presence of attacks. They further want to rely on an Internet that can be multilaterally governed and is free from global kill-switches.</t>
        <t>SCION has been developed in order to meet the above-mentioned requirements. SCION aims to reach the following goals:</t>
        <ul spacing="normal">
          <li>Provide high-availability architecture (also in the presence of adversaries)</li>
          <li>Provide fast failover in the case of inter-domain link or router failures</li>
          <li>Prevent from IP-address hijacking, DoS, and other attacks</li>
          <li>Enable path transparency as well as application-specific path optimizations</li>
          <li>Improve the inter-domain control plane's scalability</li>
          <li>Prepare the Internet for tomorrow's applications, such as virtual reality, Internet of Things (IoT), and all other applications requiring high-performance connectivity.</li>
        </ul>
        <section anchor="scope-of-scion">
          <name>Scope of SCION</name>
          <t>The above section describes SCION's aspiration to improve <em>inter</em>-AS routing and to focus on providing end-to-end connectivity. However, SCION does not solve <em>intra</em>-AS routing issues, nor does it provide end-to-end payload encryption, and identity authentication. These topics, which are equally important for the Internet to perform well, lie outside the scope of SCION.</t>
        </section>
        <section anchor="practical-considerations-based-on-related-rfcs">
          <name>Practical Considerations Based on Related RFCs</name>
          <t>The SCION inter-domain routing concept has initially been developed by researchers of the ETH Zuerich <xref target="PERRIG2017"/>, and could in the meantime also gain attention and recognition in the international academic world. However, for an IT architecture to be successful, it must work well in practice, too. This section pays attention to the implementation considerations of a conceptual framework such as SCION in real life, on the basis of some RFCs exploring this topic. It also verifies in how far SCION meets the requirements mentioned and questions raised in these RFCs.</t>
          <section anchor="avoiding-pitfalls">
            <name>Avoiding Pitfalls</name>
            <t><xref target="RFC9049"/> describes why previous proposals to tackle some of the Internet's fundamental issues did not manage to succeed. SCION seems to avoid the pitfalls mentioned in that document. For example, SCION does not have to be adopted by the entire Internet to be effective: The routing architecture provides benefits already to early adapters. Even if only a small part of the global network works with SCION, adapters will still take advantage of using the SCION routing technology. Moreover, not only users of SCION benefit from it, also ISPs and operators benefit from deploying SCION: early deployments showed that providers can charge the use of SCION as premium connectivity, with users who are willing to pay for it. Furthermore, SCION can be installed on top of and function alongside the existing routing infrastructure and protocols--there is no need for high-impact changes in an operational network.</t>
            <t>Another RFC that must be mentioned in this context is <xref target="RFC5218"/>, "What Makes for a Successful Protocol?". SCION seems to fulfil most factors that contribute to the success of a protocol, as described in section 2.1 of the RFC. This includes such factors as offering a positive net value (i.e., the benefits of deploying SCION outweigh the costs), incremental deployability, and open source code availability. More importantly, SCION averts the failure criteria mentioned in section 1.4 of the RFC: SCION is already deployed and in use by many actors of the Swiss financial and academic ecosystems, and allows for multiple implementations, both open and closed source. As existing SCION implementations are easily portable, adoption in mainstream platforms is also possible.</t>
          </section>
          <section anchor="answering-questions">
            <name>Answering Questions</name>
            <t>SCION can be considered a <em>path-aware internetworking</em> architecture, as described in <xref target="RFC9217"/>. This RFC poses (open) questions that must be answered in order to realize such a path-aware networking system. It was originally written to frame discussions in the Path Aware Networking Research Group (PANRG), and has been published to snapshot current thinking in this space.</t>
            <t>SCION intends to answer the questions raised in this RFC. This especially pertains to the second, third, seventh, and eighth question:</t>
            <ul spacing="normal">
              <li>How do endpoints and applications get access to accurate, useful, and trustworthy path properties?</li>
              <li>How can endpoints select paths to use for traffic in a way that can be trusted by the network, the endpoints, and the applications using them?</li>
              <li>How can a path-aware network in a path-aware internetwork be effectively operated, given control inputs from network administrators, application designers, and end users?</li>
              <li>How can the incentives of network operators and end users be aligned to realize the vision of path-aware networking, and how can the transition from current ("path-oblivious") to path-aware networking be managed?</li>
            </ul>
            <t>SCION's answers to these questions can be found in <xref target="key">Key Concepts</xref> and <xref target="deploy">Deployments</xref>, respectively.</t>
          </section>
        </section>
        <section anchor="why-now">
          <name>Why Now?</name>
          <t>The emergence of multiple SCION implementations and early deployments highlights the need for standardization. The time seems therefore ripe to take SCION to the IETF, also in order to contribute to the important discussion regarding path-aware networking.</t>
        </section>
      </section>
      <section anchor="scion-overview">
        <name>SCION Overview</name>
        <t>SCION has been designed to address the fundamental issues of today's Internet depicted in <xref target="why">Why SCION - Motivation</xref>. The following section gives a high-level overview of SCION's main elements, providing a basic understanding of this next-generation inter-network architecture.</t>
        <section anchor="network-architecture-and-naming">
          <name>Network Architecture and Naming</name>
          <t>SCION's main goal is to offer highly available and efficient inter-domain packet delivery--even in the presence of actively malicious entities. To achieve scalability and sovereignty, SCION organizes existing ASes into groups of independent routing planes, called <strong>Isolation Domains (ISD)</strong>. An AS can be a member of multiple ISDs. All ASes in an ISD agree on a set of trust roots, called the <strong>Trust Root Configuration (TRC)</strong>. The ISD is governed by a set of <strong>core ASes</strong>, which provide connectivity to other ISDs and manage the trust roots. Typically, a few distinguished ASes within an ISD form the ISD's core.</t>
          <t>Isolation domains serve the following purposes:</t>
          <ul spacing="normal">
            <li>They allow SCION to support trust heterogeneity, as each ISD can independently define its roots of trust;</li>
            <li>They provide transparency for trust relationships;</li>
            <li>They isolate the routing process within an ISD from external influences such as attacks and misconfigurations; and</li>
            <li>They improve the scalability of the routing protocol by separating it into a process within and one between ISDs.</li>
          </ul>
          <t>ISDs provide natural isolation of routing failures and misconfigurations, provide meaningful and enforceable trust, enable endpoints to optionally restrict traffic forwarding to trusted parts of the Internet infrastructure only, and enable scalable routing updates with high path-freshness.</t>
          <section anchor="links">
            <name>Links</name>
            <t>There are three types of links in SCION: core links, parent-child links, and peering links.</t>
            <ul spacing="normal">
              <li>A <strong>core link</strong> can only exist between two core ASes.</li>
              <li>A <strong>parent-child link</strong> requires that at least one of the two connected ASes is a non-core AS. ASes with a parent-child link usually belong to the same entity or have a provider-customer relationship.</li>
              <li>A <strong>peering link</strong> also includes at least one non-core AS.</li>
            </ul>
            <t>See <xref target="architecture"/> for a high-level overview of the SCION network structure.</t>
            <figure anchor="architecture">
              <name>SCION network structure</name>
              <artwork><![CDATA[
    ...............................
   :                               :
  :      [TRC]                      :
 :          (::::::::::::::)         :      ......................
:        (::::: ISD core :::::)       :    :                      :
:    (:: +---+ ::::::::: +---+ ::)    :   :    [TRC]               :
: (::::: |CAS|===+---+ : |CAS| :::::) :  :        (: ISD core :)    :
:    (:: +---+ : |CAS|===+---+====)===:==:=====(=+---+ :: +---+ :)  :
:       /(:::::: +---+ ::::::) \      :  :    (: |CAS| == |CAS| :)  :
:      /  (::::::: | :::::::)   \     :  :     ( +---+ :: +---+ )   :
:     /            |             o    :  :       /(::::::::::::)    :
:    o             |           +---+  :  :      /         \         :
:  +---+           |          /|ASb|  :  :     /           \        :
:  |ASa|           |         / +---+  :  :    o             o       :
:  +---+           |        /    |    :  :  +---+          +---+    :
:    |             |       /     |    :  :  |ASx| ---------|ASy|    :
:    |             |      /      o    :  :  +---+          +---+    :
:    o             o     /     +---+  :  :    |                     :
:  +---+         +---+  /      |ASe|  :  :    o                     :
:  |ASc|---------|ASd| o       +---+ -:--:--+---+                   :
:  +---+         +---+                :  :  |ASz|      ISD 2        :
 :                                   :    : +---+                  :
  :            ISD 1                :      ........................
   .................................
Legend:
                      |
                      |
Parent AS - child AS: o
Peering link: ----
Core link: ===
Core AS: CAS
]]></artwork>
            </figure>
          </section>
        </section>
        <section anchor="routing">
          <name>Routing</name>
          <t>SCION operates on two routing levels: intra-ISD and inter-ISD. Both levels use <strong>path-segment construction beacons (PCBs)</strong> to explore network paths. A PCB is initiated by a core AS and then disseminated either within an ISD (to explore intra-ISD paths) or among core ASes (to explore core paths across different ISDs). The PCBs accumulate cryptographically protected path and forwarding information on AS-level, and store this information in the form of <strong>hop fields (HFs)</strong>. End hosts use information from these hop fields to create end-to-end forwarding paths for data packets, who carry this information in their packet headers. This concept is called <strong>packet-carried forwarding state (PCFS)</strong>. The concept also supports multi-path communication among end hosts.</t>
          <t>The process of creating an end-to-end forwarding path consists of the following steps:</t>
          <ol spacing="normal" type="1"><li>First, an AS discovers paths to other ASes, during the <em>path exploration</em> (or beaconing) phase.</li>
            <li>The AS then selects a few PCBs according to defined policies, transforms the selected PCBs into path segments, and registers these segments with its path infrastructure, thus making them available to other ASes. This happens during the <em>path registration</em> phase.</li>
            <li>During the <em>path resolution</em> phase, the actual creation of an end-to-end forwarding path to the destination takes place. For this, an end host performs (a) a <em>path lookup</em> step, to obtain path segments, and (b) a <em>path combination</em> step, to combine the forwarding path from the segments.</li>
          </ol>
          <t><xref target="beaconing"/> below shows the SCION routing process in a nutshell.</t>
          <figure anchor="beaconing">
            <name>SCION routing in a nutshell</name>
            <artwork><![CDATA[
+------------------+             +------------------+
| Path Exploration |             |                  |
|   (Beaconing)    |------------>|Path Registration |
|                  |             |                  |
+------------------+             +--------+---------+
                                          |
                        +-----------------+
                        |
     +------------------v-----------------------+
     |            Path Resolution               |
     |+--------------+     +-------------------+|
     || Path Lookup  |---->| Path Combination  ||
     |+--------------+     +-------------------+|
     +------------------------------------------+
]]></artwork>
          </figure>
          <section anchor="isd-and-as-numbering">
            <name>ISD and AS numbering</name>
            <t>SCION decouples end-host addressing from inter-domain routing. Routing is based on the &lt;ISD, AS&gt; tuple, agnostic of end-host addressing. Existing AS numbers are inherited from the current Internet, but a 48-bit namespace allows for additional SCION AS numbers beyond the 32-bit space in use today. The end host local address is not used for inter-domain routing or forwarding, does not need to be globally unique, and can thus be an IPv4, IPv6, or MAC address, for example. A SCION address is therefore composed of the &lt;ISD, AS, local address&gt; 3-tuple.</t>
          </section>
        </section>
        <section anchor="infra-components">
          <name>Infrastructure Components</name>
          <t>The <strong>beacon service</strong>, the <strong>path service</strong>, and the <strong>certificate service</strong> are the main control-plane infrastructure components within a SCION AS. Each service can be deployed redundantly, depending on the AS's size and type. Existing Internal routers are used to forward packets inside the AS, while <em>SCION border routers</em> provide interconnectivity between ASes.</t>
          <ul spacing="normal">
            <li>The <em>beacon service</em> discovers path information. It is responsible for generating, receiving, and propagating PCBs. Periodically, the beacon service generates a set of PCBs, which are forwarded to its child ASes or neighboring core ASes. The PCBs are flooded over policy-compliant paths to discover multiple paths between any pair of core ASes.</li>
            <li>The <em>path service</em> stores mappings from AS identifiers to sets of announced path segments. The path service is organized as a hierarchical caching system similar to that of DNS. Through the beacon service, ASes select the set of path segments through which they want to be reached, and they register them to the path service in the ISD core.</li>
            <li>The <em>certificate service</em> keeps cached copies of certificates and manages keys and certificates for securing inter-AS communication. The certificate service is queried by the beacon service when validating the authenticity of PCBs (i.e., when the beacon service lacks a certificate).</li>
          </ul>
          <t><em>Border routers</em> are deployed at the edge of SCION ASes. The main task of border routers is to forward packets to a neighbor border router or to the destination host within the AS. While SCION takes care of inter-domain routing, it relies on existing routing protocols (e.g., IS-IS, OSPF, SR) and communication fabric (e.g., IP, MPLS) for intra-domain forwarding. <em>Internal routers</em>, therefore, do not need to be changed to support SCION.</t>
        </section>
        <section anchor="formal-verification">
          <name>Formal Verification</name>
          <t>An additional feature of SCION is its formal verification. The SCION network system consists of a variety of components such as routers, servers, and edge devices. Such a complex system eludes the mental capacities of human beings for considering all possible states and interactions. That is why SCION includes a formal verification framework developed by the Department of Computer Science of the ETH Zurich <xref target="KLENZE2021"/>. This guarantees that packet forwarding as well as SCION's authentication mechanisms and implementations are correct and consistent.</t>
        </section>
      </section>
      <section anchor="conventions-and-definitions">
        <name>Conventions and Definitions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
    </section>
    <section anchor="key">
      <name>Key Concepts</name>
      <t>This section explains the SCION key concepts, including authentication, control- and data plane.</t>
      <section anchor="authentication">
        <name>Authentication</name>
        <t>SCION's control plane relies on a public-key infrastructure called the <strong>control-plane PKI (CP-PKI)</strong>, which is organized on ISD-level. Each ISD can independently build its own roots of trust, defined in a file called <strong>trust root configuration (TRC)</strong>.</t>
        <t><strong>Note</strong>: This section describes the SCION authentication concept on a very high level. A much more detailed description of SCION's authentication is available in <xref target="I-D.dekater-scion-pki"/>.</t>
        <section anchor="the-control-plane-pki-cp-pki">
          <name>The Control-Plane PKI (CP-PKI)</name>
          <t>Trust within each isolation domain is anchored in the trust root configuration (TRC) file. Each TRC contains a collection of signed root certificates, which are used to sign CA certificates, which are in turn used to sign AS certificates. The TRC also includes ISD-policies that specify, for example, the TRC's usage, validity, and future updates. A TRC is a fundamental component of an CP-PKI.</t>
          <t>The initial TRC in an ISD is called the <strong>base TRC</strong>. This base TRC constitutes the ISD's trust anchor. It is signed during a signing ceremony and then distributed throughout the ISD. All entities within the ISD obtain the initial TRC with an offline mechanism such as a USB flash drive provided by a trusted AS, like the relevant ISP, or with an online mechanism that relies on a trust-on-first-use (TOFU) approach. However, all updates to the base TRCs are performed in a straightforward process that does not require any manual or out-of-band action (such as a software update), see <xref target="update">TRC Update and Verification</xref>.</t>
          <t><xref target="chain"/> shows the TRC trust chain and associated certificates. TRC 1 is the base TRC, and TRC 2 and 3 constitute updates to this base TRC. TRC 2 must be verified using the voting certificates in TRC 1. Control-plane (CP) root certificates are used to verify other CP certificates (which are in turn used to verify path-segment construction beacons PCBs).</t>
          <t>Each SCION AS must hold a private key (to sign PCBs) and a certificate attesting that it is the rightful owner of the corresponding public key. One of the main roles of the TRC is thus enabling the verification of <strong>AS certificates</strong> and PCBs.</t>
          <figure anchor="chain">
            <name>TRC contents and trust chain</name>
            <artwork><![CDATA[
                               TRC 2
               +--------------------------------------+
               |+------------------------------------+|
               ||- Version       - Core ASes         ||
+--------+     ||- ID            - Description       ||    +--------+
| TRC 1  |     ||- Validity      - No Trust Reset    ||    | TRC 3  |
| (Base  |---->||- Grace Period  - Voting Quorum     ||--->|        |
|  TRC)  |     ||- ...                               ||    |        |
+--------+     |+------------------------------------+|    +--------+
               |+----------------+  +----------------+|
               || Regular Voting |  |Sensitive Voting||
               ||  Certificate   |  |  Certificate   ||
               |+----------------+  +----------------+|
               |+----------------+  +----------------+|
               ||     Votes      |  |   Signatures   ||
               |+----------------+  +----------------+|
               |+------------------------------------+|
               ||        CP Root Certificates        ||
               |+----------+-------------+-----------+|
               |           |             |            |
               +-----------+-------------+------------+
                           |             |
                           |             |
                           v             v
                 +-----------+         +-----------+
                 |   CP CA   |         |   CP CA   |
                 |Certificate|         |Certificate|
                 +-+-------+-+         +-----+-----+
                   |       |                 |
                   |       |                 |
                   v       v                 v
          +-----------+ +-----------+      +-----------+
          |   CP AS   | |   CP AS   |      |   CP AS   |
          |Certificate| |Certificate|      |Certificate|
          +-----------+ +-----------+      +-----------+
]]></artwork>
          </figure>
        </section>
        <section anchor="update">
          <name>TRC Update and Verification</name>
          <t>With a base TRC as trust anchor, TRCs can be updated in a verifiable manner. There are two kinds of TRC updates: regular and sensitive updates. A <em>regular</em> TRC update happens when the TRC's validity period expires. This period is defined by the <em>validity</em> parameter in the TRC. The default is one year. A TRC update is <em>sensitive</em> if and only if critical sections of the TRC are affected (for example, if the set of core ASes is modified). For both regular and sensitive TRC updates, a number of votes (in the form of signatures) must be cast to approve the update. This number of votes is dictated by the voting quorum and set in each TRC with the <em>voting quorum</em> parameter.</t>
        </section>
        <section anchor="dissemination-of-trc-updates">
          <name>Dissemination of TRC Updates</name>
          <t>Information about a TRC update is disseminated via the SCION's beaconing process, through the path-segment constructions beacons. Each PCB contains the version number of the currently active TRC. If an AS receives a PCB with a TRC version number higher than the locally stored TRC, it requests the PCB-sending AS for the new TRC. The new TRC is verified on the basis of the current one, and is accepted if it contains at least the required quorum of correct signatures by trust roots defined in the current TRC.
This simple dissemination mechanism has two advantages: It is very efficient (as fresh PCBs rapidly reach all ASes), and it avoids circular dependencies with regard to the verification of PCBs and the beaconing process itself (as no server needs to be contacted over unknown paths in order to fetch the updated TRC).</t>
        </section>
        <section anchor="grace-period">
          <name>Grace Period</name>
          <t>At most two TRCs per ISD can be active at the same time. The TRC parameter <em>grace period</em> indicates for how long the currently active TRC can still be active after a new TRC is disseminated. This so-called <strong>grace period</strong> starts at the beginning of the validity period of the new TRC. An older TRC can only be active until either (1) the grace period has passed, or (2) yet a newer TRC is announced. AS certificates are validated by following the chain of trust up to an active TRC.</t>
        </section>
        <section anchor="revocation-and-recovery-from-a-catastrophic-event">
          <name>Revocation and Recovery from a Catastrophic Event</name>
          <t>The TRC dissemination mechanism also enables rapid revocation of trust roots. When a trust root is compromised, the other trust roots can remove it from the TRC and disseminate a new TRC alongside a PCB with a new version number.</t>
          <t>In case of a catastrophic event--such as several private root keys being disclosed due to a critical vulnerability in a cryptographic library--SCION is equipped with a recovery procedure called <strong>trust reset</strong>. This procedure consists of creating a new TRC with fresh, trustworthy keys (and potentially new algorithms), and redistributing this TRC out-of-band. A trust reset effectively establishes a new base TRC for the ISD. It is possible for ISDs to disable trust resets by setting the <em>no trust reset</em> Boolean parameter to "true" in their TRC, with the effect that the entire ISD would have to be abandoned in the event of such a catastrophic compromise (this abandonment would also have to be announced out-of-band).</t>
          <t>The partition of the SCION network into ISDs guarantees that no single entity can take down the entire network. Even if several entities formed a coalition to carry out an attack, the effects of that attack would be limited to one or a few ISDs.</t>
        </section>
      </section>
      <section anchor="scion-control-plane">
        <name>SCION Control Plane</name>
        <t>The SCION control plane is responsible for discovering path segments and making them available to end hosts. This process includes path exploration, registration, and lookup; it involves the path service, beacon service, and certificate service, both in core ASes and non-core ASes.</t>
        <t><strong>Note</strong>: This section describes the SCION control plane on a very high level. A much more detailed description of SCION's control plane will follow in a separate internet draft.</t>
        <section anchor="path-exploration">
          <name>Path Exploration</name>
          <t>In SCION, the path segment construction process is referred to as <strong>beaconing</strong>. The <em>beacon service</em> of each AS is responsible for the beaconing process. The beacon service generates, receives, and propagates the <strong>path-segment construction beacons (PCBs)</strong> on a regular basis, to iteratively construct path segments.</t>
          <t>There are three types of path segments (note that all path segments can be used to send data traffic in both directions):</t>
          <ul spacing="normal">
            <li>A path segment from a non-core AS to a core AS is an <em>up-path segment</em>.</li>
            <li>A path segment from a core AS to a non-core AS is a <em>down-path segment</em>.</li>
            <li>A path segment between core ASes is a <em>core-path segment</em>.</li>
          </ul>
          <t>All path segments are invertible: A core-path segment can be used bidirectional, and an up-path segment can be converted into a down-path segment, or vice versa, depending on the direction of the end-to-end path.</t>
          <t>Path segment construction is conducted hierarchically on two levels:</t>
          <ul spacing="normal">
            <li>
              <em>Core beaconing</em> is the process of constructing path segments between core ASes. During core beaconing, the beacon service of a core AS either initiates PCBs or propagates PCBs received from neighboring core ASes to all other neighboring core ASes. Core beaconing in SCION is similar to BGP's route-advertising process, although in SCION the process is periodic and PCBs are flooded over policy-compliant paths to discover multiple paths between any pair of core ASes.</li>
            <li>
              <em>Intra-ISD beaconing</em> creates path segments from core ASes to non-core ASes. For this, the beacon service of a core AS creates PCBs and sends them to the non-core child ASes (typically customer ASes). The beacon service of a non-core child AS receives these PCBs and forwards them to its child ASes, and so on. This procedure continues until the PCB reaches an AS without any customer (leaf AS). As a result, all ASes receive path segments to reach the core ASes of their ISD.</li>
          </ul>
          <t>On its way down, a PCB accumulates cryptographically protected path- and forwarding information per traversed AS. At every AS, metadata as well as information about the AS's ingress and egress interfaces (i.e., link identifiers) is added to the PCB. The ingress and egress interface IDs identify connections to neighboring ASes. These IDs only need to be unique within each AS. Therefore, they can be chosen and encoded by each AS independently and without any need for coordination.</t>
          <t>SCION also supports shortcuts and peering links. In a <em>shortcut</em>, a path only contains an up-path and a down-path segment, which can cross over at a non-core AS that is common to both paths. <em>Peering links</em> can be added to up- or down-path segments, resulting in an operation similar to today's Internet.</t>
          <t>To reduce beaconing overhead and prevent possible forwarding loops, PCBs do not traverse peering links. Instead, peering links are announced along with a regular path in a PCB. If the path segments of both ASes at the end of a peering link contain this peering link, then it is possible to use the peering link to shortcut the end-to-end path (i.e., without going through the core). SCION also supports peering links that cross ISD boundaries, according to SCION's path transparency property.</t>
          <t><xref target="pcb"/> shows how intra-ISD PCB propagation works, from the ISD's core AS down to child ASes. For the sake of illustration, the interfaces of each AS are numbered with integer values. In practice, each AS can choose any encoding for its interfaces; in fact, only the AS itself needs to understand its encoding. Here, AS F receives two different PCBs via two different links from core AS X. Moreover, AS F uses two different links to send two different PCBs to AS G, each containing the respective egress interfaces. AS G extends the two PCBs and forwards both of them over a single link to a child AS.</t>
          <figure anchor="pcb">
            <name>Intra-ISD PCB propagation from the ISD core down to child ASes</name>
            <artwork><![CDATA[
                                  .-----.
                                 ; Core  :
                        +-----+  : AS X  ;
                        |PCB  |   \ 2 1 / +-----+
                        |Core |    `+-+'  |pcb  |
                        |Out:2|     | |   |core |
                        +--+--+   +-+ |   |out:1|
                           |      |   |   +--+--+
                           v      |   |      |
                                .-+---+.     v
                   .---.       /  2   3 \             .---.
                  (  J  )- - -; 1      4 :- - - - - -(  H  )
                   `---'      :   AS F   ;            `---'
                            +--\7       /
+----------+ +----------+ <-+     6  5
|PCB       | |pcb       |        `+--+'
|Core      | |core      |         |  |
|Out:2     | |out:1     |         |  |
|----------| |----------|         |  |
|AS F      | |as f      |         |  |
|In:2 Out:7| |in:3 out:7|         |  |
|Peer J:1  | |peer j:1  |         |  | +----------+ +----------+
|Peer H:4  | |peer h:4  |         |  | |PCB       | |pcb       |
|          | |          |         |  | |Core      | |core      |
+--+-------+ +--+-------+         |  | |Out:2     | |out:1     |
   |            |                 |  | |----------| |----------|
  <+           <+                 |  | |AS F      | |as f      |
                                  |  | |In:2 Out:5| |in:3 out:5|
         +----------+ +----------+|  | |Peer J:1  | |peer j:1  |
         |PCB       | |pcb       ||  | |Peer H:4  | |peer h:4  |
         |Core      | |core      ||  | |          | |          |
         |Out:2     | |out:1     ||  | +----+-----+ +----+-----+
         |----------| |----------||  |      |            |
         |AS F      | |as f      ||  |      v            v
         |In:2 Out:6| |in:3 out:6||  |
         |Peer J:1  | |peer j:1  ||  |
         |Peer H:4  | |peer h:4  ||  |
         |          | |          ||  |
         +----+-----+ +----+-----+|  |
              |            |     .+--+-.
              v            v   ,' 5  1  `.
                              ;           :
                              :   AS G    ;
                               \         /
                            +---` 4  3 ,'
                          <-+     `--+'
                                     |  +----------+ +----------+
                                     |  |PCB       | |pcb       |
                                     |  |Core      | |core      |
                                     |  |Out:2     | |out:1     |
           +----------+ +----------+ |  |----------| |----------|
           |PCB       | |pcb       | |  |AS F      | |as f      |
           |Core      | |core      | |  |In:2 Out:5| |in:3 out:5|
           |Out:2     | |out:1     | |  |Peer J:1  | |peer j:1  |
           |----------| |----------| |  |Peer H:4  | |peer h:4  |
           |AS F      | |as f      | |  |----------| |----------|
           |In:2 Out:6| |in:3 out:6| |  |AS G      | |as g      |
           |Peer J:1  | |peer j:1  | |  |In:1 Out:3| |in:1 out:3|
           |Peer H:4  | |peer h:4  | |  |          | |          |
           |----------| |----------| |  +----+-----+ +----+-----+
           |AS G      | |as g      | |       |            |
           |In:5 Out:3| |in:5 out:3| v       v            v
           |          | |          |
           +----+-----+ +----+-----+
                |            |
                v            v
]]></artwork>
          </figure>
          <section anchor="security">
            <name>Security</name>
            <t>Each PCB contains signatures of all on-path ASes. Every time a beacon service receives a PCB, it validates the PCB's authenticity. During this process, the beacon service can query the certificate service, for example, when it lacks an intermediate certificate.</t>
          </section>
          <section anchor="policies">
            <name>Policies</name>
            <t>Each AS can independently set policies dictating which PCBs are sent in which time intervals, and to which neighbors. In particular, PCBs do not need to be propagated immediately upon arrival. However, during bootstrapping and if the AS obtains a PCB containing a previously unknown path, the AS should forward the PCB immediately, to ensure quick connectivity establishment.</t>
          </section>
        </section>
        <section anchor="path-registration">
          <name>Path Registration</name>
          <t>Both the beacon service and the path service are involved in the path registration process. A non-core AS typically receives several PCBs representing several path segments to various core ASes. Out of these PCBs, the non-core AS must select those down-path segments through which it wants to be reached. It is the task of the AS's beacon service to make this selection, according to the criteria described in <xref target="selection">Path-Segment Selection</xref>. The beacon service then registers these path segments both at the local path service and at the path service of all core ASes. When links fail, segments expire, or better segments become available, the beacon service updates the down-path segments registered for its AS.</t>
          <t>As a result, a core AS's path service contains all intra-ISD path segments registered by the leaf ASes of its ISD. In addition, a core AS path service also stores the preferred core-path segments to other core ASes.</t>
          <section anchor="selection">
            <name>Path-Segment Selection</name>
            <t>Among the received PCBs, the beacon service of an AS must choose (1) a set of PCBs to propagate further, and (2) a set of path segments to register. The selection of these PCBs and path segments is based on a path quality metric. This metric aims at identifying consistent, diverse, efficient, and policy-compliant paths:</t>
            <ul spacing="normal">
              <li>
                <em>Consistency</em> implies that at least one property along the path is uniform, such as an AS capability (e.g., high bandwidth).</li>
              <li>
                <em>Diversity</em> means that the set of paths announced over time are as path-disjoint as possible, in order to provide high-quality multipath options.</li>
              <li>
                <em>Efficiency</em> refers to the length, bandwidth, latency, utilization, and availability of a path, where more efficient paths are naturally preferred.</li>
              <li>
                <em>Policy compliance</em> implies that the path adheres to the AS's routing policy.</li>
            </ul>
            <t>Based on past PCBs, the AS beacon service assigns scores to the current set of candidate path segments, and sends the best segments in the next beaconing interval.</t>
            <t>Core beaconing operates similarly to intra-ISD beaconing, except that core PCBs only traverse core ASes. The same path selection metrics apply, where a core AS attempts to forward the set of most desirable paths to its neighbors.</t>
          </section>
        </section>
        <section anchor="path-lookup">
          <name>Path Lookup</name>
          <t>An end host (source) who wants to start communication with another host (destination), requires up to three path segments: An up-path segment to reach the ISD core, a core-path segment to reach the destination ISD, and a down-path segment to reach the destination AS. The source host queries the path service in its AS for such segments. The path service has up-path segments stored in its database and furthermore checks if it has appropriate core- and down-path segments in its cache; in this case it returns them immediately.</t>
          <t>If not, the path service in the source AS queries core path services (using locally stored up-path segments) in the source ISD for core-path segments to the destination ISD. Then, it combines up-path segments with the newly retrieved core-path segments, and queries core path services in the remote ISD to fetch remote down-path segments. To improve overall efficiency, the local path service caches the returned path segments and uses parallelism when requesting path segments from core path services. Finally, the local path service returns all path segments to the source host.</t>
          <t>This recursive lookup significantly simplifies the process for end hosts (which only have to send a single query, similar to stub DNS resolvers). The caching strategy ensures that path lookups are fast for frequently used destinations (similar to caching in recursive DNS resolvers).</t>
        </section>
        <section anchor="link-failures">
          <name>Link Failures</name>
          <t>Unlike in the current Internet, link failures are not automatically resolved by the network, but require active handling by end hosts. Since SCION forwarding paths are static, they break when one of the links fails. Link failures are handled by a two-pronged approach that typically masks link failures without any outage to the application and rapidly re-establishes fresh working paths:</t>
          <ul spacing="normal">
            <li>The SCION Control Message Protocol (SCMP) (the SCION equivalent of ICMP) is used for signaling connectivity problems. Instead of relying on application- or transport-layer timeouts, end hosts get immediate feedback from the network if a path stops working, and can quickly switch to an alternative path.</li>
            <li>SCION end hosts are encouraged to use multipath communication by default, thus masking a link failure with another working path. As multipath communication can increase availability (even in environments with very limited path choices), SCION beacon services attempt to create disjoint paths, SCION path services attempt to select and announce disjoint paths, and end hosts compose path segments to achieve maximum resilience to path failure. Consequently, most link failures in SCION remain unnoticed by the application, unlike the frequent (albeit mostly brief) outages in the current Internet. See also <xref target="ANDERSEN2001"/>, <xref target="KATZ2012"/>, <xref target="KUSHMAN2007"/>, and <xref target="HITZ2021"/>.</li>
          </ul>
        </section>
      </section>
      <section anchor="scion-data-plane">
        <name>SCION Data Plane</name>
        <t>While the control plane is responsible for providing end-to-end paths, the data plane ensures that packets are forwarded on the selected path. SCION border routers forward packets to the next AS based on the AS-level path in the packet header (which is extended with ingress and egress interface identifiers for each AS), without inspecting the destination address and also without consulting an inter-domain forwarding table. Only the border router at the destination AS needs to inspect the destination address to forward it to the appropriate local end host.</t>
        <t>Because SCION splits the information about the locator (the path towards the destination AS) and the identifier (the destination address), the identifier can have any format that the destination AS can interpret--only the destination needs to consider that local identifier (see also <xref target="RFC6830"/>). In other words, an AS can select an arbitrary addressing format for its hosts, e.g., a 4-byte IPv4, 6-byte media access control (MAC) address, 16-byte IPv6, or any other up to 16-byte addressing scheme. A valuable consequence is that hosts with different address types can directly communicate.</t>
        <t>The next two sections describe how an end host combines path segments into an end-to-end forwarding path, and how border routers forward packets efficiently.</t>
        <t><strong>Note</strong>: This section describes the SCION data plane on a very high level. A much more detailed description of SCION's data plane will follow in a separate internet draft.</t>
        <section anchor="path-construction-via-segment-combination">
          <name>Path Construction via Segment Combination</name>
          <t>Through the path lookup, the end host obtains path segments that must be combined into an end-to-end path. A valid SCION <strong>forwarding path</strong> can be created by combining up to three path segments, in the following ways:</t>
          <ul spacing="normal">
            <li>
              <strong>Immediate combination of path segments</strong>: The last AS on the up-path segment is also the first AS on the down-path segment. In this case, the simple combination of an up-path segment and a down-path segment creates a valid forwarding path.</li>
            <li>
              <strong>AS shortcut</strong>: The up-path segment and down-path segment intersect at a non-core AS. In this case, a shorter forwarding path can be created by removing the extraneous part of the path.</li>
            <li>
              <strong>Peering shortcut</strong>: A peering link exists between the two segments, so a shortcut via the peering link is possible. As in the AS shortcut case, the extraneous path segment is cut off. The peering link could be traversing to a different ISD.</li>
            <li>
              <strong>Combination with a core-path segment</strong>: The last AS on the up-path segment is different from the first AS on the down-path segment. This case requires an additional core-path segment to connect the up- and down-path segment. If the communication remains within the same ISD, a local ISD core-path segment is needed; otherwise, an inter-ISD core-path segment is required.</li>
            <li>
              <strong>On-path</strong>: The destination AS is part of the up-path segment or the source AS is part of the down-path segment; in this case, a single up- or down-path segment, respectively, is sufficient to create a forwarding path.</li>
          </ul>
          <t>Once a forwarding path is chosen, it is encoded in the SCION packet header. This makes inter-domain routing tables unnecessary for border routers: Both the ingress and the egress interface of each AS on the path are encoded as <strong>packet-carried forwarding state (PCFS)</strong> in the packet header. The destination can respond to the source by reversing the end-to-end path from the packet header, or it can perform its own path lookup and combination.</t>
          <t>The SCION packet header contains of a sequence of <strong>hop fields (HFs)</strong>, one HF for each AS that is traversed on the end-to-end path. Each hop field contains the encoded numbers of the ingress and egress links, and thus defines which interfaces may be used to enter and leave an AS. In addition to the hop fields, each path segment contains an <strong>info field (INF)</strong> with basic information about the segment. A host can create an end-to-end forwarding path by extracting info fields and hop fields from path segments, as depicted in <xref target="HFs"/>. The additional meta header (META) contains pointers to the currently active INF and HF.</t>
          <figure anchor="HFs">
            <name>Combining three path segments into a forwarding path</name>
            <artwork><![CDATA[
up-path segment        core-path segment        down-path segment

+-------+              +-------+                +-------+
|+-----+|              |+-----+|                |+-----+|
|+ INF ||----------+   |+ INF ||---+            |+ INF ||-+
|+-----+|          |   |+-----+|   |            |+-----+| |
|+-----+|          |   |+-----+|   |            |+-----+| |
|| hf  ||--------+ |   || hf  ||---+--+         || hf  ||-+--+
|+-----+|        | |   |+-----+|   |  |         |+-----+| |  |
|+-----+|        | |   |+-----+|   |  |         |+-----+| |  |
|| hf  ||-----+  | |   || hf  ||---+--+--+      || hf  ||-+--+--+
|+-----+|     |  | |   |+-----+|   |  |  |      |+-----+| |  |  |
|+-----+|     |  | |   +-------+   |  |  |      +-------+ |  |  |
|| hf  ||--+  |  | |               |  |  |                |  |  |
|+-----+|  |  |  | |   +--------+  |  |  |                |  |  |
+-------+  |  |  | |   |++-----+|  |  |  |                |  |  |
           |  |  | |   |++ Meta||  |  |  |                |  |  |
           |  |  | |   |++-----+|  |  |  |                |  |  |
           |  |  | |   |+-----+ |  |  |  |                |  |  |
           |  |  | +-->|+ INF | |  |  |  |                |  |  |
           |  |  |     |+-----+ |  |  |  |                |  |  |
           |  |  |     |+-----+ |  |  |  |                |  |  |
           |  |  |     |+ INF | |<-+  |  |                |  |  |
           |  |  |     |+-----+ |     |  |                |  |  |
           |  |  |     |+-----+ |     |  |                |  |  |
           |  |  |     |+ INF | |<----+--+----------------+  |  |
           |  |  |     |+-----+ |     |  |                   |  |
           |  |  |     |+-----+ |     |  |                   |  |
           |  |  +---->|| hf  | |     |  |                   |  |
           |  |        |+-----+ |     |  |                   |  |
           |  |        |+-----+ |     |  |                   |  |
           |  +------->|| hf  | |     |  |                   |  |
           |           |+-----+ |     |  |                   |  |
           |           |+-----+ |     |  |                   |  |
           +---------->|| hf  | |     |  |                   |  |
                       |+-----+ |     |  |                   |  |
                       |+-----+ |     |  |                   |  |
                       || hf  | |<----+  |                   |  |
                       |+-----+ |        |                   |  |
                       |+-----+ |        |                   |  |
                       || hf  | |<-------+                   |  |
                       |+-----+ |                            |  |
                       |+-----+ |                            |  |
                       || hf  | |<---------------------------+  |
                       |+-----+ |                               |
                       |+-----+ |                               |
                       || hf  | |<------------------------------+
                       |+-----+ |
                       +--------+
                     forwarding path
]]></artwork>
          </figure>
        </section>
        <section anchor="path-authorization">
          <name>Path Authorization</name>
          <t>It is crucial for the data plane that end hosts only use paths constructed and authorized by ASes in the control plane. In particular, end hosts should not be able to craft HFs themselves, modify HFs in authorized path segments, or combine HFs of different path segments (path splicing). This property is called <strong>path authorization</strong> (see <xref target="KLENZE2021"/> and <xref target="LEGNER2020"/>).</t>
          <t>SCION achieves path authorization by creating message-authentication codes (MACs) during the beaconing process. Each AS calculates these MACs using a local secret key (that is only shared between SCION infrastructure elements within the AS) and chains them to the previous HFs. The MACs are then included in the forwarding path as part of the respective HFs.</t>
        </section>
        <section anchor="forwarding">
          <name>Forwarding</name>
          <t>Routers can efficiently forward packets in the SCION architecture. In particular, the absence of inter-domain routing tables and of complex longest-IP-prefix matching performed by current routers enables the construction of more efficient routers.</t>
          <t>During packet forwarding, a SCION border router at the ingress point of the AS verifies that:</t>
          <ul spacing="normal">
            <li>the packet entered through the correct ingress interface corresponding to the information in the HF,</li>
            <li>the HF is still valid, and</li>
            <li>the MAC in the HF is correct.</li>
          </ul>
          <t>If the packet has not yet reached the destination AS, the egress interface number in the HF of the non-destination AS refers to the egress SCION border router of this AS. In this case, the packet can be sent from the ingress SCION border router to the egress SCION border router via native intra-domain forwarding (e.g., IP or MPLS). In case the packet has arrived at the destination AS, the destination AS's border router inspects the destination address and sends the packet to the corresponding host.</t>
        </section>
        <section anchor="intra-as-communication">
          <name>Intra-AS Communication</name>
          <t>SCION routers use IP to communicate within an AS, therefore they rely on existing intra-domain routing protocols, such as Multiprotocol Label Switching (MPLS) or others.</t>
        </section>
      </section>
    </section>
    <section anchor="deployment">
      <name>Deployment</name>
      <t>Adoption of a next-generation architecture is a challenging task, as it needs to be integrated with, and operate alongside existing infrastructure. SCION is designed to coexist with existing intra-domain routing infrastructure, and comprises coexistence and transition mechanisms that facilitate adoption, in accordance to principles defined in <xref target="RFC8170"/>.
The following section discusses practical considerations for deploying SCION and briefly touches on some of the transition mechanisms, with focus on:</t>
      <ul spacing="normal">
        <li>
          <xref target="deployment-as">Autonomous Systems</xref>,</li>
        <li>
          <xref target="deployment-ixp">Internet Exchange Points</xref>, and</li>
        <li>
          <xref target="deployment-end-host">end hosts</xref>, covering both native SCION hosts and SCION to IP encapsulation.</li>
      </ul>
      <t>We then describe some of the early adopters deployment experiences. A more detailed adoption plan is to be outlined in dedicated documents.</t>
      <section anchor="deployment-as">
        <name>Autonomous System Deployment</name>
        <t>A SCION AS needs to deploy the SCION <xref target="infra-components">infrastructure components</xref> and border routers.
Within an AS, SCION is often deployed as an IP overlay on top of the existing network. This way SCION allows to reuse the existing intra-domain network and equipment (e.g., IP, MPLS). Customer-side SCION border routers directly connect to the provider-side border routers using last-mile connections. The SCION design assumes that AS's internal entities are considered to be trustworthy, therefore the IP overlay or the first-hop routing does not compromise or degrade any security properties SCION delivers.
When it comes to inter-domain communication, an overlay deployment on top of today's Internet is not desirable, as SCION would inherit issues from  its weak underlay. Thus, inter-AS SCION links are usually deployed in parallel to existing links, in order to preserve its security properties. That is, two SCION border routers from neighbour ASes are directly connected via a layer-2 cross-connection at a common point-of-presence.</t>
        <t>All SCION AS components can be deployed on standard x86 commercial off-the-shelf servers or virtual machines. In fact, SCION border routers do not rely on forwarding tables, therefore they do not require specialized hardware. Practice shows that off-the-shelf hardware can handle up to 100 Gbps links, while a prototype <xref target="DERUITER2021">P4 implementation</xref> showed that it is possible to forward SCION traffic even at terabit speeds.</t>
        <t>Overall, an AS can be connected to SCION without high-impact changes to its network. In addition, use of commodity hardware for both control and data-plane components reduces initial deployment costs.</t>
      </section>
      <section anchor="deployment-ixp">
        <name>Internet Exchange Points</name>
        <t>Internet Exchange Points (IXP) play as important a role for SCION as they do in today's Internet.  SCION can be deployed at existing IXPs following a "big switch" model, where the IXP provides a large L2 switch between multiple SCION ASes. SCION has been deployed following this model at the Swiss Internet Exchange (SwissIX),  currently interconnecting major SCION Swiss ISPs and enterprises through bi-lateral peering over dedicated SCION ports.</t>
        <t>Additionally, thanks to its path-awareness, SCION offers the option of an enhanced deployment model, i.e., to expose the internal topology of an IXP within the SCION control plane. This enables IXP customers to use SCION's multipath and fast failover capabilities to leverage the IXP's internal links (including backup links) and to select paths depending on the application's needs.  IXPs have therefore an incentive to expose their rich internal connectivity, as the benefits from SCION's multipath capabilities would increase their value for customers and provide them with a competitive advantage.</t>
      </section>
      <section anchor="deployment-end-host">
        <name>End Hosts and Incremental Deployability</name>
        <t>End users can leverage SCION in two different ways: (1) using SCION-aware applications on a <xref target="native-endhost">SCION native end host</xref>, or (2) using transparent <xref target="sig">IP-to-SCION conversion</xref>. The benefit of using SCION natively is that the full range of advantages becomes available to applications, at the cost of installing the SCION endpoint stack and making the application SCION-aware. In early deployments, the second approach is often preferred, so that no changes are needed within applications or end hosts.</t>
        <section anchor="native-endhost">
          <name>Native End Hosts</name>
          <t>A SCION native end host's stack consists of a dispatcher, which handles all incoming and outgoing SCION packets, and of a SCION daemon, which handles control-plane messages. The latter  fetches paths to remote ASes and provides an API for applications and libraries to interact with the SCION control plane (i.e., for path lookup, SCION extensions). The current SCION implementation uses an UDP/IP underlay for communication between end hosts and SCION routers. This allows reuse of existing intra-domain networking infrastructure. SCION end hosts can optionally use automated bootstrapping mechanisms to retrieve configuration from the network and establish SCION connectivity. This way, clients require no pre-existing network-specific configurations.</t>
        </section>
        <section anchor="sig">
          <name>SCION to IP Gateway (SIG)</name>
          <t>A SCION-IP-Gateway (SIG) encapsulates regular IP packets into SCION packets with a corresponding SIG at the destination that performs the decapsulation.
A SIG can be deployed close to the end user (i.e., at branches of an enterprise, on a CPE), or within an ISP's network. In the latter case, the SIG is called carrier-grade SIG, as it serves multiple customers within the AS where it is deployed. This approach has the advantage that it does not require any changes at the customer's premises.
In order to allow incremental deployability and to ease transition from legacy IP-based Internet to SCION, SIGs can be augmented with  mechanisms allowing them to coordinate and automatically exchange IP prefix information. A more detailed description of the SIG and its coordination mechanisms is to be presented in dedicated documents.</t>
        </section>
      </section>
      <section anchor="deploy">
        <name>Deployment Experiences</name>
        <t>SCION has been deployed in production by multiple entities, growing its acceptance among industry. While early deployments started on academic and research networks, SCION has expanded to serve the financial industry, government, and it is being evaluated for the healthcare sector.</t>
        <t>In 2017, SCION was evaluated for production use by a central bank, with the goal of modernising the network interconnecting banks and their branches. SCION was chosen, as it allows moving away from a dedicated private network to a reliable Internet-based solution. SCION connectivity was later extended to support system-critical applications, like the national real-time gross settlement (RTGS) system, connecting all country's banks to exchange real-time payment information.
The network, called Secure Swiss Finance Network or <eref target="https://perma.cc/PU5L-ALPM">SSFN</eref>, is implemented as a SCION ISD, where a federation of three ISPs forms the ISD core.
Financial institutions are themselves SCION ASes and directly connect to one or more of the core ASes. Institutions deploy SCION-IP gateways (SIGs), transparently enabling their traditional IP-based applications to use the SCION network.
The concept of the SCION ISD also provides a mechanism to implement strict governance and access control (through the issuance of AS certificates).</t>
        <t>Besides the SSFN, SCION connectivity has also been adopted by government entities for their international communications. In addition, Swiss higher education institutions are connected thanks to the <eref target="http://scied.scion-architecture.net/">SCI-ED</eref> network.</t>
        <t>In addition to productive deployments, SCION also comprises a global SCION research testbed called <eref target="https://www.scionlab.org">SCIONLab</eref>. It is composed of dozens of globally distributed infrastructure ASes, mostly run by academic institutions. The testbed is open to any user who can easily set up their own AS with the aid of a web-based UI, connect to the network, and run experiments. The setup has been the earliest global deployment of SCION and it has been supporting research and development of path-aware networking and SCION.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Currently, this document has no request for action to IANA.
However, when full specification of SCION is available, requests for IANA actions are expected regarding the registration of optional packet header fields as well as the coordination of SCION ISD and AS number assignments.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>SCION has been designed from the outset to offer security by default, and thus there are manifold security considerations. As a matter of fact, SCION's protocol design has been formally verified and the open source router implementation is undergoing formal verification (see also <xref target="KLENZE2021"/>). Describing all security considerations here, therefore, would go beyond the scope of this document. A separate document including all security implications and considerations will follow later.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4264">
          <front>
            <title>BGP Wedgies</title>
            <author fullname="T. Griffin" initials="T." surname="Griffin">
              <organization/>
            </author>
            <author fullname="G. Huston" initials="G." surname="Huston">
              <organization/>
            </author>
            <date month="November" year="2005"/>
            <abstract>
              <t>It has commonly been assumed that the Border Gateway Protocol (BGP) is a tool for distributing reachability information in a manner that creates forwarding paths in a deterministic manner.  In this memo we will describe a class of BGP configurations for which there is more than one potential outcome, and where forwarding states other than the intended state are equally stable.  Also, the stable state where BGP converges may be selected by BGP in a non-deterministic manner. These stable, but unintended, BGP states are termed here "BGP Wedgies".  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4264"/>
          <seriesInfo name="DOI" value="10.17487/RFC4264"/>
        </reference>
        <reference anchor="RFC4033">
          <front>
            <title>DNS Security Introduction and Requirements</title>
            <author fullname="R. Arends" initials="R." surname="Arends">
              <organization/>
            </author>
            <author fullname="R. Austein" initials="R." surname="Austein">
              <organization/>
            </author>
            <author fullname="M. Larson" initials="M." surname="Larson">
              <organization/>
            </author>
            <author fullname="D. Massey" initials="D." surname="Massey">
              <organization/>
            </author>
            <author fullname="S. Rose" initials="S." surname="Rose">
              <organization/>
            </author>
            <date month="March" year="2005"/>
            <abstract>
              <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System.  This document introduces these extensions and describes their capabilities and limitations.  This document also discusses the services that the DNS security extensions do and do not provide.  Last, this document describes the interrelationships between the documents that collectively describe DNSSEC.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4033"/>
          <seriesInfo name="DOI" value="10.17487/RFC4033"/>
        </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="RFC6480">
          <front>
            <title>An Infrastructure to Support Secure Internet Routing</title>
            <author fullname="M. Lepinski" initials="M." surname="Lepinski">
              <organization/>
            </author>
            <author fullname="S. Kent" initials="S." surname="Kent">
              <organization/>
            </author>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document describes an architecture for an infrastructure to support improved security of Internet routing.  The foundation of this architecture is a Resource Public Key Infrastructure (RPKI) that represents the allocation hierarchy of IP address space and Autonomous System (AS) numbers; and a distributed repository system for storing and disseminating the data objects that comprise the RPKI, as well as other signed objects necessary for improved routing security.  As an initial application of this architecture, the document describes how a legitimate holder of IP address space can explicitly and verifiably authorize one or more ASes to originate routes to that address space.  Such verifiable authorizations could be used, for example, to more securely construct BGP route filters.   This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6480"/>
          <seriesInfo name="DOI" value="10.17487/RFC6480"/>
        </reference>
        <reference anchor="RFC6830">
          <front>
            <title>The Locator/ID Separation Protocol (LISP)</title>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci">
              <organization/>
            </author>
            <author fullname="V. Fuller" initials="V." surname="Fuller">
              <organization/>
            </author>
            <author fullname="D. Meyer" initials="D." surname="Meyer">
              <organization/>
            </author>
            <author fullname="D. Lewis" initials="D." surname="Lewis">
              <organization/>
            </author>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document describes a network-layer-based protocol that enables separation of IP addresses into two new numbering spaces: Endpoint Identifiers (EIDs) and Routing Locators (RLOCs).  No changes are required to either host protocol stacks or to the "core" of the Internet infrastructure.  The Locator/ID Separation Protocol (LISP) can be incrementally deployed, without a "flag day", and offers Traffic Engineering, multihoming, and mobility benefits to early adopters, even when there are relatively few LISP-capable sites.</t>
              <t>Design and development of LISP was largely motivated by the problem statement produced by the October 2006 IAB Routing and Addressing Workshop.  This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6830"/>
          <seriesInfo name="DOI" value="10.17487/RFC6830"/>
        </reference>
        <reference anchor="RFC8205">
          <front>
            <title>BGPsec Protocol Specification</title>
            <author fullname="M. Lepinski" initials="M." role="editor" surname="Lepinski">
              <organization/>
            </author>
            <author fullname="K. Sriram" initials="K." role="editor" surname="Sriram">
              <organization/>
            </author>
            <date month="September" year="2017"/>
            <abstract>
              <t>This document describes BGPsec, an extension to the Border Gateway Protocol (BGP) that provides security for the path of Autonomous Systems (ASes) through which a BGP UPDATE message passes.  BGPsec is implemented via an optional non-transitive BGP path attribute that carries digital signatures produced by each AS that propagates the UPDATE message.  The digital signatures provide confidence that every AS on the path of ASes listed in the UPDATE message has explicitly authorized the advertisement of the route.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8205"/>
          <seriesInfo name="DOI" value="10.17487/RFC8205"/>
        </reference>
        <reference anchor="RFC8446">
          <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="RFC9049">
          <front>
            <title>Path Aware Networking: Obstacles to Deployment (A Bestiary of Roads Not Taken)</title>
            <author fullname="S. Dawkins" initials="S." role="editor" surname="Dawkins">
              <organization/>
            </author>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document is a product of the Path Aware Networking Research Group (PANRG).  At the first meeting of the PANRG, the Research Group agreed to catalog and analyze past efforts to develop and deploy Path Aware techniques, most of which were unsuccessful or at most partially successful, in order to extract insights and lessons for Path Aware networking researchers.</t>
              <t>This document contains that catalog and analysis.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9049"/>
          <seriesInfo name="DOI" value="10.17487/RFC9049"/>
        </reference>
        <reference anchor="RFC9217">
          <front>
            <title>Current Open Questions in Path-Aware Networking</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell">
              <organization/>
            </author>
            <date month="March" year="2022"/>
            <abstract>
              <t>In contrast to the present Internet architecture, a path-aware internetworking architecture has two important properties: it exposes the properties of available Internet paths to endpoints, and it provides for endpoints and applications to use these properties to select paths through the Internet for their traffic. While this property of "path awareness" already exists in many Internet-connected networks within single domains and via administrative interfaces to the network layer, a fully path-aware internetwork expands these concepts across layers and across the Internet.</t>
              <t>This document poses questions in path-aware networking, open as of 2021, that must be answered in the design, development, and deployment of path-aware internetworks. It was originally written to frame discussions in the Path Aware Networking Research Group (PANRG), and has been published to snapshot current thinking in this space.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9217"/>
          <seriesInfo name="DOI" value="10.17487/RFC9217"/>
        </reference>
        <reference anchor="RFC8170">
          <front>
            <title>Planning for Protocol Adoption and Subsequent Transitions</title>
            <author fullname="D. Thaler" initials="D." role="editor" surname="Thaler">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>Over the many years since the introduction of the Internet Protocol, we have seen a number of transitions throughout the protocol stack, such as deploying a new protocol, or updating or replacing an existing protocol.  Many protocols and technologies were not designed to enable smooth transition to alternatives or to easily deploy extensions; thus, some transitions, such as the introduction of IPv6, have been difficult.  This document attempts to summarize some basic principles to enable future transitions, and it also summarizes what makes for a good transition plan.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8170"/>
          <seriesInfo name="DOI" value="10.17487/RFC8170"/>
        </reference>
        <reference anchor="SCHUCHARD2011">
          <front>
            <title>Losing control of the internet: using the data plane to attack the control plane</title>
            <author fullname="Max Schuchard" initials="M." surname="Schuchard">
              <organization/>
            </author>
            <author fullname="Abedelaziz Mohaisen" initials="A." surname="Mohaisen">
              <organization/>
            </author>
            <author fullname="Denis Foo Kune" initials="D." surname="Foo Kune">
              <organization/>
            </author>
            <author fullname="Nicholas Hopper" initials="N." surname="Hopper">
              <organization/>
            </author>
            <author fullname="Yongdae Kim" initials="Y." surname="Kim">
              <organization/>
            </author>
            <author fullname="Eugene Y. Vasserman" initials="E." surname="Vasserman">
              <organization/>
            </author>
            <date year="2010"/>
          </front>
          <seriesInfo name="Proceedings of the 17th ACM conference on Computer and communications security - CCS" value="'10"/>
          <seriesInfo name="DOI" value="10.1145/1866307.1866411"/>
        </reference>
        <reference anchor="LABOVITZ2000">
          <front>
            <title>Delayed Internet routing convergence</title>
            <author fullname="Craig Labovitz" initials="C." surname="Labovitz">
              <organization/>
            </author>
            <author fullname="Abha Ahuja" initials="A." surname="Ahuja">
              <organization/>
            </author>
            <author fullname="Abhijit Bose" initials="A." surname="Bose">
              <organization/>
            </author>
            <author fullname="Farnam Jahanian" initials="F." surname="Jahanian">
              <organization/>
            </author>
            <date year="2000"/>
          </front>
          <seriesInfo name="Proceedings of the conference on Applications, Technologies, Architectures, and Protocols for Computer Communication - SIGCOMM" value="'00"/>
          <seriesInfo name="DOI" value="10.1145/347059.347428"/>
        </reference>
        <reference anchor="GRIFFIN1999">
          <front>
            <title>An analysis of BGP convergence properties</title>
            <author fullname="Timothy G. Griffin" initials="T." surname="Griffin">
              <organization>Bell Laboratories, Lucent Technologies, 600 Mountain Avenue, Murray Hill, NJ</organization>
            </author>
            <author fullname="Gordon Wilfong" initials="G." surname="Wilfong">
              <organization>Bell Laboratories, Lucent Technologies, 600 Mountain Avenue, Murray Hill, NJ</organization>
            </author>
            <date month="October" year="1999"/>
          </front>
          <seriesInfo name="ACM SIGCOMM Computer Communication Review" value="vol. 29, no. 4, pp. 277-288"/>
          <seriesInfo name="DOI" value="10.1145/316194.316231"/>
        </reference>
        <reference anchor="SAHOO2009">
          <front>
            <title>BGP convergence delay after multiple simultaneous router failures: Characterization and solutions</title>
            <author fullname="Amit Sahoo" initials="A." surname="Sahoo">
              <organization/>
            </author>
            <author fullname="Krishna Kant" initials="K." surname="Kant">
              <organization/>
            </author>
            <author fullname="Prasant Mohapatra" initials="P." surname="Mohapatra">
              <organization/>
            </author>
            <date month="May" year="2009"/>
          </front>
          <seriesInfo name="Computer Communications" value="vol. 32, no. 7-10, pp. 1207-1218"/>
          <seriesInfo name="DOI" value="10.1016/j.comcom.2009.03.009"/>
        </reference>
        <reference anchor="LYCHEV2013">
          <front>
            <title>BGP security in partial deployment: is the juice worth the squeeze?</title>
            <author fullname="Robert Lychev" initials="R." surname="Lychev">
              <organization>Georgia Tech, Atlanta, GA, USA</organization>
            </author>
            <author fullname="Sharon Goldberg" initials="S." surname="Goldberg">
              <organization>Boston University, Boston, MA, USA</organization>
            </author>
            <author fullname="Michael Schapira" initials="M." surname="Schapira">
              <organization>Hebrew University of Jerusalem, Jerusalem, Israel</organization>
            </author>
            <date month="September" year="2013"/>
          </front>
          <seriesInfo name="ACM SIGCOMM Computer Communication Review" value="vol. 43, no. 4, pp. 171-182"/>
          <seriesInfo name="DOI" value="10.1145/2534169.2486010"/>
        </reference>
        <reference anchor="LI2014">
          <front>
            <title>Even Rockets Cannot Make Pigs Fly Sustainably: Can BGP be Secured with BGPsec?</title>
            <author fullname="Qi Li" initials="Q." surname="Li">
              <organization/>
            </author>
            <author fullname="Yi-Chun Hu" initials="Y." surname="Hu">
              <organization/>
            </author>
            <author fullname="Xinwen Zhang" initials="X." surname="Zhang">
              <organization/>
            </author>
            <date year="2014"/>
          </front>
          <seriesInfo name="Proceedings 2014 Workshop on Security of Emerging Networking" value="Technologies"/>
          <seriesInfo name="DOI" value="10.14722/sent.2014.23001"/>
        </reference>
        <reference anchor="COOPER2013">
          <front>
            <title>On the risk of misbehaving RPKI authorities</title>
            <author fullname="Danny Cooper" initials="D." surname="Cooper">
              <organization>Boston University, Boston, MA</organization>
            </author>
            <author fullname="Ethan Heilman" initials="E." surname="Heilman">
              <organization>Boston University, Boston, MA</organization>
            </author>
            <author fullname="Kyle Brogle" initials="K." surname="Brogle">
              <organization>Stanford University, Stanford, CA</organization>
            </author>
            <author fullname="Leonid Reyzin" initials="L." surname="Reyzin">
              <organization>Boston University, Boston, MA</organization>
            </author>
            <author fullname="Sharon Goldberg" initials="S." surname="Goldberg">
              <organization>Boston University, Boston, MA</organization>
            </author>
            <date month="November" year="2013"/>
          </front>
          <seriesInfo name="Proceedings of the Twelfth ACM Workshop on Hot Topics in" value="Networks"/>
          <seriesInfo name="DOI" value="10.1145/2535771.2535787"/>
        </reference>
        <reference anchor="ROTHENBERGER2017">
          <front>
            <title>Internet Kill Switches Demystified</title>
            <author fullname="Benjamin Rothenberger" initials="B." surname="Rothenberger">
              <organization>ETH Zürich</organization>
            </author>
            <author fullname="Daniele E. Asoni" initials="D." surname="Asoni">
              <organization>ETH Zürich</organization>
            </author>
            <author fullname="David Barrera" initials="D." surname="Barrera">
              <organization>ETH Zürich</organization>
            </author>
            <author fullname="Adrian Perrig" initials="A." surname="Perrig">
              <organization>ETH Zürich</organization>
            </author>
            <date month="April" year="2017"/>
          </front>
          <seriesInfo name="Proceedings of the 10th European Workshop on Systems" value="Security"/>
          <seriesInfo name="DOI" value="10.1145/3065913.3065922"/>
        </reference>
        <reference anchor="MORILLO2021">
          <front>
            <title>ROV++: Improved Deployable Defense against BGP Hijacking</title>
            <author fullname="Reynaldo Morillo" initials="R." surname="Morillo">
              <organization/>
            </author>
            <author fullname="Justin Furuness" initials="J." surname="Furuness">
              <organization/>
            </author>
            <author fullname="Cameron Morris" initials="C." surname="Morris">
              <organization/>
            </author>
            <author fullname="James Breslin" initials="J." surname="Breslin">
              <organization/>
            </author>
            <author fullname="Amir Herzberg" initials="A." surname="Herzberg">
              <organization/>
            </author>
            <author fullname="Bing Wang" initials="B." surname="Wang">
              <organization/>
            </author>
            <date year="2021"/>
          </front>
          <seriesInfo name="Proceedings 2021 Network and Distributed System Security" value="Symposium"/>
          <seriesInfo name="DOI" value="10.14722/ndss.2021.24438"/>
        </reference>
        <reference anchor="KLENZE2021">
          <front>
            <title>Formal Verification of Secure Forwarding Protocols</title>
            <author fullname="Tobias Klenze" initials="T." surname="Klenze">
              <organization>ETH Zurich</organization>
            </author>
            <author fullname="Christoph Sprenger" initials="C." surname="Sprenger">
              <organization>ETH Zurich</organization>
            </author>
            <author fullname="David Basin" initials="D." surname="Basin">
              <organization>ETH Zurich</organization>
            </author>
            <date month="June" year="2021"/>
          </front>
          <seriesInfo name="2021 IEEE 34th Computer Security Foundations Symposium" value="(CSF)"/>
          <seriesInfo name="DOI" value="10.1109/csf51468.2021.00018"/>
        </reference>
        <reference anchor="DERUITER2021">
          <front>
            <title>Next-generation internet at terabit speed: SCION in P4</title>
            <author fullname="Joeri de Ruiter" initials="J." surname="de Ruiter">
              <organization>SURF, Utrecht, The Netherlands</organization>
            </author>
            <author fullname="Caspar Schutijser" initials="C." surname="Schutijser">
              <organization>SIDN Labs, Arnhem, The Netherlands</organization>
            </author>
            <date month="December" year="2021"/>
          </front>
          <seriesInfo name="Proceedings of the 17th International Conference on emerging Networking EXperiments and" value="Technologies"/>
          <seriesInfo name="DOI" value="10.1145/3485983.3494839"/>
        </reference>
        <reference anchor="ANDERSEN2001">
          <front>
            <title>Resilient overlay networks</title>
            <author fullname="David Andersen" initials="D." surname="Andersen">
              <organization>MIT Laboratory for Computer Science</organization>
            </author>
            <author fullname="Hari Balakrishnan" initials="H." surname="Balakrishnan">
              <organization>MIT Laboratory for Computer Science</organization>
            </author>
            <author fullname="Frans Kaashoek" initials="F." surname="Kaashoek">
              <organization>MIT Laboratory for Computer Science</organization>
            </author>
            <author fullname="Robert Morris" initials="R." surname="Morris">
              <organization>MIT Laboratory for Computer Science</organization>
            </author>
            <date month="October" year="2001"/>
          </front>
          <seriesInfo name="Proceedings of the eighteenth ACM symposium on Operating systems" value="principles"/>
          <seriesInfo name="DOI" value="10.1145/502034.502048"/>
        </reference>
        <reference anchor="KATZ2012">
          <front>
            <title>LIFEGUARD: practical repair of persistent route failures</title>
            <author fullname="Ethan Katz-Bassett" initials="E." surname="Katz-Bassett">
              <organization>University of Washington &amp;amp; University of Southern California, Seattle, WA, USA</organization>
            </author>
            <author fullname="Colin Scott" initials="C." surname="Scott">
              <organization>University of California, Berkeley, Berkeley, CA, USA</organization>
            </author>
            <author fullname="David R. Choffnes" initials="D." surname="Choffnes">
              <organization>University of Washington, Seattle, WA, USA</organization>
            </author>
            <author fullname="Ítalo Cunha" initials="Í." surname="Cunha">
              <organization>Universidade Federal de Minas Gerais, Belo Horizonte, MG, Brazil</organization>
            </author>
            <author fullname="Vytautas Valancius" initials="V." surname="Valancius">
              <organization>Georgia Tech, Atlanta, GA, USA</organization>
            </author>
            <author fullname="Nick Feamster" initials="N." surname="Feamster">
              <organization>Georgia Tech, Atlanta, GA, USA</organization>
            </author>
            <author fullname="Harsha V. Madhyastha" initials="H." surname="Madhyastha">
              <organization>University of California, Riverside, Riverside, CA, USA</organization>
            </author>
            <author fullname="Thomas Anderson" initials="T." surname="Anderson">
              <organization>University of Washington, Seattle, WA, USA</organization>
            </author>
            <author fullname="Arvind Krishnamurthy" initials="A." surname="Krishnamurthy">
              <organization>University of Washington, Seattle, WA, USA</organization>
            </author>
            <date month="September" year="2012"/>
          </front>
          <seriesInfo name="ACM SIGCOMM Computer Communication Review" value="vol. 42, no. 4, pp. 395-406"/>
          <seriesInfo name="DOI" value="10.1145/2377677.2377756"/>
        </reference>
        <reference anchor="KUSHMAN2007">
          <front>
            <title>Can you hear me now?!: it must be BGP</title>
            <author fullname="Nate Kushman" initials="N." surname="Kushman">
              <organization>MIT CSAIL</organization>
            </author>
            <author fullname="Srikanth Kandula" initials="S." surname="Kandula">
              <organization>MIT CSAIL</organization>
            </author>
            <author fullname="Dina Katabi" initials="D." surname="Katabi">
              <organization>MIT CSAIL</organization>
            </author>
            <date month="March" year="2007"/>
          </front>
          <seriesInfo name="ACM SIGCOMM Computer Communication Review" value="vol. 37, no. 2, pp. 75-84"/>
          <seriesInfo name="DOI" value="10.1145/1232919.1232927"/>
        </reference>
        <reference anchor="PERRIG2017" target="https://doi.org/10.1007/978-3-319-67080-5">
          <front>
            <title>SCION: A Secure Internet Architecture</title>
            <author initials="A." surname="Perrig" fullname="Adrian Perrig">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="P." surname="Szalachowski" fullname="Pawel Szalachowski">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="R." surname="Reischuk" fullname="Raphael Reischuk">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="L." surname="Chuat" fullname="Laurent Chuat">
              <organization>ETH Zuerich</organization>
            </author>
            <date year="2017"/>
          </front>
          <seriesInfo name="ISBN" value="978-3-319-67079-9"/>
        </reference>
        <reference anchor="KING2022" target="https://datatracker.ietf.org/doc/draft-king-irtf-challenges-in-routing/">
          <front>
            <title>Challenges for the Internet Routing Systems Introduced by Semantic Routing</title>
            <author initials="D." surname="King" fullname="Daniel King">
              <organization>Lancaster University</organization>
            </author>
            <author initials="A." surname="Farrel" fullname="Adrian Farrel">
              <organization>Old Dog consulting</organization>
            </author>
            <author initials="C." surname="Jacquenet" fullname="Christian Jacquenet">
              <organization>Orange</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="HITZ2021" target="https://perma.cc/4H3Q-WZNG">
          <front>
            <title>Demonstrating the reliability and resilience of Secure Swiss Finance Network</title>
            <author initials="S." surname="Hitz" fullname="Samuel Hitz">
              <organization>Anapaya Systems</organization>
            </author>
            <date year="2021"/>
          </front>
        </reference>
        <reference anchor="LEGNER2020" target="https://www.usenix.org/conference/usenixsecurity20/presentation/legner">
          <front>
            <title>EPIC: Every Packet Is Checked in the Data Plane of a Path-Aware Internet</title>
            <author initials="M." surname="Legner" fullname="Adrian Perrig">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="T." surname="Klenze" fullname="Tobias Klenze">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="M." surname="Wyss" fullname="Marc Wyss">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="C." surname="Sprenger" fullname="Christoph Sprenger">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="A." surname="Perrig" fullname="Adrian Perrig">
              <organization>ETH Zuerich</organization>
            </author>
            <date year="2020"/>
          </front>
        </reference>
        <reference anchor="CHUAT22" target="https://doi.org/10.1007/978-3-031-05288-0">
          <front>
            <title>The Complete Guide to SCION</title>
            <author initials="L." surname="Chuat" fullname="Laurent Chuat">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="M." surname="Legner" fullname="Markus Legner">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="D." surname="Basin" fullname="David Basin">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="D." surname="Hausheer" fullname="David Hausheer">
              <organization>Otto von Guericke University Magdeburg</organization>
            </author>
            <author initials="S." surname="Hitz" fullname="Samuel Hitz">
              <organization>Anapaya Systems</organization>
            </author>
            <author initials="P." surname="Mueller" fullname="Peter Mueller">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="A." surname="Perrig" fullname="Adrian Perrig">
              <organization>ETH Zuerich</organization>
            </author>
            <date year="2022"/>
          </front>
          <seriesInfo name="ISBN" value="978-3-031-05287-3"/>
        </reference>
        <reference anchor="I-D.rustignoli-scion-components" target="https://datatracker.ietf.org/doc/draft-rustignoli-panrg-scion-components/">
          <front>
            <title>SCION Components Analysis</title>
            <author initials="C." surname="de Kater" fullname="Corine de Kater">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="N." surname="Rustignoli" fullname="Nicola Rustignoli">
              <organization>ETH Zuerich</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="I-D.dekater-scion-pki" target="https://datatracker.ietf.org/doc/draft-dekater-scion-pki/">
          <front>
            <title>SCION Overview</title>
            <author initials="C." surname="de Kater" fullname="Corine de Kater">
              <organization>ETH Zuerich</organization>
            </author>
            <author initials="N." surname="Rustignoli" fullname="Nicola Rustignoli">
              <organization>ETH Zuerich</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Many thanks go to Cyrill Kraehenbuehl and Juan A. Garcia-Pardo for reviewing this document. We are also indebted to Laurent Chuat, Markus Legner, David Basin, David Hausheer, Samuel Hitz, and Peter Mueller, for writing the book "The Complete Guide to SCION" (see <xref target="CHUAT22"/>), which provides the background information needed to write this informational draft.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA9192XYb2ZHgO77ijuqhuAAQN20sl90skpJoa6FFyeV22YdO
AAkgzUQmnAsplKg5/Q/TL/M2D/MZ/TT9J/0lE+tdMhMUq8o9fc7QcpFI5N3i
xo094g4Gg16VVGl8aB5cHJ+9fWPeXsfFdRLfPOhFo1ERX9svzgYnD3rjqIpn
ebE6NEk2zXtlPVokZZnkWbVaQh9n794/7/Um+TiLFvBxUkTTajCJr6BVMVhG
WTEblGN4e5DLKIOdvR4Msd+LijiS9jd5cTUr8np5aM6P3rx70buKV/BsAl9n
0E8WV4MT7Lh3HWd1fNgzRt7+/gX8zRP5HvpIspl5gd/A00WUpIeGZvBPSVFN
h3kxg8dRMZ4fmnlVLcvDhw8nURVVRTS+iothEvNLD+EfNcNhkmpejw4NLSEq
y3ycRBX8+TBc0yVACt5OYdFl5Xpvthpyd8Mk72j/8MugG86rRdrrRXU1zwuA
wsAY2JTy0BwPzSQ2v8OGMA344c04zoskixtfwQoPzen7l+ZPdVwk4zk/jRlc
Y2oxlEks6niezqO4LuPin2D3h3E1/3EITbyh3wzNu7qsklmWp4k/+JtknKdR
68s7h8+ozbCwbdaNejQ053FRJDN/xKNJkURZ8MWdo0X0/nBJ74cjZXmxgC27
Blzr9RDv7Udj3j0/Pth7fKB/7uzvy5+P9nafyp+PD57u6J9P9/XPp3s7j/TP
g4PH8ueznYNn+ufe7hN9YfcJNbs4fvnh+OXRu5O9nd3dQ3Py9my4uzPc3T14
9HD36ePH+ztPhvj7YHcXXn519N3bP5y9/9Pezs5O+O7+wZOdR8+G8Otg7ym8
+eLd2fPnZ292nz171nhx9/Hus4Mh/Nrbxy4vjl6+fQv9ea/t7D5++LfhOF/A
vyF+NdzZH8IvnMA/H788/QNMdT/sde/R/sHu42fDvYOnj3d2d/DNM3jrwL11
8GRv72EZZ9UQnw/39nd2cPjjt2/PT991dvjoyZPdIf1++gRh9vb9y9M3352+
e0HvP2ksa+fxo2e7+0P6vbcH779+++7s1StY2t5uYxbZpCyH+Byme7CP0Prd
q9M3fzoNX93defbw+OL5o92Dx0/5bQD6Lr59cvruw9l7nMXebnMXnj569hRm
cfDs4Ok+AuzoDbx9cfoGwNh499HO3s7+wRB/HdAcjnBfd/cacNh/8uTxkydD
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
LyDt5HIX/xeIKoo3aPUAAA==

-->

</rfc>
