Network Service Transmission via Segment Node Centrality

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In complex networks with many nodes and services, determining the shortest transmission path is computationally intensive and complex, especially when traffic splitting ratios are involved, leading to high calculation workloads.

Innovation Solution

The method involves determining node centrality to identify segment nodes that intermediate transmission paths pass through, simplifying the calculation by separating the determination of segment nodes and traffic splitting ratios, and using expressions like δ(v)=∑s,t∈V❘s≠v≠t⁢σst⁡(v)σst to rank nodes for efficient path determination.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the shortest transmission path is determined directly in complex networks with many nodes and services, then the transmission path can be established, but the calculation workload becomes heavy and the programming becomes complex

Engineering Contradiction:
Improvetransmission path establishmentVSAvoidprogramming complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent divides the transmission path determination into two independent segments: first determining segment nodes based on node centrality, then determining transmission paths between source nodes and segment nodes. This segmentation reduces the complexity of directly determining paths in large-scale networks by breaking down the complex optimization problem into simpler sub-problems.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces segment nodes as intermediary points between source nodes and destination nodes. These segment nodes serve as mediators that simplify the path determination process by providing intermediate stopping points, thereby reducing the computational complexity of finding direct shortest paths in complex networks.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Device complexity

If segment nodes are determined using node centrality, then the programming complexity is reduced, but additional calculation steps are required to compute node centrality values

Engineering Contradiction:
Improveprogramming complexityVSAvoidcalculation time
Core Design Contradiction:
Device complexityVSLoss of time

Solution Approach 1:

The patent performs preliminary calculation of node centrality values for all nodes in the network before determining transmission paths. By pre-computing these centrality metrics, the system avoids repeated complex calculations during path determination, thereby reducing overall programming complexity while managing calculation time through efficient preprocessing.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11252077B2Network service transmission method and system
Publication Date: 2022.02.15 HUAWEI TECH CO LTD
  • US11252077B2 patent drawing
  • US11252077B2 patent drawing

AI summary

A network service transmission method includes obtaining network topology information and network service information, and determining a node centrality of each node in a set of other nodes; determining at least one segment node in the set of other nodes, determining at least one transmission path used to transmit each network service; and determining traffic of a network service that is to be transmitted on the at least one transmission path used to transmit the network service. After the segment node is determined, traffic of a network service transmitted on each transmission path is determined, and the transmission paths of the network services share the same segment node.