JP5459791B2 - Delivery route determination apparatus and method - Google Patents

Delivery route determination apparatus and method Download PDF

Info

Publication number
JP5459791B2
JP5459791B2 JP2010212463A JP2010212463A JP5459791B2 JP 5459791 B2 JP5459791 B2 JP 5459791B2 JP 2010212463 A JP2010212463 A JP 2010212463A JP 2010212463 A JP2010212463 A JP 2010212463A JP 5459791 B2 JP5459791 B2 JP 5459791B2
Authority
JP
Japan
Prior art keywords
route
node
link
distribution
upstream
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.)
Expired - Fee Related
Application number
JP2010212463A
Other languages
Japanese (ja)
Other versions
JP2012070169A (en
Inventor
長生 荻野
中村  元
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.)
KDDI Corp
Original Assignee
KDDI 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 KDDI Corp filed Critical KDDI Corp
Priority to JP2010212463A priority Critical patent/JP5459791B2/en
Publication of JP2012070169A publication Critical patent/JP2012070169A/en
Application granted granted Critical
Publication of JP5459791B2 publication Critical patent/JP5459791B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Description

本発明は、コンテンツを分散配信するための配信経路を決定する配信経路決定装置及び方法に係り、特に、安全性の高い配信経路を、実用規模のネットワークにおいても計算可能な少ない計算資源を使って計算し決定できる配信経路決定装置及び方法に関する。   The present invention relates to a distribution route determination apparatus and method for determining a distribution route for distributed distribution of content, and in particular, a highly secure distribution route using less computational resources that can be calculated even in a practical scale network. The present invention relates to a delivery route determination apparatus and method that can be calculated and determined.

1つのコンテンツを暗号化されたn個の部分コンテンツに分割し、n個の部分コンテンツのうち、k(≦n)個以上の部分コンテンツが集まらないと元のコンテンツを復元できないように秘密分散する(k, n)閾値秘密分散が非特許文献1に開示されている。また、データ保持のリスク分散を図るために、n個に分割された部分コンテンツを複数のノードで秘密分散保持する技術が特許文献1,2に開示されている。   Divide one content into n pieces of encrypted partial content, and distribute the secret so that the original content cannot be restored unless k (≦ n) pieces of partial content are collected from the n pieces of partial content Non-patent document 1 discloses (k, n) threshold secret sharing. Also, Patent Documents 1 and 2 disclose techniques for secretly distributing and holding n partial contents divided by a plurality of nodes in order to distribute the risk of data retention.

こうした技術は盗聴を困難とするコンテンツ配信に利用することができ、(k, n)閾値秘密分散を用いる場合であれば少なくともk個の部分コンテンツをネットワーク上の配信元ノードに分散配置して、元データを復元しようとする配信先ノードに対して、各部分コンテンツを保持する配信元ノードから配信を行うことでコンテンツ配信を実現する。   Such technology can be used for content distribution that makes wiretapping difficult, and if (k, n) threshold secret sharing is used, at least k partial contents are distributed and distributed to distribution source nodes on the network, Content distribution is realized by performing distribution from a distribution source node that holds each partial content to a distribution destination node that is to restore the original data.

しかしこのとき、各部分コンテンツの配信経路が同一リンクや同一ノードを通っていると、k本未満のリンクやk個未満のノードが盗聴されるだけで元のデータが復元されてしまい、安全性が低下する。   However, at this time, if the distribution route of each partial content passes through the same link or the same node, the original data is restored just by eavesdropping less than k links or less than k nodes, and safety is ensured. Decreases.

また盗聴以外の危険性として、同様に各部分コンテンツの配信経路が同一リンクや同一ノードを通っていると、k本未満のリンクやk個未満のノードに障害が発生するだけで、配信先ノードでコンテンツの復元が不可能となってしまう。   Similarly, as a risk other than eavesdropping, if the distribution path of each partial content passes through the same link or the same node, the distribution destination node only has a failure in less than k links or less than k nodes. This makes it impossible to restore content.

よって(k, n)閾値秘密分散などを利用したコンテンツ配信において盗聴や障害発生などのリスクに強い配信を実現するには、k本の経路ができる限り同一リンクや同一ノードを通らないようにし、且つ異なる経路間に共通部分が生じる状況が避けられない場合であっても、できる限り安全性を確保するような経路を選択するようにすることが要求される。   Therefore, in order to realize distribution that is resistant to risks such as eavesdropping and failure in content distribution using (k, n) threshold secret sharing etc., do not pass the same link or the same node as much as possible, Even when a situation where a common part occurs between different routes is unavoidable, it is required to select a route that ensures safety as much as possible.

またこのような経路選択技術は盗聴を困難とするコンテンツ配信以外にも利用でき、例えば同一コンテンツを複数の経路により冗長化して配信する場合にこのような経路選択を適用すれば安全性が向上する。   In addition, such route selection technology can be used in addition to content distribution that makes it difficult to eavesdrop. For example, when the same content is redundantly distributed by a plurality of routes, such route selection is applied to improve safety. .

このような経路選択の従来技術として特許文献3では、複数のノードで秘密分散保持されているk個の部分コンテンツを、ネットワークを介して配信先ノードまで転送する際に、全ての部分コンテンツが転送途中に盗聴される確率が最小となるような配信経路を算出する技術が開示されている。   As a prior art of such route selection, Patent Document 3 discloses that all partial contents are transferred when transferring k pieces of partial contents secretly held by a plurality of nodes to a distribution destination node via a network. A technique for calculating a distribution route that minimizes the probability of eavesdropping in the middle is disclosed.

また特許文献3では、複数のノードで保持されているコンテンツを、k本の経路を使って配信先ノードまで転送する際に、全ての経路が障害になって、配信先ノードまでコンテンツを転送できない確率が最小となるような配信経路を算出する技術が開示されている。   Further, in Patent Document 3, when content held in a plurality of nodes is transferred to a delivery destination node using k routes, all the routes become a failure and the content cannot be transferred to the delivery destination node. A technique for calculating a delivery route that minimizes the probability is disclosed.

特開2009−122731号公報JP 2009-122731 A 特開2009−10531号公報JP 2009-10531 A 特願2009−297262号Japanese Patent Application No. 2009-297262

Shamir, Adi (1979), "How to share a secret", Communications of the ACM 22 (11): 612-613Shamir, Adi (1979), "How to share a secret", Communications of the ACM 22 (11): 612-613

しかしながら特許文献3に開示された従来技術では、整数計画法を解くことによってコンテンツ配信経路を計算しているので、実用規模のネットワークに対して適用すると、計算資源の制約から、短時間で配信経路を算出することができないという課題がある。   However, in the prior art disclosed in Patent Document 3, the content distribution route is calculated by solving the integer programming method. Therefore, when applied to a practical scale network, the distribution route is reduced in a short time due to the limitation of calculation resources. There is a problem that cannot be calculated.

本発明の目的は、上記した従来技術の課題を解決し、閾値秘密分散される等した複数の部分コンテンツとして又は同一コンテンツを複数同時に冗長化してといったような配信形態によってコンテンツを配信するシステムにおいて、盗聴や障害に対する信頼性の高い配信経路を、少ない計算資源を使って計算できる配信経路決定装置及び方法を提供することにある。   An object of the present invention is to solve the above-described problems of the prior art, and in a system that distributes content by a distribution form such as a plurality of partial contents that are threshold secret shared or the same content is made redundant at the same time, It is an object of the present invention to provide a delivery route determination apparatus and method capable of calculating a delivery route with high reliability against eavesdropping and failure using a small amount of computing resources.

上記した従来技術の課題を解決するために、本発明は、ネットワーク上で複数の配信元ノードから配信先ノードへコンテンツを分散配信する複数のコンテンツ配信経路を決定する経路決定装置において、以下のような手段を講じた点に特徴がある。   In order to solve the above-described problems of the prior art, the present invention provides a route determination apparatus that determines a plurality of content distribution routes for distributing and distributing content from a plurality of distribution source nodes to a distribution destination node on a network as follows. It is characterized by taking various measures.

(1)経路探索の起点となる根ノードを重複なく順次に選択する根ノード選択手段と、前記選択された根ノードの隣接ノードごとに、当該隣接ノードからいずれかの前記配信元ノードへ到達する最短経路として上流側経路を探索する経路探索手段と、前記隣接ノードごとに探索された上流側経路と、当該隣接ノードと前記配信先ノードとを結ぶ下流側経路と、を接続して前記コンテンツ配信経路を確立する経路確立手段とを具備し、前記根ノード選択手段は、前記配信先ノードを最初の根ノードに選択する第1ステップと、前記第1ステップの後、前記配信先ノードを根ノードとして上流側経路を探索された隣接ノードの集合から根ノードを順次に選択する第2ステップと、前記第2ステップの後、前記コンテンツ配信経路の確立本数が目標数に達するまで、上流側経路を探索された隣接ノードの集合から前記根ノードを順次に選択することを繰り返す第3ステップとを実行することを特徴とする。   (1) Root node selection means for sequentially selecting root nodes as starting points for route search without overlapping, and for each adjacent node of the selected root node, reach any one of the distribution source nodes from the adjacent node. Content distribution by connecting route search means for searching for an upstream route as the shortest route, an upstream route searched for each adjacent node, and a downstream route connecting the adjacent node and the delivery destination node Route establishing means for establishing a route, wherein the root node selecting means selects the delivery destination node as an initial root node, and after the first step, the delivery destination node is selected as a root node. A second step of sequentially selecting a root node from a set of adjacent nodes searched for an upstream route, and after the second step, the number of established content distribution routes is a target Reach, and executes a third step of repeating the set of neighboring nodes upstream path is searched by sequentially selecting the root node to.

(2)前記根ノード選択手段は、選択した根ノードの全隣接ノードに対して前記コンテンツ配信経路が確立されてから次の根ノードを選択し、前記第3ステップにおいて根ノードを前記配信先ノードからのホップ数の小さい順に選択することを特徴とする。   (2) The root node selection means selects the next root node after the content distribution path is established with respect to all adjacent nodes of the selected root node, and selects the root node in the third step as the distribution destination node. Is selected in ascending order of hop count.

(3)前記経路探索手段は、前記選択された根ノードの隣接ノードであり且つ当該根ノードの選択以前に前記下流側経路のうちいずれかを構成するノードにはなっていないノードごとに、当該隣接ノードからいずれかの前記配信元ノードへ到達する最短経路として上流側経路を探索することを特徴とする。   (3) The route search means, for each node that is an adjacent node of the selected root node and is not a node constituting any of the downstream routes before the selection of the root node, An upstream route is searched for as a shortest route from an adjacent node to any one of the distribution source nodes.

(4)前記経路探索手段は、前記選択された根ノードの隣接ノードであり且つ前記経路確立手段にて既に確立された前記コンテンツ配信経路上には存在しないノードごとに、当該隣接ノードからいずれかの前記配信元ノードへ到達する最短経路として上流側経路を探索することを特徴とする。   (4) The route search means is a node that is adjacent to the selected root node, and is selected from the adjacent nodes for each node that does not exist on the content distribution route already established by the route establishment means. The upstream route is searched as the shortest route to reach the distribution source node.

(5)前記根ノード選択手段は前記第2ステップおよび前記第3ステップにおいて、上流側経路を前記探索された隣接ノードの集合から当該上流側経路の距離が短い順に根ノードを順次に選択することを特徴とする。   (5) In the second step and the third step, the root node selecting means sequentially selects the root nodes in the order from the shortest distance of the upstream path from the searched set of adjacent nodes. It is characterized by.

(6)前記経路確立手段により前記コンテンツ配信経路が確立される都度、既に確立されたコンテンツ配信経路群を構成する各リンクのリンク距離であって且つ前記経路探索手段が前記上流側経路を最短経路として探索するのに参照するリンク距離を補正するリンク距離補正手段をさらに具備することを特徴とする。   (6) Each time the content distribution route is established by the route establishment unit, the link distance of each link constituting the already established content distribution route group, and the route search unit sets the upstream route as the shortest route It is further characterized by further comprising a link distance correcting means for correcting a link distance to be referred to for searching.

本発明によれば、以下のような効果が達成される。   According to the present invention, the following effects are achieved.

(1)配信先ノードを最初の根ノードとして根ノードを順次選択してその隣接ノードを選ぶことにより、配信先ノードの存在する下流側においてあらかじめ分散させた下流側経路と、最短経路計算により求める上流側経路とを接続して順次コンテンツ配信経路を確定するので、従来技術と比べて少ない計算負荷で分散した安全なコンテンツ配信経路を決定することができる。   (1) By sequentially selecting a root node with the distribution destination node as the first root node and selecting its adjacent nodes, the downstream path preliminarily distributed on the downstream side where the distribution destination node exists and the shortest path calculation are obtained. Since the content distribution route is determined sequentially by connecting the upstream route, it is possible to determine a safe content distribution route that is distributed with a smaller calculation load than in the prior art.

(2)下流側経路群が、その端点が配信先ノードから近い順に順次枝分かれさせて構築されていくことにより、あらかじめ分散させて構築され、安全なコンテンツ配信経路を決定できる。   (2) The downstream path group is constructed by branching sequentially in order from the end point closer to the delivery destination node, so that it is constructed in advance and a safe content delivery path can be determined.

(3)下流側経路群が重複なく構築され、安全なコンテンツ配信経路を決定することができる。   (3) The downstream route group is constructed without duplication, and a safe content distribution route can be determined.

なお、前記(1)〜(3)の特徴によれば、下流側経路群が、配信先ノードを最初の根ノードとする幅優先探索によるノード訪問の順に従ってあらかじめ分散させて構築され、安全なコンテンツ配信経路を決定することができる。   According to the features (1) to (3), the downstream route group is constructed by distributing in advance according to the order of the node visits by the breadth-first search with the delivery destination node as the first root node, and safe content A delivery route can be determined.

(4)1本の下流側経路の端点からは1本のみの上流側経路が定められ、分散した安全なコンテンツ配信経路を決定することができる。   (4) Only one upstream path is defined from the end points of one downstream path, and a distributed safe content distribution path can be determined.

(5)配信元ノードに近い側のノードから順に、経路探索の起点となる根ノードが選択されるので、全体としてのリンク距離の短い、安全なコンテンツ配信経路を決定することができる。   (5) Since the root node that is the starting point of the route search is selected in order from the node closer to the delivery source node, a safe content delivery route with a short link distance as a whole can be determined.

(6)確立したコンテンツ配信経路のリンク距離が長くなるよう補正して、以降の上流側経路を探索するので、上流側経路同士の重複部分が生じる傾向を抑制して上流側経路が探索され、安全なコンテンツ配信経路を決定することができる。   (6) Since the correction is made so that the link distance of the established content distribution route becomes long and the subsequent upstream route is searched, the upstream route is searched while suppressing the tendency of overlapping portions between the upstream routes, A safe content distribution route can be determined.

配信経路決定装置によって決定した配信経路によりコンテンツ配信が行われているネットワークを示す図である。It is a figure which shows the network in which content delivery is performed by the delivery route determined by the delivery route determination apparatus. 配信経路決定装置が最適な経路を選択する概略を説明するための図である。It is a figure for demonstrating the outline from which a delivery route determination apparatus selects an optimal route. 図2の配信経路を確立するにあたって始めに配信先ノードが根ノードとして選択され、その隣接ノード(第1隣接ノード)から上流側経路が探索されることを示す図である。FIG. 3 is a diagram showing that a delivery destination node is first selected as a root node in establishing the delivery route of FIG. 2 and an upstream route is searched from its adjacent node (first adjacent node). 図3の探索による上流側経路と下流側経路とを結んだ経路としてコンテンツ配信経路が確立されることを示す図である。It is a figure which shows that a content delivery path | route is established as a path | route which connected the upstream path | route and downstream path | route by the search of FIG. 図4の状態の次に、第1隣接ノードのうち、探索された上流側経路のうち距離が最短の経路が経由するノードが新たな根ノードに選ばれて、その隣接ノード(第2隣接ノード)から上流側経路が探索されることを示す図である。Next to the state shown in FIG. 4, among the first adjacent nodes, a node through which the route having the shortest distance among the searched upstream routes is selected as a new root node, and the adjacent node (second adjacent node) is selected. It is a figure which shows that an upstream route is searched from. 図5の状態の次に、探索された上流側経路と下流側経路とを結んだ経路としてコンテンツ配信経路が確立されることを示す図である。FIG. 6 is a diagram showing that a content distribution route is established as a route connecting the searched upstream route and downstream route next to the state of FIG. 5. 図6の状態の次に、第1隣接ノードのうち、探索された上流側経路のうち距離が最短から2番目の経路が経由するノードが新たな根ノードに選ばれて、その隣接ノード(第2隣接ノード)から上流側経路が探索されることを示す図である。Next to the state shown in FIG. 6, among the first adjacent nodes, the node through which the second route from the shortest distance passes among the searched upstream routes is selected as a new root node, and the adjacent node (first It is a figure which shows that an upstream path | route is searched from (2 adjacent nodes). 図7の状態の次に、探索された上流側経路と下流側経路とを結んだ経路としてコンテンツ配信経路が確立されることを示す図である。FIG. 8 is a diagram showing that a content distribution route is established as a route connecting the searched upstream route and downstream route next to the state of FIG. 7. 図8の状態の次以降も同様に第1隣接ノードが順次、根ノードとして選ばれてその隣接ノードから上流側経路が探索され下流側経路と結合して配信経路が確立され、目標数に達するまで同様にしてさらに第2隣接ノードが順次、根ノードとして選ばれて同様に配信経路が確立されていく様子を示す図である。Similarly, after the state in FIG. 8, the first adjacent node is sequentially selected as the root node, the upstream path is searched from the adjacent node, and the distribution path is established by combining with the downstream path to reach the target number. FIG. 10 is a diagram showing a state in which a second adjacent node is sequentially selected as a root node in the same manner and a distribution route is established in the same manner. 基本の一実施形態における配信経路決定装置の機能ブロック図である。It is a functional block diagram of the delivery route determination apparatus in one basic embodiment. 詳細な一実施形態における配信経路決定装置の機能ブロック図である。It is a functional block diagram of the delivery route determination apparatus in one detailed embodiment. 幅優先探索の定める順に根ノードを辿って配信経路を確定していく実施形態における処理のフローチャートである。It is a flowchart of the process in embodiment which traces a root node in the order which a breadth priority search determines, and determines a delivery route. 図11のフローによりネットワーク上に配信経路が確定されていく例を示す図である。It is a figure which shows the example in which a delivery route is decided on a network with the flow of FIG. リンク距離補正を説明するためのネットワーク構成例を示す図である。It is a figure which shows the example of a network structure for demonstrating link distance correction | amendment. リンク距離補正を説明するためのネットワーク構成例を示す図である。It is a figure which shows the example of a network structure for demonstrating link distance correction | amendment. リンク距離補正を説明するためのネットワーク構成例を示す図である。It is a figure which shows the example of a network structure for demonstrating link distance correction | amendment. リンク距離補正の効果を説明する例を示す図である。It is a figure which shows the example explaining the effect of link distance correction | amendment.

以下、図面を参照して本発明を詳細に説明する。図1に、本発明の配信経路決定装置1によって決定・確立されたk本の転送経路によって、コンテンツ配信が行われているネットワークを示す。コンテンツを保持する配信元ノードは、同図に示すようにc1, c2, c3, …,cCの計C個である。同図に示すように、これら各配信元ノードci(i=1〜C)は、配信先ノードd及び配信経路決定装置1と共に、当該コンテンツ配信の行われるネットワーク上に存在している。   Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 1 shows a network in which content distribution is performed by k transfer paths determined and established by the distribution path determination apparatus 1 of the present invention. As shown in the figure, there are a total of C distribution source nodes that hold contents, c1, c2, c3,..., CC. As shown in the figure, each of these distribution source nodes ci (i = 1 to C) exists on the network where the content distribution is performed, together with the distribution destination node d and the distribution route determination device 1.

計C個の各配信元ノードci(i=1〜C)と配信先ノードdとのネットワーク上の位置は、アドレス情報などによって所与の位置が与えられているものとする。配信経路決定装置1は、各配信元ノードciのいずれかを始点とし、終点である配信先ノードdへ到着する、所定数k本のコンテンツ配信経路を計算する。また配信経路決定装置1は、計算結果を各配信元ノードciに通知することで、当該計算結果に従うコンテンツ配信を行えるようにする。   Assume that a given position on the network of a total of C distribution source nodes ci (i = 1 to C) and distribution destination node d is given by address information or the like. The delivery route determination device 1 calculates a predetermined number k of content delivery routes that start from one of the delivery source nodes ci and arrive at the delivery destination node d that is the end point. Further, the distribution route determination device 1 notifies the distribution result to each distribution source node ci so that the content distribution according to the calculation result can be performed.

当該コンテンツ配信は、配信の冗長化を目的とした配信であって、k本の経路により同一の単一コンテンツを配信するものであってもよい。また当該コンテンツ配信は、(k, n)閾値秘密分散等を適用した盗聴防止を目的とした配信であって、n個の部分コンテンツのうち元コンテンツを復元できる任意のk個の部分コンテンツを、k本の経路により配信するものであってもよい。   The content distribution is distribution for the purpose of redundancy of distribution, and the same single content may be distributed through k routes. In addition, the content distribution is for the purpose of preventing eavesdropping by applying (k, n) threshold secret sharing and the like, and any k pieces of partial content that can restore the original content among the n pieces of partial content, Distribution via k routes may be possible.

配信経路計算の結果、配信元ノードciのうちコンテンツを配信しないことになるノードがあってもよい。所定数kが配信元ノード数Cよりも小さい場合は、こうした配信しないノードが必ずある。また計算の結果、配信元ノードciのうち複数のコンテンツを配信することになるノードがあってもよく、k>Cの場合、このようなノードが必ずある。   As a result of the distribution route calculation, there may be a node that does not distribute the content among the distribution source nodes ci. When the predetermined number k is smaller than the distribution source node number C, there is always such a non-distributed node. Further, as a result of the calculation, there may be a node that distributes a plurality of contents among the distribution source nodes ci. When k> C, there is always such a node.

また、例えば(k, n)閾値秘密分散を利用した配信を行う場合であれば、各配信元ノードは(k, n)閾値秘密分散を適用した各部分コンテンツを予め保持しているものとする。そして配信経路計算結果により、自身が配信元となることが決定された部分コンテンツを、指定配信経路にて配信先ノードへ配信するものとする。   Also, for example, in the case of performing distribution using (k, n) threshold secret sharing, each distribution source node holds in advance each partial content to which (k, n) threshold secret sharing is applied. . Then, it is assumed that the partial content determined to be the distribution source by the distribution route calculation result is distributed to the distribution destination node through the designated distribution route.

次に、配信経路決定装置1が上述のような配信経路を順次に確立していく流れの概略と、当該確立を行う際に用いられる基本的な概念(上流側経路、最短到達経路として求まる下流側経路、など)とを説明する。当該概略説明においては説明の便宜上、配信経路確立の流れの部分のみに注目して説明するが、これは基本的な一実施形態である。そして当該概略説明の後に、最短到達経路の算出の詳細などを含む、より詳細な各実施形態についてさらに説明する。   Next, an outline of the flow in which the delivery route determination device 1 sequentially establishes the delivery route as described above, and basic concepts used when establishing the establishment (upstream side, downstream determined as the shortest arrival route) Side route, etc.). In the general description, for the sake of convenience of explanation, only the part of the flow of establishment of the distribution route will be described. This is a basic embodiment. And after the said general description, each detailed embodiment including the detail of calculation of the shortest arrival route, etc. is further demonstrated.

図2に示すように、複数のコンテンツ配信元ノードc1〜cCから唯一のコンテンツ配信先ノードdへ向けて、冗長化や閾値分散を目的に複数の経路でコンテンツを配信する際の、最適な経路決定について考える。   As shown in FIG. 2, an optimum route for distributing content from a plurality of content distribution source nodes c1 to cC to a single content distribution destination node d through a plurality of routes for the purpose of redundancy and threshold distribution. Think about the decision.

始めに、図3に示したように、経路探索の起点となる根ノードとしてコンテンツ配信先ノードdが選択され、当該根ノードからのホップ数が「1」の隣接ノード(第1隣接ノード)N11,N12,N13…ごとに、前記配信元ノードci(i=1〜C)のいずれかに最短で到達できる上流側経路Pupp(Pupp1,Pupp2,Pupp3…)が探索される。   First, as shown in FIG. 3, the content distribution destination node d is selected as the root node that is the starting point of the route search, and the adjacent node (first adjacent node) N11 whose hop count from the root node is “1”. , N12, N13... Are searched for upstream paths Pupp (Pupp1, Pupp2, Pupp3...) That can reach any one of the distribution source nodes ci (i = 1 to C) in the shortest time.

次いで、各上流側経路Puppを、前記各第1隣接ノードN11,N12,N13…から根ノード経由でコンテンツ配信先ノードd(ここでは、根ノードとコンテンツ配信先ノードdとが同一)へ至る各下流側経路Plow(Plow1,Plow2,Plow3…)と連結することで、図4に示したように、各コンテンツ配信元ノードci(i=1〜C)のいずれかとコンテンツ配信先ノードdとを結ぶ複数のコンテンツ配信経路Pcd1,Pcd2,Pcd3,…(Pupp1+Plow1,Pupp2+Plow2,Pupp3+Plow3…)が、新規に確立される。すなわち、図1のようなコンテンツ配信を行うのに実際に用いることとなるk本の経路の一員となる経路として、当該時点において新規に決定される。さらに、前記各上流側経路Puppの距離が算出され、ここでは、距離が短い順にPupp2,Pupp1,Pupp3の結果が得られたものとして説明を続ける。   Next, each upstream path Pupp is routed from each of the first adjacent nodes N11, N12, N13... To the content distribution destination node d (here, the root node and the content distribution destination node d are the same) via the root node. By connecting to the downstream path Plow (Plow1, Plow2, Plow3,...), As shown in FIG. 4, each content distribution source node ci (i = 1 to C) is connected to the content distribution destination node d. A plurality of content distribution paths Pcd1, Pcd2, Pcd3,... (Pupp1 + Plow1, Pupp2 + Plow2, Pupp3 + Plow3,...) Are newly established. In other words, a route that becomes a member of the k routes that are actually used for content distribution as shown in FIG. 1 is newly determined at the time. Further, the distance of each upstream path Pupp is calculated. Here, the description will be continued assuming that the results of Pupp2, Pupp1, and Pupp3 are obtained in the order of the shortest distance.

次いで、図5に示したように、前記距離が最短の上流側経路Pupp2が経由する前記第1隣接ノードN12が根ノードに選択され、新たな根ノードN12からのホップ数が「1」の隣接ノード(第2隣接ノード)N121,N122,N123…の集合から、既に確立済みのコンテンツ配信経路Pcd2が経由するノードN121を除く残りの第2隣接ノードN122,N123…ごとに、前記コンテンツ配信元ノードci(i=1〜C)のいずれかに最短で到達できる上流側経路Pupp(Pupp4,Pupp5…)が探索される。   Next, as shown in FIG. 5, the first adjacent node N12 through which the upstream route Pupp2 with the shortest distance passes is selected as a root node, and the number of hops from the new root node N12 is “1”. From the set of nodes (second adjacent nodes) N121, N122, N123,..., The content distribution source node for each of the remaining second adjacent nodes N122, N123... Excluding the node N121 through which the already established content distribution path Pcd2 passes. An upstream route Pupp (Pupp4, Pupp5,...) that can reach any of ci (i = 1 to C) in the shortest time is searched.

次いで、各上流側経路Pupp4,Pupp5…を、前記各第2隣接ノードN122,N123…から根ノードN12を中継して配信先ノードdへ至る下流側経路Plow(Plow4,Plow5…)と連結することで、図6に示したように、各コンテンツ配信元ノードci(i=1〜C)のいずれかとコンテンツ配信先ノードdとを結ぶコンテンツ配信経路Pcd4,Pcd5,…(Pupp4+Plow4,Pupp5+Plow5…)が、既に確立済みのPcd2等に対して、さらに追加して確立される。   Next, each upstream path Pupp4, Pupp5... Is connected to each downstream path Plow (Plow4, Plow5...) From the second adjacent nodes N122, N123. Then, as shown in FIG. 6, the content distribution routes Pcd4, Pcd5,... (Pupp4 + Plow4, Pupp5 + Plow5) connecting any one of the content distribution source nodes ci (i = 1 to C) and the content distribution destination node d. ...) is established in addition to the already established Pcd2 or the like.

次いで、図7に示したように、前記第1隣接ノード集合(N11,N12,N13…)の中で、上流側経路がN12を経由するPcd2の次に短い上流側経路Pupp1が経由する前記第1隣接ノードN11が根ノードに選択され、当該根ノードN11からのホップ数が「1」の隣接ノード(第2隣接ノード)N111,N112,N113…の集合から、既に確立済みのコンテンツ配信経路Pcd1が経由する第2隣接ノードN112を除く残りの第2隣接ノードN111,N113…ごとに、前記コンテンツ配信元ノードci(i=1〜C)のいずれかに最短で到達できる上流側経路Pupp(Pupp6,Pupp7…)が探索される。そして、各上流側経路Pupp6,Pupp7…を前記各第2隣接ノードN111,N113…から今回の根ノードN11を中継して配信先ノードdへ至る下流側経路Plow(Plow6,Plow7…)と連結することで、図8に示したように、各コンテンツ配信元ノードci(i=1〜C)のいずれかとコンテンツ配信先ノードdとを結ぶコンテンツ配信経路Pcd6,Pcd7(Pupp6+Plow6,Pupp7+Plow7…)がさらに追加して確立される。   Next, as shown in FIG. 7, in the first adjacent node set (N11, N12, N13...), The upstream path Pupp1 passes through the upstream path Pupp1 that is next to Pcd2 that passes through N12. One adjacent node N11 is selected as a root node, and a content distribution route Pcd1 already established from a set of adjacent nodes (second adjacent nodes) N111, N112, N113... With the number of hops from the root node N11 being “1”. Upstream path Pupp (Pupp6) that can reach at least one of the content distribution source nodes ci (i = 1 to C) for each of the remaining second adjacent nodes N111, N113. , Pupp7 ...) is searched. Then, the upstream paths Pupp6, Pupp7,... Are connected to the downstream paths Plow (Plow6, Plow7,...) From the second adjacent nodes N111, N113. Thus, as shown in FIG. 8, the content distribution paths Pcd6, Pcd7 (Pupp6 + Plow6, Pupp7 + Plow7...) Connecting any one of the content distribution source nodes ci (i = 1 to C) and the content distribution destination node d. ) Is established in addition.

以下同様に、第1隣接ノード集合から未探索の第1隣接ノードを上流側経路の短い順に根ノードとして順次に選択して経路探索を繰り返す処理が、コンテンツ配信経路の総数ΣPが目標数kに達するまで繰り返される。さらに、第1隣接ノードの全てについて探索が完了しても依然として経路総数ΣPが目標数kに満たなければ、図9に示したように、根ノードの選択対象を更に上流側の隣接ノード(ここでは、第2隣接ノード集合)へ切り替える。そして、上記と同様に第2隣接ノードの各々の隣接ノードを第3隣接ノードとして第3隣接ノードから上流側経路を探索し下流側経路と結合して配信経路を確定し、目標数kに達するまでこれを繰り返す。第2隣接ノード集合を全て根ノードとして配信経路を確定しても目標数kに達しなければ、さらに同様に根ノード設定対象を第3隣接ノード,第4隣接ノード,…として、順次繰り返す   Similarly, the process of sequentially selecting the first adjacent node that has not been searched from the first adjacent node set as the root node in the shortest order of the upstream route and repeating the route search results in the total content distribution route ΣP being the target number k. Repeat until it reaches. Further, even if the search is completed for all of the first adjacent nodes, if the total number of paths ΣP still does not reach the target number k, as shown in FIG. Switch to the second adjacent node set. Then, in the same manner as described above, each adjacent node of the second adjacent node is set as the third adjacent node, the upstream route is searched from the third adjacent node, and the distribution route is determined by combining with the downstream route, and the target number k is reached. Repeat this until. If the target number k is not reached even if the delivery route is determined with all the second adjacent node sets as the root nodes, the root node setting target is sequentially repeated as the third adjacent node, the fourth adjacent node,.

以上、図2ないし図9を用いて配信経路が順次確立される、本願における基本の一実施形態を説明した。図10Aは当該一実施形態における配信経路決定装置1の機能ブロック図である。図10Aに示すように、配信経路決定装置1は、根ノード選択手段2、経路探索手段3及び経路確立手段4を具備する。   The basic embodiment of the present application in which the distribution route is sequentially established has been described above with reference to FIGS. FIG. 10A is a functional block diagram of the delivery route determination device 1 in the embodiment. As shown in FIG. 10A, the delivery route determination device 1 includes a root node selection unit 2, a route search unit 3, and a route establishment unit 4.

コンテンツ配信経路を順次確立する処理を開始するにあたって、配信経路決定装置1は、図10Aに示すように、予めネットワークのトポロジ情報を適宜管理サーバから入手するなどして把握している。そして配信経路決定装置1の各部は、当該トポロジ情報を必要に応じて参照することで各機能を果たす。   In starting the process of sequentially establishing the content distribution paths, the distribution path determination device 1 grasps the network topology information from the management server as appropriate as shown in FIG. 10A. Each unit of the delivery route determination device 1 fulfills each function by referring to the topology information as necessary.

根ノード選択手段2は、図2ないし図9で説明したように、経路探索の起点となる根ノードを順次選択する。経路探索手段3は、図2ないし図9で説明したように、根ノードの各隣接ノードから配信元ノードのいずれかに至る経路のうち最短の経路を探索して、上流側経路として定める。経路確立手段4は、図2ないし図9で説明したように、経路探索手段3により隣接ノード毎に定められた上流側経路と、当該隣接ノードと配信先ノードとを接続する下流側経路とを接続することで、コンテンツ配信経路を確立する。   As described with reference to FIGS. 2 to 9, the root node selection means 2 sequentially selects the root node that is the starting point of the route search. As described with reference to FIGS. 2 to 9, the route search means 3 searches for the shortest route among the routes from each adjacent node of the root node to any of the distribution source nodes, and determines it as the upstream route. As described with reference to FIGS. 2 to 9, the route establishment unit 4 determines the upstream route determined for each adjacent node by the route search unit 3 and the downstream route connecting the adjacent node and the delivery destination node. By connecting, a content distribution path is established.

次に、より詳細な一実施形態について説明する。当該実施形態における配信経路決定装置1は、その機能ブロック図を図10Bに示すように、基本的な実施形態における図10Aの構成と比べて、リンク距離補正手段5が追加された構成を取る。当該詳細な一実施形態においても、根ノード選択手段2、経路探索手段3及び経路確立手段4による処理は、図2ないし図9で説明した基本的な処理と合致するが、次に述べるように、より詳細な処理が行われる。   Next, a more detailed embodiment will be described. As shown in FIG. 10B, the distribution route determination device 1 in the present embodiment has a configuration in which a link distance correction unit 5 is added compared to the configuration in FIG. 10A in the basic embodiment. Also in the detailed embodiment, the processing by the root node selection unit 2, the route search unit 3, and the route establishment unit 4 is consistent with the basic processing described in FIGS. 2 to 9, but as described below. More detailed processing is performed.

すなわち、当該詳細な一実施形態では、特に根ノード選択手段2における処理をより詳細に説明する。この処理により、配信経路決定装置1の処理の流れは、周知の幅優先探索において、配信先ノードを最初の根ノードとしてノードリストを管理し、幅優先探索の定める順に従って順次根ノードの隣接ノードを訪問してノードリストに追加して探索すると共に、配信経路を確定していく流れとなる。特に、基本実施形態では説明しなかったノードリストへのノード追加管理に関して、当該実施形態にて詳細に説明する。   That is, in the detailed embodiment, the processing in the root node selection unit 2 will be described in more detail. With this processing, the processing flow of the distribution route determination device 1 is to manage the node list with the distribution destination node as the first root node in the well-known breadth-first search, and sequentially visit the adjacent nodes of the root node in the order determined by the breadth-first search. In addition, the search is performed by adding to the node list, and the distribution route is determined. In particular, the node addition management to the node list that has not been described in the basic embodiment will be described in detail in this embodiment.

またさらに、当該一実施形態においては、リンク距離補正手段5が利用される。リンク距離補正手段5は、経路探索手段3が最短経路として上流側経路を探索するに際して参照するリンク距離を補正する。そして、リンク距離補正手段5は、経路探索手段3により上流側経路が探索される直前に、既に確立した配信経路を構成するリンクのリンク距離を長くするように補正する。当該補正により、既に確立した配信経路を構成するリンクは、経路探索手段3により最短経路を構成するリンクとして探索される傾向が弱まる。その結果として、確立されるコンテンツ配信経路は、各経路同士に共通リンク部分が少ない安全性の高い経路となる傾向が強まるという効果がある。   Furthermore, in the one embodiment, the link distance correction means 5 is used. The link distance correction unit 5 corrects the link distance that is referred to when the route search unit 3 searches for the upstream route as the shortest route. The link distance correction unit 5 corrects the link distance of the links constituting the already established distribution route to be increased immediately before the upstream route is searched by the route search unit 3. Due to the correction, the link constituting the already established distribution route is less likely to be searched by the route search means 3 as the link constituting the shortest route. As a result, there is an effect that the established content distribution route tends to be a highly secure route with few common link portions between the routes.

なお、当該補正されるリンク距離は、経路探索手段3が上流側経路を求めるのに際してのみ、参照される。経路探索手段3以外の機能ブロックでは、補正を加えないリンク距離(最初にネットワークのトポロジ情報より得られるリンク距離)を参照することはあっても、補正されたリンク距離を参照することはない。   Note that the corrected link distance is referred to only when the route search means 3 obtains the upstream route. In functional blocks other than the route search means 3, although the link distance (link distance obtained from the network topology information first) without correction is referred to, the corrected link distance is not referred to.

すなわち、当該一実施形態では、幅優先探索の定める順に従うノード訪問と、各訪問先における(幅優先探索以外の)付加的な処理としての経路確定及び距離補正と、によって配信経路を順次に確定する。幅優先探索の部分により下流側経路が求められる。付加的な処理の部分により上流側経路が求められ、且つ下流側経路と結合することで配信経路が確立される。   That is, in the embodiment, the delivery route is sequentially determined by the node visit according to the order determined by the breadth-first search and the route confirmation and distance correction as additional processing (other than the breadth-first search) at each visited site. The downstream path is obtained by the breadth-first search portion. The upstream route is obtained by the additional processing part, and the delivery route is established by combining with the downstream route.

当該詳細な一実施形態における処理のフローチャートを図11に示す。また、当該フローによりネットワーク上にコンテンツ配信経路が順次確立されていく例を図12に示し、図12の例を用いて図11のフローを説明する。   FIG. 11 shows a flowchart of processing in the detailed embodiment. FIG. 12 shows an example in which content distribution paths are sequentially established on the network by the flow, and the flow of FIG. 11 will be described using the example of FIG.

図11のステップS0にて処理を開始するにあたって、配信経路決定装置1はまず、ネットワークのトポロジ情報を入手しておく。当該トポロジ情報においては、図12に示すような、配信先ノードd、コンテンツ保持ノードc1,c2, ..., ce, ...,cC及びネットワーク上の各ノードの接続関係並びに各ノード間接続のリンク距離が与えられているものとする。当該情報を参照することで、例えば配信先ノードdの隣接ノード(1ホップ先のノード)が、図12に示すようなN1,N2, ..., Nmのm個であることがわかるものとする。また、ステップS0にて処理を開始するにあたって、幅優先探索におけるノードリストは空の状態である。   In starting the processing in step S0 in FIG. 11, the distribution route determining apparatus 1 first obtains network topology information. In the topology information, as shown in FIG. 12, the connection destination node d, the content holding nodes c1, c2,..., Ce,. Link distance is given. By referring to the information, for example, it is understood that there are m adjacent nodes (nodes one hop ahead) of the distribution destination node d, N1, N2,..., Nm as shown in FIG. To do. In addition, when starting the process in step S0, the node list in the breadth-first search is empty.

なお、当該ノードリストとは、配信経路決定装置1における機能ブロックではなく、幅優先探索におけるキューに相当し、当該キューに加えられるのがネットワーク上の各ノードとなるので、ノードリストと呼んでいる。すなわち、以降の説明より明らかなように、根ノード選択手段2による、順次に根ノードを選択する順番管理の処理を、周知の幅優先探索と関連づけて説明するために、ノードリストを用いる。   Note that the node list is not a functional block in the distribution route determination device 1, but corresponds to a queue in the breadth-first search, and is added to the queue as each node on the network, and is called a node list. That is, as will be apparent from the following description, a node list is used to describe the order management process of sequentially selecting root nodes by the root node selecting means 2 in association with a known breadth-first search.

上記のような状態のステップS0から処理を開始し、ステップS1に進み、配信先ノードdをノードリストに追加する。ノードリストは{d}となる。ステップS2に進み、ノードリストから先頭ノードを取り出し、根ノードとする。ここで根ノード=d,ノードリスト={}(空リスト)の状態となる。   The process is started from step S0 in the above state, and the process proceeds to step S1 to add the distribution destination node d to the node list. The node list is {d}. Proceeding to step S2, the first node is extracted from the node list and is set as the root node. Here, the state is root node = d, node list = {} (empty list).

ステップS3に進み、根ノード(現在、配信先ノードd)の1ホップ上流に位置するノードのうち、既に確立したコンテンツ配信経路上に存在するノードを、続くステップS4から始まるループL1内での処理対象すなわち中継ノードから除く。現段階では1ホップ上流ノードはN1,N2, ..., Nmであるが、そもそもまだ配信経路が1本も確立されていないので、除かれるノードは存在しない。   Proceeding to step S3, among the nodes located one hop upstream of the root node (currently, the delivery destination node d), a node existing on the already established content delivery path is processed in the loop L1 starting from the subsequent step S4. It is excluded from the target, that is, the relay node. At this stage, the 1-hop upstream nodes are N1, N2,..., Nm, but since no delivery route has been established, no nodes are excluded.

(用語定義1)根ノードの1ホップ上流ノード
なお、ステップS3において、根ノードに対する「1ホップ上流ノード」とは、根ノードの隣接ノードのうち、当該フロー中において根ノード選択手段2によりノードリストに加えられたことがないノード、すなわち幅優先探索において未訪問のノード、である。よって、根ノードに対する1ホップ上流ノードは、隣接ノードを求めるためのトポロジ情報と、ノードリストに加えられたことがあるか確認するためのノードリスト履歴とを参照して、根ノード選択手段2により求められる。そして、当該フローの以降の説明より明らかとなるが、順次更新される根ノードを起点に、このような根ノードの1ホップ上流を辿る関係の連続により、図12に示すような配信先ノードを根とする木構造が得られる。
(Term Definition 1) One hop upstream node of root node In step S3, “one hop upstream node” for the root node is a node list by the root node selection means 2 in the flow among the adjacent nodes of the root node. Nodes that have not been added to, i.e., unvisited nodes in breadth-first search. Therefore, the one-hop upstream node with respect to the root node refers to the topology information for obtaining the adjacent node and the node list history for confirming whether or not the node has been added to the node list. Desired. Then, as will become clear from the following description of the flow, the distribution destination node as shown in FIG. 12 is determined by the continuation of the relationship that follows one hop upstream of the root node starting from the root node that is sequentially updated. The root tree structure is obtained.

なおまた、以降の説明よりも明らかとなるが、上述のノードリストに加えられたことがあるか否かという事項は、既に確立された配信経路のいずれかの下流側経路を構成するノードであるか否かと言う事項と、等価となる。よって、上述の説明を言い換えることができ、次のようになる。すなわち、根ノードの1ホップ上流ノードを求める場合には、根ノードの隣接ノードのうちから、その時点において既に確立した配信経路の下流側経路を構成するノードを除外することで、求めることができる。   Further, as will become clear from the following description, the matter of whether or not it has been added to the above node list is a node that constitutes one of the downstream paths of the already established distribution paths. It is equivalent to the matter of whether or not. Therefore, the above description can be rephrased as follows. That is, when obtaining the 1-hop upstream node of the root node, it can be obtained by excluding the nodes constituting the downstream path of the distribution path already established at that time from the adjacent nodes of the root node. .

(用語定義2)確立経路上での1ホップ上流ノード
また、図11の各ステップにおいて、既に確立した配信経路上のノードにおける「1ホップ上流ノード」とは、当該ノードの当該配信経路上での隣接ノードであって且つ配信元ノードに近い側のノード、である。
(Term Definition 2) One-hop upstream node on established route In addition, in each step of FIG. 11, the “one-hop upstream node” in the node on the already established delivery route is the node on the delivery route of the relevant node. An adjacent node and a node closer to the distribution source node.

ステップS4に進み、根ノード(現在は配信先ノードd)の1ホップ上流のノード(現在はN1,N2, ..., Nm)であり、且つ経路未確立すなわちステップS3で除外されず、且つ当該ループL1においてもまだ経路確立されていないノードがあればステップS5へ進み、当該ノードを、上流側経路を定めるための中継ノードとして選択する。すなわち、ステップS4では、根ノードの1ホップ上流ノードで且つ確立した経路上に存在しないノードが残っていれば、ステップS5に進んで当該ノードを選択し、以降のループL1内の処理によって経路を確立させるようにする。   Proceeding to step S4, the node is one hop upstream (currently N1, N2,..., Nm) of the root node (currently the delivery destination node d), and the route is not established, that is, not excluded in step S3, and If there is a node that has not yet been established in the loop L1, the process proceeds to step S5, and the node is selected as a relay node for determining the upstream route. That is, in step S4, if a node that is one hop upstream of the root node and does not exist on the established route remains, the process proceeds to step S5 to select the node, and the route is determined by the subsequent processing in the loop L1. Let it be established.

ステップS6に進み、既に確立された配信経路を構成する各リンクのリンク距離が長くなるよう、リンク距離補正手段5が補正を行う。当該リンク距離の補正の詳細(アルゴリズムなど)については後述する。なお、前述のように、補正されるリンク距離は、経路探索手段3が最短経路としての上流側経路を求めるのに際してのみ、利用される。   Proceeding to step S6, the link distance correcting means 5 performs correction so that the link distance of each link constituting the already established distribution route is increased. Details of the correction of the link distance (such as an algorithm) will be described later. As described above, the corrected link distance is used only when the route search means 3 obtains the upstream route as the shortest route.

なお、配信経路がまだ1本も確立されていない場合は、ステップS6はスキップされる。   If no delivery route has been established yet, step S6 is skipped.

なお、配信経路が確立されるのはステップS8であるが、追加して配信経路を確立しようとする場合、必ず上記ステップS6を経由することとなる。よって、配信経路がステップS8で確立される都度、当該直前のステップS8にて確立された配信経路を含む、既に確立された配信経路の全ての距離の補正が、次のステップS6にて実行される。(ただし、確立された配信経路が目標数であるk本目の配信経路である場合は、それ以上配信経路を求める必要がないので、当然ながら距離の補正の必要はなく、当該k本目の配信経路の距離の補正は行われない。)   Note that the distribution route is established in step S8, but when the distribution route is to be established by addition, the above-described step S6 is necessarily passed. Therefore, every time a delivery route is established in step S8, correction of all distances of the already established delivery route including the delivery route established in the immediately preceding step S8 is executed in the next step S6. The (However, if the established delivery route is the k-th delivery route, which is the target number, there is no need to find any further delivery routes, so there is no need to correct the distance, and the k-th delivery route. The distance is not corrected.)

ステップS7に進み、中継ノードから配信元ノードci(i=1〜C)へのいずれかに至る経路のうち、最短となる経路を算出する。当該算出は、トポロジ情報と、リンク距離補正手段5により補正された値として参照されるリンク距離と、に基づいて経路探索手段3が行う。一実施形態においては、当該算出には周知のダイクストラ法が用いられる。そして、経路探索手段3は算出した最短経路を上流側経路として定める。   Proceeding to step S7, the shortest path is calculated among the paths from the relay node to any of the distribution source nodes ci (i = 1 to C). The calculation is performed by the route search unit 3 based on the topology information and the link distance referred to as a value corrected by the link distance correction unit 5. In one embodiment, the well-known Dijkstra method is used for the calculation. Then, the route search means 3 determines the calculated shortest route as the upstream route.

ステップS8へ進み、当該中継ノードにつき定められた上流側経路と、当該中継ノードと配信先ノードdとを結ぶ下流側経路と、を経路確立手段4が結合することによってコンテンツ配信経路が新たに1本確立される。   Proceeding to step S8, the route establishment unit 4 combines the upstream route determined for the relay node and the downstream route connecting the relay node and the delivery destination node d, so that the content distribution route is newly set to 1. The book is established.

ステップS9に進んで、経路算出数が目標所定数kに達していれば、ステップS11へ進みフローは終了する。フローの説明を続けるために、ここでk>(配信先ノードdの隣接ノード数m)>1とすると、現在における経路算出数の1はkに達していないので、ステップS9からステップS4に戻る。   Proceeding to step S9, if the calculated number of routes has reached the target predetermined number k, the process proceeds to step S11 and the flow ends. In order to continue the description of the flow, assuming that k> (number of adjacent nodes m of the distribution destination node d)> 1, since the current route calculation number 1 has not reached k, the process returns from step S9 to step S4. .

ステップS4からステップS5、S6、S7、S8に進み、ステップS9で経路算出数がkに未達のためステップS4に戻るというループを、図示しているようにループL1と呼ぶこととする。ループL1内の各処理ステップの詳細は既に説明したので、以降は、当該実施形態において幅優先探索の定める順に根ノードを選択し、配信経路が確定していく流れを強調して説明する。そこで、以上説明してきたステップS0、S1、S2、S3及びループL1の流れの処理を経ることで、図12において配信経路がどのように確定していくかを再度簡潔に説明して、それ以降の流れに関してもループL1を参照して説明することにする。   A loop that proceeds from step S4 to steps S5, S6, S7, and S8 and returns to step S4 because the number of route calculations has not reached k in step S9 is referred to as a loop L1 as shown. Since the details of each processing step in the loop L1 have already been described, the following description will be made with emphasis on the flow in which the root node is selected in the order determined by the breadth-first search and the delivery route is determined. Therefore, the process of steps S0, S1, S2, S3 and the flow of the loop L1 that have been described above is performed to briefly explain again how the delivery route is determined in FIG. 12, and thereafter The flow will be described with reference to the loop L1.

まず、ステップS0からステップS3まで至った時点で、根ノード=d、ノードリスト={ }(空ノード)の状態である。そして、根ノードの1ホップ上流ノードは、図12にノード群R100として示すN1,N2,..., Nmであり(N2は不図示)、いずれも経路確定していない、すなわち確定した配信経路上には存在していない。よって、これら経路確定していない1ホップ上流ノードが、ループL1内にて最短経路として上流側経路を算出するための中継ノードとして逐次用いられ、コンテンツ配信経路が逐次確定する。1ホップ上流ノードの全てに対して経路が確定すると、実線矢印で示すような1ホップ上流の中継ノードから上流側経路を算出した配信経路群が得られる。   First, at the point from step S0 to step S3, the state is root node = d, node list = {} (empty node). The one-hop upstream node of the root node is N1, N2,..., Nm (N2 is not shown) shown as the node group R100 in FIG. Does not exist above. Therefore, these one-hop upstream nodes whose routes have not been determined are sequentially used as relay nodes for calculating the upstream route as the shortest route in the loop L1, and the content distribution routes are sequentially determined. When routes are determined for all of the one-hop upstream nodes, a distribution route group in which upstream routes are calculated from relay nodes that are one hop upstream as indicated by solid arrows is obtained.

例えば、1ホップ上流ノードN1から算出された配信経路c1−N111−N11−N1−dや、1ホップ上流ノードNmから算出された配信経路cC−Nmb1−Nmb−Nm−dが求まる等する。ここで、例えば前者経路は、下流側経路d-N1と上流側経路c1−N111−N11−N1とを、中継ノードN1を介して接続することにより得られる。そして、これら上流側経路を算出され且つ下流側経路と接続されて確立した配信経路群の構成リンクは、その確立された後のステップS6において、続くステップS7での最短経路算出に際して参照するリンク距離が大きくなるように、その値を補正される。   For example, a distribution route c1-N111-N11-N1-d calculated from the 1-hop upstream node N1 and a distribution route cC-Nmb1-Nmb-Nm-d calculated from the 1-hop upstream node Nm are obtained. Here, for example, the former route is obtained by connecting the downstream route d-N1 and the upstream route c1-N111-N11-N1 via the relay node N1. Then, the constituent links of the distribution route group that is established by connecting these upstream routes and connected to the downstream route are the link distances that are referred to in the subsequent shortest route calculation in step S7 in step S6 after the establishment. The value is corrected so that becomes larger.

なお、当該ノードN1,N2,..., Nmを対象とする場合に限らず、ループL1のステップS5において、根ノードに対する1ホップ上流ノードを選択する順は任意である。この点は後述のステップS10で順序が指定されているのと異なる。   Note that the order of selecting the one-hop upstream node with respect to the root node in step S5 of the loop L1 is not limited to the case where the nodes N1, N2,. This is different from the case where the order is specified in step S10 described later.

以上、根ノードdの1ホップ上流ノードの全てN1,N2,..., Nmにつき経路が確立し、且つ確立した経路数がkに達していないと、ステップS4からステップS10に進む。ここでは、根ノードdの上流ノードN1,N2,..., Nmのうち、確立した配信経路における配信元ノードから各上流ノードへの距離、すなわち各配信経路における上流側経路部分の距離が小さい順に、根ノード選択手段2がこれら1ホップ上流ノードをノードリストの最後に追加する。   As described above, when the route is established for all N1, N2,..., Nm of the one-hop upstream nodes of the root node d and the number of established routes has not reached k, the process proceeds from step S4 to step S10. Here, among the upstream nodes N1, N2,..., Nm of the root node d, the distance from the distribution source node to each upstream node in the established distribution route, that is, the distance of the upstream route portion in each distribution route is small In turn, the root node selection means 2 adds these one-hop upstream nodes to the end of the node list.

なお、前述のように当該距離の小さい順とは、リンク距離補正手段5の補正とは無関係に、最初のトポロジ情報におけるリンク距離を用いて定められる。   As described above, the order in which the distances are small is determined using the link distance in the first topology information regardless of the correction by the link distance correction unit 5.

なおまた、ステップS10では、(用語定義2)で述べたような、「既に確立した配信経路上での根ノードに対する1ホップ上流ノード」、に対しても処理を行う。よって、ステップS10に至る前にループL1で中継ノードとして処理されたノードのみならず、当該ループL1に入る前のステップS3で除外されたノードも含めて、距離の比較を行う。   In step S10, the processing is also performed on “one hop upstream node with respect to the root node on the already established distribution route” as described in (Term definition 2). Therefore, not only the node processed as the relay node in the loop L1 before reaching step S10, but also the nodes excluded in step S3 before entering the loop L1 are compared.

これは、次の事情に基づく。ステップS3で除外されたノードは既に確立された経路を構成するノードであったとしても、その1ホップ上流ノードには、経路未確立のノードが存在しうる。このような経路未確立ノードも中継ノードとして選ぶことで、下流側経路群を偏りなく分散させて木構造となるよう構築することができる。具体例については図12を用いて以降(根ノードがN1でのステップS10)に述べる。   This is based on the following circumstances. Even if the node excluded in step S3 is a node that constitutes an already established route, there may be a node whose route has not been established in the 1-hop upstream node. By selecting such a path non-established node as a relay node, it is possible to construct a tree structure in which downstream path groups are distributed evenly. A specific example will be described later with reference to FIG. 12 (step S10 when the root node is N1).

ステップS10でこのように、補正を考慮しない距離の小さい順に、1ホップ上流ノードをノードリストへ追加することにより、さらに当該フローを継続して順次配信経路を確立するに際して、当該距離すなわち確立経路における配信元ノードとの距離、の小さい順に根ノードが選択される。よって、当該根ノードを起点として確立される追加配信経路は、当該順序に従わない場合よりも距離が小さくなる可能性が高い。よって、補正距離によりできるだけ分散した配信経路を求めながらも、同時に配信経路全体の距離を抑制する傾向を高められるという効果がある。   As described above, in step S10, by adding one hop upstream node to the node list in ascending order of the distance not considering correction, the flow is further continued and the distribution route is sequentially established. The root nodes are selected in ascending order of distance from the distribution source node. Therefore, the additional delivery route established with the root node as the starting point is more likely to have a smaller distance than when the order is not followed. Therefore, there is an effect that it is possible to increase the tendency to suppress the distance of the entire delivery route at the same time while obtaining the delivery route dispersed as much as possible by the correction distance.

根ノードの1ホップ上流ノードから確立済み配信経路上で配信元ノードへ至る距離(前述のように補正は考慮しない距離)が、小さい順に仮にN1,N2,..., Nmであったとする。ノードリストは空の状態から、まずリンク距離が最短のN1が最後に追加され{N1}に、次にN2が最後に追加され{N1,N2}に、以降Nmまで順次追加されて、ステップS10によりノードリストは{N1,N2,..., Nm}となる。   It is assumed that the distance from the 1-hop upstream node of the root node to the distribution source node on the established distribution route (distance not considering correction as described above) is N1, N2,. In the node list, N1 with the shortest link distance is added last to {N1}, then N2 is added last to {N1, N2}, and then added to Nm in order, and then the node list is sequentially added. The node list becomes {N1, N2, ..., Nm}.

ステップS2に戻り、根ノード選択手段2は、先頭のノードすなわちN1を取り出して根ノードとする。ノードリストは{N2,..., Nm}となる。根ノードN1に対して、ステップS3にて、1ホップ上流ノードのうち既に確立された配信経路上にあるノードを、次のループL1の処理対象から除外する。   Returning to step S2, the root node selection means 2 takes out the first node, that is, N1, and sets it as the root node. The node list is {N2, ..., Nm}. In step S3, for the root node N1, the nodes on the already established distribution path among the one-hop upstream nodes are excluded from the processing targets of the next loop L1.

図12に示すように、N1の1ホップ上流ノードはノード群R210(N11,N12, ..., N1a)であり(N12は不図示)、このうちN11は、N1を中継ノードとして既に確立された配信経路上にあるので、N11がループL1での処理対象から除外される。   As shown in FIG. 12, the one-hop upstream node of N1 is a node group R210 (N11, N12,..., N1a) (N12 is not shown), among which N11 has already been established with N1 as a relay node N11 is excluded from the processing target in the loop L1.

なお、根ノードがdの時点では(用語定義1)に従った結果、隣接ノードが全て1ホップ上流ノードとなった。根ノードがN1となった以降では(用語定義1)に従い、隣接ノードが全て1ホップ上流ノードとなるわけではない。すなわち、N1の隣接ノードには配信先ノードdが含まれるが、これは1ホップ上流ノードには含めず、排除する。また、N1の隣接ノードに、dの一ホップ上流ノード(のうちのN1以外)N2,…Nmが含まれることもありうるが、これらも1ホップ上流ノードに含めず、排除する。   When the root node is d, (term definition 1) is followed, and all adjacent nodes are 1-hop upstream nodes. After the root node becomes N1, not all adjacent nodes become 1-hop upstream nodes in accordance with (Term Definition 1). In other words, the distribution destination node d is included in the adjacent node of N1, but this is not included in the one-hop upstream node and is excluded. In addition, the adjacent node of N1 may include d one-hop upstream nodes (other than N1) N2,... Nm, but these are not included in the one-hop upstream node and are excluded.

この例からも明らかなように、ステップS3において、(用語定義1)に従う1ホップ上流ノード、すなわち根ノードの隣接ノードから当該時点で確立している配信経路の下流側経路を構成するノードを除外したノード、を順次求めることで、新たに構築される下流側経路が、それまで構築された下流側経路群に対して常に枝分かれして構築され、且つ枝分かれ先で再度合流することがないよう構築される。すなわち、木構造を取る下流側経路群が構築され、結果として分散した配信経路が得られるという効果がある。   As is clear from this example, in step S3, the one-hop upstream node according to (Term Definition 1), that is, the node constituting the downstream path of the distribution path established at that time from the adjacent node of the root node is excluded. By sequentially obtaining the nodes, the newly constructed downstream path is always constructed by branching with respect to the previously constructed downstream path group, and is constructed so that it does not merge again at the branch destination. Is done. That is, there is an effect that a downstream route group having a tree structure is constructed, and as a result, distributed delivery routes can be obtained.

ループL1に入り、ノードN11を除いたN1の1ホップ上流ノードN12, ..., N1aを中継ノードとして、既に確立した配信経路の構成リンクの距離補正が行われ、新たな配信経路が確立される。例えばN1aを中継ノードとする配信経路としてce−N1a1−N1a−N1−dが確立されるが、これは算出された最短経路(上流側経路)ce−N1a1−N1aと下流側経路N1a−N1−dとを、当該中継ノードN1aにて接続することにより確立される。   Entering loop L1, N1 one-hop upstream nodes N12, ..., N1a excluding node N11 are used as relay nodes, distance correction is performed on the constituent links of the already established distribution route, and a new distribution route is established. The For example, ce-N1a1-N1a-N1-d is established as a delivery route using N1a as a relay node. This is calculated by calculating the shortest route (upstream side route) ce-N1a1-N1a and the downstream route N1a-N1- is established by connecting d at the relay node N1a.

ループL1の処理を対象となる全中継ノードN12, ..., N1aに対して行っても配信経路本数がk本に達していなければ、この時点で、根ノードN1の1ホップ上流ノードで且つ経路確立されていないノードはなくなったので、ステップS10に進む。   If the number of distribution routes does not reach k even if the processing of the loop L1 is performed for all the relay nodes N12, ..., N1a to be processed, at this time, the node is a one-hop upstream node of the root node N1 and Since there are no nodes for which no route has been established, the process proceeds to step S10.

ステップS10では、ステップS3でN11を除外したのと異なり、根ノードN1の1ホップ上流ノードの全てN11,N12, ..., N1aから各確立配信経路上で配信元ノードに至る距離(リンク距離補正なし)が比較される。小さい順にN11,N12, ..., N1aであったとすると、ステップS9にてノードリストは{N2,..., Nm}であった状態から{N2,..., Nm,N11,N12, ..., N1a}へと更新される。   In step S10, unlike the case where N11 is excluded in step S3, the distance (link distance) from all N11, N12,..., N1a of the one-hop upstream nodes of the root node N1 to the distribution source node on each established distribution route No correction) is compared. If N11, N12,..., N1a are in ascending order, the node list is {N2, ..., Nm, N11, N12, ..., N1a}.

以降同様に、配信経路がk本に達するまで根ノードをN2, ...Nmとして(ステップS2→S3)→(ループL1)→(ステップS10)を繰り返すと、ノードリストは順次更新された後、図12にR200として示す、配信先ノードdから2ホップ上流のノード群のみからなる状態となる。確立経路がk本に達しない場合、さらに同様に継続し、2ホップ上流の各ノードを根ノードとして、配信先ノードdから3ホップ上流のノード群R300を中継ノードとして、上流側経路を算出して配信経路が確立される。   Similarly, after repeating the steps (step S2 → S3) → (loop L1) → (step S10) until the number of distribution routes reaches k, the node list is sequentially updated. FIG. 12 shows a state consisting of only a node group two hops upstream from the distribution destination node d, indicated as R200. If the number of established paths does not reach k, the process continues in the same manner, and the upstream path is calculated by using each node 2 hops upstream as the root node and the node group R300 3 hops upstream from the distribution destination node d as a relay node. The delivery route is established.

例えば、2ホップ上流ノードN11を根ノードとし、3ホップ上流のノード群R310のノードを中継ノードとして、配信経路(ce−N11c−N11−N1−d等)が追加確立される。2ホップ上流ノードの根ノードN1aに対しては、3ホップ上流のノード群R3a0のノードを上流ノードとして、配信経路(c1−N1ad−N1a−N1−d等)が追加確立される。同様に、例えば1ホップ上流ノードNmのさらに1ホップ上流ノードを構成するノード群R2m0(Nm1, ..., Nmb)を根ノードとして、3ホップ上流ノード群R3m0のいずれかのノードNm11, ..., Nmb1を中継ノードとして、配信経路が確立される。   For example, a distribution route (ce-N11c-N11-N1-d, etc.) is additionally established with the 2-hop upstream node N11 as the root node and the node of the node group R310 3 hops upstream as the relay node. For the root node N1a of the 2-hop upstream node, a delivery route (c1-N1ad-N1a-N1-d, etc.) is additionally established with the node of the node group R3a0 upstream of 3 hops as the upstream node. Similarly, for example, a node group R2m0 (Nm1,..., Nmb) constituting a further one-hop upstream node of the one-hop upstream node Nm is set as a root node, and any one of the nodes Nm11,. ., Nmb1 is used as a relay node to establish a distribution route.

以上の説明より明らかなように、当該実施形態では配信先ノードdの各上流ノードを、dからのホップ数順に中継ノードとして、所定数k本に達するまで配信経路を逐次確立する。すなわち、配信先ノードdを根ノードとし、ノード群R100に示す1ホップ上流ノードを中継ノードとして、実線矢印に示すように配信経路を求める。続いて1ホップ上流ノード、すなわちノード群R100の各々を根ノードとし、ノード群R200内の2ホップ上流ノードを中継ノードとして、破線矢印で示されるような配信経路を求める。   As is clear from the above description, in this embodiment, each upstream node of the distribution destination node d is used as a relay node in the order of the number of hops from d, and distribution paths are sequentially established until a predetermined number k is reached. That is, the distribution route is obtained as indicated by the solid line arrow with the distribution destination node d as the root node and the one-hop upstream node shown in the node group R100 as the relay node. Subsequently, a distribution route as indicated by a broken line arrow is obtained with each 1-hop upstream node, that is, each of the node group R100 as a root node and a 2-hop upstream node in the node group R200 as a relay node.

同様にさらに続けて、2ホップ上流ノードの各々、すなわちノード群R200内の各ノードを根ノードとして、ノード群R300に示す3ホップ上流のノードを中継ノードとし、点線矢印で示される配信経路を求める。以下、k本に達するまで、さらに上流ノードを中継ノードとして同様に続ける。そして、配信先ノードdからの上流ホップ数が同一のノードの間では、配信経路確立にあたって中継ノードを探索する根ノードの順が、ステップS10により定められる。また、新たに配信経路が確立される前に、ステップS6にて既に確立した配信経路の構成リンクのリンク距離が補正される。   Similarly, each of the two hop upstream nodes, that is, each node in the node group R200 is set as a root node, and the three hops upstream node shown in the node group R300 is set as a relay node, and a distribution route indicated by a dotted arrow is obtained. . Hereinafter, the upstream node is continued as a relay node in the same manner until k nodes are reached. Then, among the nodes having the same number of upstream hops from the distribution destination node d, the order of the root nodes for searching for the relay node in establishing the distribution route is determined in step S10. Further, before a new distribution route is established, the link distance of the constituent links of the distribution route already established in step S6 is corrected.

以上のような、図11、図12にて説明した一実施形態によって、次のような効果がある。すなわち、当該実施形態では、コンテンツ配信経路が通過する複数リンクで発生するリスクが、全配信経路に及ぶリスクを引き起こす確率を、できる限り小さくするという効果がある。当該効果は、当該実施形態において、リンク1本のリスク発生が、多くの配信経路へのリスクとなることを避けるために、コンテンツを転送するためのk本の配信経路を、できるだけ同一リンク上に重ならない様に配置し、たとえ重ならざるを得ない場合でも、できる限り安全を確保することを目指して、次の(方針1)及び(方針2)に沿うように配信経路を確立していることによる効果である。   According to the embodiment described in FIGS. 11 and 12 as described above, the following effects can be obtained. That is, in this embodiment, there is an effect of reducing the probability that a risk that occurs in a plurality of links through which a content distribution route passes causes a risk that extends to all distribution routes as much as possible. The effect is that, in the embodiment, in order to avoid the risk of one link being a risk to many distribution routes, k distribution routes for transferring content are arranged on the same link as much as possible. Even if there is no choice but to overlap, the delivery route is established along the following (Policy 1) and (Policy 2) with the aim of ensuring safety as much as possible This is an effect.

(方針1)当該全配信経路に及ぶリスクを引き起こすのに必要な、リスク発生リンク数(例えば全k個の部分コンテンツを盗聴するのに必要となるリンク数)を最大化する。すなわち、できる限り確立配信経路本数のk個に近づけるようにする。   (Policy 1) Maximize the number of risk-occurring links (for example, the number of links necessary for eavesdropping all k partial contents) necessary to cause the risk to reach all the distribution routes. That is, the number of established delivery routes is as close as possible to k.

(方針2)上記のような全配信経路に及ぶリスク発生リンクの、組合せパターン数(例えば全k個の部分コンテンツの盗聴を行いうるリンクの選択パターン数)を最少とする。   (Policy 2) Minimize the number of combination patterns (for example, the number of link selection patterns that can eavesdrop on all k partial contents) of the risk-occurring links that span all distribution routes as described above.

そして当該実施形態では次のように上記方針が満たされている。すなわち当該実施形態では、配信先ノードを根ノードとする木(配信先ノードから順次1ホップ上流ノードを辿ることで図12に示したように木の構造が得られる)において、幅優先木探索の形で上流ノードを根ノードとして選択して行き、選択した根ノードの1ホップ上流の各ノードについて、補正されたリンク距離に基づいて、コンテンツ保持ノードとの間の最短経路計算を行う。   In this embodiment, the above policy is satisfied as follows. That is, in this embodiment, in the tree having the distribution destination node as the root node (the tree structure as shown in FIG. 12 is obtained by sequentially tracing the 1-hop upstream node from the distribution destination node), Then, the upstream node is selected as the root node, and the shortest path calculation with the content holding node is performed for each node one hop upstream of the selected root node based on the corrected link distance.

ここで、幅優先木探索の形で根ノードを選択し、順次枝分かれした下流側経路を構築して行くことにより、できるだけ同一リンク上への経路の重なりを避けることができ、全経路に及ぶリスクを引き起こすリスク発生リンク数を大きくできる。すなわち(方針1)が満たされる。   Here, by selecting the root node in the form of breadth-first tree search and constructing the downstream path that is sequentially branched, it is possible to avoid overlapping of the paths on the same link as much as possible, and to reduce the risk of all paths. It is possible to increase the number of links that cause risk. That is, (Policy 1) is satisfied.

また、図11ステップS10の処理が存在するため、配信元ノードから同一ホップ数上流に位置するノードの間では、コンテンツ保持ノードからの距離が短いノードを優先的に根ノードとして選択することにより、算出される経路の距離が短くなって、全経路に及ぶリスクを引き起こすリスク発生リンクの組合せパターン数を小さくできる。すなわち(方針2)が満たされる。   In addition, since the process of step S10 in FIG. 11 exists, by selecting a node having a short distance from the content holding node as a root node preferentially between nodes located upstream from the distribution source node by the same hop number, The distance of the calculated route is shortened, and the number of combination patterns of risk-occurring links that cause a risk for all routes can be reduced. That is, (Policy 2) is satisfied.

なおここでリスクとは、単一コンテンツをk本の経路で冗長化して転送する場合にはリンク障害であり、(k, n)閾値秘密分散によるk個の部分コンテンツを転送する場合にはリンクの盗聴である。すなわちk本の配信経路の全てでリスクが発生すると、冗長化の場合ならコンテンツ配信が達成されず、(k, n)閾値秘密分散の場合なら秘密コンテンツが解読され漏洩してしまう。その他の場合であっても、上記の方針で計算され確立された経路が有利となるような任意の配信形態の各々において対応するリスクが定義でき(例えば配信途中で改竄されるリスクなど)、配信経路決定装置1を利用できる。すなわち配信経路決定装置1は、図1のような形となる各配信形態において配信経路決定サーバの役割を担い、配信先ノードdの要求等に応じて経路計算を行う。   Here, the risk is a link failure when transferring a single content redundantly by k paths, and a link when transferring k partial contents by (k, n) threshold secret sharing. Is eavesdropping. That is, if a risk occurs in all of k distribution routes, content distribution is not achieved in the case of redundancy, and secret content is decrypted and leaked in the case of (k, n) threshold secret sharing. Even in other cases, a corresponding risk can be defined in each of the arbitrary distribution forms in which the route calculated and established according to the above policy is advantageous (for example, risk of falsification during distribution), and distribution The route determination device 1 can be used. That is, the distribution route determination device 1 plays the role of a distribution route determination server in each distribution form having the form as shown in FIG. 1, and performs route calculation in response to a request from the distribution destination node d.

次に、当該実施形態における図11のステップS6におけるリンク距離の補正すなわち、経路探索手段3が最短経路として上流側経路を算出するにあたって参照するリンク距離のリンク距離補正手段5による補正、について説明する。当該補正ももちろん前述の(方針1)及び(方針2)に沿う形で行われる。   Next, the correction of the link distance in step S6 of FIG. 11 in the embodiment, that is, the correction by the link distance correction unit 5 of the link distance referred to when the route search unit 3 calculates the upstream route as the shortest route will be described. . Of course, the correction is also performed in accordance with the aforementioned (Policy 1) and (Policy 2).

図13Aに、当該補正を説明するためのネットワーク構成例を示す。同図には配信先ノードd、配信元ノードc1〜c4及び途中のノードn1〜n50が存在し、配信経路として実線で示すP1(c1−n30−n31−d)、P2(c2−n40−n41−n1−d)、P3(c3−n50−n51−n1−d)及びP4(c4−n50−n51−n1−d)の4本が既に確立しており、これから配信経路Pを新たに確立しようとしている状態である。そして、当該状態において根ノードはn1で、その上流ノードであるノードn2を中継ノードとして、配信経路Pを確立しようとしている。すなわち、中継ノードn2から配信元ノードc1〜c4のいずれかに至る経路のうち、最短経路を上流側経路として(例えば点線c3−n2で示すように)求め、実線で示すように既に決定している下流側経路部分n2-n1-dと接続することによって、配信経路Pを確立しようとしている。すなわち、図11のフローにおけるステップS5を終えた段階である。そして、当該ステップS6においてどのような補正を行えば、続くステップS8にて上流側経路として好ましい経路が最短経路として計算されるか、ということを検討するため、仮想的に種々の経路を検討して、その各々が上流側経路となった場合にリスクがどうなるかを考察する。そして当該リスク考察に基づく補正アルゴリズムを与える。これは後述の第2実施形態における図13B、図13Cの説明でも同様である。   FIG. 13A shows a network configuration example for explaining the correction. In the figure, there are a distribution destination node d, distribution source nodes c1 to c4, and intermediate nodes n1 to n50, and P1 (c1−n30−n31−d) and P2 (c2−n40−n41) indicated by solid lines as distribution paths. -N1-d), P3 (c3-n50-n51-n1-d), and P4 (c4-n50-n51-n1-d) have already been established. It is a state that is. In this state, the root node is n1, and the upstream path node n2 is used as a relay node to establish the distribution path P. That is, among the routes from the relay node n2 to any one of the distribution source nodes c1 to c4, the shortest route is obtained as an upstream route (for example, as indicated by a dotted line c3-n2), and has already been determined as indicated by a solid line. The distribution path P is to be established by connecting to the downstream path portion n2-n1-d. That is, it is the stage where step S5 in the flow of FIG. 11 is finished. Then, in order to examine what correction is made in step S6, a preferable route as the upstream route is calculated as the shortest route in the subsequent step S8, various routes are virtually examined. Thus, the risk will be considered when each of them becomes an upstream route. And the correction algorithm based on the said risk consideration is given. The same applies to the description of FIGS. 13B and 13C in the second embodiment described later.

リンク距離補正の方針(技術的意義)は次の通りである。経路Pが、既に確立された経路が全く通過していないリンクのみを通る場合は、経路Pの追加によって、全経路に及ぶリスクを引き起こすのに必要なリスク発生リンク数が増加し、(方針1)にも沿っており安全性上好ましい。しかし、経路Pが、既に確立された経路が通過するリンクを通る場合は、全経路に及ぶリスクを引き起こすリスク発生リンク数は増加せず、(方針1)に反し、前者と比べて好ましくない。     The link distance correction policy (technical significance) is as follows. When the route P passes only through a link through which no already established route passes, the addition of the route P increases the number of risk-occurring links necessary to cause a risk covering all the routes (policy 1). ), Which is preferable in terms of safety. However, when the path P passes through a link through which an already established path passes, the number of risk-occurring links that cause a risk for all paths does not increase, which is contrary to (Policy 1) and is not preferable compared to the former.

例えば図13Aにおいて、経路Pが、既に確立された配信経路を構成するリンクn30-n31、リンクn40-n41又はリンクn50-n51を通る場合には、これらのリンクでリスクが発生した時、全経路に及ぶリスクを引き起こすリスク発生リンク数は増加ぜず、好ましくない経路となる。従って、この様なリンクを回避するような経路Pを算出するために、既に確立された経路を構成するリンクの距離を、十分大きな値に補正する。さらに当該補正においては、(方針1)に反するため回避すべきリンクを経路の一部として選択せざるを得ない場合であっても、(方針2)に沿い、それら回避すべきリンクの中から、最終的に決定される全配信経路におけるリスク度合いが小さくなるようなリンクを選択するよう重み付けをして補正する。   For example, in FIG. 13A, when the route P passes through links n30-n31, links n40-n41, or links n50-n51 that constitute the already established delivery route, when a risk occurs in these links, all routes The number of risk-occurring links that cause a risk of up to 1 does not increase, which is an undesirable route. Therefore, in order to calculate a route P that avoids such a link, the distance of the links that constitute the already established route is corrected to a sufficiently large value. Furthermore, in this amendment, even if it is necessary to select a link to be avoided as a part of the route because it violates (Policy 1), it follows from (Policy 2) and from among those links to be avoided. Then, the weight is corrected so as to select a link that reduces the risk level in all the distribution routes finally determined.

当該十分大きな値への補正の第1実施形態として、十分大きな所定値をMとして、距離の補正対象であるリンクを通過する既に確立した配信経路数にMを掛けた値を、補正後のリンク距離とする。これによって、新たな経路を追加する際に、(方針1)に従い全経路に及ぶリスクを引き起こすリスク発生リンク数を増加させることができると共に、以下のような考察よりわかるように、(方針2)に従い各リンクのリスクに応じた値に補正することができるという効果がある。   As a first embodiment of the correction to a sufficiently large value, a sufficiently large predetermined value is set as M, and a value obtained by multiplying the number of already established distribution paths passing through a link whose distance is to be corrected by M is a corrected link. Distance. As a result, when adding a new route, it is possible to increase the number of risk-occurring links that cause risks for all routes according to (Policy 1), and as can be seen from the following considerations (Policy 2) Accordingly, there is an effect that the value can be corrected according to the risk of each link.

そして、当該第1実施形態の上記アルゴリズムを確立済みの全配信経路に適用すると、結果として補正によりリンク距離が変化するのは、上記「通過する既に確立した配信経路数」に変化があるもののみである。すなわち、補正によりリンク距離が変わるのは、当該補正を行う図11ステップS6の直前のステップS8にて確立された配信経路のみとなる。しかし形式上は、当該第1実施形態のアルゴリズムの適用対象は、既に確立された全ての配信経路としてよく、本発明における補正とは、距離が変わらない場合も含むものとする。   When the algorithm of the first embodiment is applied to all established delivery routes, the link distance changes as a result of the correction only when the “number of already established delivery routes that pass” changes. It is. That is, the link distance is changed by the correction only in the distribution route established in step S8 immediately before step S6 in FIG. However, in terms of form, the application target of the algorithm of the first embodiment may be all established distribution paths, and correction in the present invention includes a case where the distance does not change.

第1実施形態の効果は次のような考察より明らかである。例えば図13Aにおいて、経路Pが、既に確定した配信経路を構成するリンクn30-n31、リンクn40-n41又はリンクn50-n51を通る場合には、これらのリンクでリスクが発生した時、全経路に及ぶリスクを引き起こすリスク発生リンク数は変わらない。この観点では当該3つのリンクのいずれを通ったとしてもリスクは変わらない。   The effect of the first embodiment is clear from the following consideration. For example, in FIG. 13A, when the route P passes through links n30-n31, links n40-n41, or links n50-n51 constituting the already determined delivery route, when a risk occurs in these links, The number of risk-causing links that cause risk does not change. From this perspective, the risk remains the same regardless of which of the three links is passed.

しかし更にこれら3つのリンクを比較すると、リンクn30-n31やリンクn40-n41を通る場合(通過する既に確立した配信経路はP1やP2の各1本のみ)に比べて、リンクn50-n51を通る(通過する既に確立した配信経路はP3およびP4の2本)ことによって、同一リンクを通過する経路数が大きくなり、当該リンクにおけるリスクの発生によって、全経路にリスクが及ぶ確率が大きくなる。すなわち確立した経路が1本通るリンクn30-n31やリンクn40-n41よりも、確立した経路が2本通るリンクn50-n51の方が選んだ場合のリスクが大きい。   However, when these three links are further compared, it passes through links n50-n51, compared with the case of passing through links n30-n31 and links n40-n41 (there are only one established delivery path each passing through P1 and P2). (Two already established distribution routes that pass through are P3 and P4), so the number of routes that pass through the same link increases, and the risk that all the routes reach risk due to the occurrence of risk in that link. That is, there is a greater risk when the link n50-n51 through which two established paths are selected is selected than the links n30-n31 and links n40-n41 through which one established path passes.

よって第1実施形態では、全経路に及ぶリスクを引き起こすリスク発生リンク数を最大限確保すると共に更に全経路にリスクが及ぶ確率をも抑えるため(すなわち前述の例でn50-n51を選ばないようにするため)に、リンクの距離を前述のように補正する。すなわちリンク距離を、当該リンクを通過する既に確定した配信経路の数に比例した値に補正する。   Therefore, in the first embodiment, in order to secure the maximum number of risk occurrence links that cause the risk to reach all routes, and further suppress the probability that the risk will reach all routes (that is, do not select n50-n51 in the above example). To correct the link distance as described above. That is, the link distance is corrected to a value proportional to the number of distribution routes that have already been determined that pass through the link.

ここでリンク距離の補正の効果につき、具体的な例として図14を用いて説明する。同図(A)は、不図示のある根ノードの1ホップ上流ノードである、中継ノードn10、n20及びn30から、各配信元ノードc10、c20及びc30のいずれかへ至る最短経路を、これから決定する状態を示している。途中にはノードa、b及びcが存在して、各ノード間のリンク距離は、リンクを示す線の下部に括弧で示している通りとする。全く補正が行われないならば、明らかなように、同図Bに実線で示すような最短経路が3本決定されてしまう。この場合、リンクa−c20間のいずれか1本のみのリンクにおけるリスク発生により、全経路にリスクが及んでしまう。   Here, the effect of correcting the link distance will be described with reference to FIG. 14 as a specific example. FIG. 4A shows that the shortest route from the relay nodes n10, n20, and n30, which is one hop upstream node of a root node (not shown), to any one of the distribution source nodes c10, c20, and c30 is determined. It shows the state to do. Nodes a, b, and c exist in the middle, and the link distance between the nodes is as shown in parentheses below the line indicating the link. If no correction is performed, three shortest paths as indicated by a solid line in FIG. In this case, the risk occurs in all routes due to the occurrence of risk in only one link between the links a-c20.

そこで、リンク距離補正の第1実施形態を適用し、既に確立した経路の数の所定倍の例として、10倍に補正する場合の経過が同図A1〜A3である。まず、n10からの最短経路が、同図(A)のリンク距離に基づいてn10−a−b−c−c20(距離9)と求まり、これによりリンク距離が補正されて、同図(A1)に示す60[n10−a]、10[a−b]、10[b−c]及び10[c−c20]となる。   Therefore, the process when the first embodiment of the link distance correction is applied and the correction is made 10 times as an example of the predetermined number of paths already established is shown in FIGS. First, the shortest path from n10 is obtained as n10-a-b-c-c20 (distance 9) based on the link distance in FIG. 60 [n10-a], 10 [a-b], 10 [b-c] and 10 [c-c20] shown in FIG.

同図(A1)に示す補正されたリンク距離に基づき、次に、n20からの最短経路が計算されて、n20−a−b−c30(距離21)と求まる。これによりリンク距離がさらに補正されて、同図(A2)に示す60[n20−a]、20[a−b]及び50[b−c30]となる。リンクa-bは、n10経由及びn20経由の2本の経路が通過するので、初期リンク距離1×通過本数2×所定倍10によりリンク距離20に補正される。   Next, based on the corrected link distance shown in FIG. 5A1, the shortest path from n20 is calculated to obtain n20−a−b−c30 (distance 21). As a result, the link distance is further corrected to 60 [n20−a], 20 [a−b], and 50 [b−c30] shown in FIG. Since the link a-b passes through two routes via n10 and n20, the link a-b is corrected to the link distance 20 by the initial link distance 1 × passage number 2 × predetermined multiple 10.

さらに同図(A2)に示す補正されたリンク距離に基づき、最後にn30からの最短経路が計算され、n30−b−c−c10(距離26)と求まり、リンク距離が同様にさらに補正されて、80[n30−b]、20[b−c]及び80[c−c10]となって、同図(A3)の状態となる。(A3)の配信経路は、(B)の配信経路と比べて、明らかに散らばった配信経路となっている。、そして、全経路におよぶリスクを与えるリンクとして、例えばa−b且つb−cの2本などが必要となっており、補正を行わない結果の(B)に示す配信経路では当該2本のうち片方のみでも全経路のリスクとなるのに比べ、安全性が高まっている。   Further, based on the corrected link distance shown in (A2) in the figure, the shortest route from n30 is finally calculated to obtain n30−b−c−c10 (distance 26), and the link distance is further corrected in the same manner. , 80 [n30-b], 20 [b-c], and 80 [c-c10], and the state shown in FIG. The distribution route of (A3) is clearly distributed as compared with the distribution route of (B). For example, two links a-b and b-c are required as links that give risks to the entire route. In the distribution route shown in FIG. Safety is increasing compared to the risk of all routes with only one of them.

図14ではリンク距離補正の第1実施形態で説明したが、リンク距離を大きく補正する他の実施形態でも同様の傾向の効果となることは明らかである。   Although the first embodiment of link distance correction has been described with reference to FIG. 14, it is obvious that other embodiments that greatly correct the link distance have the same tendency.

ここで図13Aに戻り、リンク距離を十分大きな値に補正する別実施形態である、第2実施形態についてさらに説明する。当該第2実施形態の方針は次の通りである。すなわち、(方針2)に従い、全経路に及ぶリスクを引き起こすリスク発生リンクの組合せパターン数を抑えるために、当該組み合わせパターン数に基づいてリンクの距離を補正する。   Here, referring back to FIG. 13A, the second embodiment, which is another embodiment in which the link distance is corrected to a sufficiently large value, will be further described. The policy of the second embodiment is as follows. That is, in accordance with (Policy 2), in order to suppress the number of combination patterns of risk-occurring links that cause a risk extending to all routes, the link distance is corrected based on the number of combination patterns.

そして具体的な方式として、リンク距離の比が、順次確立される経路がそれらのリンクを通過することによって、当該リンクを追加したにもかからわらず、全経路に及ぶリスクを引き起こすリスク発生リンク数の最小数が(増加することなく)変わらない場合、すなわち(方針1)にそぐわない形でリスク発生リンクが現れた場合における、リスク発生リンクの組合せパターン数の比に等しくなるように、リンク距離を補正する。   As a specific method, a link that has a ratio of link distances is a risk-occurring link that causes a risk to reach all routes even if the link is added by passing sequentially established routes. When the minimum number of numbers does not change (without increasing), that is, when a risk occurrence link appears in a form that does not match (Policy 1), the link distance is equal to the ratio of the number of combination patterns of risk occurrence links. Correct.

なお、ここで「リンク距離の比」とは正確には「リンク距離を補正するために、各リンクの初期リンク距離に対して積算する値(補正係数と呼ぶこととする)同士の比」である。しかし当該第2実施形態においては説明の簡略化のため、特に具体例による説明においては、前者の用語で後者を表すものとする。「補正距離の比」などに関しても同様とする。   Here, the “link distance ratio” is precisely the “ratio between values integrated with respect to the initial link distance of each link (to be referred to as a correction coefficient) to correct the link distance”. is there. However, in the second embodiment, for the sake of simplification of description, the latter is represented by the former term, particularly in the description by the specific example. The same applies to the “ratio of correction distance”.

当該補正に用いる当該リスク発生リンクの組み合わせパターン数の求め方及び当該パターン数に基づいて各リンクのリンク距離がどう補正されるかは以降述べる第1および第2の例を通じて説明する。   A method of obtaining the number of combination patterns of the risk occurrence link used for the correction and how the link distance of each link is corrected based on the number of patterns will be described through first and second examples described below.

また当該方針において、全経路に及ぶリスクを引き起こすリスク発生リンクの組み合わせパターン数の増加とは、以下に説明する具体例のように、配信経路を確立しようとしている経路の既に確立している部分、すなわち下流側経路の部分、を除いて算出するものとする。これを「パターン数算出方針」と呼ぶこととする。すなわち新たに確立しようとする配信経路の安全性への寄与は、その新規確立される経路が、他の既確立経路から枝分かれすることによって新たに生じる部分、すなわち上流側経路部分の寄与として考慮する。よって、上流側経路を求めようとしている状態において、既に決定している下流側経路部分を除いて組み合わせパターン数を求めるものとする。   Also, in this policy, the increase in the number of combination patterns of risk-occurring links that cause risks for all routes is the already established part of the route that is trying to establish the delivery route, as in the specific example described below, That is, the calculation is performed excluding the downstream path portion. This is referred to as a “pattern number calculation policy”. In other words, the contribution to the security of the newly established distribution route is considered as the contribution of the newly generated route that branches off from other established routes, that is, the upstream route portion. . Therefore, in the state where the upstream route is to be obtained, the number of combination patterns is obtained by removing the already determined downstream route portion.

なおまた、当該第2実施形態においては、リンク距離補正の技術的意義の説明のために、上流側経路が未確立の状態(前述のステップS5を終えた時点の状態)において、種々の経路を仮に確立した場合のリスクを検討する。 図13Aと同様の構成で、経路Pを確立しようとしている状態であって、且つ仮に配信経路Pの上流側経路部分が、リンクn30-n31又はリンクn40-n41を通る、2本の経路Pa又はPbのいずれかに決まる場合を図13Bに示し、これをまず第1の例として第2実施形態における補正を説明する。同図に示すように、経路候補Paはc3−n30−n31−n2であり、途中のリンクn30−n31が既に確立した経路P1上にある。また経路候補Pbはc3−n40−n41−n2であり、途中のリンクn40−n41が既に確立した経路P2上にある。Pa、Pb共に残りの点線で示す部分は確立した配信経路と共通リンクを持たないものとする。   In addition, in the second embodiment, in order to explain the technical significance of link distance correction, in the state where the upstream side route has not been established (the state at the time when the above-described step S5 is completed), various routes are set. Consider the risks if established. In the same configuration as that of FIG. 13A, the path P is being established, and the upstream path portion of the distribution path P temporarily passes two links Pa or n30-n31 or links n40-n41. FIG. 13B shows a case where Pb is determined as any one of Pb. First, correction according to the second embodiment will be described using this as a first example. As shown in the figure, the path candidate Pa is c3-n30-n31-n2, and the link n30-n31 on the way is on the already established path P1. The route candidate Pb is c3-n40-n41-n2, and the link n40-n41 on the way is on the already established route P2. It is assumed that the portions indicated by the remaining dotted lines in both Pa and Pb do not have an established distribution route and a common link.

経路候補Paを配信経路として確立した場合は、経路P2のノードC2からn1までの部分を構成するリンクの中のいずれか1本のリンクと、1本のリンクn30-n31と、でリスクが発生する時に、経路P1、P2、Pに及ぶリスクを引き起こすリスク発生リンク数は経路Pを追加したにもかかわらず2本から3本に増えず2本のまま不変になる。なおここで、前述の「パターン数算出方針」に従い、経路P2のうち経路Pの確立部分と重なるn1−dの部分を除外して、リスク発生リンク数を検討している。そしてこの場合、経路P1、P2、Pに及ぶリスクを引き起こす2本のリスク発生リンクの組合せパターンは、経路P2のノードc2からn1までの部分(c2−n40−n41−n1)を構成するリンク数である。当該リンク数が、リンクn30−n31を用いて配信経路Pを確定した場合、すなわちPaを選んだ場合のリスクに相当する。   When the route candidate Pa is established as a delivery route, a risk occurs in any one of the links constituting the part from the node C2 to the node n1 of the route P2 and one link n30-n31. In this case, the number of risk-occurring links that cause a risk extending to the routes P1, P2, and P does not increase from two to three despite the addition of the route P, and remains two. Here, in accordance with the “pattern number calculation policy” described above, the number of risk occurrence links is examined by excluding the n1-d portion of the route P2 that overlaps the established portion of the route P. In this case, the combination pattern of the two risk occurrence links that cause the risk on the paths P1, P2, and P is the number of links constituting the part (c2-n40-n41-n1) from the nodes c2 to n1 of the path P2. It is. The number of links corresponds to the risk when the delivery route P is determined using the links n30-n31, that is, when Pa is selected.

一方、経路候補Pbを配信経路として確定した場合は、経路P1のノードc1からdまでの部分を構成するリンクの中のいずれか1本のリンクと、1本のリンクn40-n41と、でリスクが発生する時に、経路P1、P2、Pに及ぶリスクを引き起こすリスク発生リンク数は、経路Pを追加したにもかかわらず2本から3本に増えず2本のまま不変になる。そしてこの場合、経路P1、P2、Pに及ぶリスクを引き起こす2本のリスク発生リンクの組合せパターンは、経路P1のノードC1からdまでの部分(c1−n30−n31−d)を構成するリンク数である。当該部分にはPの下流側経路を構成する部分は含まれないので、前述の「パターン数算出方針」に従い、当該部分をそのままリスク発生リンク数の検討に用いる。当該リンク数がリンクn40-n41を選んで配信経路Pを確定した場合、すなわちPbを選んだ場合のリスクに相当する。   On the other hand, when the route candidate Pb is determined as the delivery route, the risk is determined by any one of the links constituting the part from the nodes c1 to d of the route P1 and one link n40-n41. However, the number of risk-occurring links that cause a risk on the routes P1, P2, and P does not increase from two to three, but remains two, regardless of the addition of the route P. In this case, the combination pattern of the two risk occurrence links that cause the risk on the paths P1, P2, and P is the number of links constituting the part (c1-n30-n31-d) from the nodes C1 to d of the path P1. It is. Since this portion does not include the portion constituting the downstream path of P, according to the “pattern number calculation policy” described above, this portion is used as it is for the examination of the number of risk occurrence links. The number of links corresponds to the risk when the link n40-n41 is selected and the delivery route P is determined, that is, when Pb is selected.

ここで当該第2実施形態におけるリンク距離補正の方式を適用して補正係数を求める。リンクn30-n31とリンクn40-n41の補正係数の比をa1:a2とすると、
a1:a2=(c2−n40−n41−n1の距離):(c1−n30−n31−dの距離)
=(リンクn40-n41を通過する確立経路すなわちP2の内、経路Pの確立部分である下流側経路部分d−n1−n2とリンクを共有しない部分の距離):(リンクn30-n31を通過する確立経路すなわちP1の距離)
となる。
Here, the correction coefficient is obtained by applying the link distance correction method in the second embodiment. If the ratio of the correction coefficients of link n30-n31 and link n40-n41 is a1: a2,
a1: a2 = (distance of c2-n40-n41-n1): (distance of c1-n30-n31-d)
= (Distance between the established path passing through the link n40-n41, that is, the part of P2 that does not share the link with the downstream path part d-n1-n2 that is the established part of the path P): (passes through the link n30-n31) Established path, ie P1 distance)
It becomes.

これを、後述する各リンクのリンク距離の一般的な補正方法に適合する形に言い換える。すなわち、上記ではリンクn30-n31の補正係数(の比a1)がリンクn40-n41に関連する部分で与えられ、リンクn40−n41の補正係数(の比a2)がリンクn30−n31に関連する部分で与えられているので、逆数をとることで、各リンク自身に関連する部分で補正係数比を与えるようにする。   This is rephrased into a form suitable for a general correction method of the link distance of each link described later. That is, in the above, the correction coefficient (ratio a1) of link n30-n31 is given by the part related to link n40-n41, and the correction coefficient (ratio a2) of link n40-n41 is the part related to link n30-n31. Therefore, by taking the reciprocal, the correction coefficient ratio is given in the portion related to each link itself.

そして当該第2実施形態におけるリンクn30-n31とリンクn40-n41の補正係数の比a1:a2は、
a1:a2=(リンクn30-n31を通過する確立経路すなわち経路P1の距離の逆数):(リンクn40-n41を通過する確立経路すなわち経路P2の内、経路Pの下流側経路部分とリンクを共有しない部分の距離の逆数) …(式1)
となる。
And the ratio a1: a2 of the correction coefficients of the link n30-n31 and the link n40-n41 in the second embodiment is
a1: a2 = (the reciprocal of the distance of the established path passing through link n30-n31, that is, path P1): (the established path passing through link n40-n41, ie, path P2, sharing the link with the downstream path portion of path P (Reciprocal of the distance of the part that is not)
It becomes.

当該第1の例は特に、前述の「パターン数算出方針」により、上流側経路を求めて当該確立しようとしている経路Pの既確定部分である下流側経路を除外して比を求めることを示すための例である。すなわち、上記(式1)では、比a1の経路P1には経路Pの下流側経路部分と共通する部分がないので経路P1全体を考慮し、比a2の経路P2には経路Pの下流側経路部分と共通する部分があるので当該部分を除外して考慮する。   The first example particularly indicates that the ratio is obtained by obtaining the upstream route and excluding the downstream route which is the determined portion of the route P to be established by the above-described “pattern number calculation policy”. It is an example for. That is, in the above (Formula 1), the path P1 with the ratio a1 does not have a common part with the downstream path part of the path P, so the entire path P1 is considered, and the path P2 with the ratio a2 has the downstream path of the path P. Since there is a part in common with the part, this part is excluded and considered.

同様に、当該第2の実施形態におけるリンク距離の補正を、第2の例を用いてさらに説明する。図13Cに第2の例を示す。当該第2の例は、前述の第1の例で各距離補正対象のリンクを通過する確立経路が1本のみの場合であったのに対し、2本以上ある場合を説明するための例である。図13Cは、図13Aと同様の構成で経路Pを確立しようとしている状態であって、且つ仮に配信経路Pの上流側部分が、リンクn30-n31又はリンクn50-n51を通る、2本の経路候補Pa又はPcのいずれかに決まる場合を示している。   Similarly, the correction of the link distance in the second embodiment will be further described using a second example. FIG. 13C shows a second example. The second example is an example for explaining a case where there are two or more established paths in the first example described above, in which there is only one established path passing through each distance correction target link. is there. FIG. 13C shows a state in which the path P is to be established with the same configuration as FIG. 13A, and the upstream part of the distribution path P temporarily passes through the link n30-n31 or the link n50-n51. The case where it is decided by either candidate Pa or Pc is shown.

経路候補Paを選んで配信経路を確立した場合は、ノードc3又はc4からノードn1までの部分で、経路P3とP4が重なっているリンクと、リンクn30-n31と、でリスクが発生する時に、経路P1、P3、P4、Pに及ぶリスクを引き起こすリスク発生リンク数は、経路Pを追加したにもかかわらず、2本から3本に増えず2本のまま不変になる。そしてこの場合、経路P1、P3、P4、Pに及ぶリスクを引き起こす、2本のリスク発生リンクの組合せパターンは、ノードn1までの部分で、経路P3とP4が重なっている部分のリンク数であり、当該Paを選んだ場合のリスクに相当する。経路P3とP4との重なりはn1−d間にも存在するが、前述のとおり「パターン数算出方針」によって、除外して考える。   When the route candidate Pa is selected and the delivery route is established, when the risk occurs in the link from the node c3 or c4 to the node n1, the link where the routes P3 and P4 overlap and the link n30-n31, The number of risk-occurring links that cause risks extending to the routes P1, P3, P4, and P does not increase from two to three, but remains two, regardless of the addition of the route P. In this case, the combination pattern of the two risk-occurring links that cause the risk on the routes P1, P3, P4, and P is the number of links where the routes P3 and P4 overlap in the portion up to the node n1. This corresponds to the risk of selecting Pa. Although the overlap between the paths P3 and P4 exists between n1 and d, it is excluded by the “pattern number calculation policy” as described above.

一方、経路候補Pcを配信経路として確立した場合は、経路P1のノードC1からdまでの部分を構成するリンクの中の1つのリンクと、リンクn50-n51と、でリスクが発生する時に、経路P1、P3、P4、Pに及ぶリスクを引き起こすリスク発生リンク数が、経路Pを追加したにもかかわらず、2本から3本に増えず2本のまま不変になる。そしてこの場合、経路P1、P3、P4、Pに及ぶリスクを引き起こす2本のリスク発生リンクの組合せパターンは、経路P1のノードC1からdまでの部分を構成するリンク数であり、当該Pcを選んだ場合のリスクに相当する。   On the other hand, when the route candidate Pc is established as a delivery route, when a risk occurs in one of the links constituting the part from the nodes C1 to d of the route P1 and the links n50-n51, the route The number of risk-occurring links that cause risks extending to P1, P3, P4, and P does not increase from 2 to 3, despite the addition of path P, and remains unchanged at 2. In this case, the combination pattern of the two risk occurrence links that cause the risk on the routes P1, P3, P4, and P is the number of links constituting the part from the nodes C1 to d of the route P1, and the Pc is selected. It corresponds to the risk in the case.

ここで、当該第2実施形態におけるリンク距離補正の方式を適用し、補正係数を求める。リンクn30-n31とリンクn50-n51の補正係数の比をa1:a3とする。
a1:a3=(n50-n51の距離):(c1−n30−n31−dの距離)
=(リンクn50-n51を通過する全ての確立経路P3とP4が通過し、かつ経路Pの確定部分すなわち下流側経路部分n2−dが通過しない部分の距離):(リンクn30-n31を通過する確立経路P1の距離)
Here, the correction method is obtained by applying the link distance correction method in the second embodiment. The ratio of the correction coefficients of link n30-n31 and link n50-n51 is a1: a3.
a1: a3 = (distance n50-n51) :( distance c1-n30-n31-d)
= (Distance between all established paths P3 and P4 that pass through links n50-n51, and the determined part of path P, that is, the part that downstream path part n2-d does not pass): (passes link n30-n31) Established route P1 distance)

前述の第1の例と同様に、逆数に変換して、各リンクn30-n31及びn50-n51自身に関連する部分で、補正係数の比を与えるようにする。すなわち、
a1:a3=(リンクn30-n31を通過する確立経路P1の距離の逆数):(リンクn50-n51を通過する全ての確立経路P3とP4が通過し、かつ経路Pの確定部分すなわち下流側経路部分n2−dが通過しない部分の距離の逆数) …(式2)
となる。
Similar to the first example described above, the ratio is converted to the reciprocal so that the ratio of the correction coefficient is given to the portions related to the links n30-n31 and n50-n51 themselves. That is,
a1: a3 = (reciprocal of the distance of the established path P1 that passes through the link n30-n31): (all established paths P3 and P4 that pass through the link n50-n51 pass, and the determined part of the path P, that is, the downstream path The reciprocal of the distance of the portion n2−d that does not pass through) (Formula 2)
It becomes.

以上のような、図13B及び図13Cにおける第1及び第2の例の説明から、当該第2実施形態において、一般的に各リンクのリンク距離を補正する場合の計算手法も明らかであり、次の通りである。すなわち、まず、距離の補正対象であるリンクを通過する、既に確立された全ての配信経路群を共通に構成するリンクの集合を第1リンク集合とする。また当該補正を行う図11のステップS6の直前のステップS5にて中継ノードを選択することで定まる下流側経路部分に含まれるリンク集合を、第2リンク集合とする。すなわち、第2リンク集合とは、次に新たに確立される配信経路の下流側経路を構成するリンク集合である。
From the description of the first and second examples in FIGS. 13B and 13C as described above, in the second embodiment, the calculation method for correcting the link distance of each link in general is also apparent. It is as follows. That is, first, a set of links that pass through a link whose distance is to be corrected and that constitutes all already established distribution route groups in common is defined as a first link set. Further, the link set included in the downstream path portion determined by selecting the relay node in step S5 immediately before step S6 in FIG. That is, the second link set is a link set that constitutes a downstream path of the next newly established distribution path.

そして第1リンク集合から第2リンク集合を引いた差集合を第3リンク集合とする。当該第2実施形態では、第3リンク集合に含まれるリンクの本数の逆数に十分大きな所定値Mを掛けた値を、最初に与えられるリンク距離に積算することによって補正後のリンク距離とする。そして、補正対象は既に確立された全配信経路である。   A difference set obtained by subtracting the second link set from the first link set is defined as a third link set. In the second embodiment, a corrected link distance is obtained by adding a sufficiently large predetermined value M to a reciprocal of the number of links included in the third link set to the link distance given first. The correction target is all the established distribution routes.

上記計算手法は図13B、図13Cの例で求めた(式1)、(式2)を再現し、一般的な補正算出手法であることは明らかであるが、第1ないし第3リンク集合を具体例で確認するために、(式1)(式2)と同様のa1、a2、a3が上記手法で求まることを以下に説明する。   Although the above calculation method reproduces (Equation 1) and (Equation 2) obtained in the examples of FIGS. 13B and 13C and is a general correction calculation method, the first to third link sets are expressed as follows. In order to confirm with a specific example, it will be described below that a1, a2, and a3 similar to (Expression 1) and (Expression 2) are obtained by the above method.

[a1]
距離の補正対象リンクはn30-n31である。当該リンクを通過する既に確立された配信経路群は構成要素の配信経路が1本の経路P1のみからなる{P1}であるので、その共通部分は配信経路群自身と一致し{P1}である。よって第1リンク集合はP1に含まれるリンク集合である。第2リンク集合は{n2−n1、n1−d}である。これらには共通部分がないので、第1リンク集合から第2リンク集合を引いたものは、第1リンク集合自身であり、これが第3リンク集合として定まる。よって第3リンク集合はP1に含まれるリンク集合であり、
a1=(リンクn30-n31を通過する確立経路すなわち経路P1の距離の逆数)となり、(式1)(式2)に一致する。
[a1]
The distance correction target links are n30-n31. Since the already established distribution route group passing through the link is {P1} whose component distribution route consists of only one route P1, its common part matches the distribution route group itself and is {P1}. . Therefore, the first link set is a link set included in P1. The second link set is {n2-n1, n1-d}. Since these have no common part, the first link set minus the second link set is the first link set itself, and this is determined as the third link set. Therefore, the third link set is a link set included in P1,
a1 = (the reciprocal of the distance of the established path passing through the links n30-n31, that is, the path P1), which matches (Expression 1) (Expression 2)

[a2]
距離の補正対象リンクはn40-n41である。当該リンクを通過する既に確立された配信経路群は構成要素の配信経路が1本の経路P2のみからなる{P2}である。その共通部分は自身と一致し{P2}である。よって第1リンク集合はP2に含まれるリンク集合である。第2リンク集合は{n2−n1、n1−d}である。差集合をとると、共通部分の{n1−d}が引かれて第3リンク集合はP2のうち(c2−n40−n41−n1)の部分となる。よって、
a2=(リンクn40-n41を通過する確立経路すなわち経路P2の内、経路Pの下流側経路部分とリンクを共有しない部分の距離の逆数)となり、(式1)に一致する。
[a2]
The distance correction target links are n40-n41. The already established distribution route group that passes through the link is {P2} in which the distribution route of the component consists of only one route P2. The common part coincides with itself and is {P2}. Therefore, the first link set is a link set included in P2. The second link set is {n2-n1, n1-d}. Taking the difference set, the common part {n1-d} is drawn, and the third link set becomes the part (c2-n40-n41-n1) of P2. Therefore,
a2 = (the reciprocal of the distance of the established route passing through the links n40-n41, that is, the route P2, that does not share the link with the downstream route portion of the route P), which matches (Equation 1).

[a3]
距離の補正対象リンクはn50−n51である。当該リンクを通過する既に確立された配信経路群は{P3、P4}である。よって第1リンク集合は
{P3∩P4}={n50−n51,n1−d}となる。第2リンク集合は{n2−n1、n1−d}である。差集合をとると、共通部分の{n1−d}が引かれて第3リンク集合は{n50−n51}となる。よって、
a3=(リンクn50-n51を通過する全ての確立経路P3とP4が通過し、かつ経路Pの確定部分すなわち下流側経路部分n2−dが通過しない部分の距離の逆数)となり、(式2)に一致する。
[a3]
The distance correction target links are n50-n51. The already established distribution route group passing through the link is {P3, P4}. Therefore, the first link set is {P3∩P4} = {n50−n51, n1−d}. The second link set is {n2-n1, n1-d}. Taking the difference set, the common part {n1−d} is drawn and the third link set becomes {n50−n51}. Therefore,
a3 = (reciprocal of the distance of all established paths P3 and P4 that pass through links n50-n51 and the determined part of path P, that is, the downstream path part n2-d does not pass), (Equation 2) Matches.

当該第2実施形態では、このようにリンク距離を補正することによって、(方針1)に従い、新たな経路を追加したにも拘らず、全経路に及ぶリスクを引き起こすリスク発生リンク数が変わらない場合を極力避けて、更にリスク発生リンク数が変わらない場合は、(方針2)に従い、その様なリスク発生リンクの組合せパターン数の増加を抑えることができるという効果がある。   In the second embodiment, when the link distance is corrected in this way, the number of risk-occurring links that cause the risk for all routes is not changed in spite of adding a new route according to (Policy 1). If the number of risk occurrence links does not change as much as possible, an increase in the number of combination patterns of such risk occurrence links can be suppressed according to (Policy 2).

なお、第1実施形態と第2実施形態との補正の形式的な意義を図11のフローに即して再度説明する。ループL1におけるi回目(i=1〜k)の各ステップSn(n=4〜9)をSn[i]と表記する。ステップS8[i]まで至り配信経路がi本目まで確立された後の、ステップS6[i+1]の補正を考える。   The formal significance of the correction between the first embodiment and the second embodiment will be described again with reference to the flow of FIG. Each step Sn (n = 4 to 9) of the i-th time (i = 1 to k) in the loop L1 is expressed as Sn [i]. Consider the correction in step S6 [i + 1] after reaching the step S8 [i] and establishing the i-th distribution route.

第1実施形態では、ステップS6[i+1]の補正によって、補正対象である既に確立された配信経路全体のうち、特に当該i本目に確立された配信経路の距離が変化する。   In the first embodiment, the correction of step S6 [i + 1] changes the distance of the i-th distribution route established among all the already established distribution routes to be corrected.

第2実施形態では、ステップS6[i+1]の補正において、当該i本目に確立された配信経路までの、既に確立されたi本の配信経路に基づく第1リンク集合と、次にステップS8[i+1]にて確立する配信経路の下流側経路部分を構成する第2リンク集合と、を用いることにより、既に確立された配信経路全体の距離補正を行う。   In the second embodiment, in the correction in step S6 [i + 1], the first link set based on the i distribution routes already established up to the i-th delivery route, and then step S8. By using the second link set constituting the downstream route portion of the distribution route established in [i + 1], the distance correction of the entire established distribution route is performed.

すなわち、第2実施形態において、第1リンク集合はステップS8[j](j=1〜i)にて既に確立された配信経路全体に基づく集合であり、第2リンク集合はステップS5[i+1]の中継ノード選択により定まる、後のステップS8[i+1]で確立される配信経路を構成することとなる下流側経路を構成するリンク集合である。   That is, in the second embodiment, the first link set is a set based on the entire distribution route already established in step S8 [j] (j = 1 to i), and the second link set is set in step S5 [i + 1] is a link set that constitutes a downstream route that constitutes a delivery route established in a later step S8 [i + 1], which is determined by the relay node selection in [1].

なおまた、本発明全体において、下流側経路を構築するに際して1ホップ先の隣接ノードを順次辿るとした。当該ホップ数と、上流側経路を最短経路として算出するに際して参照されるリンク距離(特に、補正を加える前の、最初にネットワークのトポロジ情報より得られるリンク距離)との関係は次の通りである。すなわち、リンク距離の一実施形態として、ホップ数がある。リンク距離はホップ数以外によっても定義できる。そして、本発明全体において、下流側経路を構築する際の隣接ノードは、ホップ数以外のリンク距離における単位距離先にあるノード、としてもよい。   In addition, in the present invention as a whole, when a downstream path is constructed, adjacent nodes one hop ahead are sequentially traced. The relationship between the number of hops and the link distance referred to when calculating the upstream route as the shortest route (especially, the link distance obtained from the network topology information first before correction) is as follows. . That is, one embodiment of the link distance is the number of hops. The link distance can be defined by other than the number of hops. And in the whole this invention, the adjacent node at the time of constructing | assembling a downstream path | route is good also as a node in the unit distance destination in link distances other than the number of hops.

以上説明した様に、本発明では、(方針1)に従い、全経路に及ぶリスクを引き起こすリスク発生リンク数が大きくするようにし、(方針2)に従いその様なリスク発生リンクの組合せパターン数が小さくなるように、算出経路の順番を決定し、かつリンク距離を補正して、逐次的に最短経路計算を繰り返すのみである。そして、当該処理を実行するための計算において最も負荷の大きい部分である最短経路計算には、ダイクストラ法などを利用する。よって、厳密解は求まるものの計算が膨大となる従来技術の整数計画法と比べ、十分に少ない計算資源を使って、準最適解としてコンテンツ配信経路を計算できる。   As described above, in the present invention, in accordance with (Policy 1), the number of risk-occurring links that cause a risk on all routes is increased, and in accordance with (Policy 2), the number of combination patterns of such risk-occurring links is reduced. Thus, the order of calculation routes is determined, the link distance is corrected, and the shortest route calculation is sequentially repeated. A Dijkstra method or the like is used for the shortest path calculation, which is the portion with the largest load in the calculation for executing the processing. Therefore, the content distribution route can be calculated as a sub-optimal solution using a sufficiently small number of calculation resources as compared with the prior art integer programming method in which an exact solution is obtained but the calculation is enormous.

本発明は、複数のノードで秘密分散保持されているn個の部分コンテンツの中の任意のk個の部分コンテンツを、ネットワークを介して配信先ノードまで転送するためのk本の経路の計算に適用できる。本発明によって、転送途中の部分コンテンツがリンク上で盗聴される可能性がある場合に、k個の部分コンテンツの全てを盗聴するために必要な盗聴リンク数を最大化し、その様な盗聴リンクの組合せパターン数が最少となるような安全な部分コンテンツ配信経路の算出が可能となる。   The present invention can calculate k paths for transferring arbitrary k partial contents of n partial contents secretly held by a plurality of nodes to a delivery destination node via a network. Applicable. The present invention maximizes the number of eavesdropping links required for eavesdropping all k partial contents when partial contents being transferred may be eavesdropped on the link. It is possible to calculate a safe partial content distribution route that minimizes the number of combination patterns.

また本発明は、複数のノードで重複保持されているk個の同一コンテンツを、ネットワークを介して配信先ノードまで転送するためのk本の経路の計算に適用できる。本発明によって、多重リンク障害が発生し得る場合に、k本の経路の全てが障害となって配信先ノードまでコンテンツが転送されなくなる障害リンク数を最大化し、その様な障害リンクの組合せパターン数が最少となるような高信頼なコンテンツ配信経路の算出が可能となる。   In addition, the present invention can be applied to calculation of k routes for transferring k pieces of the same content that are redundantly held in a plurality of nodes to a delivery destination node via a network. According to the present invention, when multiple link failures can occur, the number of failure links in which all of the k paths fail and content is not transferred to the delivery destination node is maximized, and the number of such combination patterns of failure links It is possible to calculate a highly reliable content distribution route that minimizes the number of

1…配信経路決定装置、2…根ノード選択手段、3…経路探索手段、4…経路確立手段、5…リンク距離補正手段 DESCRIPTION OF SYMBOLS 1 ... Distribution route determination apparatus, 2 ... Root node selection means, 3 ... Route search means, 4 ... Route establishment means, 5 ... Link distance correction means

Claims (10)

ネットワーク上で複数の配信元ノードから配信先ノードへコンテンツを分散配信する複数のコンテンツ配信経路を決定する経路決定装置において、
経路探索の起点となる根ノードを重複なく順次に選択する根ノード選択手段と、
前記選択された根ノードの隣接ノードごとに、当該隣接ノードからいずれかの前記配信元ノードへ到達する最短経路として上流側経路を探索する経路探索手段と、
前記隣接ノードごとに探索された上流側経路と、当該隣接ノードと前記配信先ノードとを結ぶ下流側経路と、を接続して前記コンテンツ配信経路を確立する経路確立手段とを具備し、
前記根ノード選択手段は、
前記配信先ノードを最初の根ノードに選択する第1ステップと、
前記第1ステップの後、前記配信先ノードを根ノードとして上流側経路を探索された隣接ノードの集合から根ノードを順次に選択する第2ステップと、
前記第2ステップの後、前記コンテンツ配信経路の確立本数が目標数に達するまで、上流側経路を探索された隣接ノードの集合から前記根ノードを順次に選択することを繰り返す第3ステップとを実行することを特徴とする配信経路決定装置。
In a route determination device for determining a plurality of content distribution routes for distributing and distributing content from a plurality of distribution source nodes to a distribution destination node on a network,
Root node selection means for sequentially selecting root nodes as starting points of route search without duplication;
For each adjacent node of the selected root node, route search means for searching an upstream route as the shortest route from the adjacent node to any of the distribution source nodes;
Path establishing means for connecting the upstream path searched for each adjacent node and the downstream path connecting the adjacent node and the distribution destination node to establish the content distribution path;
The root node selection means includes:
A first step of selecting the delivery destination node as a first root node;
After the first step, a second step of sequentially selecting a root node from a set of adjacent nodes searched for upstream paths with the distribution destination node as a root node;
After the second step, execute a third step of repeatedly selecting the root node sequentially from the set of adjacent nodes searched for the upstream route until the number of established content distribution routes reaches the target number. A delivery route determination device characterized by:
前記根ノード選択手段は、選択した根ノードの全隣接ノードに対して前記コンテンツ配信経路が確立されてから次の根ノードを選択し、前記第3ステップにおいて根ノードを前記配信先ノードからのホップ数の小さい順に選択することを特徴とする請求項1に記載の配信経路決定装置。   The root node selection means selects the next root node after the content distribution path is established for all the adjacent nodes of the selected root node, and in the third step, the root node is hopped from the distribution destination node. The delivery path determination device according to claim 1, wherein the selection is performed in ascending order of numbers. 前記経路探索手段は、前記選択された根ノードの隣接ノードであり且つ当該根ノードの選択以前に前記下流側経路のうちいずれかを構成するノードにはなっていないノードごとに、当該隣接ノードからいずれかの前記配信元ノードへ到達する最短経路として上流側経路を探索することを特徴とする請求項1または2に記載の配信経路決定装置。   The route search means, for each node that is an adjacent node of the selected root node and is not a node constituting any of the downstream routes before the selection of the root node, from the adjacent node The delivery route determination device according to claim 1, wherein an upstream route is searched as the shortest route to reach any one of the delivery source nodes. 前記経路探索手段は、前記選択された根ノードの隣接ノードであり且つ前記経路確立手段にて既に確立された前記コンテンツ配信経路上には存在しないノードごとに、当該隣接ノードからいずれかの前記配信元ノードへ到達する最短経路として上流側経路を探索することを特徴とする請求項1または3に記載の配信経路決定装置。   The route search means, for each node that is an adjacent node of the selected root node and does not exist on the content distribution route already established by the route establishment means, any one of the distributions from the adjacent node. The delivery route determination device according to claim 1, wherein an upstream route is searched as the shortest route to reach the original node. 前記根ノード選択手段は前記第2ステップおよび前記第3ステップにおいて、上流側経路を前記探索された隣接ノードの集合から当該上流側経路の距離が短い順に根ノードを順次に選択することを特徴とする請求項1ないし4のいずれかに記載の配信経路決定装置。   In the second step and the third step, the root node selection unit sequentially selects a root node from the set of searched adjacent nodes in order of increasing distance of the upstream route in the second step and the third step. The delivery route determination device according to any one of claims 1 to 4. 前記経路確立手段により前記コンテンツ配信経路が確立される都度、既に確立されたコンテンツ配信経路群を構成する各リンクのリンク距離であって且つ前記経路探索手段が前記上流側経路を最短経路として探索するのに参照するリンク距離を補正するリンク距離補正手段をさらに具備することを特徴とする請求項1ないし5のいずれかに記載の配信経路決定装置。   Each time the content distribution route is established by the route establishment unit, the link search unit searches for the upstream route as the shortest route that is the link distance of each link constituting the already established content distribution route group. 6. The delivery route determination device according to claim 1, further comprising link distance correction means for correcting a link distance referred to. 前記リンク距離補正手段が、前記各リンクのリンク距離を、当該リンクを通過する前記経路確立手段にて既に確立された前記コンテンツ配信経路の本数に比例した値に補正することを特徴とする請求項6に記載の配信経路決定装置。   The link distance correcting unit corrects the link distance of each link to a value proportional to the number of the content distribution routes already established by the route establishing unit passing through the link. 6. The delivery route determination device according to 6. 前記リンク距離補正手段は前記コンテンツ配信経路が確立される都度、前記各リンクのリンク距離を、当該リンクを通過する前記経路確立手段にて既に確立された全ての前記コンテンツ配信経路を共通に構成するリンクの集合である第1リンク集合から、当該確立されたコンテンツ配信経路の次に確立するコンテンツ配信経路の前記下流側経路を構成するリンクの集合である第2リンク集合を引いた差集合である第3リンク集合を構成するリンクの本数に反比例した値に補正することを特徴とする請求項6に記載の配信経路決定装置。   Each time the content distribution route is established, the link distance correction unit configures the link distance of each link in common with all the content distribution routes already established by the route establishment unit passing through the link. A difference set obtained by subtracting a second link set, which is a set of links constituting the downstream path of the content distribution path to be established next to the established content distribution path, from the first link set, which is a set of links. The delivery path determination device according to claim 6, wherein the distribution path determination device corrects the value to be inversely proportional to the number of links constituting the third link set. 前記経路探索手段が前記上流側経路をダイクストラ法により探索することを特徴とする請求項1ないし8のいずれかに記載の配信経路決定装置。   9. The delivery route determination device according to claim 1, wherein the route search means searches for the upstream route by a Dijkstra method. ネットワーク上で複数の配信元ノードから配信先ノードへコンテンツを分散配信する複数のコンテンツ配信経路を決定する経路決定方法において、
経路探索の起点となる根ノードを重複なく順次に選択する根ノード選択ステップと、
前記選択された根ノードの隣接ノードごとに、当該隣接ノードからいずれかの前記配信元ノードへ到達する最短経路として上流側経路を探索する経路探索ステップと、
前記隣接ノードごとに探索された上流側経路と、当該隣接ノードと前記配信先ノードとを結ぶ下流側経路と、を接続して前記コンテンツ配信経路を確立する経路確立ステップとを具備し、
前記根ノード選択ステップは、
前記配信先ノードを最初の根ノードに選択する第1ステップと、
前記第1ステップの後、前記配信先ノードを根ノードとして上流側経路を探索された隣接ノードの集合から根ノードを順次に選択する第2ステップと、
前記第2ステップの後、前記コンテンツ配信経路の確立本数が目標数に達するまで、上流側経路を探索された隣接ノードの集合から前記根ノードを順次に選択することを繰り返す第3ステップとを含むことを特徴とする配信経路決定方法。
In a route determination method for determining a plurality of content distribution routes for distributing and distributing content from a plurality of distribution source nodes to a distribution destination node on a network,
A root node selection step for sequentially selecting root nodes as starting points for route search without duplication;
For each adjacent node of the selected root node, a route search step for searching for an upstream route as the shortest route from the adjacent node to any one of the distribution source nodes;
A path establishment step of connecting the upstream path searched for each adjacent node and a downstream path connecting the adjacent node and the distribution destination node to establish the content distribution path;
The root node selection step includes:
A first step of selecting the delivery destination node as a first root node;
After the first step, a second step of sequentially selecting a root node from a set of adjacent nodes searched for upstream paths with the distribution destination node as a root node;
After the second step, a third step of repeatedly selecting the root node sequentially from the set of adjacent nodes searched for the upstream route until the number of established content distribution routes reaches the target number. A delivery route determination method characterized by the above.
JP2010212463A 2010-09-22 2010-09-22 Delivery route determination apparatus and method Expired - Fee Related JP5459791B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010212463A JP5459791B2 (en) 2010-09-22 2010-09-22 Delivery route determination apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010212463A JP5459791B2 (en) 2010-09-22 2010-09-22 Delivery route determination apparatus and method

Publications (2)

Publication Number Publication Date
JP2012070169A JP2012070169A (en) 2012-04-05
JP5459791B2 true JP5459791B2 (en) 2014-04-02

Family

ID=46166910

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010212463A Expired - Fee Related JP5459791B2 (en) 2010-09-22 2010-09-22 Delivery route determination apparatus and method

Country Status (1)

Country Link
JP (1) JP5459791B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5812424B2 (en) * 2012-02-07 2015-11-11 Kddi株式会社 Delivery route calculation method and apparatus for content delivery system
JP6021628B2 (en) * 2012-12-18 2016-11-09 Kddi株式会社 Route distribution method and apparatus for content distribution system
US9667530B2 (en) * 2013-05-06 2017-05-30 International Business Machines Corporation Privacy preserving query method and system for use in federated coalition networks

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2004073269A1 (en) * 2003-02-13 2006-06-01 富士通株式会社 Transmission system, distribution route control device, load information collection device, and distribution route control method
JP2011139240A (en) * 2009-12-28 2011-07-14 Kddi Corp Distribution route determination device of content distribution system

Also Published As

Publication number Publication date
JP2012070169A (en) 2012-04-05

Similar Documents

Publication Publication Date Title
US9253079B2 (en) High performance LFA path algorithms
TWI493926B (en) Automated traffic engineering for fat tree networks
CN103703727B (en) The method and apparatus controlling the elastic route of business in split type architecture system
US8144626B2 (en) Determining disjoint paths with an optimized number of regenerators
US10587472B2 (en) Highly reliable path accommodation design apparatus and method
US20050078656A1 (en) Method and apparatus for generating routing information in a data communications network
WO2015004619A1 (en) Method and apparatus for optimized lfa computations by pruning neighbor shortest path trees
US8467315B2 (en) Method and apparatus for implementing K-shortest paths algorithm in the case of existing multiple edges between adjacent nodes
US10404576B2 (en) Constrained shortest path determination in a network
Nguyen et al. Slick packets
JP5391322B2 (en) Route calculation method, program, and calculation device
JP5459791B2 (en) Delivery route determination apparatus and method
Rak et al. Reliable anycast and unicast routing: protection against attacks
JPWO2006059787A1 (en) Overlay link computing device and its computing method and program
Bhor et al. Network recovery using IP fast rerouting for multi link failures
CN104506427B (en) More new control method and update control apparatus
US20080117892A1 (en) Method for Iterative Routing with the Aid of a Path-Dependent Routing Metric
JP2012015837A (en) Path calculation device, data transfer device, path calculation method, data transfer method and program
EP1673901B1 (en) Method and apparatus for generating routing information in a data communications network
CN108124294B (en) A kind of method for routing under identical recursive calculation constraint
JP4724219B2 (en) Shortest path calculation device, shortest path calculation method, and program
JP6390091B2 (en) Tunnel management apparatus, communication control apparatus, tunnel management method, and tunnel management program
JP5001996B2 (en) Route calculation apparatus, route calculation method and program
JP5748147B2 (en) Failure recovery system and node
CN107995109A (en) Method for routing and routing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130312

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131129

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140108

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140109

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees