<?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.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-zhang-qoe-driven-transport-requirement-00" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="QoE-Driven Transport">QoE-Driven Application-Transport Cooperation Requirements</title>
    <seriesInfo name="Internet-Draft" value="draft-zhang-qoe-driven-transport-requirement-00"/>
    <author initials="J." surname="Zhang" fullname="Jiaxing Zhang">
      <organization>Chinese Academy of Sciences</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhangjiaxing20g@ict.ac.cn</email>
      </address>
    </author>
    <author initials="G." surname="Lv" fullname="Gerui Lv">
      <organization>Chinese Academy of Sciences</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>lvgerui@ict.ac.cn</email>
      </address>
    </author>
    <author initials="Q." surname="Wu" fullname="Qinghua Wu">
      <organization>Chinese Academy of Sciences</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>wuqinghua@ict.ac.cn</email>
      </address>
    </author>
    <author initials="Z." surname="Li" fullname="Zhenyu Li">
      <organization>Chinese Academy of Sciences</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zyli@ict.ac.cn</email>
      </address>
    </author>
    <date year="2025" month="November" day="10"/>
    <area>Web and Internet Transport</area>
    <workgroup>Standard Communication with Network Elements</workgroup>
    <keyword>QoE</keyword>
    <keyword>Transport</keyword>
    <abstract>
      <?line 57?>

<t>This document specifies requirements for a QoE-driven transport system, which enables network stack to adjust its transport strategy according to the QoE intent expressed by applications. The Application Layer <bcp14>MUST</bcp14> provide a structured QoE Intent Signal detailing performance objectives to the transport layer. A QoE Mapping Engine is required to translate this intent into adaptive transport strategies. The Transport Protocol Stack <bcp14>SHOULD</bcp14> continuously feed a Transport Feedback Signal on current performance and network status back to the Application Layer, thereby closing the control loop essential for continuous QoE optimization.</t>
    </abstract>
  </front>
  <middle>
    <?line 61?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The rigid separation inherent in traditional networking models between the Application Layer and the Transport Layer frequently results in suboptimal Quality of Experience (QoE) for end-users. The Transport Layer's reliance on generic network metrics (e.g., RTT, throughput) is insufficient, as these metrics fail to correlate accurately with application-specific QoE contexts (e.g., video stall rate or guaranteed low-latency stability required for real-time gaming).</t>
      <t>This structural deficiency is incapable of meeting the diverse and dynamic QoE demands of modern applications. A common conflict arises, for instance, when strategies focused on maximizing aggregate throughput actively undermine the requirements for stable low-latency. To fundamentally resolve this performance gap, the Transport Layer <bcp14>SHOULD</bcp14> evolve to become QoE-aware and cooperate directly with the Application Layer.
This document specifies the requirements for a QoE-Driven Transport Paradigm, establishing a closed-loop control system defined by three core functional flows essential for cross-layer cooperation: Intent Declaration, Adaptive Strategy, and Feedback Optimization. This architecture mandates a fundamental shift in responsibility to ensure continuous QoE management.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>QoE: Quality of Experience.
QoE Intent Signal: The structured, encoded declaration of the application's real-time QoE goals and priorities.
QoE Mapping Engine: The logical component responsible for translating the abstract QoE Intent Signal into concrete, executable Transport Strategy.
Transport Strategy: The specific, low-level control commands generated by the Mapping Engine that modify the Transport Protocol Stack's behavior.
Transport Feedback Signal: The signal containing real-time performance metrics (e.g., RTT, achieved throughput, loss rate) provided by the Transport Stack back to the Application Layer.</t>
      </section>
      <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="system-architecture">
      <name>System Architecture</name>
      <t>The QoE-Driven Transport Paradigm is based on a closed-loop system where responsibility is fundamentally shifted to achieve Application-Aware transport. This architecture is composed of three interconnected requirements for the system's components:</t>
      <section anchor="application-layer-requirements-intent-declaration">
        <name>Application Layer Requirements: Intent Declaration</name>
        <t>The Application Layer <bcp14>MUST</bcp14> provide a structured QoE Intent Signal to the transport system, explicitly declaring real-time performance objectives and shifting the optimization target from generic metrics (e.g., RTT) to user-centric QoE goals (e.g., stall avoidance).</t>
      </section>
      <section anchor="qoe-mapping-engine-requirements-adaptive-strategy">
        <name>QoE Mapping Engine Requirements: Adaptive Strategy</name>
        <t>A QoE Mapping Engine is fundamentally required. It <bcp14>MUST</bcp14> process the QoE Intent Signal and translate those high-level goals into concrete, adaptive transport strategies, including dynamic adjustments to congestion control algorithms, scheduling policies, and pacing rates.</t>
      </section>
      <section anchor="transport-protocol-stack-requirements-feedback-and-optimization">
        <name>Transport Protocol Stack Requirements: Feedback and Optimization</name>
        <t>The Transport Protocol Stack <bcp14>SHOULD</bcp14> continuously furnish a Transport Feedback Signal on current performance and network status back to the Application Layer. This explicit linkage enables the Application Layer to accurately assess the effectiveness of the current transport strategy relative to the desired subjective QoE goal. This feedback closes the control loop, enabling the Application Layer to adjust its subsequent QoE Intent Signal, ensuring continuous QoE optimization.</t>
        <t>The flow diagram below illustrates the relationship between these components:</t>
        <artwork><![CDATA[
+--------------------------------------------------------------+
|                   Application Layer                          |
| +-----------+  +----------+  +----------+  +-----+           |<-------
| | Video     |  | Web      |  |  Gaming  |  | ... |           |       |
| +-----------+  +----------+  +----------+  +-----+           |       |
+--------------------v----------------------v------------------+       |
                     | Notification                                    |
                     | QoE Signal                                      |
                     v                                                 |
+--------------------------------------------------------------+       ^
| +----------------------------------------------------------+ |       |
| |                     QoE Mapping Engine                   | |       |
| |        Parse QoE Intent, Translate Transport Strategy   | |       |
| +----------------------------------------------------------+ |       |
+--------------------v----------------------v------------------+       ^ 
                     |                                                 |
                     | Transport Strategy          Transport Feedback |
                     v                                                 |
+--------------------------------------------------------------+       |
|             Transport Protocol Stack                         |       |
|                                                              |       |
| +----------+ +----------+ +----------+ +----------+ +------+ |       |
| |Congestion| |Retransmit| |Connection| |Data      | |Pacing| |------->
| |Control   | |Confirm.  | |Management| |Scheduling| | Rate | |       
| +----- ----+ +----------+ +----------+ +----------+ +------+ |       
|                                                              |       
+--------------------------------------------------------------+       
                                 |
                                 |
                                 v
                            +---------+              +----------------+
                            | Network |<------------>| Remote End Host|
                            +---------+              +----------------+
]]></artwork>
      </section>
    </section>
    <section anchor="requirements-for-the-qoe-driven-cooperation-flow">
      <name>Requirements for the QoE-Driven Cooperation Flow</name>
      <t>This section details the specific requirements for the functional flows of the Application-Transport Cooperation system, mirroring the closed-loop diagram presented in Section 2.</t>
      <section anchor="intent-flow-application-transport-system">
        <name>Intent Flow (Application -&gt; Transport System)</name>
        <t>The Intent Flow carries the demand for QoE optimization from the Application Layer.</t>
        <t>R3.1.1. QoE Signal Provision
The Application Layer <bcp14>MUST</bcp14> generate and transmit the QoE Intent Signal. This signal <bcp14>SHALL</bcp14> explicitly declare the application's real-time performance objectives, including objective metrics (e.g., maximum latency) and qualitative priorities (e.g., urgency weighting).</t>
        <t>R3.1.2. Intent Processing and Validation
The QoE Mapping Engine <bcp14>MUST</bcp14> receive and process the QoE Intent Signal. This processing <bcp14>SHALL</bcp14> include:</t>
        <ul spacing="normal">
          <li>
            <t>Conflict Resolution: Utilizing priority fields to resolve competition among multiple concurrent intents.</t>
          </li>
          <li>
            <t>Security Sanitization: Enforcing constraints to ensure the requested intent does not violate network fairness principles or security policies.</t>
          </li>
        </ul>
      </section>
      <section anchor="strategy-flow-mapping-engine-transport-protocol-stack">
        <name>Strategy Flow (Mapping Engine -&gt; Transport Protocol Stack)</name>
        <t>The Strategy Flow is where abstract QoE intent is converted into executable protocol actions.</t>
        <t>R3.2.1. Strategy Translation
The QoE Mapping Engine <bcp14>MUST</bcp14> translate the parsed QoE Intent into a set of specific Transport Strategies. This translation <bcp14>SHALL</bcp14> map high-level goals into the available low-level control knobs of the Transport Protocol Stack.</t>
        <t>R3.2.2. Strategy Execution (Transport Protocol Stack)
The Transport Protocol Stack <bcp14>MUST</bcp14> expose controllable components that accept and execute the Transport Strategies. Execution <bcp14>SHALL</bcp14> involve dynamic adjustments to the following functions based on the input from the Mapping Engine:</t>
        <ul spacing="normal">
          <li>
            <t>R3.2.2.1. Congestion Control: Dynamically adjusting the active CC algorithm or modifying its parameters (e.g., aggression level) to Select Algorithm.</t>
          </li>
          <li>
            <t>R3.2.2.2. Retransmission Confirmation: Adjusting the retransmission policy to Set Mode, balancing recovery speed against latency tolerance.</t>
          </li>
          <li>
            <t>R3.2.2.3. Connection Management: Controlling parameters related to connection establishment, migration, or resource partitioning to Control Behavior.</t>
          </li>
          <li>
            <t>R3.2.2.4. Data Scheduling: Modifying the criteria used to sequence data packets or streams for transmission based on their relative priority, thus Tuning Policy.</t>
          </li>
          <li>
            <t>R3.2.2.5. Pacing: Adjusting the rate at which data is injected into the network to enforce a specific sending rate or smoothing behavior, fulfilling the requirement to Modify Rate.</t>
          </li>
        </ul>
      </section>
      <section anchor="feedback-flow-transport-protocol-stack-application-layer">
        <name>Feedback Flow (Transport Protocol Stack -&gt; Application Layer)</name>
        <t>The Feedback Flow is essential for closing the control loop and enabling continuous adaptation.</t>
        <t>R3.3.1. Performance Measurement
The Transport Protocol Stack <bcp14>MUST</bcp14> continuously measure the real-time performance metrics of the current connection. This measurement <bcp14>SHALL</bcp14> include fundamental indicators such as RTT, packet loss rate, and achieved throughput.</t>
        <t>R3.3.2. Feedback and Notification Provision
The Transport Protocol Stack <bcp14>SHOULD</bcp14> provide this performance information as a Transport Feedback Signal back to the Application Layer. Additionally, the transport system <bcp14>SHOULD</bcp14> provide Notification when critical events occur (e.g., inability to meet the declared QoE Intent) or when a significant change in strategy is executed. This signal <bcp14>SHALL</bcp14> enable the Application Layer to assess the success of the current Transport Strategy relative to its declared QoE Intent.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not introduce any new security considerations.</t>
    </section>
  </middle>
  <back>
    <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>
  </back>
  <!-- ##markdown-source:
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
VvDXFvE8o/8BKg4remwvAAA=

-->

</rfc>
