<?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.24 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-mishra-scone-usecase-00" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.0 -->
  <front>
    <title abbrev="SCONE Use Case">A Use Case for SCONE Implementation</title>
    <seriesInfo name="Internet-Draft" value="draft-mishra-scone-usecase-00"/>
    <author initials="S." surname="Mishra" fullname="Sanjay Mishra">
      <organization>Verizon</organization>
      <address>
        <email>sanjay.mishra@verizon.com</email>
      </address>
    </author>
    <author initials="A." surname="Tomar" fullname="Anoop Tomar">
      <organization>Meta</organization>
      <address>
        <email>anooptomar@meta.com</email>
      </address>
    </author>
    <date year="2025" month="March" day="02"/>
    <area>Web and Internet Transport</area>
    <workgroup>SCONE</workgroup>
    <keyword>Adaptive Bit-Rate Video</keyword>
    <abstract>
      <?line 58?>

<t>This document is based on the SCONE working group charter <xref target="SCONE-Charter"/>
that says the SCONE Working Group aims to establish a mechanism for network
elements capable of rate-limiting a UDP 4-tuple to communicate an upper bound
on achievable bitrate termed "throughput advice".</t>
    </abstract>
  </front>
  <middle>
    <?line 65?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document proposes utilizing the User Plane Function (UPF) in 5G networks
and packet data network gateway in 4G networks (PDN-GW or P-GW and also
referred as a PGW) to transport SCONE signal between the client-application
endpoint on a User Equipment (UE) and the network element (UPF/PDN-GW) in the
mobile networks. Specifically, this use case focuses on using UPF and PDN-GW to
exchange bi-directional communications with client-application end-point on the
UE. The mechanism described focuses on mobile networks including 4G and 5G but
the mechanism is generic and applicable to other network architectures.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="overview-of-user-plane-network-element-in-mobile-packet-core">
      <name>Overview of User Plane Network Element in Mobile Packet Core</name>
      <t>This section describes 5G mobile packet core to explain the role of user-plane
network element in mobile packet core and reasons why the 5G User Plane
Function (UPF) and 4G P-GW as network elements can be considered candidates for
signaling the "throughput advice" to client-application-endpoint.  However, the
applicability extends to network architectures beyond 4G/5G networks.</t>
      <t>The user plane network element in the 5G packet core is the UPF, as shown in
Figure 1. In the 4G packet core, the P-GW (as shown in Figure 2) performs the
same role as the UPF does in the 5G mobile packet core.</t>
      <t>The UPF is a fundamental component of the 3GPP's 5G packet core network
architecture. UPF is the data path between the end-user and the Internet, has
access to subscriber policy via standard 3GPP interface and is responsible for
routing and forwarding user data packets. UPF is the anchor point between the
mobile infrastructure and the Packet Data Network.  The UPF is responsible for
functions such as:</t>
      <ul spacing="normal">
        <li>
          <t>Allocation of User Equipment (UE) IP Address/prefix</t>
        </li>
        <li>
          <t>Packet routing, forwarding, and provides interconnection to the Data Network (DN)</t>
        </li>
        <li>
          <t>Quality of Service: does enforcement of QoS policies and handles traffic filtering</t>
        </li>
        <li>
          <t>Traffic usage reporting</t>
        </li>
        <li>
          <t>Packet inspection</t>
        </li>
      </ul>
      <t>Note: This is not an exhaustive list of UPF functions.  For details refer to
<xref target="_5G-Arch"/>.</t>
      <t>To accomplish above mentioned functions, the UPF has four distinct reference
points (interfaces)  as defined by the 3GPP and as shown in the figure below:</t>
      <figure>
        <name>5G Mobile Network Architecture</name>
        <artwork><![CDATA[
               +-----+  Nudm/Nudr  +---------+
               | PCF +-------------+ UDM/UDR |
               +--+--+             +----+----+
                   |                    |
              Npcf |      +-----+       |Nudm
                   +------+ SMF +-------+
                          +--+--+      ___  __
                             | N4     /   )(  \
   +----+   +--------+    +--+--+    (         )    +------------------+
   | UE |---| gNodeB |----| UPF |----(    DN    )---| Content Provider |
   +----+   +--------+ N3 +- -+-+ N6  (        _)   +------------------+
                              | N9     (__(___)
                            +-+---+
                            | UPF |
                            +-----+
]]></artwork>
      </figure>
      <ol spacing="normal" type="1"><li>
          <t>The N3 interface is between the UPF and the 5G Base station.</t>
        </li>
        <li>
          <t>The N4 interface is a connection between the UPF and the Session Management Function (SMF).</t>
        </li>
        <li>
          <t>The N6 interface is between the UPF and the public data network or the Internet.</t>
        </li>
        <li>
          <t>The N9 interface is between instances of UPFs.</t>
        </li>
      </ol>
      <section anchor="n3-interface">
        <name>N3 Interface</name>
        <t>The N3 interfaces transfers user plane traffic, that is, user data packets
between the gNodeB and the UPF.  It uses GPRS Tunneling Protocol - User Plane
or GTP-U.  It replaces the S1-U interfaces from the 4G mobile packet core.</t>
      </section>
      <section anchor="n4-interface">
        <name>N4 Interface</name>
        <t>The N4 interface connects the UPF and the 5G Session Management Function (SMF).
Through N4, the UPF gets access to the subscriber policy and data plans.
Additionally, this interface is used to manage session setup, modification,
deletion, and for configuring forwarding rules for user data.  The N4 interface
uses Packet Forwarding Control Protocol (PFCP).</t>
        <t>Through the N4 interface, UPF gets access to the subscriber policy and data plans.  This enables UPF to send the throughput advice based on the subscriber data plan to the client application end point.</t>
        <t>Note: SMF also interacts with Policy Control Function (PCF) for functions such
as QoS and Charging policy rules, Unified Data Management (UDM) and Unified
Data Repository (UDR) for functions such as subscription data and policy plans.</t>
      </section>
      <section anchor="n6-interface">
        <name>N6 Interface</name>
        <t>The N6 interface connects the UPF to external Data Networks, similar to the SGi
interface between the P-GW and the external Data Network for access to services
and applications.  The interface supports various trasnport protocols over IP.</t>
      </section>
      <section anchor="n9-interface">
        <name>N9 Interface</name>
        <t>This interface interconnects two or more UPFs when used in a data path.  The interface uses GTP-U protocol for user traffic tunneling including roaming.</t>
        <t>Note: In the scenario of 2 or more UPFs in the data path, only one UPF that has access to subscriber policy would send "throughput advice" to the client-application-endpoint.</t>
        <t>Of the interfaces listed above and for the purpose of SCONE, the N3 and N4 interfaces are the most relevant to SCONE signaling and to clarify that use of N4 by the UPF within the mobile packet core network is agnostic to SCONE signal.</t>
      </section>
    </section>
    <section anchor="user-plane-interface-between-upf-and-ue">
      <name>User Plane Interface Between UPF and UE</name>
      <t>This section describes the N3 interface (between the UPF and gNodeB or gNB) and
the air interface between the gNB and UE.  For purposes of nomenclature, a
Protocol Data Unit (PDU) session is a logical path between a UE and UPF to
carry packets belonging to one or more IP flows between UE and DN.  A PDU
session within a 5G mobile network consists of an air-interface between UE and
gNB and GTP-U tunnel between gNB and UPF (N3 interface).  IP flows (aka service
data flows or SDFs) may belong to one or more services.  All the service data
flows with the same QoS maps onto one PDU session.  Below is an example of data
flow to/from a UE to the UPF.</t>
      <ol spacing="normal" type="1"><li>
          <t>Uplink Data Flow
          </t>
          <ul spacing="normal">
            <li>
              <t>Apps that are hosted on UE that generate application packets for communication (e.g. web brownsing, video streaming).</t>
            </li>
            <li>
              <t>These packets are transmitted to the gNB over the air interface.</t>
            </li>
            <li>
              <t>N3 Encapsulation and Forwarding
              </t>
              <ol spacing="normal" type="1"><li>
                  <t>The gNB then encapsulates this user-plane data using GTP-U.</t>
                </li>
                <li>
                  <t>It then forwards the encapsulated packets over the N3 interface to the UPF in the 5G mobile packet core.</t>
                </li>
              </ol>
            </li>
            <li>
              <t>UPF Routes Data to External Networks.
              </t>
              <ol spacing="normal" type="1"><li>
                  <t>Within the UPF, UPF then removes the GTP-U header, processes the packet, and routes it over the N6 interface toward the destination (Internet, enterprise network, cloud services, etc.).</t>
                </li>
              </ol>
            </li>
          </ul>
        </li>
        <li>
          <t>Downlink Data Flow
          </t>
          <ul spacing="normal">
            <li>
              <t>UPF receives incoming data in downlink direction at N6 interface.</t>
            </li>
            <li>
              <t>The UPF encapsulates incoming data using GTP-U and sends it back over the N3 interface to the gNB.</t>
            </li>
            <li>
              <t>The gNB forwards the packets to the UE over the air-interface.  UE-side modem stack then transparently passes the application packets to the app hosted on the UE.</t>
            </li>
          </ul>
        </li>
      </ol>
      <t>In summary, the UPF is responsible for packet routing and forwarding, packet
inspection, subscriber policy enforcement, and QoS handling.  For instance,
shallow packet inspection, deep packet inspection, traffic optimization, and
inline services (NAT, firewall, DNS, and so on) and external PDU session for
interconnecting Data Network.</t>
      <section anchor="significance-of-upf-from-scone-perspective">
        <name>Significance of UPF from SCONE Perspective</name>
        <t>The UPF is a data path mobile packet core network element that routes and forwards application packets between the gNodeB and the DN and it has access to subscriber policy via standard 3GPP N3 interface.  This enables UPF to send the throughput advice to client application end point over data-path.</t>
      </section>
      <section anchor="g-mobile-network-architecture">
        <name>4G Mobile Network Architecture</name>
        <figure>
          <name>4G Mobile Network Architecture</name>
          <artwork><![CDATA[
                    +-----+
                    | HSS |
                    +-----+
                       |
                    +-----+          +------+
                    | MME |          | PCRF |
                   /+-----+\         +------+
                  /         \            |
                 /           \           |         ___  __
                /             \          |        /   )(  \
   +----+   +-----+        +------+  +------+    (         )    +----------+
   | UE |---| eNB |--------| S-GW |--| P-GW |----(    DN    )---| Content  |
   +----+   +-----+   S1u  +------+  +------+ SGi (        _)   | Provider |
                                                   (__(___)     +----------+

]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="implementing-scone-in-the-mobile-network">
      <name>Implementing SCONE In the Mobile Network</name>
      <t>As described in sections above, UPF is the 3GPP on-path "network element" that has access to subscriber policy via standard 3GPP N4 interface and provides the data pipe connectivity between UE and DN over the air interface and the N3 interface.  UPF is a network element that is capable of SCONE signaling over the data path.  SCONE signaling shall use IP tubples of the flow to send the "throughput advice signal".  SCONE signal will be sent over the same PDU session (N3 interface + air interface) that is carrying the IP flow.</t>
      <t>Below is a high-level view of SCONE signal path in a 5G network.  Please see <xref target="Mishra-2025"/> for a more complete version of this diagram.</t>
      <figure>
        <name>SCONE Integration with Video Policy in 5G SA N/W</name>
        <artwork><![CDATA[
                          +---------+
                          |   PCF   |
                          +---------+
                               | Subscriber
                               V Policy Rules
                          +---------+
                          |   SMF   |
                          +----+----+
                               | Subscriber
                               v Policy Rules
+--------+               + +---------+-+
| Client |/--------------\ |  SCONE  | |       __
|   App  |\--------------/ | Endpoint| |    __(  )__
+--------+     SCONE     | +---------+ |   (        )   +----------+
|   OS   |  (advised bit |             +--( Internet )--+ Content  |
+--------+   rate and    |     UPF     |   (         )  | Provider |
|  Modem |   other IEs)  |             |    (__)(___)   +----------+
+----+---+               +------+------+      
     |                          |
     |         +-----+          |    
     +---------+ gNB +----------+     
               +-----+       
]]></artwork>
      </figure>
      <t>Similarly, the SCONE signal for 4G network is shown below.  Please see <xref target="Mishra-2025"/> for a more complete version of this diagram.</t>
      <figure>
        <name>SCONE Integration with Vido Policy in 4G N/W</name>
        <artwork><![CDATA[
                          +---------+
                          |  PCRF   |
                          +----+----+
                               | Subscriber
                               v Policy Rules
+--------+               + +---------+-+
| Client |/--------------\ |  SCONE  | |       __
|   App  |\--------------/ | Endpoint| |    __(  )__
+--------+     SCONE     | +---------+ |   (        )   +----------+
|   OS   |  (advised bit |             +--( Internet )--+ Content  |
+--------+   rate and    |     P-GW    |   (         )  | Provider |
|  Modem |   other IEs)  |             |    (__)(___)   +----------+
+----+---+               +------+------+      
     |                          |
     |         +-----+       +--+---+
     +---------+ eNB +-------+ S-GW |
               +-----+       +------+
]]></artwork>
      </figure>
    </section>
    <section anchor="scone-signal-requirements">
      <name>SCONE Signal Requirements</name>
      <ul spacing="normal">
        <li>
          <t>SCONE signal <bcp14>MUST</bcp14> be a client-application endpoint initiated to assist the network element (UPF/5G or PGW/4G) with the implicit flow detection.</t>
        </li>
        <li>
          <t>UPF/P-GW <bcp14>SHOULD</bcp14> send "throughput advice" and other metadata using on-path SCONE signaling to the client-application-endpoint based on subscriber data-plans.</t>
        </li>
        <li>
          <t>Client-application endpoint <bcp14>SHOULD</bcp14> send acknowledgement receipt of throughput advisory signal from the network element using the SCONE signal.</t>
        </li>
        <li>
          <t>SCONE signaling <bcp14>MUST NOT</bcp14> require changes to how a CSP determintes its video policy for a given flow.  (No dependency between a CSP's video policy and the SCONE protocol).</t>
        </li>
        <li>
          <t>Dynamic update - "throughput advice" <bcp14>MAY</bcp14> change during the ongoing flow and UPF/PGW <bcp14>SHOULD</bcp14> be able to send "throughput advice" to client-application-endpoint as soon as possible.</t>
        </li>
        <li>
          <t>Applications <bcp14>SHOULD</bcp14> self-adapt the video flow max bit-rate to "throughput advice" value.</t>
        </li>
        <li>
          <t>SCONE signal <bcp14>MUST</bcp14> be extensible to networks beyond 4G/5G network.</t>
        </li>
      </ul>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations are included separately in the SCONE protocol documents.  Specific to the use case description in this document, there are no additional security considerations.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</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="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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.joras-scone-video-optimization-requirements">
          <front>
            <title>SCONE Video Optimization Requirements</title>
            <author fullname="Matt Joras" initials="M." surname="Joras">
              <organization>Meta Platforms, Inc.</organization>
            </author>
            <author fullname="Anoop Tomar" initials="A." surname="Tomar">
              <organization>Meta Platforms, Inc.</organization>
            </author>
            <author fullname="Abhishek Tiwari" initials="A." surname="Tiwari">
              <organization>Meta Platforms, Inc.</organization>
            </author>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Meta Platforms, Inc.</organization>
            </author>
            <date day="4" month="November" year="2024"/>
            <abstract>
              <t>   These are the requirements for the "Video Optimization" use-case for
   SCONE, which broadly speaking seeks to optimize video playback
   experience in mobile networks by cooperative communication between
   video content providers and the providers of network services to end
   users.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Source for this draft and an issue tracker can be found at
   https://github.com/mjoras/sadcdn-video-optimization-requirements.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-joras-scone-video-optimization-requirements-00"/>
        </reference>
        <reference anchor="SCONE-Charter" target="https://datatracker.ietf.org/wg/scone/about/">
          <front>
            <title>SCONE Working Group Charter</title>
            <author initials="" surname="IETF" fullname="IETF">
              <organization/>
            </author>
            <date year="2024" month="October" day="31"/>
          </front>
        </reference>
        <reference anchor="_5G-Arch" target="https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=3144">
          <front>
            <title>System architecture for the 5G System (5GS)</title>
            <author initials="" surname="3GPP" fullname="3GPP">
              <organization/>
            </author>
            <date year="2025" month="January" day="07"/>
          </front>
        </reference>
        <reference anchor="Mishra-2025" target="https://datatracker.ietf.org/meeting/interim-2025-scone-01/materials/slides-interim-2025-scone-01-sessa-leveraging-the-user-plane-function-for-network-side-advisory-signal-00">
          <front>
            <title>Leveraging the user plane function for network-side advisory signal</title>
            <author initials="S." surname="Mishra" fullname="Sanjay Mishra">
              <organization/>
            </author>
            <date year="2025" month="February" day="06"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 332?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document represents collaboration, comments, and inputs from others,
including:</t>
      <ul spacing="normal">
        <li>
          <t>Wesley Eddy</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
SidqI87n800Q/CfP5iPHjToAAA==

-->

</rfc>
