JPH11239181A - Routing method, router, and recording medium - Google Patents

Routing method, router, and recording medium

Info

Publication number
JPH11239181A
JPH11239181A JP4195398A JP4195398A JPH11239181A JP H11239181 A JPH11239181 A JP H11239181A JP 4195398 A JP4195398 A JP 4195398A JP 4195398 A JP4195398 A JP 4195398A JP H11239181 A JPH11239181 A JP H11239181A
Authority
JP
Japan
Prior art keywords
routing
routing table
router
router device
packet
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.)
Granted
Application number
JP4195398A
Other languages
Japanese (ja)
Other versions
JP3100571B2 (en
Inventor
Junichi Yamada
順一 山田
Kazumasa Arakami
和正 新上
Shinsuke Shimokawa
信祐 下川
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.)
ATR KANKYO TEKIO TSUSHIN KENKY
ATR KANKYO TEKIO TSUSHIN KENKYUSHO KK
Original Assignee
ATR KANKYO TEKIO TSUSHIN KENKY
ATR KANKYO TEKIO TSUSHIN KENKYUSHO KK
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 ATR KANKYO TEKIO TSUSHIN KENKY, ATR KANKYO TEKIO TSUSHIN KENKYUSHO KK filed Critical ATR KANKYO TEKIO TSUSHIN KENKY
Priority to JP4195398A priority Critical patent/JP3100571B2/en
Publication of JPH11239181A publication Critical patent/JPH11239181A/en
Application granted granted Critical
Publication of JP3100571B2 publication Critical patent/JP3100571B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a routing method as well as a router which has a simple constitution as compared with the conventional method and by which routing can be performed so as to shorten a delay time against variations of traffic of inputted packets, and to provide a recording medium for recording a routing program. SOLUTION: In a packet transmission network provided with a central processing unit 100 and a plurality of routers 200 connected to the unit 100 through lines, the unit 100 prepares a routing table by calculating the distributing ratio of all routes on a route list so that the value of an evaluation function W containing the delay time Dt of a packet required until the packet reaches its destination and the use ratex (R) of the maximum-load router 200 in the network may become smaller by using the function W. Each router 200 performs routing on packets by using the above-mentioned prepared routing table.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、インターネットな
どのコネクションレスのパケット伝送ネットワークのた
めのルーチング方法、ルータ装置及びルーチングプログ
ラムを記録した記録媒体に関する。
The present invention relates to a routing method for a connectionless packet transmission network such as the Internet, a router device, and a recording medium on which a routing program is recorded.

【0002】[0002]

【従来の技術】従来のコネクションレスのパケット伝送
ネットワークのためのルーチング方法が、例えば、従来
技術文献1「アンドリュー・エス・タンネンバウム著,
齋藤忠夫ほか監訳,“原書2版タンネンバウムコンピュ
ータネットワーク”,丸善発行,pp.331−34
5,1992年」において以下のように開示されてい
る。
2. Description of the Related Art A conventional routing method for a connectionless packet transmission network is disclosed in, for example, the prior art document 1 "by Andrew S. Tannenbaum,
Translated by Tadao Saito et al., "Tanenbaum Computer Network 2nd Edition," published by Maruzen, pp. 331-34
5, 1992 "as follows.

【0003】ルーチングアルゴリズムは非適応型と適応
型の2つの主要な種類に分けられる。非適応型アルゴリ
ズムはルーチングの決定を行う際に、現在のトラフィッ
クやトポロジーの測定値や推定値に基づかない。その代
わりに、任意のiからjへ行くのに用いる経路の選択
を、あらかじめオフラインで計算しておき、ネットワー
クを立ち上げるときにIMP(Interface M
essage Processorの略であり、ARP
ANETのパケット交換機のことである。)へダウンロ
ードする。この手続きは静的ルーチングと呼ばれること
もある。一方、適応型アルゴリズムは、反対に、トポロ
ジーの変化と現在のトラフィックを反映するようにルー
チングの決定を変えようとする。適応型アルゴリズムに
は、大域アルゴリズムと、孤立型アルゴリズムと、分散
型アルゴリズムとがある。
[0003] Routing algorithms can be divided into two main types: non-adaptive and adaptive. Non-adaptive algorithms are not based on current traffic or topology measurements or estimates in making routing decisions. Instead, the selection of a route used to go from any i to j is calculated in advance off-line, and the IMP (Interface M) is used when starting up the network.
An abbreviation for message processor, ARP
An ANET packet switch. ) To download. This procedure is sometimes called static routing. On the other hand, adaptive algorithms, on the other hand, try to change the routing decision to reflect topology changes and current traffic. Adaptive algorithms include a global algorithm, an isolated algorithm, and a distributed algorithm.

【0004】すなわち、コネクションレスネットワーク
における従来の適応型ルーチングは、ネットワーク内で
定期的に交換する、ホップ数、平均待ち合わせ時間、障
害情報などの各種評価情報に基づいて、個々のノードが
最短パスを計算し、唯一の経路を決定するシングルパス
ルーチング(以下、第1の従来例という。)である。こ
れに対して、従来のマルチパスルーチングは、複数の出
線に相対的な選択の重みを決定し、パケットを転送する
毎に乱数を発生させて、その重みを確率として出線を選
択するルーチング(以下、第2の従来例という。)であ
り、その選択の重みは変更しないために、非適応型ルー
チングである。このマルチパスルーチングは、データの
種類によりパスを選択してユーザの利便性の向上や、代
替経路が交わらない複数の経路を選択して信頼性を向上
させている。
That is, the conventional adaptive routing in a connectionless network is based on various evaluation information such as the number of hops, average waiting time, and failure information which are periodically exchanged in the network, and each node determines a shortest path. This is a single-pass routing (hereinafter, referred to as a first conventional example) that calculates and determines a unique route. On the other hand, the conventional multipath routing determines the weight of selection relative to a plurality of outgoing lines, generates a random number each time a packet is transferred, and selects the outgoing line using the weight as a probability. (Hereinafter, this is referred to as a second conventional example.) Since the selection weight is not changed, it is a non-adaptive routing. In this multi-pass routing, user convenience is improved by selecting a path according to the type of data, and reliability is improved by selecting a plurality of paths that do not intersect with alternative paths.

【0005】また、広帯域ISDN網やATM網等の広
域中継網におけるメッセージ転送方式に関し、中継網内
で障害やふくそうが生じても、中継網内でのトラフィッ
ク状態に適応してメッセージ転送のルートを制御する方
法(以下、第3の従来例という。)が、特開平4−27
4639号公報に開示されている。当該公報では、複数
のノードからなる中継網の各ノードに、ノードに接続さ
れるユーザ装置のプロトコル形式と中継網内のプロトコ
ル形式との変換を行うユーザ装置収容手段を備えるとと
もに、またすべてのノード又は一部の特定のノードに、
ユーザ装置収容手段及び他のノード内のルーチング制御
手段とバーチャルチャネルにより固定接続されるルーチ
ング制御手段を備え、ルーチング制御手段がノードから
の各出力路のトラフィック状態に適応してメッセージに
対する出力ポートを選択するように構成している。
Further, regarding a message transfer method in a wide area relay network such as a broadband ISDN network or an ATM network, even if a failure or congestion occurs in the relay network, the message transfer route is adapted to the traffic state in the relay network. A control method (hereinafter, referred to as a third conventional example) is disclosed in Japanese Patent Laid-Open No. 4-27.
4639. In this publication, each node of a relay network consisting of a plurality of nodes is provided with a user device accommodation unit for converting between a protocol format of a user device connected to the node and a protocol format in the relay network. Or on some specific nodes,
Routing control means fixedly connected to the user equipment accommodating means and the routing control means in another node by a virtual channel, wherein the routing control means selects an output port for a message according to the traffic state of each output path from the node It is configured to be.

【0006】[0006]

【発明が解決しようとする課題】上述の第1の従来例の
適応型ルーチングでは、入力されるパケットの動的な変
動に対して、各種の評価情報が古いと選択ルートの発振
やループ現象が生じてパケットの損失や遅延時間(当該
技術分野では、パケットを送信元ノードから宛先ノード
までに伝送するのにかかる伝送時間を遅延時間といい、
以下、当該伝送時間を遅延時間という。)の増大を招
く。また、各種の評価情報を新しくするためには、その
発生周期を短くするために、データ以外の評価情報がネ
ットワークに溢れて非効率な伝送となるという問題点が
あった。
In the above-mentioned adaptive routing according to the first conventional example, if various kinds of evaluation information are old with respect to dynamic fluctuation of an input packet, oscillation or a loop phenomenon of a selected route may occur. Resulting packet loss or delay time (in the art, the transmission time required to transmit a packet from a source node to a destination node is referred to as a delay time;
Hereinafter, the transmission time is referred to as a delay time. ). Further, in order to make various evaluation information new, in order to shorten the generation cycle, evaluation information other than data overflows the network, resulting in inefficient transmission.

【0007】また、上述の第2の従来例のマルチパスル
ーチングでは、入力されるパケットの種類に応じて出線
パスを振り分けるだけて、ルーチングテーブルは固定さ
れ、入力されるパケットの動的な変動に対して適応しな
いので、局所的なトラフィックの集中によるパケットの
廃棄や遅延時間の増大を招くという問題点があった。
In the above-described second conventional multipath routing, the routing table is fixed only by allocating the outgoing path according to the type of the input packet, and the dynamic fluctuation of the input packet is performed. Therefore, there is a problem that packets are discarded due to local traffic concentration and delay time increases.

【0008】さらに、第3の従来例では、広帯域ISD
N網やATM網等のコネクションオリエンテッドの通信
網を対象として、永久又は半永久にルーチング経路が固
定されている公衆網を利用したときの通信を対象として
いる。すなわち、第3の従来例は、適応型シングルパス
ルーチングの場合であり、当該ルータ装置を設けるとき
に、それを接続する外部の情報が得られることを仮定す
ると、セルフォーマットの変更など導入時に高度な処理
が必要であって、多大の稼働がかかるという問題点があ
った。
Further, in a third conventional example, a wideband ISD
It is intended for communication when a public network having a permanently or semi-permanently fixed routing path is used for a connection-oriented communication network such as an N network or an ATM network. In other words, the third conventional example is a case of adaptive single-path routing. If it is assumed that external information for connecting the router device can be obtained when the router device is provided, advanced routers such as a cell format change are introduced. This requires a large amount of operation.

【0009】本発明の目的は以上の問題点を解決し、イ
ンターネットなどのコネクションレスのパケット伝送ネ
ットワークのためのルーチングにおいて、従来例に比較
して構成が簡単であって、送信元から宛先までの遅延時
間を短縮するようにルーチングを行うことができるルー
チング方法、ルータ装置及びルーチングプログラムを記
録した記録媒体を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to solve the above-mentioned problems, and in routing for a connectionless packet transmission network such as the Internet, the configuration is simpler than that of the conventional example, and the transmission from the source to the destination is simple. It is an object of the present invention to provide a routing method, a router, and a recording medium on which a routing program is recorded, which can perform routing so as to reduce a delay time.

【0010】[0010]

【課題を解決するための手段】本発明に係る請求項1記
載のルーチング方法は、中央処理装置と、上記中央処理
装置と回線接続された複数のノードのルータ装置を備え
たコネクションレスのパケット伝送ネットワークのため
のマルチパスルーチング方法を用いて、ルータ装置に入
力されたパケットのルーチングを行うルーチング方法に
おいて、上記中央処理装置は、上記各ルータ装置から宛
先までのループや寄り道のないすべての経路を予め記憶
するステップと、送信元から宛先までに要するパケット
の遅延時間と、上記パケット伝送ネットワークの中で最
大負荷を有する最大負荷ルータ装置の使用率を含む評価
関数を用いて、上記評価関数の値が小さくなるように、
上記すべての経路の振り分け割合を計算してルーチング
テーブルを作成するステップと、上記作成されたルーチ
ングテーブルを上記各ルータ装置に送信するステップと
を含む処理を実行し、上記各ルータ装置は、上記中央処
理装置によって送信されたルーチングテーブルを記憶す
るステップと、上記記憶されたルーチングテーブルを用
いて、上記入力されたパケットをルーチングするステッ
プとを含む処理を実行することを特徴とする。
According to a first aspect of the present invention, there is provided a routing method for connectionless packet transmission comprising a central processing unit and a router device of a plurality of nodes connected to the central processing unit via a line. In a routing method for routing a packet input to a router device using a multi-path routing method for a network, the central processing unit may execute all routes without loops or detours from the router devices to destinations. Using the evaluation function including the step of storing in advance, the delay time of the packet required from the source to the destination, and the usage rate of the maximum load router device having the maximum load in the packet transmission network, the value of the evaluation function So that
Calculating a distribution ratio of all the routes to create a routing table; and transmitting the created routing table to each of the routers. The method includes a step of storing a routing table transmitted by the processing device, and a step of routing the input packet using the stored routing table.

【0011】また、請求項2記載のルーチング方法は、
請求項1記載のルーチング方法において、上記ルーチン
グテーブルを作成するステップは予め実行されることを
特徴とする。
Further, the routing method according to claim 2 is
2. The routing method according to claim 1, wherein the step of creating the routing table is performed in advance.

【0012】さらに、請求項3記載のルーチング方法
は、請求項1記載のルーチング方法において、上記ルー
チングテーブルを作成するステップは所定の周期で周期
的に実行され、上記各ルータ装置のルーチングテーブル
は上記周期で周期的に更新されることを特徴とする。
Further, in the routing method according to a third aspect of the present invention, in the routing method according to the first aspect, the step of creating the routing table is periodically executed at a predetermined cycle, and the routing table of each of the router devices includes the routing table. It is characterized in that it is updated periodically in a cycle.

【0013】またさらに、請求項4記載のルーチング方
法は、請求項1、2又は3記載のルーチング方法におい
て、上記評価関数は、上記遅延時間と上記最大負荷ルー
タ装置の使用率との線形結合で表されることを特徴とす
る。
Still further, a routing method according to a fourth aspect is the routing method according to the first, second or third aspect, wherein the evaluation function is a linear combination of the delay time and the usage rate of the maximum load router device. It is characterized by being represented.

【0014】本発明に係る請求項5記載のルータ装置
は、中央処理装置と、上記中央処理装置と回線接続され
た複数のノードのルータ装置を備えたコネクションレス
のパケット伝送ネットワークのためのマルチパスルーチ
ング方法を用いて、ルータ装置に入力されたパケットの
ルーチングを行うルータ装置において、上記中央処理装
置は、上記各ルータ装置から宛先までのループや寄り道
のないすべての経路を予め記憶する第1の記憶手段と、
送信元から宛先までに要するパケットの遅延時間と、上
記パケット伝送ネットワークの中で最大負荷を有する最
大負荷ルータ装置の使用率を含む評価関数を用いて、上
記評価関数の値が小さくなるように、上記第1の記憶手
段に記憶されたすべての経路の振り分け割合を計算して
ルーチングテーブルを作成する作成手段と、上記作成手
段によって作成されたルーチングテーブルを上記各ルー
タ装置に送信する送信手段とを備え、上記各ルータ装置
は、上記中央処理装置の送信手段によって送信されたル
ーチングテーブルを記憶する第2の記憶手段と、上記第
2の記憶手段に記憶されたルーチングテーブルを用い
て、上記入力されたパケットをルーチングするルーチン
グ手段とを備えたことを特徴とする。
According to a fifth aspect of the present invention, there is provided a router for a multi-path for a connectionless packet transmission network comprising a central processing unit and a router of a plurality of nodes line-connected to the central processing unit. In a router device that routes a packet input to the router device by using a routing method, the central processing unit stores, in advance, all routes from each of the router devices to destinations without loops or detours. Storage means;
Using an evaluation function including the delay time of the packet required from the source to the destination and the usage rate of the maximum load router device having the maximum load in the packet transmission network, so that the value of the evaluation function is reduced. Creating means for calculating a distribution ratio of all routes stored in the first storage means to create a routing table; and transmitting means for transmitting the routing table created by the creating means to each of the router devices. Each of the router devices includes a second storage unit configured to store a routing table transmitted by a transmission unit of the central processing unit, and a routing table stored in the second storage unit. Routing means for routing the packet.

【0015】また、請求項6記載のルータ装置は、請求
項5記載のルータ装置において、上記作成手段は上記ル
ーチングテーブルを作成する処理を予め実行することを
特徴とする。
According to a sixth aspect of the present invention, there is provided the router according to the fifth aspect, wherein the creating means executes a process of creating the routing table in advance.

【0016】さらに、請求項7記載のルータ装置は、請
求項5記載のルータ装置において、上記作成手段は上記
ルーチングテーブルを所定の周期で周期的に作成して更
新し、上記各ルータ装置の第2の記憶手段に記憶された
ルーチングテーブルは上記周期で周期的に更新されるこ
とを特徴とする。
Further, in the router device according to claim 7, in the router device according to claim 5, the creation means periodically creates and updates the routing table at a predetermined cycle, and updates the routing table of each router device. The routing table stored in the second storage means is periodically updated in the above cycle.

【0017】またさらに、請求項8記載のルータ装置
は、請求項5、6又は7記載のルータ装置において、上
記評価関数は、上記遅延時間と上記最大負荷ルータ装置
の使用率との線形結合で表されることを特徴とする。
Still further, the router device according to claim 8 is the router device according to claim 5, 6, or 7, wherein the evaluation function is a linear combination of the delay time and the usage rate of the maximum load router device. It is characterized by being represented.

【0018】本発明に係る請求項9記載の記録媒体は、
請求項1、2、3又は4記載のルーチング方法の処理プ
ログラムを記録したことを特徴とする。
According to the ninth aspect of the present invention, there is provided a recording medium comprising:
A processing program of the routing method according to claim 1, 2, 3, or 4 is recorded.

【0019】[0019]

【発明の実施の形態】以下、図面を参照して本発明に係
る実施形態について説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0020】図1は、本発明に係る一実施形態であるル
ータ装置の構成を示すブロック図である。本実施形態の
ルータ装置におけるコネックションレスのパケット伝送
ネットワークは、中央処理装置100と、上記中央処理
装置100にデータ通信回線300を介してスター形状
で回線接続された複数のルータ装置200とを備えて構
成され、各ルータ装置200は、上記パケット伝送ネッ
トワークのためのマルチパスルーチング方法を用いて、
ルータ装置に入力されたパケットのルーチングを行う。
ここで、中央処理装置100のコントローラ101は、
各送信元のルータ装置200から宛先のルータ装置20
0までのループや寄り道のないすべての経路を予め経路
リストとして、テーブル生成パラメータ処理メモリ10
2に記憶した後、送信元から宛先までに要するパケット
の遅延時間Dtと、上記パケット伝送ネットワークの中
で最大負荷を有する最大負荷ルータ装置200の使用率
X(k)を含む数6の評価関数Wを用いて、上記評価関
数Wの値が小さくなるように、上記記憶されたすべての
経路の振り分け割合を計算してルーチングテーブルを作
成して、ルーチングテーブルメモリ103に記憶すると
ともに、データ通信装置104、データ通信回線30
0、及びすべてのルータ装置200のデータ通信装置1
4を介してすべてのルータ装置200のコントローラ1
0に送信して、ルーチングメモリ13に記憶する。そし
て、各ルータ装置200のコントローラ10は、上記記
憶されたルーチングテーブルを用いて、上記入力された
パケットをルーチングすることを特徴としている。ここ
で、上記評価関数Wは、数6に示すように、上記遅延時
間Dtと上記最大負荷ルータ装置200の使用率X
(k)との線形結合で表される。
FIG. 1 is a block diagram showing a configuration of a router device according to one embodiment of the present invention. The connexion-less packet transmission network in the router device of the present embodiment includes a central processing unit 100 and a plurality of router devices 200 connected to the central processing unit 100 via a data communication line 300 in a star configuration. Each router device 200 is configured using the multi-path routing method for the packet transmission network,
Routing of the packet input to the router device is performed.
Here, the controller 101 of the central processing unit 100
From the source router 200 to the destination router 20
A table generation parameter processing memory 10 stores all routes without loops or side trips up to 0 as a route list in advance.
2, the delay function Dt of the packet required from the source to the destination, and the evaluation function of Expression 6 including the usage rate X (k) of the maximum load router device 200 having the maximum load in the packet transmission network. Using W, a routing table is created by calculating the distribution ratio of all the stored routes so that the value of the evaluation function W becomes smaller, and the routing table is stored in the routing table memory 103. 104, data communication line 30
0, and data communication device 1 of all router devices 200
4 and the controllers 1 of all router devices 200
0 and stored in the routing memory 13. Then, the controller 10 of each router device 200 is characterized in that the input packet is routed using the stored routing table. Here, the evaluation function W is, as shown in Expression 6, the delay time Dt and the usage rate X of the maximum load router device 200.
It is represented by a linear combination with (k).

【0021】ここで、当該ネットワークの各ノードにそ
れぞれ当該ルータ装置200が設けられ、ノードiのル
ータ装置200−iは、中央処理装置100によって予
め生成されすべてのルータ装置200に配布されたルー
チングテーブルを用いてパケットのルーチングを行う。
Here, the router device 200 is provided at each node of the network, and the router device 200-i of the node i has a routing table generated in advance by the central processing unit 100 and distributed to all the router devices 200. Is used to perform packet routing.

【0022】以下、中央処理装置100のコントローラ
101によって実行されるルーチングテーブルの生成に
ついて説明する。まず、予め調査済みのパケット伝送ネ
ットワークのノード接続情報に基づいて、起点(送信
元)sから終点(宛先)dまでの経路を抽出して、経路
リストとしてテーブル生成パラメータメモリ102に格
納する。図4に示すルータ装置200の数が11である
ときのネットワークの一例における経路リストを次の表
1に示す。図4において、丸はノードであり、その番号
はノード番号である。そして、各経路毎に、1つの経路
番号データが付与されている。
Hereinafter, generation of a routing table executed by the controller 101 of the central processing unit 100 will be described. First, a route from a starting point (source) s to an end point (destination) d is extracted based on node connection information of a packet transmission network that has been examined in advance, and stored in the table generation parameter memory 102 as a route list. Table 1 below shows a route list in an example of the network when the number of router devices 200 shown in FIG. 4 is 11. In FIG. 4, circles are nodes, and the numbers are node numbers. One route number data is assigned to each route.

【0023】[0023]

【表1】 経路リストの一例 ─────────────────────────────────── 起点 終点 ホップ数 経路のノード列 経路番号データ ─────────────────────────────────── 0 1 1 0,1 1 0 2 2 0,1,2 2 0 2 2 0,3,2 3 0 3 1 0,3 4 0 4 1 0,4 5 0 5 2 0,3,5 6 0 5 2 0,4,5 7 0 5 3 0,9,10,5 8 0 6 2 0,3,6 9 0 7 2 0,9,7 10 0 8 3 0,3,10,8 11 0 8 3 0,9,10,8 12 0 8 4 0,4,5,10,8 13 0 9 1 0,9 14 0 10 2 0,3,10 15 0 10 2 0,9,10 16 0 10 3 0,4,5,10 17 1 0 1 1,0 18 1 2 1 1,2 19 1 3 2 1,0,3 20 1 3 2 1,2,3 21 1 4 2 1,0,4 22 1 4 4 1,2,3,5,4 23 1 5 3 1,0,3,5 24 1 5 3 1,0,4,5 25 ───────────────────────────────────[Table 1] Example of route list ─────────────────────────────────── Start point End point Number of hops Node of path Column path number data ─────────────────────────────────── 0 1 1 0, 1 1 0 2 2 0 , 1,2,2,2,2,0,3,2,3,3,0,3,4,410,0,4,550,2,0,3,5,6,0,5 2,0,4,5,7,5,5,30 , 9,10,580 620,0,3,690 702,0,9,710 080 330,0,3,10,8 11 0 8 0,9,10,8,12,084. 0,4,5,10,8 13 0 9 10 0,9 14 0 10 20 0,3,10 15 0 10 2 0,9,10 16 0 10 10 0,4,5,10 17 0 1 1 1 , 0 18 1 2 1 1,2 19 1 3 2 1,0,3 20 13 2 1,2,3 21 1 4 2 1,0,4 22 14 4 1,2,3,5,4 23 1 5 3 1,0,3,5 24 1 5 3 1,0,4,5 25───────────────────────────────────

【0024】ここで、ループや寄り道のルートは除く。
例えば、起点ルータ0から終点ルータ6では、ループの
経路(例0−3−5−10−3−6)や寄り道(例0−
1−2−3−6)の経路は除かれている。
Here, loops and detour routes are excluded.
For example, from the originating router 0 to the ending router 6, a loop route (example 0-3-5-10-3-6) or a detour (example 0-
The route of 1-2-3-6) is excluded.

【0025】次いで、ルーチングテーブルの振り分け割
合の計算について説明する。起点sから終点dへのi番
目のルート(s,d,i)への振り分け割合をx(s,
d,i)とすると、次式が成立する。
Next, the calculation of the distribution ratio of the routing table will be described. The distribution ratio of the i-th route (s, d, i) from the start point s to the end point d is x (s,
d, i), the following equation holds.

【数1】 そして、起点(送信元ノード)sから終点(宛先ノー
ド)dへの発生パケットの量(仕事量)をI(s,d)
とすると、ルータ装置200−kの使用率X(k)は、
次式で表わすことができる。ここで、発生パケットの量
は、例えば1秒である単位時間当たりに1個のパケット
を処理する(ルーチングする)ときの仕事量を表わす。
(Equation 1) Then, the amount (work amount) of generated packets from the starting point (source node) s to the end point (destination node) d is represented by I (s, d).
Then, the usage rate X (k) of the router device 200-k is
It can be expressed by the following equation. Here, the amount of generated packets represents the amount of work when processing (routing) one packet per unit time, for example, one second.

【0026】[0026]

【数2】 (Equation 2)

【0027】ここで、rは処理すべきルータ装置200
のすべてを含む、ルート(s,d,i)の通過ルータ群
であり、関数δ(・)は、ルータ装置200−kがルー
ト(s,d,i)の通過ルータ群に含まれるときはδ
(r−k)=1、含まれないときはδ(r−k)=0と
なる関数である。このとき、起点sから終点dへのi番
目のルート(s,d,i)の遅延時間T(s,d,i)
は、次式で表わすことができる。
Here, r is the router device 200 to be processed.
Is a group of passing routers of the route (s, d, i), and the function δ (·) is such that when the router device 200-k is included in the group of passing routers of the route (s, d, i), δ
The function is (r−k) = 1, and δ (r−k) = 0 when not included. At this time, the delay time T (s, d, i) of the i-th route (s, d, i) from the start point s to the end point d
Can be expressed by the following equation.

【数3】 このとき、起点sから終点dへの平均遅延時間T(s,
d)は次式となる。
(Equation 3) At this time, the average delay time T (s, s) from the start point s to the end point d
d) becomes the following equation.

【数4】 (Equation 4)

【0028】従って、当該パケット伝送ネットワーク全
体の遅延時間Dtは次式で表される。
Therefore, the delay time Dt of the entire packet transmission network is expressed by the following equation.

【数5】 (Equation 5)

【0029】次いで、最適計算のための評価関数につい
て述べる。ルータ装置200のルーチング性能は、遅延
時間Dtをできるだけ少なく、パケット損失の原因とな
るルータの使用率を小さくして通信容量をできるだけ大
きくできることで判断できる。従って、遅延時間と最大
負荷のルータ装置200の使用率からなる次式の評価関
数Wを最小にするルーチングテーブルの振り分け割合を
求める。
Next, an evaluation function for optimal calculation will be described. The routing performance of the router device 200 can be determined based on the fact that the delay time Dt can be reduced as much as possible, the usage rate of the router causing packet loss can be reduced, and the communication capacity can be increased as much as possible. Therefore, the distribution ratio of the routing table that minimizes the evaluation function W of the following equation, which is composed of the delay time and the usage rate of the router device 200 with the maximum load, is obtained.

【0030】[0030]

【数6】 (Equation 6)

【0031】ここで、Max{X(k)}は、当該パケ
ット伝送ネットワークを構成する各ノードのルータ装置
200の使用率X(k)が最大である、最大負荷のルー
タ装置200の使用率である。重み係数v1とv2は、最
大負荷ルータ装置200の使用率と遅延時間を重みづけ
る重み係数の定数である。通信容量を重視するときは、
重み係数v1を大きくかつ重み係数v2を小さく選ぶ。遅
延時間を重視するときはその逆に重み係数v2を大きく
かつ重み係数v1を小さく選ぶ。重み係数v1及びv2
好ましい値は、以下の通りである。 (a)v1=0.9,v2=0.1。 (b)v1=1.0,v2=0。 (c)v1=0.1,v2=0.9。
Here, Max {X (k)} is the usage rate of the router apparatus 200 having the maximum load in which the usage rate X (k) of the router apparatus 200 of each node constituting the packet transmission network is the maximum. is there. The weighting factors v 1 and v 2 are constants of weighting factors for weighting the usage rate of the maximum load router device 200 and the delay time. When emphasizing communication capacity,
Choose a large weighting factor v 1 and a small weighting factor v 2 . When emphasizing the delay time is chosen small large and weighting factor v 1 weight coefficients v 2 and vice versa. Preferred values of the weighting factors v 1 and v 2 are as follows. (A) v 1 = 0.9, v 2 = 0.1. (B) v 1 = 1.0, v 2 = 0. (C) v 1 = 0.1, v 2 = 0.9.

【0032】さらに、中央処理装置100のコントロー
ラ101は、数6の評価関数Wで最適化した振り分け割
合x(s,d,i)をテーブル生成パラメータメモリ1
02内の経路リストに追加することにより、ルーチング
テーブルを作成して、ルーチングテーブルメモリ13に
記憶するとともに、ルーチングテーブルのデータをデー
タ通信装置104を用いて、データ通信回線300を介
してすべてのルータ装置200のデータ通信装置14に
送信する。各ルータ装置200のデータ通信装置14
は、受信したルーチングテーブルのデータをコントロー
ラ10を介してルーチングテーブルメモリ13に記憶す
る。そして、当該ルータ装置200のコントローラ10
は、上記ルーチングテーブルに従い、到着したパケット
を振り分ける。
Further, the controller 101 of the central processing unit 100 stores the distribution ratio x (s, d, i) optimized by the evaluation function W in Equation 6 in the table generation parameter memory 1.
By adding the routing table to the routing list in the routing table memory 02 and storing the routing table in the routing table memory 13, the routing table data is transmitted to all the routers via the data communication line 300 using the data communication device 104. The data is transmitted to the data communication device 14 of the device 200. Data communication device 14 of each router device 200
Stores the received routing table data in the routing table memory 13 via the controller 10. Then, the controller 10 of the router device 200
Sorts the arrived packet according to the routing table.

【0033】図1において、中央処理装置100のコン
トローラ101は、図2のテーブル生成処理を実行する
ためのマイクロコンピュータなどのCPU又はDSPで
構成され、コントローラ101には、図2のテーブル生
成処理を実行するために必要な経路リストやパラメータ
を一時的に記憶するテーブル生成パラメータ処理メモリ
102と、生成したルーチングテーブルを記憶するルー
チングテーブルメモリ103と、各ルータ装置200の
データ通信装置14とデータ通信を行うためのモデムを
備えたデータ通信装置104とが接続される。
In FIG. 1, a controller 101 of the central processing unit 100 is constituted by a CPU or a DSP such as a microcomputer for executing the table generation processing of FIG. 2, and the controller 101 performs the table generation processing of FIG. A table generation parameter processing memory 102 for temporarily storing a path list and parameters necessary for execution, a routing table memory 103 for storing a generated routing table, and data communication with the data communication device 14 of each router 200. A data communication device 104 having a modem for performing the communication is connected.

【0034】一方、各ルータ装置200のコントローラ
10は、ノードiの当該ルータ装置200の動作を制御
するためのマイクロコンピュータなどのCPU又はDS
Pで構成され、コントローラ10には、図3のルーチン
グ処理のプログラムなどを予め記憶するプログラムRO
M(読出専用メモリ)11と、コントローラ10のワー
キングエリアとして用いられるワーキングRAM(ラン
ダムアクセスメモリ)12と、ルーチングテーブルを記
憶するルーチングテーブルメモリ13と、中央処理装置
100のデータ通信装置104とデータ通信を行うため
のモデムを備えたデータ通信装置14とが接続される。
On the other hand, the controller 10 of each router device 200 has a CPU or DS such as a microcomputer for controlling the operation of the router device 200 of the node i.
P, and stores in the controller 10 a program RO in which a program for the routing process of FIG.
M (read only memory) 11, a working RAM (random access memory) 12 used as a working area of the controller 10, a routing table memory 13 for storing a routing table, and data communication with the data communication device 104 of the central processing unit 100. Is connected to a data communication device 14 having a modem for performing

【0035】図1において、コントローラ10は、複数
M個の隣接ノードA1乃至AMに接続された入力インター
フェース20−1乃至20−Mと、キューメモリ21
と、データスイッチ22と、出力バッファメモリ23−
1乃至23−Mと、M個の隣接ノードA1乃至AMに接続
された出力インターフェース24−1乃至24−Mと、
M個の隣接ノードA1乃至AMに接続された通信インター
フェース25−1乃至25−Mとの動作を制御する。各
入力インターフェース20−1乃至20−Mはそれぞ
れ、パケットを受信するための受信機を備え、各隣接ノ
ードA1乃至AMから入力されるパケットを受信してキュ
ーメモリ21に出力する。キューメモリ21は、FIF
Oメモリで構成され、各入力インターフェース20−1
乃至20−Mから入力されるパケットを順次、その入力
順序で待ち合わせて記憶して、コントローラ10の制御
のもとで、先頭のパケットをデータスイッチ22を介し
て出力バッファメモリ23−1乃至23−Mのうちの1
つに出力して記憶させる。データスイッチ22は、パケ
ット交換機を構成し、コントローラ10の制御のもと
で、キューメモリ21から入力されるパケットをコント
ローラ10から指示された隣接ノードに対応する出力バ
ッファメモリに出力して記憶する。各出力バッファメモ
リ23−1乃至23−Mはそれぞれ、入力されたパケッ
トを一時的に記憶した後、対応する送信機を備えた各出
力インターフェース24−1乃至24−Mを介して隣接
ノードA1乃至AMに送信する。さらに、各通信インター
フェース25−1乃至25−Mはそれぞれ、隣接ノード
1乃至AMに接続され、コントローラ10の指示に従っ
て、各隣接ノードkの通信インターフェースと通信を行
うことにより、各パケットの遅延時間のデータを受信し
て、コントローラ10及びデータ通信装置14を介して
中央処理装置100のテーブル生成処理メモリ102に
記憶する。
In FIG. 1, the controller 10 includes input interfaces 20-1 to 20-M connected to a plurality M of adjacent nodes A 1 to A M , and a queue memory 21.
, Data switch 22, output buffer memory 23-
And 1 to 23-M, and M neighbor node A 1 to A M to the output interface connected 24-1 through 24-M,
Controlling the M neighboring nodes A 1 to the operation of the connected communication interface 25-1 to 25-M to A M. Each input interface 20-1 to 20-M is provided with a receiver for receiving the packet, and outputs the queue memory 21 receives the packets input from each neighbor node A 1 to A M. The queue memory 21 is
O-memory, each input interface 20-1
20-M are sequentially queued and stored in the input order, and under the control of the controller 10, the first packet is output via the data switch 22 to the output buffer memories 23-1 through 23-M. One of M
And output and store them. The data switch 22 constitutes a packet switch, and under the control of the controller 10, outputs a packet input from the queue memory 21 to an output buffer memory corresponding to an adjacent node specified by the controller 10 and stores it. After temporarily storing the input packet, each of the output buffer memories 23-1 to 23-M temporarily stores the input packet, and outputs the adjacent node A 1 via each of the output interfaces 24-1 to 24-M having the corresponding transmitter. To A M. Further, each of the communication interfaces 25-1 to 25-M is connected to the adjacent node A 1 to A M, in accordance with an instruction of the controller 10, by communicating with the communication interface of each adjacent node k, the delay of each packet The time data is received and stored in the table generation processing memory 102 of the central processing unit 100 via the controller 10 and the data communication device 14.

【0036】図2は、図1の中央処理装置100のコン
トローラ101によって予め実行されるルーチングテー
ブル生成処理を示すフローチャートである。まず、ステ
ップS1で、当該パケット伝送ネットワークにおける各
ルータ装置200−kの使用率X(k)を数2を用いて
計算する。次いで、ステップS2で、当該パケット伝送
ネットワーク全体の遅延時間Dtを数5を用いて計算す
る。さらに、ステップS3で数6の評価関数Wで最適化
した振り分け割合x(s,d,i)に基づいて、ルーチ
ングテーブルを生成してルーチングテーブルメモリ10
3に格納するとともに、各ルータ装置200に送信して
ルーチングテーブルメモリ13に格納して、当該テーブ
ル生成処理を終了する。
FIG. 2 is a flowchart showing a routing table generation process which is executed in advance by the controller 101 of the central processing unit 100 of FIG. First, in step S1, the usage rate X (k) of each router device 200-k in the packet transmission network is calculated using Expression 2. Next, in step S2, the delay time Dt of the entire packet transmission network is calculated using Expression 5. Further, in step S3, a routing table is generated based on the distribution ratio x (s, d, i) optimized by the evaluation function W of Expression 6, and the routing table memory 10 is generated.
3 and send it to each router device 200 to store it in the routing table memory 13 and end the table generation processing.

【0037】図3は、図1の各ルータ装置200のコン
トローラ10によって実行されるルーチング処理を示す
フローチャートである。図3において、まず、ステップ
S11において、キューメモリ21で待ち合わせしてい
る先頭のパケットを処理対象とする。次いで、ステップ
S12で、処理対象のパケットの宛先ノードjをキュー
メモリ21から読み出し、ステップS13で当該ルータ
装置200がパケットの送信元の起点のノードであるか
否か判断され、起点のノードであれば(YES)、ステ
ップS14で公知の方法で乱数R(0≦R≦1)を発生
する。そして、ステップS15で、発生された乱数Rに
基づいて、ルーチングテーブルメモリ13内のルーチン
グテーブルを用いて対応する振り分け割合x(s,d,
i)に応じて、処理対象のパケットを送信すべき、経路
番号及び隣接ノードを決定する。例えば、所定の起点か
ら所定の宛先まで3つの経路が存在し、振り分け割合が
1/3ずつであるとき、乱数Rが0≦R≦0.333で
あるとき、第1の経路を選択し、乱数Rが0.334≦
R≦0.667であるとき、第2の経路を選択し、乱数
Rが0.667≦R≦1.0であるとき、第3の経路を
選択する。次いで、ステップS16でデータスイッチ2
2を制御して、処理対象のパケットを経路番号データと
ともに上記決定された隣接ノードに向けて送信する。本
実施形態におけるパケットは、送信元データと、宛先デ
ータと、経路番号データと、送信すべき内容の情報デー
タとを含んで構成される。最後に、ステップS17で、
キューメモリ21で待ち合わせしている次のパケットを
処理対象として、ステップS12に戻り、上記の処理を
繰り返す。
FIG. 3 is a flowchart showing a routing process executed by the controller 10 of each router 200 in FIG. In FIG. 3, first, in step S11, the first packet waiting in the queue memory 21 is to be processed. Next, in step S12, the destination node j of the packet to be processed is read from the queue memory 21, and in step S13, it is determined whether or not the router device 200 is the source node of the packet transmission source. If (YES), a random number R (0 ≦ R ≦ 1) is generated by a known method in step S14. Then, in step S15, based on the generated random number R, using the routing table in the routing table memory 13, the corresponding distribution ratio x (s, d,
According to i), the route number and the adjacent node to which the packet to be processed is to be transmitted are determined. For example, when there are three routes from a predetermined starting point to a predetermined destination and the distribution ratio is 1/3 each, when the random number R is 0 ≦ R ≦ 0.333, the first route is selected, The random number R is 0.334 ≦
When R ≦ 0.667, the second route is selected, and when the random number R satisfies 0.667 ≦ R ≦ 1.0, the third route is selected. Next, in step S16, the data switch 2
2 to transmit the packet to be processed, together with the path number data, to the determined adjacent node. The packet according to the present embodiment includes transmission source data, destination data, path number data, and information data of contents to be transmitted. Finally, in step S17,
With the next packet waiting in the queue memory 21 as a processing target, the process returns to step S12, and the above processing is repeated.

【0038】ステップS13で起点でなければ(N
O)、起点で決定された経路番号の経路に従って処理す
べきパケットを送信するために、ステップS18で、受
信したパケットから経路番号データを読み出し、ステッ
プS19でデータスイッチ22を制御して、処理対象の
パケットを経路番号データとともに、上記読み出された
経路番号データに対応する経路の隣接ノードに向けて送
信する。そして、ステップS17に進む。
If it is not the starting point in step S13 (N
O) In order to transmit a packet to be processed according to the path of the path number determined at the starting point, the path number data is read from the received packet in step S18, and the data switch 22 is controlled in step S19 to Is transmitted together with the path number data to the adjacent node of the path corresponding to the read path number data. Then, the process proceeds to step S17.

【0039】以上の実施形態においては、図2のルーチ
ング処理と図3のルーチングテーブル生成処理のルーチ
ングプログラムをプログラムROM11に記録している
が、本発明はこれに限らず、当該ルーチングプログラム
を、CD−ROM、光ディスク、光磁気ディスクなどの
各種の記録媒体に記録してもよい。これにより、当該ル
ーチングプログラムを容易にルータ装置200のコント
ローラ10のRAMにロードして、実行することができ
る。
In the above embodiment, the routing program of the routing process of FIG. 2 and the routing table generation process of FIG. 3 are recorded in the program ROM 11, but the present invention is not limited to this. -Recording may be performed on various recording media such as a ROM, an optical disk, and a magneto-optical disk. Thus, the routing program can be easily loaded into the RAM of the controller 10 of the router device 200 and executed.

【0040】[0040]

【実施例】本発明者は、本発明の動作を検証するため
に、図5のネットワークモデルを用いて、に各ノードで
入力パケットを発生させてシミュレーションを行った。
ここで、ネットワークモデルは、1つのノードが最大6
個のノードを接続されるように、48個のノードが、図
5のトポロジーで接続されており、ノード間のリンクは
双方向である。ノードは、1つのキューメモリ21を持
ち、入力パケットに対しFIFOメモリで処理する。パ
ケット当たりの処理時間μは定数である。また、入力ト
ラヒックは、ネットワーク全体でポアソン分布に従っ
て、パケットを発生した。各パケットの送信元ノードと
宛先ノード番号の分布は、一様分布である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In order to verify the operation of the present invention, the present inventor performed a simulation by generating input packets at each node using the network model of FIG.
Here, the network model is such that one node has a maximum of 6
48 nodes are connected in the topology of FIG. 5 so that the nodes are connected, and the link between the nodes is bidirectional. The node has one queue memory 21 and processes an input packet with a FIFO memory. The processing time μ per packet is a constant. In addition, the input traffic generated packets according to the Poisson distribution throughout the network. The distribution of the source node and the destination node number of each packet is a uniform distribution.

【0041】図6は、図5のパケット伝送ネットワーク
における本実施形態のシミュレーション結果である、入
力トラフィックに対する平均遅延時間を示す平均遅延時
間の入力依存特性のグラフであり、図7は、その入力ト
ラフィックに対する最大使用率を示す最大使用率の入力
依存特性のグラフである。ここでは、ルータ装置200
間の遅延時間を無視して計算している。この結果、従来
の最小ホップのシングルパスルーチング(SR)に比較
し、本発明の実施形態のルーチング方法及びルータ装置
200では、ホップ数の増加を0で複数パスで振り分け
たとき(BSR00)、さらに、ホップ数の増加を1の
遠回りを許して複数パスで振り分けたとき(BSR 0
1)に、最大負荷を有するルータ装置200−kの使用
率X(k)が大きく抑圧でき、ネットワーク全体の遅延
時間Dtを増加させずに、入力トラヒック容量を1.5
倍程度改善できた。
FIG. 6 is a graph showing an input delay characteristic of an average delay time indicating an average delay time for input traffic, which is a simulation result of the present embodiment in the packet transmission network of FIG. 5, and FIG. 6 is a graph of an input dependence characteristic of the maximum usage rate indicating the maximum usage rate with respect to. Here, the router device 200
The calculation is performed ignoring the delay time between them. As a result, when compared with the conventional minimum hop single path routing (SR), in the routing method and the router 200 of the embodiment of the present invention, when the increase in the number of hops is distributed to a plurality of paths at 0 (BSR00), When the increase in the number of hops is distributed by multiple paths while allowing a detour of 1 (BSR 0
In 1), the usage rate X (k) of the router device 200-k having the maximum load can be greatly suppressed, and the input traffic capacity can be reduced to 1.5 without increasing the delay time Dt of the entire network.
It was improved about twice.

【0042】以上説明したように、本実施形態によれ
ば、ネットワーク資源の有効利用によりエンドツーエン
ドの平均遅延時間を減少させることができ、しかも、入
力容量の拡大により既存のパケット伝送ネットワークを
有効利用することができる。また、数6の評価関数Wを
用いることにより、より簡単に評価してルーチングする
ことができる。
As described above, according to the present embodiment, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity. Can be used. In addition, by using the evaluation function W of Expression 6, the evaluation and the routing can be performed more easily.

【0043】以上の実施形態においては、ルーチングテ
ーブルは中央処理装置100により予め生成されて各ル
ータ装置200のルーチングテーブルメモリ13に記憶
しているが、本発明はこれに限らず、中央処理装置10
0は例えば1日に1回などの所定の周期で周期的にルー
チングテーブルを生成して更新した後、各ルータ装置2
00のルーチングテーブルメモリ13内のルーチングテ
ーブルを逐次更新するように構成してもよい。これによ
り、平均遅延時間が最小となるように動的に適応して、
ルーチングテーブルを更新して、パケットのルーチング
を行うことができる。
In the above embodiment, the routing table is generated in advance by the central processing unit 100 and stored in the routing table memory 13 of each router 200. However, the present invention is not limited to this.
0 indicates that the routing table is generated and updated periodically at a predetermined cycle such as once a day.
The routing table in the routing table memory 13 of 00 may be sequentially updated. This dynamically adapts to minimize the average delay time,
Routing packets can be updated by updating the routing table.

【0044】[0044]

【発明の効果】以上詳述したように本発明に係る請求項
1記載のルーチング方法によれば、中央処理装置と、上
記中央処理装置と回線接続された複数のノードのルータ
装置を備えたコネクションレスのパケット伝送ネットワ
ークのためのマルチパスルーチング方法を用いて、ルー
タ装置に入力されたパケットのルーチングを行うルーチ
ング方法において、上記中央処理装置は、上記各ルータ
装置から宛先までのループや寄り道のないすべての経路
を予め記憶するステップと、送信元から宛先までに要す
るパケットの遅延時間と、上記パケット伝送ネットワー
クの中で最大負荷を有する最大負荷ルータ装置の使用率
を含む評価関数を用いて、上記評価関数の値が小さくな
るように、上記すべての経路の振り分け割合を計算して
ルーチングテーブルを作成するステップと、上記作成さ
れたルーチングテーブルを上記各ルータ装置に送信する
ステップとを含む処理を実行し、上記各ルータ装置は、
上記中央処理装置によって送信されたルーチングテーブ
ルを記憶するステップと、上記記憶されたルーチングテ
ーブルを用いて、上記入力されたパケットをルーチング
するステップとを含む処理を実行する。従って、ネット
ワーク資源の有効利用によりエンドツーエンドの平均遅
延時間を減少させることができ、しかも、入力容量の拡
大により既存のパケット伝送ネットワークを有効利用す
ることができる。
As described above in detail, according to the routing method of the first aspect of the present invention, a connection including a central processing unit and a router device of a plurality of nodes connected to the central processing unit via a line. In a routing method for routing a packet input to a router device using a multipath routing method for a packet-less packet transmission network, the central processing unit has no loops or detours from each of the router devices to a destination. Using the evaluation function including the step of storing all the routes in advance, the delay time of the packet required from the source to the destination, and the usage rate of the maximum load router device having the maximum load in the packet transmission network, Calculate the distribution ratio of all the above routes so that the value of the evaluation function becomes smaller, And creating, and the routing table that was created above executes processing and transmitting to each router device, each router device,
A process including a step of storing a routing table transmitted by the central processing unit and a step of routing the input packet using the stored routing table is executed. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity.

【0045】また、請求項2記載のルーチング方法によ
れば、請求項1記載のルーチング方法において、上記ル
ーチングテーブルを作成するステップは予め実行され
る。従って、ネットワーク資源の有効利用によりエンド
ツーエンドの平均遅延時間を減少させることができ、し
かも、入力容量の拡大により既存のパケット伝送ネット
ワークを有効利用することができる。
According to the routing method of the present invention, the step of creating the routing table is executed in advance. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity.

【0046】さらに、請求項3記載のルーチング方法に
よれば、上記ルーチングテーブルを作成するステップは
所定の周期で周期的に実行され、上記各ルータ装置のル
ーチングテーブルは上記周期で周期的に更新される。従
って、ネットワーク資源の有効利用により、上記ルーチ
ングテーブルを動的に適応的に更新して、エンドツーエ
ンドの平均遅延時間を減少させることができ、しかも、
入力容量の拡大により既存のパケット伝送ネットワーク
を有効利用することができる。
According to a third aspect of the present invention, the step of creating the routing table is periodically executed at a predetermined cycle, and the routing table of each of the routers is periodically updated at the above cycle. You. Therefore, by effectively using the network resources, the routing table can be dynamically and adaptively updated to reduce the end-to-end average delay time.
The existing packet transmission network can be effectively used by expanding the input capacity.

【0047】またさらに、請求項4記載のルーチング方
法においては、請求項1、2又は3記載のルーチング方
法において、上記評価関数は、上記遅延時間と上記最大
負荷ルータ装置の使用率との線形結合で表される。従っ
て、ネットワーク資源の有効利用によりエンドツーエン
ドの平均遅延時間を減少させることができ、しかも、入
力容量の拡大により既存のパケット伝送ネットワークを
有効利用することができる。また、上記評価関数を用い
ることにより、より簡単に評価してルーチングすること
ができる。
Further, in the routing method according to the fourth aspect, in the routing method according to the first, second or third aspect, the evaluation function is a linear combination of the delay time and the usage rate of the maximum load router device. It is represented by Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity. In addition, by using the above evaluation function, evaluation and routing can be performed more easily.

【0048】本発明に係る請求項5記載のルータ装置に
よれば、中央処理装置と、上記中央処理装置と回線接続
された複数のノードのルータ装置を備えたコネクション
レスのパケット伝送ネットワークのためのマルチパスル
ーチング方法を用いて、ルータ装置に入力されたパケッ
トのルーチングを行うルータ装置において、上記中央処
理装置は、上記各ルータ装置から宛先までのループや寄
り道のないすべての経路を予め記憶する第1の記憶手段
と、送信元から宛先までに要するパケットの遅延時間
と、上記パケット伝送ネットワークの中で最大負荷を有
する最大負荷ルータ装置の使用率を含む評価関数を用い
て、上記評価関数の値が小さくなるように、上記第1の
記憶手段に記憶されたすべての経路の振り分け割合を計
算してルーチングテーブルを作成する作成手段と、上記
作成手段によって作成されたルーチングテーブルを上記
各ルータ装置に送信する送信手段とを備え、上記各ルー
タ装置は、上記中央処理装置の送信手段によって送信さ
れたルーチングテーブルを記憶する第2の記憶手段と、
上記第2の記憶手段に記憶されたルーチングテーブルを
用いて、上記入力されたパケットをルーチングするルー
チング手段とを備える。従って、ネットワーク資源の有
効利用によりエンドツーエンドの平均遅延時間を減少さ
せることができ、しかも、入力容量の拡大により既存の
パケット伝送ネットワークを有効利用することができ
る。
According to a fifth aspect of the present invention, there is provided a router for a connectionless packet transmission network comprising a central processing unit and a router of a plurality of nodes connected to the central processing unit. In a router device that routes a packet input to the router device using a multipath routing method, the central processing unit stores in advance all routes without loops or side trips from the router devices to destinations. (1) the value of the evaluation function by using a storage unit, an evaluation function including a delay time of a packet required from a transmission source to a destination, and a usage rate of a maximum load router device having a maximum load in the packet transmission network. The routing ratios of all the routes stored in the first storage means are calculated so that And a transmitting unit for transmitting the routing table generated by the generating unit to each of the router devices, wherein each of the router devices transmits the routing table transmitted by the transmitting unit of the central processing unit. Second storage means for storing
Routing means for routing the input packet using a routing table stored in the second storage means. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity.

【0049】また、請求項6記載のルータ装置によれ
ば、請求項5記載のルータ装置において、上記作成手段
は上記ルーチングテーブルを作成する処理を予め実行す
る。従って、ネットワーク資源の有効利用によりエンド
ツーエンドの平均遅延時間を減少させることができ、し
かも、入力容量の拡大により既存のパケット伝送ネット
ワークを有効利用することができる。
According to the router device of the sixth aspect, in the router device of the fifth aspect, the creating means executes the processing of creating the routing table in advance. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity.

【0050】さらに、請求項7記載のルータ装置によれ
ば、請求項5記載のルータ装置において、上記作成手段
は上記ルーチングテーブルを所定の周期で周期的に作成
して更新し、上記各ルータ装置の第2の記憶手段に記憶
されたルーチングテーブルは上記周期で周期的に更新さ
れる。従って、ネットワーク資源の有効利用により、上
記ルーチングテーブルを動的に適応的に更新して、エン
ドツーエンドの平均遅延時間を減少させることができ、
しかも、入力容量の拡大により既存のパケット伝送ネッ
トワークを有効利用することができる。
Further, according to the router device of the seventh aspect, in the router device of the fifth aspect, the creation means creates and updates the routing table periodically at a predetermined cycle, and updates each of the router devices. The routing table stored in the second storage means is periodically updated in the above cycle. Therefore, by effectively using the network resources, the routing table can be dynamically and adaptively updated to reduce the average end-to-end delay time,
In addition, the existing packet transmission network can be effectively used by expanding the input capacity.

【0051】またさらに、請求項8記載のルータ装置に
よれば、請求項5、6又は7記載のルータ装置におい
て、上記評価関数は、上記遅延時間と上記最大負荷ルー
タ装置の使用率との線形結合で表される。従って、ネッ
トワーク資源の有効利用によりエンドツーエンドの平均
遅延時間を減少させることができ、しかも、入力容量の
拡大により既存のパケット伝送ネットワークを有効利用
することができる。また、上記評価関数を用いることに
より、より簡単に評価してルーチングすることができ
る。
Further, according to the router device of the eighth aspect, in the router device of the fifth, sixth or seventh aspect, the evaluation function is a linear relationship between the delay time and the usage rate of the maximum load router device. Represented by a bond. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity. In addition, by using the above evaluation function, evaluation and routing can be performed more easily.

【0052】本発明に係る請求項9記載の記録媒体によ
れば、請求項1、2、3又は4記載のルーチング方法の
処理プログラムを記録する。従って、ネットワーク資源
の有効利用によりエンドツーエンドの平均遅延時間を減
少させることができ、しかも、入力容量の拡大により既
存のパケット伝送ネットワークを有効利用することがで
きる。また、上記評価関数を用いることにより、より簡
単に評価してルーチングすることができる。さらに、当
該ルーチングプログラムを容易にルータ装置のコントロ
ーラのRAMにロードして、実行することができる。
According to the recording medium of the ninth aspect of the present invention, a processing program of the routing method of the first, second, third or fourth aspect is recorded. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity. In addition, by using the above evaluation function, evaluation and routing can be performed more easily. Further, the routing program can be easily loaded into the RAM of the controller of the router device and executed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明に係る一実施形態である中央処理装置
100とルータ装置200とからなるコネクションレス
のパケット伝送ネットワークの構成を示すブロック図で
ある。
FIG. 1 is a block diagram illustrating a configuration of a connectionless packet transmission network including a central processing unit 100 and a router device 200 according to an embodiment of the present invention.

【図2】 図1の中央処理装置100のコントローラ1
01によって実行されるルーチングテーブル生成処理を
示すフローチャートである。
FIG. 2 is a controller 1 of the central processing unit 100 of FIG. 1;
11 is a flowchart illustrating a routing table generation process executed by the first embodiment.

【図3】 図1のルータ装置200のコントローラ10
によって実行されるルーチング処理を示すフローチャー
トである。
FIG. 3 is a diagram showing a controller 10 of the router 200 shown in FIG. 1;
3 is a flowchart showing a routing process executed by the CPU.

【図4】 本実施形態のルータ装置200の数が11で
あるときのネットワークの一例を示すブロック図であ
る。
FIG. 4 is a block diagram illustrating an example of a network when the number of router devices 200 according to the present embodiment is eleven.

【図5】 本実施形態のシミュレーションにおいて用い
た、ルータ装置200の数が48であるときのネットワ
ークの一例を示すブロック図である。
FIG. 5 is a block diagram illustrating an example of a network when the number of router devices 200 is 48 used in the simulation of the present embodiment.

【図6】 本実施形態のシミュレーション結果である、
入力トラフィックに対する平均遅延時間を示す平均遅延
時間の入力依存特性のグラフである。
FIG. 6 is a simulation result of the embodiment;
5 is a graph of an input delay characteristic of an average delay time indicating an average delay time for input traffic.

【図7】 本実施形態のシミュレーション結果である、
入力トラフィックに対する最大使用率を示す最大使用率
の入力依存特性のグラフである。
FIG. 7 is a simulation result of the embodiment;
5 is a graph of an input dependence characteristic of a maximum usage rate indicating a maximum usage rate for input traffic.

【符号の説明】[Explanation of symbols]

10…コントローラ、 11…プログラムROM、 12…ワーキングRAM、 13…ルーチングテーブルメモリ、 14…データ通信装置、 20−1乃至20−M…入力インターフェース、 21…キューメモリ、 22…データスイッチ、 23−1乃至23−M…出力バッファメモリ、 24−1乃至24−M…出力インターフェース、 25−1乃至25−M…通信インターフェース、 100…中央処理装置、 101…コントローラ、 102…テーブル生成パラメータ処理メモリ、 103…ルーチングテーブルメモリ、 104…データ通信装置、 200…ルータ装置、 300…データ通信回線、 A1乃至AM…隣接ノード。DESCRIPTION OF SYMBOLS 10 ... Controller, 11 ... Program ROM, 12 ... Working RAM, 13 ... Routing table memory, 14 ... Data communication device, 20-1 to 20-M ... Input interface, 21 ... Queue memory, 22 ... Data switch, 23-1 To 23-M: output buffer memory, 24-1 to 24-M: output interface, 25-1 to 25-M: communication interface, 100: central processing unit, 101: controller, 102: table generation parameter processing memory, 103 ... routing table memory, 104 ... communication unit, 200 ... router device, 300 ... data communication lines, A 1 to A M ... neighbor nodes.

─────────────────────────────────────────────────────
────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成11年4月2日[Submission date] April 2, 1999

【手続補正1】[Procedure amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】特許請求の範囲[Correction target item name] Claims

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【特許請求の範囲】[Claims]

【手続補正2】[Procedure amendment 2]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0010[Correction target item name] 0010

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0010】[0010]

【課題を解決するための手段】本発明に係る請求項1記
載のルーチング方法は、中央処理装置と、上記中央処理
装置と回線接続された複数のノードのルータ装置を備え
たコネクションレスのパケット伝送ネットワークのため
のマルチパスルーチング方法を用いて、ルータ装置に入
力されたパケットのルーチングを行うルーチング方法に
おいて、上記中央処理装置は、上記各ルータ装置から宛
先までのループや寄り道のないすべての経路を予め記憶
するステップと、送信元から宛先までに要するパケット
の遅延時間と、上記パケット伝送ネットワークの中で最
大負荷を有する最大負荷ルータ装置の使用率との線形結
合で表された評価関数を用いて、上記評価関数の値が最
小となり上記各ルータ装置の通信容量を増大させるよう
に、上記すべての経路の振り分け割合を計算してルーチ
ングテーブルを作成するステップと、上記作成されたル
ーチングテーブルを上記各ルータ装置に送信するステッ
プとを含む処理を実行し、上記各ルータ装置は、上記中
央処理装置によって送信されたルーチングテーブルを記
憶するステップと、上記記憶されたルーチングテーブル
を用いて、上記入力されたパケットをルーチングするス
テップとを含む処理を実行することを特徴とする。
According to a first aspect of the present invention, there is provided a routing method for connectionless packet transmission comprising a central processing unit and a router device of a plurality of nodes connected to the central processing unit via a line. In a routing method for routing a packet input to a router device using a multi-path routing method for a network, the central processing unit may execute all routes without loops or detours from the router devices to destinations. Using an evaluation function represented by a linear combination of a step of storing in advance, a delay time of a packet required from a source to a destination, and a usage rate of a maximum load router device having a maximum load in the packet transmission network. , So that the value of the evaluation function is minimized and the communication capacity of each of the router devices is increased. Calculating a routing ratio of a road to create a routing table, and transmitting the created routing table to each of the routers. A process including a step of storing the transmitted routing table and a step of routing the input packet using the stored routing table is performed.

【手続補正3】[Procedure amendment 3]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0013[Correction target item name] 0013

【補正方法】削除[Correction method] Deleted

【手続補正4】[Procedure amendment 4]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0014[Correction target item name] 0014

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0014】本発明に係る請求項4記載のルータ装置
は、中央処理装置と、上記中央処理装置と回線接続され
た複数のノードのルータ装置を備えたコネクションレス
のパケット伝送ネットワークのためのマルチパスルーチ
ング方法を用いて、ルータ装置に入力されたパケットの
ルーチングを行うルータ装置において、上記中央処理装
置は、上記各ルータ装置から宛先までのループや寄り道
のないすべての経路を予め記憶する第1の記憶手段と、
送信元から宛先までに要するパケットの遅延時間と、上
記パケット伝送ネットワークの中で最大負荷を有する最
大負荷ルータ装置の使用率との線形結合で表された評価
関数を用いて、上記評価関数の値が最小となり上記各ル
ータ装置の通信容量を増大させるように、上記すべての
経路の振り分け割合を計算してルーチングテーブルを作
成する作成手段と、上記作成手段によって作成されたル
ーチングテーブルを上記各ルータ装置に送信する送信手
段とを備え、上記各ルータ装置は、上記中央処理装置の
送信手段によって送信されたルーチングテーブルを記憶
する第2の記憶手段と、上記第2の記憶手段に記憶され
たルーチングテーブルを用いて、上記入力されたパケッ
トをルーチングするルーチング手段とを備えたことを特
徴とする。
According to a fourth aspect of the present invention, there is provided a router for a multi-path for a connectionless packet transmission network comprising a central processing unit and a router of a plurality of nodes connected to the central processing unit. In a router device that routes a packet input to the router device by using a routing method, the central processing unit stores, in advance, all routes from each of the router devices to destinations without loops or detours. Storage means;
Using an evaluation function represented by a linear combination of the delay time of the packet required from the source to the destination and the usage rate of the maximum load router device having the maximum load in the packet transmission network, the value of the evaluation function Means for calculating the distribution ratio of all the routes to create a routing table so that the routing table is minimized and the communication capacity of each of the router devices is increased. Transmitting means for transmitting to the central processing unit, each of the router devices stores a routing table transmitted by the transmitting means of the central processing unit, and a routing table stored in the second storing means. And routing means for routing the input packet by using

【手続補正5】[Procedure amendment 5]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0015[Correction target item name] 0015

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0015】また、請求項5記載のルータ装置は、請求
項4記載のルータ装置において、上記作成手段は上記ル
ーチングテーブルを作成する処理を予め実行することを
特徴とする。
According to a fifth aspect of the present invention, there is provided a router device according to the fourth aspect, wherein the creating means executes a process of creating the routing table in advance.

【手続補正6】[Procedure amendment 6]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0016[Correction target item name] 0016

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0016】さらに、請求項6記載のルータ装置は、請
求項4記載のルータ装置において、上記作成手段は上記
ルーチングテーブルを所定の周期で周期的に作成して更
新し、上記各ルータ装置の第2の記憶手段に記憶された
ルーチングテーブルは上記周期で周期的に更新されるこ
とを特徴とする。
Further, in the router device according to claim 6, in the router device according to claim 4, the creating means periodically creates and updates the routing table at a predetermined cycle, and updates the routing table of each of the router devices. The routing table stored in the second storage means is periodically updated in the above cycle.

【手続補正7】[Procedure amendment 7]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0017[Correction target item name] 0017

【補正方法】削除[Correction method] Deleted

【手続補正8】[Procedure amendment 8]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0018[Correction target item name] 0018

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0018】本発明に係る請求項7記載の記録媒体は、
請求項1乃至3のうちの1つに記載のルーチング方法の
処理プログラムを記録したことを特徴とする。
A recording medium according to a seventh aspect of the present invention comprises:
A processing program of the routing method according to any one of claims 1 to 3 is recorded.

【手続補正9】[Procedure amendment 9]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0044[Correction target item name] 0044

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0044】[0044]

【発明の効果】以上詳述したように本発明に係る請求項
1記載のルーチング方法によれば、中央処理装置と、上
記中央処理装置と回線接続された複数のノードのルータ
装置を備えたコネクションレスのパケット伝送ネットワ
ークのためのマルチパスルーチング方法を用いて、ルー
タ装置に入力されたパケットのルーチングを行うルーチ
ング方法において、上記中央処理装置は、上記各ルータ
装置から宛先までのループや寄り道のないすべての経路
を予め記憶するステップと、送信元から宛先までに要す
るパケットの遅延時間と、上記パケット伝送ネットワー
クの中で最大負荷を有する最大負荷ルータ装置の使用率
との線形結合で表された評価関数を用いて、上記評価関
数の値が最小となり上記各ルータ装置の通信容量を増大
させるように、上記すべての経路の振り分け割合を計算
してルーチングテーブルを作成するステップと、上記作
成されたルーチングテーブルを上記各ルータ装置に送信
するステップとを含む処理を実行し、上記各ルータ装置
は、上記中央処理装置によって送信されたルーチングテ
ーブルを記憶するステップと、上記記憶されたルーチン
グテーブルを用いて、上記入力されたパケットをルーチ
ングするステップとを含む処理を実行する。従って、ネ
ットワーク資源の有効利用によりエンドツーエンドの平
均遅延時間を減少させることができ、しかも、入力容量
の拡大により既存のパケット伝送ネットワークを有効利
用することができる。
As described above in detail, according to the routing method of the first aspect of the present invention, a connection including a central processing unit and a router device of a plurality of nodes connected to the central processing unit via a line. In a routing method for routing a packet input to a router device using a multipath routing method for a packet-less packet transmission network, the central processing unit has no loops or detours from each of the router devices to a destination. An evaluation expressed as a linear combination of a step of storing all routes in advance, a delay time of a packet required from a source to a destination, and a usage rate of a maximum load router device having a maximum load in the packet transmission network. Using the function, the value of the evaluation function is minimized and the communication capacity of each of the router devices is increased, Calculating a distribution ratio of all routes to create a routing table; and transmitting the created routing table to each of the routers. A process including a step of storing a routing table transmitted by the device and a step of routing the input packet using the stored routing table is executed. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity.

【手続補正10】[Procedure amendment 10]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0047[Correction target item name] 0047

【補正方法】削除[Correction method] Deleted

【手続補正11】[Procedure amendment 11]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0048[Correction target item name] 0048

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0048】本発明に係る請求項4記載のルータ装置に
よれば、中央処理装置と、上記中央処理装置と回線接続
された複数のノードのルータ装置を備えたコネクション
レスのパケット伝送ネットワークのためのマルチパスル
ーチング方法を用いて、ルータ装置に入力されたパケッ
トのルーチングを行うルータ装置において、上記中央処
理装置は、上記各ルータ装置から宛先までのループや寄
り道のないすべての経路を予め記憶する第1の記憶手段
と、送信元から宛先までに要するパケットの遅延時間
と、上記パケット伝送ネットワークの中で最大負荷を有
する最大負荷ルータ装置の使用率との線形結合で表され
た評価関数を用いて、上記評価関数の値が最小となり上
記各ルータ装置の通信容量を増大させるように、上記す
べての経路の振り分け割合を計算してルーチングテーブ
ルを作成する作成手段と、上記作成手段によって作成さ
れたルーチングテーブルを上記各ルータ装置に送信する
送信手段とを備え、上記各ルータ装置は、上記中央処理
装置の送信手段によって送信されたルーチングテーブル
を記憶する第2の記憶手段と、上記第2の記憶手段に記
憶されたルーチングテーブルを用いて、上記入力された
パケットをルーチングするルーチング手段とを備える。
従って、ネットワーク資源の有効利用によりエンドツー
エンドの平均遅延時間を減少させることができ、しか
も、入力容量の拡大により既存のパケット伝送ネットワ
ークを有効利用することができる。
According to a fourth aspect of the present invention, there is provided a router for a connectionless packet transmission network comprising a central processing unit, and a router of a plurality of nodes connected to the central processing unit. In a router device that routes a packet input to the router device using a multipath routing method, the central processing unit stores in advance all routes without loops or side trips from the router devices to destinations. 1 and an evaluation function expressed by a linear combination of a delay time of a packet required from a transmission source to a destination and a usage rate of a maximum load router device having a maximum load in the packet transmission network. The distribution of all the routes so that the value of the evaluation function is minimized and the communication capacity of each router is increased. A generating unit for calculating a ratio to generate a routing table; and a transmitting unit for transmitting the routing table generated by the generating unit to each of the router devices, wherein each of the router devices includes a transmitting unit of the central processing unit. A second storage unit for storing the routing table transmitted by the first storage unit, and a routing unit for routing the input packet using the routing table stored in the second storage unit.
Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity.

【手続補正12】[Procedure amendment 12]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0049[Correction target item name] 0049

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0049】また、請求項5記載のルータ装置によれ
ば、請求項4記載のルータ装置において、上記作成手段
は上記ルーチングテーブルを作成する処理を予め実行す
る。従って、ネットワーク資源の有効利用によりエンド
ツーエンドの平均遅延時間を減少させることができ、し
かも、入力容量の拡大により既存のパケット伝送ネット
ワークを有効利用することができる。
Further, according to the router device of the fifth aspect, in the router device of the fourth aspect, the creation means executes the processing of creating the routing table in advance. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity.

【手続補正13】[Procedure amendment 13]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0050[Correction target item name] 0050

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0050】さらに、請求項6記載のルータ装置によれ
ば、請求項4記載のルータ装置において、上記作成手段
は上記ルーチングテーブルを所定の周期で周期的に作成
して更新し、上記各ルータ装置の第2の記憶手段に記憶
されたルーチングテーブルは上記周期で周期的に更新さ
れる。従って、ネットワーク資源の有効利用により、上
記ルーチングテーブルを動的に適応的に更新して、エン
ドツーエンドの平均遅延時間を減少させることができ、
しかも、入力容量の拡大により既存のパケット伝送ネッ
トワークを有効利用することができる。
Further, according to the router device of the sixth aspect, in the router device of the fourth aspect, the creating means creates and updates the routing table periodically at a predetermined cycle, and updates the routing table. The routing table stored in the second storage means is periodically updated in the above cycle. Therefore, by effectively using the network resources, the routing table can be dynamically and adaptively updated to reduce the average end-to-end delay time,
In addition, the existing packet transmission network can be effectively used by expanding the input capacity.

【手続補正14】[Procedure amendment 14]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0051[Correction target item name] 0051

【補正方法】削除[Correction method] Deleted

【手続補正15】[Procedure amendment 15]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0052[Correction target item name] 0052

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0052】本発明に係る請求項7記載の記録媒体によ
れば、請求項1乃至3のうちの1つに記載のルーチング
方法の処理プログラムを記録する。従って、ネットワー
ク資源の有効利用によりエンドツーエンドの平均遅延時
間を減少させることができ、しかも、入力容量の拡大に
より既存のパケット伝送ネットワークを有効利用するこ
とができる。また、上記評価関数を用いることにより、
より簡単に評価してルーチングすることができる。さら
に、当該ルーチングプログラムを容易にルータ装置のコ
ントローラのRAMにロードして、実行することができ
る。
According to a recording medium according to a seventh aspect of the present invention, a processing program for a routing method according to one of the first to third aspects is recorded. Therefore, the end-to-end average delay time can be reduced by effectively using the network resources, and the existing packet transmission network can be effectively used by increasing the input capacity. Also, by using the above evaluation function,
It can be more easily evaluated and routed. Further, the routing program can be easily loaded into the RAM of the controller of the router device and executed.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 新上 和正 京都府相楽郡精華町大字乾谷小字三平谷5 番地 株式会社エイ・ティ・アール環境適 応通信研究所内 (72)発明者 下川 信祐 京都府相楽郡精華町大字乾谷小字三平谷5 番地 株式会社エイ・ティ・アール環境適 応通信研究所内 ────────────────────────────────────────────────── ─── Continuing on the front page (72) Kazumasa Shinkami 5 Sanraya, Seiya-cho, Seika-cho, Soraku-gun, Kyoto Pref. Inside ATI R & D Center for Environmentally Adaptable Communication (72) Inventor Shinsuke Shimokawa Kyoto 5 Shiraya, Seiya-cho, Seika-cho, Soraku-gun

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 中央処理装置と、上記中央処理装置と回
線接続された複数のノードのルータ装置を備えたコネク
ションレスのパケット伝送ネットワークのためのマルチ
パスルーチング方法を用いて、ルータ装置に入力された
パケットのルーチングを行うルーチング方法において、 上記中央処理装置は、 上記各ルータ装置から宛先までのループや寄り道のない
すべての経路を予め記憶するステップと、 送信元から宛先までに要するパケットの遅延時間と、上
記パケット伝送ネットワークの中で最大負荷を有する最
大負荷ルータ装置の使用率を含む評価関数を用いて、上
記評価関数の値が小さくなるように、上記すべての経路
の振り分け割合を計算してルーチングテーブルを作成す
るステップと、 上記作成されたルーチングテーブルを上記各ルータ装置
に送信するステップとを含む処理を実行し、 上記各ルータ装置は、 上記中央処理装置によって送信されたルーチングテーブ
ルを記憶するステップと、 上記記憶されたルーチングテーブルを用いて、上記入力
されたパケットをルーチングするステップとを含む処理
を実行することを特徴とするルーチング方法。
1. A multipath routing method for a connectionless packet transmission network comprising a central processing unit and a router device of a plurality of nodes connected to the central processing unit by a line. A routing method for routing a packet, wherein the central processing unit stores beforehand a loop from each of the router devices to a destination and all routes without side trips; and a delay time of a packet required from a source to a destination. And, using an evaluation function including the usage rate of the maximum load router device having the maximum load in the packet transmission network, calculating the distribution ratios of all the routes so that the value of the evaluation function is reduced. A step of creating a routing table; and Transmitting to the router device, the router device storing the routing table transmitted by the central processing unit, and using the stored routing table to execute the input. Routing the packet.
【請求項2】 請求項1記載のルーチング方法におい
て、 上記ルーチングテーブルを作成するステップは予め実行
されることを特徴とするルーチング方法。
2. The routing method according to claim 1, wherein the step of creating the routing table is executed in advance.
【請求項3】 請求項1記載のルーチング方法におい
て、 上記ルーチングテーブルを作成するステップは所定の周
期で周期的に実行され、上記各ルータ装置のルーチング
テーブルは上記周期で周期的に更新されることを特徴と
するルーチング方法。
3. The routing method according to claim 1, wherein the step of creating the routing table is performed periodically at a predetermined cycle, and the routing table of each of the router devices is periodically updated at the cycle. A routing method, characterized in that:
【請求項4】 請求項1、2又は3記載のルーチング方
法において、上記評価関数は、上記遅延時間と上記最大
負荷ルータ装置の使用率との線形結合で表されることを
特徴とするルーチング方法。
4. The routing method according to claim 1, wherein the evaluation function is represented by a linear combination of the delay time and the usage rate of the maximum load router device. .
【請求項5】 中央処理装置と、上記中央処理装置と回
線接続された複数のノードのルータ装置を備えたコネク
ションレスのパケット伝送ネットワークのためのマルチ
パスルーチング方法を用いて、ルータ装置に入力された
パケットのルーチングを行うルータ装置において、 上記中央処理装置は、 上記各ルータ装置から宛先までのループや寄り道のない
すべての経路を予め記憶する第1の記憶手段と、 送信元から宛先までに要するパケットの遅延時間と、上
記パケット伝送ネットワークの中で最大負荷を有する最
大負荷ルータ装置の使用率を含む評価関数を用いて、上
記評価関数の値が小さくなるように、上記第1の記憶手
段に記憶されたすべての経路の振り分け割合を計算して
ルーチングテーブルを作成する作成手段と、 上記作成手段によって作成されたルーチングテーブルを
上記各ルータ装置に送信する送信手段とを備え、 上記各ルータ装置は、 上記中央処理装置の送信手段によって送信されたルーチ
ングテーブルを記憶する第2の記憶手段と、 上記第2の記憶手段に記憶されたルーチングテーブルを
用いて、上記入力されたパケットをルーチングするルー
チング手段とを備えたことを特徴とするルータ装置。
5. A multi-path routing method for a connectionless packet transmission network comprising a central processing unit and a router device of a plurality of nodes connected to the central processing unit by a line. In the router device for routing the received packet, the central processing unit requires first storage means for storing in advance all the routes without loops and detours from each of the router devices to the destination, and from the source to the destination. Using a delay time of a packet and an evaluation function including a usage rate of a maximum load router device having a maximum load in the packet transmission network, the first storage unit stores the value of the evaluation function in such a manner as to decrease the value of the evaluation function. Creating means for calculating a distribution ratio of all the stored routes to create a routing table; Transmission means for transmitting the routing table created by the above to each of the router devices, wherein each of the router devices stores a routing table transmitted by the transmission means of the central processing unit; and Routing means for routing the input packet using a routing table stored in the second storage means.
【請求項6】 請求項5記載のルータ装置において、 上記作成手段は上記ルーチングテーブルを作成する処理
を予め実行することを特徴とするルータ装置。
6. The router device according to claim 5, wherein said creating means executes processing for creating said routing table in advance.
【請求項7】 請求項5記載のルータ装置において、 上記作成手段は上記ルーチングテーブルを所定の周期で
周期的に作成して更新し、上記各ルータ装置の第2の記
憶手段に記憶されたルーチングテーブルは上記周期で周
期的に更新されることを特徴とするルータ装置。
7. The router device according to claim 5, wherein the creation unit periodically creates and updates the routing table at a predetermined cycle, and stores the routing table in the second storage unit of each of the router devices. The router device, wherein the table is periodically updated at the above-mentioned cycle.
【請求項8】 請求項5、6又は7記載のルータ装置に
おいて、上記評価関数は、上記遅延時間と上記最大負荷
ルータ装置の使用率との線形結合で表されることを特徴
とするルータ装置。
8. The router device according to claim 5, wherein the evaluation function is represented by a linear combination of the delay time and the usage rate of the maximum load router device. .
【請求項9】 請求項1、2、3又は4記載のルーチン
グ方法の処理プログラムを記録したことを特徴とする記
録媒体。
9. A recording medium having recorded thereon a processing program of the routing method according to claim 1.
JP4195398A 1998-02-24 1998-02-24 Routing method, router device and recording medium Expired - Fee Related JP3100571B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4195398A JP3100571B2 (en) 1998-02-24 1998-02-24 Routing method, router device and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4195398A JP3100571B2 (en) 1998-02-24 1998-02-24 Routing method, router device and recording medium

Publications (2)

Publication Number Publication Date
JPH11239181A true JPH11239181A (en) 1999-08-31
JP3100571B2 JP3100571B2 (en) 2000-10-16

Family

ID=12622575

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4195398A Expired - Fee Related JP3100571B2 (en) 1998-02-24 1998-02-24 Routing method, router device and recording medium

Country Status (1)

Country Link
JP (1) JP3100571B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6940853B2 (en) 2000-01-11 2005-09-06 Juniper Networks, Inc. Datagram relaying apparatus with load distributing function
US8391178B2 (en) 2010-02-24 2013-03-05 Fujitsu Limited Route allocation apparatus and method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6940853B2 (en) 2000-01-11 2005-09-06 Juniper Networks, Inc. Datagram relaying apparatus with load distributing function
US7564844B2 (en) 2000-01-11 2009-07-21 Juniper Networks, Inc. Datagram relaying apparatus with load distributing function
US8045559B2 (en) 2000-01-11 2011-10-25 Juniper Networks, Inc. Datagram relaying apparatus with load distributing function
US8391178B2 (en) 2010-02-24 2013-03-05 Fujitsu Limited Route allocation apparatus and method

Also Published As

Publication number Publication date
JP3100571B2 (en) 2000-10-16

Similar Documents

Publication Publication Date Title
US6584071B1 (en) Routing with service level guarantees between ingress-egress points in a packet network
JP4768192B2 (en) Method and system for controlling data traffic in a network
US6538991B1 (en) Constraint-based routing between ingress-egress points in a packet network
US8014291B2 (en) Relaxed constrained shortest path first (R-CSPF)
US5964841A (en) Technique for handling forwarding transients with link state routing protocol
US7065044B2 (en) Managing congestion and traffic flow by considering the minimization of link utilization values
US7158486B2 (en) Method and system for fast computation of routes under multiple network states with communication continuation
US8000239B2 (en) Method and system for bandwidth allocation using router feedback
CN100596102C (en) Method for establishing label switched path of minimized path preemption cost
EP1757026B1 (en) Method and apparatus for forwarding data in a data communications network
EP1005194A2 (en) Router placement methods and apparatus for designing IP networks with performance guarantees
CN107294852B (en) Network routing method using topology dispersed short path set
US7065045B2 (en) Method and system for providing an optimal path choice for differentiated services
JP5235622B2 (en) Method for routing and load balancing in a communication network
EP1641198B1 (en) Method for routing traffic using traffic weighting factors
US11070472B1 (en) Dynamically mapping hash indices to member interfaces
JP3100571B2 (en) Routing method, router device and recording medium
JP2000092131A (en) Maximum flow data path setting
JP3029815B2 (en) Routing method, router device, and recording medium recording routing program
US20030231599A1 (en) Optimum route calculation method and storage medium which stores optimum route calculation program
EP1535432B1 (en) A method for load balancing using short path routing
JPH11225159A (en) Multi-cast communications system
CN116418492A (en) Route establishment method, system and quantum cryptography network
Ktari et al. Load balanced multipath routing in mobile ad hoc network
JP3016778B1 (en) Routing method, routing device, and recording medium recording routing program

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees