<?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-pang-nmop-kg-for-traffic-monitoring-analysis-01" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="KG for traffic Monitoring and Analysis">Knowledge Graph for Network Traffic Monitoring and Analysis</title>
    <seriesInfo name="Internet-Draft" value="draft-pang-nmop-kg-for-traffic-monitoring-analysis-01"/>
    <author initials="R." surname="Pang" fullname="Ran Pang" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>pangran@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="J." surname="Zhao" fullname="Jing Zhao" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhaoj501@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="S." surname="Zhang" fullname="Shuai Zhang" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhangs366@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="W." surname="Lv" fullname="Wenxiang Lv" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>lvwx28@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="H." surname="Wang" fullname="Hongyu Wang" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>wanghy3858@chinaunicom.cn</email>
      </address>
    </author>
    <date year="2025" month="November" day="05"/>
    <area>rtg</area>
    <workgroup>idr</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 64?>
<t>This document extends the knowledge graph framework specifically to the traffic management domain, illustrating how semantic integration and automated reasoning can resolve long-standing traffic management challenges in multi-domain network environments.</t>
    </abstract>
  </front>
  <middle>
    <?line 67?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Network traffic monitoring and analysis are crucial for ensuring service quality, detecting anomalies, and optimizing network performance. However, modern networks face increasingly severe challenges in managing traffic data from different sources, each with its own formats and schemas. These challenges align with broader operational issues identified in <xref target="I-D.mackey-nmop-kg-for-netops"/>, such as data silos, loss of context, and complex correlation requirements.</t>
      <t>While YANG models provide standardized data definitions within individual domains, their cross-domain application faces significant challenges. Model heterogeneity and terminology disparities impede the creation of logical relationships. Furthermore, the inherent rigidity of its static tree structure is ill-suited for representing complex network dependencies. Crucially, the lack of formal semantic annotations prevents automated correlation and reasoning, leading to high operational overhead for integration and analysis.</t>
      <t>These limitations correspond precisely to the problems that knowledge graphs are designed to address. 
The knowledge graph framework for network operations <xref target="I-D.mackey-nmop-kg-for-netops"/>, based on semantic web technologies, provides a structured approach to integrating, correlating, and reasoning over heterogeneous data. By applying knowledge graph technology, operators can implement comprehensive network traffic monitoring and analysis systems that overcome these cross-domain integration challenges.</t>
      <t>This document extends the knowledge graph framework specifically to the traffic management domain, illustrating how semantic integration and automated reasoning can resolve long-standing traffic management challenges in multi-domain network environments.</t>
    </section>
    <section anchor="network-traffic-monitoring-and-analysis-system">
      <name>Network Traffic Monitoring and Analysis System</name>
      <section anchor="multi-domain-network-environment">
        <name>Multi-Domain Network Environment</name>
        <t>Operators' networks typically consist of multiple network domains, including home broadband networks, mobile networks, IP bearer networks, and application domains. These domains interconnect to form diverse end-to-end communication paths. Data from different network domains are managed by independent network management systems, resulting in heterogeneous formats and semantic inconsistencies that create data silos.</t>
        <t>Service traffic typically traverses multiple network domains, creating inherent relationships between these distributed data sources. A single network event is often recorded with different dimensions and terminologies across separate systems. The absence of a semantic association mechanism severely limits operators' ability to perform global network issue localization and root-cause analysis.</t>
        <figure anchor="fig-1">
          <name>IPv6 Network End to End Monitoring and Analysis System</name>
          <artwork><![CDATA[
               +--------------------------------------------------------------------------------------------+
               |                        Network Traffic Monitoring and Analysis System                      |
               +--------------------------------------------------------------------------------------------+
                                                          |
                                                          | 
               +--------------------------------------------------------------------------------------------+
               |                        Knowledge Graph for Traffic Monitoring and Analysis                 |
               +--------------------------------------------------------------------------------------------+
                          |                               |                          |                      |           
                          |                               |                          |                      |                  
        +-------------------------------+    +--------------------+    +---------------------+    +-------------+
        |    Home Broadband Network     |    |   Mobile Network   |    |  IP Bearer Network  |    | Application |  
        +-------------------------------+    +--------------------+    +---------------------+    +-------------+
                          |                              |                          |                      |
                          |                              |                          |                      |
        +-------------------------------------------------------------------------------------------------------------+
        |                                                Network                                                      |
        +-------------------------------------------------------------------------------------------------------------+

]]></artwork>
        </figure>
      </section>
      <section anchor="requirements-for-unified-monitoring-and-analysis">
        <name>Requirements for Unified Monitoring and Analysis</name>
        <t>To address these challenges, operators require capabilities for cross-domain and multidimensional correlation analysis and intelligent reasoning, specifically:</t>
        <ul spacing="normal">
          <li>
            <t>End-to-End Quality Degradation Identification: Detect and localize quality issues across concatenated network domains</t>
          </li>
          <li>
            <t>Internet Traffic Flow Analysis: Trace and analyze traffic flow patterns and directions through the network infrastructure</t>
          </li>
          <li>
            <t>Performance Optimization through Reasoning: Enable network performance optimization through knowledge-based inference</t>
          </li>
          <li>
            <t>CDN Optimization Support: Facilitate content delivery network layout optimization through rule-based inference mechanisms</t>
          </li>
        </ul>
        <t>These requirements necessitate a semantic framework that can unify disparate data sources while preserving domain-specific context and enabling cross-domain correlation.</t>
        <t>TBD.</t>
      </section>
    </section>
    <section anchor="knowledge-graph-applications-in-traffic-monitoring-and-analysis">
      <name>Knowledge Graph Applications in Traffic Monitoring and Analysis</name>
      <t>To enable comprehensive monitoring and analysis of overall network status, operators require a unified semantic representation framework that bridges data barriers across network domains.</t>
      <t>Knowledge graph technology can construct a unified ontology model to semantically align and associate network entities, events, and their relationships, thereby enabling global knowledge integration of network data.</t>
      <t>The integration of a knowledge graph fundamentally transforms conventional network monitoring and analysis systems into a Knowledge-Based System (KBS) architecture. This transformation centers on two core components: the knowledge base and the inference engine, which work in tandem to overcome traditional limitations in traffic analysis.</t>
      <t>This KBS architecture effectively transforms fragmented data sources into an intelligent system capable of semantic reasoning and automated analysis, significantly enhancing the efficiency and effectiveness of network traffic monitoring and management operations.</t>
      <t>TBD.</t>
    </section>
    <section anchor="knowledge-graph-implementation-considerations">
      <name>Knowledge Graph Implementation Considerations</name>
      <t>Several approaches exist for constructing the knowledge base for network traffic monitoring:</t>
      <ul spacing="normal">
        <li>
          <t>FAIR Principles-Based Construction: Building knowledge graphs based on the FAIR (Findable, Accessible, Interoperable, Reusable) principles, ensuring that data assets are systematically organized and semantically enriched. Further details on knowledge graph construction methodologies can be found in <xref target="I-D.marcas-nmop-kg-construct"/>.</t>
        </li>
        <li>
          <t>YANG Model Conversion: Transforming YANG models into knowledge graph representations, maintaining compatibility with existing management systems while enabling semantic technology benefits. This approach leverages existing standardization efforts while extending them with semantic capabilities.</t>
        </li>
        <li>
          <t>other...</t>
        </li>
      </ul>
      <t>TBD.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="I-D.mackey-nmop-kg-for-netops" target="https://datatracker.ietf.org/doc/html/draft-mackey-nmop-kg-for-netops-03" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.mackey-nmop-kg-for-netops.xml">
        <front>
          <title>Knowledge Graph Framework for Network Operations</title>
          <author fullname="Michael Mackey" initials="M." surname="Mackey">
            <organization>Huawei</organization>
          </author>
          <author fullname="Benoît Claise" initials="B." surname="Claise">
            <organization>Everything-Ops</organization>
          </author>
          <author fullname="Thomas Graf" initials="T." surname="Graf">
            <organization>Swisscom</organization>
          </author>
          <author fullname="Holger Keller" initials="H." surname="Keller">
            <organization>Deutsche Telekom</organization>
          </author>
          <author fullname="Daniel Voyer" initials="D." surname="Voyer">
            <organization>Bell Canada</organization>
          </author>
          <author fullname="Paolo Lucente" initials="P." surname="Lucente">
            <organization>NTT</organization>
          </author>
          <author fullname="Ignacio Dominguez Martinez-Casanueva" initials="I. D." surname="Martinez-Casanueva">
            <organization>Telefonica</organization>
          </author>
          <date day="2" month="September" year="2025"/>
          <abstract>
            <t>This document describes some of the problems in modern operations and management systems and how knowledge graphs and RDF can be used to solve closed loop system, in an automatic way. 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/mike-mackey.</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-mackey-nmop-kg-for-netops-03"/>
      </reference>
      <reference anchor="I-D.marcas-nmop-kg-construct" target="https://datatracker.ietf.org/doc/html/draft-marcas-nmop-kg-construct-00" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.marcas-nmop-kg-construct.xml">
        <front>
          <title>Knowledge Graph Construction from Network Data Sources</title>
          <author fullname="Ignacio Dominguez Martinez-Casanueva" initials="I. D." surname="Martinez-Casanueva">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Lucía Cabanillas Rodríguez" initials="L. C." surname="Rodríguez">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Pedro Martinez-Julia" initials="P." surname="Martinez-Julia">
            <organization>NICT</organization>
          </author>
          <date day="26" month="February" year="2025"/>
          <abstract>
            <t>This document discusses the mechanisms that support the management and creation of knowledge graphs from data sources specific to the network management domain. The document provides background on core aspects such as ontology development, identifies methodologies and standards, and shares guidelines for integrating network data sources.</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-marcas-nmop-kg-construct-00"/>
      </reference>
    </references>
  </back>
  <!-- ##markdown-source:
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
/wUoJVtveCMAAA==

-->

</rfc>
