WO2010127527A1 - 在邻接节点间多边条件下实现k优路径算法的方法及装置 - Google Patents

在邻接节点间多边条件下实现k优路径算法的方法及装置 Download PDF

Info

Publication number
WO2010127527A1
WO2010127527A1 PCT/CN2009/073696 CN2009073696W WO2010127527A1 WO 2010127527 A1 WO2010127527 A1 WO 2010127527A1 CN 2009073696 W CN2009073696 W CN 2009073696W WO 2010127527 A1 WO2010127527 A1 WO 2010127527A1
Authority
WO
WIPO (PCT)
Prior art keywords
original
edge
weight
nodes
node
Prior art date
Application number
PCT/CN2009/073696
Other languages
English (en)
French (fr)
Inventor
王大江
王振宇
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Priority to US13/257,609 priority Critical patent/US8467315B2/en
Priority to EP09844279.1A priority patent/EP2426872B1/en
Publication of WO2010127527A1 publication Critical patent/WO2010127527A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/24Multipath
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation

Definitions

  • the present invention relates to the field of communications, and in particular to routing techniques therein.
  • the K-optimal path algorithm is an algorithm for solving multiple path problems of a specified source-to-destination node in a network map topology.
  • the algorithm can obtain path weights and sorts from small to large in the network map topology.
  • Path As a very practical algorithm, K-optimal algorithm is widely used in transportation, communication routing calculation, artificial intelligence, economic theory research, mathematics application, etc. It has high application value and can bring huge to users. Economic benefits. For a long time, the domestic and international academic circles have carried out extensive and in-depth research on the K-optimal path algorithm, aiming to improve and improve the efficiency of the algorithm, and to reduce the time and space complexity of the algorithm as much as possible. Path algorithm.
  • the path between any two points is not allowed to be looped, that is, the path does not contain duplicate nodes.
  • the K-path algorithm is generally implemented based on the definition of the graph topology: for the edges between adjacent nodes, for the undirected graph, It is limited to one bidirectional edge; for a directed graph, it is limited to at most one edge in the positive and negative directions (or an edge in one direction and no edge in the other direction);
  • the main object of the present invention is to provide a method and apparatus for solving the K-optimal routing algorithm problem under the multilateral conditions between adjacent nodes.
  • the present invention proposes a method for implementing a K-optimal path algorithm under the multilateral condition between adjacent nodes: recording the original topology information into the topology structure; modifying the original topology information, if there is between the two nodes n primary edges, except for the original edge with the shortest weight, add false nodes to the remaining n-1 primary edges, and divide the entire original edge between the original nodes into two sub-segments through the fake nodes; The sub-segment is formed as a new edge, and the weight of the new edge is obtained by splitting the weight of the original edge; according to the newly revised topology information, the K-optimal path between the specified nodes is calculated; and each of the calculated K-optimal paths is sequentially A path is checked: The hop jumps belonging to the fake node and the new edge in each path are restored to the original topology structure data recorded in the backup topology structure; where n > 2.
  • a ⁇ node is added to the remaining n-1 primary edges, and the entire original between the original nodes is added.
  • the edge is divided into two sub-segments; the weight of the new edge is obtained by equally dividing the original edge weights.
  • the present invention proposes a device for implementing a K-optimal path algorithm under the multilateral condition between adjacent nodes.
  • the method includes the following steps: recording the original topology information to the topology Backing up the structure; transforming the original topology information, if there are n primary edges between the two nodes, except for the original edge with the shortest weight, add false nodes to the remaining n-1 primary edges, The entire original edge between nodes is divided into two sub-segments by a fake node; each sub-segment is formed as a new edge, and the weight of the new edge is obtained by splitting the weight of the original edge; the specified node is calculated according to the newly revised topology information.
  • the K-optimal path between the two in turn, each path in the calculated K-optimal path is checked: the hop jump belonging to the fake node and the new edge is restored to the original topology structure data recorded in the backup topology structure; > 2.
  • the method and the device of the present invention correct the graph topology by using virtual dummy nodes and splitting the relevant primary edges under the multilateral condition between adjacent nodes, so that each side can participate in the algorithm calculation of the K-optimal path, instead of
  • the masking process is simple, so that the result of the K-optimal path algorithm is accurate and reliable, and the true K-optimal path in the topology can be calculated.
  • 1 is an example of a topographical scenario generally applicable to a K-optimal path algorithm
  • FIG. 2 is an example of a topology diagram of a polygon between the nodes
  • FIG. 3 is a schematic diagram of a modified topology diagram of a modified adjacent node between nodes in the embodiment of the present invention. Preferred embodiment of the invention
  • Embodiment 1 is a diagrammatic representation of Embodiment 1:
  • the method of implementing the K-optimal path algorithm under the multilateral condition between adjacent nodes, the topology of the graph and the algorithm scenario satisfy the following premise:
  • the study object of this example is limited to an undirected graph
  • the K-optimal path algorithm for this example is essentially implemented by iteratively calling the Dijkstra algorithm
  • the weight of the edge contained in the graph topology is an integer, and the weight w>0;
  • the apparatus for implementing the K-optimal path algorithm under the multilateral condition between adjacent nodes when implementing the optimal path algorithm under the multilateral condition between adjacent nodes, the topology of the graph and the algorithm scenario satisfy the following premise:
  • the study object of this example is limited to an undirected graph
  • the optimal path algorithm for this example is essentially implemented by iteratively calling the Dijkstra algorithm
  • the weight of the edge contained in the graph topology is an integer, and the weight w>0;
  • Embodiment 3 The difference between this example and the first embodiment is that if the weight of the primary side is 1, the weight of all the primary edges in the topology is expanded by 10 times, and split into new edges, and then the above steps are followed. 4 restore.
  • Embodiment 4 is a diagrammatic representation of Embodiment 4:
  • the difference between this example and the first embodiment is that if the K-optimal path algorithm is implemented according to the strategy with the least number of hops, the weight of all the original edges in the original topology can be tentatively set to 10, and the weight of the new edge is split. Set to 5, the route thus calculated is based on the minimum hops strategy.
  • the weight of the primary side is 1, the weight of all the primary edges in the topology may be expanded by any even multiple to facilitate splitting to the new edge; for the same reason, if the K-optimal path algorithm is followed
  • the weights of all the primary edges are tentatively set to any even number, and the weights split by the new edges can be divided into two.
  • the method and apparatus of the present invention corrects the graph topology by virtual dummy nodes and splitting the relevant primary edges under the multilateral condition between adjacent nodes, so that each side can participate in the algorithm calculation of the K-optimal path. Instead of simply masking, the K-optimal path algorithm is accurate and reliable, and can calculate the true k-optimal path in the topology.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

在邻接节点间多边条件下实现 K优路径算法的方法及装置
技术领域
本发明涉及通信领域, 特别涉及其中的路由技术。
背景技术
K优路径算法是一种解决在网络图拓朴中获得指定的源到目的节点的多 条路径问题的算法, 通过该算法可以在网络图拓朴中获得路径权重和由小到 大排序的 K条路径。 K优路径算法作为一种很实用的算法, 被广泛应用到交 通运输、 通信路由计算、 人工智能、 经济理论研究、 数学应用等领域, 具备 很高的应用价值, 并能够给使用者带来巨大的经济利益。 长期以来, 国内外 学术界对 K优路径算法都进行了广泛、 深入的研究, 旨在改善和提高算法的 效率, 尽可能的减少算法的时间与空间复杂度, 先后涌现了诸多的迥异 K优 路径算法。
近年来, 随着光传送网波长交换光网络(WSON )技术的迅猛发展, K 优路径算法正被越来越多地应用到解决路由波长分配 (RWA)算法的路由问 题中来。 由于 RWA本身具有非确定型多项式的特征, 其所包含的路由的 R 过程和波长分配的 WA过程要分为两步实现。 目前的 WSON传送网的 WA 波长分配过程, 往往不是全波长交换的, 由于面临传送节点有阻交叉约束的 限制, 需要在 R路由的计算过程中, 提供 K优条可替代路由, 以防止在选定 路由上 WA波长分配失败后, 提供可替换的路由以进行再次的 WA波长分配 过程。 在 RFC4655、 RFC4657中着重描述了路径计算单元(PCE )作为通用 多协议标记交换技术( GMPLS )的路径计算单元的功能以及架构, 而满足邻 下需要具备的功能。
在以往的 K优路径算法文献中,研究人员往往都仅关注算法的执行效率, 研究的重点通常是怎样降低算法的时间和空间复杂度。 但对于如何在千差万 别的网络拓朴场景下实现 K优路径算法, 很少有文献做过深入细致的归纳与 总结。 在 WSON 的组网环境、 尤其是在多维可重构型光分插复用设备 ( ROADM ) 的拓朴应用中, 经常会有邻接节点间多条链路的场景出现。 不 幸的是, 目前已知的诸多 K优路径算法, 通常要求图拓朴具备一定的先决条 件:
1. 边的个数 m >= 节点的个数 n;
2. 边的权重 > 0, 且如果拓朴图是无向的, 要求边的双向权重相等;
3. 对图拓朴是有向、 还是无向的要求: 有些 K优路径算法明确要求仅 适用于有向图;
4. 任意两点间的路径不允许成环, 也就是路径中不包含重复节点; 5. K路径算法一般基于图拓朴的定义实现: 针对邻接节点间的边, 对于 无向图而言, 仅限于一条双向边; 而对于有向图而言, 仅限于正、 反方向至 多各一条边(或某个方向上有边, 而另一个方向的边不存在) ;
K优路径算法在上述的先决条件下实现时, 通常适用于 K优路径算法计 算的图拓朴场景如附图 1所示。
而现实应用中, 往往会遇到邻接节点间多边的情况, 如附图 2所示。 此 时, 通常的 K优路径算法无法将邻接节点间多出的其他边考虑到算法中来, 只能保留邻接节点间的一条边参与算法计算, 其他边做屏蔽处理, 不参与算 法计算, 这样算出的 "K优路径" 并不是拓朴中真正的 K优路径。
发明内容
本发明的主要目的是: 提供一种解决邻接节点间多边条件下的 K优路由 算法问题的方法及装置。
为此, 本发明提出了一种在邻接节点间多边条件下实现 K优路径算法的 方法: 记录原始的拓朴信息到拓朴结构中; 对原始的拓朴信息进行改造, 如 果两节点间有 n条原边, 除权重最短的那条原边以外, 在其余 n-1条原边上 分别增加假节点, 将原有的节点间的整条原边通过假节点分成两个子段; 每 一个子段形成为一条新边, 新边的权重通过拆分原边的权重得到; 根据新修 订的拓朴信息, 计算指定节点间的 K优路径; 依次对算出的 K优路径中的每 一条路径进行检查: 将每条路径中属于假节点、 新边的 hop跳跃, 还原成备 份拓朴结构中记录的原始的拓朴结构数据; 其中 n > 2。
上述方法中, 如果两节点间有 n条原边, 除权重最短的该条原边以外, 在其余 n-1 条原边上分别增加一个^^节点, 将原有的节点间的整条原边分成 两个子段; 所述新边的权重由原边权重均分得到。
同时, 本发明提出了一种在邻接节点间多边条件下实现 K优路径算法的 装置, 在邻接节点间多边条件下实现 K优路径算法时, 包括如下步骤: 记录 原始的拓朴信息到拓朴结构中备份; 对原始的拓朴信息进行改造, 如果两节 点间有 n条原边, 除权重最短的那条原边以外, 在其余 n-1条原边上分别增 加假节点, 将原有的节点间的整条原边通过假节点分成两个子段; 每一个子 段形成为一条新边, 新边的权重通过拆分原边的权重得到; 根据新修订的拓 朴信息, 计算指定节点间的 K优路径; 依次对算出的 K优路径中的每一条路 径进行检查: 将属于假节点、 新边的 hop跳跃, 还原成备份拓朴结构中记录 的原始的拓朴结构数据; 其中 n > 2。
上述的在邻接节点间多边条件下实现 K优路径算法的装置, 如果两节点 间有 n条原边, 除权重最短的那条原边以外, 在其余 n-1条原边上分别增加 一个^ ^节点, 将原有的节点间的整条原边分成两个新边。
本发明的方法及装置, 在邻接节点间多边条件下, 通过虚拟假节点和拆 分相关原边, 对图拓朴进行修正, 使各边都能够参与到 K优路径的算法计算 中, 而非简单作屏蔽处理, 这样, K优路径算法的结果准确可靠, 能够计算 出拓朴中真正的 K优路径。
附图概述
附图 1是通常适用于 K优路径算法的图拓朴场景举例;
附图 2是部接节点间多边的图拓朴场景举例;
附图 3 是本发明实施例中的修改后的邻接节点间多边的图拓朴场景举 例。 本发明的较佳实施方式
下面通过具体的实施例并结合附图对本发明作进一步详细的描述。
实施例一:
本例的在邻接节点间多边条件下实现 K优路径算法的方法, 所面临的图 拓朴和算法场景满足以下前提:
1. 本例的研究对象仅限于无向图;
2. 本例所针对的 K优路径算法, 要求本质上是通过迭代调用 Dijkstra算 法实现的;
3. 图拓朴所包含的边的个数 m>=节点的个数 n;
4. 图拓朴所包含的边的权重是整数, 且权重 w>0;
5.算得的任意两点间的路径不允许成环,也就是路径中不包含重复节点; 本例釆用以下解决步骤:
1. 记录附图 2中原始的拓朴信息到基于 K优算法的拓朴结构中(可以以 邻接表的形式记录) 并做备份; 原始的拓朴信息中存在的边, 本说明书中称 之为原边;
2. 如果两节点间有 n条原边, 那么除权重最短的那条以外, 在其余 n-1 条原边上分别增加一假节点,假节点的节点 ID取值范围, 不和原始节点的节 点 ID取值范围重合。 这样就将原有的节点间的整条原边分成了两个子段; 这 样每一个子段就成为一条新的边, 本说明书中称之为新边, 新边的权重可通 过拆分原来那条边的权重得到, 如附图 3所示;
3. 根据附图 3的拓朴信息, 计算指定节点间的 K优路径;
4. 依次对算出的 K优路径中的每一条路径进行检查: 凡是属于假节点、 新边的 hop跳, 都还原成基于 K优算法的拓朴结构中记录的原边; 例如, 对 于通过 K优路径算法依照附图 3得到的节点 3到节点 5的某一优路径 , 节点 3— 25—节点 L一 25—节点 7— 15—节点 K一 15—节点 5, 可依照附图 2对应 的基于 K优算法的拓朴结构,还原成节点 3— 50—节点 7— 30—节点 5的路径 信息; 实施例二:
本例的在邻接节点间多边条件下实现 K优路径算法的装置, 在邻接节点 间多边条件下实现 Κ优路径算法时, 所面临的图拓朴和算法场景满足以下前 提:
1. 本例的研究对象仅限于无向图;
2. 本例所针对的 Κ优路径算法, 要求本质上是通过迭代调用 Dijkstra算 法实现的;
3. 图拓朴所包含的边的个数 m>=节点的个数 n;
4. 图拓朴所包含的边的权重是整数, 且权重 w>0;
5.算得的任意两点间的路径不允许成环,也就是路径中不包含重复节点; 本例的装置, 在邻接节点间多边条件下实现 K优路径算法时, 釆用以下 解决步骤:
1. 记录附图 2中原始的拓朴信息到基于 K优算法的拓朴结构中(可以以 邻接表的形式记录) 并做备份; 原始的拓朴信息中存在的边, 本说明书中称 之为原边;
2. 如果两节点间有 n条原边, 那么除权重最短的那条以外, 在其余 n-1 条原边上分别增加一假节点,假节点的节点 ID取值范围, 不和原始节点的节 点 ID取值范围重合。 这样就将原有的节点间的整条原边分成了两个子段; 这 样每一个子段就成为一条新的边, 本说明书中称之为新边, 新边的权重可通 过拆分原来那条边的权重得到, 如附图 3所示;
3. 根据附图 3的拓朴信息, 计算指定节点间的 K优路径;
4. 依次对算出的 K优路径中的每一条路径进行检查: 凡是属于假节点、 新边的 hop跳, 都还原成基于 K优算法的拓朴结构中记录的原边; 例如, 对 于通过 K优路径算法依照附图 3得到的节点 3到节点 5的某一优路径 , 节点 3— 25—节点 L一 25—节点 7— 15—节点 K一 15—节点 5, 可依照附图 2对应 的基于 K优算法的拓朴结构,还原成节点 3— 50—节点 7— 30—节点 5的路径 信息;
实施例三: 本例与实施例一的不同之处在于, 如果有的原边的权重是 1 , 则将拓朴 中所有原边的权重扩大 10倍, 并拆分到新边上, 计算后再按照上述步骤 4还 原。
实施例四:
本例与实施例一的不同之处在于, 如果 K优路径算法按照跳数最少的策 略实施, 那么可以将原拓朴中全部原边的权重暂定设为 10, 新边所拆分的权 重设为 5即可, 这样算出的路由就是按跳数最少策略得出的。
以上内容是结合具体的优选实施方式对本发明所作的进一步详细说明, 不能认定本发明的具体实施只局限于这些说明。 对于本发明所属技术领域的 普通技术人员来说, 在不脱离本发明构思的前提下, 还可以做出若干简单推 演或替换, 都应当视为属于本发明的保护范围。 例如, 上述实施例中, 如果 有的原边的权重是 1 , 可以将拓朴中所有的原边的权重扩大任意偶数倍, 以 利于拆分给新边; 同理, 如果 K优路径算法按照跳数最少的策略实施, 全部 原边的权重暂定设为任意一个偶数, 新边所拆分的权重将该偶数一分为二即 可。
工业实用性 本发明的方法及装置, 在邻接节点间多边条件下, 通过虚拟假节点和拆 分相关原边, 对图拓朴进行修正, 使各边都能够参与到 K优路径的算法计算 中, 而非简单作屏蔽处理, 这样, K优路径算法的结果准确可靠, 能够计算 出拓朴中真正的 κ优路径。

Claims

权 利 要 求 书
1. 一种在邻接节点间多边条件下实现 K优路径算法的方法, 包括如下 步骤:
记录原始的拓朴信息到拓朴结构中;
如果两节点间有 n条原边, 在除权重最短的原边以外的 n-1条原边上分 别增加一假节点, 以将所述 n-1 条原边中的每一原边都分成两个子段, 每一 条所述子段形成为一条新边, 所述新边的权重通过拆分其所在的原边的权重 得到;
根据在所述 n-1条原边上增加假节点后的拓朴信息,计算指定节点间的 K 优路径; 以及
依次对算出的 K优路径中的每一条路径进行检查: 将每条路径中的属于 殳节点、 新边的 hop跳跃, 还原成所述拓朴结构中记录的原始的拓朴信息; 其中 n > 2。
2. 如权利要求 1所述的方法, 其中, 所述拆分为均分。
3. 如权利要求 1或 2所述的方法, 其中,
如果存在权重是 1的原边,
所述新边的权重通过拆分其所在原边的权重得到的所述步骤包括: 将所 述拓朴结构中记录的原始的拓朴信息中的邻接节点间除权重最短的原边外的 n-1条原边中的每一条原边的权重都放大偶数倍, 并拆分到新边上;
将每条路径中的属于假节点、 新边的 hop跳跃, 还原成所述拓朴结构中 记录的原始的拓朴信息的所述步骤中的所述还原根据所述 n-1 条原边放大前 的权重进行。
4. 如权利要求 1或 2所述的方法, 其中,
如果 K优路径算法按照跳数最少的策略实施,
所述新边的权重通过拆分其所在原边的权重得到的所述步骤包括: 将所 述拓朴结构中记录的原始的拓朴信息中的邻接节点间除权重最短的原边外的 n-1条原边中的每一条原边的权重设为同一偶数,新边的权重设为所述偶数的 二分之一;
将每条路径中的属于假节点、 新边的 hop跳跃, 还原成所述拓朴结构中 记录的原始的拓朴信息的所述步骤中的所述还原根据所述 n-1 条原边设为所 述偶数前的权重进行。
5. 如权利要求 1或 2所述的方法, 其中, 所述假节点的节点 ID取值范 围和所述节点的节点 ID取值范围相异。
6. 如权利要求 3所述的方法, 其中, 所述偶数倍为 10的整数倍。
7. 如权利要求 4所述的方法, 其中, 所述偶数为 10。
8. 一种在邻接节点间多边条件下实现 K优路径算法的装置, 其设置成: 记录原始的拓朴信息到拓朴结构中备份; 如果两节点间有 n条原边, 除权重 最短的那条原边以外, 在其余 n-1 条原边上分别增加^ ^节点, 将原有的节点 间的整条原边分成多个子段; 每一个子段形成为一条新边, 新边的权重通过 拆分原边的权重得到;根据新修订的拓朴信息,计算指定节点间的 K优路径; 依次对算出的 K优路径中的每一条路径进行检查:将属于假节点、新边的 hop 跳跃, 还原成备份拓朴结构中记录的原始的拓朴结构数据; 其中 n > 2。
9. 如权利要求 8所述的装置, 其中, 如果两节点间有 n条原边, 在除权 重最短的原边以外的 n-1条原边上分别增加一个^^节点,以将所述 n-1条原边 中的每一原边分成两个新边。
PCT/CN2009/073696 2009-05-06 2009-09-02 在邻接节点间多边条件下实现k优路径算法的方法及装置 WO2010127527A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/257,609 US8467315B2 (en) 2009-05-06 2009-09-02 Method and apparatus for implementing K-shortest paths algorithm in the case of existing multiple edges between adjacent nodes
EP09844279.1A EP2426872B1 (en) 2009-05-06 2009-09-02 Method and apparatus for implementing k-shortest paths algorithm in the case of existing multiple edges between adjacent nodes

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2009101071817A CN101883293B (zh) 2009-05-06 2009-05-06 在邻接节点间多边条件下实现k优路径算法的方法及装置
CN200910107181.7 2009-05-06

Publications (1)

Publication Number Publication Date
WO2010127527A1 true WO2010127527A1 (zh) 2010-11-11

Family

ID=43049938

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/073696 WO2010127527A1 (zh) 2009-05-06 2009-09-02 在邻接节点间多边条件下实现k优路径算法的方法及装置

Country Status (4)

Country Link
US (1) US8467315B2 (zh)
EP (1) EP2426872B1 (zh)
CN (1) CN101883293B (zh)
WO (1) WO2010127527A1 (zh)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101986625B (zh) * 2010-11-17 2014-12-10 中兴通讯股份有限公司 一种路径计算方法及装置
US9276838B2 (en) * 2012-10-05 2016-03-01 Futurewei Technologies, Inc. Software defined network virtualization utilizing service specific topology abstraction and interface
US9646057B1 (en) * 2013-08-05 2017-05-09 Hrl Laboratories, Llc System for discovering important elements that drive an online discussion of a topic using network analysis
CN103441929B (zh) * 2013-09-17 2016-07-06 烽火通信科技股份有限公司 一种基于wson网络减少波长连续性限制的方法
CN105515977B (zh) * 2015-12-21 2020-05-12 腾讯科技(深圳)有限公司 获取网络中传输路径的方法、装置和系统
CN105763283B (zh) * 2015-12-30 2019-06-14 国网智能电网研究院 一种波分复用光网络中的光分插复用器优化配置方法
CN106330711A (zh) * 2016-08-15 2017-01-11 桂林创研科技有限公司 光网络的选路与波长分配方法
CN108418211B (zh) * 2018-03-14 2021-02-09 国网黑龙江省电力有限公司电力科学研究院 一种基于Dijlstra算法和遗传算法的供电路径优化方法
CN110971521B (zh) * 2018-09-29 2022-09-13 中兴通讯股份有限公司 路由路径计算方法、系统、设备及计算机可读存储介质
CN110768819B (zh) * 2018-12-03 2023-03-24 北京嘀嘀无限科技发展有限公司 生成方法、规划方法、装置、终端和可读存储介质
CN111405515B (zh) * 2020-03-25 2022-04-19 广西八联通信工程有限公司 一种基于5g通信的物联网

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1518297A (zh) * 2003-01-27 2004-08-04 华为技术有限公司 一种建立最短路径树的方法
US7082531B1 (en) * 2001-11-30 2006-07-25 Cisco Technology, Inc. Method and apparatus for determining enforcement security devices in a network topology
US20080225723A1 (en) * 2007-03-16 2008-09-18 Futurewei Technologies, Inc. Optical Impairment Aware Path Computation Architecture in PCE Based Network
CN101354435A (zh) * 2008-09-05 2009-01-28 清华大学 基于距离大小顺序关系的传感器网络节点自定位方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4739413B2 (ja) * 2005-06-22 2011-08-03 テレフオンアクチーボラゲット エル エム エリクソン(パブル) リンクコストインタラクションを用いた経路コスト判定および選択のための方法および装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7082531B1 (en) * 2001-11-30 2006-07-25 Cisco Technology, Inc. Method and apparatus for determining enforcement security devices in a network topology
CN1518297A (zh) * 2003-01-27 2004-08-04 华为技术有限公司 一种建立最短路径树的方法
US20080225723A1 (en) * 2007-03-16 2008-09-18 Futurewei Technologies, Inc. Optical Impairment Aware Path Computation Architecture in PCE Based Network
CN101354435A (zh) * 2008-09-05 2009-01-28 清华大学 基于距离大小顺序关系的传感器网络节点自定位方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2426872A4 *

Also Published As

Publication number Publication date
EP2426872A1 (en) 2012-03-07
EP2426872A4 (en) 2013-09-11
US20120044835A1 (en) 2012-02-23
CN101883293A (zh) 2010-11-10
US8467315B2 (en) 2013-06-18
CN101883293B (zh) 2013-02-27
EP2426872B1 (en) 2015-12-23

Similar Documents

Publication Publication Date Title
WO2010127527A1 (zh) 在邻接节点间多边条件下实现k优路径算法的方法及装置
CN105743794B (zh) 针对多层网络的管理设备和管理方法
US9602387B2 (en) Network topology optimization
US10148564B2 (en) Multiple paths computation for label switched paths
US10298488B1 (en) Path selection and programming of multiple label switched paths on selected paths of multiple computed paths
Ou et al. New and improved approaches for shared-path protection in WDM mesh networks
US7561534B2 (en) Methods of network routing having improved resistance to faults affecting groups of links subject to common risks
US10148551B1 (en) Heuristic multiple paths computation for label switched paths
US8144626B2 (en) Determining disjoint paths with an optimized number of regenerators
US20140092726A1 (en) Method for mapping a network topology request to a physical network and communication system
US9722912B2 (en) Network stochastic cross-layer optimization for meeting traffic flow availability target at minimum cost
Huang et al. Distributed protocol for removal of loop backs with asymmetric digraph using GMPLS in p-cycle based optical networks
WO2018103738A1 (zh) 一种路由建立方法和装置
WO2020163002A9 (en) Physical layer routing and monitoring
CN101909004B (zh) 基于边缘roadm环结构的多域光网络路由方法
CN109429117B (zh) 路由选择方法和设备
CN106982162A (zh) 用于转发业务流的方法、装置和系统
Ho et al. Spare capacity reprovisioning for shared backup path protection in dynamic generalized multi-protocol label switched networks
WO2012103852A2 (zh) 波分网络规划方法及设备
Wang et al. Coding-aware virtual network mapping for surviving single link failure
CN104506427B (zh) 更新控制方法及更新控制装置
WO2016095610A1 (zh) 一种恢复光层业务的方法和系统
US20110004455A1 (en) Designing a Network
CN111801914B (zh) 用于在最大不相交路径上转发网络业务的方法和设备
Karaata An algorithm for finding two node-disjoint paths in arbitrary graphs

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09844279

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 13257609

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 9446/DELNP/2011

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2009844279

Country of ref document: EP