JPH0614056A - Plural path type data transfer system - Google Patents

Plural path type data transfer system

Info

Publication number
JPH0614056A
JPH0614056A JP16716092A JP16716092A JPH0614056A JP H0614056 A JPH0614056 A JP H0614056A JP 16716092 A JP16716092 A JP 16716092A JP 16716092 A JP16716092 A JP 16716092A JP H0614056 A JPH0614056 A JP H0614056A
Authority
JP
Japan
Prior art keywords
data
route
switching node
paths
routes
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
JP16716092A
Other languages
Japanese (ja)
Other versions
JP3137744B2 (en
Inventor
Masaaki Kusano
正明 草野
Nobuo Kikuchi
信夫 菊地
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP16716092A priority Critical patent/JP3137744B2/en
Publication of JPH0614056A publication Critical patent/JPH0614056A/en
Application granted granted Critical
Publication of JP3137744B2 publication Critical patent/JP3137744B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PURPOSE:To obtain the data transfer method with high reliability without interruption of communication in which bypass processing is not required even on the occurrence of a fault. CONSTITUTION:A caller exchange node 3a manages plural paths 6a-6d to a called exchange node 3d and selects paths. Plural available paths 6a, 6b are selected and allocated among plural fixed paths decided in advance at setup, data 8a, 8b received from a subscriber are stored in a frame with a path identifier and sent to all the allocated paths simultaneously. The called node 3d uses the data 8a having no error arrived at first among same data received from each path as valid data 7b and aborts the same data 8b reached succeedingly as invalid data. Thus, the network is built up in which communication is not interrupted even on the occurrence of a fault, the load for re- transmission processing is much reduced and the high reliability is always maintained.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、データをフレームに
納めて転送を行なうパケット交換等の通信ネットワーク
において、発交換ノードから着交換ノードへのデータ転
送方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer system from a source switching node to a destination switching node in a packet switching communication network for storing data in a frame for transfer.

【0002】[0002]

【従来の技術】従来、パケット型通信ネットワークにお
けるデータ転送方法としては、例えば特開平3−429
40号公報に示されるように、複数の経路を用いてデー
タ転送を行なう方法があり、図4にその構成を示す。こ
の図において、10aは発加入者、10bは着加入者、
12a〜12dは交換ノードであり、このうち12aが
発交換ノード、12dが着交換ノードである。また、1
5a,15bは呼設定時に設定された発交換ノードから
着交換ノードまでの固定経路、17a,17bは発加入
者のデータをコピーして各固定経路に送出したデータで
ある。
2. Description of the Related Art Conventionally, as a data transfer method in a packet type communication network, for example, JP-A-3-429 is used.
As shown in Japanese Patent Laid-Open No. 40, there is a method of transferring data using a plurality of routes, and the configuration thereof is shown in FIG. In this figure, 10a is an originating subscriber, 10b is an incoming subscriber,
12a to 12d are switching nodes, of which 12a is a source switching node and 12d is a destination switching node. Also, 1
Reference numerals 5a and 15b denote fixed routes from the originating switching node to the destination switching node, which are set at the time of call setup, and 17a and 17b are data copied from the calling subscriber and sent to the respective fixed routes.

【0003】次に動作について説明する。まず、呼設定
時に発交換ノードから着交換ノードへの経路を複数設定
する(15a,15b)。発交換ノードでは送信データ
をコピーし、呼ごとに独立なデータのシーケンス番号と
それぞれの経路に対応する論理チャネルの識別子とを付
与して各経路へデータを送出する(17a,17b)。
着交換ノードでは異なる経路から受信する同一データを
識別するためデータに付与されているシーケンス番号を
参照して重複したデータを除去する。重複したデータを
検出するために、受信データのシーケンス番号と着交換
ノードで次に受信を期待するシーケンス番号(図5の2
0)との差を求め、この差が予め定めた紛失検出領域1
8より大きいか等しい場合(図5の19の範囲)には重
複と見なし、小さければ(図5の18の範囲)新規のデ
ータと見なす。また、通信中に経路変更をする場合は、
新たな経路を設定した後その経路へもデータを送出し、
着交換ノードがデータの重複を確認することで発交換ノ
ードに対し今まで使用していた経路を解放してやるよう
に通知して行うようにする。
Next, the operation will be described. First, a plurality of routes from the originating switching node to the destination switching node are set during call setup (15a, 15b). The source switching node copies the transmission data, adds a sequence number of independent data for each call and an identifier of a logical channel corresponding to each route, and sends the data to each route (17a, 17b).
In order to identify the same data received from different routes, the destination switching node refers to the sequence number given to the data and removes the duplicated data. In order to detect the duplicated data, the sequence number of the received data and the sequence number expected to be received next by the destination switching node (2 in FIG. 5).
0), the difference is calculated, and this difference is the predetermined loss detection area 1
If it is greater than or equal to 8 (range 19 in FIG. 5), it is regarded as overlapping, and if it is smaller (range 18 in FIG. 5), it is regarded as new data. Also, when changing the route during communication,
After setting a new route, send data to that route,
When the destination switching node confirms the duplication of data, the destination switching node notifies the originating switching node to release the route that has been used so far.

【0004】[0004]

【発明が解決しようとする課題】従来のデータ転送方法
は以上のように、呼設定時に複数の経路を設定するにあ
たって特に経路の状態を考慮しておらず、輻輳が発生し
ている経路を含んで設定してしまう恐れがあった。これ
は輻輳を助長するだけでなく、輻輳中の経路を通ったデ
ータは正常な経路を通ったデータと比べて遅延が大きい
ため、着交換ノードで重複データとして廃棄される可能
性が高く、結果的に無駄なトラヒックが網内に存在して
しまうという問題があった。また、着交換ノードにおけ
る重複データの検出では順序制御を行なうことを前提と
しており、データの紛失等によりシーケンス番号が抜け
ても紛失検出領域に含まれるデータであれば新規のデー
タと見なし、期待するシーケンス番号のデータを受信す
るまで着交換ノードにおいて保留するため、必要とする
バッファの数が非常に多くなってしまうという問題があ
った。さらに、通信中に使用経路が輻輳となった場合に
は速やかに輻輳経路へのデータ送出を規制してやる必要
があるが、従来の経路変更方法では発交換ノードが輻輳
経路へのデータ送出を停止するのは着交換ノードが発交
換ノードに対してデータの重複を検出したことを通知し
た後なので、輻輳経路へのデータ流入を規制してやるま
でに時間がかかり、網内に輻輳が波及してしまう危険性
が高かった。
As described above, the conventional data transfer method does not consider the state of the route when setting a plurality of routes at the time of call setup, and includes the route in which congestion occurs. There was a risk of setting it in. This not only promotes congestion, but because the data passing through the congested route has a larger delay than the data passing through the normal route, there is a high possibility that it will be discarded as duplicate data at the destination switching node. There was a problem that unnecessary traffic existed in the network. In addition, it is premised that order control is performed in the detection of duplicate data in the destination node, and even if the sequence number is lost due to data loss, etc., if it is data included in the loss detection area, it is regarded as new data and expected. There is a problem that the number of buffers required becomes very large because the destination switching node holds the data until the data of the sequence number is received. Furthermore, when the route used during communication becomes congested, it is necessary to promptly regulate the data transmission to the congestion route, but in the conventional route change method, the originating switching node stops the data transmission to the congestion route. Since the destination switching node notifies the originating switching node that it has detected the duplication of data, it takes time to regulate the data inflow to the congestion route, and the risk of congestion spreading to the network. It was very good.

【0005】この発明は上記のような問題点を解決する
ために考えられたものであり、発交換ノードにおいて送
出経路の状態を考慮しながら同時に複数の正常な経路へ
同一データを送出するため、着交換ノードまで遅延が少
なく誤りのないデータが到達する可能性が極めて高く、
着交換ノードにおいては保留するデータ数を極力減らす
ことで保有バッファ数を最小限にすることができ、さら
に使用中の経路に障害や輻輳が発生した場合には直ちに
正常な経路を追加すると同時に障害や輻輳の発生した経
路へのデータ送出を停止することが可能なデータ転送方
式を提供する。
The present invention was conceived in order to solve the above problems, and in order to send the same data to a plurality of normal paths at the same time while considering the status of the sending path in the originating switching node, It is highly possible that data with little delay and error-free will reach the destination node.
The destination switching node can minimize the number of held buffers by reducing the number of data to be held as much as possible, and when a failure or congestion occurs on the route in use, immediately add a normal route and at the same time fail. And a data transfer method capable of stopping data transmission to a route where congestion has occurred.

【0006】[0006]

【課題を解決するための手段】第1の発明に係るデータ
転送方式は、発交換ノードが着交換ノードまでの複数の
経路を予め経路テーブルに設定して複数の経路の経路状
態を管理する。使用可能な経路を選択する場合は、呼設
定時に発交換ノードで選択する経路を、1本だけ割り当
てるのではなく、経路テーブルに設定されている経路で
障害や輻輳が発生していない正常な経路を任意の数で複
数選択して割当てるようにし、加入者から受信したデー
タを選択した各経路へ同時に送出するようにしたもので
あり、以下の要素を有するものである。 (a)発交換ノードから着交換ノードまでの複数の経路
と各経路の経路状態を記憶する経路テーブル、(b)上
記経路テーブルに記憶された経路の中から、経路状態に
基づいて、複数の経路を選択し、選択した経路に同一デ
ータを送出する送出手段、(c)上記送出手段により送
出された複数の同一データのうちのいずれかひとつのデ
ータの到着を有効とし、他を無効とする着信手段。
In the data transfer method according to the first aspect of the present invention, a source switching node sets a plurality of routes to a destination switching node in a route table in advance and manages the route states of the plurality of routes. When selecting an available route, instead of assigning only one route to be selected by the originating switching node during call setup, a normal route with no fault or congestion in the route set in the route table Is selected and assigned in an arbitrary number, and the data received from the subscriber is simultaneously transmitted to each selected route, and has the following elements. (A) a plurality of routes from the source switching node to the destination switching node and a route table that stores the route status of each route; and (b) a plurality of routes from the routes stored in the route table, based on the route status. Sending means for selecting a route and sending the same data to the selected route; (c) Validating the arrival of any one of a plurality of the same data sent by the sending means and invalidating the other. Incoming means.

【0007】第2の発明に係るデータ転送方式は各中継
ノードではデータの誤りを検出するが、誤ったデータに
対する再送制御は行なわずに無効データとしてこれを廃
棄し、着交換ノードにおいては各経路から受信する同一
なデータのうち一番最初に到着した誤りのないデータを
有効データとし、以降に到着する同一データは無効デー
タとして廃棄するものであり、以下の要素を有するもの
である。 (a)発交換ノードから着交換ノードまでの複数の経路
を選択し、この複数の経路へ同一データを送出する送出
手段、(b)上記送出手段により送出されたデータを正
常に受信した場合これを転送し、正常に受信しない場合
データを無効とする中継手段、(c)上記中継手段によ
り中継されたデータを受信し、次に到着が期待されるデ
ータが到着しないとき再送要求を行なうとともに他のデ
ータを無効とする着信手段。
In the data transfer method according to the second aspect of the present invention, each relay node detects a data error, but discards this as invalid data without performing retransmission control for erroneous data. The error-free data that arrives first among the same data received from the device is valid data, and the same data that arrives thereafter are discarded as invalid data and have the following elements. (A) Sending means for selecting a plurality of routes from the source switching node to the destination switching node and sending the same data to the plurality of routes, (b) When the data sent by the sending means is normally received. Relay means for transferring data and invalidating the data if not normally received, (c) receiving the data relayed by the relay means, requesting a retransmission when the next expected data does not arrive, and Incoming means to invalidate the data of.

【0008】[0008]

【作用】第1の発明においては、送出手段が加入者から
受信した1つのデータを経路テーブルにあらかじめ設定
された異なる経路に転送することにより、1つの経路が
障害になっても他の経路から着交換ノードにデータが到
着することができるため、回線の瞬断や障害時にデータ
の保留や経路切替えをする必要が無く通信の中断がなく
なる。これは特に着交換ノードまでの経路を発交換ノー
ドで固定経路として管理し、1つの呼のデータは同一な
経路を通るようなルーチング方法に有効である。また、
1つの経路でデータに誤りあるいは紛失が生じても再送
を行なう必要がないため、再送の無駄が無くなる。さら
に、送出手段は経路テーブルの経路状態を参照すること
により呼設定時に正常な経路を選択することで輻輳を防
ぐことができる。
According to the first aspect of the invention, the sending means transfers one data received from the subscriber to a different route preset in the route table, so that even if one route becomes a failure, it is transmitted from another route. Since the data can arrive at the destination switching node, there is no need to hold the data or switch the route when there is a momentary disconnection or failure of the line, and there is no interruption of communication. This is particularly effective for a routing method in which the route to the destination switching node is managed as a fixed route at the originating switching node and the data of one call passes through the same route. Also,
Since there is no need to retransmit data even if data is erroneous or lost through one route, waste of retransmission is eliminated. Further, the sending means can prevent congestion by referring to the route status in the route table and selecting a normal route at the time of call setup.

【0009】第2の発明においては、各中継ノードにお
いて中継手段が誤りのある無効データを廃棄するため再
送の手間がなくネットワークリソースを有効に利用する
ことができる。また、送出手段は同一データであること
を識別するため、発交換ノードにおいて、たとえば、サ
イクリックなシーケンス番号を呼毎に独立な番号として
データに付与し、着信手段は着交換ノードでこのシーケ
ンス番号を参照する。また着交換ノードでは前記シーケ
ンス番号を参照することにより、次の到着が期待される
誤りの無い有効なデータが到着しないと判断した場合、
即ちシーケンス番号の抜けやタイムアウトが発生した場
合には、発交換ノードに対して直ちに再送の要求を行な
い、到着を期待しているデータを受信するまでは以降の
データを廃棄する。このように、着交換ノードにおいて
着信手段が期待するシーケンス番号のデータを受信する
までは、それに続くシーケンス番号のデータが先に到着
してもこれらを廃棄することで着交換ノードで保有する
バッファの量は少なくてすむ。
In the second aspect of the invention, since the relay means in each relay node discards invalid data having an error, network resources can be effectively used without the trouble of retransmission. Further, in order to identify that the sending means is the same data, in the originating switching node, for example, a cyclic sequence number is added to the data as an independent number for each call, and the receiving means is the sequence number in the destination switching node. Refer to. Further, in the destination node, by referring to the sequence number, if it is determined that valid data without error expected to arrive next does not arrive,
That is, if a missing sequence number or a time-out occurs, a request for retransmission is immediately sent to the originating switching node, and subsequent data is discarded until the data expected to arrive is received. In this way, until the receiving means receives the data of the sequence number expected by the terminating switching node, even if the data of the subsequent sequence number arrives first, it is discarded so that the buffer of the buffer held by the receiving switching node is discarded. The amount is small.

【0010】[0010]

【実施例】実施例1.図1はこの発明を適用したパケッ
ト交換ネットワークの例であり、このネットワークにお
けるルーチング方式は、発交換ノードにおいて着交換ノ
ードまでの経路を予め定められた複数の固定経路として
その障害や輻輳状態を管理し、呼設定時に着交換ノード
までの経路が割当てられるルーチング方式である。以下
この図に従い説明をする。図において3a〜3dはそれ
ぞれ交換ノードA〜Dであり、このうち3aが発交換ノ
ード、3dが着交換ノードである。4a〜4eは中継回
線であり、各中継回線の両端に付してある数字はそれぞ
れ中継回線を終端する交換ノードから見た中継回線番号
である。発交換ノードAでは着交換ノードまでの各固定
経路の情報を図2に示すように経路識別子および経路状
態と共に固定経路テーブルとして管理しており、予め定
められた複数の固定経路の中から呼設定時に任意の数だ
け、例えば固定経路テーブルの各経路を優先順に並べた
時の使用可能な(障害等のない)上位の2本の固定経路
PとQ、を割当てる。発加入者1aから送られてきた1
つのパケット7aは、発交換ノードAで経路識別子と共
にフレームに格納され、割当てられた各固定経路へ同時
に送出される(8b,8c)。
EXAMPLES Example 1. FIG. 1 is an example of a packet switching network to which the present invention is applied. In the routing system in this network, a route to a destination switching node is managed by a plurality of predetermined fixed routes as a route to a destination switching node to manage its failure and congestion state. However, it is a routing method in which a route to the destination switching node is assigned at the time of call setup. A description will be given below according to this figure. In the figure, 3a to 3d are switching nodes A to D, respectively, of which 3a is a source switching node and 3d is a destination switching node. 4a to 4e are trunk lines, and the numbers attached to both ends of each trunk line are the trunk line numbers viewed from the switching node terminating the trunk line. The originating / switching node A manages information on each fixed route to the destination switching node as a fixed route table together with a route identifier and a route state as shown in FIG. 2, and sets a call from a plurality of predetermined fixed routes. At any time, an arbitrary number of, for example, the upper two fixed routes P and Q that can be used (without a fault) when the routes in the fixed route table are arranged in the priority order are assigned. 1 sent from calling subscriber 1a
One packet 7a is stored in the frame together with the route identifier at the originating switching node A, and is simultaneously sent to each fixed route assigned (8b, 8c).

【0011】フレームを中継する各交換ノード3b,3
cでは受信したフレーム8b,8cに誤りがないかどう
かチェックする。この誤り検出は、例えばHDLC手順
で用いるようなFCS(フレームチェックシーケンス)
による。ここで誤りが検出された場合には、誤ったフレ
ームを廃棄する。
Each switching node 3b, 3 for relaying a frame
In c, it is checked whether the received frames 8b and 8c have an error. This error detection is performed by FCS (frame check sequence) as used in the HDLC procedure, for example.
by. If an error is detected here, the erroneous frame is discarded.

【0012】着交換ノード3dでは各固定経路を通して
受信する同一のパケットを格納したフレームのうち一番
最初に到着した誤りのないフレーム(図2では固定経路
Pから受信)を有効フレームとし、以降に到着する同一
パケットを格納したフレーム(固定経路Qから受信)は
無効フレームとして廃棄する。ここでフレーム内のパケ
ットが同一であることを識別するため、発交換ノードに
おいて例えばHDLC手順で用いるようなサイクリック
なシーケンス番号を呼毎に独立な番号でフレームに付与
する。また着交換ノードでは前記シーケンス番号を参照
することにより、シーケンス番号抜け等で次の到着が期
待される誤りの無い有効なフレームが到着しないと判断
した場合、例えばフレームの紛失等によりシーケンス番
号に抜けが発生した場合には、発交換ノードに対して再
送の要求を行ない、到着を期待するフレームを受信する
までは以降の受信フレームを廃棄する。
At the destination switching node 3d, the first error-free frame (received from the fixed route P in FIG. 2) of the frames storing the same packet received through each fixed route is set as a valid frame, and thereafter The arriving frame storing the same packet (received from the fixed route Q) is discarded as an invalid frame. Here, in order to identify that the packets in the frame are the same, a cyclic sequence number used in the originating switching node, for example, in the HDLC procedure is added to the frame as an independent number for each call. If the destination node determines that a valid valid frame with no error expected to arrive next due to missing sequence numbers does not arrive by referring to the sequence numbers, the sequence numbers are missed due to, for example, frame loss. When occurs, a request for retransmission is made to the originating switching node, and subsequent received frames are discarded until a frame expected to arrive is received.

【0013】この様子を図3のシーケンス図に示す。こ
の例で、着交換ノードで次の到着が期待される有効なフ
レームが到着しないと判断するのは、到着を期待するシ
ーケンス番号よりも2だけ大きいシーケンス番号を受信
した場合である。即ち、到着を期待するシーケンス番号
が1の時に、シーケンス番号3のフレームを受信したた
めに発交換ノードに対して再送要求を送っている。この
再送要求には例えばHDLCで用いている方法のよう
に、再送してほしいシーケンス番号が格納されており、
これを受信した発交換ノードはそのシーケンス番号から
再送し直すようにする。以上のようにして着交換ノード
3dが受信した有効なフレーム内のパケットを順に着加
入者1bへ送出することで発加入者から着加入者へのデ
ータ転送を行なう。
This situation is shown in the sequence diagram of FIG. In this example, the destination switching node determines that a valid frame expected to arrive next does not arrive when a sequence number that is 2 larger than the sequence number expected to arrive is received. That is, when the sequence number expected to arrive is 1, the retransmission request is sent to the originating switching node because the frame with the sequence number 3 is received. This resend request stores a sequence number to be resent, such as the method used in HDLC,
The originating switching node that receives this retransmits the sequence number again. As described above, the packets in the valid frame received by the destination switching node 3d are sequentially transmitted to the destination subscriber 1b, whereby data is transferred from the source subscriber to the destination subscriber.

【0014】また、ある経路に障害が発生した場合、例
えば中継回線4dに障害が発生し固定経路Qが使用不可
能となった場合には、呼設定時に割り当てられていない
使用可能な固定経路が着交換ノードまでの予め定められ
た複数の固定経路の中に存在すれば(上記の例では図2
のS)、該当する呼にその固定経路を追加して割当て、
使用不可能となった経路(図2のQ)に対してはフレー
ムの送信を停止する。各経路の経路状態は図2のように
各経路に対応して書き込まれる。この場合の経路状態は
0を使用可能とし1を使用不可能としている。また追加
して割当てることのできる固定経路の数は、例えば各経
路が優先順に並んでいる固定経路テーブルの優先順に、
障害により使用不可能となった固定経路の数だけ割当て
るようにする。
When a failure occurs in a certain route, for example, when the fixed path Q becomes unusable due to a failure in the trunk line 4d, a usable fixed path that is not assigned at the time of call setup is set. If it exists in a plurality of predetermined fixed routes to the destination switching node (in the above example, FIG.
S), the fixed route is added to the corresponding call and assigned,
The frame transmission is stopped for the route (Q in FIG. 2) that cannot be used. The route state of each route is written corresponding to each route as shown in FIG. In this case, 0 can be used and 1 cannot be used as the route state. The number of fixed routes that can be additionally allocated is, for example, in the fixed route table in which each route is arranged in the priority order,
Allocate as many fixed routes as possible due to a failure.

【0015】このように、呼設定時に割り当てられてい
ない使用可能な経路が存在する場合、既に割り当てられ
ている経路に使用不可能となった経路があれば、該当す
る呼に使用可能な経路を追加して割当て、使用不可能と
なった経路へはデータの送出を停止することができるよ
うにする。
As described above, when there is a usable route that is not assigned at the time of call setup, if there is a disabled route among the already assigned routes, the usable route for the corresponding call is set. It is possible to additionally allocate and stop sending the data to the route that cannot be used.

【0016】以上のように、この実施例は、ネットワー
ク内の各交換ノードが、加入者からのデータをフレーム
に納めて発交換ノードから着交換ノードへデータを転送
する通信ネットワークにおいて、発交換ノードが着交換
ノードまでの経路を予め定められた複数の固定経路とし
て状態を管理し、呼設定時には着交換ノードへの前記複
数の固定経路のうち障害や輻輳の無い使用可能な経路を
任意の数だけ割当て、データ転送時には前記割当てられ
た経路全てに同一のデータを送出し、着交換ノードにお
いては前記同一データのうち一番最初に到着した誤りの
ないデータのみを有効とし、それ以降に到着した同一デ
ータは無効として通信を行なうことを特徴とする。
As described above, according to this embodiment, in the communication network in which each switching node in the network stores the data from the subscriber in a frame and transfers the data from the source switching node to the destination switching node, Manages the state of the route to the destination switching node as a plurality of predetermined fixed routes, and at the time of call setup, an arbitrary number of usable routes without failure or congestion among the plurality of fixed routes to the destination switching node The same data is sent to all the assigned routes at the time of data transfer, and only the first error-free data of the same data that has arrived at the destination switching node is validated, and it arrives after that. It is characterized in that the same data is invalidated for communication.

【0017】また、各交換ノード間において転送中のデ
ータに誤りまたは紛失が発生した場合には該当データを
無効として再送を行なわず、着交換ノードにおいてのみ
次に到着が期待されるデータが到着しないと判断した場
合に発交換ノードに対して再送の要求を行ない、到着が
期待されるデータが到着するまでは以降のデータを無効
とすることを特徴とする。
When an error or loss occurs in the data being transferred between the switching nodes, the corresponding data is invalidated and is not retransmitted, and the data expected to arrive next at the destination switching node does not arrive. If it is determined that the data is to be retransmitted, a request for resending is made to the originating switching node, and subsequent data is invalidated until data expected to arrive arrives.

【0018】さらに、発交換ノードで予め定められた固
定経路のうち、呼設定時に割当てられていない使用可能
な経路が存在する場合、その割当てられていない経路を
該当する呼に追加して割当てができることを特徴とす
る。
Further, if there is a usable route which is not assigned at the time of call setup among the fixed routes predetermined by the originating / switching node, the unassigned route is added to the corresponding call and assigned. It is characterized by being able to do it.

【0019】このように、呼設定時に割当てられていな
い正常な経路が存在する場合にはその経路を追加して割
当てることができるようにしたため、使用中の経路に障
害や輻輳が発生してその経路が使用不可能になっても別
の経路を追加し、障害や輻輳が発生した経路は削除する
ことで呼設定時と同様な複数の正常な経路を用いた高信
頼なデータ転送が行なえる。すなわち、使用中の経路に
障害が発生した場合に、他の使用可能な経路を追加し、
同時に障害となった経路を削除することで呼設定時と同
様な高信頼のネットワークを維持することができる。
As described above, when there is a normal route that has not been assigned at the time of call setup, the route can be added and assigned, so that a fault or congestion occurs in the route in use and Even if a route becomes unusable, another route can be added and a route with a failure or congestion can be deleted to perform highly reliable data transfer using multiple normal routes as at the time of call setup. . In other words, if there is a failure in the route you are using, add another available route,
At the same time, by deleting the failed route, it is possible to maintain the same highly reliable network as at the time of call setup.

【0020】特に、この実施例が従来の技術で述べた特
開平3−42940号公報と異なる点として以下のよう
なものがあげられる。 (a)従来は着交換ノードまでの論理パス(固定経路)
を呼設定時に張るのに対し、本実施例では予めこれを設
定しておき、呼設定時にその中から割当てる。 (b)本実施例は、発交換ノードで固定経路の状態を管
理する中経方式に適応し、割当て時に経路状態を考慮す
る。 (c)上記(a)、(b)により経路変更時は経路の追
加と削除が同時に行なえる。 (d)本実施例では、着交換ノードで順序制御のための
データ保留はせず、廃棄と再送で順序合わせを行なって
いる。
Particularly, this embodiment is different from Japanese Patent Application Laid-Open No. 3-42940 described in the prior art in the following points. (A) Conventionally, a logical path (fixed route) to the destination switching node
While this is set at the time of call setup, in the present embodiment, this is set in advance and assigned from among them at the time of call setup. (B) The present embodiment is adapted to the mid-transmission system in which the state of a fixed route is managed by the originating / switching node, and the route state is taken into consideration during allocation. (C) Addition and deletion of the route can be performed at the same time when the route is changed by the above (a) and (b). (D) In this embodiment, the destination switching node does not hold data for order control, but performs ordering by discarding and retransmitting.

【0021】実施例2.実施例1では呼毎に複数の経路
を割当てていたが、1つの呼に複数のコネクションが含
まれるマルチコネクション呼のような場合にはコネクシ
ョン毎に複数の経路を割当てるようにしてもよい。
Example 2. Although a plurality of routes are assigned to each call in the first embodiment, a plurality of routes may be assigned to each connection in the case of a multi-connection call in which one call includes a plurality of connections.

【0022】[0022]

【発明の効果】以上のように、第1の発明によれば、発
加入者からの1つのデータを発交換ノードにおいて正常
な異なる複数の経路に対して同時に送出するようにする
ため、中継回線の瞬断や障害が発生しても他の経路から
着交換ノードにデータが到着することを期待できるの
で、データの保留や他の経路への迂回をする必要がなく
なり、通信を中断してしまうことがなく高信頼なネット
ワークを構築することができる。
As described above, according to the first aspect of the present invention, in order to send one data from the calling subscriber simultaneously to a plurality of normal different routes in the calling switching node, the relay line is provided. Even if a momentary power interruption or failure occurs, data can be expected to arrive at the destination node from another route, so there is no need to hold the data or make a detour to another route and interrupt the communication. It is possible to build a highly reliable network.

【0023】また、第2の発明によれば、データを中継
する交換ノードではデータの誤りまたは紛失に対して再
送の必要が無いと共に、無効となったデータは網内から
除去するため、交換ノードの負荷を軽減することができ
る。
According to the second aspect of the invention, the switching node for relaying data does not need to be retransmitted for data error or loss, and invalid data is removed from the network. The load of can be reduced.

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

【図1】この発明の一実施例におけるパケット交換網を
示す図である。
FIG. 1 is a diagram showing a packet switching network in an embodiment of the present invention.

【図2】この発明の一実施例における発交換ノードでの
固定経路テーブルを示す図である。
FIG. 2 is a diagram showing a fixed route table in a source switching node according to an embodiment of the present invention.

【図3】この発明の一実施例における着交換ノードで有
効データの判断方法を説明する図である。
FIG. 3 is a diagram illustrating a method of determining valid data in a destination exchange node according to an embodiment of the present invention.

【図4】従来のデータ転送方法によるパケット交換網を
示す図である。
FIG. 4 is a diagram showing a packet switching network according to a conventional data transfer method.

【図5】従来のデータ転送方法においてデータの重複検
出手段を説明する図である。
FIG. 5 is a diagram illustrating data duplication detecting means in a conventional data transfer method.

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

1a,1b 加入者 3a〜3d 交換ノード 6a〜6d 着交換ノードまでの予め定められた固定経
路 6a,6b 呼設定時に割当てられた経路 7a,7b 加入者からのパケット 8a,8b 経路識別子が付されたフレーム
1a, 1b Subscribers 3a-3d Switching nodes 6a-6d Predetermined fixed routes to destination switching nodes 6a, 6b Routes 7a, 7b assigned at call setup Packets from subscribers 8a, 8b Route identifiers are attached Frame

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 以下の要素を有する複数経路型データ転
送方式 (a)発交換ノードから着交換ノードまでの複数の経路
と各経路の経路状態を記憶する経路テーブル、 (b)上記経路テーブルに記憶された経路の中から、経
路状態に基づいて、複数の経路を選択し、選択した経路
に同一データを送出する送出手段、 (c)上記送出手段により送出された複数の同一データ
のうちのいずれかひとつのデータの到着を有効とし、他
を無効とする着信手段。
1. A multi-route data transfer system having the following elements: (a) a route table storing a plurality of routes from a source switching node to a destination switching node and a route state of each route; (b) the route table Sending means for selecting a plurality of paths from the stored paths based on the path status and sending the same data to the selected paths, (c) Of the plurality of the same data sent by the sending means, Incoming means that validates the arrival of any one data and invalidates the other.
【請求項2】 以下の要素を有する複数経路型データ転
送方式 (a)発交換ノードから着交換ノードまでの複数の経路
を選択し、この複数の経路へ同一データを送出する送出
手段、 (b)上記送出手段により送出されたデータを正常に受
信した場合これを転送し、正常に受信しない場合データ
を無効とする中継手段、 (c)上記中継手段により中継されたデータを受信し、
次に到着が期待されるデータが到着しないとき再送要求
を行なうとともに他のデータを無効とする着信手段。
2. A multi-path data transfer system having the following elements: (a) sending means for selecting a plurality of paths from a source switching node to a destination switching node and sending the same data to the plurality of paths; ) A relay means for transferring the data sent by the sending means when the data is normally received, and invalidating the data when the data is not normally received, (c) receiving the data relayed by the relay means,
When the next expected data does not arrive, a receiving means for making a retransmission request and invalidating other data.
JP16716092A 1992-06-25 1992-06-25 Multi-path data transfer method Expired - Fee Related JP3137744B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16716092A JP3137744B2 (en) 1992-06-25 1992-06-25 Multi-path data transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16716092A JP3137744B2 (en) 1992-06-25 1992-06-25 Multi-path data transfer method

Publications (2)

Publication Number Publication Date
JPH0614056A true JPH0614056A (en) 1994-01-21
JP3137744B2 JP3137744B2 (en) 2001-02-26

Family

ID=15844536

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16716092A Expired - Fee Related JP3137744B2 (en) 1992-06-25 1992-06-25 Multi-path data transfer method

Country Status (1)

Country Link
JP (1) JP3137744B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100389700B1 (en) * 1995-05-09 2003-10-04 노키아 텔리커뮤니케이션즈 오와이 Data transmission system by sliding-window data flow control
US6879589B2 (en) 1999-12-22 2005-04-12 Nec Corporation Data packet transfer network and data packet transfer method
US7043574B2 (en) 2002-08-14 2006-05-09 Nec Corporation Computer system and frame transmitting method
JP2007013510A (en) * 2005-06-30 2007-01-18 Oki Telecommunication Systems Co Ltd Packet communication system and packet communication apparatus
JP2007124131A (en) * 2005-10-26 2007-05-17 Hitachi Kokusai Electric Inc Ip communication system
US7352746B1 (en) 1999-06-18 2008-04-01 Fujitsu Limited Frame forwarding installation
US7702744B2 (en) 2000-03-07 2010-04-20 Nippon Telegraph And Telephone Corporation Semantic information network (SION)
US7844730B2 (en) 2001-02-05 2010-11-30 Nec Corporation Computer system and method of communication between modules within computer system
US7965625B2 (en) 2005-03-29 2011-06-21 Fujitsu Limited Communication device and logical link abnormality detection method

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100389700B1 (en) * 1995-05-09 2003-10-04 노키아 텔리커뮤니케이션즈 오와이 Data transmission system by sliding-window data flow control
US7352746B1 (en) 1999-06-18 2008-04-01 Fujitsu Limited Frame forwarding installation
US6879589B2 (en) 1999-12-22 2005-04-12 Nec Corporation Data packet transfer network and data packet transfer method
US7702744B2 (en) 2000-03-07 2010-04-20 Nippon Telegraph And Telephone Corporation Semantic information network (SION)
US7747697B2 (en) 2000-03-07 2010-06-29 Nippon Telegraph And Telephone Corporation Semantic information network (SION)
US7844730B2 (en) 2001-02-05 2010-11-30 Nec Corporation Computer system and method of communication between modules within computer system
US7043574B2 (en) 2002-08-14 2006-05-09 Nec Corporation Computer system and frame transmitting method
US7965625B2 (en) 2005-03-29 2011-06-21 Fujitsu Limited Communication device and logical link abnormality detection method
JP2007013510A (en) * 2005-06-30 2007-01-18 Oki Telecommunication Systems Co Ltd Packet communication system and packet communication apparatus
JP2007124131A (en) * 2005-10-26 2007-05-17 Hitachi Kokusai Electric Inc Ip communication system

Also Published As

Publication number Publication date
JP3137744B2 (en) 2001-02-26

Similar Documents

Publication Publication Date Title
US6853617B2 (en) System and method for TCP connection protection switching
US5235599A (en) Self-healing network with distributed failure restoration capabilities
US6928050B2 (en) Protected switching ring
US5848227A (en) Method of providing fault tolerance and switch-over distribution in a bridge/router
EP0552216B1 (en) Network traffic management
JP2967178B2 (en) How to reroute packet mode data connections
US20050243823A1 (en) Multipoint protected switching ring
JP4167072B2 (en) Selective protection against ring topology
JPH021665A (en) Congestion control method
US7233567B1 (en) Apparatus and method for supporting multiple traffic redundancy mechanisms
JP3137744B2 (en) Multi-path data transfer method
WO2012097595A1 (en) Method and system for implementing shared-mesh protection
US9294342B2 (en) Network node apparatus system, apparatus, and method
JP3036524B2 (en) VP protection system and method
CN113645312A (en) Method and device for protecting sub-ring network link based on ERPS protocol
JP3032419B2 (en) Data transfer method
US20030012131A1 (en) Communication network with a ring topology
CN113794656B (en) Message forwarding method and device
JPH05122278A (en) Terminal control system for exchange
JPS6285532A (en) Packet exchange system
JP3522339B2 (en) Relay transfer system
JP3152012B2 (en) Data transfer method
JP2000232481A (en) Bypassing method and system in data communication network without communication
JP2799507B2 (en) Failure recovery control method
JPS6257342A (en) Packet exchange system

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040520

LAPS Cancellation because of no payment of annual fees