Congestion-Notification Load Balancing for Packet Flow Switching

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional load balancing techniques in network switching systems are computationally intensive, result in slow response times to network traffic changes, and face scalability challenges as the number of network devices increases, often leading to frequent load rebalancing and packet reordering issues.

Innovation Solution

A network switching system that employs congestion notification messages to dynamically select alternative paths for packet flows based on local congestion detection, using pseudorandom or hash-based path selection methods without requiring global load comparisons, allowing for scalable and efficient load balancing.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If conventional load balancing techniques are used to balance traffic across multiple network paths, then load distribution is achieved, but computational overhead increases and response time to traffic changes slows down

Engineering Contradiction:
Improveload balancing efficiencyVSAvoidresponse time to traffic changes
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The system pre-establishes multiple equal-cost paths using ECMP (Equal-Cost Multi-Path) routing before congestion occurs. These paths are prepared in advance with equal routing weights, so when congestion is detected, traffic can immediately switch to pre-prepared alternative paths without requiring real-time computation or recalculation of routing tables.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements congestion feedback mechanisms where network devices monitor queue depths and congestion states in real-time. When congestion is detected on a particular path, this feedback triggers immediate path switching decisions. The feedback loop enables rapid response to changing network conditions without extensive computational overhead.

Inventive Principle:
Principle #23Feedback

2Productivity

If global load comparison methods are used to achieve optimal load balancing, then traffic distribution is optimized, but system complexity and scalability are reduced

Engineering Contradiction:
Improvetraffic distribution optimizationVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

Instead of implementing global load comparison across the entire network, the system applies local quality adjustments by modifying routing weights only for affected paths based on local congestion conditions. Each network device independently adjusts weights for its own egress queues based on local queue depth measurements, eliminating the need for complex global coordination while maintaining effective load balancing.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The network routing system is segmented into independent ECMP path groups, where each path can be independently weighted and controlled. This segmentation allows local weight adjustments on individual paths without affecting the entire routing system, thereby reducing complexity and improving scalability while maintaining optimization capabilities.

Inventive Principle:
Principle #1Segmentation

3Productivity

If frequent load rebalancing is performed to adapt to network changes, then traffic distribution remains optimal, but packet reordering issues increase

Engineering Contradiction:
Improvetraffic distribution adaptabilityVSAvoidpacket ordering
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system dynamically adjusts path weights based on real-time congestion feedback rather than performing frequent complete rebalancing. This dynamic adjustment allows the system to adapt to network changes by modifying only the necessary path weights while maintaining stability for other paths, thereby reducing packet reordering while preserving adaptability.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS12476916B2Notification-based load balancing in a network
Publication Date: 2025.11.18 MARVELL ISRAEL (M L S L) LTD
  • US12476916B2 patent drawing
  • US12476916B2 patent drawing
  • US12476916B2 patent drawing

AI summary

In a network switching system that comprises a plurality of interconnected network devices, a first network device transmits one or more first packets via a first network interface of the first network device, the one or more first packets belonging to a packet flow. The first network device receives a message that indicates congestion corresponding to the packet flow within the network switching system. In response to the message, the first network device selects a second network interface of the first network device for transmitting one or more second packets that belong to the packet flow. After receiving the message, the first network device transmits the one or more second packets via the second network interface of the first network device.