Internet-Draft Fast Network Notifications Problem State November 2025
Dong, Ed., et al. Expires 29 May 2026 [Page]
Workgroup:
Network Working Group
Internet-Draft:
draft-dong-fantel-problem-statement-02
Published:
Intended Status:
Informational
Expires:
Authors:
J. Dong, Ed.
Huawei Technologies
M. McBride, Ed.
Futurewei
F. Clad, Ed.
Cisco Systems
Z. Zhang
Juniper Networks
Y. Zhu
China Telecom
X. Xu
China Mobile
R. Zhuang
China Mobile
R. Pang
China Unicom
H. Lu
Tencent
Y. Liu
Tencent
L. Contreras
Telefonica
M. Durmus
Turkcell

Fast Network Notifications Problem Statement

Abstract

Modern networks require adaptive traffic manipulation including Traffic Engineering (TE), load balancing, flow control and protection etc. to support applications like AI training and real-time services. A good and timely understanding of network operational status, such as congestion and failures, can help to improve utilization, reduce latency, and enable faster response to critical events. This document describes the existing problems and why the IETF may need a new set of fast network notifications related solutions to support any high-throughput, low-latency and lossless application.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 29 May 2026.

Table of Contents

1. Introduction

Modern network applications, ranging from AI training to large-scale cloud services, require lossless and adaptive networks to ensure reliable, congestion-free data transfer within or across multiple data centers. These workloads demand high throughput, low latency, and minimal packet loss across dynamically shifting traffic patterns. To meet these requirements, networks employ mechanisms such as traffic engineering (TE), load balancing, flow control, and protection. However, existing solutions often face limitations in responsiveness, coverage, and operational complexity, particularly in high-speed, large-scale environments.

This document summarizes the limitations of existing mechanisms that prevent rapid notification and action to critical network events, including link or node failures and congestion. It also identifies the need for fast network notification which is critical for enabling fast reaction. In the context of this draft, fast does not imply a single, rigid numerical time threshold. Instead, it characterizes a class of mechanisms to minimize the delivery time so that the end-to-end latency of the notification is on the order of sub-milliseconds or milliseconds, depending on the operational objective and the range of the network domain.

This document describes why the IETF may need a new set of fast network notification related solutions to support these use cases. [I-D.geng-fantel-fantel-gap-analysis] provides a gap analysis of existing solutions and where they are deficient in supporting high demand services. This document primarily focuses on describing the problem space.

1.1. Requirements Language

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119].

2. Glossary

FRR: Fast Re-Route

ECN: Explicit Congestion Notification

BFD: Bidirectional Forwarding Detection

IOAM: In-situ Operations, Administration, and Maintenance

3. The Problem with Existing Notification Mechanisms

Current network traffic manipulation mechanisms such as TE, load balancing, flow control, and protection, has deficiencies in providing the low-latency, high-granularity responsiveness needed in modern, dynamic networks, at least in part due to the lack of dynamic network state information. This results in suboptimal performance, low reliability and delayed recovery. Fast network notifications is proposed as a set of solutions to address this by enabling real-time, lightweight notifications that enhance the responsiveness for traffic engineering, congestion mitigation, and failure protection. There is a demonstrable need for a standardized framework in IETF to define these fast network notification mechanisms, requirements and integration strategies.

The following describes a summary of the limitations of existing notification mechanisms:

4. Why Fast Network Notification is Needed

In particular, failure-detection and state-change propagation must occur within a timeframe short enough to meaningfully influence traffic engineering and load-balancing decisions before congestion or micro-loops develop. In backbone or datacenter networks, this typically implies a target of approximately 1-5 ms for notification delivery, with some environments requiring sub-millisecond performance. The precise requirement is driven by:

Therefore, this draft focuses on mechanisms capable of operating within these millisecond/sub-millisecond ranges, rather than mechanisms whose latency spans tens or hundreds of milliseconds, which are insufficient for preventing transient overload under rapid traffic transitions.

4.1. Example: AI Training Cluster with Fiber Link Failure

Consider a large-scale AI/ML training job distributed across multiple data centers. These clusters exchange terabits per second of data between GPU nodes, requiring ultra-low latency and high throughput to maintain synchronization.

As depicted in the above figure, a single fiber link failure or severe congestion event can disrupt the entire training run, leading to:

  • Delays in job completion (hours to days for large models)

  • Massive energy and compute cost waste due to resynchronization

  • Degraded convergence accuracy if synchronization windows are missed

4.1.1. Limitations of Existing Mechanisms

Today's mechanisms provide partial solutions but are not fast or precise enough for these scenarios:

  • BFD [RFC5880]: Provides fast forwarding path failure detection. It can be used for both link and path failure detection, while it cannot be used to detect link or path congestion, nor can it notify the failure or congestion to other nodes in the network. BFD is preconfigured with periodic message exchange, while fast notifications needs to be event-driven. When the transmit interval is set to a small value (e.g., at the level of ms), frequent BFD message exchange may become a burden to some systems.

  • FRR [RFC4090][RFC5714]/Route convergence: Without fast notification, the failure detection can take tens of milliseconds, followed by either local repair (FRR) or route convergence. The former lacks of global network situation thus may cause congestion on the backup paths, while the latter may breach strict synchronization deadlines.

  • ECN [RFC3168]: Provides binary congestion feedback to the endpoints, which is insufficient for granular congestion spikes on high-speed links, and the action can be slow.

  • Telemetry (e.g., IOAM[RFC9197]): Offers detailed information, but relies on collection and RTT-based feedback, which delays action.

  • Flow control at the receiver/sender: Tied to RTT or packet loss, unsuitable for the bursty nature of AI traffic patterns.

In practice, this means that by the time a fiber link failure is detected and recovery mechanisms are invoked, critical GPU synchronization barriers may already be missed, forcing rollbacks or restarts of the training process.

4.1.2. How Fast Network Notifications Help

Fast network notification mechanisms could improve the response to fiber link failures and congestion in distributed AI/ML clusters:

  • Real-Time Alerts: Nodes adjacent to the failure or congestion could immediately (e.g., at 10 ms level) send lightweight notifications to nodes whose fowarding paths can be affected.

  • Action-Oriented Response: Upon receiving the notification, routing and load balancing mechanisms could instantly shift traffic to backup paths or alternative DC interconnects.

  • Granularity: Notifications could carry more detailed information than "link failure/congestion," e.g., indicating specific link utilization, queue buildup or microburst congestion, allowing differentiated responses to different traffic flows.

  • Complementary: The fast notification solutions are complementary to BFD, FRR or Telemetry, it would bridge the time gap between event onset and slower control plane or telemetry-driven responses, and enable network-wide optimization.

By deploying fast notifications, large AI/ML workloads can maintain synchronization across data centers even during transient failures or congestion, protecting job completion time and resource utilization.

Existing Approach:

  • BFD detects failure after tens of ms

  • FRR may cause congestion on backup paths

  • Reroute/convergence delays impact GPU sync

  • Result: Training stalls, compute resources wasted, job completion delayed

Fast Notifications Approach:

  • BFD detects failure after tens of ms

  • Fast notification alerts upstream nodes of failure or congestion in real time

  • Regional or global TE steers traffic quickly to alternate link/path without causing new congestion

  • Result: Training continues with minimal disruption

5. Fast Network Notifications Problem Statement

5.1. Information of Fast Network Notifications

The information carried in the fast network notifications, by the originating node, can be one or multiple of the following:

Other information related to the network status change and need to be timely actioned may also be carried in the fast network notifications. Thus there is a need to work on the information model of fast network notifications to better understand what needs to be carried in the notifications.

5.2. Recipients of Fast Network Notifications

Fast network notifications may be consumed by two broad forms of recipients: (1) recipient nodes that participate directly in forwarding or signaling, and (2) functions and applications that consume notifications in order to optimize, monitor, or adapt behaviors as depicted in the following two tables. Separating these categories clarifies which entities are physical/logical nodes versus which are higher-level functional consumers:

    +==================+======================+=======================+
    | Node Type        | Role                 | Example Benefit       |
    +==================+======================+=======================+
    | Adjacent Routers | Data-plane neighbors | Enable local repair   |
    | / Switches       | that forward packets | (e.g., FRR, ECMP      |
    |                  |                      | adjustments)          |
    +------------------+----------------------+-----------------------+
    | Non-Adjacent     | Remote upstream      | Accelerated awareness |
    | Routers /        | forwarding elements  | of failure/congestions|
    | Switches         |                      | on specific nodes     |
    +------------------+----------------------+-----------------------+
    | Ingress Routers  | Traffic entry points | Re-map affected flows |
    | / Switches       | of a network         | before forwarding     |
    |                  | domain               | into failed regions   |
    +------------------+----------------------+-----------------------+
    | End Hosts / Edge | Optional             | Adapt sending rate,   |
    | Nodes            | subscribers, policy- | select alternate      |
    |                  | driven               | uplinks               |
    +------------------+----------------------+-----------------------+
    |Network Controller| Optional             | Accelerated awareness |
    |                  | subscribers, policy- | of failure/congestion |
    |                  | driven               | for global TE/LB      |
    +------------------+----------------------+-----------------------+

                   Table 1: Recipient Nodes
   +=======================+===============+===========================+
   | Function /            | Role          | Example Benefit           |
   | Application           |               |                           |
   +=======================+===============+===========================+
   | Routing Protocols     | Control-plane | Accelerated path re-      |
   | (OSPF, IS-IS, BGP)    | convergence   | computation after failure |
   +-----------------------+---------------+---------------------------+
   | Traffic Engineering   | Centralized   | Pre-compute new paths     |
   | Element (PCE)         | optimization  | before congestion         |
   |                       |               | propagates                |
   +-----------------------+---------------+---------------------------+
   | Network Operators     | Operational   | Faster troubleshooting,   |
   | (NMS/OSS)             | visibility    | earlier alerting          |
   +-----------------------+---------------+---------------------------+
   | Telemetry /           | Monitoring    | Predictive analytics, ML- |
   | Analytics Systems     | and           | based congestion          |
   |                       | prediction    | forecasting               |
   +-----------------------+---------------+---------------------------+
   | Applications /        | Critical app  | AI workloads, financial   |
   | Services              | consumers     | apps adapt to degraded    |
   |                       |               | links                     |
   +-----------------------+---------------+---------------------------+

                 Table 2: Recipient Functions and Applications
                   +-----------------------------+
                   |     Application Plane       |
                   |  - Applications / Services  |
                   |  - End Hosts / Edge Nodes   |
                   +-------------^---------------+
                                 |
                   +-------------|---------------+
                   |  Management Plane           |
                   |  - Operators (NMS/OSS)      |
                   |  - Telemetry / Analytics    |
                   +-------------^---------------+
                                 |
                   +-------------|---------------+
                   |  Control Plane              |
                   |  - Routing Protocols        |
                   |  - TE Controllers (PCE/SDN) |
                   +-------------^---------------+
                                 |
                   +-------------|----------------+
                   |  Data Plane                  |
                   |  - Adjacent Routers/Switches |
                   |  - Non-Adjacent Routers      |
                   |  - Ingress Routers           |
                   +------------------------------+
Figure 2: Notification Recipients Across Network Planes

As illustrated in the figure above, the latency sensitivity of recipients decreases as one moves from the data plane to the application plane. Recipient nodes (e.g., adjacent forwarding elements, ingress routers, etc.) often require near-instantaneous notification, while functions and applications (e.g., routing protocols, analytics, NMS, etc.) may tolerate slightly longer timescales but still benefit from rapid awareness compared to existing mechanisms. The range of recipients of the notification depends on the type of recipients, it also depends on what type of action is required. The mechanism to determine the type and range of the recipients is something needs further consideration.

5.3. Delivery of Fast Network Notifications

Depending on the position and number of the recipient nodes, fast network notifications may be sent via one of the following delivery modes:

Additionally, recipient nodes or functions may subscribe to specific types of notifications based on their roles or interests. A subscription-based approach enables selective delivery, reduces unnecessary signaling overhead, and ensures that each recipient receives only the information relevant to its function. Mechanisms supporting both delivery and subscription must guarantee timely, reliable, and secure propagation of notifications. Examples:

The mechanisms to support the above delivery mode needs to make sure the notification is always sent to the targeted recipient noded in a timely manner. It could be based on existing messaging and transport mechanisms, or a new protocol may be introduced.

5.4. Actions to Fast Network Notifications

Once a fast network notification is received, the recipient needs to take appropriate actions to help mitigating the event reported in the fast network notification. The action can be based on the information carried in the fast network notification, or it can be based on both the information of the notification and the information obtained by the recipient in other ways. The action to be performed by the recipient may be explicitly carried in the notification, or it may be implicitly determined by the type of information carried in the notification. Some actions are mandatory, while some actions can be optional. The possible actions to the notification can be but not limit to one or multiple of the following:

Whether actions need to be explicitly indicated in the notification, and if so, which ones, requires further consideration.

6. Summary

Current network mechanisms were not designed for the responsiveness and scale required by todays' dynamic environments. Techniques such as load balancing, protection switching, and flow control rely on telemetry and feedback loops that are often too slow, too coarse, or too resource-intensive. This results in performance bottlenecks, delayed recovery, and inefficiencies in large-scale AI, cloud, and WAN deployments. A fast network notification mechanism could help to address these gaps by providing lightweight, real-time, actionable alerts that complement existing tools and enable faster, more accurate network management decisions.

7. IANA Considerations

This document has no IANA actions.

8. Security Considerations

Fast network notifications, if not properly authenticated and rate-limited, could be exploited as a vector for Denial-of-Service (DoS) attacks. An attacker able to inject or flood spurious notifications may trigger unnecessary re-convergence, path changes or repeated state updates, overwhelming both recipient nodes and higher-level applications. Implementations must therefore ensure integrity protection, origin authentication, and appropriate rate controls on notification messages.

9. Acknowledgement

The authors would like to thank Alia Atlas, David Black, Jeffrey Haas, Tony Li and Carlos J. Bernardos for their valuable comments and discussion.

10. Contributors

The following people contributed substantially to the content of this document.

Zafar Ali
Cisco
zali@cisco.com

Tianran Zhou
Huawei
zhoutianran@huawei.com

Xuesong Geng
Huawei
gengxuesong@huawei.com

11. References

11.1. Normative References

[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/info/rfc2119>.

11.2. Informative References

[I-D.geng-fantel-fantel-gap-analysis]
Geng, X., Huo, P., Cheng, W., Li, D., Zhu, Y., and H. Zhengxin, "Gap Analysis of Fast Notification for Traffic Engineering and Load Balancing", Work in Progress, Internet-Draft, draft-geng-fantel-fantel-gap-analysis-01, , <https://datatracker.ietf.org/doc/html/draft-geng-fantel-fantel-gap-analysis-01>.
[RFC3168]
Ramakrishnan, K., Floyd, S., and D. Black, "The Addition of Explicit Congestion Notification (ECN) to IP", RFC 3168, DOI 10.17487/RFC3168, , <https://www.rfc-editor.org/info/rfc3168>.
[RFC4090]
Pan, P., Ed., Swallow, G., Ed., and A. Atlas, Ed., "Fast Reroute Extensions to RSVP-TE for LSP Tunnels", RFC 4090, DOI 10.17487/RFC4090, , <https://www.rfc-editor.org/info/rfc4090>.
[RFC5714]
Shand, M. and S. Bryant, "IP Fast Reroute Framework", RFC 5714, DOI 10.17487/RFC5714, , <https://www.rfc-editor.org/info/rfc5714>.
[RFC5880]
Katz, D. and D. Ward, "Bidirectional Forwarding Detection (BFD)", RFC 5880, DOI 10.17487/RFC5880, , <https://www.rfc-editor.org/info/rfc5880>.
[RFC9197]
Brockners, F., Ed., Bhandari, S., Ed., and T. Mizrahi, Ed., "Data Fields for In Situ Operations, Administration, and Maintenance (IOAM)", RFC 9197, DOI 10.17487/RFC9197, , <https://www.rfc-editor.org/info/rfc9197>.

Authors' Addresses

Jie Dong (editor)
Huawei Technologies
Mike McBride (editor)
Futurewei
Francois Clad (editor)
Cisco Systems
Jeffrey Zhang
Juniper Networks
Yongqing Zhu
China Telecom
Xiaohu Xu
China Mobile
Rui Zhuang
China Mobile
Ran Pang
China Unicom
Hao Lu
Tencent
Yadong Liu
Tencent
Luis M. Contreras
Telefonica
Mehmet Durmus
Turkcell