<?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-01" 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-01"/>
    <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="25"/>
    <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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
3cWtHfzDRbzP6H8nysiObi8AAA==

-->

</rfc>
