JPH06252897A - Method and system for multiple address file transfer - Google Patents

Method and system for multiple address file transfer

Info

Publication number
JPH06252897A
JPH06252897A JP5061203A JP6120393A JPH06252897A JP H06252897 A JPH06252897 A JP H06252897A JP 5061203 A JP5061203 A JP 5061203A JP 6120393 A JP6120393 A JP 6120393A JP H06252897 A JPH06252897 A JP H06252897A
Authority
JP
Japan
Prior art keywords
message
file
serial number
receiving
broadcast
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
JP5061203A
Other languages
Japanese (ja)
Other versions
JP3268875B2 (en
Inventor
Shinji Ichikawa
伸治 市川
Tatsuya Watabiki
達也 綿引
Kazuhiko Yoda
一彦 依田
Satoru Nishino
覚 西埜
Tsutomu Miyawaki
勉 宮脇
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute 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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP06120393A priority Critical patent/JP3268875B2/en
Publication of JPH06252897A publication Critical patent/JPH06252897A/en
Application granted granted Critical
Publication of JP3268875B2 publication Critical patent/JP3268875B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To avoid data omission on the way by ensuring the management at first and end of file transfer when a file is subject to multiple address distribution. CONSTITUTION:A file to be transferred is read from a transmission file 11 in a transmitter 10 and the file is decomposed into plural blocks after data compression. A serial number 0 is given to a start text and includes a final serial number of a final text. Succeeding texts add serial numbers incremented sequentially and block data are included in the text. A final serial number is added to a final text. The text is subject to multiple address distribution at every constant time by a UDP/IP from file transmission processing 12. A receiver 20 uses a file generating processing 24 to check serial number and when any omitted: number is found out, a re-transmission request processing 25 makes a re-transmission request. The file transmission processing 12 distributes the text again based on the UDP/IP for a 1st re-transmission request and re-transmission reply processing 15 re-transmits the data to the re- transmission request processing 25 with a re-transmission made request by a TCP/IP for a 2nd re-transmission request.

Description

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

【0001】[0001]

【技術分野】この発明は,通信ラインを通してまたは電
波を用いて,ファイルを構成するデータ(ファイル・デ
ータ)を送信装置から複数の受信装置に向けて伝送する
同報ファイル転送方法およびシステムに関する。
TECHNICAL FIELD The present invention relates to a broadcast file transfer method and system for transmitting data (file data) constituting a file from a transmitter to a plurality of receivers through a communication line or by using radio waves.

【0002】[0002]

【背景技術】ファイル転送に要求される最も重要な条件
は,ファイルを構成するデータのすべてを正しく伝送す
ることであり,データの欠損は許されない。転送データ
の信頼性を保証するコネクション型の通信に適した通信
プロトコル(たとえばTCP/IP)を用いれば確実な
ファイル転送が達成できる。
2. Description of the Related Art The most important condition required for file transfer is to correctly transmit all of the data that makes up a file, and no data loss is allowed. A reliable file transfer can be achieved by using a communication protocol (for example, TCP / IP) suitable for connection-type communication that guarantees the reliability of transfer data.

【0003】しかしながらコネクション型の通信プロト
コルは送信装置と受信装置との間の1対1の通信を前提
とするので,転送されるファイルを受信する受信装置が
複数台あれば,受信装置の数だけファイル転送を繰返さ
なければならず,受信装置の数が増加すると,送信装置
および伝送媒体の負荷が増大するとともに時間がかかる
という問題がある。
However, since the connection-type communication protocol is premised on one-to-one communication between the transmitting device and the receiving device, if there are a plurality of receiving devices for receiving the files to be transferred, there will be as many receiving devices as there are receiving devices. File transfer must be repeated, and when the number of receiving devices increases, the load on the transmitting device and the transmission medium increases and it takes time.

【0004】送信装置から複数の受信装置に一挙にデー
タを送る同報配信に適したプロトコル(たとえばUDP
/IP)もあるが,このような通信プロトコルを用いた
とすると,受信装置にデータが確かに到着したかどうか
を確認することができず,データ配信の信頼性に欠ける
という問題がある。
A protocol suitable for broadcast distribution in which data is transmitted from a transmitter to a plurality of receivers at once (for example, UDP
/ IP), but if such a communication protocol is used, it is not possible to confirm whether or not the data has indeed arrived at the receiving device, and there is a problem that the reliability of data delivery is lacking.

【0005】確認しなければならない事項としては,ま
ずデータ欠損の有無がある。もしデータが欠けていたと
すると該当するデータを再送する必要がある。また,フ
ァイル転送においてはファイル転送の開始と終了の確認
が要求される。
The item that must be confirmed is the presence or absence of data loss. If the data is missing, it is necessary to retransmit the corresponding data. Also, in file transfer, confirmation of the start and end of file transfer is required.

【0006】次に,送信装置,受信装置または途中の伝
送路における障害管理が必要である。これには障害の検
知とそれへの対処を含む。障害が発生したときにはそれ
により欠損したデータを再送しなければならない。障害
が復旧すればデータの配信が再開されるであろうし,復
旧しなければ該当する受信装置についてファイル転送を
強制的に終了させる必要がある。
Next, it is necessary to perform fault management on the transmission device, the reception device, or the transmission path on the way. This includes detecting and responding to faults. When a failure occurs, the lost data must be retransmitted. If the failure is recovered, the data distribution will be resumed, and if it is not recovered, it is necessary to forcibly terminate the file transfer for the corresponding receiving device.

【0007】ファイル転送を強制終了させた受信装置が
どれであるかを管理することも必要となる。
It is also necessary to manage which receiving device has forcibly terminated the file transfer.

【0008】[0008]

【発明の概要】この発明は,ファイルを構成するデータ
をその最初から最後まで複数の受信装置に能率よくかつ
確実に転送することのできる方法およびシステムを提供
することを目的とする。
SUMMARY OF THE INVENTION An object of the present invention is to provide a method and system capable of efficiently and reliably transferring the data making up a file to a plurality of receiving devices from the beginning to the end.

【0009】この発明また,データ欠損があった場合に
も,欠損したデータを確実に再送することのできる方法
およびシステムを提供することを目的とする。
It is another object of the present invention to provide a method and system capable of surely retransmitting lost data even when data is lost.

【0010】この発明はさらに,障害が発生してもこの
障害に的確に対処しうる方法およびシステムを提供する
ことを目的とする。
A further object of the present invention is to provide a method and system capable of appropriately coping with a failure even if the failure occurs.

【0011】さらにこの発明は,複数の受信装置にファ
イル転送を完遂できたかどうかを管理することのできる
方法およびシステムを提供することを目的とする。
A further object of the present invention is to provide a method and system capable of managing whether or not a file transfer has been completed by a plurality of receiving devices.

【0012】この発明による同報ファイル転送方法は,
送信局において,転送すべきファイルを複数のブロック
に分割し,初頭通番と終了電文に含めるべき最終通番と
を含む開始電文,初頭通番から順次インクレメントされ
る通番と分割されたファイル・データ・ブロックとを含
み,開始電文に続いて送信される継続電文,および少な
くとも最終通番を含み,最後に送信される終了電文を,
同報配信に適した通信プロトコルを用いて,複数の受信
局に向けて同報配信し,受信局から通番を指定して再送
要求があったときに,指定された通番をもつ電文を再送
するものである。
The broadcast file transfer method according to the present invention is
At the transmitting station, the file to be transferred is divided into a plurality of blocks, and a start message including the initial sequence number and the last sequence number to be included in the end message, a sequence number that is sequentially incremented from the initial sequence number, and a divided file data block A continuation message that is sent after the start message, including at least, and an end message that is sent at the end including at least the final serial number,
Broadcasts to multiple receiving stations using a communication protocol suitable for broadcasting, and when a receiving station specifies a serial number and requests to resend, a message with the specified serial number is retransmitted. It is a thing.

【0013】各受信局において,送信局から配信される
電文を受信し,受信した電文に含まれる通番をチェック
して,欠番があると判定したときに,欠けている通番を
指定した再送要求を送信し,通番チェックを通過した電
文をファイルに格納する。
Each receiving station receives a message sent from the transmitting station, checks the serial number included in the received message, and when it determines that there is a missing number, sends a resend request specifying the missing serial number. Store the message that has been sent and passed the serial number check in a file.

【0014】この発明による同報ファイル転送システム
は,転送すべきファイルを持つ送信装置,およびこの送
信装置と通信可能な複数の受信装置から構成される。
The broadcast file transfer system according to the present invention comprises a transmitter having a file to be transferred, and a plurality of receivers communicable with the transmitter.

【0015】送信装置は,転送すべきファイルを複数の
ブロックに分割し,初頭通番と終了電文に含めるべき最
終通番とを含む開始電文,初頭通番から順次インクレメ
ントされる通番と分割されたファイル・データ・ブロッ
クとを含み,開始電文に続いて送信される継続電文,お
よび少なくとも最終通番を含み,最後に送信される終了
電文を,同報配信に適した通信プロトコルを用いて,複
数の受信装置に向けて同報配信する配信手段,ならびに
受信装置から通番を指定して再送要求があったときに,
指定された通番をもつ電文を再送する再送手段を備えて
いる。
The transmission device divides a file to be transferred into a plurality of blocks, and a start message including an initial sequence number and a final sequence number to be included in an end message, a sequence number that is sequentially incremented from the initial sequence number, and a divided file. A plurality of receiving devices including a data block, a continuation telegram transmitted subsequent to a start telegram, and at least an end telegram transmitted at the end including a final serial number by using a communication protocol suitable for broadcast delivery. When there is a resend request by designating a serial number from the delivery means and the receiving device that broadcasts to
A retransmitting means for retransmitting a message having a designated serial number is provided.

【0016】各受信装置は,送信局から配信される電文
を受信する受信手段,受信した電文に含まれる通番をチ
ェックして,欠番があると判定したときに,欠けている
通番を指定した再送要求を送信する再送要求手段,およ
び通番チェックを通過した電文をファイルに格納する手
段を備えている。
Each receiving device checks the receiving means for receiving the electronic message distributed from the transmitting station, checks the serial number included in the received electronic message, and when it determines that there is a missing number, resends it by designating the missing serial number. It is provided with a resend requesting means for sending a request and a means for storing a message that has passed the serial number check in a file.

【0017】この発明によると,一つの送信局(通信装
置)から複数の受信局(受信装置)にファイルを構成す
るブロック・データを同報配信しているから,短時間で
能率よくファイルを複数の受信局に転送することができ
る。また,ファイルのブロック・データを配信するため
に,あらかじめ定められた初頭通番をもつ開始電文,順
次インクレメントされる通番をもつ継続電文,および開
始電文で通知される最終通番をもつ終了電文を用いてい
るから,通番管理のみならず,最初と最後の管理が可能
となり,ファイルを確実に転送することができる。さら
に電文の欠損があっても,再送要求に応答して該当電文
を再送しているので各種エラーに充分対処し得る。
According to the present invention, block data constituting a file is broadcast from one transmitting station (communication device) to a plurality of receiving stations (receiving devices), so that a plurality of files can be efficiently produced in a short time. Can be transferred to the receiving station. In order to deliver the block data of the file, a start message with a predetermined initial sequence number, a continuation message with sequentially incremented sequence numbers, and an end message with the last sequence number notified by the start message are used. Therefore, not only the serial number management but also the first and last management are possible, and the file can be reliably transferred. Furthermore, even if there is a missing message, the corresponding message is resent in response to the resend request, so various errors can be sufficiently dealt with.

【0018】この発明の好ましい実施例においては,受
信局において,受信した電文に含まれる通番をチェック
して欠番があると判定したときに,欠けている通番を指
定した第1回目の再送要求を送信し,第1回目の再送要
求送信後,所定の時間が経過しても指定した通番をもつ
電文を受信しないときに,第2回目の再送要求を送信す
る。
In a preferred embodiment of the present invention, when the receiving station checks the serial number included in the received electronic message and determines that there is a missing number, it sends a first resend request designating the missing serial number. After the transmission, the second retransmission request is transmitted when the electronic message having the designated serial number is not received even after a lapse of a predetermined time after the first retransmission request is transmitted.

【0019】また,送信局においては,いずれかの受信
局から第1回目の再送要求があったときに,指定された
通番の電文を同報配信に適した通信プロトコルを用いて
同報再配信し,第2回目の再送要求があったときに,要
求された電文を第2回目の再送要求を送信した受信局に
向けて再送するようにしている。
Further, at the transmitting station, when any of the receiving stations makes a first resend request, the telegram of the designated serial number is broadcast and redelivered using a communication protocol suitable for broadcast delivery. Then, when there is a second retransmission request, the requested message is retransmitted toward the receiving station that has transmitted the second retransmission request.

【0020】第1回目の再送要求に対してはすべての受
信局に向けて欠損した電文を再配信しているので,複数
の受信局が同一電文を受信できなかったときでも1回の
再送処理で足り,処理が簡便となる。第2回目の再送に
おいては信頼性の高い通信プロトコルを用いることがで
きるので再送が確実となる。
In response to the first resend request, the missing message is re-distributed to all the receiving stations, so that even if a plurality of receiving stations cannot receive the same message, one resending process is performed. Is sufficient and processing is simple. Since a highly reliable communication protocol can be used in the second retransmission, the retransmission is reliable.

【0021】この発明の他の実施態様においては,送信
局において,電文を第1の一定時間間隔で定期的に送信
し,受信局において,上記第1の一定時間よりも長い第
2の一定時間の間に電文の受信があるかどうかをチェッ
クし,無い場合に障害検知と判定し,障害通知を送信局
に送信する。
In another embodiment of the present invention, the transmitting station periodically transmits a message at a first constant time interval, and the receiving station receives a second constant time longer than the first constant time. Checks whether or not a message has been received during the period. If there is no message, it determines that a fault has been detected and sends a fault notification to the transmitting station.

【0022】これにより送信局は伝送路障害があったこ
とを認識することができる。
As a result, the transmitting station can recognize that there is a transmission path failure.

【0023】好ましい実施態様においては,送信局にお
いて,障害通知を受信しないときに上記第1の一定時間
間隔でダミー電文を配信し,障害通知を送信した受信局
において,ダミー電文を受信したときに復旧通知を送信
局に送信する。
In a preferred embodiment, when the transmitting station does not receive the fault notification, the dummy telegram is distributed at the first fixed time interval, and when the receiving station which has transmitted the fault notification receives the dummy telegram. Send a recovery notice to the transmitting station.

【0024】障害を検知していない受信局においてはダ
ミー電文を受信することにより,いずれかの受信局で障
害が発生していることを知ることができる。また,障害
を検知した受信局はダミー電文を受信することにより障
害の復旧を検知し,これが送信局に通知されるので,送
信局は障害の復旧を認識できる。
By receiving the dummy message in the receiving station which has not detected the failure, it can be known that any one of the receiving stations has the failure. Further, the receiving station that has detected the failure detects the recovery of the failure by receiving the dummy message, and this is notified to the transmitting station, so that the transmitting station can recognize the recovery of the failure.

【0025】送信局は障害通知を送信したすべての受信
局から所定時間以内に復旧通知が送信されたときに,上
記開始,継続または終了電文の配信を再開するので,フ
ァイル転送の継続が可能となる。
Since the transmitting station restarts the delivery of the above-mentioned start, continue or end message when the recovery notices are transmitted from all the receiving stations which have transmitted the fault notice within a predetermined time, it is possible to continue the file transfer. Become.

【0026】送信局はまた,障害通知を送信した受信局
のうち,所定時間以内に復旧通知を送信しないものがあ
れば,その受信局に対して強制終了を通知し,強制終了
を通知した受信局を記憶する。
Also, if there is a receiving station that has sent a failure notification and does not send a restoration notification within a predetermined time, the sending station notifies the receiving station of forced termination, and the reception of the forced termination notification. Remember the station.

【0027】これにより,ファイル転送を完遂できた受
信局とできなかった受信局との管理,把握が行なえる。
As a result, it is possible to manage and grasp the receiving station that has completed the file transfer and the receiving station that has not completed the file transfer.

【0028】この発明のさらに好ましい実施態様におい
ては,送信局において,転送すべきファイルをデータ圧
縮処理したのち複数のブロックに分割し,受信局におい
て,すべての電文を受信したのちに受信したデータ・ブ
ロックを伸張処理し,伸張処理により得られたファイル
を受信ファイルに格納する。
In a further preferred embodiment of the present invention, the transmitting station divides the file to be transferred into a plurality of blocks after data compression processing, and the receiving station receives the data received after receiving all the electronic messages. The block is expanded and the file obtained by the expansion is stored in the received file.

【0029】転送されるデータは圧縮されているので転
送時間を短縮し能率を高めることができる。
Since the data to be transferred is compressed, the transfer time can be shortened and the efficiency can be improved.

【0030】送信局において,上記開始電文に,受信局
が実行すべき処理を示す実行シェルスクリプトを含ませ
ることにより,受信局に対して受信したファイルを用い
た処理を指令することが可能となる。
In the transmitting station, by including the execution shell script indicating the processing to be executed by the receiving station in the start message, it is possible to instruct the receiving station to execute the processing using the received file. .

【0031】[0031]

【実施例の説明】図1は同報ファイル転送システムの全
体的構成を示している。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows the overall structure of a broadcast file transfer system.

【0032】一台の送信装置10と複数台の受信装置20と
が伝送路8により,必要に応じて中継装置9を経由して
相互に通信可能に結合している。送信装置10および受信
装置20は一般的にはワーク・ステーションにより構成さ
れる。伝送路8は通常は通信ラインにより実現されよ
う。通信ラインとしては,たとえばイーサネット系のL
AN(Local Area Network)またはWAN(Wide Area
Network )が用いられる。伝送路8の一部に既存のまた
は将来敷設される公衆回線または専用回線を含ませるこ
ともできる。この場合には送信装置10と受信装置20とを
相互に遠く離れた場所に設置することができよう。中継
装置9として通信衛星を考慮してもよい。この場合に
は,通信衛星を経由した伝送路を補完するものとして地
上のネットワーク(上述した公衆回線または専用回線を
含む)が併用される。いずれにしても,伝送路8はコネ
クション型のTCP/IP(Transmission Control Pro
tocol/Internet Protocol )およびコネクションレス
型の(同報配信に適した)UDP/IP(User Datagra
m Protocol/Internet Protocol )の両通信プロトコル
を用いてデータ伝送が可能なものである。送信装置10お
よび受信装置20もまたこれらの通信プロトコルを利用可
能なコンピュータを含む。
A single transmitter 10 and a plurality of receivers 20 are communicatively coupled to each other via a transmission line 8 via a relay device 9 as required. The transmitter 10 and the receiver 20 are generally constituted by work stations. The transmission line 8 will usually be realized by a communication line. As a communication line, for example, Ethernet type L
AN (Local Area Network) or WAN (Wide Area)
Network) is used. A part of the transmission line 8 may include an existing or future public or private line. In this case, the transmitting device 10 and the receiving device 20 could be installed at locations far apart from each other. A communication satellite may be considered as the relay device 9. In this case, a terrestrial network (including the above-mentioned public line or dedicated line) is also used as a complement to the transmission path via the communication satellite. In any case, the transmission line 8 is a connection type TCP / IP (Transmission Control Pro).
tocol / Internet Protocol) and connectionless UDP / IP (User Datagra
Data transmission is possible using both communication protocols (m Protocol / Internet Protocol). The transmitting device 10 and the receiving device 20 also include computers capable of utilizing these communication protocols.

【0033】図2は送信装置10と受信装置20の機能的構
成,ならびにこれらの間および内部におけるデータの流
れを示している。後述する各種「処理」は処理プログラ
ム(プロセスまたはプログラム・モジュール)にしたが
うコンピュータの動作によって実現される。これらの各
処理はプログラム間通信により相互に通信する。
FIG. 2 shows the functional configurations of the transmitting device 10 and the receiving device 20, and the data flow between and inside them. Various "processes" described below are realized by the operation of a computer according to a processing program (process or program module). These respective processes communicate with each other by inter-program communication.

【0034】送信装置10は,送信ファイル11,ファイル
送信処理12,再送データ・バッファ13,再送管理処理14
および再送応答処理15を含んでいる。再送管理処理14に
は再送管理テーブル14Aが付随している。送信ファイル
11は受信装置20に送信すべきファイルを格納する記録媒
体により実現される。
The transmission device 10 includes a transmission file 11, a file transmission process 12, a retransmission data buffer 13, and a retransmission management process 14.
And a resend response process 15. The retransmission management process 14 is accompanied by a retransmission management table 14A. Send file
11 is realized by a recording medium that stores a file to be transmitted to the receiving device 20.

【0035】受信装置20には,受信ファイル21,受信処
理22,受信データ・バッファ23,ファイル作成処理24,
再送要求処理25,再送データ・バッファ26および一時格
納ファイル27が設けられている。ファイル作成処理24に
は通番管理テーブル24Aが設けられている。一時格納フ
ァイル27は受信したファイル・データを一時的に格納す
るものであり,この後,復元された(後述するように伸
張処理された)最終的なファイル・データが受信ファイ
ル21に格納されることになる。これらのファイル21,27
は半導体メモリ,磁気記録媒体等により実現される。
The receiving device 20 includes a receiving file 21, a receiving process 22, a receiving data buffer 23, a file creating process 24,
A resend request process 25, a resend data buffer 26, and a temporary storage file 27 are provided. The file creation process 24 is provided with a serial number management table 24A. The temporary storage file 27 is for temporarily storing the received file data, and thereafter, the final file data restored (expanded as described later) is stored in the reception file 21. It will be. These files 21, 27
Is realized by a semiconductor memory, a magnetic recording medium, or the like.

【0036】後に詳述するように送信ファイル11に格納
されているファイルは圧縮処理されたのち,複数のブロ
ックに分割され,各ブロックごとに電文を構成するよう
に編集されて配信される。電文の送信は一定周期T1で
行なわれる。
As will be described later in detail, the file stored in the transmission file 11 is compressed, divided into a plurality of blocks, and each block is edited and distributed so as to form a message and distributed. The transmission of the electronic message is performed at a constant cycle T1.

【0037】送信装置10から受信装置20へのファイル・
データの同報配信は,通信装置10のファイル送信処理12
から受信装置20の受信処理22に向けてUDP/IPを用
いて行なわれる。
A file from the transmitter 10 to the receiver 20
Broadcast data transmission is performed by the file transmission process 12 of the communication device 10.
To the reception process 22 of the reception device 20 using UDP / IP.

【0038】送信装置10から受信装置20に同報配信によ
り伝送されるファイル・データにエラーが生じたときに
は,受信装置20から送信装置10に再送要求が与えられ
る。すなわち,受信装置20の再送要求処理25は,信頼性
を保証するTCP/IPを用いて再送要求を送信装置10
の再送応答処理15に送信する。
When an error occurs in the file data transmitted from the transmitter 10 to the receiver 20 by the broadcast distribution, the receiver 20 gives a retransmission request to the transmitter 10. That is, the retransmission request processing 25 of the reception device 20 transmits the retransmission request using the TCP / IP that guarantees the reliability.
It is transmitted to the resend response processing 15 of.

【0039】第1回目の再送要求(これを「再送要求
1」という)に対しては,送信装置10のファイル送信処
理12が,再送要求のあったファイル・データを,UDP
/IPを用いて,受信装置20の再送要求処理25に向けて
再配信する。したがって複数の受信装置20から同じファ
イル・データについて重複して再送要求があっても一回
の再配信ですむことになる。
In response to the first retransmission request (this is referred to as "retransmission request 1"), the file transmission processing 12 of the transmitter 10 sends the file data for which the retransmission request has been made to the UDP.
/ IP to redistribute the data to the retransmission request processing 25 of the receiving device 20. Therefore, even if a plurality of receiving devices 20 make duplicate requests for the same file / data, one re-delivery is sufficient.

【0040】同一のファイル・データについての第2回
目の再送要求(これを「再送要求2」という)に対して
は,信頼性を確保するためにTCP/IPを用いて,送
信装置10の再送応答処理15が再送要求をした受信装置20
の再送要求処理25に対して再送要求のあったファイル・
データを再送する。
For the second retransmission request for the same file / data (this is referred to as “retransmission request 2”), TCP / IP is used to ensure reliability, and the retransmission of the transmission device 10 is performed. Receiving device 20 for which the response process 15 has requested the retransmission
Resend request processing 25
Resend the data.

【0041】伝送路障害が発生したときには,後述する
ように,送信装置10のファイル送信処理12は一定周期T
1でダミー電文を配信する。これもまたUDP/IPを
用いて行なわれる。
When a transmission line failure occurs, the file transmission process 12 of the transmission device 10 will have a fixed period T, as will be described later.
1 delivers a dummy message. This is also done using UDP / IP.

【0042】受信装置20から送信装置10への障害通知,
復旧通知,終了通知等は,再送要求処理25がTCP/I
Pを用いて再送応答処理15に対して行う。
Failure notification from the receiving device 20 to the transmitting device 10,
Retransmission request processing 25 sends TCP / I for restoration notification, end notification, etc.
The retransmission response process 15 is performed using P.

【0043】このような同報配信,再送要求,再送,各
種通知等のための宛先および発信元の識別は,装置10,
20(ワーク・ステーション)についてはアドレスを用い
て,各種処理12,15,22,25についてはポート番号を用
いてそれぞれ達成される。
The identification of the destination and the sender for such broadcast delivery, resend request, resend, various notifications, etc. is performed by the device 10,
Addresses are used for 20 (work station), and port numbers are used for various processes 12, 15, 22, 25.

【0044】図3は送信装置10から受信装置20にファイ
ル・データを配信または再送するときに用いられるファ
イル転送電文のフォーマットを示している。ここで,U
DP/IPまたはTCP/IPにしたがうヘッダ情報の
図示は省略されている。
FIG. 3 shows the format of a file transfer message used when the file data is distributed or retransmitted from the transmitter 10 to the receiver 20. Where U
Illustration of header information according to DP / IP or TCP / IP is omitted.

【0045】電文には開始電文,継続電文,終了電文お
よびダミー電文の4種類がある。開始電文は一つのファ
イルについての一回の転送の最初に用いられるものであ
り,終了電文はその最後に用いられるものである。継続
電文は開始電文送出ののち終了電文送出までの間におい
て実質的にファイル・データを伝送するために用いられ
る。ダミー電文はデータを持たない電文であり,障害発
生時に電文を一定周期T1で送出する動作を継続するた
めに用いられる。このダミー電文により受信装置20は障
害の復旧および他の受信装置における障害の発生を認識
することができる。
There are four types of messages, a start message, a continuation message, an end message and a dummy message. The start message is used at the beginning of one transfer for one file, and the end message is used at the end thereof. The continuation message is used to substantially transmit the file data between the start message transmission and the end message transmission. The dummy telegram is a telegram having no data, and is used to continue the operation of sending the telegram at a constant cycle T1 when a failure occurs. This dummy message allows the receiving device 20 to recognize the restoration of the fault and the occurrence of the fault in another receiving device.

【0046】これらの電文は,電文種別,リソースI
D,電文種別詳細,ファイル転送ID,通番,レコード
長およびデータ(本体)の各フィールドから構成され
る。
These messages are message type, resource I
D, details of message type, file transfer ID, serial number, record length, and data (main body) fields.

【0047】図1または図2に示すシステムはファイル
転送のみならずリアル・タイム・データの配信にも利用
される。電文種別はファイル転送か,リアル・タイム・
データ配信か,その他の目的のためのものか,等を示
す。リソースIDはデータ源の識別符号である。ファイ
ル転送の場合にはこれらの電文種別,リソースIDとも
に「FT(データ転送)」と設定される。
The system shown in FIG. 1 or 2 is used not only for file transfer but also for delivery of real time data. The message type is file transfer or real time.
Indicates whether it is for data distribution or other purposes. The resource ID is an identification code of the data source. In the case of file transfer, both the message type and the resource ID are set to “FT (data transfer)”.

【0048】電文種類詳細は上述した開始電文(「S
T」)か,継続電文(「MD」)か,終了電文(「L
S」)か,ダミー電文(「DM」)かの区別を示すもの
である。
For details of message types, refer to the above-mentioned start message ("S
T ”), continuation message (“ MD ”), or end message (“ L ”)
S ”) or a dummy message (“ DM ”).

【0049】ファイル転送IDには,ファイル転送ごと
に異なる識別符号が付けられる。同一のファイルであっ
ても日時を変えて複数回転送されることがあり得るから
である。
A different identification code is attached to the file transfer ID for each file transfer. This is because even the same file may be transferred multiple times with different dates.

【0050】通番は電文が配信される順番を示し,1電
文が配信されるごとに1ずつインクレメントされてい
く。この通番は,後述するように,受信装置20が受信し
た電文に抜けがないかどうかをチェックするために有効
に利用される。開始電文の通番は「0」に固定されてい
る。継続電文の通番にはその送信の順序にしたがって
「1」から順次連続的に増大する正の整数が割当てられ
る。終了電文の通番は,次に示す開始電文のデータ(本
体)に含まれる最終通番である。開始電文および終了電
文の通番はあらかじめ分っているものであればよいの
で,上記のものに限らず任意の符号を用いることができ
る。
The serial number indicates the order of delivering the electronic messages, and is incremented by one each time one electronic message is delivered. As will be described later, this serial number is effectively used to check whether there is any omission in the message received by the receiving device 20. The serial number of the start message is fixed to "0". A positive integer that sequentially increases from "1" is assigned to the serial number of the continuation message in the order of transmission. The serial number of the end message is the final serial number included in the data (main body) of the following start message. The serial numbers of the start message and the end message only need to be known in advance, so any code can be used without being limited to the above.

【0051】レコード長は各電文に含まれるデータ(本
体)の長さを表わす。
The record length represents the length of the data (main body) included in each message.

【0052】データ(本体)の内容は電文の種類によっ
て異なる。開始電文においてはデータ(本体)には,転
送の対象となるファイルのファイル名,そのファイルの
大きさ,終了電文で用いられる最終通番,および実行シ
ェルスクリプトが含まれる。実行シェルスクリプトは,
ファイルを受信した受信装置においてそのファイルを用
いて実行すべき処理の内容を表わす。継続電文および終
了電文においては,データ(本体)は転送されるべきフ
ァイル・データ(圧縮処理されかつブロックに分解され
たもの)である。
The contents of the data (main body) differ depending on the type of message. In the start message, the data (main body) includes the file name of the file to be transferred, the size of the file, the final serial number used in the end message, and the execution shell script. The execution shell script is
Represents the contents of processing that should be executed using the file in the receiving device that has received the file. In the continuation message and the termination message, the data (main body) is the file data (compressed and decomposed into blocks) to be transferred.

【0053】ダミー電文については通番,レコード長お
よびデータ(本体)のフィールドは含まれない。
The dummy message does not include the serial number, record length, and data (body) fields.

【0054】図4および図5は,データ欠損も,障害も
なくファイル転送が正常に実行されるときの処理の流れ
を示すものである。
FIGS. 4 and 5 show the flow of processing when the file transfer is executed normally without any data loss or failure.

【0055】送信装置10のファイル送信処理12は,転送
すべきファイル(ファイル・データのすべて)を送信フ
ァイル11から読出し,データ圧縮を行い,圧縮されたデ
ータをファイル転送に適した長さをもつ複数のブロック
に分割する(ステップ31)。この実施例では100 個のブ
ロックに分割されるものとする。したがって終了電文の
最終通番は「100 」となる。
The file transmission process 12 of the transmission device 10 reads the file (all of the file data) to be transferred from the transmission file 11, compresses the data, and has the length of the compressed data suitable for the file transfer. Divide into a plurality of blocks (step 31). In this embodiment, the block is divided into 100 blocks. Therefore, the final serial number of the end message is "100".

【0056】この後,ファイル送信処理12は再送管理処
理14に開始通知を送信する(ステップ32)。開始通知を
受信した再送管理処理14はアイドル状態から通信状態に
移行する(ステップ61)。
After this, the file transmission process 12 transmits a start notification to the retransmission management process 14 (step 32). The retransmission management process 14 that has received the start notification shifts from the idle state to the communication state (step 61).

【0057】ファイル送信処理12は開始電文を編集して
これを受信装置20の受信処理22に向けてUDP/IPを
用いて配信する(ステップ33)。ファイル送信処理12は
開始電文の送出に続いて,順次継続電文を編集して同じ
ように受信処理22に配信する(ステップ33,34)。そし
て最後に終了電文を編集して受信処理22に配信する(ス
テップ35)。
The file transmission process 12 edits the start message and delivers it to the reception process 22 of the reception device 20 using UDP / IP (step 33). Following the transmission of the start message, the file transmission process 12 sequentially edits the continuation message and similarly delivers it to the reception process 22 (steps 33 and 34). Finally, the end message is edited and delivered to the reception process 22 (step 35).

【0058】これらの電文の配信は一定時間T1の周期
で継続的に行なわれる。電文の送信ごとにインクレメン
トされる通番が各電文に付加されるのは言うまでもな
い。
The delivery of these electronic messages is continuously carried out at a cycle of a fixed time T1. It goes without saying that a serial number that is incremented each time a message is transmitted is added to each message.

【0059】ファイル送信処理12はまた,電文の送信ご
とに,送信した電文を再送データ・バッファ13に転送し
て保存しておく。これは受信装置20からの再送要求に備
えるためである。
The file transmission process 12 also transfers and stores the transmitted electronic message to the resend data buffer 13 every time the electronic message is transmitted. This is to prepare for the retransmission request from the receiving device 20.

【0060】受信装置20の受信処理22は開始電文を受信
するとこれを受信データ・バッファ23に格納し,ファイ
ル作成処理24に電文を受信した旨を通知する。また障害
検知のためのタイマをセットする(ステップ101 )。
When receiving the start message, the receiving process 22 of the receiving device 20 stores it in the reception data buffer 23 and notifies the file creating process 24 that the message has been received. Also, a timer for fault detection is set (step 101).

【0061】上述のようにファイル送信処理12は一定周
期T1で何らかの電文(後述するダミー電文も含む)を
送出しているので,この周期T1以上の所定の時間T2
にわたって何らの電文も受信しなければ障害が発生した
ものと判断することができる。障害検知用のタイマは何
らかの電文を受信するごとにセットされる(以下の説明
ではこの点については繰返し述べない)。
As described above, the file transmission process 12 sends some message (including a dummy message which will be described later) at a constant cycle T1, so a predetermined time T2 that is equal to or longer than this cycle T1.
If no message is received over the entire range, it can be determined that a failure has occurred. The timer for fault detection is set each time any message is received (this point will not be repeated here).

【0062】ファイル作成処理24は電文受信通知を受取
ると,そこに含まれる通番を通番管理テーブル24Aに記
憶するとともに,開始電文であることを確認して一時格
納ファイル27および受信ファイル21をオープンする(ス
テップ121 )。
Upon receiving the electronic message reception notification, the file creation processing 24 stores the serial number contained therein in the serial number management table 24A, confirms that it is the start electronic message, and opens the temporary storage file 27 and the reception file 21. (Step 121).

【0063】受信処理22は継続電文を受信すると,それ
を受信データ・バッファ23に書込み,電文を受信した旨
をファイル作成処理24に通知する(ステップ102 )。
Upon receiving the continuation message, the reception process 22 writes it in the reception data buffer 23 and notifies the file creation process 24 that the message has been received (step 102).

【0064】ファイル作成処理24は電文受信通知を受取
ると通番チェックを行う。前回受信した電文の通番は通
番管理テーブル24Aに記憶されている。今回受信した電
文の通番が前回の受信電文の通番に1を加算した値に等
しければ,今回の受信電文の通番は正しいことになる。
もし,今回の受信電文の通番と前回の受信電文の通番と
の差が2以上であれば,何らかの原因でデータに抜けが
あると判定される。また,今回の受信電文の通番が前回
の受信電文の通番と等しければ,今回の受信電文は前回
のものと重複していることになる。
The file creation processing 24 checks the serial number when receiving the message reception notification. The serial number of the last received electronic message is stored in the serial number management table 24A. If the serial number of the message received this time is equal to the value obtained by adding 1 to the serial number of the previous received message, the serial number of the received message this time is correct.
If the difference between the current received message serial number and the previous received message serial number is 2 or more, it is determined that the data is missing for some reason. If the serial number of the received message of this time is equal to the serial number of the previously received message, the received message of this time is the same as the previous one.

【0065】通番チェックによって今回の受信電文の通
番が前回の受信電文の通番と連続していると判定する
と,ファイル作成処理24は今回の受信電文の通番を通番
管理テーブル24Aに書込んで通番を更新するとともに,
今回受信した電文を受信データ・バッファ23から読出し
て一時格納ファイル27に書込む(ステップ122 )。
When it is determined by the serial number check that the serial number of the current received message is continuous with the serial number of the previous received message, the file creation processing 24 writes the serial number of the current received message in the serial number management table 24A and sets the serial number. With updating,
The message received this time is read from the received data buffer 23 and written in the temporary storage file 27 (step 122).

【0066】受信処理22およびファイル作成処理24は継
続電文の受信ごとに上述したステップ102 および122 の
処理をそれぞれ繰返す。
The reception process 22 and the file creation process 24 repeat the above-described processes of steps 102 and 122 each time a continuation message is received.

【0067】終了電文を受信すると受信処理22は,この
終了電文を受信データ・バッファ23に書込んで受信通知
をファイル作成処理24に送信する(ステップ103 )。
When the end message is received, the reception process 22 writes this end message in the reception data buffer 23 and sends a reception notice to the file creation process 24 (step 103).

【0068】ファイル作成処理24は通番チェックを行
い,OKであれば通番の更新を行うとともに,受信デー
タ・バッファ23から読出した終了電文を一時格納ファイ
ル27に書込む(ステップ123 )。
The file creation processing 24 checks the serial number and, if it is OK, updates the serial number and writes the end message read from the received data buffer 23 to the temporary storage file 27 (step 123).

【0069】終了電文を受信したということはすべての
ファイル・データを受取ったことを意味するから,ファ
イル作成処理24は一時格納ファイル27にストアされてい
る受信データを読出してデータ伸張処理を行う。ファイ
ル作成処理24はこのようにして復元されたファイルを受
信ファイル21に書込み,ファイル27,21をクローズす
る。ファイル作成処理24はまた,終了通知を再送要求処
理25と受信処理22に送信する(ステップ124 ,125 )。
Since the reception of the end message means that all the file data has been received, the file creation processing 24 reads the received data stored in the temporary storage file 27 and performs the data expansion processing. The file creation processing 24 writes the file thus restored in the reception file 21, and closes the files 27 and 21. The file creation process 24 also sends an end notification to the resend request process 25 and the reception process 22 (steps 124 and 125).

【0070】終了通知を受信した受信処理22は障害検知
用タイマをリセットする(ステップ104 )。終了通知を
受信した再送要求処理25は終了通知をTCP/IPを用
いて送信装置10の再送応答処理15に送信する(ステップ
151 )。
The receiving process 22 that has received the end notification resets the failure detection timer (step 104). The resend request process 25 that has received the end notification transmits the end notification to the resend response process 15 of the transmission device 10 using TCP / IP (step
151).

【0071】終了通知を受信した再送応答処理15はこの
終了通知を再送管理処理14に送信する(ステップ81)。
The resend response process 15 that has received the end notification sends this end notification to the resend management process 14 (step 81).

【0072】一方,終了電文を送信したファイル送信処
理12は終了通知を再送管理処理14に送信している(ステ
ップ36)。
On the other hand, the file transmission process 12 which has transmitted the termination message transmits the termination notice to the retransmission management process 14 (step 36).

【0073】再送管理処理14はファイル送信処理12から
終了通知を受信すると,終了待ちタイマをセットする
(ステップ62)。この終了待ちタイマはすべての受信装
置20において終了電文が正しく受信されたことを確認す
るためのもので,後述するように,このタイマの設定時
間は受信装置20からの再送要求およびそれに応答して行
なわれる終了電文の再送に要する時間を含む程度に長く
設定されている。
Upon receiving the end notification from the file transmission process 12, the resend management process 14 sets the end waiting timer (step 62). This end waiting timer is for confirming that the end telegram has been correctly received by all of the receiving devices 20, and as will be described later, the set time of this timer depends on the retransmission request from the receiving device 20 and in response thereto. The length is set long enough to include the time required for resending the end message.

【0074】再送管理処理14はこの終了待ちタイマの設
定時間内にすべての受信装置20から終了通知が送られて
きたかどうかをチェックする。すべての受信装置20から
終了通知が届けばファイル送信処理12に正常に終了した
旨が通知されるとともに終了待ちタイマがリセットされ
る(ステップ63)。ファイル転送の対象となっているす
べての受信装置20についてファイル転送が正常に終了し
たかどうか,異常の受信装置がないかどうかがこの処理
により分る。
The resend management processing 14 checks whether or not end notifications have been sent from all the receiving devices 20 within the set time of the end waiting timer. When the end notifications are delivered from all the receiving devices 20, the file transmission processing 12 is notified of the normal end and the end waiting timer is reset (step 63). By this processing, it is possible to know whether or not the file transfer has been completed normally for all the receiving devices 20 which are the object of the file transfer, and whether there is any abnormal receiving device.

【0075】図6および図7は一または複数の継続電文
が何らかの原因で一または複数の受信装置20に受信され
なかった場合における処理を示している。
6 and 7 show the processing in the case where one or a plurality of continuation telegrams are not received by the one or a plurality of receiving devices 20 for some reason.

【0076】上述したようにファイル送信処理12は一定
時間T1の周期で継続電文を送信している(ステップ3
7,38,39,40)。以下の説明において継続電文という
用語に続くカッコ内の数字は継続電文の通番を示す。た
とえば「継続電文(10)」は通番10の継続電文である。
開始電文,終了電文,再送要求および再送応答電文につ
いても同じである。
As described above, the file transmission process 12 transmits the continuous electronic message at the cycle of the constant time T1 (step 3).
7, 38, 39, 40). In the following description, the number in parentheses following the term continuous telegram indicates the serial number of the continuous telegram. For example, “continuation message (10)” is a continuation message with the serial number 10.
The same applies to the start message, end message, resend request, and resend response message.

【0077】受信装置20の受信処理22およびファイル作
成処理24は継続電文をエラーなく受信すると上述したス
テップ102 および122 の処理をそれぞれ行う。
When the receiving process 22 and the file creating process 24 of the receiving device 20 receive the continuation message without any error, the processes of steps 102 and 122 described above are performed, respectively.

【0078】継続電文(11),(12)が欠損して受信処
理22に届かなかったとする。
It is assumed that the continuation telegrams (11) and (12) are missing and have not reached the reception processing 22.

【0079】受信処理22はそれに続く継続電文(13)を
受信すると,ステップ102 と同じように,受信した継続
電文の受信データ・バッファ23への書込みおよび受信通
知のファイル作成処理24への送信を行う(ステップ105
)。
Upon reception of the subsequent continuation message (13), the reception process 22 writes the received continuation message in the reception data buffer 23 and transmits the reception notification to the file creation process 24, as in step 102. Do (step 105)
).

【0080】受信通知を受取るとファイル作成処理24は
上述したように通番チェックを行う。最後に受信した電
文の通番は10で,今回受信した電文の通番は13であるか
ら,ファイル作成処理24は,通番11と12の電文が抜けて
いることを発見する。するとファイル作成処理は通番11
と12についての第1回目の再送要求,すなわち再送要求
1(11,12)を再送要求処理25に送信する(ステップ12
6 )。
Upon receipt of the reception notice, the file creation processing 24 checks the serial number as described above. Since the serial number of the last received electronic message is 10 and the serial number of the electronic message received this time is 13, the file creation processing 24 discovers that the serial numbers 11 and 12 are missing. Then the file creation process is serial number 11
The first retransmission request for packets 1 and 12, that is, retransmission request 1 (11, 12) is transmitted to the retransmission request process 25 (step 12).
6).

【0081】この再送要求を受信すると再送要求処理25
は再送要求1(11,12)を送信装置10の再送応答処理15
に送信する(ステップ152 )。この再送要求電文には再
送要求1である旨を示すコードが含まれるのはいうまで
もない。
When this resend request is received, resend request processing 25
Transmits the retransmission request 1 (11, 12) to the retransmission response processing 15 of the transmitter 10.
(Step 152). It goes without saying that the resend request message includes a code indicating that it is resend request 1.

【0082】ファイル作成処理24が再送要求1を送信し
た後においても,ファイル送信処理12は一定時間間隔で
継続電文を送信し続けているので,受信処理22はこれら
の継続電文を受信し続け(受信データ・バッファ23に受
信電文を書込み続け),受信通知をファイル作成処理24
に与え続けている。ファイル作成処理24は受信通知を受
信しても受信データ・バッファ23に書込まれている継続
電文に対する処理は行なわない。受信データ・バッファ
23には受信した電文が受信の順序で待ち行列をつくる
(ステップ126 )。
Even after the file creating process 24 sends the resend request 1, the file sending process 12 continues to send continuous telegrams at fixed time intervals, so the receiving process 22 continues to receive these continuous telegrams ( Continue writing the receive message to the receive data buffer 23), and create the receive notification file 24
Continue to give. The file creating process 24 does not process the continuous telegram written in the received data buffer 23 even if the reception notification is received. Receive data buffer
In 23, the received messages form a queue in the order of reception (step 126).

【0083】再送要求1(11,12)を受信した再送応答
処理15は再送要求1(11,12)を再送管理処理14に渡す
(ステップ82)。
The resend response process 15 that has received the resend request 1 (11, 12) passes the resend request 1 (11, 12) to the resend management process 14 (step 82).

【0084】再送管理処理14は再送要求のあった電文の
通番を再送管理テーブル14Aにおいて管理している。上
述のように再送要求1に対しては,再送要求のあった通
番の電文はUDP/IPによりすべての受信装置20に配
信される。したがって,同一の通番の電文を受信装置20
から再送要求があるその都度何回も再送する必要はな
い。そこで再送管理処理14は再送要求のあった通番につ
いて既に他の受信装置から再送要求がなされていたかど
うかをチェックし,既に再配信しているならばその通番
の電文については再送しない。
The resend management processing 14 manages the serial number of the message for which a resend is requested in the resend management table 14A. As described above, in response to the resend request 1, the message of the serial number for which the resend request is made is delivered to all the receiving devices 20 by UDP / IP. Therefore, the receiving device 20 receives a message having the same serial number.
There is no need to resend each time there is a resend request from. Therefore, the resend management processing 14 checks whether or not a resend request has already been made from another receiving device for the serial number for which a resend request has been made, and if it has already been redistributed, does not resend the message of that serial number.

【0085】再送管理テーブル14Aを参照して,始めて
再送要求があった通番であることが分ると再送管理処理
14は,ファイル送信処理12に再送要求1(11,12)と送
信する(ステップ64)。
Retransmission management processing is performed by referring to the retransmission management table 14A when it is found that the sequence number is the first request for retransmission.
14 sends a resend request 1 (11, 12) to the file sending process 12 (step 64).

【0086】ファイル送信処理12は再送要求1を受取る
と,継続電文の送信を一時的に中断し,再送要求のあっ
た電文を再送データ・バッファ13から読出して,これら
を再送応答電文1(11,12)としてUDP/IPを用い
て再送要求処理25に向けて配信する(ステップ41)。
When the file transmission process 12 receives the resend request 1, the transmission of the continuous message is temporarily interrupted, the message for which the resend request has been made is read from the resend data buffer 13, and these are sent as resend response message 1 (11 , 12) using UDP / IP to deliver to the resend request processing 25 (step 41).

【0087】再送要求処理25はこの再送応答電文を受信
するとこれを再送データ・バッファ26に格納し,ファイ
ル作成処理24に再送応答電文を受信した旨を通知する
(ステップ153 )。
When the resend request message 25 receives this resend response message, it stores it in the resend data buffer 26 and notifies the file creation process 24 that the resend response message has been received (step 153).

【0088】ファイル作成処理24は再送された電文に含
まれる通番のチェック,通番管理テーブル24Aにおける
通番の更新を行い,その電文を一時格納ファイル27に格
納する(ステップ127 )。この後,受信データ・バッフ
ァ23で待っている継続電文についての同じような処理に
移る(ステップ128 )。
The file creation processing 24 checks the serial number contained in the retransmitted electronic message, updates the serial number in the serial number management table 24A, and stores the electronic message in the temporary storage file 27 (step 127). After that, the same processing is performed for the continuous message waiting in the reception data buffer 23 (step 128).

【0089】図8および図9は電文抜けの特殊な場合と
しての開始電文抜けに対する処理の流れを示している。
これらの図において,図4から図7に示すものと実質的
に同一処理については同一符号が付してある。
FIG. 8 and FIG. 9 show the flow of processing for the start message loss as a special case of message loss.
In these figures, the substantially same processes as those shown in FIGS. 4 to 7 are designated by the same reference numerals.

【0090】上述したようにファイル送信処理12は開始
電文(0)に続いて継続電文(1)を送信する(ステッ
プ33,34)。
As described above, the file transmission process 12 transmits the continuation message (1) after the start message (0) (steps 33 and 34).

【0091】受信処理22は開始電文(0)を受信でき
ず,それに続く継続電文(1)を受信したとする(ステ
ップ102 )。
It is assumed that the reception process 22 cannot receive the start message (0) and receives the subsequent continuation message (1) (step 102).

【0092】ファイル作成処理24は通番チェックによっ
て開始電文(0)が欠けていることを検知するので,開
始電文の再送要求1(0)を送信するとともに,それ以
降に受信された受信電文(継続電文(1)も含む)に対
する処理を行なわない(ステップ129 )。
Since the file creation process 24 detects that the start message (0) is missing by the serial number check, it sends the resend request 1 (0) of the start message and the received message (continued The message (including the message (1)) is not processed (step 129).

【0093】再送要求1(0)はファイル作成処理24か
ら再送要求処理25,再送応答処理15を経て再送管理処理
14に与えられる(ステップ152 ,82)。
The resend request 1 (0) is sent through the file creation process 24, resend request process 25, resend response process 15, and resend management process.
14 (steps 152, 82).

【0094】再送管理処理14は開始電文についての始め
ての再送要求であることを確認して再送要求1(0)を
ファイル送信処理12に与える(ステップ64)。
The resend management process 14 confirms that the start message is the first resend request, and sends the resend request 1 (0) to the file sending process 12 (step 64).

【0095】ファイル送信処理12は継続電文の送信を一
時的に中断し,開始電文についての再送応答電文(0)
をUDP/IPを用いて再送要求処理25に向けて配信す
る(ステップ41)。
The file transmission process 12 temporarily interrupts the transmission of the continuation message, and the resend response message (0) for the start message.
Is sent to the resend request processing 25 using UDP / IP (step 41).

【0096】再送要求処理25はこの再送応答電文(0)
を受信するとこれを再送データ・バッファ26に格納し,
ファイル作成処理24に受信の旨を通知する(ステップ15
3 )。
The resend request process 25 uses this resend response message (0).
When this is received, it is stored in the resend data buffer 26,
The file creation processing 24 is notified of the reception (step 15).
3).

【0097】ファイル作成処理24は通番0の開始電文で
あることを確認してその通番を通番管理テーブル24Aに
記憶するとともにファイルをオープンする(ステップ12
1 )。この後,ファイル作成処理24は受信データ・バッ
ファ23に蓄えられていた継続電文についての処理に移る
(ステップ128 )。
The file creation processing 24 confirms that the start message has the serial number 0, stores the serial number in the serial number management table 24A, and opens the file (step 12).
1). After this, the file creation process 24 moves to the process for the continuation message stored in the received data buffer 23 (step 128).

【0098】図10は再送された継続電文が再度欠損した
ときに行なわれる再送要求2に関する処理の流れを示し
ている。この図は図6に続く処理として描かれている。
FIG. 10 shows the flow of processing relating to the retransmission request 2 performed when the retransmitted continuation message is lost again. This figure is drawn as the process following FIG.

【0099】図6および図7を参照して説明したよう
に,継続電文(11)と(12)が抜けたことに対する再送
要求1(11,12)に応答してファイル送信処理12は継続
電文(11),継続電文(12)を再配信する(ステップ4
1)。
As described with reference to FIG. 6 and FIG. 7, the file transmission process 12 responds to the resend request 1 (11, 12) for the omission of the continuation telegrams (11) and (12) by the continuation telegram. Re-deliver (11) and continuation message (12) (step 4)
1).

【0100】受信装置20の再送要求処理25は再送要求1
(11,12)を送信したのち(図6ステップ152 ),再送
監視用タイマをセットして一定時間以内に再送応答電文
を受信したかどうかを監視している。
Retransmission request processing 25 of the receiving device 20 uses retransmission request 1
After (11, 12) is transmitted (step 152 in FIG. 6), the retransmission monitoring timer is set and it is monitored whether or not the retransmission response message is received within the fixed time.

【0101】図10に示すように,継続電文(12)の再送
は受信したが,継続電文(11)については上記一定時間
が経過しても受信できなかったものとする。このような
場合に再送要求処理25は先に再送要求1で特定した通番
(11,12)と同じものを特定して第2回目の再送要求,
すなわち再送要求2(11,12)をTCP/IPにより再
送応答処理15に送信する(ステップ154 )。
As shown in FIG. 10, it is assumed that the retransmission of the continuous telegram (12) has been received, but the continuous telegram (11) has not been received even after the elapse of the above-mentioned fixed time. In such a case, the resend request processing 25 identifies the same serial number (11, 12) as previously identified in the resend request 1 to determine the second resend request,
That is, the resend request 2 (11, 12) is transmitted to the resend response process 15 by TCP / IP (step 154).

【0102】再送された継続電文(12)については受信
したのであるから,継続電文(11)についてのみの再送
要求2を送信してもよいが,処理の煩雑さを避けるため
に,このように第1回目に欠損したすべての電文につい
て第2回目の再送要求を出すようにしている。
Since the retransmitted continuation message (12) has been received, the retransmission request 2 may be transmitted only for the continuation message (11), but in order to avoid the complexity of the process, The second resend request is issued for all messages that were lost the first time.

【0103】再送要求2(11,12)を受信すると再送応
答処理15は再送データ・バッファ13から要求された電文
(11,12)を読出して,再送応答電文2(11,12)とし
てTCP/IPにより再送要求処理25に送信する(ステ
ップ83)。これにより2回目の再送においては確実にデ
ータが再送されることになる。
When the resend request 2 (11, 12) is received, the resend response process 15 reads out the requested message (11, 12) from the resend data buffer 13 and uses TCP / TCP as the resend response message 2 (11, 12). It is transmitted to the resend request processing 25 by IP (step 83). This ensures that the data will be retransmitted in the second retransmission.

【0104】再送応答電文2(11,12)を受信すると再
送要求処理25は受信した電文を再送データ・バッファ26
に格納してファイル作成処理24に電文受信の旨を通知す
る(ステップ155 )。
When the resend response message 2 (11, 12) is received, the resend request process 25 sends the received message to the resend data buffer 26.
Then, the file creation processing 24 is notified that the message has been received (step 155).

【0105】この通知を受取るとファイル作成処理24は
通番チェック,通番更新をして再再送された電文を一時
格納ファイル27に格納し(ステップ127 ),その後受信
データ・バッファ23に保持されている継続電文の処理に
進む(ステップ128 )。
Upon receipt of this notification, the file creation processing 24 checks the serial number, updates the serial number, stores the retransmitted message in the temporary storage file 27 (step 127), and then holds it in the received data buffer 23. Proceed to processing of continuation message (step 128).

【0106】図11は開始電文についての2回目の再送処
理の流れを示している。この図は図8に続く処理として
描かれている。図9および上に述べた図10に示す処理と
同一ステップには同一符号が付されているので,この場
合の処理は図11から容易に理解できるであろう。
FIG. 11 shows the flow of the second retransmission processing for the start message. This figure is drawn as the process following FIG. Since the same steps as those in the processing shown in FIG. 9 and the above-mentioned FIG. 10 are designated by the same reference numerals, the processing in this case can be easily understood from FIG.

【0107】図12は受信データ・バッファあふれによる
強制終了処理の流れを示している。この図は図6に続く
ものとして描かれている。
FIG. 12 shows the flow of forced termination processing due to overflow of the received data buffer. This figure is drawn as a continuation of FIG.

【0108】継続電文(11)(12)が欠損することによ
り再送要求1(11,12)が発生し,これに応答してファ
イル送信処理12は継続電文(11,12)を再配信する(ス
テップ41)。この後,ファイル送信処理12は継続電文
(14)から配信を再開する(ステップ40,42)。
Retransmission request 1 (11, 12) occurs due to the lack of continuous telegrams (11) (12), and in response to this, file transmission process 12 redistributes continuous telegrams (11, 12) ( Step 41). After that, the file transmission process 12 restarts the distribution from the continuous message (14) (steps 40 and 42).

【0109】受信処理22はこれらの継続電文(14)等を
受信し順次受信データ・バッファ23に格納し続ける(ス
テップ105 )。ファイル作成処理24は再送された電文に
ついての処理をするまでは待機状態になっているので,
受信データ・バッファ23から電文を読出すことはない
(ステップ130 )。
The reception process 22 receives these continuation telegrams (14) and the like and continues to sequentially store them in the reception data buffer 23 (step 105). The file creation process 24 is in a standby state until it processes the retransmitted message, so
No message is read from the reception data buffer 23 (step 130).

【0110】再送された電文が多くあり,もしそれらが
再送要求処理25に届かないとすると,時間の経過ととも
に受信データ・バッファ23に多くの電文がたまりあふれ
ることになる。
If there are many retransmitted messages and they do not reach the resend request processing 25, many messages will overflow in the receive data buffer 23 with the passage of time.

【0111】受信データ・バッファ23には電文を格納す
るエリアごとにフラグがあり,受信処理22は電文を書込
むとこのフラグを立て,ファイル作成処理24は電文を読
出すとこのフラグをリセットする。したがって受信処理
22は,フラグの状態により,受信データ・バッファ23に
もはや電文を書込む余地がないことを知ることができ
る。
The reception data buffer 23 has a flag for each area in which a message is stored. The reception process 22 sets this flag when the message is written, and the file creation process 24 resets this flag when the message is read. . Therefore reception processing
The flag 22 can know that there is no room for writing a message in the received data buffer 23 due to the state of the flag.

【0112】受信データ・バッファ23が一杯になりもは
や電文を書込むことができなくなると,受信処理22はフ
ァイル作成処理24に対して強制終了の旨を送信する(ス
テップ106 )。これを受取るとファイル作成処理24は再
送要求処理25に強制終了を送信する(ステップ131 )。
When the reception data buffer 23 becomes full and it is no longer possible to write a message, the reception process 22 sends a message of forced termination to the file creation process 24 (step 106). Upon receiving this, the file creation processing 24 sends a forced termination to the resend request processing 25 (step 131).

【0113】再送要求処理25はこの強制終了を受信する
と,上述した再送監視用タイマをリセットして,強制終
了の旨を再送応答処理15にTCP/IPにより送信する
(ステップ156 )。
Upon receiving the forced termination, the retransmission request processing 25 resets the above-mentioned retransmission monitoring timer, and transmits the forced termination to the retransmission response processing 15 by TCP / IP (step 156).

【0114】再送応答処理15は受信した強制終了を再送
管理処理14に渡すので(ステップ84),再送管理処理14
はその受信装置についてファイル転送が強制的に終了し
た旨を記憶するとともにその旨をファイル送信処理12に
通知する(ステップ65)。ファイル送信処理12は,他の
正常な受信装置20のために継続電文を配信し続けるのは
いうまでもない。
Since the resend response process 15 passes the received forced termination to the resend management process 14 (step 84), the resend management process 14
Stores the fact that the file transfer has been compulsorily completed for the receiving device and notifies the file transmission process 12 to that effect (step 65). It goes without saying that the file transmission process 12 continues to deliver the continuation message for another normal receiving device 20.

【0115】図13および図14は伝送路障害が発生し,そ
の後復旧した場合の処理の流れを示すものである。図
6,図7に示す処理と同一ステップには同一符号が付さ
れている。
FIG. 13 and FIG. 14 show the flow of processing when a transmission line failure occurs and is then restored. The same steps as those in the processes shown in FIGS. 6 and 7 are designated by the same reference numerals.

【0116】上述したように受信処理22は障害検知用タ
イマを備え,これにより電文の配信周期T1よりも長い
一定時間T2以上にわたって無通信状態になったかどう
かを監視している。
As described above, the reception process 22 is provided with the failure detection timer, and by this means, it is monitored whether or not the communication state has been lost for a certain period of time T2 or longer, which is longer than the message transmission period T1.

【0117】伝送路障害により上記一定時間T2以上に
わたって電文を受信しなかった受信装置の受信処理22で
は障害検知用タイマがタイム・アウトするので,その受
信処理22は障害通知をファイル作成処理24に送信する
(ステップ107 )。
Since the failure detection timer times out in the reception processing 22 of the receiving device which has not received the message for the fixed time T2 or more due to the transmission path failure, the reception processing 22 sends the failure notification to the file creation processing 24. Send (step 107).

【0118】ファイル作成処理24はこの通知を受取る
と,最後に正常に受取った電文の通番を付加して障害通
知を再送要求処理25に送信する(ステップ132 )。再送
要求処理25はこの障害通知を再送応答処理15にTCP/
IPで送信する(ステップ157)。
Upon receipt of this notification, the file creation processing 24 adds the serial number of the message normally received at the end and sends a failure notification to the resend request processing 25 (step 132). The resend request process 25 sends this failure notification to the resend response process 15 by TCP /
It is transmitted by IP (step 157).

【0119】この障害通知は再送応答処理15から再送管
理処理14に渡される(ステップ85)。再送管理処理14は
障害通知を受取ると,障害通知を送信した受信装置20の
識別番号とその受信装置が最後に受取った電文の通番と
を再送管理テーブル14Aに記憶するとともに,障害通知
をファイル送信処理12に与える(ステップ66)。
This failure notification is passed from the resend response process 15 to the resend management process 14 (step 85). Upon receiving the failure notification, the resend management processing 14 stores in the resend management table 14A the identification number of the receiving device 20 that sent the failure notification and the serial number of the last message received by the receiving device, and sends the failure notification to a file. It is given to the process 12 (step 66).

【0120】ファイル送信処理12は障害通知を受取る
と,上記の一定時間周期T1でダミー電文をすべての受
信装置20に向けて配信する(ステップ43)。
When the file transmission process 12 receives the failure notification, the file transmission process 12 distributes the dummy electronic message to all the receiving devices 20 in the above-mentioned constant time period T1 (step 43).

【0121】障害通知を発生していない受信装置20はダ
ミー電文を受信すると,いずれかの受信装置において障
害が発生していることを認識する。
When receiving the dummy message, the receiving device 20 which has not issued the fault notification recognizes that one of the receiving devices has a fault.

【0122】障害通知を発生した受信装置は障害が継続
している限りダミー電文を受信することはない。障害通
知を発生した受信装置20の受信処理22がダミー電文を受
信したということは障害が復旧したことを意味する。し
たがって,その受信処理22はダミー電文を受信すると復
旧通知をファイル作成処理24に送信する(ステップ108
)。復旧通知はファイル作成処理24を経て再送要求処
理25からTCP/IPにより送信装置10の再送応答処理
15に送信される(ステップ133 ,158 )。
The receiving device which has issued the fault notification does not receive the dummy electronic message as long as the fault continues. The reception of the dummy message by the reception process 22 of the reception device 20 that has issued the failure notification means that the failure has been recovered. Therefore, when the receiving process 22 receives the dummy message, it sends a recovery notice to the file creating process 24 (step 108).
). The recovery notification is sent from the resend request process 25 through the file creation process 24 by the resend response process of the transmitter 10 by TCP / IP.
It is transmitted to 15 (steps 133 and 158).

【0123】復旧通知はさらに再送応答処理15から再送
管理処理14に与えられる(ステップ86)。
The restoration notice is further given from the resend response process 15 to the resend management process 14 (step 86).

【0124】再送管理処理14は上述のように障害の発生
した受信装置20とその受信装置が受信した最後の通番と
を再送管理テーブル14Aに記憶している。再送管理処理
14は複数の受信装置20に障害が発生していればそれらの
すべての受信装置から復旧通知が届くのを待っている。
The retransmission management processing 14 stores in the retransmission management table 14A the receiving device 20 in which a failure has occurred and the last serial number received by the receiving device as described above. Retransmission management process
If there is a failure in the plurality of receiving devices 20, 14 waits for the recovery notifications from all of these receiving devices.

【0125】後述する障害復旧監視時間内に障害を起こ
したすべての受信装置20から復旧通知が送信されれば,
再送管理処理14はファイル送信処理12に対して復旧通知
を与えるとともに,障害を起こした受信装置が受信した
最後の通番のうち最も番号の小さい通番をファイル送信
処理12に通知する(ステップ67)。
If a recovery notice is transmitted from all the receiving devices 20 that have failed within the failure recovery monitoring time described later,
The resend management process 14 gives a recovery notification to the file transmission process 12 and also notifies the file transmission process 12 of the smallest serial number received from the last receiving serial numbers by the failed receiving device (step 67).

【0126】この通番を受取ると,ファイル送信処理12
は,上記の最も小さい通番に1を加えた通番から継続電
文の配信を再開する(ステップ44)。このようにして,
障害が発生してもそれが復旧したときには,欠番なく
(一部の受信装置には重複することがありうる)継続電
文が受信装置20に配信されることになる。
When this serial number is received, file transmission processing 12
Restarts delivery of the continuous telegram from the serial number obtained by adding 1 to the smallest serial number (step 44). In this way,
When a failure occurs and it is recovered, a continuation message is delivered to the receiving device 20 without any missing number (may be duplicated in some receiving devices).

【0127】受信装置20では配信された電文の受信とそ
れに対する処理が再開される(ステップ102 ,122 )。
The receiving device 20 restarts the reception of the delivered electronic message and the processing for it (steps 102 and 122).

【0128】図15は伝送路障害が発生し,それが復旧し
ない場合の処理の流れを示している。この図は図13に続
くものとして描かれている。
FIG. 15 shows the flow of processing in the case where a transmission line failure has occurred and it cannot be recovered. This figure is drawn as a continuation of FIG.

【0129】送信装置10の再送管理処理14は最初の障害
通知を受信した時点で上述した障害復旧監視用タイマを
作動させる。障害復旧監視用タイマがタイム・アウトし
ても,障害の発生した受信装置20のうち少なくとも一つ
の受信装置から復旧通知が届かなった場合には,再送管
理処理14は復旧通知が届かなかった受信装置20を強制終
了させるために強制終了の旨を再送応答処理15に与え
る。また,障害の発生していない受信装置または障害が
復旧した受信装置が1つでもあれば復旧通知をファイル
送信処理12に与える(ステップ68)。
The retransmission management processing 14 of the transmission device 10 activates the above-mentioned failure recovery monitoring timer when the first failure notification is received. Even if the failure recovery monitoring timer times out, if the recovery notification is not received from at least one of the failed receiving devices 20, the resend management processing 14 receives the recovery notification not received. In order to forcibly terminate the device 20, the retransmission response processing 15 is notified of the forced termination. Further, if there is at least one receiving device in which no failure has occurred or one in which the error has been recovered, a recovery notice is given to the file transmission processing 12 (step 68).

【0130】ファイル送信処理12は復旧通知を受信する
と上述のように継続電文の配信を再開する(ステップ4
4)。
Upon receiving the restoration notice, the file transmission process 12 resumes the delivery of the continuous telegram as described above (step 4).
Four).

【0131】再送応答処理15は強制終了の旨の通知を受
取ると,障害の復旧していない受信装置20の再送要求処
理25に対してTCP/IPにより強制終了の旨を送信す
る(ステップ87)。
When the resend response process 15 receives the notification of the forced termination, the resend response process 15 sends the forced termination by TCP / IP to the resend request process 25 of the receiving device 20 in which the failure is not recovered (step 87). .

【0132】該当する再送要求処理25がもしこの強制終
了通知を受信すれば,この強制終了通知は,ファイル作
成処理24を経て受信処理22に伝えられる。したがって,
受信処理22はこれ以降,たとえ電文を受信したとしても
これを破棄することになる(ステップ159 ,134 ,109
)。
If the corresponding resend request process 25 receives this forced termination notice, this forced termination notice is transmitted to the reception process 22 via the file creation process 24. Therefore,
The reception process 22 thereafter discards the message even if it is received (steps 159, 134, 109).
).

【0133】図16は同一通番の電文を重ねて受信したと
きの処理の流れを示している。
FIG. 16 shows the flow of processing when electronic messages having the same serial number are received in a superposed manner.

【0134】上述のように障害が発生しその後復旧した
ときには受信装置20によっては同一通番の電文を受信す
ることがある。ファイル作成処理24は上述のように通番
チェックを行っているので,通番が重複していることを
発見することができる。このような場合にはファイル作
成処理24は二重に受信した電文を一時格納ファイル27に
書込むことなく破棄する(ステップ135 )。
As described above, when the failure occurs and the recovery is made thereafter, the receiving device 20 may receive the electronic message having the same serial number. Since the file creation processing 24 performs the serial number check as described above, it is possible to find that the serial numbers are duplicated. In such a case, the file creation processing 24 discards the double received message without writing it in the temporary storage file 27 (step 135).

【0135】図17および図18は最終電文が欠損した場合
の処理の流れを示している。この場合にも基本的には再
送要求1の処理と同じである。したがって,図4,図
5,図6,図7に示すものと実質的に同一ステップには
同一符号を付しておく。
17 and 18 show the flow of processing when the final message is missing. Also in this case, the processing is basically the same as the processing of the retransmission request 1. Therefore, substantially the same steps as those shown in FIGS. 4, 5, 6 and 7 are designated by the same reference numerals.

【0136】最終電文の欠損は通番チェックよりはむし
ろ,障害検知と同じように一定時間T2以上にわたって
無通信状態となったこととして検知されるので,受信処
理22は障害通知をファイル作成処理24に送信する(ステ
ップ110 )。
The loss of the final message is detected not as a serial number check but as a non-communication state for a certain period of time T2 or more as in the failure detection. Therefore, the reception processing 22 sends a failure notification to the file creation processing 24. Send (step 110).

【0137】開始電文のデータ(本体)の内容から最終
電文の通番はあらかじめ分っているので,その一つ前の
通番の電文まで正常に受信していればファイル作成処理
24は最終電文のエラーと認識して再送要求1(100 )を
再送要求処理25に与える(ステップ136 )。
Since the serial number of the last message is known in advance from the contents of the data (main body) of the start message, the file creation process will be performed if the message of the previous serial number is normally received.
24 recognizes this as an error in the final message and gives a resend request 1 (100) to resend request processing 25 (step 136).

【0138】再送要求処理25が再送要求1(100 )を再
送応答処理15に送信するので(ステップ152 ),ファイ
ル送信処理12から最終電文が再配信される(ステップ8
2,64,46)。
Since the resend request process 25 sends resend request 1 (100) to the resend response process 15 (step 152), the final message is re-distributed from the file sending process 12 (step 8).
2, 64, 46).

【0139】この最終電文を受信装置が正しく受信でき
れば,終了通知が受信装置20から送信装置10に与えられ
てファイル転送が終了する(ステップ153 ,151 ,123
,125 ,104 ,81,63,47)。ファイル送信処理12が
終了通知を再送管理処理14に与えたのち(ステップ3
6),終了待ちタイマの設定時間を経過しても終了通知
を送信しない受信装置があれば,再送管理処理14はその
受信装置についてはファイル転送失敗を記録する。
When the receiving device can correctly receive this final electronic message, the end notification is given from the receiving device 20 to the transmitting device 10 and the file transfer ends (steps 153, 151, 123).
, 125, 104, 81, 63, 47). After the file transmission process 12 gives an end notification to the resend management process 14 (step 3
6) If there is a receiving device that does not send the end notification even after the set time of the end waiting timer elapses, the resend management process 14 records a file transfer failure for that receiving device.

【0140】最終電文抜けに対しても第1回目のみなら
ず第2回目の再送も行なわれ得るのはいうまでもない。
It is needless to say that the second retransmitting as well as the first retransmitting can be performed for the final missing message.

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

【図1】同報ファイル転送システムの全体的構成を示す
ブロック図である。
FIG. 1 is a block diagram showing an overall configuration of a broadcast file transfer system.

【図2】送信装置と受信装置の機能的構成を示すブロッ
ク図である。
FIG. 2 is a block diagram showing a functional configuration of a transmission device and a reception device.

【図3】ファイル転送電文のフォーマットを示す。FIG. 3 shows a format of a file transfer message.

【図4】ファイル転送が正常に行なわれる場合の処理の
流れを示すフロー・チャートである。
FIG. 4 is a flow chart showing a flow of processing when file transfer is normally performed.

【図5】ファイル転送が正常に行なわれる場合の処理の
流れを示すフロー・チャートである。
FIG. 5 is a flow chart showing a flow of processing when file transfer is normally performed.

【図6】継続電文抜けによる第1回目の再送処理の流れ
を示すフロー・チャートである。
FIG. 6 is a flow chart showing a flow of a first retransmission process due to a continuation telegram omission.

【図7】継続電文抜けによる第1回目の再送処理の流れ
を示すフロー・チャートである。
FIG. 7 is a flow chart showing the flow of a first retransmission process due to a continuation telegram omission.

【図8】開始電文抜けによる第1回目の再送処理の流れ
を示すフロー・チャートである。
FIG. 8 is a flow chart showing a flow of a first retransmission process due to a missing start message.

【図9】開始電文抜けによる第1回目の再送処理の流れ
を示すフロー・チャートである。
FIG. 9 is a flow chart showing a flow of a first retransmission process due to a missing start message.

【図10】継続電文抜けによる第2回目の再送処理の流
れを示すフロー・チャートである。
FIG. 10 is a flow chart showing a flow of a second retransmission process due to a continuation telegram omission.

【図11】開始電文抜けによる第2回目の再送処理の流
れを示すフロー・チャートである。
FIG. 11 is a flow chart showing a flow of a second retransmission process due to a missing start message.

【図12】受信データ・バッファあふれによる終了処理
の流れを示すフロー・チャートである。
FIG. 12 is a flow chart showing a flow of termination processing due to overflow of a reception data buffer.

【図13】伝送路に障害が発生し,その後復旧したとき
の処理の流れを示すフロー・チャートである。
FIG. 13 is a flow chart showing the flow of processing when a failure occurs in a transmission line and then recovery is performed.

【図14】伝送路に障害が発生し,その後復旧したとき
の処理の流れを示すフロー・チャートである。
FIG. 14 is a flow chart showing the flow of processing when a failure occurs in a transmission line and then recovery is performed.

【図15】伝送路に障害が発生し,復旧不能の場合の終
了処理の流れを示すフロー・チャートである。
FIG. 15 is a flow chart showing the flow of termination processing when a failure occurs in a transmission line and recovery is impossible.

【図16】同一通番の電文を二重に受信した場合の処理
の流れを示すフロー・チャートである。
FIG. 16 is a flow chart showing the flow of processing when a message with the same serial number is received twice.

【図17】最終電文抜けによる第1回目の再送処理の流
れを示すフロー・チャートである。
FIG. 17 is a flow chart showing the flow of the first retransmission process due to the loss of the final telegram.

【図18】最終電文抜けによる第1回目の再送処理の流
れを示すフロー・チャートである。
FIG. 18 is a flow chart showing the flow of a first retransmission process due to the loss of a final telegram.

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

8 伝送路 9 中継装置 10 送信装置 11 送信ファイル 12 ファイル送信処理 13 再送データ・バッファ 14 再送管理処理 14A 再送管理テーブル 15 再送応答処理 20 受信装置 21 受信ファイル 22 受信処理 23 受信データ・バッファ 24 ファイル作成処理 24A 通番管理テーブル 25 再送要求処理 26 再送データ・バッファ 27 一時格納ファイル 8 transmission line 9 relay device 10 sending device 11 sending file 12 file sending process 13 resending data buffer 14 resending management process 14A resending management table 15 resending response process 20 receiving device 21 receiving file 22 receiving process 23 receiving data buffer 24 creating file Processing 24A Serial number management table 25 Retransmission request processing 26 Retransmission data buffer 27 Temporary storage file

フロントページの続き (72)発明者 依田 一彦 東京都中央区日本橋1丁目9番地1号 株 式会社野村総合研究所内 (72)発明者 西埜 覚 神奈川県横浜市保土ヶ谷区神戸町134番地 株式会社野村総合研究所横浜総合センタ ー内 (72)発明者 宮脇 勉 東京都中央区日本橋小網町6丁目7番地 第二山万ビル 株式会社野村総合研究所日 本橋ソフトウェアセンター内Front page continuation (72) Inventor Kazuhiko Yoda 1-9-1, Nihonbashi, Chuo-ku, Tokyo Inside Nomura Research Institute, Inc. (72) Inventor Satoshi Nishino, 134 Kobe-cho, Hodogaya-ku, Yokohama, Kanagawa Nomura (72) Inventor Tsutomu Miyawaki 6-7 Nihombashi Koamimachi, Chuo-ku, Tokyo Daini Yamaman Building Nomura Research Institute, Ltd. Nihonbashi Software Center

Claims (22)

【特許請求の範囲】[Claims] 【請求項1】 送信局において, 転送すべきファイルを複数のブロックに分割し, 初頭通番と終了電文に含めるべき最終通番とを含む開始
電文,初頭通番から順次インクレメントされる通番と分
割されたファイル・データ・ブロックとを含み,開始電
文に続いて送信される継続電文,および少なくとも最終
通番を含み,最後に送信される終了電文を,同報配信に
適した通信プロトコルを用いて,複数の受信局に向けて
同報配信し, 受信局から通番を指定して再送要求があったときに,指
定された通番をもつ電文を再送し, 各受信局において, 送信局から配信される電文を受信し, 受信した電文に含まれる通番をチェックして,欠番があ
ると判定したときに,欠けている通番を指定した再送要
求を送信し, 通番チェックを通過した電文をファイルに格納する,同
報ファイル転送方法。
1. The transmitting station divides a file to be transferred into a plurality of blocks, and divides it into a start message including a start sequence number and a last sequence number to be included in an end message, and a sequence number sequentially incremented from the start sequence number. A continuous telegram sent after the start telegram, including a file data block, and at least the final telegram sent at the end, and the end telegram sent at the end are transmitted using a communication protocol suitable for broadcast delivery. Broadcast to the receiving station, and when the receiving station specifies a serial number and makes a resend request, the electronic message with the specified serial number is retransmitted. When a received message is received, the serial number included in the received message is checked, and if it is determined that there is a missing number, a resend request specifying the missing sequence number is sent, and the message that passed the serial number check is checked. Stored in yl, broadcast file transfer method.
【請求項2】 受信局において, 受信した電文に含まれる通番をチェックして欠番がある
と判定したときに,欠けている通番を指定した第1回目
の再送要求を送信し, 第1回目の再送要求送信後,所定の時間が経過しても指
定した通番をもつ電文を受信しないときに,第2回目の
再送要求を送信し, 送信局において, いずれかの受信局から第1回目の再送要求があったとき
に,指定された通番の電文を同報配信に適した通信プロ
トコルを用いて同報再配信し, 第2回目の再送要求があったときに,要求された電文を
第2回目の再送要求を送信した受信局に向けて再送す
る, 請求項1に記載の同報ファイル転送方法。
2. When the receiving station checks the serial number included in the received message and determines that there is a missing number, it sends the first resend request specifying the missing serial number, and the first resending request is sent. After sending the resend request, if the message with the specified serial number is not received even after the lapse of a predetermined time, the second resend request is sent, and the sending station sends the first resend from any receiving station. When a request is made, the message with the specified serial number is broadcast and redelivered using a communication protocol suitable for broadcast delivery, and when the second resend request is made, the requested message is sent as a second message. The broadcast file transfer method according to claim 1, wherein the retransmission request is retransmitted to the receiving station that transmitted the retransmission request.
【請求項3】 送信局において,電文を第1の一定時間
間隔で定期的に送信し, 受信局において,上記第1の一定時間よりも長い第2の
一定時間の間に電文の受信があるかどうかをチェック
し,無い場合に障害検知と判定し,障害通知を送信局に
送信する, 請求項1に記載の同報ファイル転送方法。
3. The transmitting station periodically transmits a message at a first fixed time interval, and the receiving station receives the message during a second fixed time which is longer than the first fixed time. The broadcast file transfer method according to claim 1, further comprising checking whether or not the failure is detected, and transmitting a failure notification to the transmitting station when the failure is detected.
【請求項4】 送信局において,障害通知を受信したと
きに上記第1の一定時間間隔でダミー電文を配信し, 障害通知を送信した受信局において,ダミー電文を受信
したときに復旧通知を送信局に送信する, 請求項3に記載の同報ファイル転送方法。
4. The transmitting station distributes a dummy message at the first fixed time interval when it receives a failure notification, and sends a recovery notification when the dummy message is received at the receiving station that has sent the failure notification. The broadcast file transfer method according to claim 3, wherein the broadcast file is transmitted to the station.
【請求項5】 送信局において,障害通知を送信したす
べての受信局から所定時間以内に復旧通知が送信された
ときに,上記開始,継続または終了電文の配信を再開す
る, 請求項4に記載の同報ファイル転送方法。
5. The delivery station resumes delivery of the start, continuation or termination message when a restoration notice is sent within a predetermined time from all the receiving stations that have sent the fault notice. Broadcast file transfer method.
【請求項6】 送信局において,障害通知を送信した受
信局のうち,所定時間以内に復旧通知を送信しないもの
があれば,その受信局に対して強制終了を通知する, 請求項4に記載の同報ファイル転送方法。
6. The transmitting station, if any of the receiving stations that has transmitted the failure notification does not transmit the recovery notification within a predetermined time, the forced termination is notified to the receiving station. Broadcast file transfer method.
【請求項7】 送信局において,強制終了を通知した受
信局を記憶する,請求項6に記載の同報ファイル転送方
法。
7. The broadcast file transfer method according to claim 6, wherein the transmitting station stores the receiving station notified of the forced termination.
【請求項8】 送信局において,障害通知を送信しない
受信局または上記所定時間以内に復旧通知を送信した受
信局があれば,上記開始,継続または終了電文の配信を
再開する, 請求項6に記載の同報ファイル転送方法。
8. The transmission of the start, continuation, or termination message is restarted if there is a reception station that does not transmit a failure notification or a reception station that has transmitted a restoration notification within the predetermined time, in the transmission station. Broadcast file transfer method described.
【請求項9】 送信局において,転送すべきファイルを
データ圧縮処理したのち複数のブロックに分割し, 受信局においてすべての電文を受信したのちに受信した
データ・ブロックを伸張処理し,伸張処理により得られ
たファイルを受信ファイルに格納する, 請求項1に記載の同報ファイル転送方法。
9. The transmitting station divides a file to be transferred into a plurality of blocks after data compression processing, and after the receiving station receives all telegrams, decompresses the received data block and The broadcast file transfer method according to claim 1, wherein the obtained file is stored in a received file.
【請求項10】 送信局において,上記開始電文に,受
信局が実行すべき処理を示す実行シェルスクリプトを含
ませる,請求項1に記載の同報ファイル転送方法。
10. The broadcast file transfer method according to claim 1, wherein in the transmitting station, the start message includes an execution shell script indicating a process to be executed by the receiving station.
【請求項11】 転送すべきファイルを持つ送信装置,
およびこの送信装置と通信可能な複数の受信装置から構
成され, 送信装置は, 転送すべきファイルを複数のブロックに分割し,初頭通
番と終了電文に含めるべき最終通番とを含む開始電文,
初頭通番から順次インクレメントされる通番と分割され
たファイル・データ・ブロックとを含み,開始電文に続
いて送信される継続電文,および少なくとも最終通番を
含み,最後に送信される終了電文を,同報配信に適した
通信プロトコルを用いて,複数の受信装置に向けて同報
配信する配信手段,ならびに受信装置から通番を指定し
て再送要求があったときに,指定された通番をもつ電文
を再送する再送手段を備え, 各受信装置は, 送信局から配信される電文を受信する受信手段, 受信した電文に含まれる通番をチェックして,欠番があ
ると判定したときに,欠けている通番を指定した再送要
求を送信する再送要求手段,および通番チェックを通過
した電文をファイルに格納する手段を備えている, 同報ファイル転送システム。
11. A transmitter having a file to be transferred,
And a plurality of receiving devices capable of communicating with this transmitting device, the transmitting device divides a file to be transferred into a plurality of blocks, and a start message including a beginning serial number and a final serial number to be included in an end message,
The continuation message that includes a sequence number that is sequentially incremented from the beginning sequence number and the divided file data block, that is, the continuation message that is transmitted after the start message, and the last message that includes at least the last sequence number and that is transmitted last are the same. Using a communication protocol suitable for broadcast delivery, a delivery means for broadcast delivery to a plurality of receiving devices, and when a receiving device specifies a serial number and makes a resend request, a message with the specified serial number is sent. Each receiving device has a resending means for resending, and each receiving device checks the receiving means for receiving the telegram delivered from the transmitting station, checks the serial number included in the received telegram, and when it determines that there is a missing number, the missing serial number A broadcast file transfer system equipped with a resend request means for sending a resend request that specifies, and a means for storing a message that has passed the serial number check in a file.
【請求項12】 受信装置における上記再送要求手段
が, 受信した電文に含まれる通番をチェックして欠番がある
と判定したときに,欠けている通番を指定した第1回目
の再送要求を送信する第1の再送要求手段と, 第1回目の再送要求送信後,所定の時間が経過しても指
定した通番をもつ電文を受信しないときに,第2回目の
再送要求を送信する第2の再送要求手段とからなり, 送信装置における上記再送手段が, いずれかの受信装置から第1回目の再送要求があったと
きに,指定された通番の電文を同報配信に適した通信プ
ロトコルを用いて同報再配信する第1の再送手段と, 第2回目の再送要求があったときに,要求された電文を
第2回目の再送要求を送信した受信装置に向けて再送す
る第2の再送手段とからなる, 請求項11に記載の同報ファイル転送システム。
12. When the resending request means in the receiving device checks the serial number included in the received electronic message and determines that there is a missing number, it sends the first resending request specifying the missing serial number. A first resend request means, and a second resend request for sending a second resend request when a message having a designated serial number is not received even after a lapse of a predetermined time after sending the first resend request. When the first retransmission request is made from any of the receiving devices, the above-mentioned retransmitting device in the transmitting device uses a communication protocol suitable for broadcast delivery of the telegram of the designated serial number. A first retransmitting means for broadcast redelivery, and a second retransmitting means for retransmitting the requested electronic message toward the receiving device which has transmitted the second retransmission request when there is a second retransmission request. According to claim 11, consisting of Broadcast file transfer system.
【請求項13】 送信装置の上記配信手段が,電文を第
1の一定時間間隔で定期的に送信するものであり, 受信装置が,上記第1の一定時間よりも長い第2の一定
時間の間に電文の受信があるかどうかをチェックし,無
い場合に障害検知と判定し,障害通知を送信局に送信す
る障害検知手段を備えている, 請求項11に記載の同報ファイル転送システム。
13. The transmitting means of the transmitting device periodically transmits a message at a first fixed time interval, and the receiving device sets a second fixed time longer than the first fixed time. 12. The broadcast file transfer system according to claim 11, further comprising: failure detection means for checking whether or not a message has been received between them, determining failure detection if there is not, and transmitting a failure notification to a transmitting station.
【請求項14】 送信装置の上記配信手段が,障害通知
を受信したときに上記第1の一定時間間隔でダミー電文
を配信するものであり, 上記障害検知手段が障害通知を送信した後,上記受信手
段が,ダミー電文を受信したときに,復旧通知を送信局
に送信する復旧通知手段が受信装置に設けられている, 請求項13に記載の同報ファイル転送システム。
14. The delivery means of the transmitting device delivers a dummy electronic message at the first constant time interval when a failure notification is received, and the failure detection means sends the failure notification, and then 14. The broadcast file transfer system according to claim 13, wherein the receiving device is provided with recovery notifying means for transmitting a recovery notification to the transmitting station when the receiving means receives the dummy message.
【請求項15】 送信装置の上記配信手段が,障害通知
を送信したすべての受信装置から所定時間以内に復旧通
知が送信されたときに,上記開始,継続または終了電文
の配信を再開するものである, 請求項14に記載の同報ファイル転送システム。
15. The delivery means of the sending device restarts the delivery of the start, continuation or end message when a restoration notification is sent within a predetermined time from all the receiving devices that sent the failure notification. The broadcast file transfer system according to claim 14.
【請求項16】 送信装置が,障害通知を送信した受信
局のうち,所定時間以内に復旧通知を送信しないものが
あれば,その受信局に対して強制終了を通知する手段を
さらに備えている, 請求項14に記載の同報ファイル転送システム。
16. The transmission device further comprises means for notifying the receiving station of forced termination if there is a receiving station that has transmitted the failure notification and does not transmit the restoration notification within a predetermined time. The broadcast file transfer system according to claim 14.
【請求項17】 送信装置の上記通知手段は,強制終了
を通知した受信局を記憶する,請求項16に記載の同報フ
ァイル転送システム。
17. The broadcast file transfer system according to claim 16, wherein said notifying means of the transmitting device stores the receiving station which has notified the forced termination.
【請求項18】 送信装置の上記配信手段は,障害通知
を送信しない受信局または上記所定時間以内に復旧通知
を送信した受信局があれば,上記開始,継続または終了
電文の配信を再開するものである, 請求項16に記載の同報ファイル転送システム。
18. The delivery means of the sending device restarts delivery of the start, continuation or end message if there is a receiving station that does not send a failure notification or a receiving station that sends a restoration notification within the predetermined time. The broadcast file transfer system according to claim 16, wherein
【請求項19】 送信装置の上記配信手段は,転送すべ
きファイルをデータ圧縮処理したのち複数のブロックに
分割して配信するものであり, 受信装置における上記格納手段は,すべての電文を受信
したのちに受信したデータ・ブロックを伸張処理し,伸
張処理により得られたファイルを受信ファイルに格納す
るものである, 請求項11に記載の同報ファイル転送システム。
19. The distribution means of the transmission device compresses a file to be transferred and then divides the data into a plurality of blocks for distribution, and the storage means of the reception device receives all electronic messages. 12. The broadcast file transfer system according to claim 11, wherein the data block received later is expanded, and the file obtained by the expansion is stored in the received file.
【請求項20】 送信装置の上記配信手段は,上記開始
電文に,受信局が実行すべき処理を示す実行シェルスク
リプトを含ませるものである,請求項11に記載の同報フ
ァイル転送システム。
20. The broadcast file transfer system according to claim 11, wherein the distribution means of the transmission device includes an execution shell script indicating a process to be executed by the reception station in the start message.
【請求項21】 転送すべきファイル・データを格納し
た送信ファイル, 上記送信ファイルからファイル・データを読出し,この
ファイル・データを複数のブロックに分割し,初頭通番
と終了電文に含めるべき最終通番とを含む開始電文,初
頭通番から順次インクレメントされる通番と分割された
ファイル・データ・ブロックとを含み,開始電文に続い
て送信される継続電文,および少なくとも最終通番を含
み,最後に送信される終了電文を,同報配信に適した通
信プロトコルを用いて,複数の受信装置に向けて同報配
信する配信手段,および通番を指定した再送要求を受信
したときに,指定された通番をもつ電文を再送する再送
手段, を備えた同報ファイル転送のための送信装置。
21. A transmission file in which file data to be transferred is stored, file data is read from the transmission file, this file data is divided into a plurality of blocks, and an initial serial number and a final serial number to be included in an end message are provided. Including a start message including a start message, a sequence number that is sequentially incremented from the beginning sequence number, and a divided file data block, a continuation message that is transmitted after the start message, and at least the last sequence number that is transmitted last. A delivery method for delivering an end message to a plurality of receiving devices by using a communication protocol suitable for broadcast delivery, and a message with a specified serial number when a resend request with a specified serial number is received. A sending device for sending a broadcast file, which is provided with a resending means for resending the.
【請求項22】 上記再送手段が, 第1回目の再送要求を受信したときに,指定された通番
の電文を同報配信に適した通信プロトコルを用いて同報
再配信する第1の再送手段と, 同じ通番の電文について第2回目の再送要求を受信した
ときに,要求された電文を第2回目の再送要求を送信し
た受信装置に向けて再送する第2の再送手段とからな
る, 請求項21に記載の同報ファイル転送のための送信装置。
22. A first resending means for, when the resending means receives a first resend request, re-deliver a telegram of a designated serial number by using a communication protocol suitable for broadcast delivery. And a second resending unit that resends the requested message to the receiving device that sent the second resend request when the second resend request is received for the same serial number message. A transmitting device for transferring a broadcast file according to Item 21.
JP06120393A 1993-02-26 1993-02-26 Broadcast file transfer method and system Expired - Fee Related JP3268875B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP06120393A JP3268875B2 (en) 1993-02-26 1993-02-26 Broadcast file transfer method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP06120393A JP3268875B2 (en) 1993-02-26 1993-02-26 Broadcast file transfer method and system

Publications (2)

Publication Number Publication Date
JPH06252897A true JPH06252897A (en) 1994-09-09
JP3268875B2 JP3268875B2 (en) 2002-03-25

Family

ID=13164399

Family Applications (1)

Application Number Title Priority Date Filing Date
JP06120393A Expired - Fee Related JP3268875B2 (en) 1993-02-26 1993-02-26 Broadcast file transfer method and system

Country Status (1)

Country Link
JP (1) JP3268875B2 (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997033227A1 (en) * 1996-03-07 1997-09-12 Nippon Telegraph And Telephone Corporation High-speed batch file transfer method and apparatus, and storage medium in which a program for executing the transfer is stored
JPH10210031A (en) * 1997-01-22 1998-08-07 Nippon Telegr & Teleph Corp <Ntt> Packet communication equipment
JPH10262093A (en) * 1997-03-19 1998-09-29 Hitachi Ltd Transmission control method
JPH10268879A (en) * 1997-03-26 1998-10-09 Yamaha Corp Music data distributing system and karaoke device
JPH11187017A (en) * 1997-12-22 1999-07-09 Nri & Ncc Co Ltd System and mehtod for simultaneously distributing omitted data to plural stations for reforming automatic recovery processing
JPH11252072A (en) * 1998-03-02 1999-09-17 Nippon Telegr & Teleph Corp <Ntt> Data relay system and method
JPH11296491A (en) * 1998-04-10 1999-10-29 Nec Corp Method and device for process transfer and machine leadable recording medium recording program
JPH11355273A (en) * 1998-06-05 1999-12-24 Nec Corp System and method for guarantee of information data by udp in network management system
JP2000259534A (en) * 1999-03-04 2000-09-22 Toshiba Corp Transmission equipment, transmission method, recording medium recording software for transmission and communication system
JP2001053783A (en) * 1999-08-05 2001-02-23 Nec Corp Data distribution system, and machine readable recording medium recorded with program
JP2001337934A (en) * 2000-05-29 2001-12-07 Nec Corp On-line transaction processing system and its processing method
JP2002135302A (en) * 2000-08-17 2002-05-10 Matsushita Electric Ind Co Ltd Data transmission device and data transmission method
JP2002262375A (en) * 2001-02-28 2002-09-13 Nec Corp Time division switch, and time division switching method
JP2002290400A (en) * 2001-03-23 2002-10-04 Nippon Telegr & Teleph Corp <Ntt> Stream broadcast relay method and system
JP2004236359A (en) * 2000-08-17 2004-08-19 Matsushita Electric Ind Co Ltd Data transmitting apparatus and data transmitting method
JP2004350318A (en) * 2000-08-17 2004-12-09 Matsushita Electric Ind Co Ltd Data transmission method
JP2005006350A (en) * 2000-08-17 2005-01-06 Matsushita Electric Ind Co Ltd Data transmission apparatus and data transmission method
JP2006073032A (en) * 1999-03-31 2006-03-16 Sharp Corp Wireless information transmission system and wireless receiver
JP2006253996A (en) * 2005-03-10 2006-09-21 Fujitsu Ltd Streaming service management system
JP2006521643A (en) * 2003-03-28 2006-09-21 トムソン ライセンシング System and method for transmitting media-based files
JP2007531458A (en) * 2004-03-29 2007-11-01 ノキア コーポレイション Data restoration enhancement method for multicast / broadcast data distribution
US7319698B2 (en) 2002-07-18 2008-01-15 Fujitsu Limited Recovery system for restoring preserved regeneration data
JP2010035207A (en) * 2009-10-29 2010-02-12 Fujitsu Ltd Transmission equipment, receiving equipment, and retransmission equipment
JP2010061400A (en) * 2008-09-03 2010-03-18 Ricoh Co Ltd Data transfer apparatus, data transfer method and data transfer program
JP2010200063A (en) * 2009-02-26 2010-09-09 Oki Networks Co Ltd Transmission line fault detecting method and program
JP2015172963A (en) * 2011-09-02 2015-10-01 トレーディング テクノロジーズ インターナショナル インコーポレイテッド message stream integrity

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6073180A (en) * 1996-03-07 2000-06-06 Nippon Telegraph And Telephone Corporation High-speed batch file transfer method and apparatus, and storage medium in which a program for executing the transfer is stored
WO1997033227A1 (en) * 1996-03-07 1997-09-12 Nippon Telegraph And Telephone Corporation High-speed batch file transfer method and apparatus, and storage medium in which a program for executing the transfer is stored
JPH10210031A (en) * 1997-01-22 1998-08-07 Nippon Telegr & Teleph Corp <Ntt> Packet communication equipment
JPH10262093A (en) * 1997-03-19 1998-09-29 Hitachi Ltd Transmission control method
JPH10268879A (en) * 1997-03-26 1998-10-09 Yamaha Corp Music data distributing system and karaoke device
JPH11187017A (en) * 1997-12-22 1999-07-09 Nri & Ncc Co Ltd System and mehtod for simultaneously distributing omitted data to plural stations for reforming automatic recovery processing
JPH11252072A (en) * 1998-03-02 1999-09-17 Nippon Telegr & Teleph Corp <Ntt> Data relay system and method
JPH11296491A (en) * 1998-04-10 1999-10-29 Nec Corp Method and device for process transfer and machine leadable recording medium recording program
JPH11355273A (en) * 1998-06-05 1999-12-24 Nec Corp System and method for guarantee of information data by udp in network management system
JP2000259534A (en) * 1999-03-04 2000-09-22 Toshiba Corp Transmission equipment, transmission method, recording medium recording software for transmission and communication system
JP2006073032A (en) * 1999-03-31 2006-03-16 Sharp Corp Wireless information transmission system and wireless receiver
JP2001053783A (en) * 1999-08-05 2001-02-23 Nec Corp Data distribution system, and machine readable recording medium recorded with program
JP2001337934A (en) * 2000-05-29 2001-12-07 Nec Corp On-line transaction processing system and its processing method
JP2002135302A (en) * 2000-08-17 2002-05-10 Matsushita Electric Ind Co Ltd Data transmission device and data transmission method
JP2004236359A (en) * 2000-08-17 2004-08-19 Matsushita Electric Ind Co Ltd Data transmitting apparatus and data transmitting method
JP2004350318A (en) * 2000-08-17 2004-12-09 Matsushita Electric Ind Co Ltd Data transmission method
JP2005006350A (en) * 2000-08-17 2005-01-06 Matsushita Electric Ind Co Ltd Data transmission apparatus and data transmission method
JP2002262375A (en) * 2001-02-28 2002-09-13 Nec Corp Time division switch, and time division switching method
JP2002290400A (en) * 2001-03-23 2002-10-04 Nippon Telegr & Teleph Corp <Ntt> Stream broadcast relay method and system
US7319698B2 (en) 2002-07-18 2008-01-15 Fujitsu Limited Recovery system for restoring preserved regeneration data
JP2006521643A (en) * 2003-03-28 2006-09-21 トムソン ライセンシング System and method for transmitting media-based files
US7831603B2 (en) 2003-03-28 2010-11-09 Thomson Licensing System and method for transmitting media based files
JP2007531458A (en) * 2004-03-29 2007-11-01 ノキア コーポレイション Data restoration enhancement method for multicast / broadcast data distribution
JP2006253996A (en) * 2005-03-10 2006-09-21 Fujitsu Ltd Streaming service management system
JP4662445B2 (en) * 2005-03-10 2011-03-30 富士通株式会社 Streaming service management program and method
JP2010061400A (en) * 2008-09-03 2010-03-18 Ricoh Co Ltd Data transfer apparatus, data transfer method and data transfer program
JP2010200063A (en) * 2009-02-26 2010-09-09 Oki Networks Co Ltd Transmission line fault detecting method and program
JP2010035207A (en) * 2009-10-29 2010-02-12 Fujitsu Ltd Transmission equipment, receiving equipment, and retransmission equipment
JP2015172963A (en) * 2011-09-02 2015-10-01 トレーディング テクノロジーズ インターナショナル インコーポレイテッド message stream integrity

Also Published As

Publication number Publication date
JP3268875B2 (en) 2002-03-25

Similar Documents

Publication Publication Date Title
JP3268875B2 (en) Broadcast file transfer method and system
AU644800B2 (en) Data communication method and system
JP4902905B2 (en) Message transmission method, communication method, deferred acknowledgment communication system, and message transmission system
US5216675A (en) Reliable broadcast protocol
JP3268874B2 (en) Data distribution system and method using communication satellite
JPS62239641A (en) Multiple address communication system
CN101056194B (en) A SNMP message transfer method and device
JP2002124992A (en) Data file distribution method by multicast
JPH0767112B2 (en) Communication network system
US7079535B2 (en) Method and apparatus for real-time fault-tolerant multicasts in computer networks
JPH09160858A (en) Data resending method and server
US7100078B1 (en) Method and apparatus for restoration of lost blocks in a multicast data transmission
JP2003273925A (en) Information transmission system and transmission control method
JP4759418B2 (en) Message recovery system and recovery method
JP2004157753A (en) Firmware download system
JP2776274B2 (en) Virtual buffer control system in relay computer
JPH11252134A (en) Broadcast communication system
JP2576076B2 (en) Message rescue method for data communication system
KR100708608B1 (en) Relay apparatus for overlay multicast system and operation method of the same
JPH08202665A (en) Inter-computer coupling device of loosely coupled computer
JPH0736811A (en) Method and system for information delivery
JPH10107823A (en) Identical message transmission method and data transmission station
Pinho et al. Reliable Communication in Distributed Computer-Controlled Systems
JPH07111503A (en) Data transmission method/system
JPS59210751A (en) Node failure recovering system of network

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090118

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100118

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110118

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110118

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120118

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130118

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees