<?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.29 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-mboned-cbacc-05" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="CBACC">Circuit Breaker Assisted Congestion Control</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-mboned-cbacc-05"/>
    <author initials="J." surname="Holland" fullname="Jake Holland">
      <organization>Akamai Technologies, Inc.</organization>
      <address>
        <postal>
          <street>150 Broadway</street>
          <city>Cambridge, MA 02144</city>
          <country>United States of America</country>
        </postal>
        <email>jakeholland.net@gmail.com</email>
      </address>
    </author>
    <author initials="K." surname="Rose" fullname="Kyle Rose">
      <organization>Akamai Technologies, Inc.</organization>
      <address>
        <postal>
          <street>145 Broadway</street>
          <city>Cambridge, MA 02144</city>
          <country>United States of America</country>
        </postal>
        <email>krose@krose.org</email>
      </address>
    </author>
    <author initials="M." surname="Franke" fullname="Max Franke">
      <organization>TU Berlin</organization>
      <address>
        <postal>
          <country>Germany</country>
        </postal>
        <email>mfranke@inet.tu-berlin.de</email>
      </address>
    </author>
    <date year="2025" month="May" day="07"/>
    <area>Ops</area>
    <workgroup>Mboned</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 171?>

<t>This document specifies Circuit Breaker Assisted Congestion Control (CBACC).
CBACC enables fast-trip Circuit Breakers by publishing rate metadata about multicast channels from senders to intermediate network nodes or receivers.
The circuit breaker behavior is defined as a supplement to receiver driven congestion control systems, to preserve network health if misbehaving or malicious receiver applications subscribe to a volume of traffic that exceeds capacity policies or capability for a network or receiving device.</t>
    </abstract>
  </front>
  <middle>
    <?line 177?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines Circuit Breaker Assisted Congestion Control (CBACC).
CBACC defines a Network Transport Circuit Breaker (CB), as described by <xref target="RFC8084"/>.</t>
      <t>The CB behavior defined in this document uses bit-rate metadata about multicast data streams coupled with policy, capacity, and load information at a network location to prune multicast channels so that the network's aggregate capacity at that location is not exceeded by the subscribed channels.</t>
      <t>To communicate the required metadata, this document defines a YANG <xref target="RFC7950"/> module that augments the DORMS <xref target="I-D.draft-ietf-mboned-dorms"/> YANG module.
DORMS provides a mechanism for senders to publish metadata about the multicast streams they're sending through a RESTCONF service, so that receivers or forwarding nodes can discover and consume the metadata with a set of standard methods.
The CBACC metadata MAY be communicated to receivers or forwarding nodes by some other method, but the definition of any alternative methods is out of scope for this document.</t>
      <t>The CB behavior defined in this document matches the description provided in Section 3.2.3 of <xref target="RFC8084"/> of a unidirectional CB over a controlled path.
The control messages from that description are composed of the messages containing the metadata required for operation of the CB.</t>
      <t>CBACC is designed to supplement protocols that use multicast IP and rely on well-behaved receivers to achieve congestion control.
Examples of congestion control systems fitting this description include <xref target="PLM"/>, <xref target="RLM"/>, <xref target="RLC"/>, <xref target="FLID-DL"/>, <xref target="SMCC"/>, and WEBRC <xref target="RFC3738"/>.</t>
      <t>CBACC addresses a problem with "overjoining" by untrusted receivers.</t>
      <t>In an overjoining condition, receivers (either malicious, misconfigured, or with implementation errors) subscribe to multicast channels but do not respond appropriately to congestion.
When sufficient multicast traffic is available for subscription by such receivers, this can overload any network.</t>
      <t>The overjoining problem is relevant to misbehaving receivers for both receiver-driven and feedback-driven congestion control strategies, as described in Section 4.1 of <xref target="RFC8085"/>.</t>
      <t>Overjoining attacks and the challenges they present are discussed in more detail in <xref target="ref-overjoining"/>.</t>
      <t>CBACC offers a solution for the recommendation in Section 4 of <xref target="RFC8085"/> that circuit breaker solutions be used even where congestion control is optional.</t>
      <section anchor="background-and-terminology">
        <name>Background and Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="venue">
        <name>Venues for Contribution and Discussion</name>
        <t>This document is in the Github repository at:</t>
        <t>https://github.com/GrumpyOldTroll/ietf-dorms-cluster</t>
        <t>Readers are welcome to open issues and send pull requests for this document.</t>
        <t>Please note that contributions may be merged and substantially edited, and as a reminder, please carefully consider the Note Well before contributing: https://datatracker.ietf.org/submit/note-well/</t>
        <t>Substantial discussion of this document should take place on the MBONED working group mailing list (mboned@ietf.org).</t>
        <ul spacing="normal">
          <li>
            <t>Join: https://www.ietf.org/mailman/listinfo/mboned</t>
          </li>
          <li>
            <t>Search: https://mailarchive.ietf.org/arch/browse/mboned/</t>
          </li>
        </ul>
      </section>
      <section anchor="non-obvious-doc-choices">
        <name>Non-obvious doc choices</name>
        <ul spacing="normal">
          <li>
            <t>Since nothing is necessarily being actively measured by a network component at the ingress, referring to the bitrate advertisement as an "ingress meter" for this context was considered confusing by reviewers, so the section was renamed with just a note pointing to the link.  Likewise the egress meter and "CB node".</t>
          </li>
          <li>
            <t>TBD: might need more and better examples explaining the point in <xref target="ordering"/>?  Some reason to believe it's not sufficiently clear...</t>
          </li>
          <li>
            <t>Another TBD: consider Dino's suggestion from 2020-04-09 to include an operational considerations section that addresses some possible optimizations for CB placement and configuration.</t>
          </li>
          <li>
            <t>TBD: add a section walking through the requirements in <eref target="https://datatracker.ietf.org/doc/html/rfc8084#section-4">https://datatracker.ietf.org/doc/html/rfc8084#section-4</eref> and explaining how this matches.</t>
          </li>
          <li>
            <t>I'm unclear on whether <eref target="https://datatracker.ietf.org/doc/html/rfc8407#section-3.8.2">https://datatracker.ietf.org/doc/html/rfc8407#section-3.8.2</eref> applies here, such that providing an augmentation inside the DORMS namespace causes an update to the DORMS document.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="circuit-breaker-behavior">
      <name>Circuit Breaker Behavior</name>
      <section anchor="functional-components">
        <name>Functional Components</name>
        <t>This section maps the functional components described in Section 3.1 of <xref target="RFC8084"/> to the operational components of the CBACC CB defined by this document.</t>
        <section anchor="bit-ad">
          <name>Bitrate Advertisement</name>
          <t>The metadata provides an advertised maximum data bit-rate, namely the "max-speed" field in the YANG model in <xref target="ref-yang"/>.
This is a self-report by the sender about the maximum amount of traffic a sender will send within any time interval given by the "data-rate-window" field, which is the measurement interval for the CB.
This value refers to the total IP Payload data for all packets in the same (S,G), and its units are in kilobits per second.</t>
          <t>The sender MUST NOT send more data for a data stream than the amount of data declared according to its advertised data rate within any measurement window, and it's RECOMMENDED for the sender to provide some margin to account for the possibility of burst forwarding after traffic encounters a non-empty queue, e.g. as sometimes observed with ACK compression (see <xref target="ZSC91"/> for a description of the phenomenon).
If a CB node observes a higher data rate transmitted within any measurement window, it MAY circuit-break that flow immediately.</t>
          <t>In the terminology of <xref target="RFC8084"/>, the bitrate advertisement qualifies as an ingress meter.</t>
        </section>
        <section anchor="cb-node">
          <name>Circuit Breaker Node</name>
          <t>A circuit breaker node (CB node) is a location in a network where the costraints of the network and the observations about active traffic are compared to the bitrate advertisement in order to make the decision loop about when and whether to perform the circuit breaking behavior.
In the terminology of <xref target="RFC8084"/>, the CB node qualifies as an egress meter.</t>
          <t>The CB node has access to several pieces of information that can be used as relevant egress metrics that may include:</t>
          <ol spacing="normal" type="1"><li>
              <t>Physical capacity limits on each interface.</t>
            </li>
            <li>
              <t>Configured capacity limits for multicast traffic for each interface.</t>
            </li>
            <li>
              <t>The observed received data rates of subscribed multicast channels with CBACC metadata.</t>
            </li>
            <li>
              <t>The observed received data rates of subscribed multicast channels without CBACC metadata.</t>
            </li>
            <li>
              <t>The observed received data rates of competing non-multicast traffic.</t>
            </li>
            <li>
              <t>The loss rate for subscribed multicast channels, when available.
The loss rate is only sometimes observable at a CB node; for example, when using AMBI <xref target="I-D.draft-ietf-mboned-ambi"/>, or when the data stream carries a protocol that is known to the CB node by some out of band means, and whose traffic can be monitored for loss.
When available, the loss rates may be used.</t>
            </li>
          </ol>
          <t>Note that any on-path router can behave as a CB node, even though there may be other CB nodes downstream or upstream covering the same data streams.
When viewing CB nodes as egress meters in the context of <xref target="RFC8084"/>, it's important to recall there's not a single egress meter in the network, but rather an egress meter per CB node, representing potentially multiple overlaid circuit breakers that may redundantly cover parts of the same path, with potentially different constraints based on the network location where the egress meter operates.
All of the CB nodes anywhere on a path constitute separate circuit breakers that may trip independently of other circuit breakers.</t>
          <t>Also note that other kinds of components besides on-path routers forwarding the traffic can act as CB nodes, for example the operating system or browser on a device receiving the traffic, or the receiving application itself.</t>
        </section>
        <section anchor="communication-method">
          <name>Communication Method</name>
          <t>CBACC generally operates at a CB node, where metrics such as those described in <xref target="cb-node"/> are available through system calls, or by communication with various locally deployable system monitoring applications.
However, the CBACC processing can equivalently occur on a separate device that can monitor statistics gathered at a CB node, as long as the necessary control functions to trigger the CB can be invoked.</t>
          <t>The communication path defined in this document for the CB node to obtain the bitrate advertisement in <xref target="bit-ad"/> is the use of DORMS <xref target="I-D.draft-ietf-mboned-dorms"/>.
Other methods MAY be used as well or instead, but are out of scope for this document.</t>
        </section>
        <section anchor="measurement-function">
          <name>Measurement Function</name>
          <t>The measurement function maintains a few values for each interface, computed from the metrics described in <xref target="cb-node"/> and <xref target="bit-ad"/>:</t>
          <ol spacing="normal" type="1"><li>
              <t>The aggregate advertised maximum bit-rate capacity consumed by CBACC data streams.
This is the sum of the max-speed values in the CBACC metadata for all data streams subscribed through an interface</t>
            </li>
            <li>
              <t>An oversubscription threshold for each interface.
The oversubscription threshold will be determined differently for CB nodes in different contexts.
In some network devices, it might be as simple as an administratively configured absolute value or proportion of an interface's capacity.
For other situations, like a CB node operating in a context with loss visibility, it could be a dynamically changing value that grows when data streams are successfully subscribed and receiving data without loss, and shrinks as loss is observed across subscribed data streams.
The oversubscription threshold calculation could also incorporate other information like out-of-band path capacity measurements with bandwidth detection techniques such as <xref target="PathChirp"/> or <xref target="CapProbe"/>.  </t>
              <t>
This document covers some non-normative examples of valid oversubscription threshold functions in <xref target="ref-oversubscribe-thresh"/>.
In general, the oversubscription threshold is the primary parameter that different CBs in different contexts can tune to provide the safety guarantees necessary for their context.</t>
            </li>
          </ol>
        </section>
        <section anchor="trigger-function">
          <name>Trigger Function</name>
          <t>The trigger function fires when the aggregate advertised maximum bit-rate exceeds the oversubscription threshold for any interface.</t>
          <t>When oversubscribed, the trigger function changes the states of subscribed channels to "blocked" until the aggregate subscribed bit-rate is below the oversubscription threshold again.</t>
          <section anchor="ordering">
            <name>Fairness and Inter-flow Ordering</name>
            <t>The trigger function orders the monitored flows according to a fairness function and a within-sender priority ordering (chosen by the sender as part of the CBACC metadata).
When flows are blocked, they're blocked in order until the aggregate bitrate of the permitted flows do not exceed the oversubscription thresholds monitored by the CB node.</t>
            <t>Flows from a single sender MUST be ordered according to their priority field from the CBACC metadata when compared with each other.  This takes precedence over the fairness function ordering, since certain flows from the same sender may need strict priority over others.</t>
            <t>For example, consider a sender using File Delivery over Unidirectional Transport (FLUTE, defined in <xref target="RFC6726"/>) that sends File Delivery Table (FDT) Instances (see section 3.2 of <xref target="RFC6726"/>) in one (S,G) and data for the various referenced files in other (S,G)s.
In this case the data for the files will not be consumable without the (S,G) containing the FDT.
Other transport protocols may similarly send control information (often with a lower bitrate) on one channel, and data information on another.
In these cases, the sender may need to ensure that data channels are only available when the control channels are also available.</t>
            <t>When comparing flows between senders, (S,G)s from the same sender with different priorities should be treated as aggregated (S,G)s with regard to their declared bitrate consumption, to ensure that if any flows from the same sender need to be pruned by the circuit-breaker, the least preferred priority flows from that sender are pruned first.</t>
            <t>Between-sender flows and flows from the same sender with the same priority are ordered according to the fairness function.  TBD: need to work thru detsils, this does not work as written.  Sample fairness function would reward senders for splitting a flow in 2 (more total subscribers).  Maybe should count offload instead?  This has trouble from favoring padding in your flow, but is (i think?) dominated by subscriber count where that's known.
The fairness function can be different for CBs in different contexts.</t>
            <t>A CBACC CB implementation SHOULD provide mechanisms for administrative controls to configure explicit biases, as this may be necessary to support Service Level Agreements for specific events or providers, or to block or de-prioritize channels with historically known misbehavior.</t>
            <t>Subject to the above constraints, where possible the default fairness behavior SHOULD favor streams with many receivers over streams with few receivers, and streams with a low bit-rate over streams with a high bit-rate.  See <xref target="fairness"/> for further considerations and examples.</t>
          </section>
        </section>
        <section anchor="reaction">
          <name>Reaction</name>
          <t>When the trigger function fires and a subscribed channel becomes blocked, the reaction depends on whether it's an upstream interface or a downstream interface.</t>
          <t>If a channel is blocked on one or more downstream interfaces, it may still be unblocked on other downstream interfaces.
When this is the case, traffic is simply not forwarded along blocked interfaces, even though clients might still be joined downstream of those interfaces.</t>
          <t>When a channel is blocked on all downstream interfaces or when the upstream interface is oversubscribed, the channel is pruned so that data no longer arrives from the network on the upstream interface.
The prune would be performed with a PIM prune (Section 3.5 of <xref target="RFC7761"/>), or a "leave" operation to be communicated via IGMP, MLD, or another multicast group signaling mechanism, according to the expected signaling within the network.</t>
          <t>Once initially pruned, a flow SHOULD remain pruned for a minimum amount of time.
The minimum hold-down duration SHOULD be no less than 2.5 minutes by default, even if available bitrate space clears up, to ensure downstream subscriptions will notice and respond.
The hold-down duration SHOULD be extended from the minimum by a randomly chosen number of seconds uniformly distributed over a configurable desynchronization period, to avoid synchronized recovery of different circuit breakers along the path.
The default length of the desynchronization period should be at least 30 seconds.</t>
          <t>2.5 minutes is chosen to exceed the default maximum lifetime of 2 minutes that can occur if an IGMP responder suddenly stops operation, and ceases responding to IGMP queries with membership reports, and 30 seconds is chosen to allow for some flexibility in lost packets.
The values MAY be administratively tuned as needed by network operators to meet performance goals specific to their networks or to the traffic they're forwarding.</t>
          <t>When enough capacity is available for a circuit-broken stream to be unblocked and the circuit-breaker hold-down time is expired, flows SHOULD be unblocked according to the priority order until no more flows can be unblocked without exceeding the circuit breaker limits.</t>
        </section>
        <section anchor="feedback-control-mechanism">
          <name>Feedback Control Mechanism</name>
          <t>The bitrate advertisement metadata from <xref target="bit-ad"/> should be refreshed as needed to maintain up to date values.
When using DORMS and RESTCONF, the Subscription to YANG Notifications for Datastore Updates <xref target="RFC8641"/> is the preferred method to receive changes if available.</t>
          <t>If datastore subscriptions are not supported by the client or server, the HTTP Cache Control headers provide valid refresh time properties from the server, and SHOULD be used if present.
If No-Cache is used, the default refresh timing SHOULD be 30 seconds.
A uniformly distributed random value between 0 and 10 seconds SHOULD be added to the Cache Control or the default refresh timing to avoid synchronization across multiple clients.</t>
        </section>
      </section>
      <section anchor="states">
        <name>States</name>
        <section anchor="interface-state">
          <name>Interface State</name>
          <t>A CB holds the following state for each interface, for both the inbound and outbound directions on that interface:</t>
          <ul spacing="normal">
            <li>
              <t>aggregate bandwidth:  The sum of the bandwidths of all non-circuit-broken CBACC flows that transit this interface in this direction.</t>
            </li>
            <li>
              <t>bandwidth limit:  The maximum aggregate CBACC advertised bandwidth allowed, not including circuit-broken flows.  </t>
              <t>
When reducing the bandwidth limit due to congestion, the circuit breaker SHOULD NOT reduce the limit by more than half its value in 10 seconds, and SHOULD use a smoothing function to reduce the limit gradually over time.  </t>
              <t>
It is RECOMMENDED that no more than half the capacity for a link be allocated to CBACC flows if the link might be shared with unicast traffic that is responsive to congestion.</t>
            </li>
          </ul>
        </section>
        <section anchor="flow-state">
          <name>Flow State</name>
          <t>Data streams with CBACC metadata have a state for the upstream interface through which the stream is joined:</t>
          <ul spacing="normal">
            <li>
              <t>'subscribed'<br/>
Indicates that the circuit breaker is subscribed upstream to the flow and forwarding packets through zero or more egress interfaces.</t>
            </li>
            <li>
              <t>'pruned'<br/>
Indicates that the flow has been circuit-broken.
A request to unsubscribe from the flow has been sent upstream, e.g. a PIM prune (Section 3.5 of <xref target="RFC7761"/>) or a "leave" operation communicated via IGMP, MLD, or another group membership management mechanism.</t>
            </li>
          </ul>
          <t>Data streams also have a per-interface state for downstream interfaces with subscribers, where the data is being forwarded.
It's one of:</t>
          <ul spacing="normal">
            <li>
              <t>'forwarding'<br/>
Indicates that the flow is a non-circuit-broken flow in steady state, forwarding packets downstream.</t>
            </li>
            <li>
              <t>'blocked'<br/>
Indicates that data packets for this flow are NOT forwarded downstream via this interface.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="implementation-design-considerations">
        <name>Implementation Design Considerations</name>
        <section anchor="ref-oversubscribe-thresh">
          <name>Oversubscription Thresholds</name>
          <t>TBD.</t>
        </section>
        <section anchor="fairness">
          <name>Fairness Functions</name>
          <t>As an example fairness function that makes good sense for a general case of unknown traffic:</t>
          <t>Consider a network where the receiver count for multicast channels is known, for example via the experimental PIM extension for population count defined in <xref target="RFC6807"/>.</t>
          <t>A good fairness metric for a flow is max-bandwidth divided by receiver-count, with lower values of the fairness metric favored over higher values.</t>
          <t>An overview of some other approaches to appropriate fairness metrics is given in Section 2.3 of <xref target="RFC5166"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="ref-yang">
      <name>YANG Module</name>
      <section anchor="tree-diagram">
        <name>Tree Diagram</name>
        <t>The tree diagram below follows the notation defined in <xref target="RFC8340"/>.</t>
        <artwork><![CDATA[
module: ietf-cbacc

  augment /dorms:dorms/dorms:metadata/dorms:sender/dorms:group:
    +--rw cbacc!
       +--rw max-speed           uint32
       +--rw max-packet-size?    uint16
       +--rw data-rate-window?   uint32
       +--rw priority?           uint16

]]></artwork>
      </section>
      <section anchor="module">
        <name>Module</name>
        <sourcecode markers="true"><![CDATA[ file ietf-cbacc@2025-05-07.yang
module ietf-cbacc {
  yang-version 1.1;

  namespace "urn:ietf:params:xml:ns:yang:ietf-cbacc";
  prefix "cbacc";

  import ietf-dorms {
    prefix "dorms";
    reference "I-D.jholland-mboned-dorms";
  }

  organization "IETF";

  contact
      "Author:   Jake Holland
                 <mailto:jholland@akamai.com>
      ";

  description
  "Copyright (c) 2019 IETF Trust and the persons identified as
   authors of the code.  All rights reserved.

   Redistribution and use in source and binary forms, with or
   without modification, is permitted pursuant to, and subject to
   the license terms contained in, the Simplified BSD License set
   forth in Section 4.c of the IETF Trust's Legal Provisions
   Relating to IETF Documents
   (https://trustee.ietf.org/license-info).

   This version of this YANG module is part of
   draft-jholland-mboned-cbacc.  See the internet draft for full
   legal notices.

   The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
   NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
   'MAY', and 'OPTIONAL' in this document are to be interpreted as
   described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
   they appear in all capitals, as shown here.

   This module contains the definition for bandwidth consumption
   metadata for SSM channels, as an extension to DORMS
   (draft-ietf-mboned-dorms).";

  revision 2021-07-08 {
    description "Draft version, post-early-review.";
    reference
      "draft-ietf-mboned-cbacc";
  }

  augment
    "/dorms:dorms/dorms:metadata/dorms:sender/dorms:group" {
      description "Definition of the manifest stream providing
          integrity info for the data stream";

    container cbacc {
      presence "CBACC-enabled flow";
      description
        "Information to enable fast-trip circuit breakers";
      leaf max-speed {
        type uint32;
        units "kilobits/second";
        mandatory true;
        description "Maximum bitrate for this stream, in Kilobits
            of IP packet data (including headers) of native
            multicast traffic per second";
      }
      leaf max-packet-size {
        type uint16;
        default 1400;
        description "Maximum IP payload size, in octets.";
      }
      leaf data-rate-window {
          type uint32;
          units "milliseconds";
          default 2000;
          description
            "Time window over which data rate is guaranteed,
             in milliseconds.";
          /* TBD: range limits? */
      }
      leaf priority {
          type uint16;
          default 256;
          description
            "The relative preference level for keeping this flow
             compared to other flows from this sender (higher
             value is more preferred to keep)";
      }
    }
  }
}

]]></sourcecode>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="yang-module-names-registry">
        <name>YANG Module Names Registry</name>
        <t>This document adds one YANG module to the "YANG Module Names" registry maintained at &lt;https://www.iana.org/assignments/yang-parameters&gt;.
The following registrations are made, per the format in Section 14 of <xref target="RFC6020"/>:</t>
        <artwork><![CDATA[
      name:      ietf-cbacc
      namespace: urn:ietf:params:xml:ns:yang:ietf-cbacc
      prefix:    cbacc
      reference: I-D.draft-ietf-mboned-cbacc
]]></artwork>
      </section>
      <section anchor="the-xml-registry">
        <name>The XML Registry</name>
        <t>This document adds the following registration to the "ns" subregistry of the "IETF XML Registry" defined in <xref target="RFC3688"/>, referencing this document.</t>
        <artwork><![CDATA[
       URI: urn:ietf:params:xml:ns:yang:ietf-cbacc
       Registrant Contact: The IESG.
       XML: N/A, the requested URI is an XML namespace.
]]></artwork>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD: Yang Doctor review from Reshad said this should "mention the YANG data nodes".  I think this means "do what https://tools.ietf.org/html/rfc8407#section-3.7 says"?</t>
      <section anchor="metadata-security">
        <name>Metadata Security</name>
        <t>Be sure to authenticate the metadata.
See DORMS security considerations, and don't accept unauthenticated metadata if using an alternative means.</t>
      </section>
      <section anchor="denial-of-service">
        <name>Denial of Service</name>
        <section anchor="state-overload">
          <name>State Overload</name>
          <t>Since CBACC flows require state, it may be possible for a set of receivers and/or senders, possibly acting in concert, to generate many flows in an attempt to overflow the circuit breakers' state tables.</t>
          <t>It is permissible for a network node to behave as a CBACC circuit breaker for some CBACC flows while treating other CBACC flows as non-CBACC, as part of a load balancing strategy for the network as a whole, or simply as defense against this concern when the number of monitored flows exceeds some threshold.</t>
          <t>The same techniques described in Section 3.1 of <xref target="RFC4609"/> can be used to help mitigate this attack, for much the same reasons.
It is RECOMMENDED that network operators implement measures to mitigate such attacks.</t>
        </section>
      </section>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to Devin Anderson, Ben Kaduk, Cheng Jin, Scott Brown, Miroslav Ponec, Bob Briscoe, Lenny Giuliani, Christian Worm Mortensen, Dino Farinacci, and Reshad Rahman for their thoughtful comments and contributions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <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="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC8084">
          <front>
            <title>Network Transport Circuit Breakers</title>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <date month="March" year="2017"/>
            <abstract>
              <t>This document explains what is meant by the term "network transport Circuit Breaker". It describes the need for Circuit Breakers (CBs) for network tunnels and applications when using non-congestion- controlled traffic and explains where CBs are, and are not, needed. It also defines requirements for building a CB and the expected outcomes of using a CB within the Internet.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="208"/>
          <seriesInfo name="RFC" value="8084"/>
          <seriesInfo name="DOI" value="10.17487/RFC8084"/>
        </reference>
        <reference anchor="RFC8085">
          <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="RFC8174">
          <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="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="I-D.draft-ietf-mboned-dorms">
          <front>
            <title>Discovery Of Restconf Metadata for Source-specific multicast</title>
            <author fullname="Jake Holland" initials="J." surname="Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   This document defines DORMS (Discovery Of Restconf Metadata for
   Source-specific multicast), a method to discover and retrieve
   extensible metadata about source-specific multicast channels using
   RESTCONF.  The reverse IP DNS zone for a multicast sender's IP
   address is configured to use SRV resource records to advertise the
   hostname of a RESTCONF server that publishes metadata according to a
   new YANG module with support for extensions.  A new service name and
   the new YANG module are defined.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-mboned-dorms-04"/>
        </reference>
        <reference anchor="I-D.draft-ietf-mboned-ambi">
          <front>
            <title>Asymmetric Manifest Based Integrity</title>
            <author fullname="Jake Holland" initials="J." surname="Holland">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <author fullname="Kyle Rose" initials="K." surname="Rose">
              <organization>Akamai Technologies, Inc.</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   This document defines Asymmetric Manifest-Based Integrity (AMBI).
   AMBI allows each receiver or forwarder of a stream of multicast
   packets to check the integrity of the contents of each packet in the
   data stream.  AMBI operates by passing cryptographically verifiable
   hashes of the data packets inside manifest messages, and sending the
   manifests over authenticated out-of-band communication channels.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-mboned-ambi-03"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC3738">
          <front>
            <title>Wave and Equation Based Rate Control (WEBRC) Building Block</title>
            <author fullname="M. Luby" initials="M." surname="Luby"/>
            <author fullname="V. Goyal" initials="V." surname="Goyal"/>
            <date month="April" year="2004"/>
            <abstract>
              <t>This document specifies Wave and Equation Based Rate Control (WEBRC), which provides rate and congestion control for data delivery. WEBRC is specifically designed to support protocols using IP multicast. It provides multiple-rate, congestion-controlled delivery to receivers, i.e., different receivers joined to the same session may be receiving packets at different rates depending on the bandwidths of their individual connections to the sender and on competing traffic along these connections. WEBRC requires no feedback from receivers to the sender, i.e., it is a completely receiver-driven congestion control protocol. Thus, it is designed to scale to potentially massive numbers of receivers attached to a session from a single sender. Furthermore, because each individual receiver adjusts to the available bandwidth between the sender and that receiver, there is the potential to deliver data to each individual receiver at the fastest possible rate for that receiver, even in a highly heterogeneous network architecture, using a single sender. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3738"/>
          <seriesInfo name="DOI" value="10.17487/RFC3738"/>
        </reference>
        <reference anchor="RFC4609">
          <front>
            <title>Protocol Independent Multicast - Sparse Mode (PIM-SM) Multicast Routing Security Issues and Enhancements</title>
            <author fullname="P. Savola" initials="P." surname="Savola"/>
            <author fullname="R. Lehtonen" initials="R." surname="Lehtonen"/>
            <author fullname="D. Meyer" initials="D." surname="Meyer"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This memo describes security threats for the larger (intra-domain or inter-domain) multicast routing infrastructures. Only Protocol Independent Multicast - Sparse Mode (PIM-SM) is analyzed, in its three main operational modes: the traditional Any-Source Multicast (ASM) model, the source-specific multicast (SSM) model, and the ASM model enhanced by the Embedded Rendezvous Point (Embedded-RP) group-to-RP mapping mechanism. This memo also describes enhancements to the protocol operations that mitigate the identified threats. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4609"/>
          <seriesInfo name="DOI" value="10.17487/RFC4609"/>
        </reference>
        <reference anchor="RFC5166">
          <front>
            <title>Metrics for the Evaluation of Congestion Control Mechanisms</title>
            <author fullname="S. Floyd" initials="S." role="editor" surname="Floyd"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>This document discusses the metrics to be considered in an evaluation of new or modified congestion control mechanisms for the Internet. These include metrics for the evaluation of new transport protocols, of proposed modifications to TCP, of application-level congestion control, and of Active Queue Management (AQM) mechanisms in the router. This document is the first in a series of documents aimed at improving the models that we use in the evaluation of transport protocols.</t>
              <t>This document is a product of the Transport Modeling Research Group (TMRG), and has received detailed feedback from many members of the Research Group (RG). As the document tries to make clear, there is not necessarily a consensus within the research community (or the IETF community, the vendor community, the operations community, or any other community) about the metrics that congestion control mechanisms should be designed to optimize, in terms of trade-offs between throughput and delay, fairness between competing flows, and the like. However, we believe that there is a clear consensus that congestion control mechanisms should be evaluated in terms of trade-offs between a range of metrics, rather than in terms of optimizing for a single metric. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5166"/>
          <seriesInfo name="DOI" value="10.17487/RFC5166"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
        <reference anchor="RFC6726">
          <front>
            <title>FLUTE - File Delivery over Unidirectional Transport</title>
            <author fullname="T. Paila" initials="T." surname="Paila"/>
            <author fullname="R. Walsh" initials="R." surname="Walsh"/>
            <author fullname="M. Luby" initials="M." surname="Luby"/>
            <author fullname="V. Roca" initials="V." surname="Roca"/>
            <author fullname="R. Lehtonen" initials="R." surname="Lehtonen"/>
            <date month="November" year="2012"/>
            <abstract>
              <t>This document defines File Delivery over Unidirectional Transport (FLUTE), a protocol for the unidirectional delivery of files over the Internet, which is particularly suited to multicast networks. The specification builds on Asynchronous Layered Coding, the base protocol designed for massively scalable multicast distribution. This document obsoletes RFC 3926. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6726"/>
          <seriesInfo name="DOI" value="10.17487/RFC6726"/>
        </reference>
        <reference anchor="RFC6807">
          <front>
            <title>Population Count Extensions to Protocol Independent Multicast (PIM)</title>
            <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
            <author fullname="G. Shepherd" initials="G." surname="Shepherd"/>
            <author fullname="S. Venaas" initials="S." surname="Venaas"/>
            <author fullname="Y. Cai" initials="Y." surname="Cai"/>
            <date month="December" year="2012"/>
            <abstract>
              <t>This specification defines a method for providing multicast distribution-tree accounting data. Simple extensions to the Protocol Independent Multicast (PIM) protocol allow a rough approximation of tree-based data in a scalable fashion. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6807"/>
          <seriesInfo name="DOI" value="10.17487/RFC6807"/>
        </reference>
        <reference anchor="RFC7761">
          <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="RFC8641">
          <front>
            <title>Subscription to YANG Notifications for Datastore Updates</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore. Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8641"/>
          <seriesInfo name="DOI" value="10.17487/RFC8641"/>
        </reference>
        <reference anchor="PathChirp">
          <front>
            <title>pathChirp: Efficient Available Bandwidth Estimation for Network Paths</title>
            <author initials="V. J." surname="Ribeiro" fullname="Vinay J. Ribeiro">
              <organization/>
            </author>
            <author initials="R. H." surname="Riedi" fullname="Rudolf H. Riedi">
              <organization/>
            </author>
            <author initials="R. G." surname="Baraniuk" fullname="Richard G. Baraniuk">
              <organization/>
            </author>
            <author initials="J." surname="Navratil" fullname="Jiri Navratil">
              <organization/>
            </author>
            <author initials="L." surname="Cottrell" fullname="Les Cottrell">
              <organization/>
            </author>
            <author>
              <organization>Department of Electrical and Computer Engineering Rice University</organization>
            </author>
            <author>
              <organization>SLAC/SCS-Network Monitoring, Stanford University</organization>
            </author>
            <date year="2003"/>
          </front>
        </reference>
        <reference anchor="CapProbe" target="https://dl.acm.org/doi/pdf/10.1145/1015467.1015476">
          <front>
            <title>CapProbe: A Simple and Accurate Capacity Estimation Technique</title>
            <author initials="R." surname="Kapoor" fullname="Rohit Kapoor">
              <organization/>
            </author>
            <author initials="L.-J." surname="Chen" fullname="Ling-Jyh Chen">
              <organization/>
            </author>
            <author initials="L." surname="Lao" fullname="Li Lao">
              <organization/>
            </author>
            <author initials="M." surname="Gerla" fullname="Mario Gerla">
              <organization/>
            </author>
            <author initials="M. Y." surname="Sanadidi" fullname="M. Y. Sanadidi">
              <organization/>
            </author>
            <date year="2004" month="September"/>
          </front>
        </reference>
        <reference anchor="FLID-DL" target="https://ieeexplore.ieee.org/document/1038584">
          <front>
            <title>FLID-DL: congestion control for layered multicast</title>
            <author initials="J. W." surname="Byers">
              <organization/>
            </author>
            <author initials="G." surname="Horn">
              <organization/>
            </author>
            <author initials="M." surname="Luby">
              <organization/>
            </author>
            <author initials="M." surname="Mitzenmacher">
              <organization/>
            </author>
            <author initials="W." surname="Shaver">
              <organization/>
            </author>
            <author>
              <organization>IEEE</organization>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="DOI" value="10.1109/JSAC.2002.803998"/>
        </reference>
        <reference anchor="PLM" target="http://www.eurecom.fr/en/publication/340/download/ce-legoar-000601.pdf">
          <front>
            <title>PLM: Fast Convergence for Cumulative Layered Multicast Transmission Schemes</title>
            <author initials="A. L. W." surname="Biersack, Institut EURECOM">
              <organization/>
            </author>
            <date year="1999"/>
          </front>
        </reference>
        <reference anchor="RLC" target="http://www.iet.unipi.it/~a007834/rlc99.ps.gz">
          <front>
            <title>The RLC multicast congestion control algorithm</title>
            <author initials="L." surname="Rizzo" fullname="Luigi Rizzo">
              <organization/>
            </author>
            <author initials="L." surname="Vicisano" fullname="Lorenzo Vicisano">
              <organization/>
            </author>
            <author initials="J." surname="Crowcroft" fullname="John Crowcroft">
              <organization/>
            </author>
            <date year="1999"/>
          </front>
        </reference>
        <reference anchor="RLM" target="http://www1.cs.columbia.edu/~danr/courses/6761/Fall00/week9/layering.pdf">
          <front>
            <title>Receiver-driven Layered Multicast</title>
            <author initials="S." surname="McCanne" fullname="Steven McCanne">
              <organization/>
            </author>
            <author initials="V." surname="Jacobson" fullname="Van Jacobson">
              <organization/>
            </author>
            <author initials="M." surname="Vetterli" fullname="Martin Vetterli">
              <organization/>
            </author>
            <author>
              <organization>University of California, Berkeley</organization>
            </author>
            <author>
              <organization>Lawrence Berkeley National Laboratory</organization>
            </author>
            <date year="1995"/>
          </front>
        </reference>
        <reference anchor="SMCC" target="http://www.cs.bu.edu/techreports/pdf/2002-025-smcc.pdf">
          <front>
            <title>Smooth Multirate Multicast Congestion Control</title>
            <author initials="G.-I." surname="Kwon" fullname="Gu-In Kwon">
              <organization/>
            </author>
            <author initials="J. W." surname="Byers" fullname="John W. Byers">
              <organization/>
            </author>
            <author>
              <organization>Computer Science Department, Boston University</organization>
            </author>
            <date year="2002"/>
          </front>
        </reference>
        <reference anchor="ZSC91">
          <front>
            <title>Observations and Dynamics of a Congestion Control Algorithm: The Effects of Two-Way Traffic</title>
            <author initials="L." surname="Zhang" fullname="Lixia Zhang">
              <organization/>
            </author>
            <author initials="S." surname="Shenker" fullname="Scott Shenker">
              <organization/>
            </author>
            <author initials="D. D." surname="Clark" fullname="David D. Clark">
              <organization/>
            </author>
            <date year="1991"/>
          </front>
          <seriesInfo name="Proc. ACM SIGCOMM, ACM Computer Communications Review (CCR), Vol 21, No 4, pp.133-147." value=""/>
        </reference>
      </references>
    </references>
    <?line 577?>

<section anchor="ref-overjoining">
      <name>Overjoining</name>
      <t><xref target="RFC8085"/> describes several remedies for unicast congestion control under UDP, even though UDP does not itself provide congestion control.
In general, any network node under congestion could in theory collect evidence that a unicast flow's sending rate is not responding to congestion, and would then be justified in circuit-breaking it.</t>
      <t>With multicast IP, the situation is different, especially in the presence of malicious receivers.
A well-behaved sender using a receiver-controlled congestion scheme such as WEBRC does not reduce its send rate in response to congestion, instead relying on receivers to leave the appropriate multicast groups.</t>
      <t>This leads to a situation where, when a network accepts inter-domain multicast traffic, as long as there are senders somewhere in the world with aggregate bandwidth that exceeds a network's capacity, receivers in that network can join the flows and overflow the network capacity.
A receiver controlled by an attacker could do this at the IGMP/MLD level without running the application layer protocol that participates in the receiver-controlled congestion control.</t>
      <t>A network might be able to detect and defend against the most naive version of such an attack by blocking end users that try to join too many flows at once.
However, an attacker can achieve the same effect by joining a few high-bandwidth flows, if those exist anywhere, and an attacker that controls a few machines in a network can coordinate the receivers so they join disjoint sets of non-responsive sending flows.</t>
      <t>This scenario will produce congestion in a middle node in the network that can't be easily detected at the edge where the IGMP/MLD join is accepted.
Thus, an attacker with a small set of machines in a target network can always trip a circuit breaker if present, or can induce excessive congestion among the bandwidth allocated to multicast.
This problem gets worse as more multicast flows become available.</t>
      <t>Although the same can apply to non-responsive unicast traffic, network operators can assume that non-responsive sending flows are in violation of congestion control best practices, and can therefore cut off flows associated with the misbehaving senders.
By contrast, non-responsive multicast senders are likely to be well-behaved participants in receiver-controlled congestion control schemes.</t>
      <t>However, receiver controlled congestion control schemes also show the most promise for efficient massive scale content distribution via multicast, provided network health can be ensured.
Therefore, mechanisms to mitigate overjoining attacks while still permitting receiver-controlled congestion control are necessary.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
A8VF5LfgtKKD/BvkFdiZIPe7iVfAR+KiyM1fsXSg0MaJPsPVR/pQZrBkknio
EKzfNDDA+U9sRUvUuQ5VKHwrQXBdVallgTYiJYzR0Iuig0ZuDCJd0YOC0vxr
L1gv9JXmun74h0lejefvS4UEyrb1J8Ph9qUjXy6nT9aKLXZx90KmxA+B8U8j
dNqJAaq84iK9+BsLnsikKarAhsKo37n5qNXSOgZmSFJ64YWfr4eRJpC5Lvm3
4bhsd8G/09ER0AyM/JaHyOJudXOoIt3lIyaVbLgtSCOF0Y4YoX2TLGqgTYbb
WMfOmouEW9s9Fv/TB/OMuyQ2IhdTVMkvx3UwlhUPZK5Ly5lsvXwjFKj15cdN
sE3eOLjbWtPti5/Nq7VqoU6RTBA8rqeib5Y+xUEQTJbNTI4aRBnlb8Nx4+a0
2u+4iG2WhAh5R4uFNIZfOdWVmpv+BpOJX7fuRyW4Gmg7XfimjfemKsJPE2zQ
+iPNl9hg1fMtB7ZFpDlj7Ro5cx+RSbCKbZWbzLcKdNXdsXm8k8nD3onryUJ7
6q9CmvwehxPhgBY9CAQ1I91VjUGAubay3ye8nI4EiwQ5sUkKb39T6lLszIl1
lmhEE3PjyhB07OSfCbXZPHPJA/6NlDSphrKBsPF+/OGLlZ8Fcla4VOdLtb0c
RD+9AZaayml7f98sX7wbuZjisnBpa/9vII6LUf3VMELf/waPtCepLnkAAA==

-->

</rfc>
