JPH05153148A - Routing system and communication controller - Google Patents

Routing system and communication controller

Info

Publication number
JPH05153148A
JPH05153148A JP3312920A JP31292091A JPH05153148A JP H05153148 A JPH05153148 A JP H05153148A JP 3312920 A JP3312920 A JP 3312920A JP 31292091 A JP31292091 A JP 31292091A JP H05153148 A JPH05153148 A JP H05153148A
Authority
JP
Japan
Prior art keywords
node
node address
address
digit
information
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.)
Withdrawn
Application number
JP3312920A
Other languages
Japanese (ja)
Inventor
Hifumi Asano
比富美 浅野
Shigeru Takeuchi
滋 竹内
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3312920A priority Critical patent/JPH05153148A/en
Publication of JPH05153148A publication Critical patent/JPH05153148A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Small-Scale Networks (AREA)

Abstract

PURPOSE:To easily cope with the increase or decrease of nodes, and to decide a direction by a simple algorithm by adding a 2-ary node address, in a network constituted of plural nodes branched into less than 3 directions. CONSTITUTION:A network 1 is expressed by a tree structure, and the node address of an (n)-order stage node is expressed by an (n) digit 2-ray. Then, at the time of communication, the node address of destination is compared with the node address of its own node within the range of the number of digits. When they disagree, the information is transferred to an upper node. When they are matched, the information is transferred to the left side when the node address of the destination at the left side by one digit than the digit of the node address of its own node is '1', and the information is transferred to the right side when the node address of the destination at the left side by one digit than the digit of the node address of its own node is '0'. Afterwards, the same operation is repeated, and when the node address of its own node is matched with the node address of the destination, the information is fetched.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、3方向以内に分岐する
複数のノードからなるネットワークにおいて、通信電文
を中継して宛先のノードに届けるルーティング方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a routing system for relaying a communication message and delivering it to a destination node in a network composed of a plurality of nodes branched within three directions.

【0002】電気通信技術の進展により、通信ネットワ
ークは複雑化、大規模化してきている。このような通信
ネットワークにおいて、ノードの増減を行う際、ネット
ワークの運用技術者が簡単に対応することができ、通信
時の方路決定アルゴリズムも単純なルーティング方式が
要求されている。
With the progress of telecommunication technology, communication networks have become complicated and large-scaled. In such a communication network, when the number of nodes is increased or decreased, the operation engineer of the network can easily cope with it, and a simple routing method is required for the route determination algorithm at the time of communication.

【0003】[0003]

【従来の技術】図5は従来例のノードの通信制御装置を
説明する図を示す。図中の10、21、22はポート、
11、211、221は送信バッファ(図中Sとして示
す)、12、212、222は受信バッファ(図中Rと
して示す)、30はマイクロプロセッサ(以下MPUと
称する)、31〜33はダイレクトメモリアクセスコン
トローラ(以下DMACと称する)、41はノードアド
レス管理メモリ(図中ノードADDR管理メモリとして示
す)である。
2. Description of the Related Art FIG. 5 is a diagram for explaining a conventional communication control device for a node. In the figure, 10, 21 and 22 are ports,
11, 211 and 221 are transmission buffers (shown as S in the figure), 12, 212 and 222 are reception buffers (shown as R in the figure), 30 is a microprocessor (hereinafter referred to as MPU), and 31 to 33 are direct memory access. A controller (hereinafter referred to as DMAC), 41 is a node address management memory (shown as a node ADDR management memory in the figure).

【0004】図において、ポート10は上位ノード(図
示省略)に接続されており、ポート21は左側の下位ノ
ード(図示省略)に接続されており、ポート22は右側
の下位ノード(図示省略)に接続されている。
In the figure, port 10 is connected to an upper node (not shown), port 21 is connected to a lower node on the left (not shown), and port 22 is connected to a lower node on the right (not shown). It is connected.

【0005】かかる構成において、1つのノードと任意
のノードが通信を行う場合、発信元のノードは宛先のノ
ードアドレスを送出し、ノードアドレスを受け取ったノ
ードのMPU30は、ノードアドレス管理メモリ41の
内容を参照して、ノード接続状態を確認してルーティン
グを決定し、ポート10、21、22の何れか1つを経
由して指定される方向に情報を送出する。
In such a configuration, when one node communicates with an arbitrary node, the source node sends the destination node address, and the MPU 30 of the node receiving the node address stores the contents of the node address management memory 41. , The node connection state is confirmed to determine the routing, and the information is transmitted in the designated direction via any one of the ports 10, 21, and 22.

【0006】情報の転送を迅速に行うためにDMAC3
1〜33の制御で、送信バッファ11、211、22
1、受信バッファ12、212、222間でMPU30
を介することなく直接情報の送受信を行っている。
In order to speed up the transfer of information, the DMAC3
With the control of 1 to 33, the transmission buffers 11, 211, 22
1, the MPU 30 between the reception buffers 12, 212, 222
Information is directly transmitted and received without going through.

【0007】また、かかるネットワークにおいて、ノー
ドの増減を行うときは、ネットワークの運用技術者がそ
の時点でのネットワークの構成、各ノードのノードアド
レスを確認した上で、新しいノードのノードアドレスを
決定する。
In addition, when the number of nodes is increased or decreased in such a network, the network operation engineer determines the node address of the new node after confirming the network configuration and the node address of each node at that time. ..

【0008】また、各ノードにはノードアドレス管理メ
モリ41をもち、通信を行うときのルーティングを決定
しているので、ノードの増減を行うときはネットワーク
内のすべてのノードのノードアドレス管理メモリ41に
新しいノードのノードアドレスを書き込むことが必要と
なる。
Since each node has a node address management memory 41 to determine the routing for communication, when the number of nodes is increased or decreased, the node address management memories 41 of all the nodes in the network are used. It will be necessary to write the node address of the new node.

【0009】[0009]

【発明が解決しようとする課題】上述の従来例におい
て、ノードの増設がある場合には、ネットワークの運用
技術者がその時点でのネットワークの構成、各ノードの
ノードアドレスを確認して、番号体系と矛盾が生じない
ようなノードアドレスを決定する。
In the above-mentioned conventional example, when a node is added, the network operation engineer confirms the network configuration and the node address of each node at that time, and determines the numbering system. Determine a node address that does not conflict with.

【0010】したがって、新しいノードのノードアドレ
スを設定するのが煩雑な作業となるとともに、ネットワ
ーク内のすべてのノードに新しいノードのノードアドレ
スを追加するのが長時間を要する作業となる。
Therefore, setting the node address of the new node is a complicated task, and adding the node address of the new node to all the nodes in the network requires a long time.

【0011】さらに、通信を行う際の、ノード内での方
路設定の動作も複雑である。本発明は、ノードの増減に
対して容易に対応でき、且つ簡易なアルゴリズムで方路
決定を行うことのできるルーティング方式を実現しよう
とする。
Further, the operation of route setting in the node at the time of communication is complicated. The present invention intends to realize a routing method that can easily cope with an increase or decrease in the number of nodes and can determine a route with a simple algorithm.

【0012】[0012]

【課題を解決するための手段】図1は本発明の原理を説
明する図である。図はネットワーク1を木構造で表現し
たものであり、2進数「0」は最上位の階梯のノードの
ノードアドレスであり、2進数「10」は次位の階梯の
左側のノードのノードアドレスであり、「00は次位の
階梯の右側のノードのノードアドレスである。
FIG. 1 is a diagram for explaining the principle of the present invention. The figure shows the network 1 in a tree structure. The binary number "0" is the node address of the node on the highest ladder, and the binary number "10" is the node address of the node on the left of the next ladder. Yes, "00 is the node address of the node on the right side of the next rank.

【0013】以下、n次の階梯のノードのノードアドレ
スをn桁の2進数とし、n次の階梯のノードのうちn−
1次のノードの左側に接続されるノードのノードアドレ
スはn−1次のノードアドレスの左桁に「1」を付与
し、n−1次のノードの右側に接続されるノードのノー
ドアドレスはn−1次のノード番号の左桁に「0」を付
与する。
In the following, the node address of the node of the nth rank is an n-digit binary number, and n- of the nodes of the nth rank is
The node address of the node connected to the left side of the primary node is “1” added to the left digit of the n−1th order node address, and the node address of the node connected to the right side of the n−1th order node is "0" is added to the left digit of the (n-1) th order node number.

【0014】通信時には、宛先のノードアドレスと自分
のノードアドレスの桁数の範囲で比較し、不一致の場合
は情報を上位ノードに転送し、一致の場合は自分のノー
ドアドレスの桁より1つ左側の宛先のノードアドレスが
「1」のときは情報を左側に転送し、自分のノードアド
レスの桁より1つ左側の宛先のノードアドレスが「0」
のときは情報を右側に転送し、以下、同じ動作を繰り返
し、自分のノードアドレスと宛先のノードアドレスが一
致した時に情報を取り込む。
At the time of communication, the destination node address is compared with the range of the number of digits of its own node address, and if they do not match, the information is transferred to the upper node. When the destination node address of is "1", the information is transferred to the left side, and the destination node address one left of the digit of the own node address is "0".
In the case of, the information is transferred to the right side, and thereafter, the same operation is repeated, and when the own node address and the destination node address match, the information is fetched.

【0015】[0015]

【作用】1つのノードから3方向以内に分岐する形態の
ネットワーク1を木構造で表現し、最上位の階梯のノー
ドのノードアドレスを0とし、次位の階梯の左側のノー
ドのノードアドレスを10とし、次位の階梯の右側のノ
ードのノードアドレスを00とする。
The network 1 of a form in which one node branches within three directions is represented by a tree structure, the node address of the node at the highest rank is 0, and the node address of the node on the left side of the next rank is 10 And the node address of the node on the right side of the next level is 00.

【0016】以下、同様に、n次の階梯のノードのノー
ドアドレスをn桁の2進数で表し、n次の階梯のノード
のうちn−1次のノードの左側に接続されるノードのノ
ードアドレスはn−1次のノードアドレスの左桁に
「1」を付与し、n−1次のノードの右側に接続される
ノードのノードアドレスはn−1次のノードアドレスの
左桁に「0」を付与することにより、ノードアドレスを
自律的に付与する。
Similarly, the node address of the node of the nth rank is represented by an n-digit binary number, and the node address of the node connected to the left side of the node of the n-1th rank among the nodes of the nth rank. Assigns “1” to the left digit of the n−1th order node address, and the node address of the node connected to the right side of the n−1th order node is “0” to the left digit of the n−1th order node address. The node address is autonomously assigned by adding

【0017】したがって、ノードの増減があった場合、
運用技術者によるノードアドレス設計は不要となる。ま
た、通信時は、宛先のノードアドレスと自分のノードア
ドレスの桁数の範囲で比較し、不一致の場合は上位ノー
ドに転送し、一致の場合は自分のノードアドレスの桁よ
り1つ左側の宛先のノードアドレスが「1」のときは情
報を左側に転送し、自分のノードアドレスの桁より1つ
左側の宛先のノードアドレスが「0」のときは情報を右
側に転送することにより、単純なアルゴリズムで接続動
作を行うことができる。
Therefore, when the number of nodes increases or decreases,
The node address design by the operation engineer is unnecessary. Also, during communication, the destination node address is compared with the range of the number of digits of its own node address, and if they do not match, they are transferred to the upper node. Information is transferred to the left when the node address of the node is "1", and when the destination node address one left of the node address of the node is "0", the information is transferred to the right. The connection operation can be performed by an algorithm.

【0018】したがって、ノードの通信制御装置の構成
を簡略化することができる。
Therefore, the configuration of the communication control device of the node can be simplified.

【0019】[0019]

【実施例】図2は本発明の対象とするネットワークを説
明する図である。1つのノードから分岐する方向が3方
向以下の場合には、ネットワークを木構造として表現す
ることができる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 2 is a diagram for explaining a network to which the present invention is applied. When the direction of branching from one node is three or less, the network can be represented as a tree structure.

【0020】図2のネットワークを木構造として表すと
図1となる。ここで、各ノードのノードアドレスは図に
示すように与えられ、ノードアドレスは一義的に、且つ
自律的に決めることができる。但し、根ノード0のみは
1方向または2方向のみに分岐する。
FIG. 1 shows the network of FIG. 2 as a tree structure. Here, the node address of each node is given as shown in the figure, and the node address can be uniquely and autonomously determined. However, only the root node 0 branches in only one direction or two directions.

【0021】図3は本発明の実施例のルーティングのフ
ローチャートを示す。図においてノードアドレス011
10のノードから、ノードアドレス100のノードに通
信する場合でフローチャートを説明する。
FIG. 3 shows a flow chart of routing according to the embodiment of the present invention. In the figure, node address 011
A flow chart will be described in the case of communicating from the node of 10 to the node of the node address 100.

【0022】 接続動作開始を示す。 自ノードアドレス01110と宛先ノードアドレス
100を比較する。比較結果は不一致であるのでへ進
む。
The start of the connection operation is shown. The own node address 01110 and the destination node address 100 are compared. Since the comparison result does not match, the process proceeds to.

【0023】 自ノードアドレス01110(5桁)
と宛先ノードアドレス100(3桁)の比較において、
自ノードアドレスの桁数を基準にその範囲で比較を行
う。ここでも、不一致であるので、へ進む。
Own node address 01110 (5 digits)
And the destination node address 100 (3 digits),
Based on the number of digits of the local node address, comparison is performed within that range. Again, there is no match, so proceed to.

【0024】 上位ノード1110に情報を転送す
る。この時点で、情報を送られた上位ノードが自ノード
となる。上位ノード1110では、の動作を繰り返
すが不一致であり、情報を、さらに、上位ノード11
0、10に転送し、同じ動作を行うが不一致である。
Information is transferred to the upper node 1110. At this point, the upper node to which the information is sent becomes the own node. In the upper node 1110, the operation of is repeated, but they do not match.
Transfer to 0 and 10 and perform the same operation, but they do not match.

【0025】同様にして、情報はノード0に到達し、こ
こで1桁目が一致となるのでへ進む。 宛先ノードアドレスの1桁目の1つ左の桁が1であ
るか否かを確認する。
Similarly, the information arrives at node 0, where the first digit is the same, so the procedure advances to. It is confirmed whether or not the digit to the left of the first digit of the destination node address is 1.

【0026】 比較結果が1の場合は情報を左側へ転
送する。 ここでは、宛先のノードアドレスの一番右側の
「0」の1つ左の桁は「0」であるので情報を右側へ転
送する。ここでは、ノード00へ進む。
When the comparison result is 1, the information is transferred to the left side. Here, since the leftmost digit of the rightmost "0" of the destination node address is "0", the information is transferred to the right side. Here, the process proceeds to node 00.

【0027】ここで、に戻り同様の処理を行う。ここ
では、00の1つ左の桁が1であるので情報を左側のノ
ード100へ転送しへ戻る。 では宛先ノードアドレス100と自ノードアドレ
ス100が一致するので送られてきた情報は自ノード1
00宛の情報であると判定して自ノード100に取り込
む 終了を示す。
Here, the procedure returns to and the same processing is performed. Here, since the digit to the left of 00 is 1, the information is transferred to the node 100 on the left side and the process returns to. Then, since the destination node address 100 and the own node address 100 match, the information sent is the own node 1
It is judged that the information is addressed to 00 and is taken into the own node 100, indicating the end.

【0028】このようにして、各ノードでは、自ノード
アドレスと宛先アドレスを比較し、その比較結果で情報
の送出方向を定めるのみの簡単なアルゴリズムで接続処
理を行うことができる。
In this way, each node can perform connection processing with a simple algorithm that compares its own node address with the destination address and determines the direction of information transmission based on the comparison result.

【0029】図4は本発明の実施例のノードの通信制御
装置を説明する図である。図中のポート10、21、2
2、送信バッファ11、211、221、受信バッファ
12、212、222、MPU30、DMAC31〜3
3は従来例で説明したと同一構成物である。
FIG. 4 is a diagram for explaining the communication control device of the node according to the embodiment of the present invention. Ports 10, 21, 2 in the figure
2, transmission buffers 11, 211, 221, reception buffers 12, 212, 222, MPU 30, DMACs 31 to 3
3 is the same structure as described in the conventional example.

【0030】40はノードアドレスメモリであり、自ノ
ードアドレスのみを書き込んでおく。従来例では、各ノ
ードのノードアドレス管理メモリ41にネットワーク内
のすべてのノードのノードアドレスを書き込んでおき、
常に最新のアドレスを管理しておくことが必要である
が、本発明の実施例では自ノードアドレスのみを書き込
んでおくのみでよい。
Reference numeral 40 is a node address memory in which only the own node address is written. In the conventional example, the node addresses of all the nodes in the network are written in the node address management memory 41 of each node,
Although it is necessary to always manage the latest address, in the embodiment of the present invention, it is only necessary to write the own node address.

【0031】このように、ノードの通信制御装置の構成
を簡略化することができる。
In this way, the configuration of the communication control device of the node can be simplified.

【0032】[0032]

【発明の効果】本発明によれば、ノードの階梯、および
上位ノードの左側に接続されるか、右側に接続されるか
により、一義的に定まる2進数のノードアドレスを付与
することにより、通信を行うときのルーティング時に、
すべてのノードで共通のアルゴリズムを適用できるルー
ティング方式を実現することができる。また、ノードア
ドレスは自律的に決定されるので、ノードの増減があっ
ても運用技術者によるノードアドレス設計は不要とな
る。
According to the present invention, communication is performed by giving a binary node address that is uniquely determined depending on whether the node is connected to the left or right side of the ladder and the upper node. When doing the routing,
A routing method that can apply a common algorithm to all nodes can be realized. Further, since the node address is autonomously determined, it is not necessary for the operation engineer to design the node address even if the number of nodes increases or decreases.

【0033】さらに、自ノードアドレスと宛先アドレス
のみによりルーティングができ、ノードアドレスを書き
込んでおくためのメモリ量が減少するので、通信制御装
置を簡略化することができる。
Further, since the routing can be performed only by the own node address and the destination address and the memory amount for writing the node address is reduced, the communication control device can be simplified.

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

【図1】 本発明の原理を説明する図FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】 本発明の対象とするネットワークを説明する
FIG. 2 is a diagram illustrating a network that is a target of the present invention.

【図3】 本発明の実施例のルーティングのフローチャ
ート
FIG. 3 is a flowchart of routing according to an embodiment of the present invention.

【図4】 本発明の実施例のノードの通信制御装置を説
明する図
FIG. 4 is a diagram illustrating a node communication control device according to the embodiment of this invention.

【図5】 従来例のノードの通信制御装置を説明する図FIG. 5 is a diagram illustrating a communication control device of a node of a conventional example.

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

1 ネットワーク 0〜0000、10〜1110、01110 ノード 10、21、22 ポート 11、211、221 送信バッファ 12、212、222 受信バッファ 30 MPU 31〜33 DMAC 40 ノードアドレスメモリ 41 ノードアドレス管理メモリ 1 network 0-0000, 10-1110, 01110 node 10, 21, 22 port 11, 211, 221 transmission buffer 12, 212, 222 reception buffer 30 MPU 31-33 DMAC 40 node address memory 41 node address management memory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 1つのノードから3方向以内に分岐する
形態のネットワーク(1)のルーティング方式であっ
て、 前記ネットワーク(1)を木構造で表現し、最上位の階
梯のノードのノードアドレスを1桁の2進数「0」と
し、 次位の階梯の左側のノードのノードアドレスを2桁の2
進数「10」とし、右側のノードのノードアドレスを2
桁の2進数「00」とし、 n次の階梯のノードのノードアドレスをn桁の2進数と
し、n次の階梯のノードのうちn−1次のノードの左側
に接続されるノードのノードアドレスはn−1次のノー
ドアドレスの左桁に「1」を付与し、n−1次のノード
の右側に接続されるノードのノードアドレスはn−1次
のノードアドレスの左桁に「0」を付与し、 通信時は、宛先のノードアドレスと自分のノードアドレ
スの桁数の範囲で比較し、不一致の場合は情報を上位ノ
ードに転送し、一致の場合は自分のノードアドレスの桁
より1つ左側の宛先のノードアドレスが「1」のときは
情報を左側に転送し、自分のノードアドレスの桁より1
つ左側の宛先のノードアドレスが「0」のときは情報を
右側に転送し、自分のノードアドレスと宛先のノードア
ドレスが一致した時に情報を取り込むことを特徴とする
ルーティング方式。
1. A routing method for a network (1) that branches from one node within three directions, wherein the network (1) is represented by a tree structure, and the node address of the node at the highest rank is It is a 1-digit binary number "0", and the node address of the node on the left side of the next rank is 2-digit 2
Decimal number is “10” and the node address of the right node is 2
It is a binary number "00", and the node address of the node of the nth rank is an n digit binary number, and the node address of the node connected to the left side of the node of the n-1st rank among the nodes of the nth rank Assigns “1” to the left digit of the n−1th order node address, and the node address of the node connected to the right side of the n−1th order node is “0” to the left digit of the n−1th order node address. When communicating, the destination node address is compared with the range of the number of digits of its own node address. If they do not match, the information is transferred to the upper node, and if they match, 1 from the digit of their own node address. If the destination node address on the left side is "1", the information is transferred to the left side, and the value is 1 from the digit of your node address.
When the destination node address on the left side is "0", the information is transferred to the right side, and the information is fetched when the own node address and the destination node address match.
【請求項2】 上位ノードに接続するポート(10)
と、 左側の下位ノードに接続するポート(21)と、 右側の下位ノードに接続するポート(22)と、 接続、通信処理を制御する制御装置(30)と、 自分のノードアドレスを書き込んでおくノードアドレス
メモリ(40)を備えたことを特徴とする通信制御装
置。
2. A port (10) for connecting to an upper node
Write the port (21) connected to the lower node on the left side, the port (22) connected to the lower node on the right side, the control device (30) that controls connection and communication processing, and your own node address. A communication control device comprising a node address memory (40).
JP3312920A 1991-11-28 1991-11-28 Routing system and communication controller Withdrawn JPH05153148A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3312920A JPH05153148A (en) 1991-11-28 1991-11-28 Routing system and communication controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3312920A JPH05153148A (en) 1991-11-28 1991-11-28 Routing system and communication controller

Publications (1)

Publication Number Publication Date
JPH05153148A true JPH05153148A (en) 1993-06-18

Family

ID=18035064

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3312920A Withdrawn JPH05153148A (en) 1991-11-28 1991-11-28 Routing system and communication controller

Country Status (1)

Country Link
JP (1) JPH05153148A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100659614B1 (en) * 2004-08-06 2006-12-21 삼성전자주식회사 ZigBee network device for assigning address to his childrens after constructing cluster-tree structure, address assigning method thereof, and, routing method thereof
US7185083B2 (en) 2001-01-17 2007-02-27 Fisher-Rosemount Systems, Inc. Method and apparatus for identifying an I/O network in a process control system
US8121974B2 (en) 2006-10-10 2012-02-21 Samsung Electronics Co., Ltd. Method of generating node indentifier in tree structure

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7185083B2 (en) 2001-01-17 2007-02-27 Fisher-Rosemount Systems, Inc. Method and apparatus for identifying an I/O network in a process control system
KR100659614B1 (en) * 2004-08-06 2006-12-21 삼성전자주식회사 ZigBee network device for assigning address to his childrens after constructing cluster-tree structure, address assigning method thereof, and, routing method thereof
US8121974B2 (en) 2006-10-10 2012-02-21 Samsung Electronics Co., Ltd. Method of generating node indentifier in tree structure

Similar Documents

Publication Publication Date Title
CN101351995B (en) Managing processing utilization in a network node
US5602839A (en) Adaptive and dynamic message routing system for multinode wormhole networks
US5297137A (en) Process for routing data packets around a multi-node communications network
JP4903815B2 (en) Method and system for improving traffic distribution over a communications network
US6735177B1 (en) Multicast communication device and method
CN107547439B (en) Network flow control method and computing node
KR20120050377A (en) Storage device connectting memory nodes having transmission function and data processing method
JP2845208B2 (en) Address resolution device
US20020146033A1 (en) Self-route multi-memory packet switch adapted to have an expandable number of input/output ports
US20020009056A1 (en) Route retrieving system, method therefor and a router device to be used in the same
JPH05153148A (en) Routing system and communication controller
US7035256B1 (en) Method and apparatus for a routing information base
US20040228342A1 (en) Routing of data streams
JP3970448B2 (en) Information relay method and apparatus
JP5404947B2 (en) Storage device
CN113824633B (en) Method for releasing route in campus network and network equipment
KR20020005770A (en) Method and device for establishing a routing table in a communication network
CN111464443B (en) Message forwarding method, device, equipment and storage medium based on service function chain
JP2001103056A (en) Address allocation method
JP2946517B2 (en) Routing method and routing table update method
KR20050087838A (en) Return path derivation in packet-switched networks
JPH07118719B2 (en) Pattern search method and apparatus
JP2976675B2 (en) Array processor routing method
JPS58166849A (en) Route setting system between network nodes
JP2001144801A (en) Header conversion device and frame transfer device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990204