<?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.1 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-mops-treedn-02" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.1 -->
  <front>
    <title abbrev="TreeDN">TreeDN- Tree-based CDNs for Live Streaming to Mass Audiences</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mops-treedn-02"/>
    <author initials="L." surname="Giuliano" fullname="Lenny Giuliano">
      <organization>Juniper Networks</organization>
      <address>
        <postal>
          <street>2251 Corporate Park Drive</street>
          <city>Herndon, VA 20171</city>
          <country>USA</country>
        </postal>
        <email>lenny@juniper.net</email>
      </address>
    </author>
    <author initials="C." surname="Lenart" fullname="Chris Lenart">
      <organization>Verizon</organization>
      <address>
        <postal>
          <street>22001 Loudoun County Parkway</street>
          <city>Ashburn, VA 20147</city>
          <country>USA</country>
        </postal>
        <email>chris.lenart@verizon.com</email>
      </address>
    </author>
    <author initials="R." surname="Adam" fullname="Rich Adam">
      <organization>GEANT</organization>
      <address>
        <postal>
          <street>City House</street>
          <street>126-130 Hills Road</street>
          <city>Cambridge</city>
          <code>CB2 1PQ</code>
          <country>UK</country>
        </postal>
        <email>richard.adam@geant.org</email>
      </address>
    </author>
    <date year="2023" month="October" day="18"/>
    <area>Ops</area>
    <workgroup>MOPS</workgroup>
    <keyword>multicast, SSM, AMT, LISP, CDN, PIM-SSM</keyword>
    <abstract>
      <?line 64?>

<t>As Internet audience sizes for high-interest live events reach unprecedented levels and bitrates climb to support 4K/8K/AR, live streaming can place a unique type of stress upon network resources.  TreeDN is a tree-based CDN architecture designed to address the distinctive scaling challenges of live streaming to mass audiences.  TreeDN enables operators to offer Replication-as-a-Service (RaaS) at a fraction the cost of traditional, unicast-based CDNs- in some cases, at no additional cost to the infrastructure.  In addition to efficiently utilizing network resources to deliver existing multi-destination traffic, this architecture also enables new types of content and use cases that previously weren’t possible or economically viable using traditional CDN approaches.  Finally, TreeDN is a decentralized architecture and a democratizing technology for content distribution.</t>
    </abstract>
  </front>
  <middle>
    <?line 68?>

<section anchor="problem-statement">
      <name>Problem Statement</name>
      <t>Live streaming to mass audiences can impose unique demands on network resources.  For example, live sporting events broadcast over the Internet to end users has much lower tolerance for long playout buffers than typical on-demand video streaming.  Viewers of live sporting events have long been conditioned by broadcast television to expect to see the content in real time, with only very short buffers for broadcast delays to prevent profanity and other objectionable content from making on the air (the “seven-second delay”).  With micro-betting, even this 5-10 second delay can be too long. By comparison, when watching on-demand movies, an extra one- or two-minute playout buffer tends to be perfectly acceptable for viewers.  If playout buffers for live sports are that long, viewers run the risk of being alerted to the game winning score from text messages from friends or cheers from the bar across the street, minutes before they view it themselves.</t>
      <t>Another unique characteristic of live streaming is join rate.  While on-demand video streaming can consume massive amounts of network resources, the viewing rates tend to be smooth and predictable.  Service Providers observe gradual levels of traffic increases over the evening hours corresponding to prime-time viewing habits.  By comparison, viewing rates of live video streams can more closely resemble a step function with much less predictability as mass audiences of viewers tune in to watch the game at the same time.</t>
      <t>Previous efforts at more efficient network replication of multi-destination traffic have experienced mixed success in terms of adoption.  IP multicast is widely deployed on financial networks, video distribution networks, L3VPN networks and certain enterprises.  But most of these deployments are restricted to “walled-garden” networks.  Multicast over the global Internet has failed to gain traction, as only a very small portion of the Internet is multicast-enabled at this time.</t>
      <t>TreeDN is the result of the evolution of network-based replication mechanisms based on lessons learned from what has and has not worked well in the past.  TreeDN addresses the fundamental issues of what has hindered multicast from adoption on the global Internet and enables service providers the opportunity to deliver new Replication-as-a-Service (RaaS) offerings to content providers, while more efficiently utilizing network resources, and thus, improving the experience of end users.  Further, by more efficiently supporting multi-destination traffic, TreeDN is an architecture that can enable new types of content, such as Augmented Reality (AR) live streaming to mass audiences, that previously weren't possible or economically viable on the Internet due to the inefficiencies of unicast.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</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>
        <?line -18?>

</section>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>While the primary use case mentioned throughout this document is live streaming of multimedia content (audio, video, AR, real-time telemetry data), the TreeDN architecture is ideal for any content that needs to be replicated and delivered to multiple destinations.  For example, large software file updates (eg, OS upgrades) that need to be delivered to many end users in a very short window of time can cause significant strain on network resources.  Using TreeDN, this use case be handled much more efficiently by the network.</t>
    </section>
    <section anchor="multicast-challenges-in-the-past">
      <name>Multicast Challenges in the Past</name>
      <t>The following issues have been the primary challenges for deployment of IP multicast over the global Internet:</t>
      <ul spacing="normal">
        <li>
          <t>The “All or Nothing” Problem: IP multicast requires every layer 3 hop between source and receivers to be multicast-enabled.  To achieve ubiquitous availability on the global Internet, this essentially means nearly every interface on every router and firewall on the Internet must support a multicast routing protocol like PIM-SM <xref target="RFC7761"/> or mLDP <xref target="RFC6388"/>.  This requirement creates a bar to deployment that is practically impossible to overcome.</t>
        </li>
        <li>
          <t>The “It’s Too Complex” Problem: operators have long complained that multicast routing protocols like PIM-SM are simply too complex, making it costly to design, configure, manage and troubleshoot IP multicast in the network.</t>
        </li>
        <li>
          <t>The “Chicken and Egg” Problem: there’s not much multicast content because there’s not much of a multicast-enabled audience, but there’s not much of a multicast-enabled audience because there’s not much multicast content.</t>
        </li>
      </ul>
      <t>TreeDN is the evolution of network-based replication based on lessons learned over decades and is designed to address the problems listed above.</t>
    </section>
    <section anchor="treedn-architecture">
      <name>TreeDN Architecture</name>
      <t>TreeDN leverages advances in the availability and understanding of overlay and underlay networking.  With network overlays, a service can be achieved and delivered to end users while recognizing and tolerating the practical realities of what is possible over a network as diverse as the global Internet.  That is, the replication service is available to users and applications regardless of what protocols may exist in the underlying networks.</t>
      <figure anchor="block">
        <name>TreeDN Provider Example</name>
        <artwork><![CDATA[
                        TreeDN Provider
                +-------------------------------+
                |                               |
                |   Native Multicast On-Net     |
+----------+    |         (PIM-SSM)             |
| Content/ |----+                               |
| Mcast    |    |                               |
| Source   |    |                   +-----------+
+----------+    +---|-------|-------| AMT Relay |  +--------------+
                    |       |       +----|------+  | Unicast-Only |
                   +-+     +-+           .         |    Network   |
                   +-+     +-+           ..........|........      |
                 Native Content        AMT Tunnel  +-------.------+
                    Receivers                              .
                                                  AMT     +-+
                                                  Gateway +-+
                                                           |
                                                       Content
                                                       Receiver
]]></artwork>
      </figure>
      <section anchor="treedn-overlays">
        <name>TreeDN Overlays</name>
        <t>One overlay technology that TreeDN leverages is Automatic Multicast Tunneling (AMT) <xref target="RFC7450"/>.  With AMT, users on unicast-only networks (AMT Gateways) can dynamically build tunnels to routers on the multicast-enabled part of the network (AMT Relays) and receive multicast streams.  The AMT Gateway is a thin software client which typically sits on the receiving end host and initiates the tunnel at an AMT Relay, which is a tunnel server that typically sits at the border of the multicast network.  AMT allows any end host on the Internet to receive multicast content regardless of whether their local provider supports multicast (aka, "off-net receivers"), which addresses the “All or Nothing” Problem.  Links and devices that do not support multicast are simply tunneled over- they no longer present a barrier to the overall replication service for end users.  Those networks that do deploy and support multicast, as well as the content providers that serve up multicast content, are able to enjoy the benefits of efficient replication and delivery.  Further, these benefits can serve as incentives for operators who do not yet support multicast to enable it on their networks.  Once the cost of carrying duplicated unicast tunnels is perceived by those operators to exceed the cost of deploying multicast, they are more likely to enable multicast on their networks.  In this way, TreeDN effectively supports incremental deployment in a way that was not previously possible with traditional (non-overlay) multicast networking.  Finally, AMT also addresses the “Chicken and Egg” Problem, as all end hosts on the global Internet that have access to an AMT Relay are capable of becoming audience members.</t>
        <t>In addition to AMT, other overlay technologies like Locator/ID Separation Protocol (LISP) <xref target="RFC6830"/> can be utilized to deliver content from multicast-enabled networks to end hosts that are separated by portions of the network (at the last/middle/first mile) that do not support multicast.</t>
      </section>
      <section anchor="treedn-native-on-net">
        <name>TreeDN Native On-Net</name>
        <t>Networks that support multicast provide the native on-net component of TreeDN.  The primary requirement of the native on-net is to support Source-Specific Multicast (SSM) <xref target="RFC4607"/>.  PIM-SSM, which is merely a subset of PIM-SM, is the multicast routing protocol typically used in SSM.  However, any multicast routing protocol capable of supporting SSM can be used as a TreeDN native on-net, such as mLDP, GTM <xref target="RFC7716"/> and BGP-based Multicast <xref target="I-D.ietf-bess-bgp-multicast"/>, or even BGP-MVPN <xref target="RFC6513"/> for those operators who carry the global routing table in a VRF.  Likewise, any data plane technology that supports SSM, including BIER <xref target="RFC8279"/> and SR-P2MP <xref target="I-D.ietf-spring-sr-replication-segment"/> can be used.</t>
        <t>The key benefit of SSM as the native on-net component of TreeDN is that it radically simplifies the control plane needed to support replication in the network.  This benefit addresses the “It’s Too Complex” Problem.  Most of the complexity of multicast is eliminated in SSM, which reduces the cost of deploying and operating a multicast network.  Further rationale for this SSM-only approach can be found in ASM Deprecation <xref target="RFC8815"/>.</t>
      </section>
    </section>
    <section anchor="replication-as-a-service-raas">
      <name>Replication-as-a-Service (RaaS)</name>
      <t>Content providers have traditionally used CDNs to distribute content that needs to be delivered to large audiences, essentially outsourcing the task of replication to CDN providers.  Most CDNs utilize unicast delivery, as multicast is not an option due to its lack of general availability on the global Internet.  TreeDN is a CDN architecture that leverages tree-based replication to more efficiently utilize network resources to deliver simultaneous multi-destination traffic.  By leveraging overlay networking to address the "All or Nothing" and "Chicken and Egg" Problems and SSM to address the "It's Too Complex" Problem, TreeDN avoids the practical issues that previously prevented multicast from being a viable option for CDN providers.</t>
      <t>TreeDN has several advantages over traditional unicast-based CDN approaches.  First, the TreeDN functionality can be delivered entirely by the existing network infrastructure.  Specifically, for operators with routers that support AMT natively, multicast traffic can be delivered directly to end users without the need for specialized CDN devices, which typically are servers that need to be racked, powered and connected to revenue-generating ports on routers.  In this way, SPs can offer new RaaS functionality to content providers at potentially zero additional cost in new equipment (modulo the additional bandwidth consumption).</t>
      <t>Additionally, TreeDN is an open, standards-based architecture based on mature, widely implemented protocols.  TreeDN also requires far less coordination between the content provider and the CDN operator.  That is, there are no storage requirements for the data, nor group-key management issues since a TreeDN provider merely forwards packets.  A TreeDN provider simply needs to have enough accounting data (eg, traffic data, number of AMT tunnels, etc) to properly bill customers for the service.  By contrast, traditional unicast-based CDNs often incorporate proprietary, non-interoperable technologies and require significant coordination between the content provider and the CDN to handle such things as file storage, data protection and key-management.</t>
    </section>
    <section anchor="decentralizationdemocratization-of-content-sourcing">
      <name>Decentralization/Democratization of Content Sourcing</name>
      <t>TreeDN is an inherently decentralized architecture.  This reduces the cost for content sourcing, as any host connected to a multicast-enabled network, or on a source-capable overlay, can send out a single data stream that can be reached by an arbitrarily large audience.  By effectively reducing to zero the marginal cost to the source of reaching each additional audience member, TreeDN democratizes content sourcing on the Internet.</t>
    </section>
    <section anchor="transport-layer-related-differences-between-treedn-and-traditional-cdns">
      <name>Transport Layer-Related Differences between TreeDN and Traditional CDNs</name>
      <t>The focus of this document is on the network layer components that comprise the TreeDN architecture.  This section introduces some of the key transport layer-related differences between TreeDN and traditional unicast-based CDNs that should be taken into consideration when deploying TreeDN-based services.  In many cases, these issues are more related to TCP-UDP differences than unicast-multicast differences, thus UDP-based solutions can be leveraged to address most gaps.  The aim of this section is to point to some of the existing work to address these gaps, as well as suggest further work that could be undertaken within the IETF.  Further details of these transport layer mechanisms are beyond the scope of this document.</t>
      <section anchor="integration-with-unicast">
        <name>Integration with Unicast</name>
        <t>Since SSM inherently implies unidirectional traffic flows from one to many, mechanisms that rely on bidirectional communication between receivers and the content provider, such as bespoke advertising, telemetry data from receivers detailing end user experience, distribution of decryption keys, switching to higher/lower bandwidth streams, etc, are not well suited to SSM delivery.  As such, separate unicast streams between receivers and content providers may be used for this type of "out-of-band" functions while SSM is used to deliver the actual content of interest.  Generally speaking, this hybrid unicast-multicast approach is best handled by the application layer and further detail is beyond the scope of this document.</t>
      </section>
      <section anchor="reliability-and-adaptive-bitrate">
        <name>Reliability and Adaptive Bitrate</name>
        <t>Traditional unicast-based CDNs tend to rely on HTTPS transport and are thus able to leverage the granularity of TCP-based mechanisms for reliability, congestion control and adaptive bitrate streaming.  But this granularity comes at a cost of sending a separate datastream to each viewer.  Multicast transmissions usually employ UDP, which inherently lacks many of the aforementioned benefits of TCP, but can scale much better for mass audiences of simultaneous viewers.  Forward Error Correction (FEC) is a mechanism that has demonstrated full recovery for up to 5% packet loss and interruptions up to 400ms for multicast datastreams in <xref target="EUMETSAT-TERRESTRIAL"/>.  NACK-Oriented Reliable Multicast (NORM) <xref target="RFC5740"/> leverages FEC-based repair and other Reliable Multicast Transport building blocks to provide end-to-end reliable transport over multicast networks.</t>
        <t>Section 4.1 of <xref target="RFC8085"/> describes how a sender can distribute data across multiple multicast source-group channels so that each receiver can join the most appropriate channels for its own reception rate capability, thus providing adaptive bitrate capabilities for multicast streams.  DVB MABR <xref target="DVB-MABR"/> extensively describes an architecture that enables reliability and dynamic bitrate adaptation.</t>
      </section>
      <section anchor="authorization-and-encryption">
        <name>Authorization and Encryption</name>
        <t>A multicast sender typically has little to no control or visibility about which end hosts may receive the datastream.  Encryption can be used to ensure that only authorized receivers are able to access meaningful data.  That is, even if unauthorized end hosts (eg, non-paying) receive the datastream, without decryption keys, the data is useless.  <xref target="I-D.ietf-ipsecme-g-ikev2"/> describes an extension to IKEv2 for the purpose of group key management.  DVB MABR <xref target="DVB-MABR"/> extensively describes an architecture that includes encryption of multicast streams.  Multicast extensions to QUIC have been proposed in <xref target="I-D.jholland-quic-multicast"/>.</t>
      </section>
    </section>
    <section anchor="security-consideration">
      <name>Security Consideration</name>
      <t>TreeDN is essentially the synthesis of SSM plus overlay networking technologies like AMT.  As such, the TreeDN architecture introduces no new security threats that aren’t already documented in SSM and the overlay technologies that comprise it.  Further, RFC 4609 and RFC 8815 describes the additional security benefits of using SSM instead of ASM.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to those who have contributed to building and operating the first TreeDN network on the Internet, including Pete Morasca, William Zhang, Lauren Delwiche, Natalie Landsberg, Wayne Brassem, Jake Holland, Andrew Gallo, Casey Russell, Janus Varmarken, Csaba Mate, Frederic Loui, Max Franke, Todor Moskov, Erik Herz, Bradley Cao, Katie Merrill and Karel Hendrych.  The writing of this document to describe the TreeDN architecture was inspired by a conversation with Dino Farinacci and Mike McBride.  Thanks also to Jeff Haas and Vinod Kumar for their thoughtful reviews and suggestions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-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="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <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>
        <reference anchor="RFC7450" target="https://www.rfc-editor.org/info/rfc7450" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7450.xml">
          <front>
            <title>Automatic Multicast Tunneling</title>
            <author fullname="G. Bumgardner" initials="G." surname="Bumgardner"/>
            <date month="February" year="2015"/>
            <abstract>
              <t>This document describes Automatic Multicast Tunneling (AMT), a protocol for delivering multicast traffic from sources in a multicast-enabled network to receivers that lack multicast connectivity to the source network. The protocol uses UDP encapsulation and unicast replication to provide this functionality.</t>
              <t>The AMT protocol is specifically designed to support rapid deployment by requiring minimal changes to existing network infrastructure.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7450"/>
          <seriesInfo name="DOI" value="10.17487/RFC7450"/>
        </reference>
        <reference anchor="RFC4607" target="https://www.rfc-editor.org/info/rfc4607" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4607.xml">
          <front>
            <title>Source-Specific Multicast for IP</title>
            <author fullname="H. Holbrook" initials="H." surname="Holbrook"/>
            <author fullname="B. Cain" initials="B." surname="Cain"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>IP version 4 (IPv4) addresses in the 232/8 (232.0.0.0 to 232.255.255.255) range are designated as source-specific multicast (SSM) destination addresses and are reserved for use by source-specific applications and protocols. For IP version 6 (IPv6), the address prefix FF3x::/32 is reserved for source-specific multicast use. This document defines an extension to the Internet network service that applies to datagrams sent to SSM addresses and defines the host and router requirements to support this extension. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4607"/>
          <seriesInfo name="DOI" value="10.17487/RFC4607"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="EUMETSAT-TERRESTRIAL" target="https://datatracker.ietf.org/meeting/110/materials/slides-110-mboned-eumetsat-multicast-over-the-mbone-00">
          <front>
            <title>EUMETSAT Terrestrial Service</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="IETF110 Proceedings" value=""/>
        </reference>
        <reference anchor="DVB-MABR" target="https://dvb.org/wp-content/uploads/2022/01/A176r3_Adaptive-Media-Streaming-over-IP-Multicast_Interim-Draft-TS-103-769-v121_March_2023.pdf">
          <front>
            <title>Adaptive media streaming over IP multicast</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="DVB Document A176 Rev.3 (Fourth edition)" value=""/>
        </reference>
        <reference anchor="RFC7761" target="https://www.rfc-editor.org/info/rfc7761" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7761.xml">
          <front>
            <title>Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised)</title>
            <author fullname="B. Fenner" initials="B." surname="Fenner"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="H. Holbrook" initials="H." surname="Holbrook"/>
            <author fullname="I. Kouvelas" initials="I." surname="Kouvelas"/>
            <author fullname="R. Parekh" initials="R." surname="Parekh"/>
            <author fullname="Z. Zhang" initials="Z." surname="Zhang"/>
            <author fullname="L. Zheng" initials="L." surname="Zheng"/>
            <date month="March" year="2016"/>
            <abstract>
              <t>This document specifies Protocol Independent Multicast - Sparse Mode (PIM-SM). PIM-SM is a multicast routing protocol that can use the underlying unicast routing information base or a separate multicast-capable routing information base. It builds unidirectional shared trees rooted at a Rendezvous Point (RP) per group, and it optionally creates shortest-path trees per source.</t>
              <t>This document obsoletes RFC 4601 by replacing it, addresses the errata filed against it, removes the optional (*,*,RP), PIM Multicast Border Router features and authentication using IPsec that lack sufficient deployment experience (see Appendix A), and moves the PIM specification to Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="83"/>
          <seriesInfo name="RFC" value="7761"/>
          <seriesInfo name="DOI" value="10.17487/RFC7761"/>
        </reference>
        <reference anchor="RFC6388" target="https://www.rfc-editor.org/info/rfc6388" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6388.xml">
          <front>
            <title>Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths</title>
            <author fullname="IJ. Wijnands" initials="IJ." role="editor" surname="Wijnands"/>
            <author fullname="I. Minei" initials="I." role="editor" surname="Minei"/>
            <author fullname="K. Kompella" initials="K." surname="Kompella"/>
            <author fullname="B. Thomas" initials="B." surname="Thomas"/>
            <date month="November" year="2011"/>
            <abstract>
              <t>This document describes extensions to the Label Distribution Protocol (LDP) for the setup of point-to-multipoint (P2MP) and multipoint-to-multipoint (MP2MP) Label Switched Paths (LSPs) in MPLS networks. These extensions are also referred to as multipoint LDP. Multipoint LDP constructs the P2MP or MP2MP LSPs without interacting with or relying upon any other multicast tree construction protocol. Protocol elements and procedures for this solution are described for building such LSPs in a receiver-initiated manner. There can be various applications for multipoint LSPs, for example IP multicast or support for multicast in BGP/MPLS Layer 3 Virtual Private Networks (L3VPNs). Specification of how such applications can use an LDP signaled multipoint LSP is outside the scope of this document. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6388"/>
          <seriesInfo name="DOI" value="10.17487/RFC6388"/>
        </reference>
        <reference anchor="RFC6830" target="https://www.rfc-editor.org/info/rfc6830" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6830.xml">
          <front>
            <title>The Locator/ID Separation Protocol (LISP)</title>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
            <author fullname="V. Fuller" initials="V." surname="Fuller"/>
            <author fullname="D. Meyer" initials="D." surname="Meyer"/>
            <author fullname="D. Lewis" initials="D." surname="Lewis"/>
            <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="RFC7716" target="https://www.rfc-editor.org/info/rfc7716" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7716.xml">
          <front>
            <title>Global Table Multicast with BGP Multicast VPN (BGP-MVPN) Procedures</title>
            <author fullname="J. Zhang" initials="J." surname="Zhang"/>
            <author fullname="L. Giuliano" initials="L." surname="Giuliano"/>
            <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen"/>
            <author fullname="K. Subramanian" initials="K." surname="Subramanian"/>
            <author fullname="D. Pacella" initials="D." surname="Pacella"/>
            <date month="December" year="2015"/>
            <abstract>
              <t>RFCs 6513, 6514, and others describe protocols and procedures that a Service Provider (SP) may deploy in order to offer Multicast Virtual Private Network (Multicast VPN or MVPN) service to its customers. Some of these procedures use BGP to distribute VPN-specific multicast routing information across a backbone network. With a small number of relatively minor modifications, the same BGP procedures can also be used to distribute multicast routing information that is not specific to any VPN. Multicast that is outside the context of a VPN is known as "Global Table Multicast", or sometimes simply as "Internet multicast". In this document, we describe the modifications that are needed to use the BGP-MVPN procedures for Global Table Multicast.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7716"/>
          <seriesInfo name="DOI" value="10.17487/RFC7716"/>
        </reference>
        <reference anchor="I-D.ietf-bess-bgp-multicast" target="https://datatracker.ietf.org/doc/html/draft-ietf-bess-bgp-multicast-05" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-bess-bgp-multicast.xml">
          <front>
            <title>BGP Based Multicast</title>
            <author fullname="Zhaohui (Jeffrey) Zhang" initials="Z. J." surname="Zhang">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Lenny Giuliano" initials="L." surname="Giuliano">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Keyur Patel" initials="K." surname="Patel">
              <organization>Arrcus</organization>
            </author>
            <author fullname="IJsbrand Wijnands" initials="I." surname="Wijnands">
              <organization>Arrcus</organization>
            </author>
            <author fullname="Mankamana Prasad Mishra" initials="M. P." surname="Mishra">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Arkadiy Gulko" initials="A." surname="Gulko">
              <organization>EdwardJones</organization>
            </author>
            <date day="27" month="June" year="2023"/>
            <abstract>
              <t>This document specifies a BGP address family and related procedures that allow BGP to be used for setting up multicast distribution trees. This document also specifies procedures that enable BGP to be used for multicast source discovery, and for showing interest in receiving particular multicast flows. Taken together, these procedures allow BGP to be used as a replacement for other multicast routing protocols, such as PIM or mLDP. The BGP procedures specified here are based on the BGP multicast procedures that were originally designed for use by providers of Multicast Virtual Private Network service. This document also describes how various signaling mechanisms can be used to set up end-to-end inter-region multiast trees.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-bess-bgp-multicast-05"/>
        </reference>
        <reference anchor="RFC6513" target="https://www.rfc-editor.org/info/rfc6513" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6513.xml">
          <front>
            <title>Multicast in MPLS/BGP IP VPNs</title>
            <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen"/>
            <author fullname="R. Aggarwal" initials="R." role="editor" surname="Aggarwal"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>In order for IP multicast traffic within a BGP/MPLS IP VPN (Virtual Private Network) to travel from one VPN site to another, special protocols and procedures must be implemented by the VPN Service Provider. These protocols and procedures are specified in this document. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6513"/>
          <seriesInfo name="DOI" value="10.17487/RFC6513"/>
        </reference>
        <reference anchor="RFC8279" target="https://www.rfc-editor.org/info/rfc8279" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8279.xml">
          <front>
            <title>Multicast Using Bit Index Explicit Replication (BIER)</title>
            <author fullname="IJ. Wijnands" initials="IJ." role="editor" surname="Wijnands"/>
            <author fullname="E. Rosen" initials="E." role="editor" surname="Rosen"/>
            <author fullname="A. Dolganow" initials="A." surname="Dolganow"/>
            <author fullname="T. Przygienda" initials="T." surname="Przygienda"/>
            <author fullname="S. Aldrin" initials="S." surname="Aldrin"/>
            <date month="November" year="2017"/>
            <abstract>
              <t>This document specifies a new architecture for the forwarding of multicast data packets. It provides optimal forwarding of multicast packets through a "multicast domain". However, it does not require a protocol for explicitly building multicast distribution trees, nor does it require intermediate nodes to maintain any per-flow state. This architecture is known as "Bit Index Explicit Replication" (BIER). When a multicast data packet enters the domain, the ingress router determines the set of egress routers to which the packet needs to be sent. The ingress router then encapsulates the packet in a BIER header. The BIER header contains a bit string in which each bit represents exactly one egress router in the domain; to forward the packet to a given set of egress routers, the bits corresponding to those routers are set in the BIER header. The procedures for forwarding a packet based on its BIER header are specified in this document. Elimination of the per-flow state and the explicit tree-building protocols results in a considerable simplification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8279"/>
          <seriesInfo name="DOI" value="10.17487/RFC8279"/>
        </reference>
        <reference anchor="I-D.ietf-spring-sr-replication-segment" target="https://datatracker.ietf.org/doc/html/draft-ietf-spring-sr-replication-segment-19" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.ietf-spring-sr-replication-segment.xml">
          <front>
            <title>SR Replication segment for Multi-point Service Delivery</title>
            <author fullname="Daniel Voyer" initials="D." surname="Voyer">
              <organization>Bell Canada</organization>
            </author>
            <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Rishabh Parekh" initials="R." surname="Parekh">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Hooman Bidgoli" initials="H." surname="Bidgoli">
              <organization>Nokia</organization>
            </author>
            <author fullname="Zhaohui (Jeffrey) Zhang" initials="Z. J." surname="Zhang">
              <organization>Juniper Networks</organization>
            </author>
            <date day="28" month="August" year="2023"/>
            <abstract>
              <t>This document describes the Segment Routing Replication segment for Multi-point service delivery. A Replication segment allows a packet to be replicated from a Replication node to Downstream nodes.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-spring-sr-replication-segment-19"/>
        </reference>
        <reference anchor="RFC8815" target="https://www.rfc-editor.org/info/rfc8815" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8815.xml">
          <front>
            <title>Deprecating Any-Source Multicast (ASM) for Interdomain Multicast</title>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson"/>
            <author fullname="T. Chown" initials="T." surname="Chown"/>
            <author fullname="L. Giuliano" initials="L." surname="Giuliano"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document recommends deprecation of the use of Any-Source Multicast (ASM) for interdomain multicast. It recommends the use of Source-Specific Multicast (SSM) for interdomain multicast applications and recommends that hosts and routers in these deployments fully support SSM. The recommendations in this document do not preclude the continued use of ASM within a single organization or domain and are especially easy to adopt in existing deployments of intradomain ASM using PIM Sparse Mode (PIM-SM).</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="229"/>
          <seriesInfo name="RFC" value="8815"/>
          <seriesInfo name="DOI" value="10.17487/RFC8815"/>
        </reference>
        <reference anchor="RFC5740" target="https://www.rfc-editor.org/info/rfc5740" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5740.xml">
          <front>
            <title>NACK-Oriented Reliable Multicast (NORM) Transport Protocol</title>
            <author fullname="B. Adamson" initials="B." surname="Adamson"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="J. Macker" initials="J." surname="Macker"/>
            <date month="November" year="2009"/>
            <abstract>
              <t>This document describes the messages and procedures of the Negative- ACKnowledgment (NACK) Oriented Reliable Multicast (NORM) protocol. This protocol can provide end-to-end reliable transport of bulk data objects or streams over generic IP multicast routing and forwarding services. NORM uses a selective, negative acknowledgment mechanism for transport reliability and offers additional protocol mechanisms to allow for operation with minimal a priori coordination among senders and receivers. A congestion control scheme is specified to allow the NORM protocol to fairly share available network bandwidth with other transport protocols such as Transmission Control Protocol (TCP). It is capable of operating with both reciprocal multicast routing among senders and receivers and with asymmetric connectivity (possibly a unicast return path) between the senders and receivers. The protocol offers a number of features to allow different types of applications or possibly other higher-level transport protocols to utilize its service in different ways. The protocol leverages the use of FEC-based (forward error correction) repair and other IETF Reliable Multicast Transport (RMT) building blocks in its design. This document obsoletes RFC 3940. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5740"/>
          <seriesInfo name="DOI" value="10.17487/RFC5740"/>
        </reference>
        <reference anchor="RFC8085" target="https://www.rfc-editor.org/info/rfc8085" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8085.xml">
          <front>
            <title>UDP Usage Guidelines</title>
            <author fullname="L. Eggert" initials="L." surname="Eggert"/>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="G. Shepherd" initials="G." surname="Shepherd"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>The User Datagram Protocol (UDP) provides a minimal message-passing transport that has no inherent congestion control mechanisms. This document provides guidelines on the use of UDP for the designers of applications, tunnels, and other protocols that use UDP. Congestion control guidelines are a primary focus, but the document also provides guidance on other topics, including message sizes, reliability, checksums, middlebox traversal, the use of Explicit Congestion Notification (ECN), Differentiated Services Code Points (DSCPs), and ports.</t>
              <t>Because congestion control is critical to the stable operation of the Internet, applications and other protocols that choose to use UDP as an Internet transport must employ mechanisms to prevent congestion collapse and to establish some degree of fairness with concurrent traffic. They may also need to implement additional mechanisms, depending on how they use UDP.</t>
              <t>Some guidance is also applicable to the design of other protocols (e.g., protocols layered directly on IP or via IP-based tunnels), especially when these protocols do not themselves provide congestion control.</t>
              <t>This document obsoletes RFC 5405 and adds guidelines for multicast UDP usage.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="145"/>
          <seriesInfo name="RFC" value="8085"/>
          <seriesInfo name="DOI" value="10.17487/RFC8085"/>
        </reference>
        <reference anchor="I-D.ietf-ipsecme-g-ikev2" target="https://datatracker.ietf.org/doc/html/draft-ietf-ipsecme-g-ikev2-09" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-ipsecme-g-ikev2.xml">
          <front>
            <title>Group Key Management using IKEv2</title>
            <author fullname="Valery Smyslov" initials="V." surname="Smyslov">
              <organization>ELVIS-PLUS</organization>
            </author>
            <author fullname="Brian Weis" initials="B." surname="Weis">
              <organization>Independent</organization>
            </author>
            <date day="19" month="April" year="2023"/>
            <abstract>
              <t>This document presents an extension to the Internet Key Exchange version 2 (IKEv2) protocol for the purpose of a group key management. The protocol is in conformance with the Multicast Security (MSEC) key management architecture, which contains two components: member registration and group rekeying. Both components require a Group Controller/Key Server to download IPsec group security associations to authorized members of a group. The group members then exchange IP multicast or other group traffic as IPsec packets. This document obsoletes RFC 6407. This documents also updates RFC 7296 by renaming a transform type 5 from "Extended Sequence Numbers (ESN)" to the "Replay Protection (RP)" and by renaming IKEv2 authentication method 0 from "Reserved" to "NONE".</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ipsecme-g-ikev2-09"/>
        </reference>
        <reference anchor="I-D.jholland-quic-multicast" target="https://datatracker.ietf.org/doc/html/draft-jholland-quic-multicast-03" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.jholland-quic-multicast.xml">
          <front>
            <title>Multicast Extension for QUIC</title>
            <author fullname="Jake Holland" initials="J." surname="Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <author fullname="Lucas Pardue" initials="L." surname="Pardue"/>
            <author fullname="Max Franke" initials="M." surname="Franke">
              <organization>TU Berlin</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>This document defines a multicast extension to QUIC to enable the efficient use of multicast-capable networks to send identical data streams to many clients at once, coordinated through individual unicast QUIC connections.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-jholland-quic-multicast-03"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
1o1cTR0+JoTxX0sW0FUPTgAA

-->

</rfc>
