<?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.7.23 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-yx-hpwan-uc-requirements-public-operator-00" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="HPWAN: Use Cases, Requirements ">High Performance Wide Area Network (HPWAN) Use Cases and Requirements -- From Public Operator's View</title>
    <seriesInfo name="Internet-Draft" value="draft-yx-hpwan-uc-requirements-public-operator-00"/>
    <author initials="K." surname="Yao" fullname="Kehan Yao">
      <organization>China Mobile</organization>
      <address>
        <email>yaokehan@chinamobile.com</email>
      </address>
    </author>
    <author initials="Q." surname="Xiong" fullname="Quan Xiong">
      <organization>ZTE Corporation</organization>
      <address>
        <email>xiong.quan@zte.com.cn</email>
      </address>
    </author>
    <date year="2025" month="February" day="20"/>
    <workgroup>hpwan</workgroup>
    <abstract>
      <?line 46?>

<t>Bulk data transfer is a long-lived service over the past twenty years. High Performance Wide Area Networks (HP-WANs) are the backbone of global network infrastructure, enabling the seamless transfer of vast amounts of data and supporting advanced scientific collaborations worldwide. Many of the state-of-the-art dedicated networks have been mentioned in <xref target="I-D.kcrh-hpwan-state-of-art"/>. For non-dedicated networks like public operator's network, the case is different in terms of QoS policies, security policies, etc. This document presents use cases and requirements of HPWAN from public operator's view.</t>
    </abstract>
  </front>
  <middle>
    <?line 50?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Bulk data transfer is a long-lived service over the past twenty years. Some dedicated networks have been designed to carry these kind of data transfer services, like CERN, internet2, etc. Many of the state-of-the-art dedicated networks have been mentioned in <xref target="I-D.kcrh-hpwan-state-of-art"/>.</t>
      <t>In these dedicated networks, policies and network provisioning are all designed specifically for bulk data transfer services, which means these services have high SLA guarantee. In non-dedicated networks, for example, the operator's networks, large amount of data transfer service has grown quickly, with the increase of network bandwidth. The difference is that, in these non-dedicated networks, bulk data transfer flows need to share bandwidth with Internet traffic, which inevitably leads to resource contention and requires further planning and protocol optimization.</t>
      <t>When there are multiple data transfer requests coming to the operator's network, the scheduling of different data transfer flows will influence the completion time for each job. The scheduling primarily comes from two aspects. One is the job scheduling or orchestration, that is, at the service orchestrator, different data transmission requests need to be scheduled on bandwidth reservation and its corresponding time occupancy, according to the priorities of each job. The other is the traffic scheduling during data transmission. The second aspect needs coordination of both routing and transport technologies. The routing issues related to bulk data transfer include traffic engineering, and load balancing, etc. While transport issues cover more, including flow control, congestion control, admission control, and proxy. Due to the characteristics of a shared network like public operator's network, long-distance transmission of bulk data with packet loss rate over 0.1% and traffic contention, transport optimizations are key for bulk data transmission services.</t>
      <t>This document presents some typical bulk data transfer use cases the non-dedicated networks currently deploy, and propose some requirements for transport layer.</t>
    </section>
    <section anchor="definition-of-terms">
      <name>Definition of Terms</name>
      <t>This document uses the following terms defined in <xref target="I-D.kcrh-hpwan-state-of-art"/>:</t>
      <ul spacing="normal">
        <li>
          <t>High Performance Wide Area Network (HPWAN)</t>
        </li>
        <li>
          <t>Remote direct memory access (RDMA)</t>
        </li>
      </ul>
    </section>
    <section anchor="use-cases">
      <name>Use Cases</name>
      <section anchor="large-file-transfer-over-operators-shared-network">
        <name>Large File Transfer Over Operator's Shared Network</name>
        <t>Astronomy and biology data have been growing fastly, with the development of advanced instruments for data collection. For example, The volume of the data generation per year of an astronomical observatory in China is around 500 terabytes(TBs), and there are around 200 observation jobs, resulting in an average transmission volume of 2.5 TB per job.</t>
        <t>The customer (astronomical observatory) currently rents leased line (10Gbps) from public operator like China Mobile. Considering there are other background traffic, the real transmission speed of an astronomical observatory job is 7Gbps, leading to a total job completion time around 47.6 minutes.</t>
        <t>Customers want to reduce cost, and they want to be charged by the time of bandwidth occupancy, rather than renting leased line every month. In the current operator's shared network, like China Mobile backbone network (CMnet), the average packet loss rate is around 0.1%, in some cases, the packet loss rate will increase to 0.5%. Customers currently use upper layer protocol like FTP <xref target="RFC959"/> or data transfer tools like RSYNC <xref target="RSYNC"/>, the underlying transport protocol is TCP. TCP is sensitive to packet loss, especially in long range transmission, e.g., over 2000 kilometers(km). Under such circumstance, the transmission rate will sharply decrease to around hundreds of Mbps, e.g, 700 Mbps, leading to an increase of job completion time to 476 minutes, which can not be accepted by customers. Therefore, operators want to optimize transport behaviors to reduce the overall data transmission duration.</t>
        <t>To sum up, in the case of large file transfer over operator's shared network, the transport protocol is TCP, the typical volume of transmission job is several TBs, the completion time is required to be within several hours. The packet loss rate is around 0.1% to 0.5%. The objective is to increase the transmission rate over long range like 2000 km.</t>
      </section>
      <section anchor="time-constrained-traffic-across-data-centers">
        <name>Time Constrained Traffic Across Data Centers</name>
        <t>Another case is the traffic between large data centers which are owned by public operators. Traditionally, the primary traffic across data centers is cloud file backup. Cloud file backup may have similar requirements like the case mentioned in the previous section. Currently, data centers have advanced to accommodate more artificial intelligence (AI) jobs, like AI training and inference. Cross data center traffic pattern has emerged to carry more AI job traffic, for example, cross data center training.</t>
        <t>With rapid development of large language models (LLMs), more compute instances need to be deployed in data centers, approaching to the energy and physical space limit of each single data center. Under such circumstance, operators try to train models across data centers over long distance. According to the parallel computing strategies, there are three major types, data parallel(DP), tensor parallel(TP), and pipeline parallel(PP). TP consumes more bandwidth resource, e.g., hundreds of MB for a single flow and , and has strict requirements on latency, e.g., microseconds level. therefore, TP is primarily deployed within data centers. While PP and DP consumes less bandwidth than TP, and less strict latency requirements than TP. Therefore, operators consider to deploy PP and DP traffic across data centers.</t>
        <t>For example, considering training a LLM with tens of billions of parameters like Llama3 with a thousand of Graphics Processing Units (GPUs) across two data centers, that is, deploying around 500 GPUs in each data center. The bandwidth of a single network interface card (NIC) is 200Gbps, and the total bandwidth requirements is 102.4Tbps. Under hybrid parallel computing strategies, the total volume of the cross data center traffic is the product of the number of TPs, the number of PPs, and the GPU bandwidth, which equals to 12.8Tb. These traffic is not time sensitive to microseconds level, but still needs to be transmitted as quickly as possible, thereby the overall training efficiency can be improved.</t>
        <t>In this case, the transport protocol is based on Remote Direct Memory Access (RDMA). Traditionally, in controlled environments like data centers, these traffic is implemented over RDMA over Converged Ethernet version 2 (RoCEv2). However, since these traffic will be transmitted over shared network or even Internet, the performance as well as security both require guarantee. The iWARP protocol suite works over TCP and can provide security guarantee, but its performance in throughput optimizations need further improvement.</t>
      </section>
      <section anchor="sharing-traffic-between-dedicated-network-and-non-dedicated-network">
        <name>Sharing Traffic Between Dedicated Network and Non-dedicated Network</name>
        <t>This case is more on sharing bulk data transfer service between dedicated network and non-dedicated network. Institutes and Universities are usually connected to dedicated networks like education and research networks, but data needs to be spread across public operator's networks to remote consumers. In this case, there exist some difference regarding to QoS and security policies.</t>
        <t>In dedicated networks, traffic types can be relatively simple, and the QoS mechanisms like bandwidth and priority guarantee can be flexibly adjusted. While in non-dedicated networks, the QoS mechanisms might not be the same as dedicated networks when traffic types vary a lot. Priorities of different flows may change when traffic are transmitted across a dedicated network and another non-dedicated network. Meanwhile, the security policies differ in two separate domains. The firewall or traffic shaper deployed in each domain may have some access requirements for traffic from other networks.</t>
        <t>In this case, policies related to transport layer need further coordination between two different networks, especially on QoS guarantee and security.</t>
      </section>
      <section anchor="summarization-of-the-characteristics-of-use-cases">
        <name>Summarization of the Characteristics of Use Cases</name>
        <t>This section summarizes the differences of the three aforementioned use cases from the following aspects. <xref target="comparison"/> shows the comparison.</t>
        <ul spacing="normal">
          <li>
            <t>What transport protocols they use?</t>
          </li>
          <li>
            <t>How large are the volume of the data that need to be transmitted?</t>
          </li>
          <li>
            <t>What are the time constraints?</t>
          </li>
          <li>
            <t>What security aspect do they care?</t>
          </li>
          <li>
            <t>What data transfer applications are currently been in use?</t>
          </li>
        </ul>
        <t>The basic performance indicators of the shared operator network environment is as follows.</t>
        <ul spacing="normal">
          <li>
            <t>Packet loss rate, around 0.1%.</t>
          </li>
          <li>
            <t>Number of hops, 5 to 20.</t>
          </li>
          <li>
            <t>Transmission distance, over 1000 km.</t>
          </li>
          <li>
            <t>bandwidth, 1 to 10 Gbps at the access network, 10Gbps to 100Gbps at the core network.</t>
          </li>
        </ul>
        <figure anchor="comparison">
          <name>Comparison among Use Cases</name>
          <artwork><![CDATA[
                                           
+---------------------+--------+------------------+--------------+-----------+---------------+
|     Use Cases       |Protocol| Time constraints | Data Volume  | Security  | Transfer tools|
+---------------------+--------+------------------+--------------+-----------+---------------+
|Large File Transfer  | TCP    |  tens of minutes | TBs ~ 10 TBs | Data      |  FTP/RSYNC    |
|over Shared Network  |        | to several hours |      /job    | integrity |               |
+---------------------+--------+------------------+--------------+-----------+---------------+
|Cross Data           | RoCEv2/|  as timely as    | ~ 10 TBs/job | Data      |  Depend on    |
|Center Traffic       | iWARP  |   possible       |              | integrity |  AI Framework |
+---------------------+--------+------------------+--------------+-----------+---------------+
|Non-dedicated Network| TCP/   |  tens of minutes | TBs ~ 10 TBs | Data      |  FTP/RSYNC    |
|to Dedicated Network | QUIC   | to several hours |     /job     | encryption|               |
+---------------------+--------+------------------+--------------+-----------+---------------+ 
                        
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="requirements">
      <name>Requirements</name>
      <t>According to the three different use cases mentioned in the previous section, some requirements on transport layer are proposed in this section.</t>
      <t>As mentioned above, in different scenarios, there are different transport protocols carrying bulk data transfer services. For example, TCP, QUIC, RDMA, iWARP. Traffic with different transport protocols may run over the same public operator's network. Optimizing each transport protocol may incur much overhead, including congestion control algorithms design and parameter tuning, hardware adaptation, QoS policies, etc. To avoid such overhead, operators think about more flexible deployment solutions and propose some new requirements on transport protocol proxy.</t>
      <t>R1: It MUST support transport protocol proxy which adapts one transport protocol to another, for example, TCP to iWARP or QUIC to iWARP. This is to guarantee that the transport layer mechanisms like congestion control and flow control remain consistent between two proxies, when applications at endpoints run different transport protocols.</t>
      <t>R2: The proxy MUST support traffic classification, flows or sessions that need acceleration (increase priorities or guarantee bandwidth) can be selected at the proxy, while some other normal flow can be transmitted transparently.</t>
      <t>R3: The proxy SHOULD support the aggregation of some mouse flows or the split of an elephant flow into multiple flows, based on the traffic classification.</t>
      <t>When implementing iWARP in the proxy, the hardware resource needs to be considered to guarantee transmission performance. Some work may choose to implement simplified iWARP stack in the proxy, therefore,</t>
      <t>R4: If iWARP is selected as the transport protocol, SHOULD support the transform of operation types, for example, from Unreliable Delivery (UD) mode to Reliable Connection (RC) mode.</t>
      <t>Congestion control is always an important issue for data transmission over shared network where congestion might not be precisely located and predicted. Usually, HPWAN flows are large and may incur congestions into the network. There are already many congestion control algorithms that have been standardized or being standardized, like <xref target="I-D.ietf-ccwg-bbr"/>, <xref target="RFC9438"/>, and <xref target="RFC9330"/>. But they have poor convergence speed based on blind transmission with rate adjusting due to the unpredictable behaviour of non-dedicated network. The network should collaborate with the client to perform active congestion avoidance such as resource scheduling, rate-based acknowledgement to achieve the completion time.</t>
      <t>The proxy can get information (topology, link bandwidth, queue and buffer) from a centralized controller of the WAN, for example, a SDN controller. The proxy can serve as an agent of the SDN controller of each network domain, and can exchange information with clients. The proxy can also serve as an intermediate node for congestion information sharing with clients.</t>
      <t>R5: It MUST support signaling from client to the proxy, including the QoS guarantee request for scheduled traffic, for example, bandwidth, traffic pattern. Then the transport protocol proxy can negotiate with the SDN controller to design more flexible QoS policies and the corresponding resource planning (like bandwidth) and traffic scheduling.</t>
      <t>R6: It MUST support signaling from the proxy to the client, including the response of negotiated rate for the client to send traffic and the fast and accurate quantitative feedback when proxy performs active admission control.</t>
      <t>Some of the use cases mentioned in section three have strong security requirements, for example, biology data, financial data, and AI training data, etc. Therefore,</t>
      <t>R7: The data integrity MUST be guaranteed for these services, especially transferring data over non-dedicated network where data may be exposed to attacks.</t>
      <t>Also the security policies may differ when traffic is transmitted over dedicated network as well as non-dedicated network. Thus,</t>
      <t>R8: The security policies of dedicated network as well as non-dedicated network SHOULD be exchanged, although this might not be implemented on transport layer. A practical approach is to coordinate at the orchestrator or exchange information through border gateways.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9438">
          <front>
            <title>CUBIC for Fast and Long-Distance Networks</title>
            <author fullname="L. Xu" initials="L." surname="Xu"/>
            <author fullname="S. Ha" initials="S." surname="Ha"/>
            <author fullname="I. Rhee" initials="I." surname="Rhee"/>
            <author fullname="V. Goel" initials="V." surname="Goel"/>
            <author fullname="L. Eggert" initials="L." role="editor" surname="Eggert"/>
            <date month="August" year="2023"/>
            <abstract>
              <t>CUBIC is a standard TCP congestion control algorithm that uses a cubic function instead of a linear congestion window increase function to improve scalability and stability over fast and long-distance networks. CUBIC has been adopted as the default TCP congestion control algorithm by the Linux, Windows, and Apple stacks.</t>
              <t>This document updates the specification of CUBIC to include algorithmic improvements based on these implementations and recent academic work. Based on the extensive deployment experience with CUBIC, this document also moves the specification to the Standards Track and obsoletes RFC 8312. This document also updates RFC 5681, to allow for CUBIC's occasionally more aggressive sending behavior.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9438"/>
          <seriesInfo name="DOI" value="10.17487/RFC9438"/>
        </reference>
        <reference anchor="RFC9330">
          <front>
            <title>Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service: Architecture</title>
            <author fullname="B. Briscoe" initials="B." role="editor" surname="Briscoe"/>
            <author fullname="K. De Schepper" initials="K." surname="De Schepper"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="G. White" initials="G." surname="White"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>This document describes the L4S architecture, which enables Internet applications to achieve low queuing latency, low congestion loss, and scalable throughput control. L4S is based on the insight that the root cause of queuing delay is in the capacity-seeking congestion controllers of senders, not in the queue itself. With the L4S architecture, all Internet applications could (but do not have to) transition away from congestion control algorithms that cause substantial queuing delay and instead adopt a new class of congestion controls that can seek capacity with very little queuing. These are aided by a modified form of Explicit Congestion Notification (ECN) from the network. With this new architecture, applications can have both low latency and high throughput.</t>
              <t>The architecture primarily concerns incremental deployment. It defines mechanisms that allow the new class of L4S congestion controls to coexist with 'Classic' congestion controls in a shared network. The aim is for L4S latency and throughput to be usually much better (and rarely worse) while typically not impacting Classic performance.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9330"/>
          <seriesInfo name="DOI" value="10.17487/RFC9330"/>
        </reference>
        <reference anchor="RFC959">
          <front>
            <title>File Transfer Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <author fullname="J. Reynolds" initials="J." surname="Reynolds"/>
            <date month="October" year="1985"/>
            <abstract>
              <t>This memo is the official specification of the File Transfer Protocol (FTP) for the DARPA Internet community. The primary intent is to clarify and correct the documentation of the FTP specification, not to change the protocol. The following new optional commands are included in this edition of the specification: Change to Parent Directory (CDUP), Structure Mount (SMNT), Store Unique (STOU), Remove Directory (RMD), Make Directory (MKD), Print Directory (PWD), and System (SYST). Note that this specification is compatible with the previous edition.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="9"/>
          <seriesInfo name="RFC" value="959"/>
          <seriesInfo name="DOI" value="10.17487/RFC0959"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.kcrh-hpwan-state-of-art">
          <front>
            <title>Current State of the Art for High Performance Wide Area Networks</title>
            <author fullname="Daniel King" initials="D." surname="King">
              <organization>Lancaster University</organization>
            </author>
            <author fullname="Tim Chown" initials="T." surname="Chown">
              <organization>Jisc</organization>
            </author>
            <author fullname="Chris Rapier" initials="C." surname="Rapier">
              <organization>Pittsburgh Supercomputing Center</organization>
            </author>
            <author fullname="Daniel Huang" initials="D." surname="Huang">
              <organization>ZTE Corporation</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   High Performance Wide Area Networks (HP-WANs) represent a critical
   infrastructure for the modern global research and education
   community, facilitating collaboration across national and
   international boundaries.  These networks, such as Janet, ESnet,
   GÉANT, Internet2, CANARIE, and others, are designed to support the
   general needs of the research and education users they serve but also
   the the transmission of vast amounts of data generated by scientific
   research, high-performance computing, distributed AI-training and
   large-scale simulations.

   This document provides an overview of the terminology and techniques
   used for existing HP-WANS.  It also explores the technological
   advancements, operational tools, and future directions for HP-WANs,
   emphasising their role in enabling cutting-edge scientific research,
   big data analysis, AI training and massive industrial data analysis.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-kcrh-hpwan-state-of-art-01"/>
        </reference>
        <reference anchor="I-D.ietf-ccwg-bbr">
          <front>
            <title>BBR Congestion Control</title>
            <author fullname="Neal Cardwell" initials="N." surname="Cardwell">
              <organization>Google</organization>
            </author>
            <author fullname="Ian Swett" initials="I." surname="Swett">
              <organization>Google</organization>
            </author>
            <author fullname="Joseph Beshay" initials="J." surname="Beshay">
              <organization>Meta</organization>
            </author>
            <date day="21" month="October" year="2024"/>
            <abstract>
              <t>   This document specifies the BBR congestion control algorithm.  BBR
   ("Bottleneck Bandwidth and Round-trip propagation time") uses recent
   measurements of a transport connection's delivery rate, round-trip
   time, and packet loss rate to build an explicit model of the network
   path.  BBR then uses this model to control both how fast it sends
   data and the maximum volume of data it allows in flight in the
   network at any time.  Relative to loss-based congestion control
   algorithms such as Reno [RFC5681] or CUBIC [RFC9438], BBR offers
   substantially higher throughput for bottlenecks with shallow buffers
   or random losses, and substantially lower queueing delays for
   bottlenecks with deep buffers (avoiding "bufferbloat").  BBR can be
   implemented in any transport protocol that supports packet-delivery
   acknowledgment.  Thus far, open source implementations are available
   for TCP [RFC9293] and QUIC [RFC9000].  This document specifies
   version 3 of the BBR algorithm, BBRv3.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ccwg-bbr-01"/>
        </reference>
        <reference anchor="RSYNC" target="https://github.com/RsyncProject/rsync">
          <front>
            <title>RSYNC</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 175?>


    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="H." surname="Yang" fullname="Hongwei Yang">
        <organization>China Mobile</organization>
        <address>
          <email>yanghongwei@chinamobile.com</email>
        </address>
      </contact>
      <contact initials="G." surname="Huang" fullname="Guangping Huang">
        <organization>ZTE Corporation</organization>
        <address>
          <email>huang.guangping@zte.com.cn</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA71ba28bR7L9LkD/oQFjEemGpOXXJivg3qwsxbFwbYeR6c3d
+6050yQnmpmezEM0Yyu/fU9Vdff08CFngUUMJCLn0V3vOlXVHI/Hx0d35+rZ
8VFqk1IX5lyltV60483H8apa63LcJePa/NpltSlM2TbjqpvnWTK2lal1a+vx
2dnxUaLbc5WVC3t81HTzImuazJbtpsJq19/PXh0ftVmb48vrbLlSU1MvbF3o
MjHq5yw16qI2Wr0z7drWt+rk9fTni3en6kNj1KVuTKN0maqbiAI1HqtXtS3U
lClRPzpKvmrUPzKzPj7S83ltwNT/HB8pxcud98uNBmsdH62X54oZPT7Cm127
svX58dFYiSz+16x0qf6pLS1lazx7ucpKrd7aeZYbumgKneXnaqPtLT3794Tu
F3x7ktiCHumX+6nDav8H2SzDev8/+15d2rqy4AE3oiU/0nOTX/HK339rebFJ
UipF60HikG+dzbt2QO5rvLE2GQiOdjhIcblcyfO7RPdL/oD9l1VWLtXrTv8h
ulf03GTp34uIF2GUpPw2uzPn9P3m1eXfnj/7Nnx+9uwsfH7xt3MihQwrfuV6
fDW5TeqVM9Cm1a0Z28VY1224n5l2MU6S9XIMY+BVsOT7f7675CeUcgbJl+RK
0D19IRblU4rF/Tu6XhoY+qptq+b88eNl1q66OfH2+KbZlMm0tr+YpH1c0xfa
ElKErep509Y6aen7yy6/pSW1wqWyWZhaZbBwlUMR4xwMpqox9V0G17B3uNmu
jKp006p2DXPdqI3RdTP5A37UkCONYfrNqdK14YXmOrmd2xJLL9Qyt3Odq9J5
HURcY5u6S9quNiNlSg3fgtLpvcboIjdN09OMBe6IKthMRx6J78wUuWrTVTCK
ll7W6R1Rh2tJBvKzBbw1sXmu585qGoXd83QN6ifqrS43tBJv6XWKL6RXlZo0
Q5TBWqVncKXvwJMxpSJXxmq4mZXq06cH7OP+fqJe2VqVthzvWTLPbiFvCSu2
Dyvu/ohJSxBFSGlptoAosDNt2pq6YDH8ZN+ryuL9jEJNY5KuzqC3/pJpk4ma
rWgBm3REuapq03Bg6xpZXmJeHHVpaY5kakGRb5fEO0S+ifImV2RpSs5+fPRI
XSNQ2BSKhYTUp0dZ9PX+P2iS721hHtZSappsSUpqLbis6w0tBY5vMzDrLSjQ
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
3cXuu5ku9UPvjcdjPiB3fPQvTJAR7vo+AAA=

-->

</rfc>
