JP2017108300A - Link failure pattern counting system, link failure pattern counting method, and link failure pattern counting program - Google Patents

Link failure pattern counting system, link failure pattern counting method, and link failure pattern counting program Download PDF

Info

Publication number
JP2017108300A
JP2017108300A JP2015240944A JP2015240944A JP2017108300A JP 2017108300 A JP2017108300 A JP 2017108300A JP 2015240944 A JP2015240944 A JP 2015240944A JP 2015240944 A JP2015240944 A JP 2015240944A JP 2017108300 A JP2017108300 A JP 2017108300A
Authority
JP
Japan
Prior art keywords
topology
links
link
pattern
generated
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2015240944A
Other languages
Japanese (ja)
Inventor
幸司 杉園
Koji Sugisono
幸司 杉園
太三 山本
Taizo Yamamoto
太三 山本
裕史 山崎
Yasushi Yamazaki
裕史 山崎
亜希 福岡
Aki Fukuoka
亜希 福岡
明寛 木村
Akihiro Kimura
明寛 木村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2015240944A priority Critical patent/JP2017108300A/en
Publication of JP2017108300A publication Critical patent/JP2017108300A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To count efficiently the number of failure patterns for which recalculation of a route is required for every number of link failures.SOLUTION: A deletion part 12, in a network topology in which nodes are connected by links, generates a topology in a case where the links are deleted one by one; and when all nodes have links in any of the generated topology, with respect to the topology in which all nodes have the links, generates topology in a case where the links are deleted one by one, while defining a plurality of topologies in which connection relations of the links connected to the nodes are similar as topology of the same kind. Further, a pattern addition part 13, with respect to topology in which nodes having no links exist of the topology generated by the deletion part 12, sums up the number of link failure patterns in which the topology can be generated for each number of deletion of the links deleted until the topology is generated.SELECTED DRAWING: Figure 4

Description

本発明は、リンク故障パターン数計算システム、リンク故障パターン数計算方法およびリンク故障パターン数計算プログラムに関する。   The present invention relates to a link failure pattern number calculation system, a link failure pattern number calculation method, and a link failure pattern number calculation program.

例えば故障等により、複数のルータによって構成されるネットワークのトポロジが変化するとき、ルータは、最新のトポロジに基づきパケットを転送するよう経路を再計算することが必要になる場合がある。このとき、全ルータの経路情報が更新されるまでの間、ループやパケットドロップが生じるため、通信品質は大きく悪化することになる。   For example, when the topology of a network composed of a plurality of routers changes due to a failure or the like, the router may need to recalculate a route to transfer a packet based on the latest topology. At this time, since the loop and packet drop occur until the route information of all the routers is updated, the communication quality is greatly deteriorated.

そこで、経路の再計算が行われる場合に、あらかじめ設定されたバックアップMPLS(Multi-Protocol Label Switching)トンネルに経路を切り替えることで経路の更新時間を削減する技術として、FastRerouteが知られている。   Thus, FastRoute is known as a technique for reducing the route update time by switching the route to a preset Multi-Protocol Label Switching (MPLS) tunnel when the route is recalculated.

さらに、全ての故障パターンに対応するためには、膨大な数のトンネルを用意することが必要になるというFastRerouteの持つ課題を解決するための技術として、ネクストホップの切り替えのみでパケット転送を続行する方法が知られている(例えば、非特許文献1)。   Furthermore, as a technique for solving the problem of FastRoute that it is necessary to prepare a huge number of tunnels to cope with all failure patterns, packet transfer is continued only by switching the next hop. A method is known (for example, Non-Patent Document 1).

非特許文献1の方法では、リンクの故障等により物理トポロジが変化した場合に、ネクストホップ(NH)の切り替えによりパケット転送を続行できるか否かを、物理トポロジを基に作成した論理トポロジを用いて判定する。このとき、物理トポロジは変化するが、論理トポロジには変更が生じず、NHの切り替えによりパケット転送を続行できると判定された場合、各ルータはNHを切り替えることでパケット転送を継続する。一方、論理トポロジに変更が生じる場合、ルータは経路の再計算を行う。   In the method of Non-Patent Document 1, when a physical topology changes due to a link failure or the like, a logical topology created based on the physical topology is used to determine whether or not packet transfer can be continued by switching the next hop (NH). Judgment. At this time, the physical topology changes, but the logical topology does not change, and if it is determined that the packet transfer can be continued by switching the NH, each router continues the packet transfer by switching the NH. On the other hand, when a change occurs in the logical topology, the router recalculates the route.

このように、経路の再計算の要否を判定し、必要に応じて再計算を行う場合、ネットワークの設計を行う際に、故障リンク数ごとの経路再計算発生確率、および故障リンク数ごとの経路再計算発生確率に基づいて計算される平均リンク故障回数を知っておくことが重要である。ここで、故障リンク数ごとの経路再計算発生確率は、全体の故障パターン数に対する、リンク故障回数ごとの経路再計算が必要になる故障パターン数を計算することで求められる。   In this way, when it is necessary to recalculate the route and recalculate as necessary, when redesigning the network, the path recalculation occurrence probability for each number of failed links and the number of failed links It is important to know the average number of link failures calculated based on the path recalculation probability. Here, the probability of occurrence of path recalculation for each number of faulty links is obtained by calculating the number of fault patterns that require path recalculation for each number of link faults with respect to the total number of fault patterns.

経路再計算が必要になる故障パターン数の計算方法として、具体的には以下の方法が知られている。まず、実際のネットワークトポロジの論理ネットワークトポロジから隣接する論理ノード間を結ぶ物理リンクの構成を取得する。次に、決められた順番で物理リンクを削除していき、経路の再計算が必要になったときのリンク削除回数を計測する。そして、これらの手順を考えられる全ての順番に対し行うことで、リンク故障回数ごとの経路再計算が必要になる故障パターン数を求める。   Specifically, the following methods are known as methods for calculating the number of failure patterns that require route recalculation. First, the configuration of a physical link connecting adjacent logical nodes is acquired from the logical network topology of the actual network topology. Next, the physical links are deleted in a predetermined order, and the number of link deletions when the route needs to be recalculated is measured. Then, by performing these procedures for all possible orders, the number of failure patterns that require route recalculation for each number of link failures is obtained.

杉園 幸司、福岡 亜希、山崎 裕史、山本 太三 "経路再計算の回避を考慮したパケット転送方法に関する提案" 電子情報通信学会全国大会 2015年3月Koji Sugizono, Aki Fukuoka, Hiroshi Yamazaki, Taso Yamamoto "Proposal on packet transfer method considering avoidance of route recalculation" IEICE National Convention March 2015

しかしながら、従来の方法には、リンク故障回数ごとの経路再計算が必要になる故障パターン数を効率良く計算することができないという問題があった。   However, the conventional method has a problem that it is not possible to efficiently calculate the number of failure patterns that require route recalculation for each number of link failures.

例えば、従来の方法でリンク故障回数ごとの経路再計算が必要になる故障パターン数を計算する場合、リンク数が増加するにしたがって、計算時間が急激に増大し、計算の効率も急激に悪化する。これは、全ての故障パターンがリンク数の階乗だけ存在するためである。   For example, when calculating the number of failure patterns that require route recalculation for each number of link failures in the conventional method, the calculation time increases rapidly as the number of links increases, and the calculation efficiency also deteriorates rapidly. . This is because all failure patterns exist by the factorial of the number of links.

本発明のリンク故障パターン数計算システムは、ノード同士がリンクで接続されるネットワークのトポロジにおいて、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成するとともに、生成したトポロジのいずれかにおいて、全てのノードがリンクを有する場合には、該全てのノードがリンクを有するトポロジについて、ノードにつながるリンクの接続関係が同一である複数のトポロジを同一種類のトポロジとして、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成する削除部と、前記削除部によって生成されたトポロジのうち、リンクを有しないノードが存在するトポロジについて、該トポロジの生成までに削除したリンクの削除数ごとに、該トポロジを生成可能なリンクの削除のパターン数を合計するパターン数加算部と、を有することを特徴とする。   The link failure pattern number calculation system of the present invention generates a topology when each link is deleted one by one in a topology of a network in which nodes are connected by links, and in any of the generated topologies, If all nodes have links, delete all links with the same type of topologies that have the same connection relationship of the links connected to the nodes. For each topology that has been deleted before the generation of the topology, there is a deletion unit that generates the topology in each case, and a topology that includes a node that does not have a link among the topologies generated by the deletion unit, The total number of patterns for deleting links that can generate the topology It characterized by having a a calculation unit.

また、本発明のリンク故障パターン数計算方法は、ノード同士がリンクで接続されるネットワークのトポロジにおいて、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成するとともに、生成したトポロジのいずれかにおいて、全てのノードがリンクを有する場合には、該全てのノードがリンクを有するトポロジについて、ノードにつながるリンクの接続関係が同一である複数のトポロジを同一種類のトポロジとして、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成する削除工程と、前記削除工程によって生成されたトポロジのうち、リンクを有しないノードが存在するトポロジについて、該トポロジの生成までに削除したリンクの削除数ごとに、該トポロジを生成可能なリンクの削除のパターン数を合計するパターン数加算工程と、を含んだことを特徴とする。   Also, the link failure pattern number calculation method of the present invention generates a topology when each link is deleted one by one in a topology of a network in which nodes are connected by links, and any one of the generated topologies In the case where all nodes have links, with respect to the topology in which all the nodes have links, a plurality of topologies having the same connection relation of links connected to the nodes are regarded as the same type topology, and each link has one link. A deletion step for generating topologies in the case of each deletion, and for each topology deleted by the generation of the topology, among the topologies generated by the deletion step, there is a topology in which a node having no link exists. The total number of link deletion patterns that can generate the topology Characterized in that it includes a down count adding step.

本発明によれば、リンク故障回数ごとの経路再計算が必要になる故障パターン数を効率良く計算することができる。   According to the present invention, it is possible to efficiently calculate the number of failure patterns that require route recalculation for each number of link failures.

図1は、ネットワークについて説明するための図である。FIG. 1 is a diagram for explaining a network. 図2は、リンクの故障について説明するための図である。FIG. 2 is a diagram for explaining a link failure. 図3は、全てのリンク故障パターン数について説明するための図である。FIG. 3 is a diagram for explaining the number of all link failure patterns. 図4は、第1の実施形態に係るリンク故障パターン数計算システムの構成の一例を示す図である。FIG. 4 is a diagram illustrating an example of the configuration of the link failure pattern number calculation system according to the first embodiment. 図5は、同じトポロジになる故障パターンについて説明するための図である。FIG. 5 is a diagram for explaining failure patterns having the same topology. 図6は、パターン記憶部に保存されるデータについて説明するための図である。FIG. 6 is a diagram for explaining data stored in the pattern storage unit. 図7は、異なるトポロジになる故障パターンについて説明するための図である。FIG. 7 is a diagram for explaining failure patterns having different topologies. 図8は、トポロジG1について説明するための図である。FIG. 8 is a diagram for explaining the topology G1. 図9は、トポロジG2について説明するための図である。FIG. 9 is a diagram for explaining the topology G2. 図10は、パターン記憶部に保存されるデータについて説明するための図である。FIG. 10 is a diagram for explaining data stored in the pattern storage unit. 図11は、経路の再計算が必要な故障パターンについて説明するための図である。FIG. 11 is a diagram for explaining a failure pattern that requires recalculation of a route. 図12は、パターン記憶部に保存されるデータについて説明するための図である。FIG. 12 is a diagram for explaining data stored in the pattern storage unit. 図13は、第1の実施形態に係るリンク故障パターン数計算システムの処理の流れを示すフローチャートである。FIG. 13 is a flowchart showing the flow of processing of the link failure pattern number calculation system according to the first embodiment. 図14は、第2の実施形態について説明するための図である。FIG. 14 is a diagram for explaining the second embodiment. 図15は、第2の実施形態について説明するための図である。FIG. 15 is a diagram for explaining the second embodiment. 図16は、第3の実施形態について説明するための図である。FIG. 16 is a diagram for explaining the third embodiment. 図17は、第3の実施形態に係るリンク故障パターン数計算システムの処理の流れを示すフローチャートである。FIG. 17 is a flowchart showing the flow of processing of the link failure pattern number calculation system according to the third embodiment. 図18は、プログラムが実行されることにより、リンク故障パターン数計算システムが実現されるコンピュータの一例を示す図である。FIG. 18 is a diagram illustrating an example of a computer that realizes a link failure pattern number calculation system by executing a program.

以下に、本願に係るリンク故障パターン数計算システムの実施形態を図面に基づいて詳細に説明する。なお、この実施形態により本発明が限定されるものではない。また、各実施形態は適宜組み合わせることができる。   Hereinafter, an embodiment of a link failure pattern number calculation system according to the present application will be described in detail with reference to the drawings. In addition, this invention is not limited by this embodiment. Moreover, each embodiment can be combined suitably.

[第1の実施形態]
まず、第1の実施形態に係るポリシ制御システムおよびポリシ制御装置の構成、処理の流れおよび効果を説明する。
[First Embodiment]
First, the configuration, process flow, and effects of the policy control system and policy control device according to the first embodiment will be described.

まず、本実施形態で対象とするネットワークおよびリンクの故障について説明する。まず、図1に示すように、ネットワーク100の論理トポロジは、ルータの集合である論理ノード(LN)と論理リンクにより構成される。図1は、ネットワークについて説明するための図である。   First, a failure of a network and a link targeted in this embodiment will be described. First, as shown in FIG. 1, the logical topology of the network 100 includes logical nodes (LN) that are a set of routers and logical links. FIG. 1 is a diagram for explaining a network.

ここで、ルータ間にリンクが存在する場合、すなわちルータ同士が隣接関係にある場合、各ルータが属する論理ノード間に論理リンクが存在する。このとき、これらの論理ノードは隣接しているという。   Here, when a link exists between routers, that is, when routers are adjacent to each other, a logical link exists between logical nodes to which each router belongs. At this time, these logical nodes are said to be adjacent.

ここで、各ルータは下記の性質を持つものとする。
・ルータが属する論理ノードに隣接する全ての論理ノードに隣接ルータを持つ。
・ルータが属する論理ノードに隣接しない論理ノードに隣接ルータを持たない。
(ただし、同一論理ノードに属するルータ同士が隣接関係にある場合を許容する。)
Here, each router has the following properties.
-All the logical nodes adjacent to the logical node to which the router belongs have an adjacent router.
-The logical node that is not adjacent to the logical node to which the router belongs does not have an adjacent router.
(However, routers belonging to the same logical node are allowed to be adjacent to each other.)

図1に示すように、論理ノード110に属するルータ111〜113は、論理ノード120および130に属するルータへのリンクを持っている。また、論理ノード120に属するルータ121〜123は、論理ノード110に属するルータへのリンクを持っている。また、論理ノード130に属するルータ131〜133は、論理ノード110に属するルータへのリンクを持っている。   As shown in FIG. 1, the routers 111 to 113 belonging to the logical node 110 have links to routers belonging to the logical nodes 120 and 130. Further, the routers 121 to 123 belonging to the logical node 120 have links to routers belonging to the logical node 110. Further, the routers 131 to 133 belonging to the logical node 130 have links to routers belonging to the logical node 110.

このとき、例えばルータ111とルータ121の間にリンクが存在しているため、ルータ111とルータ121は隣接しているといえ、論理ノード110と論理ノード120についても隣接しているといえる。同様に論理ノード110と論理ノード130についても隣接しているといえる。   At this time, for example, since a link exists between the router 111 and the router 121, it can be said that the router 111 and the router 121 are adjacent to each other, and the logical node 110 and the logical node 120 are also adjacent. Similarly, it can be said that the logical node 110 and the logical node 130 are adjacent to each other.

ここで、図2に示すように、例えばルータ111とルータ121の間のリンクが故障した場合、論理ノード110と論理ノード120が隣接しないことになり、経路の再計算が必要になる。図2は、リンクの故障について説明するための図である。このように、特定の隣接論理ノード間を結ぶリンクの接続状況に着目し、論理トポロジの条件が崩れるようなリンク故障の発生パターンに着目することで、経路の再計算が生じるリンク故障回数の確率を計算できる。   Here, as shown in FIG. 2, for example, when the link between the router 111 and the router 121 fails, the logical node 110 and the logical node 120 are not adjacent to each other, and a route recalculation is required. FIG. 2 is a diagram for explaining a link failure. In this way, the probability of the number of link failures that cause recalculation of the route by focusing on the link connection status between specific adjacent logical nodes and focusing on the link failure occurrence pattern that causes the logical topology conditions to collapse. Can be calculated.

ただし、このような故障の発生パターンは、例えば図3に示すようにリンク数の階乗だけ存在するため、膨大な計算時間がかかる場合がある。図3は、全てのリンク故障パターン数について説明するための図である。例えば、図3に示すように、リンクの数が9である場合、9!通りの故障パターンが存在する。そこで、本実施形態では、全パターンに着目することなくリンク故障回数ごとの経路再計算が必要になる故障パターン数を計算する。   However, since such a failure occurrence pattern has only the factorial of the number of links as shown in FIG. 3, for example, it may take an enormous calculation time. FIG. 3 is a diagram for explaining the number of all link failure patterns. For example, as shown in FIG. 3, if the number of links is 9, 9! There are street failure patterns. Therefore, in this embodiment, the number of failure patterns that require route recalculation for each link failure number is calculated without paying attention to all patterns.

[第1の実施形態の構成]
まず、図4を用いて第1の実施形態に係るリンク故障パターン数計算システムの構成について説明する。図4は、第1の実施形態に係るリンク故障パターン数計算システムの構成の一例を示す図である。
[Configuration of First Embodiment]
First, the configuration of the link failure pattern number calculation system according to the first embodiment will be described with reference to FIG. FIG. 4 is a diagram illustrating an example of the configuration of the link failure pattern number calculation system according to the first embodiment.

図4に示すように、リンク故障パターン数計算システム1は、制御部10および記憶部20を有する。また、制御部10は、取得部11、削除部12、パターン数加算部13およびパターン更新部14を有する。また、記憶部20は、パターン記憶部21およびパターン数記憶部22を有する。   As illustrated in FIG. 4, the link failure pattern number calculation system 1 includes a control unit 10 and a storage unit 20. The control unit 10 includes an acquisition unit 11, a deletion unit 12, a pattern number addition unit 13, and a pattern update unit 14. The storage unit 20 includes a pattern storage unit 21 and a pattern number storage unit 22.

まず、図5に示すように、隣接論理ノードへのリンクを3本持つルータ111〜113が存在する論理ノード110において、各ルータを同等なものとして扱うとすると、ルータ111からのリンクが1本切れた場合、ルータ112からのリンクが1本切れた場合、ルータ113からのリンクが1本切れた場合のいずれの場合においても、ネットワークは同じ状態になる。図5は、同じトポロジになる故障パターンについて説明するための図である。   First, as shown in FIG. 5, in the logical node 110 in which the routers 111 to 113 having three links to adjacent logical nodes exist, if each router is treated as equivalent, one link from the router 111 is present. In the case where one of the links from the router 112 is disconnected or one link from the router 113 is disconnected, the network is in the same state. FIG. 5 is a diagram for explaining failure patterns having the same topology.

このとき、論理ノード110には、隣接論理ノードへのリンクを3本持つルータが2つ、隣接論理ノードへのリンクを2本持つルータが1つ存在することになる。これより、図3の例のように、経路再計算が必要になる故障パターン数を計算する際に、常に全ての発生順を考慮する必要はないということがいえる。   At this time, the logical node 110 has two routers having three links to adjacent logical nodes and one router having two links to adjacent logical nodes. From this, it can be said that it is not always necessary to consider all occurrence orders when calculating the number of failure patterns that require route recalculation as in the example of FIG.

図6〜12を用いて、リンク故障パターン数計算システム1による故障パターン数の計算について説明する。まず、リンク故障パターン数計算システム1は、図6に示すようなデータをパターン記憶部21に保存する。図6は、パターン記憶部に保存されるデータについて説明するための図である。   The calculation of the number of failure patterns by the link failure pattern number calculation system 1 will be described with reference to FIGS. First, the link failure pattern number calculation system 1 stores data as shown in FIG. 6 in the pattern storage unit 21. FIG. 6 is a diagram for explaining data stored in the pattern storage unit.

具体的に、まず、取得部11は、初期状態となるトポロジを取得する。図6の例では、初期状態のトポロジにおいては、入側論理ノードに属するノードが3つ、出側論理ノードに属するノードが3つ存在し、入側論理ノードに属するノードと出側論理ノードに属するノードの間はフルメッシュ接続されている。このとき、初期状態のトポロジ故障パターン数を1、故障リンク数を0とする。   Specifically, first, the acquisition unit 11 acquires a topology that is in an initial state. In the example of FIG. 6, in the topology in the initial state, there are three nodes belonging to the input logical node and three nodes belonging to the output logical node, and the nodes belonging to the input logical node and the output logical node A full mesh connection is established between the nodes to which it belongs. At this time, the number of topology failure patterns in the initial state is 1, and the number of failure links is 0.

なお、トポロジ故障パターン数とは、リンク故障の結果、当該トポロジになりうるリンク故障パターンの数である。また、故障リンク数とは、当該トポロジになるまでに故障したリンクの数である。また、トポロジと、トポロジ故障パターン数および故障リンク数をセットにしたデータがパターン記憶部21に保存される。   The number of topology failure patterns is the number of link failure patterns that can become the topology as a result of link failure. Further, the number of failed links is the number of links that have failed until the topology is reached. In addition, data in which the topology, the number of topology failure patterns, and the number of failure links are set is stored in the pattern storage unit 21.

削除部12は、ノード同士がリンクで接続されるネットワークのトポロジにおいて、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成する。また、生成したトポロジのいずれかにおいて、全てのノードがリンクを有する場合には、該全てのノードがリンクを有するトポロジについては、ノードにつながるリンクの接続関係が同一である複数のトポロジを同一種類のトポロジとしてパターン記憶部21に記憶されているため、削除部12は、このようなトポロジを同一種類のトポロジとして各リンクが1つずつ削除された場合のトポロジをそれぞれ生成する。   The deletion unit 12 generates a topology when each link is deleted one by one in a network topology in which nodes are connected by links. In addition, in any of the generated topologies, when all nodes have links, for the topologies in which all the nodes have links, a plurality of topologies having the same connection relation of links connected to the nodes are the same type. Since the topology is stored in the pattern storage unit 21, the deletion unit 12 generates a topology when each link is deleted one by one with such a topology as the same type topology.

上述のように、削除部12は、初期状態のトポロジにおけるリンクを削除することで、リンクが故障した結果生じるトポロジを計算する。このとき、故障するリンクにより結果は異なるので、削除部12は、各リンクを削除した場合についてトポロジを計算する。図6の例では、初期状態のトポロジにはリンクが9本存在するため、削除部12は、9種類のトポロジを計算する。また、削除部12は、計算が完了したトポロジのデータをパターン記憶部21から削除する。ここでは、削除部12は、初期状態のトポロジのデータをパターン記憶部21から削除する。   As described above, the deletion unit 12 calculates the topology generated as a result of the link failure by deleting the link in the initial topology. At this time, since the result differs depending on the failed link, the deletion unit 12 calculates the topology when each link is deleted. In the example of FIG. 6, since there are nine links in the topology in the initial state, the deletion unit 12 calculates nine types of topologies. The deletion unit 12 deletes the topology data for which the calculation has been completed from the pattern storage unit 21. Here, the deletion unit 12 deletes the topology data in the initial state from the pattern storage unit 21.

ただし、これら9種類のトポロジは、図5を用いて説明した通り、同じトポロジである。すなわち、初期状態のトポロジにおけるノードをナンバリングし、リンク故障の結果生じるトポロジのノード番号を入れ替えると全て同じトポロジになる。よって、初期状態からリンク故障が起こった場合、常に同じトポロジになる。   However, these nine types of topologies are the same as described with reference to FIG. That is, if the nodes in the topology in the initial state are numbered and the node numbers of the topology generated as a result of the link failure are exchanged, all become the same topology. Therefore, when a link failure occurs from the initial state, the topology is always the same.

以降の説明でも、ノードの番号を入れ替えることで同じトポロジになるトポロジは、同じトポロジであるとする。   In the following description, it is assumed that topologies that have the same topology by switching the node numbers are the same topology.

また、パターン記憶部21は、トポロジごとに、該トポロジを生成可能なリンクの削除のパターン数である故障パターン数を記憶する。そして、パターン更新部14は、削除部12によってトポロジが生成されるたびに、全てのノードがリンクを有する同一種類のトポロジの数と、パターン記憶部21に記憶されている削除部12によってリンクが削除される前のトポロジの故障パターン数とをかけ、該生成されたトポロジがパターン記憶部21に記憶されている場合、該かけた数を、該生成されたトポロジの故障パターン数に加算し、該生成されたトポロジがパターン記憶部21に記憶されていない場合、該かけた数を該生成されたトポロジの故障パターン数としてパターン記憶部21に記憶させる。   Further, the pattern storage unit 21 stores, for each topology, the number of failure patterns that is the number of link deletion patterns that can generate the topology. Then, each time the topology is generated by the deletion unit 12, the pattern update unit 14 determines the number of topologies of the same type in which all the nodes have links, and the deletion unit 12 stored in the pattern storage unit 21 sets the links. When the generated topology is stored in the pattern storage unit 21 by multiplying the number of failure patterns of the topology before deletion, the multiplied number is added to the number of failure patterns of the generated topology, When the generated topology is not stored in the pattern storage unit 21, the multiplied number is stored in the pattern storage unit 21 as the number of failure patterns of the generated topology.

具体的に、パターン更新部14は、ここで得られたトポロジG0の故障パターン数を9、故障リンク数を1としてパターン記憶部21に保存する。なお、トポロジG0は経路の再計算が必要になるパターンではないため、パターン数加算部13は処理を行わない。   Specifically, the pattern update unit 14 stores the number of failure patterns of the topology G0 obtained here as 9 and the number of failure links as 1 in the pattern storage unit 21. Note that, since the topology G0 is not a pattern that requires recalculation of the route, the pattern number adding unit 13 does not perform processing.

図6の場合、初期状態のトポロジから生じるトポロジはG0のみであったが、図7に示すように1つのトポロジから複数の異なるトポロジが生じる場合もある。図7は、異なるトポロジになる故障パターンについて説明するための図である。   In the case of FIG. 6, only the topology G0 is generated from the topology in the initial state, but a plurality of different topologies may be generated from one topology as shown in FIG. FIG. 7 is a diagram for explaining failure patterns having different topologies.

取得部11は、パターン記憶部21から、故障リンク数が最も小さいデータを取得する。このとき、パターン記憶部21に保存されているのはG0のデータのみであるため、取得部11はG0を取得する。なお、パターン記憶部21に故障リンク数が最も小さいデータが複数存在する場合、取得部11は、任意のデータを取得する。   The acquisition unit 11 acquires data having the smallest number of failed links from the pattern storage unit 21. At this time, since only G0 data is stored in the pattern storage unit 21, the acquisition unit 11 acquires G0. Note that when there are a plurality of pieces of data with the smallest number of failed links in the pattern storage unit 21, the acquisition unit 11 acquires arbitrary data.

そして、削除部12は、トポロジG0のリンクを削除し、トポロジを計算する。このとき、削除部12は、計算の結果、トポロジG1およびG2を得る。トポロジG0からトポロジG1およびG2となるリンク故障のパターンはそれぞれ4通りである。なお、トポロジG1およびG2はいずれも経路の再計算が必要になるパターンではないため、パターン数加算部13は処理を行わない。   Then, the deletion unit 12 deletes the link of the topology G0 and calculates the topology. At this time, the deletion unit 12 obtains the topologies G1 and G2 as a result of the calculation. There are four link failure patterns from topology G0 to topologies G1 and G2. Note that the topologies G1 and G2 are not patterns that require route recalculation, so the pattern number adding unit 13 does not perform processing.

図8を用いて、トポロジG1について説明する。図8は、トポロジG1について説明するための図である。まず、図8においては、説明のため、各ノードに番号を振り、またノードの位置を変化させる。図8において、トポロジG1となるパターンは、リンク1−6、リンク2−6、リンク3−4およびリンク3−5のいずれかが故障した場合である。なお、例えばノード1および6の間のリンクをリンク1−6と表す。   The topology G1 will be described with reference to FIG. FIG. 8 is a diagram for explaining the topology G1. First, in FIG. 8, a number is assigned to each node and the position of the node is changed for explanation. In FIG. 8, the pattern which becomes topology G1 is a case where any of the links 1-6, 2-6, 3-4 and 3-5 fails. For example, a link between the nodes 1 and 6 is represented as a link 1-6.

図8では、最下部にリンク1−6が故障した結果生じるトポロジを例として示す。仮に、最下部に示すトポロジをG1とする。ここで、リンク2−6が故障した場合に生じたトポロジのノード1と2の番号を入れ替えると、当該トポロジはトポロジG1と一致する。また、リンク3−4が故障した場合に生じたトポロジのノード3と6、ノード2と5、ノード1と4を入れ替えると、当該トポロジはトポロジG1と一致する。また、リンク3−5が故障した場合に生じたトポロジのノード3と6、ノード1と5、ノード2と4を入れ替えると、当該トポロジはトポロジG1と一致する。これより、リンク故障が生じた結果、トポロジG1になるリンク故障パターンは4通り存在することがわかる。   In FIG. 8, the topology generated as a result of the failure of the link 1-6 at the bottom is shown as an example. Let the topology shown at the bottom be G1. Here, if the numbers of the nodes 1 and 2 of the topology generated when the link 2-6 fails, the topology matches the topology G1. When the nodes 3 and 6, the nodes 2 and 5, and the nodes 1 and 4 in the topology generated when the link 3-4 fails, the topology matches the topology G 1. If the nodes 3 and 6, the nodes 1 and 5, and the nodes 2 and 4 of the topology generated when the link 3-5 fails, the topology matches the topology G 1. From this, it can be seen that there are four link failure patterns that result in topology G1 as a result of the link failure.

このとき、パターン更新部14は、リンク削除後のトポロジと同じトポロジのデータがパターン記憶部21に保存されていないかを確認し、保存されていない場合は、当該トポロジについてのデータをパターン記憶部21に保存する。また、保存されている場合は、保存済みのデータの故障パターン数を加算する。   At this time, the pattern update unit 14 confirms whether data having the same topology as the topology after link deletion is stored in the pattern storage unit 21. If not stored, the pattern update unit 14 stores the data about the topology in the pattern storage unit. Save to 21. If stored, the number of failure patterns of the stored data is added.

図8の例では、まず、削除部12によりリンク1−6が故障したトポロジG1が計算されると、パターン更新部14は、トポロジをG1、故障パターン数を9、故障リンク数を2としたデータをパターン記憶部21に保存する。次に、削除部12によりリンク1−5が故障したトポロジG1が計算されると、パターン更新部14は、故障パターン数9を保存済みのデータの故障パターン数に加算する。   In the example of FIG. 8, first, when the topology G1 in which the link 1-6 has failed is calculated by the deletion unit 12, the pattern update unit 14 sets the topology to G1, the number of failure patterns, and the number of failed links to 2. Data is stored in the pattern storage unit 21. Next, when the topology G1 in which the link 1-5 has failed is calculated by the deletion unit 12, the pattern update unit 14 adds the failure pattern number 9 to the failure pattern number of the stored data.

図10に示すように、各故障パターンについて同様の処理を繰り返すと、パターン記憶部21に保存されているトポロジG1の故障パターン数は36となる。また、図9に示すように、トポロジG2についてもトポロジG1の場合と同様の処理が行われる。図9は、トポロジG2について説明するための図である。   As shown in FIG. 10, when the same processing is repeated for each failure pattern, the number of failure patterns of topology G1 stored in the pattern storage unit 21 is 36. Also, as shown in FIG. 9, the same processing as in the case of topology G1 is performed for topology G2. FIG. 9 is a diagram for explaining the topology G2.

取得部11は、さらにパターン記憶部21からトポロジG1のデータを取得する。そして、削除部12は、リンクを削除する。このとき、図11に示すように、トポロジG1からリンクを削除すると、出力リンク数が0であるノードが生じる場合がある。このような故障パターンが、経路再計算が必要になる故障パターンである。   The acquisition unit 11 further acquires the topology G1 data from the pattern storage unit 21. Then, the deletion unit 12 deletes the link. At this time, as shown in FIG. 11, when a link is deleted from the topology G1, a node with the number of output links being 0 may occur. Such a failure pattern is a failure pattern that requires route recalculation.

また、パターン数加算部13は、削除部12によって生成されたトポロジのうち、リンクを有しないノードが存在するトポロジについて、該トポロジの生成までに削除したリンクの削除数、すなわち故障リンク数ごとに、該トポロジを生成可能なリンクの故障パターン数を合計して保存する。   Further, the pattern number adding unit 13 includes, for each topology generated by the deleting unit 12, a number of deleted links, that is, the number of failed links, for a topology in which a node having no link exists. The total number of link failure patterns that can generate the topology is stored.

具体的に、パターン数加算部13は、パターン数記憶部22に、故障リンク数3と故障パターン数36を対応付けて保存する。また、パターン数加算部13は、既にパターン数記憶部22に故障リンク数3と対応する故障パターン数が保存されている場合は、故障パターン数に36を加算する。パターン数記憶部22は、故障リンク数と故障パターン数を、例えば配列として記憶する。この場合、パターン数記憶部22は、例えば故障リンク数3に対応する故障パターン数36を配列Aの要素として、A[3]=36のように記憶する。   Specifically, the pattern number adding unit 13 stores the number of failure links 3 and the number of failure patterns 36 in association with each other in the pattern number storage unit 22. Further, the pattern number adding unit 13 adds 36 to the number of failure patterns when the number of failure patterns corresponding to the number of failure links 3 is already stored in the pattern number storage unit 22. The pattern number storage unit 22 stores the number of failure links and the number of failure patterns, for example, as an array. In this case, the pattern number storage unit 22 stores, for example, A [3] = 36 with the failure pattern number 36 corresponding to the failure link number 3 as an element of the array A.

図12に示すように、パターン更新部14は、トポロジG1→G2の順に処理が行われた場合、パターン記憶部21内のデータにトポロジG2についての処理で計算された故障パターン数を加算する。図12は、パターン記憶部に保存されるデータについて説明するための図である。   As illustrated in FIG. 12, the pattern update unit 14 adds the number of failure patterns calculated in the process for the topology G2 to the data in the pattern storage unit 21 when the processes are performed in the order of topology G1 → G2. FIG. 12 is a diagram for explaining data stored in the pattern storage unit.

図12の例では、トポロジG1におけるリンク故障の結果、トポロジG3になるリンク故障パターンが4パターン存在する。また、初期状態からトポロジG1になるリンク故障パターン数は36であるため、G3になる故障パターン数は、36に4をかけた144である。そして、初期状態のトポロジからトポロジG3になるまでの故障リンク数は3である。   In the example of FIG. 12, there are four link failure patterns that result in topology G3 as a result of link failure in topology G1. Further, since the number of link failure patterns that become topology G1 from the initial state is 36, the number of failure patterns that become G3 is 144 multiplied by 4. The number of failed links from the initial topology to the topology G3 is 3.

トポロジG1に関する処理が終了した時点では、パターン記憶部21内にはトポロジG2とトポロジG3が存在する。そして、トポロジG2におけるリンクの故障パターンのうち、トポロジG3となる故障パターンが2つ存在する。ここで、トポロジG3のデータは既にパターン記憶部21に保存済みなので、36に2をかけた72が、保存済みの故障パターン数144に加算される。   At the time when the processing related to the topology G1 is completed, the topology G2 and the topology G3 exist in the pattern storage unit 21. Of the failure patterns of the links in topology G2, there are two failure patterns that become topology G3. Here, since the data of the topology G3 has already been stored in the pattern storage unit 21, 72 obtained by multiplying 36 by 2 is added to the number 144 of stored failure patterns.

なお、故障リンク数ごとのリンク故障パターン数は、経路の再計算を必要とする場合が生じるときの平均故障リンク数を計算するときに必要となる。その場合、故障リンク数ごとの再計算発生確率を算出する必要がある。故障リンク数ごとの再計算発生確率の計算方法は次の通りである。   Note that the number of link failure patterns for each number of failed links is required when calculating the average number of failed links when there is a case where recalculation of the route is required. In that case, it is necessary to calculate the recalculation occurrence probability for each number of failed links. The calculation method of the recalculation occurrence probability for each number of failed links is as follows.

まず、本実施形態で計算した故障パターン数に、残存リンク数が切れた時のリンク故障パターン数である、残存リンク数の階乗の値をかけた値を算出する。次に、算出した値を初期状態のトポロジから生じる全リンク故障パターン数である、初期状態のリンク数の階乗の値で割る。このとき得られる値が、故障リンク数ごとの再計算発生確率である。   First, a value obtained by multiplying the number of failure patterns calculated in the present embodiment by the factor of the number of remaining links, which is the number of link failure patterns when the number of remaining links is broken, is calculated. Next, the calculated value is divided by the factorial value of the number of links in the initial state, which is the total number of link failure patterns resulting from the topology in the initial state. The value obtained at this time is the recalculation occurrence probability for each number of failed links.

ただし、ここで算出される故障リンク数ごとの再計算発生確率は、全てのリンクの故障確率が同じであることを前提としている。そして、全ての故障リンク数について、故障リンク数と、故障リンク数ごとの再計算発生確率をかけ、得られた値の総和をとることで、経路再計算が生じるときの平均故障リンク数を計算することができる。   However, the recalculation occurrence probability for each number of failed links calculated here is based on the premise that the failure probability of all links is the same. Then, multiply the number of failed links by the number of failed links and the recalculation probability for each number of failed links, and calculate the average number of failed links when path recalculation occurs by taking the sum of the obtained values. can do.

[第1の実施形態の処理]
図13を用いて、第1の実施形態の処理について説明する。図13は、第1の実施形態に係るリンク故障パターン数計算システムの処理の流れを示すフローチャートである。まず、図13に示すように、取得部11は、初期状態のトポロジを取得し、取得したトポロジを関数Fに入力する(ステップS101)。なお、ここでは一連の処理を関数Fにより行うこととする。
[Process of First Embodiment]
The processing of the first embodiment will be described with reference to FIG. FIG. 13 is a flowchart showing the flow of processing of the link failure pattern number calculation system according to the first embodiment. First, as illustrated in FIG. 13, the acquisition unit 11 acquires the topology in the initial state, and inputs the acquired topology into the function F (step S101). Here, a series of processing is performed by the function F.

次に、パターン更新部14は、入力したトポロジと、故障リンク数0と、故障パターン数1を組み合わせたデータをパターン記憶部21に登録する(ステップS102)。そして、取得部11は、パターン記憶部21にデータが存在する場合(ステップS103、Yes)、パターン記憶部21からデータを取り出し処理対象にする(ステップS104)。また、パターン記憶部21にデータが存在しない場合(ステップS103、No)、処理を終了する。   Next, the pattern update unit 14 registers data obtained by combining the input topology, the number of failure links 0, and the number of failure patterns 1 in the pattern storage unit 21 (step S102). Then, when there is data in the pattern storage unit 21 (step S103, Yes), the acquisition unit 11 takes out the data from the pattern storage unit 21 and sets it as a processing target (step S104). If there is no data in the pattern storage unit 21 (No at Step S103), the process ends.

削除部12は、データに含まれるトポロジのリンクを1本削除し、1本リンクが故障したときに生じるトポロジを生成する(ステップS105)。そして、パターン更新部14は、生成されたトポロジのうち、同じトポロジが存在する場合、そのトポロジになるリンク故障パターンをカウントする(ステップS106)。   The deletion unit 12 deletes one topology link included in the data, and generates a topology generated when one link fails (step S105). Then, when the same topology exists among the generated topologies, the pattern update unit 14 counts the link failure patterns that become the topology (step S106).

ここで、生成したトポロジと同じトポロジを含むデータがパターン記憶部21に存在している場合(ステップS107、Yes)、パターン更新部14は、同じトポロジを含むデータの故障パターン数に、カウントしたパターン数と、パターン記憶部21から出したデータが含むリンク故障パターン数をかけた数を足す(ステップS109)。   Here, when data including the same topology as the generated topology exists in the pattern storage unit 21 (step S107, Yes), the pattern update unit 14 counts the counted pattern as the number of failure patterns of the data including the same topology. The number multiplied by the number of link failure patterns included in the data output from the pattern storage unit 21 is added (step S109).

ここで、生成したトポロジと同じトポロジを含むデータがパターン記憶部21に存在しない場合(ステップS107、No)において、さらに生成したトポロジに出力リンク数が0であるノードが存在している場合(ステップS108、Yes)、パターン数加算部13は、パターン数記憶部22に記憶されている故障パターン数をカウントする配列における、データの故障リンク数番目の値に、データのリンク故障パターン数の値を足し合わせる(ステップS111)。生成したトポロジに出力リンク数が0であるノードが存在していない場合(ステップS108、No)は次の処理に進む。   Here, in the case where data including the same topology as the generated topology does not exist in the pattern storage unit 21 (No in step S107), there is a node in which the number of output links is 0 in the generated topology (step S107). S108, Yes), the pattern number adding unit 13 sets the value of the data link failure pattern number to the value of the data failure link number in the array for counting the number of failure patterns stored in the pattern number storage unit 22. Add together (step S111). If there is no node with the number of output links 0 in the generated topology (No in step S108), the process proceeds to the next process.

最後に、パターン更新部14は、生成したトポロジをトポロジ、カウントしたパターン数と、パターン記憶部21から出したデータが含むリンク故障パターン数をかけた数を故障パターン数、取り出したデータの故障リンク数に1を足した数を故障リンク数とするデータをパターン記憶部21に保存する(ステップS110)。そして、ステップS103に戻り、処理を繰り返す。   Finally, the pattern update unit 14 calculates the number obtained by multiplying the generated topology by the topology, the number of counted patterns, and the number of link failure patterns included in the data output from the pattern storage unit 21, and the number of failure patterns. Data in which the number obtained by adding 1 to the number is the number of failed links is stored in the pattern storage unit 21 (step S110). And it returns to step S103 and repeats a process.

[第1の実施形態の効果]
削除部12は、ノード同士がリンクで接続されるネットワークのトポロジにおいて、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成するとともに、生成したトポロジのいずれかにおいて、全てのノードがリンクを有する場合には、該全てのノードがリンクを有するトポロジについて、ノードにつながるリンクの接続関係が同一である複数のトポロジを同一種類のトポロジとして、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成する。
[Effect of the first embodiment]
The deletion unit 12 generates a topology when each link is deleted one by one in a network topology in which nodes are connected by links, and all nodes in the generated topology have links to each other. In the case of having a topology in which all the nodes have links, a topology in which a plurality of topologies having the same connection relation of links connected to the nodes are regarded as the same type topology and each link is deleted one by one. Generate each.

また、パターン数加算部13は、削除部12によって生成されたトポロジのうち、リンクを有しないノードが存在するトポロジについて、該トポロジの生成までに削除したリンクの削除数ごとに、該トポロジを生成可能なリンクの故障パターン数を合計する。   The pattern number adding unit 13 generates a topology for each of the deleted links that have been deleted before the generation of the topology, among the topologies generated by the deleting unit 12, in which there is a node having no link. Sum the number of possible link failure patterns.

このように、第1の実施形態では、ノードにつながるリンクの接続関係が同一である複数のトポロジを同一種類のトポロジとみなしている。そのため、全故障パターンについて再計算の要否を検討する必要がなくなり、リンク故障回数ごとの経路再計算が必要になる故障パターン数を効率良く計算することができる。   As described above, in the first embodiment, a plurality of topologies having the same connection relation of links connected to nodes are regarded as the same type of topology. Therefore, it is not necessary to consider the necessity of recalculation for all the failure patterns, and it is possible to efficiently calculate the number of failure patterns that require route recalculation for each number of link failures.

また、パターン記憶部21は、トポロジごとに、該トポロジを生成可能なリンクの故障パターン数である故障パターン数を記憶する。そして、パターン更新部14は、削除部12によってトポロジが生成されるたびに、全てのノードがリンクを有する同一種類のトポロジの数と、パターン記憶部21に記憶されている削除部12によってリンクが削除される前のトポロジの故障パターン数とをかけ、該生成されたトポロジがパターン記憶部21に記憶されている場合、該かけた数を、該生成されたトポロジの故障パターン数に加算し、該生成されたトポロジがパターン記憶部21に記憶されていない場合、該かけた数を該生成されたトポロジの故障パターン数としてパターン記憶部21に記憶させる。これにより、パターン数加算部13は、パターン記憶部21から取得した故障パターン数を基に、故障リンク数ごとの故障パターン数を計算することができる。   Further, the pattern storage unit 21 stores, for each topology, the number of failure patterns that is the number of failure patterns of links that can generate the topology. Then, each time the topology is generated by the deletion unit 12, the pattern update unit 14 determines the number of topologies of the same type in which all the nodes have links, and the deletion unit 12 stored in the pattern storage unit 21 sets the links. When the generated topology is stored in the pattern storage unit 21 by multiplying the number of failure patterns of the topology before deletion, the multiplied number is added to the number of failure patterns of the generated topology, When the generated topology is not stored in the pattern storage unit 21, the multiplied number is stored in the pattern storage unit 21 as the number of failure patterns of the generated topology. Thereby, the pattern number adding unit 13 can calculate the number of failure patterns for each number of failure links based on the number of failure patterns acquired from the pattern storage unit 21.

[第2の実施形態]
第1の実施形態においては、故障パターン数をパターン記憶部21に記憶させていた。これに対し、第2の実施形態においては、各パターンの発生率を故障パターン割合としてパターン記憶部21に記憶させておくようにすることで、再計算発生確率の計算を簡略化する。
[Second Embodiment]
In the first embodiment, the number of failure patterns is stored in the pattern storage unit 21. In contrast, in the second embodiment, the recalculation probability calculation is simplified by storing the occurrence rate of each pattern in the pattern storage unit 21 as a failure pattern ratio.

第2の実施形態において、パターン記憶部21は、トポロジごとに、該トポロジを生成可能なリンクの故障パターン数の、該トポロジが削除部12によってリンクを削除される前のトポロジを生成可能なリンクの故障パターン数に対する割合である故障パターン割合をさらに記憶する。また、パターン更新部14は、削除部12によってトポロジが生成されるたびに、全てのノードがリンクを有する同一種類のトポロジの数を、パターン記憶部21に記憶されている削除部12によってリンクが削除される前のトポロジの故障パターン数で割った数を、削除部12によってリンクが削除される前のトポロジの故障パターン割合にかけ、該生成されたトポロジがパターン記憶部21に記憶されている場合、該かけた数を、該生成されたトポロジの故障パターン割合に加算し、該生成されたトポロジがパターン記憶部21に記憶されていない場合、該かけた数を該生成されたトポロジの故障パターン割合としてとしてパターン記憶部21に記憶させる。   In the second embodiment, the pattern storage unit 21 can generate, for each topology, the number of failure patterns of the links that can generate the topology before the topology is deleted by the deletion unit 12. A failure pattern ratio that is a ratio to the number of failure patterns is further stored. In addition, each time the topology is generated by the deletion unit 12, the pattern update unit 14 determines the number of the same type of topology in which all the nodes have links by the deletion unit 12 stored in the pattern storage unit 21. When the number divided by the number of failure patterns of the topology before deletion is multiplied by the failure pattern ratio of the topology before the link is deleted by the deletion unit 12, and the generated topology is stored in the pattern storage unit 21 The multiplied number is added to the failure pattern rate of the generated topology, and when the generated topology is not stored in the pattern storage unit 21, the multiplied number is added to the failure pattern of the generated topology. It is stored in the pattern storage unit 21 as a ratio.

図14に示すように、パターン更新部14は、故障パターン割合をパターン記憶部21に記憶させる。図14は、第2の実施形態について説明するための図である。図14に示すように、故障パターン割合は、例えばトポロジG0になるリンク故障パターン数9を、初期状態のトポロジのリンク数9で割ることで求められる。なお、故障リンク数が1の場合、全ての故障パターンがG0になるため、故障パターン割合は1となる。   As illustrated in FIG. 14, the pattern update unit 14 stores the failure pattern ratio in the pattern storage unit 21. FIG. 14 is a diagram for explaining the second embodiment. As shown in FIG. 14, the failure pattern ratio is obtained, for example, by dividing the number of link failure patterns 9 that results in topology G0 by the number 9 of links in the initial topology. When the number of failure links is 1, all failure patterns are G0, so the failure pattern ratio is 1.

さらに、トポロジG1およびG2については、図15に示す通りである。トポロジG0からG1、G2に変化するリンク故障パターン数は、前述の通りそれぞれ4パターン存在する。図15に示すように、G0の故障パターン割合1に、トポロジG0からトポロジG1に変化するリンク故障パターン数4をトポロジG0の残存リンク数である8で割った数である1/2をかけることで、G1の故障パターン割合が求められる。このとき、G1の故障パターン割合は1/2となる。   Further, the topologies G1 and G2 are as shown in FIG. The number of link failure patterns that change from topology G0 to G1 and G2 is 4 patterns as described above. As shown in FIG. 15, the failure pattern ratio 1 of G0 is multiplied by 1/2, which is the number of link failure patterns 4 that change from topology G0 to topology G1 divided by 8 that is the number of remaining links of topology G0. Thus, the failure pattern ratio of G1 is obtained. At this time, the failure pattern ratio of G1 is ½.

[第2の実施形態の効果]
パターン記憶部21は、トポロジごとに、該トポロジを生成可能なリンクの故障パターン数の、該トポロジが削除部12によってリンクを削除される前のトポロジを生成可能なリンクの故障パターン数に対する割合である故障パターン割合をさらに記憶する。また、パターン更新部14は、削除部12によってトポロジが生成されるたびに、全てのノードがリンクを有する同一種類のトポロジの数を、パターン記憶部21に記憶されている削除部12によってリンクが削除される前のトポロジの故障パターン数で割った数を、削除部12によってリンクが削除される前のトポロジの故障パターン割合にかけ、該生成されたトポロジがパターン記憶部21に記憶されている場合、該かけた数を、該生成されたトポロジの故障パターン割合に加算し、該生成されたトポロジがパターン記憶部21に記憶されていない場合、該かけた数を該生成されたトポロジの故障パターン割合としてとしてパターン記憶部21に記憶させる。これにより、再計算発生確率を計算する際に、故障パターン割合を利用することができるため、計算量を削減することができる。
[Effects of Second Embodiment]
For each topology, the pattern storage unit 21 has a ratio of the number of failure patterns of the link that can generate the topology to the number of failure patterns of the link that can generate the topology before the topology is deleted by the deletion unit 12. A certain failure pattern ratio is further stored. In addition, each time the topology is generated by the deletion unit 12, the pattern update unit 14 determines the number of the same type of topology in which all the nodes have links by the deletion unit 12 stored in the pattern storage unit 21. When the number divided by the number of failure patterns of the topology before deletion is multiplied by the failure pattern ratio of the topology before the link is deleted by the deletion unit 12, and the generated topology is stored in the pattern storage unit 21 The multiplied number is added to the failure pattern rate of the generated topology, and when the generated topology is not stored in the pattern storage unit 21, the multiplied number is added to the failure pattern of the generated topology. It is stored in the pattern storage unit 21 as a ratio. Thereby, when calculating the recalculation occurrence probability, the failure pattern ratio can be used, so that the calculation amount can be reduced.

[第3の実施形態]
第1の実施形態では、パターン記憶部21に保存されているトポロジのうち、故障リンク数が小さい順番に処理を行っていたが、第3の実施形態においては、再帰関数を呼び出すことで、トポロジが生成されるたびに生成されたトポロジを対象として処理を行う。
[Third Embodiment]
In the first embodiment, among the topologies stored in the pattern storage unit 21, the processing is performed in the order of the number of fault links, but in the third embodiment, the topology is called by calling a recursive function. Each time is generated, processing is performed on the generated topology.

図16を用いて、第3の実施形態について説明する。図16は、第3の実施形態について説明するための図である。図16に示すように、第3の実施形態においては、関数が処理しているトポロジからリンクを削除してトポロジを生成した後、処理中のトポロジと故障リンク数が同じであるトポロジが存在する場合であっても、先に生成したトポロジを関数に入力して処理を行う。   A third embodiment will be described with reference to FIG. FIG. 16 is a diagram for explaining the third embodiment. As shown in FIG. 16, in the third embodiment, after a link is deleted from the topology processed by the function and the topology is generated, there is a topology having the same number of failed links as the topology being processed. Even in this case, the previously generated topology is input to the function for processing.

まず、再帰関数Fに、初期状態のトポロジが入力される。再帰関数Fは、初期状態からリンクが故障することにより生じる全てのトポロジを算出し、それぞれのトポロジに変化するリンク故障パターン数を算出する。前述の通り、初期状態からリンクを削除すると、どのリンクを削除してもトポロジG0となる。   First, the initial topology is input to the recursive function F. The recursive function F calculates all the topologies caused by link failures from the initial state, and calculates the number of link failure patterns that change to each topology. As described above, when a link is deleted from the initial state, topology G0 is obtained regardless of which link is deleted.

次に、算出した全てのトポロジについて、各トポロジと、各トポロジのリンク故障パターン数が関数Fに入力される。ここでは、算出されるトポロジがG0のみであるため、トポロジG0と、初期状態からトポロジG0になるリンク故障パターン数である9が再帰関数Fに入力される。   Next, for all the calculated topologies, each topology and the number of link failure patterns of each topology are input to the function F. Here, since the calculated topology is only G0, the topology G0 and 9 which is the number of link failure patterns that change from the initial state to the topology G0 are input to the recursive function F.

次に、再帰関数Fは、トポロジG0のリンクが故障した場合の処理を行う。前述の通り、トポロジG0からはトポロジG1とG2が生成される。ここで、G1になるリンク故障パターン数およびG2になる故障パターン数はいずれも4である。そこで、4と、再帰関数Fに入力されたリンク故障パターン数とをかけた数、すなわち4×9=36がトポロジG1およびG2の故障パターン数である。   Next, the recursive function F performs processing when the link of the topology G0 fails. As described above, topologies G1 and G2 are generated from topology G0. Here, the number of link failure patterns that become G1 and the number of failure patterns that become G2 are both 4. Therefore, the number obtained by multiplying 4 by the number of link failure patterns input to the recursive function F, that is, 4 × 9 = 36 is the number of failure patterns of the topologies G1 and G2.

ここで、トポロジG1およびG2が順に再帰関数Fへ入力される。なお、トポロジG1を入力として再帰関数Fが実行される間に、トポロジG1から生成されるトポロジG3、G4、G5を入力とする再帰関数Fの処理が実行される。これらの処理が全て終了した後、トポロジG1を入力とする再帰関数Fの処理は終了する。その後、トポロジG2を入力とする再帰関数Fの処理が実行される。   Here, the topologies G1 and G2 are sequentially input to the recursive function F. Note that while the recursive function F is executed with the topology G1 as an input, the processing of the recursive function F with the topologies G3, G4, and G5 generated from the topology G1 as inputs is executed. After all these processes are completed, the process of the recursive function F that receives the topology G1 is completed. Thereafter, processing of the recursive function F having the topology G2 as an input is executed.

第1の実施形態ではG0→G1→G2→G3→G4…という順番で処理が行われていたのに対し、第3の実施形態ではG0→G1→G3→G4…→G2→…という順番で処理が行われる。すなわち、第1の実施形態では故障リンク数が少ないトポロジから順に処理を行っていたのに対し、第3の実施形態では故障リンク数が多いトポロジから順に処理を行う。   In the first embodiment, the processing is performed in the order of G0 → G1 → G2 → G3 → G4... Whereas in the third embodiment, the processing is performed in the order of G0 → G1 → G3 → G4. Processing is performed. That is, in the first embodiment, processing is performed in order from the topology having the smallest number of failed links, whereas in the third embodiment, processing is performed in order from the topology having the largest number of failed links.

このように、削除部12は、入力されたトポロジのうち、故障リンク数が多いトポロジから順にリンクの削除を行ってもよいし、故障リンク数が少ないトポロジから順にリンクの削除を行ってもよい。   In this way, the deletion unit 12 may delete links in order from the topology with the largest number of failed links out of the input topologies, or may delete links in order from the topology with the smallest number of failed links. .

[第3の実施形態の処理]
図17を用いて、第3の実施形態の処理について説明する。図17は、第3の実施形態に係るリンク故障パターン数計算システムの処理の流れを示すフローチャートである。図17に示すように、まず、取得部11は初期状態のトポロジと故障パターン数1を再帰関数Fに入力する(ステップS201)。ここで、入力されたトポロジを注目するトポロジとする(ステップS202)。
[Process of Third Embodiment]
The process of the third embodiment will be described with reference to FIG. FIG. 17 is a flowchart showing the flow of processing of the link failure pattern number calculation system according to the third embodiment. As shown in FIG. 17, first, the acquisition unit 11 inputs the topology in the initial state and the number of failure patterns 1 to the recursive function F (step S201). Here, the input topology is set as a focused topology (step S202).

再帰関数Fは、注目したトポロジにおいて、1本リンクを削除したときに生じるトポロジを生成する(ステップS203)。再帰関数Fは、生成されたトポロジのうち、同じトポロジが存在するか確認し、存在する場合、そのトポロジの故障パターン数をカウントする(ステップS204)。ここで、再帰関数Fは、出力リンク数が0であるノードが存在するトポロジに注目している場合(ステップS205、Yes)、その時点での組み合わせ数を、配列Aの、初期状態のトポロジのリンク数から注目しているトポロジのリンク数を引いた値番目の値に足し合わせる(ステップS206)。   The recursive function F generates a topology that occurs when one link is deleted in the noted topology (step S203). The recursive function F confirms whether the same topology exists among the generated topologies, and if so, counts the number of failure patterns of the topology (step S204). Here, when the recursive function F is focused on a topology in which a node having the number of output links of 0 exists (step S205, Yes), the number of combinations at that time is set to the topology of the initial state of the array A. The value is added to the value obtained by subtracting the number of links of the topology of interest from the number of links (step S206).

また、再帰関数Fは、出力リンク数が0であるノードが存在するトポロジに注目していない場合(ステップS205、No)、注目しているトポロジの故障パターン数とカウント数をかけた数を再帰関数Fに入力する(ステップS207)。そして、全てのトポロジに注目している場合(ステップS208、Yes)、処理を終了する。また、全てのトポロジに注目していない場合(ステップS208、No)、次のトポロジに注目し(ステップS209)、ステップS203に戻り処理を繰り返す。   Further, if the recursive function F does not pay attention to the topology in which the node having the output link number 0 exists (No in step S205), the recursive function F recurs the number obtained by multiplying the failure pattern number of the target topology by the count number. Input to the function F (step S207). If all the topologies are focused (step S208, Yes), the process is terminated. When not paying attention to all the topologies (step S208, No), pay attention to the next topology (step S209), and return to step S203 to repeat the processing.

[システム構成等]
また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。さらに、各装置にて行なわれる各処理機能は、その全部または任意の一部が、CPU(Central Processing Unit)および当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
[System configuration, etc.]
Further, each component of each illustrated apparatus is functionally conceptual, and does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution / integration of each device is not limited to that shown in the figure, and all or a part thereof may be functionally or physically distributed or arbitrarily distributed in arbitrary units according to various loads or usage conditions. Can be integrated and configured. Further, all or any part of each processing function performed in each device is realized by a CPU (Central Processing Unit) and a program analyzed and executed by the CPU, or hardware by wired logic. Can be realized as

また、本実施形態において説明した各処理のうち、自動的におこなわれるものとして説明した処理の全部または一部を手動的におこなうこともでき、あるいは、手動的におこなわれるものとして説明した処理の全部または一部を公知の方法で自動的におこなうこともできる。この他、上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。   In addition, among the processes described in the present embodiment, all or part of the processes described as being automatically performed can be manually performed, or the processes described as being manually performed can be performed. All or a part can be automatically performed by a known method. In addition, the processing procedure, control procedure, specific name, and information including various data and parameters shown in the above-described document and drawings can be arbitrarily changed unless otherwise specified.

[プログラム]
一実施形態として、リンク故障パターン数計算システムは、パッケージソフトウェアやオンラインソフトウェアとして上記のリンク故障パターン数計算を実行するリンク故障パターン数計算プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記のリンク故障パターン数計算プログラムを情報処理装置に実行させることにより、情報処理装置をリンク故障パターン数計算システムとして機能させることができる。ここで言う情報処理装置には、デスクトップ型またはノート型のパーソナルコンピュータが含まれる。また、その他にも、情報処理装置にはスマートフォン、携帯電話機やPHS(Personal Handyphone System)等の移動体通信端末、さらには、PDA(Personal Digital Assistant)等のスレート端末等がその範疇に含まれる。
[program]
As one embodiment, the link failure pattern number calculation system can be implemented by installing a link failure pattern number calculation program for executing the above link failure pattern number calculation as package software or online software in a desired computer. For example, by causing the information processing apparatus to execute the above link failure pattern number calculation program, the information processing apparatus can function as a link failure pattern number calculation system. The information processing apparatus referred to here includes a desktop or notebook personal computer. In addition, the information processing apparatus includes mobile communication terminals such as smartphones, mobile phones and PHS (Personal Handyphone System), and slate terminals such as PDA (Personal Digital Assistant).

また、リンク故障パターン数計算システムは、ユーザが使用する端末装置をクライアントとし、当該クライアントに上記のリンク故障パターン数計算に関するサービスを提供するサーバ装置として実装することもできる。例えば、リンク故障パターン数計算システムは、ネットワークの物理トポロジを入力とし、リンク故障パターン数を出力とするリンク故障パターン数計算サービスを提供するサーバ装置として実装される。この場合、リンク故障パターン数計算システムは、Webサーバとして実装することとしてもよいし、アウトソーシングによって上記のリンク故障パターン数計算に関するサービスを提供するクラウドとして実装することとしてもかまわない。   The link failure pattern number calculation system can also be implemented as a server device that uses a terminal device used by a user as a client and provides the client with the service related to the above link failure pattern number calculation. For example, the link failure pattern number calculation system is implemented as a server device that provides a link failure pattern number calculation service that receives the physical topology of the network and outputs the number of link failure patterns. In this case, the link failure pattern number calculation system may be implemented as a Web server, or may be implemented as a cloud that provides services related to the above link failure pattern number calculation by outsourcing.

図18は、プログラムが実行されることにより、リンク故障パターン数計算システムが実現されるコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010、CPU1020を有する。また、コンピュータ1000は、ハードディスクドライブインタフェース1030、ディスクドライブインタフェース1040、シリアルポートインタフェース1050、ビデオアダプタ1060、ネットワークインタフェース1070を有する。これらの各部は、バス1080によって接続される。   FIG. 18 is a diagram illustrating an example of a computer that realizes a link failure pattern number calculation system by executing a program. The computer 1000 includes a memory 1010 and a CPU 1020, for example. The computer 1000 also includes a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. These units are connected by a bus 1080.

メモリ1010は、ROM(Read Only Memory)1011およびRAM(Random Access Memory)1012を含む。ROM1011は、例えば、BIOS(Basic Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1090に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1100に接続される。例えば磁気ディスクや光ディスク等の着脱可能な記憶媒体が、ディスクドライブ1100に挿入される。シリアルポートインタフェース1050は、例えばマウス1110、キーボード1120に接続される。ビデオアダプタ1060は、例えばディスプレイ1130に接続される。   The memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM (Random Access Memory) 1012. The ROM 1011 stores a boot program such as BIOS (Basic Input Output System). The hard disk drive interface 1030 is connected to the hard disk drive 1090. The disk drive interface 1040 is connected to the disk drive 1100. For example, a removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive 1100. The serial port interface 1050 is connected to a mouse 1110 and a keyboard 1120, for example. The video adapter 1060 is connected to the display 1130, for example.

ハードディスクドライブ1090は、例えば、OS1091、アプリケーションプログラム1092、プログラムモジュール1093、プログラムデータ1094を記憶する。すなわち、リンク故障パターン数計算システムの各処理を規定するプログラムは、コンピュータにより実行可能なコードが記述されたプログラムモジュール1093として実装される。プログラムモジュール1093は、例えばハードディスクドライブ1090に記憶される。例えば、リンク故障パターン数計算システムにおける機能構成と同様の処理を実行するためのプログラムモジュール1093が、ハードディスクドライブ1090に記憶される。なお、ハードディスクドライブ1090は、SSD(Solid State Drive)により代替されてもよい。   The hard disk drive 1090 stores, for example, an OS 1091, an application program 1092, a program module 1093, and program data 1094. That is, a program that defines each process of the link failure pattern number calculation system is implemented as a program module 1093 in which a code executable by a computer is described. The program module 1093 is stored in the hard disk drive 1090, for example. For example, a program module 1093 for executing processing similar to the functional configuration in the link failure pattern number calculation system is stored in the hard disk drive 1090. The hard disk drive 1090 may be replaced by an SSD (Solid State Drive).

また、上述した実施形態の処理で用いられる設定データは、プログラムデータ1094として、例えばメモリ1010やハードディスクドライブ1090に記憶される。そして、CPU1020が、メモリ1010やハードディスクドライブ1090に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して実行する。   The setting data used in the processing of the above-described embodiment is stored as program data 1094 in, for example, the memory 1010 or the hard disk drive 1090. Then, the CPU 1020 reads the program module 1093 and the program data 1094 stored in the memory 1010 and the hard disk drive 1090 to the RAM 1012 and executes them as necessary.

なお、プログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1090に記憶される場合に限らず、例えば着脱可能な記憶媒体に記憶され、ディスクドライブ1100等を介してCPU1020によって読み出されてもよい。あるいは、プログラムモジュール1093およびプログラムデータ1094は、ネットワーク(LAN(Local Area Network)、WAN(Wide Area Network)等)を介して接続された他のコンピュータに記憶されてもよい。そして、プログラムモジュール1093およびプログラムデータ1094は、他のコンピュータから、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。   The program module 1093 and the program data 1094 are not limited to being stored in the hard disk drive 1090, but may be stored in, for example, a removable storage medium and read out by the CPU 1020 via the disk drive 1100 or the like. Alternatively, the program module 1093 and the program data 1094 may be stored in another computer connected via a network (LAN (Local Area Network), WAN (Wide Area Network), etc.). The program module 1093 and the program data 1094 may be read by the CPU 1020 from another computer via the network interface 1070.

1 リンク故障パターン数計算システム
10 制御部
11 取得部
12 削除部
13 パターン数加算部
14 パターン更新部
20 記憶部
21 パターン記憶部
22 パターン数記憶部
DESCRIPTION OF SYMBOLS 1 Link failure pattern number calculation system 10 Control part 11 Acquisition part 12 Deletion part 13 Pattern number addition part 14 Pattern update part 20 Storage part 21 Pattern storage part 22 Pattern number storage part

Claims (7)

ノード同士がリンクで接続されるネットワークのトポロジにおいて、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成するとともに、生成したトポロジのいずれかにおいて、全てのノードがリンクを有する場合には、該全てのノードがリンクを有するトポロジについて、ノードつながるリンクの接続関係が同一である複数のトポロジを同一種類のトポロジとして、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成する削除部と、
前記削除部によって生成されたトポロジのうち、リンクを有しないノードが存在するトポロジについて、該トポロジの生成までに削除したリンクの削除数ごとに、該トポロジを生成可能なリンクの削除のパターン数を合計するパターン数加算部と、
を有することを特徴とするリンク故障パターン数計算システム。
In the topology of a network in which nodes are connected by links, a topology is generated when each link is deleted one by one, and in any of the generated topologies, when all nodes have links, A deletion unit that generates a topology when each link is deleted one by one, with a plurality of topologies having the same connection relation of links connected to the nodes being the same type of topology with respect to the topology in which all the nodes have links; ,
Of the topologies generated by the deletion unit, for the topology in which a node having no link exists, the number of link deletion patterns that can generate the topology is calculated for each number of links deleted until the generation of the topology. A pattern number adding unit to be summed;
A system for calculating the number of link fault patterns.
トポロジごとに、該トポロジを生成可能なリンクの削除のパターン数を記憶するパターン記憶部と、
前記削除部によってトポロジが生成されるたびに、前記全てのノードがリンクを有する同一種類のトポロジの数と、前記パターン記憶部に記憶されている前記削除部によってリンクが削除される前のトポロジの削除のパターン数とをかけ、該生成されたトポロジが前記パターン記憶部に記憶されている場合、該かけた数を、該生成されたトポロジの削除のパターン数に加算し、該生成されたトポロジが前記パターン記憶部に記憶されていない場合、該かけた数を該生成されたトポロジの削除のパターン数として前記パターン記憶部に記憶させるパターン更新部をさらに有することを特徴とする請求項1に記載のリンク故障パターン数計算システム。
For each topology, a pattern storage unit that stores the number of deletion patterns of links that can generate the topology;
Each time a topology is generated by the deletion unit, the number of topologies of the same type in which all the nodes have links and the topology before the links are deleted by the deletion unit stored in the pattern storage unit When the generated topology is stored in the pattern storage unit, the multiplied number is added to the number of deleted patterns of the generated topology, and the generated topology is multiplied. 2, further comprising: a pattern update unit that stores the multiplied number as the number of generated topology deletion patterns in the pattern storage unit when the pattern storage unit is not stored in the pattern storage unit. The link failure pattern number calculation system described.
前記パターン記憶部は、トポロジごとに、該トポロジを生成可能なリンクの削除のパターン数の、該トポロジが前記削除部によってリンクを削除される前のトポロジを生成可能なリンクの削除のパターン数に対する割合である故障パターン割合をさらに記憶し、
前記パターン更新部は、前記削除部によってトポロジが生成されるたびに、前記全てのノードがリンクを有する同一種類のトポロジの数を、前記パターン記憶部に記憶されている前記削除部によってリンクが削除される前のトポロジの削除のパターン数で割った数を、前記削除部によってリンクが削除される前のトポロジの故障パターン割合にかけ、該生成されたトポロジが前記パターン記憶部に記憶されている場合、該かけた数を、該生成されたトポロジの故障パターン割合に加算し、該生成されたトポロジが前記パターン記憶部に記憶されていない場合、該かけた数を該生成されたトポロジの故障パターン割合として前記パターン記憶部に記憶させることを特徴とする請求項2に記載のリンク故障パターン数計算システム。
The pattern storage unit corresponds to the number of link deletion patterns that can generate the topology for each topology, and the number of link deletion patterns that can generate the topology before the topology is deleted by the deletion unit. Further memorize the failure pattern rate, which is the rate,
Each time the topology is generated by the deletion unit, the pattern update unit deletes the number of topologies of the same type in which all the nodes have links by the deletion unit stored in the pattern storage unit. When the number obtained by dividing the number of topological deletion patterns before being deleted is multiplied by the failure pattern ratio of the topology before the link is deleted by the deletion unit, and the generated topology is stored in the pattern storage unit The multiplied number is added to the failure pattern ratio of the generated topology, and when the generated topology is not stored in the pattern storage unit, the multiplied number is added to the failure pattern of the generated topology. The link failure pattern number calculation system according to claim 2, wherein the pattern storage unit stores the ratio as a ratio.
前記削除部は、入力されたトポロジのうち、該トポロジの生成までに削除したリンクの削除数が多いトポロジから順にリンクの削除を行うことを特徴とする請求項1から3のいずれか1項に記載のリンク故障パターン数計算システム。   4. The delete unit according to claim 1, wherein the deletion unit deletes links in order from a topology having a large number of links deleted until generation of the topology among the input topologies. 5. The link failure pattern number calculation system described. 前記削除部は、入力されたトポロジのうち、該トポロジの生成までに削除したリンクの削除数が少ないトポロジから順にリンクの削除を行うことを特徴とする請求項1から3のいずれか1項に記載のリンク故障パターン数計算システム。   4. The delete unit according to claim 1, wherein the deletion unit deletes links in order from a topology having a smaller number of links deleted until generation of the topology among the input topologies. 5. The link failure pattern number calculation system described. ノード同士がリンクで接続されるネットワークのトポロジにおいて、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成するとともに、生成したトポロジのいずれかにおいて、全てのノードがリンクを有する場合には、該全てのノードがリンクを有するトポロジについて、ノードにつながるリンクの接続関係が同一である複数のトポロジを同一種類のトポロジとして、各リンクが1つずつ削除された場合のトポロジをそれぞれ生成する削除工程と、
前記削除工程によって生成されたトポロジのうち、リンクを有しないノードが存在するトポロジについて、該トポロジの生成までに削除したリンクの削除数ごとに、該トポロジを生成可能なリンクの削除のパターン数を合計するパターン数加算工程と、
を含んだことを特徴とするリンク故障パターン数計算方法。
In the topology of a network in which nodes are connected by links, a topology is generated when each link is deleted one by one, and in any of the generated topologies, when all nodes have links, Deletion step of generating a topology when each link is deleted one by one with a plurality of topologies having the same connection relation of links connected to the nodes as the same type of topology for all the nodes having links When,
Of the topologies generated by the deletion step, for the topologies where there are nodes that do not have links, the number of link deletion patterns that can generate the topology is calculated for each number of links deleted until the generation of the topology. Adding the number of patterns to be added;
A method for calculating the number of link fault patterns.
コンピュータを、請求項1から5のいずれか1項に記載のリンク故障パターン数計算システムとして機能させるためのリンク故障パターン数計算プログラム。   A link failure pattern number calculation program for causing a computer to function as the link failure pattern number calculation system according to any one of claims 1 to 5.
JP2015240944A 2015-12-10 2015-12-10 Link failure pattern counting system, link failure pattern counting method, and link failure pattern counting program Pending JP2017108300A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015240944A JP2017108300A (en) 2015-12-10 2015-12-10 Link failure pattern counting system, link failure pattern counting method, and link failure pattern counting program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015240944A JP2017108300A (en) 2015-12-10 2015-12-10 Link failure pattern counting system, link failure pattern counting method, and link failure pattern counting program

Publications (1)

Publication Number Publication Date
JP2017108300A true JP2017108300A (en) 2017-06-15

Family

ID=59061067

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015240944A Pending JP2017108300A (en) 2015-12-10 2015-12-10 Link failure pattern counting system, link failure pattern counting method, and link failure pattern counting program

Country Status (1)

Country Link
JP (1) JP2017108300A (en)

Similar Documents

Publication Publication Date Title
Fernandez-Fernandez et al. Achieving energy efficiency: An energy-aware approach in SDN
US10574567B2 (en) Modeling a border gateway protocol network
US20170346691A1 (en) Network topology optimization
US20170331687A1 (en) Optimizing the topology of a network with variable traffic demands
Amiri et al. Congestion-free rerouting of flows on dags
CN108833271B (en) Power grid wide area control service communication path selection method and server
Santos et al. Robust SDN controller placement to malicious node attacks
Hua et al. Distributively computing random walk betweenness centrality in linear time
US20170346698A1 (en) Determining bandwidth requirements for network services
Zhou et al. Automatically Correcting Networks with {NEAt}
JP2017108300A (en) Link failure pattern counting system, link failure pattern counting method, and link failure pattern counting program
Kalisky et al. Tomography and stability of complex networks
JP6581546B2 (en) Reliability evaluation method, reliability evaluation apparatus and program
Feng et al. A fast hybrid ε-Approximation algorithm for computing constrained shortest paths
Wu et al. Effective routing algorithms based on node usage probability from a complex network perspective
Manzano et al. Epidemic and cascading survivability of complex networks
Liu et al. Achieving efficient and fast update for multiple flows in software-defined networks
JP5595342B2 (en) Multiple path search method and apparatus
JP2013219436A (en) Multicast route calculation method and apparatus
Walraed-Sullivan et al. Scalability vs. fault tolerance in aspen trees
Xiao et al. Approximation and heuristic algorithms for delay constrained path selection under inaccurate state information
CN110166362B (en) Service function graph low-delay mapping method based on node screening
US11336520B2 (en) Network design device, network design method, and network design processing program
Bakhshi et al. The price of evolution in incremental network design: The case of mesh networks
JP6745249B2 (en) Network design device, network design method, and network design processing program