<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xu-savax-control-03" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.2 -->
  <front>
    <title abbrev="SAVA-X-Control">Control Plane of Inter-Domain Source Address Validation Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-xu-savax-control-03"/>
    <author initials="K." surname="Xu" fullname="Ke Xu">
      <organization abbrev="Tsinghua University">Computer Science, Tsinghua University</organization>
      <address>
        <postal>
          <street>Qinghuayuan street, Haidian District</street>
          <city>Beijing</city>
          <code>100084</code>
          <country>China</country>
        </postal>
        <email>xuke@tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="J." surname="Wu" fullname="Jianping Wu">
      <organization abbrev="Tsinghua University">Computer Science, Tsinghua University</organization>
      <address>
        <postal>
          <street>Qinghuayuan street, Haidian District</street>
          <city>Beijing</city>
          <code>100084</code>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="X." surname="Wang" fullname="Xiaoliang Wang">
      <organization abbrev="Tsinghua University">Computer Science, Tsinghua University</organization>
      <address>
        <postal>
          <street>Qinghuayuan street, Haidian District</street>
          <city>Beijing</city>
          <code>100084</code>
          <country>China</country>
        </postal>
        <email>wangxiaoliang0623@foxmail.com</email>
      </address>
    </author>
    <author initials="Y." surname="Guo" fullname="Yangfei Guo">
      <organization abbrev="Tsinghua University">Institute for Network Sciences and Cyberspace, Tsinghua University</organization>
      <address>
        <postal>
          <street>Qinghuayuan street, Haidian District</street>
          <city>Beijing</city>
          <code>100084</code>
          <country>China</country>
        </postal>
        <email>guoyangfei@zgclab.edu.cn</email>
      </address>
    </author>
    <date year="2022" month="November" day="21"/>
    <area>Operations and Management Area</area>
    <workgroup>Network Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses. The inter-domain source address validation architecture is an effort to enhance the Internet by using state machine to generate consistent tags. When communicating between two end hosts at different ADs of IPv6 network, tags will be added to the packets to identify the authenticity of the IPv6 source address.</t>
      <t>This memo focus on the control plane of the SAVA-X mechanism.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The Inter-Domain Source Address Validation (SAVA-X) mechanism establishes a trust alliance among Address Domains (AD), maintains a one-to-one state machine among ADs with AD Control Server (ACS), generates a consistent tag, and deploys the tag to the ADs' border router (AER). The AER of the source AD adds a tag to identify the identity of the AD to the packet originating from one AD and sinking in another AD. The AER of the destination AD verifies the source address by validating the correctness of the tag to determine whether it is a packet with a forged source address.</t>
      <t>In the process of packet forwarding, if the source address and the destination address of this packet both are addresses in the trust alliance, however the tag is not added or incorrectly added, AER of the destination AD determines that the source address is forged and directly discards this packet. The destination AD forwards the packet directly for packets whose source address is an address outside the trust alliance.</t>
      <t>This document mainly studies the relevant specifications of the control plane of the inter-domain source address validation architecture mechanism between ADs, which will protect IPv6 networks from being forged source address. You could see <xref target="RFC8200"/> for more details about IPv6. It stipulates the design of the consortium blockchain, the nodes' joining and exiting, the maintenance of trust alliance information based on the consortium blockchain, and the maintenance of the state machine. Its promotion and application can realize the standardization of the control plane in the SAVA-X to facilitate the related equipment developed by different manufacturers and organizations to cooperate to accomplish the inter-domain source address validation jointly.</t>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119, BCP 14 <xref target="RFC2119"/> and indicate requirement levels for compliant CoAP implementations.</t>
    </section>
    <section anchor="terminology-and-abbreviation">
      <name>Terminology and Abbreviation</name>
      <table>
        <thead>
          <tr>
            <th align="left">Abbreviation</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">AD</td>
            <td align="left">Address Domain, the unit of a trust alliance, which is an address set consisting of all IPv6 addresses corresponding to an IPv6 address prefix.</td>
          </tr>
          <tr>
            <td align="left">TA</td>
            <td align="left">Trust Alliance, the IPv6 network that uses the SAVA-X mechanism.</td>
          </tr>
          <tr>
            <td align="left">STA</td>
            <td align="left">sub-Trust Alliance, parts of TA.</td>
          </tr>
          <tr>
            <td align="left">STA-admin</td>
            <td align="left">STA Administrator, the administrator of STA.</td>
          </tr>
          <tr>
            <td align="left">ACS</td>
            <td align="left">AD Control Server, the server that matains state machine with other ACS and distribute information to AER.</td>
          </tr>
          <tr>
            <td align="left">AER</td>
            <td align="left">AD border router, which is placed at the boundary of an AD of STA.</td>
          </tr>
          <tr>
            <td align="left">ADID</td>
            <td align="left">The identity of an AD.</td>
          </tr>
          <tr>
            <td align="left">ADID_Rec</td>
            <td align="left">The record of a number of an AD.</td>
          </tr>
          <tr>
            <td align="left">ARI_Rec</td>
            <td align="left">The record with relavent information of an AD or STA.</td>
          </tr>
          <tr>
            <td align="left">API_Rec</td>
            <td align="left">The record of prefix of an AD or STA.</td>
          </tr>
          <tr>
            <td align="left">CSR</td>
            <td align="left">Certificate Signing Request, which is used for an AD or STA to join or exit the consortium blockchain.</td>
          </tr>
          <tr>
            <td align="left">SM</td>
            <td align="left">State Machine, which is maintained by a pair of ACS to generate tags.</td>
          </tr>
          <tr>
            <td align="left">Tag</td>
            <td align="left">The authentic identification of source address of a packet.</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="the-design-of-the-consortium-blockchain">
      <name>The design of the Consortium Blockchain</name>
      <t>As discussed in the introduction, consortium blockchain will be used in SAVA-X mechanism.</t>
      <section anchor="trust-alliance">
        <name>Trust Alliance</name>
        <t>Trust Alliance (TA) is a hierarchical structure. Address domains (AD) are assigned into different sub-trust alliances (STA) according to geographic location, economic relationship, political relationship, social relationship, and military relationship. AD is the minimum unit for trust. The one-to-one maintenance state machine between ADs located in the same layer of sub-trust alliance generates consistent tags and deploys the tags to their AERs. The ADs in each sub-trust alliance elect a master AD node. The master AD node represents the sub-trust alliance and maintains the alliance-level state machine with other master AD nodes to generate alliance-level tags. When communicating across sub-trust alliances, it is necessary to achieve the feature of tag replacement.</t>
        <t>The AD in the SAVA-X must be located in a specific sub-trust alliance. According to its position in the SAVA-X, AD can be divided into three roles: primary address domain, boundary address domain, and ordinary address domain which is neither primary nor boundary address domain.</t>
        <ul spacing="normal">
          <li>The primary address domain is the representative node of the aforementioned sub-trust alliance and is used to establish connection with the primary address domain of other sub-trust alliances. In this way, the relationship between trust alliances finally forms a tree-like relationship, and there will be no direct relationship between address domains under the same branch.</li>
          <li>The boundary address domain is the address domain located at the boundary of the sub-trust alliance. It sends the packet to other sub-trust alliances or outside the trust alliance.</li>
          <li>The ordinary address domain is neither the primary address domain nor the address domain of the boundary address domain.</li>
        </ul>
        <t>Due to the uncontrollable packet forwarding path, in SAVA-X, a virtual address domain needs to be set up as a non-boundary AD to communicate with the sub-trust alliance outside or receive packets sent from outside the sub-trust alliance to maintain the state machine. The virtual AD is recorded as AD_V (Virtual Address Domain). When a packet from an AD in a sub-trust alliance needs to be sent outside the sub-trust alliance, but there are multiple paths to the destination AD in the sub-trust alliance, the sub-trust alliance may have multiple boundary ADs to reach the destination AD. The sub-trust alliance doesnot know which boundary AD will be selected during the packet forwarding. Therefore, the primary function of AD_V is to prevent this by specifying the specific tag that should be added to the packet sent to the external address domain of the sub-trust alliance.</t>
        <t>What's more, the tag needs to be verified by the boundary address domain of the sub-trust alliance. Therefore, the boundary AD also needs to receive the tags maintained by the AD and AD_V in the trust alliance. As a tag for communicating data between the non-primary address domain and the external address domain of the sub-trust alliance.</t>
      </section>
      <section anchor="consortium-blockchain">
        <name>Consortium Blockchain</name>
        <t>To simplify the control plane's design and avoid the single point failure to subvert the SAVA-X, we design the SAVA-X with a decentralized infrastructure which will store the information of the trust alliance.</t>
        <t>The consortium blockchain is composed of the trust alliance management committee chain and several sub-chains. Among them, the management committee chain is composed of several nodes to manage the administrator nodes of each sub-chain. The consortium blockchain records information of the sub-trust alliance administrator node, named as STA-admin (Sub Trust Alliance administrator), and member list of each sub-chain which are packaged and submitted by the STA-admin. Each sub-trust alliance has one STA-admin that is assumed by a specific elected AD in the sub-trust alliance. The AD in the same sub-trust alliance forms a private chain to maintain the information of the members of the sub-trust alliance jointly. The STA-admin in each sub-trust alliance is responsible for managing the joining and exiting of the sub-trust alliance node. The STA-admin of each sub-trust alliance maintains the relationship of the members in each sub-trust alliance through the trust alliance management committee chain.</t>
      </section>
      <section anchor="joining-and-exiting">
        <name>Joining and Exiting</name>
        <section anchor="node-joining">
          <name>Node Joining</name>
          <t>This is the admission of joining of the sub-trustalliance member AD. The prerequisite for the AD to join the sub-trust alliance is to have a certificate issued by the STA-admin firstly. AD's Address Control Server (ACS), which will maintain state machine with other ACS and distribute alliance information and other information to AER, submits a Certificate Signing Request file to the STA-admin of the sub-trust alliance that it wants to join to request the certificate. The CSR file includes ADID, ACS address information, IPv6 address prefix information, and its public key information. If the file is valid, STA-admin verifies the file, generates a node certificate, packages the AD's information into a block, and updates the list of members of the sub-consortium. STA-admin submits the latest block to the consortium blockchain, and the consortium blockchain updates the list of alliance members of the entire trust alliance.</t>
          <t>When a sub-trust alliance want to join the trust alliance, STA-admin submits a CSR file to the consortium blockchain, including the member information list in the sub-chain and the information of the STA-admin. It requires offline negotiation and cooperation to apply for joining the consortium blockchain. The consortium blockchain management committee verifies the validity of the request, issues administrator certificates, and updates block information. The STA-admins in the current trust alliance jointly maintain a management committee chain, manage the administrator certificates of each sub-trust alliance, and use the certificates for encrypted communication. STA-admin submits the list of members of the sub-trust alliance to the consortium blockchain and joins the entire trust alliance.</t>
          <t>After a node joins the consortium blockchain, there is an Effecting Time and an Expiration Time in the CSR file. STA-admin will assign the sub-trust alliance member with an ADID number if it does not contain the ADID information in the submitted information. The consortium blockchain will give the permitted sub-trust alliance a sub-trust alliance number if the information submitted by the sub-trust alliance does not have the sub-trust alliance number. If there is a conflict between the submitted information and the returned information, the returned ADID or sub-trust alliance number will be selected.</t>
        </section>
        <section anchor="node-exiting">
          <name>Node Exiting</name>
          <t>The member node needs to submit the CSR file again to delete its relevant information. Its STA-admin decides whether to allow it exit or not. After passing the validation, nodes of the sub-blockchain delete the relevant member information. It also needs to submit a CSR file for the exit of the sub-trust alliance node, which the alliance management committee decides whether to allow it. After validating the receiving exit request, other sub-trust alliance administrator nodes need to delete their maintenance-related sub alliance node information.</t>
        </section>
      </section>
    </section>
    <section anchor="alliance-information-and-state-machine-maintenance-based-on-the-consortium-blockchain">
      <name>Alliance Information and State Machine Maintenance based on the Consortium Blockchain</name>
      <t>On the AER of the destination AD, to validate the tag, it is first necessary to find out the sub-trust alliance number from the source address of the arriving packet and find out its corresponding source Address Domain Identity (ADID) number. Then find the currently valid tag according to the ADID number. The generation of the tag requires the maintenance of the state machine between the ACSes. In SAVA-X, member ADs need to inform each other of their sub-trust alliance number, ADID number, AD role, ACS address, and IPv6 address prefix. The members interact with each other with the state machine information according to the hierarchical division structure after obtaining the basic information of the other members. And use the tags generated by the state machine during the packet forwarding after the specified time to add and validate the tags.</t>
      <t>The relevant information needs to be stored in the sub-chains, where the node is located after joining the consortium blockchain. The information stored on the consortium blockchain needs the content specified in the following three message formats, namely ADID_Rec, ARI_Rec, and API_Rec. We give the packet format required by SAVA-X in the control plane as follows.</t>
      <section anchor="address-domain-identity-record">
        <name>Address Domain Identity Record</name>
        <t>Address Domain Identity Record (ADID_Rec) is used to identify an address domain uniquely in the trust alliacne.</t>
        <artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+
 |   ADID Type   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 ~              Address Domain Identity (ADID)                   ~
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>ADID Type:</dt>
          <dd>
            <t>8-bit Type of ADID, 1 for 16-bits AS number, 2 for 32-bits AS number and other unassigned.</t>
          </dd>
          <dt>ADID:</dt>
          <dd>
            <t>The 16-bit or 32-bit ADID number. Its value can be the AS number or the number assigned by the consortium blockchain, and the specific length is determined by the ADID Type field. When each bit of ADID is 1, it represents that the AER requests the information of all members from ACS.</t>
          </dd>
        </dl>
      </section>
      <section anchor="ad-registration-information-record">
        <name>AD Registration Information Record</name>
        <t>AD Registration Information Record (ARI_Rec) is the registration information record of AD, which is used to record the necessary information required to register a specific member AD. The ACS and AD establish connections.</t>
        <artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |     Action    |     AD Type   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 ~                            ADID_Rec                           ~
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                          ACS Address                          |
 |                                                               |
 |                                                               |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                         Effecting Time                        |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>Action:</dt>
          <dd>
            <t>8-bit instruction to add (ADD=1) or delete (DEL=2) this record. Others are unassigned.</t>
          </dd>
          <dt>AD Type:</dt>
          <dd>
            <t>8-bit unsigned number indicating the role of AD. 0 for ordinary AD, 1 for primary AD and 2 for boundary AD. Others are unassigned.</t>
          </dd>
          <dt>ADID_Rec:</dt>
          <dd>
            <t>Reference the ADID_Rec packet.</t>
          </dd>
          <dt>ACS Address:</dt>
          <dd>
            <t>128-bit the IPv6 address of ACS.</t>
          </dd>
          <dt>Effecting Time:</dt>
          <dd>
            <t>64-bit time specifies when this record is applied. It is recommended to use the 64 bits struct timeval format for the effecting time of the execution of this record. If all bits of this field are 0 or earlier than the current time, it means that it takes effect immediately.</t>
          </dd>
        </dl>
        <t>The role of address domain is essential, and each address domain needs to be assigned a corresponding role according to its position in the sub-trust alliance. A sub-trust alliance needs to set one (and only one) primary address domain. It serves as the representative of the sub-trust alliance. The tag generated by its ACS and the ACSes of other sub-trust alliances' primary address domain maintains the state machine to generate the tag of the sub-trust alliance, and it issues the tag to the boundary address domain of the sub-trust alliance. A specific recommendation of a consensus algorithm could generate the primary address domain or be directly specified by the operator of the address domain with offline negotiation. The boundary address domain means that packet forwards outside the address domain is no longer in the current sub-trust alliance. The primary address domain can be a boundary address domain or not. The tag replacement may occur in the boundary address domain. The ordinary address domain is neither a primary address domain nor a boundary address domain.</t>
      </section>
      <section anchor="ad-prefix-information-record">
        <name>AD Prefix Information Record</name>
        <t>AD Prefix Information Record (API_Rec) is the prefix information corresponds to the prefix of a specific AD. An AD may have more than one prefix, so registration information and prefix information records must be separated.</t>
        <artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |     Action    |   Alliance    |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 ~                            ADID_Rec                           ~
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | Prefix Length |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                         IPv6 Address                          |
 |                                                               |
 |                                                               |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                         Effecting Time                        |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>Action:</dt>
          <dd>
            <t>8-bit instruction to add (ADD=1) or delete (DEL=2) this record. Others are unassigned.</t>
          </dd>
          <dt>Alliance:</dt>
          <dd>
            <t>8-bit the sub-trust alliance number.</t>
          </dd>
          <dt>ADID_Rec:</dt>
          <dd>
            <t>Reference the ADID_Rec packet.</t>
          </dd>
          <dt>Prefix Length:</dt>
          <dd>
            <t>8-bit the length of the IPv6 prefix.</t>
          </dd>
          <dt>IPv6 Address:</dt>
          <dd>
            <t>128-bit indicates a certain address prefix operated by the corresponding member AD using together with Prefix Length.</t>
          </dd>
          <dt>Effecting Time:</dt>
          <dd>
            <t>64-bit time specifies when this record is applied. It is recommended to use the 64 bits struct timeval format for the effecting time of the execution of this record. If all bits of this field are 0 or earlier than the current  time, it means that it takes effect immediately.</t>
          </dd>
        </dl>
        <t>ARI_Rec and API_Rec are required to store the AD information in the consortium blockchain and send it to all AERs of their AD with the communication protocol between ACS and AER.</t>
      </section>
    </section>
    <section anchor="time-synchronization">
      <name>Time Synchronization</name>
      <t>Due to the time error between the border routers of the member ADs, to ensure the correct operation of the tag validation, it is necessary to make each device including ACS and AER in the trust alliance calibrate to the same clock reference. The NTP protocol could achieve this goal. You could see <xref target="RFC5905"/> for more details.</t>
      <t>Although the NTP protocol can guarantee the time synchronization between AERs, there may inevitably still have a slight time difference between AERs and ACSes. Therefore, each AER sets a shared time slice. With this time slice, both the expired tag and the new tag are considered valid. That is, more than one tag is valid for a while. The destination AD needs to validate all valid tags belonging to a specific source AD. The tag is correct if one of the tags is validated.</t>
      <t>Assuming that the maximum time difference between AER and ACS is <tt>te</tt>, we set a shared time slice with a length of <tt>2te</tt> between two adjacent tags. In this shared time slice, the two tags before and after are valid. The validity period of the tag with the shared time slice is shown below, see <xref target="figure1"/>.</t>
      <figure anchor="figure1">
        <name>Validity period of tag with the shared time slice</name>
        <artwork><![CDATA[
 +----------------------+
 |      Tag_(n-1)       |
 +----------------------+
                     +----------------------+
                     |         Tag_n        |
                     +----------------------+
                     |  |
                     |  |
                     |  |
 --------------------|--|------------------------------> Time Line
                     2te
]]></artwork>
      </figure>
      <t>In addition to the time difference, we should also take into account the packet transmission delay in the network. Set the minimum delay to <tt>td_min</tt> and the maximum delay to <tt>td_max</tt>. The expiration of <tt>Tag_n</tt> should be extended <tt>td_max</tt> later, and the beginning of <tt>Tag_(n+1)</tt> validity period should be delayed <tt>td_min</tt> later. The shared time slice and tag validity period corrected according to transmission delay are shown as follows, see <xref target="figure2"/>.</t>
      <figure anchor="figure2">
        <name>Validity period of tag with the shared time slice after modified</name>
        <artwork><![CDATA[
 +----------------------+
 |      Tag_(n-1)       |
 +----------------------+
                      +----------------------+
                      |        Tag_n         |
                      +----------------------+
                      | |
                      | |
 ---------------------|-|------------------------------> Time Line
                      2te-td_min+td_max
]]></artwork>
      </figure>
      <t>The expiration of the <tt>Tag_n</tt> is extended to <tt>te+td_max</tt>, and the beginning of the <tt>Tag_(n+1)</tt> is extended to <tt>te-td_min</tt>.  The parameters such as <tt>te</tt>, <tt>td_min</tt>, <tt>td_max</tt>, the period of the shared time slice, and tag validity period are determined by the destination based on the actual network environment. Therefore, the lifecyle of a tag is as: <tt>lifecycle = Transition Interval + 2te --td_min + td_max</tt>.</t>
    </section>
    <section anchor="security-consideration">
      <name>Security Consideration</name>
      <t>This present memo doesnot find any security problem.</t>
    </section>
    <section anchor="iana-consideration">
      <name>IANA Consideration</name>
      <t>This document makes no requests of IANA.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Much of the content of this document is the expansion of the IETF <xref target="RFC5210"/> in inter-domain level. Thanks to the effort of pioneers.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>Normative References</name>
      <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <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="RFC5210" target="https://www.rfc-editor.org/info/rfc5210" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5210.xml">
        <front>
          <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
          <author fullname="J. Wu" initials="J." surname="Wu"/>
          <author fullname="J. Bi" initials="J." surname="Bi"/>
          <author fullname="X. Li" initials="X." surname="Li"/>
          <author fullname="G. Ren" initials="G." surname="Ren"/>
          <author fullname="K. Xu" initials="K." surname="Xu"/>
          <author fullname="M. Williams" initials="M." surname="Williams"/>
          <date month="June" year="2008"/>
          <abstract>
            <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses.  In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network.  This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation.  This memo defines an Experimental Protocol for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5210"/>
        <seriesInfo name="DOI" value="10.17487/RFC5210"/>
      </reference>
      <reference anchor="RFC5905" target="https://www.rfc-editor.org/info/rfc5905" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5905.xml">
        <front>
          <title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
          <author fullname="D. Mills" initials="D." surname="Mills"/>
          <author fullname="J. Martin" initials="J." role="editor" surname="Martin"/>
          <author fullname="J. Burbank" initials="J." surname="Burbank"/>
          <author fullname="W. Kasch" initials="W." surname="Kasch"/>
          <date month="June" year="2010"/>
          <abstract>
            <t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet.  This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol.  NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family.  NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs.  It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required.  It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5905"/>
        <seriesInfo name="DOI" value="10.17487/RFC5905"/>
      </reference>
      <reference anchor="RFC8200" target="https://www.rfc-editor.org/info/rfc8200" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8200.xml">
        <front>
          <title>Internet Protocol, Version 6 (IPv6) Specification</title>
          <author fullname="S. Deering" initials="S." surname="Deering"/>
          <author fullname="R. Hinden" initials="R." surname="Hinden"/>
          <author>
            <organization>RFC Publisher</organization>
          </author>
          <date month="July" year="2017"/>
          <abstract>
            <t>This document specifies version 6 of the Internet Protocol (IPv6).  It obsoletes RFC 2460.</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="86"/>
        <seriesInfo name="RFC" value="8200"/>
        <seriesInfo name="DOI" value="10.17487/RFC8200"/>
      </reference>
    </references>
  </back>
  <!-- ##markdown-source:
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
C+FrI7DKzr0hdgHe5f69/wNMVaa/IF0AAA==

-->

</rfc>
