JP2576384B2 - Data transfer control method - Google Patents

Data transfer control method

Info

Publication number
JP2576384B2
JP2576384B2 JP5266823A JP26682393A JP2576384B2 JP 2576384 B2 JP2576384 B2 JP 2576384B2 JP 5266823 A JP5266823 A JP 5266823A JP 26682393 A JP26682393 A JP 26682393A JP 2576384 B2 JP2576384 B2 JP 2576384B2
Authority
JP
Japan
Prior art keywords
line
retry
information processing
information
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP5266823A
Other languages
Japanese (ja)
Other versions
JPH07123117A (en
Inventor
敬子 河野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP5266823A priority Critical patent/JP2576384B2/en
Publication of JPH07123117A publication Critical patent/JPH07123117A/en
Application granted granted Critical
Publication of JP2576384B2 publication Critical patent/JP2576384B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明はワイドエリアネットワー
ク(以下WANという)を経由して接続されたローカル
エリアネットワーク(以下LANという)上の情報処理
装置間でデータ送受信を行うデータ処理制御方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing control method for transmitting and receiving data between information processing devices on a local area network (hereinafter, LAN) connected via a wide area network (hereinafter, WAN).

【0002】[0002]

【従来の技術】従来この種のデータ転送制御方式では、
LAN上のある情報処理装置とWANを経由した遠隔地
にある他の情報処理装置との間でデータ送受信を行う
際、WANにおけるコストは考慮されておらず、情報処
理装置上のアプリケーションプログラムを作成する段階
で、WANの回線種および下位プロトコルを考慮したア
プリケーションプログラム作りを行っていた。
2. Description of the Related Art Conventionally, in this type of data transfer control system,
When transmitting and receiving data between an information processing device on a LAN and another information processing device at a remote location via a WAN, the cost in the WAN is not considered, and an application program on the information processing device is created. At this stage, an application program was created in consideration of the WAN line type and lower-level protocol.

【0003】例えば、以下のような回線障害発生時の処
理の場合である。WANを経由したLAN間のデータ転
送では、WANまでは正常でそれより先で回線障害が発
生しているような場合が発生する。すなわち、相手シス
テム側のLANで異常が発生していたり、相手システム
の応答すべきアプリケーションプログラムが立ち上がっ
ていないなどの場合である。このような場合には、送信
側の情報処理装置は、通常であれば、送信が失敗したも
のとして、リトライ処理を行なう。この時、WANの回
線種が専用線であれば、料金は情報量に依存しない定額
となるので、延々とリトライを繰り返しても、料金的な
問題は生じない。一方、WANの回線種がパケット網な
らば、料金はパケット課金による従量制となり、リトラ
イの都度課金されてしまう。従って、ある程度リトライ
しても成功しなければリトライを中止する方が、無駄な
課金を抑えるためには有効である。このように、回線障
害発生時には、回線種を考慮したアプリケーションプロ
グラム作成が要求されていた。
[0003] For example, the following processing is performed when a line failure occurs. In data transfer between LANs via a WAN, a case may occur in which data is normal up to the WAN and a line failure has occurred earlier. That is, this is a case where an abnormality has occurred in the LAN of the partner system or an application program to which the partner system has to respond has not been started. In such a case, the information processing apparatus on the transmission side normally performs retry processing on the assumption that transmission has failed. At this time, if the WAN line type is a dedicated line, the fee is a fixed amount that does not depend on the amount of information. Therefore, even if retry is repeated endlessly, there is no fee problem. On the other hand, if the WAN line type is a packet network, the fee is charged based on packet charging, and is charged every time a retry is performed. Therefore, if the retry is not successful even after retrying to some extent, it is effective to stop the retry in order to suppress unnecessary charging. Thus, when a line failure occurs, it has been required to create an application program in consideration of the line type.

【0004】さらに、以下のようなデータ無送受信時の
処理の場合にもアプリケーションプログラム作成の際に
考慮が必要である。すなわち、送受信するデータが無く
ても下位プロトコルによっては常にデータのやりとりを
行なってしまうものも存在する。また、公衆回線網なら
ば、料金は時間による従量制となるため、無通信状態で
あっても接続されていれば課金されてしまう。従って、
送受信するデータが無い場合には回線を切断してしまう
方が、無駄な課金を抑えるためには有効である。このよ
うに、無通信時には、下位プロトコルや回線種を考慮し
たアプリケーションプログラム作成が要求されていた。
In addition, the following processing when data is not transmitted / received needs to be considered when creating an application program. In other words, there is a case where data is always exchanged depending on the lower protocol even if there is no data to be transmitted / received. Further, in the case of a public line network, the fee is based on a time-based system. Therefore,
If there is no data to be transmitted / received, disconnecting the line is more effective for suppressing unnecessary charging. As described above, at the time of no communication, it is required to create an application program in consideration of a lower protocol and a line type.

【0005】[0005]

【発明が解決しようとする課題】上述の従来のデータ転
送制御方式では、WANにおける無駄なコストを生じな
いようにするためには、WANの通信回線種や下位プロ
トコルを意識したアプリケーションプログラム作りを行
なう必要があった。従って、運用途中でWANの回線種
等に変更が生じればアプリケーションプログラムも変更
しなければならなかった。また、WANに依存する処理
がアプリケーションプログラムに組み込まれていると、
異なるWANの間で同じアプリケーションプログラムを
使用することができないという問題があった。
In the above-mentioned conventional data transfer control system, in order to avoid unnecessary costs in the WAN, an application program is created in consideration of the type of the WAN communication line and the lower protocol. Needed. Therefore, if a change occurs in the WAN line type or the like during operation, the application program must also be changed. Also, if the processing depending on the WAN is incorporated in the application program,
There is a problem that the same application program cannot be used between different WANs.

【0006】[0006]

【課題を解決するための手段】上述した問題点を解決す
るため本発明のデータ転送制御方式は、広域ネットワー
クを介して接続する複数のローカルエリアネットワーク
に接続された複数の情報処理装置間でデータ転送を行な
う際のデータ転送制御方式であって、前記複数の情報処
理装置の各々は、他の前記情報処理装置のそれぞれのア
ドレスと該情報処理装置で使用可能な回線種別、プロト
コル種別、データ通信の制御方法およびリトライ上限値
を含む情報との対応関係を示す回線情報テーブルが格納
される回線情報テーブル格納手段と、アプリケーション
プログラムから受け取った相手先の情報処理装置のアド
レスに基づき前記回線情報テーブル格納手段に格納され
た回線情報テーブルを参照して前記データ送信の制御方
法を選択する送信制御選択手段と、この送信制御選択手
段に選択された制御方法がリトライ制御を行うものであ
るときに前記転送先の情報処理装置の使用回線毎にデー
タ転送の再試行を行ったリトライ値を計数して格納する
リトライカウンタと、このリトライカウンタに格納され
たリトライ値と前記回線情報テーブル格納手段に格納さ
れた前記回線情報テーブルのリトライ上限値とに基づい
て前記転送先の情報処理装置に対するデータ転送の再試
行を監視するリトライ監視手段とを有する。
In order to solve the above-mentioned problems, a data transfer control system according to the present invention comprises a plurality of local area networks connected via a wide area network.
A data transfer control method for performing data transfer between a plurality of information processing apparatuses connected to a plurality of information processing apparatuses , wherein each of the plurality of information processing apparatuses includes a corresponding one of the other information processing apparatuses.
Dress, line type available for the information processing device,
Col type, data communication control method and retry upper limit
Stores line information table indicating correspondence with information including
Line information table storage means and application
The destination information processing device ad received from the program
Stored in the line information table storage means based on the
How to control the data transmission by referring to the line information table
Transmission control selection means for selecting a method, and a transmission control selection means.
The control method selected for the step performs retry control.
When the data is transferred, the data is
Counts and stores the retry value for retrying data transfer
The retry counter and the retry counter
Retry value stored in the line information table storage means.
The retry upper limit of the line information table
Retry data transfer to the destination information processing device
Retry monitoring means for monitoring a row .

【0007】[0007]

【実施例】次に本願発明のデータ転送制御方式の一実施
例について図面を参照して詳細に説明する。
Next, an embodiment of a data transfer control system according to the present invention will be described in detail with reference to the drawings.

【0008】図1を参照すると、本願発明の一実施例で
あるデータ転送制御方式は、情報処理装置100におい
て、情報登録手段105と、情報解析手段110と、W
AN情報テーブル120と、APインタフェース手段1
30と、送信制御選択手段135と、リトライ監視手段
140と、無通信監視手段150と、回線接続手段16
0と、回線切断手段170と、受信制御選択手段180
と、通信手段190とからなる。また、情報処理装置1
00は端末装置50に接続して、操作者とのやりとりを
行なう。また、情報処理装置100はLANに接続して
おり、さらにWANを経由して他のLAN上の相手側情
報処理装置200に接続している。
Referring to FIG. 1, a data transfer control method according to an embodiment of the present invention is such that an information registration unit 105, an information analysis unit 110, a W
AN information table 120 and AP interface means 1
30, the transmission control selection means 135, the retry monitoring means 140, the no-communication monitoring means 150, and the line connection means 16
0, line disconnecting means 170, and reception control selecting means 180
And communication means 190. The information processing device 1
00 is connected to the terminal device 50 to exchange data with the operator. Further, the information processing apparatus 100 is connected to a LAN, and further connected to a partner information processing apparatus 200 on another LAN via a WAN.

【0009】WAN情報テーブル120は、各データ転
送毎の状態を格納しておくための記憶手段である。情報
登録手段105は、データ転送開始時に端末装置50か
ら入力された各種情報に基づいてWAN情報テーブル1
20の設定登録を行う。情報解析手段110は、情報登
録手段105によってWAN情報テーブル120に設定
された情報からデータ転送制御方法を決定して、WAN
情報テーブル120に登録する。APインタフェース手
段130は、アプリケーションプログラムから送信すべ
きデータを受け取り、送信制御選択手段135に渡す。
また、受信制御選択手段180からの、あるいはリトラ
イ監視手段140からの、受信データをアプリケーショ
ンプログラムに渡す。送信制御選択手段135は、送信
データから送信先アドレスを抽出して、これを基にWA
N情報テーブル120を参照して相手システムへ転送す
る際の制御方法を認識する。リトライ監視手段140
は、WAN情報テーブル120内のリトライカウンタを
監視して通信手段190やAPインタフェース手段13
0に通知を行なう。無通信監視手段150は、通信状態
を監視して回線の接続や切断を行なう。回線接続手段1
60は、無通信監視手段150からの指示に従って回線
の接続を行なう。回線切断手段170は、無通信監視手
段150からの指示に従って回線の切断を行なう。受信
制御選択手段180は、受信データから送信元アドレス
を抽出してWAN情報テーブル120を参照して送信元
である相手システムとのデータ制御方法を認識する。ま
た、APインタフェース手段130に受信データを渡
す。通信手段190は、LANに接続して他システムと
の間で、送信データを送信し、受信データを受信する。
The WAN information table 120 is storage means for storing a state for each data transfer. The information registering means 105 stores the WAN information table 1 based on various information input from the terminal device 50 at the start of data transfer.
20 settings are registered. The information analysis means 110 determines a data transfer control method from the information set in the WAN information table 120 by the information registration means 105, and
Register in the information table 120. The AP interface unit 130 receives data to be transmitted from the application program, and passes the data to the transmission control selection unit 135.
Also, it passes the data received from the reception control selection means 180 or from the retry monitoring means 140 to the application program. The transmission control selecting means 135 extracts the destination address from the transmission data, and
With reference to the N information table 120, the control method at the time of transfer to the partner system is recognized. Retry monitoring means 140
Monitors the retry counter in the WAN information table 120 and communicates with the communication unit 190 and the AP interface unit 13.
0 is notified. The non-communication monitoring means 150 monitors a communication state and connects or disconnects a line. Line connection means 1
60 connects a line according to an instruction from the non-communication monitoring means 150. The line disconnecting unit 170 disconnects the line according to an instruction from the non-communication monitoring unit 150. The reception control selection unit 180 extracts the source address from the received data, refers to the WAN information table 120, and recognizes the data control method with the partner system that is the transmission source. Also, the received data is passed to the AP interface unit 130. The communication unit 190 connects to the LAN, transmits transmission data to and receives reception data from another system.

【0010】図2を参照すると、WAN情報テーブル1
20は送受信対象となる各相手システム毎にデータ転送
に拘わる状態を格納している。WAN情報テーブル12
0の項目中、「相手アドレス」は、送受信対象となる相
手システムのアドレスを指す。「WAN回線種」は、例
えば専用回線やパケット網といった、回線の種類を表
す。「下位プロトコル」は、例えばTCP/IPなど
の、データ通信の際の下位レベルのプロトコルを表す。
「制御方法」は、後述するようにデータ転送を行なう際
の制御方法を表す。「リトライ上限値」は、障害発生時
のリトライをする際のリトライ回数の上限値を表す。
「リトライカウンタ」は、既に何回リトライしているか
を計数するカウンタである。この「リトライカウンタ」
は、初期値0から始まり相手システムへのデータ送信に
対して無応答だった場合に「リトライ上限値」までカウ
ントアップされ、再びデータ送受信が開始されると再び
0となる。「監視タイマ上限値」は、無通信監視手段1
50にある無通信監視用タイマの上限値を表す。「回線
状態」は、当該回線が現在接続されているか切断されて
いるかを示す。
Referring to FIG. 2, WAN information table 1
Reference numeral 20 stores a state related to data transfer for each partner system to be transmitted / received. WAN information table 12
In the item “0”, “partner address” indicates the address of the partner system to be transmitted / received. “WAN line type” indicates a line type such as a dedicated line or a packet network. “Lower-level protocol” indicates a lower-level protocol for data communication, such as TCP / IP.
The “control method” indicates a control method when performing data transfer as described later. “Retry upper limit value” indicates the upper limit value of the number of retries when retrying when a failure occurs.
The “retry counter” is a counter that counts how many retries have already been performed. This "retry counter"
Starts from the initial value 0, is counted up to the “retry upper limit value” when there is no response to data transmission to the partner system, and becomes 0 again when data transmission / reception is started again. The “monitoring timer upper limit value” is the non-communication monitoring means 1
50 represents the upper limit value of the non-communication monitoring timer at 50. “Line status” indicates whether the line is currently connected or disconnected.

【0011】図3を参照すると、送信データまたは受信
データのデータ形式を表している。「送信先アドレス
部」は、送信先の情報処理装置のアドレスを表す。「送
信元アドレス部」は、送信元の情報処理装置のアドレス
を表す。「データ部」は、本来転送すべきデータ部分を
表す。送信時であれば、「送信先アドレス部」に送信先
相手システムのアドレスを、「送信元アドレス部」には
自システムのアドレスをそれぞれ書き込む。また、受信
時であれば、「送信先アドレス部」には自システムのア
ドレスが書き込まれた状態になっており、「送信元アド
レス部」にはそのデータを送信した相手システムのアド
レスが書き込まれてくる。
FIG. 3 shows a data format of transmission data or reception data. The “destination address section” indicates the address of the information processing apparatus of the transmission destination. The “source address section” indicates the address of the information processing apparatus of the transmission source. “Data part” represents a data part that should be transferred. At the time of transmission, the address of the destination system is written in the “destination address”, and the address of the own system is written in the “source address”. When receiving, the address of the own system is written in the “destination address”, and the address of the partner system that transmitted the data is written in the “source address”. Come.

【0012】次に、本願発明のデータ転送制御方式の上
記実施例の動作について詳細に説明する。
Next, the operation of the embodiment of the data transfer control system of the present invention will be described in detail.

【0013】まず、データ転送に先だって、予め他の情
報処理装置とのデータ転送経路について以下のようにW
AN情報テーブル120に設定しておく必要がある。例
えば、端末装置50から、「相手アドレス」と、情報処
理装置100と送信先の情報処理装置200との間のW
ANの「回線種」と、「下位プロトコル」と、「リトラ
イ上限値」と、「監視タイマ上限値」とを入力する。情
報登録手段105は、これらの入力情報の内「相手アド
レス」によってWAN情報テーブル120を検索して、
既にその「相手アドレス」についての登録があればその
対応する個所に各入力情報を上書きし、もし該当「相手
アドレス」がまだ登録されていなければ、WAN情報テ
ーブル120の空き領域を確保して対応する個所に各入
力情報を登録する。そして、さらにWAN情報テーブル
120の「リトライカウンタ」を0に設定し、「回線状
態」を”切断”に設定する。また、情報解析手段110
は、情報登録手段105からの入力情報によって「制御
方法」を次のように決定する。なお、本実施例では「相
手アドレス」を端末装置から入力するようにしている
が、システム初期設定時に決めておくようにしてもかま
わない。
First, prior to the data transfer, a data transfer path with another information processing apparatus is set in advance as follows.
It must be set in the AN information table 120. For example, from the terminal device 50, the “partner address” and the W address between the information processing device 100 and the destination information processing device 200 are transmitted.
The "line type" of the AN, the "lower protocol", the "retry upper limit value", and the "monitoring timer upper limit value" are input. The information registration means 105 searches the WAN information table 120 by the “partner address” of the input information,
If the “partner address” has already been registered, the corresponding information is overwritten with the corresponding input information. If the corresponding “partner address” has not been registered yet, a vacant area in the WAN information table 120 is secured to respond. Register each input information in the place where you want. Then, the “retry counter” in the WAN information table 120 is set to 0, and the “line state” is set to “disconnected”. Also, the information analysis means 110
Determines the “control method” according to the input information from the information registration means 105 as follows. In this embodiment, the "partner address" is input from the terminal device, but it may be determined at the time of system initialization.

【0014】図4を参照すると、情報解析手段110の
動作の処理手順の一例を表している。まず、ステップ1
11において、WANの「回線種」の課金体系が定額か
どうかを判断する。例えば、「回線種」が専用線である
場合には一般に料金は定額であるといえるので、ステッ
プ115において後述の『制御方法(c)』を採用する
ことになる。次に、ステップ112において、データ無
通信時に課金されるかどうかを「回線種」と「下位プロ
トコル」とから判断する。例えば、「回線種」が公衆回
線網であれば、一般に時間課金による従量制なので、ス
テップ114において後述の『制御方法(b)』を採用
する。また、「回線種」がパケット網の場合にはパケッ
ト課金による従量制となるが、さらに「下位プロトコ
ル」が、例えばTCP/IPのように、常にデータのや
りとりが行われるようなものであれば、ステップ114
において後述の『制御方法(b)』を採用する。また、
同じく「回線種」がパケット網の場合でも、「下位プロ
トコル」が、例えばDINAのように、必要時にのみデ
ータのやりとりを行なうものであれば、ステップ113
において後述の『制御方法(a)』を採用する。このよ
うにして決定された制御方法は、WAN情報テーブル1
20の「制御方法」に設定される。
FIG. 4 shows an example of the processing procedure of the operation of the information analysis means 110. First, step 1
At 11, it is determined whether the WAN "line type" charging system is a fixed amount. For example, when the “line type” is a dedicated line, the charge is generally considered to be a fixed amount, so that “control method (c)” described later will be adopted in step 115. Next, in step 112, it is determined from the "line type" and the "lower-level protocol" whether or not a charge is made when there is no data communication. For example, if the “line type” is a public line network, generally, it is a pay-as-you-go system based on time charging. When the "line type" is a packet network, a pay-as-you-go system based on packet charging is used, but if the "lower-level protocol" is one that constantly exchanges data, such as TCP / IP, for example. , Step 114
, A “control method (b)” described later is adopted. Also,
Similarly, even when the “line type” is a packet network, if the “lower-level protocol” exchanges data only when necessary, for example, DINA, step 113
, A “control method (a)” described later is adopted. The control method determined in this way is described in the WAN information table 1
20 "Control method" is set.

【0015】次に、APインタフェース手段130は、
アプリケーションプログラムからの図3のデータ形式を
持つ送信データを送信制御選択手段135に渡す。送信
選択制御手段135は送信データから「送信先アドレ
ス」を抽出して、これによりWAN情報テーブル120
を参照することによって、相手システムへのデータ転送
の際の「制御方法」を認識する。
Next, the AP interface means 130
The transmission data having the data format shown in FIG. 3 from the application program is passed to the transmission control selection means 135. The transmission selection control unit 135 extracts a “destination address” from the transmission data, and thereby extracts the “WAN address table 120”.
, The "control method" at the time of data transfer to the partner system is recognized.

【0016】以下では、上記『制御方法(a)』,『制
御方法(b)』および『制御方法(c)』の具体的制御
方法について説明する。
Hereinafter, specific control methods of the above-mentioned "control method (a)", "control method (b)" and "control method (c)" will be described.

【0017】情報解析手段110において、『制御方法
(a)』が選択された場合、すなわち、相手システムか
らの無応答時にリトライ制御を行なう場合には、以下の
手順で処理を行なう。
When "control method (a)" is selected in information analysis means 110, that is, when retry control is performed when there is no response from the partner system, processing is performed in the following procedure.

【0018】まず、データ送信時には、送信制御選択手
段135は図3のデータ形式の送信データをリトライ監
視手段140に渡す。図5を参照すると、ステップ14
1においてデータ送信であると判断した場合、リトライ
監視手段140は、送信データから「送信先アドレス」
を抽出して、これによりWAN情報テーブル120を検
索して、対応する「リトライカウンタ」を参照する(ス
テップ142)。このとき、「リトライカウンタ」=
0、すなわちリトライをしていない通常状態であるか、
「リトライカウンタ」<「リトライ上限値」、すなわち
リトライ中の状態であるかの、いずれかの場合であれ
ば、そのまま送信データを通信手段190に渡し、送信
先の情報処理装置へ送信する(ステップ143)。ま
た、「リトライカウンタ」≧「リトライ上限値」、すな
わちリトライ停止状態であれば送信データは破棄して、
相手システムから応答が無かったものとみなしてAPイ
ンタフェース手段130に通知する(ステップ14
5)。
First, at the time of data transmission, the transmission control selection means 135 passes the transmission data in the data format of FIG. Referring to FIG.
1, the retry monitoring unit 140 determines the “transmission destination address” from the transmission data.
Is extracted, thereby searching the WAN information table 120 and referring to the corresponding "retry counter" (step 142). At this time, "retry counter" =
0, that is, normal state without retry,
If “retry counter” <“retry upper limit value”, that is, whether it is in the state of retry, the transmission data is passed to the communication means 190 and transmitted to the information processing apparatus of the transmission destination (step 143). If “retry counter” ≧ “retry upper limit value”, that is, if the retry is stopped, the transmission data is discarded,
It is assumed that there is no response from the partner system and the AP interface means 130 is notified (step 14).
5).

【0019】データを相手システムに送信したにも拘わ
らず無応答であった旨が通信手段190から通知された
場合には、WAN情報テーブル120の対応する「リト
ライカウンタ」を1つカウントアップする(ステップ1
44)。そして、無応答であった旨をAPインタフェー
ス手段130に通知する(ステップ145)。
If the communication means 190 notifies that there is no response despite the fact that the data has been transmitted to the partner system, the corresponding "retry counter" in the WAN information table 120 is counted up by one ( Step 1
44). Then, it notifies the AP interface means 130 that there is no response (step 145).

【0020】相手システムからデータを受信した場合に
は、通信手段190は相手システム200からの受信デ
ータを受信制御選択手段180に渡す。受信制御選択手
段180は受信データから送信元アドレスを抽出し、W
AN情報テーブル120を参照して相手システムの「制
御方法」を認識する。このとき、もし制御方法(a)で
あれば、受信制御選択手段180はリトライ監視手段1
40に受信データを渡す。リトライ監視手段140は、
この受信データから送信元アドレスを抽出し、WAN情
報テーブル120の対応する「リトライカウンタ」を参
照する(ステップ146)。このとき、「リトライカウ
ンタ」≠0、すなわちリトライ中またはリトライ停止状
態であれば、「リトライカウンタ」を0にリセットして
リトライをしていない通常状態にしておく(ステップ1
47)。はじめから「リトライカウンタ」=0であれ
ば、上記リセット処理は不要である。そして、受信デー
タをAPインタフェース手段130に渡す。APインタ
フェース手段130はこの受信データをアプリケーショ
ンプログラムに渡す。
When data is received from the partner system, the communication means 190 transfers the data received from the partner system 200 to the reception control selecting means 180. The reception control selecting means 180 extracts the source address from the received data,
The "control method" of the partner system is recognized with reference to the AN information table 120. At this time, if the control method (a) is used, the reception control selecting means 180
The received data is passed to 40. The retry monitoring means 140
The source address is extracted from the received data, and the corresponding “retry counter” in the WAN information table 120 is referred to (step 146). At this time, if “retry counter” ≠ 0, that is, if a retry is being performed or the retry is stopped, the “retry counter” is reset to 0 to set a normal state in which no retry is performed (step 1).
47). If “retry counter” = 0 from the beginning, the above reset processing is unnecessary. Then, the received data is passed to the AP interface unit 130. The AP interface unit 130 passes the received data to the application program.

【0021】次に、情報解析手段110において、『制
御方法(b)』が選択された場合、すなわち、相手シス
テムからの無応答時のリトライ制御に加えてデータ無通
信時のタイマ制御も行なう場合には、以下の手順で処理
を行なう。
Next, when the "control method (b)" is selected in the information analyzing means 110, that is, when timer control during data non-communication is performed in addition to retry control when there is no response from the partner system. Is performed in the following procedure.

【0022】まず、データ送信時には、送信制御選択手
段135は図3のデータ形式の送信データを無通信監視
手段150に渡す。図6を参照すると、無通信監視手段
150は、送信データから「送信先アドレス」を抽出し
て、これによりWAN情報テーブル120の対応する
「回線状態」を参照する(ステップ152)。このと
き、もしWAN情報テーブル120の対応する「回線状
態」が”接続状態”であれば、リトライ監視手段140
に送信データを渡して起動する(ステップ157)。こ
れ以降、リトライ監視手段140は、制御方法(a)、
すなわち図5の処理手順、と同様の動作を行なう。ま
た、もしWAN情報テーブル120の対応する「回線状
態」が”切断状態”であれば、回線接続手段160によ
り相手システムとの回線を接続して送受信可能な状態に
し(ステップ153)、WAN情報テーブル120の対
応する「回線状態」を”接続状態”に設定する(ステッ
プ154)。これら前準備終了後、送信制御選択手段1
35は送信データを通信手段190に渡して、相手シス
テムに送信する(ステップ155)。
First, at the time of data transmission, the transmission control selection means 135 passes the transmission data in the data format of FIG. Referring to FIG. 6, non-communication monitoring means 150 extracts the “destination address” from the transmission data, and refers to the corresponding “line state” in WAN information table 120 (step 152). At this time, if the corresponding “line state” in the WAN information table 120 is “connected state”, the retry monitoring unit 140
(Step 157). Thereafter, the retry monitoring means 140 determines the control method (a),
That is, the same operation as the processing procedure of FIG. 5 is performed. If the corresponding "line state" in the WAN information table 120 is "disconnected state", the line with the partner system is connected by the line connection means 160 to enable transmission and reception (step 153), and the WAN information table is set. The corresponding "line state" of the H.120 is set to "connection state" (step 154). After these preparations are completed, the transmission control selecting means 1
35 passes the transmission data to the communication means 190 and transmits it to the partner system (step 155).

【0023】データ受信時には、通信手段190は相手
システム200からの受信データを受信制御選択手段1
80に渡す。受信制御選択手段180は受信データから
「送信元アドレス」を抽出して、WAN情報テーブル1
20を参照して「制御方法」を認識する。このとき、も
し制御方法(b)であれば、無通信監視手段150に受
信データを渡す。無通信監視手段150は、無通信監視
手段150が有する無通信監視のためのタイマを初期状
態にセットして、リトライ監視のためにリトライ監視手
段140に受信データを渡して起動する(ステップ15
7)。これ以降、リトライ監視手段140は、制御方法
(a)、すなわち図5の処理手順、と同様の動作を行な
う。
At the time of data reception, the communication means 190 transmits the data received from the partner system 200 to the reception control selecting means 1.
Hand over to 80. The reception control selecting means 180 extracts the “source address” from the received data, and
20, the “control method” is recognized. At this time, if the control method (b) is used, the received data is passed to the non-communication monitoring means 150. The non-communication monitoring means 150 sets the timer for non-communication monitoring of the non-communication monitoring means 150 to an initial state, and passes the received data to the retry monitoring means 140 for retry monitoring and starts up (step 15).
7). Thereafter, the retry monitoring unit 140 performs the same operation as the control method (a), that is, the processing procedure of FIG.

【0024】また、無通信監視手段150は無通信監視
のためにかけたタイマがWAN情報テーブル120の対
応する「監視タイマ上限値」に達した時、回線切断手段
170により回線を切断する(ステップ158)。そし
て、WAN情報テーブル120の対応する「回線状態」
に”回線切断”を設定する(ステップ159)。
When the timer used for non-communication monitoring reaches the corresponding "monitoring timer upper limit" in the WAN information table 120, the non-communication monitoring means 150 disconnects the line by the line disconnecting means 170 (step 158). ). Then, the corresponding “line state” in the WAN information table 120
Is set to "line disconnection" (step 159).

【0025】次に、情報解析手段110において、『制
御方法(c)』が選択された場合、すなわち、相手シス
テムからの無応答時のリトライ制御もデータ無通信時の
タイマ制御も行なわない場合には、以下の手順で処理を
行なう。
Next, when "control method (c)" is selected in information analysis means 110, that is, when neither the retry control when there is no response from the partner system nor the timer control when there is no data communication is performed. Performs the processing in the following procedure.

【0026】データ送信時には、送信制御選択手段13
5はそのまま通信手段190に送信データを渡し、相手
システムへ送信する。すなわち、他の制御方法のような
設定は行わない。
At the time of data transmission, transmission control selecting means 13
5 transmits the transmission data to the communication means 190 as it is and transmits it to the partner system. That is, settings such as other control methods are not performed.

【0027】また、データ受信時には、通信手段190
は相手システム200からの受信データを受信制御選択
手段180に渡す。受信制御選択手段180は受信デー
タから「送信元アドレス」を抽出して、WAN情報テー
ブル120の対応する「制御方法」を認識する。もし、
制御方法(c)であれば、APインタフェース手段13
0に受信データを渡す。APインタフェース手段130
は、アプリケーションプログラムにこの受信データを渡
す。
When receiving data, communication means 190
Passes the data received from the partner system 200 to the reception control selection means 180. The reception control selecting unit 180 extracts the “source address” from the received data and recognizes the corresponding “control method” in the WAN information table 120. if,
In the case of the control method (c), the AP interface means 13
Pass the received data to 0. AP interface means 130
Passes the received data to the application program.

【0028】[0028]

【発明の効果】以上説明したように本願発明のデータ転
送制御方式によれば、WANの回線種や下位プロトコル
を意識したアプリケーションプログラム作成を行なうこ
となく、WANにおける通信料金を抑えることができ
る。また、WANの回線種などの変更時にアプリケーシ
ョンプログラムを修正する必要がなく、さらに、異なる
WAN間で一つのアプリケーションプログラムを汎用的
に使用することができるという効果がある。
As described above, according to the data transfer control method of the present invention, it is possible to reduce the communication fee in the WAN without creating an application program in consideration of the WAN line type and the lower-level protocol. Further, there is no need to modify the application program when the WAN line type is changed, and further, there is an effect that one application program can be used for general purposes between different WANs.

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

【図1】本願発明のデータ転送制御方式の一実施例の構
成図である。
FIG. 1 is a configuration diagram of an embodiment of a data transfer control method according to the present invention.

【図2】本願発明におけるWAN情報テーブルの構成の
一例を表す図である。
FIG. 2 is a diagram illustrating an example of a configuration of a WAN information table according to the present invention.

【図3】本願発明における送受信データの構成の一例を
表す図である。
FIG. 3 is a diagram illustrating an example of a configuration of transmission / reception data according to the present invention.

【図4】本願発明における情報解析手段の動作の処理手
順の一例を表す図である。
FIG. 4 is a diagram illustrating an example of a processing procedure of an operation of an information analysis unit according to the present invention.

【図5】本願発明におけるリトライ監視手段の動作の処
理手順の一例を表す図である。
FIG. 5 is a diagram illustrating an example of a processing procedure of an operation of a retry monitoring unit according to the present invention.

【図6】本願発明における無通信監視手段の動作の処理
手順の一例を表す図である。
FIG. 6 is a diagram illustrating an example of a processing procedure of an operation of a non-communication monitoring unit according to the present invention.

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

50 端末装置 100,200 情報処理装置 105 情報登録手段 110 情報解析手段 120 WAN情報テーブル 130 APインタフェース手段 135 送信制御選択手段 140 リトライ監視手段 150 無通信監視手段 160 回線接続手段 170 回線切断手段 180 受信制御選択手段 190 通信手段 Reference Signs List 50 terminal device 100, 200 information processing device 105 information registration means 110 information analysis means 120 WAN information table 130 AP interface means 135 transmission control selection means 140 retry monitoring means 150 no-communication monitoring means 160 line connection means 170 line disconnection means 180 reception control Selection means 190 Communication means

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 広域ネットワークを介して接続する複数
のローカルエリアネットワークに接続された複数の情報
処理装置間でデータ転送を行なう際のデータ転送制御方
式であって、 前記複数の情報処理装置の各々は、 他の前記情報処理装置のそれぞれのアドレスと該情報処
理装置で使用可能な回線種別、プロトコル種別、データ
通信の制御方法およびリトライ上限値を含む情報との対
応関係を示す回線情報テーブルが格納される回線情報テ
ーブル格納手段と、 アプリケーションプログラムから受け取った相手先の情
報処理装置のアドレスに基づき前記回線情報テーブル格
納手段に格納された回線情報テーブルを参照して前記デ
ータ送信の制御方法を選択する送信制御選択手段と、 この送信制御選択手段に選択された制御方法がリトライ
制御を行うものであるときに前記転送先の情報処理装置
の使用回線毎にデータ転送の再試行を行ったリトライ値
を計数して格納するリトライカウンタと、 このリトライカウンタに格納されたリトライ値と前記回
線情報テーブル格納手段に格納された前記回線情報テー
ブルのリトライ上限値とに基づいて前記転送先の情報処
理装置に対するデータ転送の再試行を監視するリトライ
監視手段と を有することを特徴とするデータ転送制御方
式。
Claims: 1. A plurality of devices connected via a wide area network
Information connected to a local area network
A data transfer control method for data transfer between the processor, each of said plurality of information processing devices, each address and the information processing of the other information processing apparatus
Line type, protocol type, and data that can be used by the
Communication control method and pair with information including retry upper limit
The line information table that stores the line information table
Table storage means and the information of the destination received from the application program.
The line information table based on the address of the
Refer to the line information table stored in the
Transmission control selecting means for selecting the data transmission control method, and the control method selected by the transmission control selecting means is retried.
The information processing apparatus of the transfer destination when performing control
Retry value for retrying data transfer for each used line
Counter that counts and stores the retry value and the retry value stored in the retry counter
The line information table stored in the line information table storage means.
Information processing of the transfer destination based on the retry upper limit of the
Retry to monitor retry of data transfer to management device
A data transfer control system comprising a monitoring unit .
【請求項2】 前記複数の情報処理装置の各々の前記回
線情報テーブル格納手段は他の前記情報処理装置のそれ
ぞれのアドレスと無通信時間の上限値との対応関係を示
す情報をさらに含み、 前記複数の情報処理装置の各々は、 アプリケーションプログラムから受け取った相手先の情
報処理装置のアドレスに基づいて前記回線情報テーブル
に格納された該無通信時間の上限値が格納される監視タ
イマ上限値格納手段と、 前記転送先の情報処理装置とのデータ転送が無い状態の
時間を計測する計数器を有し、該計数器の値と前記監視
タイマ上限値格納手段に格納された前記無通信時間の上
限値とに基づいて無通信時間を監視する無通信監視手段
と、 前記無通信監視手段の指示により転送相手である情報処
理装置との回線を接続する回線接続手段と、 前記無通信監視手段の指示により転送相手である情報処
理装置との回線を切断する回線切断手段とをさらに含む
ことを特徴とする請求項1記載のデータ転送制御方式。
2. The information processing apparatus according to claim 1 , wherein each of the plurality of information processing apparatuses includes
The line information table storage means is that of the other information processing apparatus.
Shows the correspondence between each address and the upper limit of the no-communication time
Each of the plurality of information processing apparatuses , wherein each of the plurality of information processing apparatuses includes information on a counterpart received from the application program.
The line information table based on the address of the
A monitor that stores the upper limit value of the non-communication time stored in the
In the state where there is no data transfer between the storage device and the destination information processing device,
A counter for measuring time, the value of the counter and the monitoring
Above the non-communication time stored in the timer upper limit storage means.
No-communication monitoring means for monitoring no-communication time based on a limit value
When the information processing is a transfer destination according to an instruction of the non-communication monitoring means
Line connection means for connecting the line with the processing device, and information processing which is a transfer partner in accordance with an instruction from the non-communication monitoring means.
Line disconnecting means for disconnecting the line with the processing device.
The data transfer control method according to claim 1, wherein:
JP5266823A 1993-10-26 1993-10-26 Data transfer control method Expired - Fee Related JP2576384B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5266823A JP2576384B2 (en) 1993-10-26 1993-10-26 Data transfer control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5266823A JP2576384B2 (en) 1993-10-26 1993-10-26 Data transfer control method

Publications (2)

Publication Number Publication Date
JPH07123117A JPH07123117A (en) 1995-05-12
JP2576384B2 true JP2576384B2 (en) 1997-01-29

Family

ID=17436160

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5266823A Expired - Fee Related JP2576384B2 (en) 1993-10-26 1993-10-26 Data transfer control method

Country Status (1)

Country Link
JP (1) JP2576384B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5873314B2 (en) * 2011-12-12 2016-03-01 株式会社サムスン日本研究所 COMMUNICATION DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION METHOD

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63177640A (en) * 1987-01-19 1988-07-21 Ricoh Co Ltd Data exchange controlling system
JPS6442956A (en) * 1987-08-10 1989-02-15 Hitachi Ltd Data transfer control system
JP3038942U (en) * 1996-12-24 1997-06-30 三井農林株式会社 Tatami flooring

Also Published As

Publication number Publication date
JPH07123117A (en) 1995-05-12

Similar Documents

Publication Publication Date Title
US5983360A (en) Information processing system with communication system and hot stand-by change-over function therefor
JPH07131478A (en) Lan-to-lan communication method and lan-to-lan connecting device
JP2773424B2 (en) Network system and connection computer switching method
JP2576384B2 (en) Data transfer control method
JP3371953B2 (en) USB network configuration system
JP2581476B2 (en) Information processing device
JP2002044039A (en) Maintenance data transfer system
JP3101125B2 (en) Remote management system for image forming equipment
JPS62159241A (en) Back-up method for data processor
JPH0991233A (en) Network connection device
JPH08139757A (en) Routing table gathering method
JP3180322B2 (en) Line connection device
JP2579127B2 (en) Disconnection recovery method by non-communication monitoring
JP5121789B2 (en) Data transmission system and computer
KR100320150B1 (en) Method of Transmitting Charging Date in the Swtiching System
JP3025021B2 (en) Data communication system and communication terminal device
KR100326117B1 (en) Data link failure processing method
JP2723266B2 (en) Facsimile system
KR100259859B1 (en) An apparatu sending charging data using a couple of lan, method thereof and collection method
JP2921911B2 (en) Facsimile storage and switching equipment
JP2662555B2 (en) Link method and exchange between different types of terminals having different link systems
JPH0314378B2 (en)
JPH02134943A (en) X.25 gateway device
JPH0572784B2 (en)
JPH0783357B2 (en) Switching node restart recognition method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19960910

LAPS Cancellation because of no payment of annual fees