JP3326672B2 - Message retransmission method and system - Google Patents

Message retransmission method and system

Info

Publication number
JP3326672B2
JP3326672B2 JP24795795A JP24795795A JP3326672B2 JP 3326672 B2 JP3326672 B2 JP 3326672B2 JP 24795795 A JP24795795 A JP 24795795A JP 24795795 A JP24795795 A JP 24795795A JP 3326672 B2 JP3326672 B2 JP 3326672B2
Authority
JP
Japan
Prior art keywords
retransmission
message
server
client
packet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP24795795A
Other languages
Japanese (ja)
Other versions
JPH0991218A (en
Inventor
輝治 城下
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP24795795A priority Critical patent/JP3326672B2/en
Publication of JPH0991218A publication Critical patent/JPH0991218A/en
Application granted granted Critical
Publication of JP3326672B2 publication Critical patent/JP3326672B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Multi Processors (AREA)
  • Information Transfer Between Computers (AREA)

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、メッセージ再送方
法及びシステムに係り、サーバからメッセージをクライ
アントに送信し、クライアントが当該メッセージを完全
に受信できない場合に、サーバからメッセージの再送を
行うメッセージ再送方法及びシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a message retransmission method and system, and more particularly, to a message retransmission method for transmitting a message from a server to a client, and retransmitting the message from the server when the client cannot completely receive the message. And systems.

【0002】詳しくは、受信側である多数のクライアン
トが通信ネットワークに接続されている通信システムに
おいて、クライアントの受信状況に応じて効果的に再送
の継続あるいは終了を行うメッセージ再送方法及びシス
テムに関する。
More specifically, the present invention relates to a message retransmission method and system for effectively continuing or terminating retransmission according to the reception status of a client in a communication system in which a large number of clients on the receiving side are connected to a communication network.

【0003】[0003]

【従来の技術】一般に、情報通信システムのメッセージ
再送においては、送信側のサーバがメッセージを送信し
た後、受信側のクライアントが当該メッセージを完全に
受信していない場合には、メッセージの未受信部分の情
報を応答に含めてサーバに送信し、サーバは、応答に基
づいて再送メッセージを構成し、メッセージの受信が正
常に完了していないクライアントに対して再送を行う方
式がある。
2. Description of the Related Art Generally, in resending a message in an information communication system, if a client on the transmitting side does not completely receive the message after the server on the transmitting side has transmitted the message, an unreceived portion of the message is received. Is transmitted to the server with the information included in the response, and the server composes a retransmission message based on the response, and retransmits the message to a client that has not successfully received the message.

【0004】また、従来の技術には、通信開始前にサー
バで再送制限回数を設定しておき、この再送制限回数に
達した場合は再送を停止する方法がある。また、制限回
数を設定しなかったり、無限大にとっておいた場合に
は、メッセージが完全に受信されるまで再送を継続する
方式がある。
Further, in the prior art, there is a method in which a retransmission limit is set in a server before communication is started, and retransmission is stopped when the retransmission limit is reached. If the number of times of limitation is not set or is set to infinity, there is a method of continuing retransmission until a message is completely received.

【0005】図12は、従来のメッセージ再送の例を示
すシーケンスチャートである。以下に示すメッセージの
再送において、予め再送回数が設定されているものとし
て説明する。 ステップ10) サーバからクライアントA,B,Cに
それぞれメッセージを送信する。
FIG. 12 is a sequence chart showing an example of conventional message retransmission. In the following message retransmission, it is assumed that the number of retransmissions is set in advance. Step 10) The server sends messages to clients A, B, and C, respectively.

【0006】ステップ11) クライアントAは、メッ
セージを正常受信した旨をサーバに通知する。 ステップ12) クライアントBは、正常にメッセージ
受信が終了していない旨をサーバに通知する。
Step 11) The client A notifies the server that the message has been normally received. Step 12) The client B notifies the server that the message reception has not been normally completed.

【0007】ステップ13) クライアントCは、メッ
セージを正常受信した旨をサーバに通知する。 ステップ14) サーバは、クライアントBに対して所
定の回数再送を行っているかを判定し、所定の回数に満
たない場合には、再度メッセージをクライアントBに送
信する。また、所定の回数を越えている場合には、メッ
セージの再送を中止する。
Step 13) The client C notifies the server that the message has been normally received. Step 14) The server determines whether or not retransmission has been performed to the client B a predetermined number of times. If the number of times has not been reached, the server transmits a message to the client B again. If the number has exceeded the predetermined number, the retransmission of the message is stopped.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、上記従
来の技術では、固定的に再送制限回数を設定していたの
で、制限回数以上に再送が必要な端末に対してはメッセ
ージ送信を成功させることができないという問題があ
る。
However, in the above-mentioned conventional technique, the number of retransmissions is fixedly set, so that it is possible to successfully transmit a message to a terminal that requires retransmission more than the number of times. There is a problem that can not be.

【0009】また、クライアントが受信不能となった場
合でも無駄な再送を繰り返すことになる。特に、所定の
再送回数を決定しておかずに、無制限に再送を繰り返す
ように設定されているシステムにおいては、送信コスト
やトラヒックを増大させてしまうという問題がある。
Further, even when the client becomes unreceivable, useless retransmission is repeated. In particular, in a system in which retransmission is repeated indefinitely without determining a predetermined number of retransmissions, there is a problem that transmission costs and traffic increase.

【0010】特に、サーバから多数のクライアントに対
して一斉にメッセージの送信・再送を行う場合に、種々
の受信状況のクライアント(端末)が混在し、上記のよ
うな問題が顕著に現れ、必要回数の再送を行うことがで
きなかったり、無駄な再送の通信量を増やす結果とな
る。
[0010] Particularly, when a server transmits and retransmits a message to a large number of clients at the same time, clients (terminals) in various reception situations coexist, and the above-mentioned problem appears remarkably, Cannot be retransmitted, or the amount of useless retransmission communication increases.

【0011】本発明は、上記の点に鑑みなされたもの
で、多数のクライアントに一斉に送信・再送を行う場合
のように各回線の品質やクライアントの受信状況が多様
であり、必要再送回数が通信前に予想しがたい場合で
も、再送効果がある間は再送を行うことができ、この結
果、無駄な通信量を増やすことなく、クライアントのメ
ッセージ受信の完了率を向上させることが可能なメッセ
ージ再送方法及びメッセージ再送サーバを提供すること
を目的とする。
[0011] The present invention has been made in view of the above points, and the quality of each line and the reception status of the client are various as in the case of simultaneous transmission / retransmission to a large number of clients. Even if it is difficult to anticipate before communication, retransmission can be performed as long as there is a retransmission effect, and as a result, the message completion rate of the client can be improved without increasing unnecessary communication volume A retransmission method and a message retransmission server are provided.

【0012】[0012]

【課題を解決するための手段】図1は、本発明の原理を
説明するための図である。本発明は、通信ネットワーク
を介して接続される複数のクライアントとサーバの間
でメッセージを構成するメッセージの送受信において、
該クライアントがメッセージの全てを受信できない場合
に、再度メッセージの再送を行うメッセージ再送方法に
おいて、各々のクライアントからサーバから送信された
メッセージの受信完了していない場合に、サーバに受
信未完了を通知し(ステップ1)、サーバは、メッセー
ジ受信及び再送毎に各クライアント毎に当該サーバから
送信したパケットの識別情報よりクライアントの受信完
了応答記録数を管理する再送管理テーブルを用いて、メ
ッセージ再送毎に再送管理テーブル中の受信完了を表す
情報が所定の数以上増加しているか、かつ、未受信のパ
ケットがあるクライアント数が所定数以上存在するかを
判定し(ステップ2、ステップ3)、 受信完了を表す情
報が所定の数以上増加しており、かつ、未受信のパケッ
トあるクライアント数が所定以上存在する場合、また
は、そのいずれかである場合には、当該クライアントに
対して再送継続を行う(ステップ4)。
FIG. 1 is a diagram for explaining the principle of the present invention. The present invention, in the transmission and reception of messages constituting a message between a plurality of clients and servers connected via a communication network,
In the message retransmission method of retransmitting a message again when the client cannot receive all of the messages, when the reception of the message transmitted from the server from each client is not completed, the server notifies the server that reception has not been completed. (Step 1), the server sends a message from the server for each client for each message reception and retransmission.
Complete the client's reception based on the identification information of the transmitted packet.
Using the retransmission management table that manages the number of
Indicates the completion of reception in the retransmission management table for each message retransmission
If the information has increased by more than a predetermined number and
Check if the number of clients with
Judgment (steps 2 and 3) and information indicating the completion of reception
Information has increased by more than the specified number, and
If there are more than a certain number of clients,
If any of them,
On the other hand, retransmission is continued (step 4).

【0013】[0013]

【0014】図2は、本発明の原理構成図である。本発
明は、通信ネットワーク200を介して接続される複数
のクライアントと、該クライアント該ネットワークを
介してメッセージを渡し、該クライアントがメッセージ
の全てを受信できない場合に、再度メッセージの再送を
行うメッセージ再送システムであって、サーバ100
は、メッセージの送信または、クライアント301から
の応答を受信する通信手段120と、クライアント30
1に送信したメッセージ毎にクライアントの識別情報と
当該サーバから送信されるパケットのパケット識別情報
によりなる受信完了を表す応答記録数を随時更新管理す
る再送管理テーブル140と、再送管理テーブル140
の受信状況を参照し、メッセージの再送毎にクライアン
トの応答記録数が所定数以上増加しているかを判定する
再送条件判定手段160と、再送条件判定手段160に
おいて、応答記録数が所定数以上増加している場合に
は、当該クライアントへの再送の継続を行う再送制御手
段110と、を有し、クライアント301は、サーバ1
00から送られたメッセージの受信状況をサーバに通知
する受信状況通知手段311を有する。
FIG. 2 is a diagram showing the principle of the present invention. The present invention relates to a plurality of clients connected via a communication network 200, a message retransmission for passing a message through the network with the client , and retransmitting the message again when the client cannot receive all of the messages. a system, server 100
Is a communication unit 120 for transmitting a message or receiving a response from the client 301,
1 and the client identification information for each message sent to
Packet identification information of the packet transmitted from the server
A retransmission management table 140 that updates and manages the number of response records indicating completion of reception at any time, and a retransmission management table 140
Refers to the reception status of the
The retransmission condition determining means 160 and the retransmission condition determining means 160
In the case where the number of response records has increased
Has retransmission control means 110 for continuing retransmission to the client , and the client 301
It has a reception status notifying unit 311 for notifying the server of the reception status of the message sent from 00.

【0015】また、上記の再送条件判定手段160は、
再送管理テーブル140の応答記録を参照し、メッセー
ジの再送により当該応答記録数が所定の数以上増加して
いる場合、かつ、未受信のパケットがあるクライアント
数が所定数以上存在する場合、または、その何れかであ
る場合に、再送継続を行うと判定する手段を含む
The retransmission condition determination means 160
Referring to the response record in the retransmission management table 140,
The number of response records has increased by more than
If there are clients that have unreceived packets
If the number is equal to or greater than the predetermined number, or
Means to determine that continuation of retransmission is to be performed when the

【0016】[0016]

【0017】[0017]

【0018】これにより、本発明は、メッセージの送信
後の応答に基づいて、サーバの再送テーブルを参照して
クライアントの受信状況(メッセージ受信・再受信毎に
1メッセージのどれだけの部分が正常受信されたか)が
把握される。再送条件と比較することにより、状況に基
づいて再送の効果が継続しているクライアントには、次
の再送を実行し、再送の効果がなくなった場合には再送
を終了する。この結果、再送の効果が継続している場合
に再送を打ち切ることなく、また、再送の効果がないの
にもかかわらず無駄に再送を繰り返すことがなくなるた
め、クライアントの受信状況に応じた最適な再送回数に
よりメッセージ再送を行うことができる。
Thus, according to the present invention, based on the response after the message is transmitted, the retransmission table of the server is referred to and the reception status of the client (how much part of one message is normally received each time a message is received / re-received) is received. Has been grasped). By comparing the retransmission condition with the retransmission condition, the next retransmission is executed for the client in which the effect of the retransmission continues based on the situation, and the retransmission is ended when the effect of the retransmission stops. As a result, the retransmission is not terminated when the effect of the retransmission is continued, and the retransmission is not repeated unnecessarily despite the ineffectiveness of the retransmission. Message retransmission can be performed according to the number of retransmissions.

【0019】[0019]

【発明の実施の形態】図3は、本発明が適用されるシス
テム全体の構成を示す。本発明は、同図に示すように、
サーバ100、通信ネットワーク102、複数のクライ
アント301,302,…,30n(nは任意の自然
数)から構成される。サーバ100が通信ネットワーク
200を介して複数のクライアント301,302,
…,30nに接続されている。この例では、一斉情報分
配を示しており、サーバ100がクライアント301,
302…,30nに一斉にメッセージを送信し、クライ
アント301,302,…,30nはサーバ100に受
信状況(メッセージの未受信部分の情報)を応答に含め
てサーバ100に返し、サーバ100はこれらの情報に
基づいて再送メッセージを構成し、クライアント30
1,302…,30nに一斉に再送する。
FIG. 3 shows the configuration of the entire system to which the present invention is applied. The present invention, as shown in FIG.
, 30n (n is an arbitrary natural number). The server 100 communicates with a plurality of clients 301, 302,
.., 30n. In this example, simultaneous information distribution is shown, and the server 100
, 30n, and the clients 301, 302,..., 30n return the server 100 with the reception status (information of the unreceived portion of the message) included in the response to the server 100. Constructing a retransmission message based on the information,
, 30n are retransmitted all at once.

【0020】例えば、2Mバイトのメッセージを、1K
バイトの情報格納可能なパケットにより5000クライ
アントに一斉情報分配する場合には、全クライアントに
送信確認するパケットの個数は2000×5000個と
なるため、無駄なく効果的な再送回数を設定する必要が
ある。
For example, if a 2 Mbyte message is 1K
When distributing information simultaneously to 5000 clients using packets capable of storing byte information, the number of packets to be transmitted to all clients is 2000 × 5000, so it is necessary to set an effective number of retransmissions without waste. .

【0021】図4は、本発明のサーバの構成を示す。同
図において、サーバ100は、通信ネットワーク200
と接続してメッセージの送信・受信を行う通信制御部1
20、応答からクライアントの受信状況を把握管理する
再送テーブル管理部140、再送テーブル管理部140
が把握する情報に基づいて送信・再送するメッセージを
生成するメッセージ構成部150、メッセージの送信・
再送を指示し、再送の全体の制御を行う再送制御部11
0、本発明を実現する上で必要な再送条件を管理する再
送条件管理部160、メッセージを生成し、当該メッセ
ージの送信を再送制御部110に要求するアプリケーシ
ョン管理部130より構成される。
FIG. 4 shows the configuration of the server of the present invention. In the figure, a server 100 includes a communication network 200
Communication control unit 1 for sending and receiving messages by connecting to
20, a retransmission table management unit 140 that grasps and manages the reception status of the client from the response, and a retransmission table management unit 140
Message generating unit 150 for generating a message to be transmitted / retransmitted based on the information
Retransmission control unit 11 for instructing retransmission and controlling the entire retransmission
0, a retransmission condition management unit 160 for managing retransmission conditions necessary for realizing the present invention, and an application management unit 130 for generating a message and requesting the retransmission control unit 110 to transmit the message.

【0022】上記のうち、再送条件管理部160につい
て説明する。図5は、本発明のサーバの再送条件管理部
の構成を示す。再送条件管理部160は、再送テーブル
管理部140内の送信管理テーブルの受信パケット数の
増加を記録する受信状況レジスタ153、再送の判定条
件として受信パケット数の増加数、或いは比率を登録し
ておく再送条件レジスタ162、及び受信状況レジスタ
153と再送条件レジスタ162を比較して再送継続か
再送終了かを判定する再送判定部161とを有する。
The retransmission condition management section 160 will be described. FIG. 5 shows the configuration of the retransmission condition management unit of the server of the present invention. The retransmission condition management unit 160 registers the reception status register 153 that records the increase in the number of received packets in the transmission management table in the retransmission table management unit 140, and registers the increase number or ratio of the number of received packets as a retransmission determination condition. A retransmission condition register 162 and a retransmission determination unit 161 that compares the reception status register 153 with the retransmission condition register 162 to determine whether to continue retransmission or end retransmission.

【0023】図6は、本発明のサーバにおいて送信する
メッセージとパケットの構成を示す。同図は、サーバ1
00のアプリケーション管理部130より送信要求され
るメッセージ404とメッセージを分割して送信する時
の送信パケット400の構成を示している。送信パケッ
ト400には、送信先のクライアント宛先401、パケ
ットのシーケンス番号であるパケットID402、メッ
セージを分割して格納する送信情報403より構成され
る。クライアント宛先401には、例えば、インタネッ
トプロトコルでは、IPアドレスが利用でき、特にクラ
イアントのグループに対して送信するときは、IPクラ
スDアドレスが利用できる。
FIG. 6 shows the structure of a message and a packet transmitted in the server of the present invention. The figure shows the server 1
10 shows a configuration of a message 404 requested to be transmitted by the application management unit 130 and a transmission packet 400 when the message is divided and transmitted. The transmission packet 400 includes a client destination 401 of a transmission destination, a packet ID 402 which is a packet sequence number, and transmission information 403 for dividing and storing a message. For the client destination 401, for example, in the Internet protocol, an IP address can be used, and particularly when transmitting to a group of clients, an IP class D address can be used.

【0024】図7は、本発明のクライアントからサーバ
に返す応答パケットの構成を示す。同図に示す応答パケ
ットには返送先のサーバ宛先501、応答パケットを返
送したクライアントのクライアントID502、及び各
クライアントにおいてパケットの紛失や送信情報の誤り
により未受信となっている複数のパケットのID列50
3が含まれる。例えば、インターネットプロトコルで
は、サーバ宛先501にはサーバ100のIPアドレス
が利用でき、クライアントIDはクライアントのIPア
ドレスが利用できる。
FIG. 7 shows the structure of a response packet returned from the client to the server according to the present invention. The response packet shown in the figure includes a server destination 501 of a return destination, a client ID 502 of a client that has returned the response packet, and an ID string of a plurality of packets that have not been received due to packet loss or transmission information error in each client. 50
3 is included. For example, in the Internet protocol, the server destination 501 can use the IP address of the server 100, and the client ID can use the IP address of the client.

【0025】図8は、本発明の再送テーブル管理部に格
納されている送信管理テーブルの構成を示す。同図で
は、“クライアント数(n)×メッセージ”の分割送信
に必要なパケット数(m)のマトリクス(n×m)にお
いて、各クライアントにおける各パケットの受信済
(○)、未受信(×)を示している。実装上は、(○)
にビットオンの“1”を、(×)にビットオフの“0”
を割り当てればよい。
FIG. 8 shows the configuration of the transmission management table stored in the retransmission table management section of the present invention. In the figure, in the matrix (n × m) of the number of packets (m) required for divided transmission of “the number of clients (n) × message”, each client has received (○) and not received (×) each packet. Is shown. In implementation, (○)
Is a bit-on “1”, and (×) is a bit-off “0”.
Should be assigned.

【0026】送信管理テーブルでは、最初のメッセージ
送信時に全て未受信(×)が設定されており、応答パケ
ット毎にチェックされて(パケットID列に含まれてい
なければ受信済(○)にする)、最新のクライアントの
受信状況が管理される。各送信・再送の後の応答を全て
受信した後、メッセージ構成部150は、この受信/未
受信の状況に基づいて、次回再送するメッセージを構成
する。例えば、メッセージ構成部150は、“×”が付
与されているパケットIDのOR(論理和)をとって
(列に×が一つでもあれば、再送メッセージに含める)
一斉に再送する再送メッセージを構成することができ
る。
In the transmission management table, all non-received (x) are set at the time of the first message transmission, and are checked for each response packet (if not included in the packet ID column, received is set (o)). The latest client reception status is managed. After receiving all the responses after each transmission / retransmission, the message composing unit 150 composes a message to be retransmitted next time based on the reception / non-reception status. For example, the message composing unit 150 performs an OR (logical sum) of the packet IDs to which “x” is added (if there is even one x in the column, it is included in the retransmission message).
A retransmission message to be retransmitted all at once can be configured.

【0027】次に、上記の構成を用いて再送処理を行う
場合の処理手順を説明する。図9は、本発明の再送処理
の手順を示すフローチャートである。 ステップ101) アプリケーション管理部130から
メッセージ404が再送制御部110に渡される。再送
制御部110はメッセージを送信パケット400に送信
情報403の単位に分割し、メッセージ構成部150に
格納し、この分割状況に応じて再送テーブル管理部14
0において図8に示すような送信管理テーブルが設定さ
れる。このメッセージ送信前の初期状態においては、パ
ケットは全て未受信であるため、再送管理テーブルには
“×”が設定される。
Next, a description will be given of a processing procedure when retransmission processing is performed using the above configuration. FIG. 9 is a flowchart showing the procedure of the retransmission processing of the present invention. Step 101) The message 404 is passed from the application management unit 130 to the retransmission control unit 110. The retransmission control unit 110 divides the message into transmission packets 400 in units of transmission information 403, stores the transmission information 400 in the message composition unit 150, and stores the retransmission table management unit 14
At 0, a transmission management table as shown in FIG. 8 is set. In the initial state before this message transmission, all the packets have not been received yet, so "x" is set in the retransmission management table.

【0028】ステップ102) 再送制御部110がメ
ッセージ構成部150に格納されたメッセージの送信を
通信制御部120に指令し、最初のメッセージが必要数
の送信パケットに分割格納されて送信される。 ステップ103) クライアントからパケット紛失、あ
るいは、情報誤りにより未受信となったパケットのパケ
ットIDが応答パケット500のパケットID列503
としてサーバ100に返される。クライアントは、全て
のパケットを受信でき、メッセージを再構成できたとき
には、パケットID列を含まない応答パケット500を
サーバ100に返す。サーバ100では、応答パケット
500のクライアントID502、パケットID列50
3に基づいて送信管理テーブルを更新する。サーバ10
0は全てのクライアントから応答が返るまでステップ1
03を繰り返す。
Step 102) The retransmission control section 110 instructs the communication control section 120 to transmit the message stored in the message composing section 150, and the first message is divided and stored in a required number of transmission packets and transmitted. Step 103) The packet ID of the packet that has not been received due to a packet loss or information error from the client is the packet ID column 503 of the response packet 500.
Is returned to the server 100. When the client can receive all the packets and reconstruct the message, it returns a response packet 500 that does not include the packet ID sequence to the server 100. In the server 100, the client ID 502 and the packet ID column 50 of the response packet 500
3 to update the transmission management table. Server 10
0 means step 1 until all clients return a response
Repeat 03.

【0029】ステップ104) 1回の送信、再送にお
いて応答パケットが全て返却された後、再送条件管理部
160の受信情報レジスタ163において、送信管理テ
ーブルの受信済(○)の数の増加数が再送テーブル管理
部140から報告される。 ステップ105) 再送判定部161が受信状況レジス
タ163に記録された数と再送条件レジスタ162に記
録されている条件とを比較し、次回の再送を実行する
か、または、再送は行わずメッセージの再送を終了する
かを判定する。
Step 104) After all the response packets are returned in one transmission and retransmission, in the reception information register 163 of the retransmission condition management unit 160, the increased number of received ()) in the transmission management table is retransmitted. It is reported from the table management unit 140. Step 105) The retransmission determination unit 161 compares the number recorded in the reception status register 163 with the condition recorded in the retransmission condition register 162, and executes the next retransmission, or retransmits the message without performing retransmission. Is determined.

【0030】再送条件レジスタ162には、メッセージ
送信要求(ステップ101)の前に再送終了の判定条件
(再送の効果なし、あるいは、効果が小さくなったので
再送終了とする判断基準)を設定しておく。再送終了の
終了条件の例としては以下のようなものがある。
In the retransmission condition register 162, before the message transmission request (step 101), a retransmission termination determination condition (criterion for retransmission termination due to no retransmission effect or reduced effect) is set. deep. The following are examples of termination conditions for retransmission termination.

【0031】(1) 受信済増加数が2回続いて0とな
った場合; (2) 受信済増加数が3回続いて一定数以下(例えば
5個)となった場合; (3) 未成功のクライアント数が一定数(例えば3)
以下となった場合; (4) 上記の(3)かつ(1)の場合;等 ステップ106) ステップ105において、再送終了
と判定されたとき、再送条件管理部160は再送制御部
110に再送終了を報告し、再送制御部110は再送テ
ーブル管理部140の送信管理テーブルを見て送信結果
(各クライアントのメッセージの成否)をアプリケーシ
ョン管理部130に報告する。
(1) When the received increase number becomes 0 successively twice, (2) When the received increase number becomes 3 or less and becomes a fixed number or less (for example, 5); (3) Not yet A certain number of successful clients (eg 3)
(4) In the case of the above (3) and (1); etc. Step 106) When it is determined in step 105 that retransmission has been completed, the retransmission condition management unit 160 instructs the retransmission control unit 110 to end retransmission. The retransmission control unit 110 reports the transmission result (success or failure of the message of each client) to the application management unit 130 by looking at the transmission management table of the retransmission table management unit 140.

【0032】ステップ107) ステップ105で送信
継続と判定された場合は、再送条件管理部160が再送
制御部110にその旨を通知し、再送制御部110は再
送メッセージの生成をメッセージ構成部150に指示
し、メッセージ構成部150は再送テーブル管理部14
0の送信管理テーブルを参照して再送メッセージを生成
する。
Step 107) If it is determined in step 105 that the transmission is to be continued, retransmission condition management section 160 notifies retransmission control section 110 of that fact, and retransmission control section 110 instructs message composition section 150 to generate a retransmission message. The message composition unit 150 issues an instruction.
A retransmission message is generated with reference to the transmission management table of “0”.

【0033】再送メッセージが構成されると再送制御部
110が生成されたメッセージの送信を通信制御部12
0に指令し、クライアントに対する再送メッセージの送
信が開始される。以上のステップ102、103、10
4、105、107が繰り返されてクライアントにおい
て受信成功のパケット数が増加しているという効果があ
る間は、再送が継続される。再送の効果がなくなった、
あるいは、小さくなったときは、ステップ107に示
す、例えば(1)〜(4)等の条件により再送を終了
し、無駄な再送の通信量を省くことができる。
When the retransmission message is formed, the retransmission control unit 110 transmits the generated message to the communication control unit 12.
0 and transmission of the retransmission message to the client is started. The above steps 102, 103, 10
The retransmission is continued as long as there is an effect that the number of successfully received packets is increasing in the client by repeating steps 4, 105, and 107. The effect of resending is gone,
Alternatively, when it becomes smaller, the retransmission is terminated under the conditions shown in step 107, for example, (1) to (4), and the amount of unnecessary retransmission communication can be saved.

【0034】上記のフローチャートにおいてステップ1
04とステップ105が本発明を実現する上で核となる
手順であり、クライアントの受信状況に基づいて通信中
に動的に再送の継続/終了を判定する手順である。
Step 1 in the above flow chart
Steps 04 and 105 are core procedures for realizing the present invention, and are procedures for dynamically determining the continuation / end of retransmission during communication based on the reception status of the client.

【0035】[0035]

【実施例】以下、本発明の一実施例を説明する。以下に
示す再送処理において、再送条件レジスタ162に設定
されている再送終了条件は、受信済み増加数が2以下に
なった場合、または、受信未成功のクライアントが1以
下となった場合とする。以下に示す例において、クライ
アントは、A,B,Cの3つとする。図10は、本発明
の一実施例の再送処理のシーケンスチャートであり、図
11は、本発明の一実施例の送信管理テーブルの状態の
遷移を示す。
An embodiment of the present invention will be described below. In the retransmission processing described below, the retransmission end condition set in the retransmission condition register 162 is when the received increase number becomes 2 or less, or when the number of unsuccessfully received clients becomes 1 or less. In the following example, there are three clients A, B, and C. FIG. 10 is a sequence chart of a retransmission process according to one embodiment of the present invention, and FIG. 11 shows a state transition of the transmission management table according to one embodiment of the present invention.

【0036】 最初に、アプリケーション管理部13
0は、メッセージ400を再送制御部110に渡し、再
送制御部110において、メッセージ400を送信パケ
ットの送信情報403の単位に分割する。本実施例で
は、4分割し、その分割されたメッセージ毎にパケット
ID402を付与する。分割された第1のメッセージの
パケットID402は“ID−A”、第2のメッセージ
のパケットID402は“ID−B”、第3のメッセー
ジのパケットID402は、“ID−C”、第4のメッ
セージパケットID402を“ID−D”とする。メッ
セージ送信前の送信管理テーブルは図11(a)に示す
ように、全て“×”が設定されている。ここで、再送制
御部110は、通信制御部120に対して最初のメッセ
ージ(メッセージID=ID−A)を送信するように指
示する。
First, the application management unit 13
0 passes the message 400 to the retransmission control unit 110, and the retransmission control unit 110 divides the message 400 into units of transmission information 403 of a transmission packet. In the present embodiment, the packet is divided into four, and a packet ID 402 is assigned to each of the divided messages. The packet ID 402 of the divided first message is “ID-A”, the packet ID 402 of the second message is “ID-B”, the packet ID 402 of the third message is “ID-C”, and the fourth message The packet ID 402 is “ID-D”. As shown in FIG. 11A, “×” is set in the transmission management table before message transmission. Here, retransmission control section 110 instructs communication control section 120 to transmit the first message (message ID = ID-A).

【0037】これにより、通信制御部120は、最初の
分割されているメッセージ(メッセージID=ID−
A)をクライアントA,B,Cに送信する。次に、通信
制御部120は、次の分割されたメッセージ(メッセー
ジID=ID−B)を同様にクライアントA,B,Cに
送信する。この処理をメッセージID=ID−Dの送信
まで繰り返す。
As a result, the communication control unit 120 transmits the first divided message (message ID = ID-
A) is transmitted to the clients A, B, and C. Next, the communication control unit 120 similarly transmits the next divided message (message ID = ID-B) to the clients A, B, and C. This process is repeated until transmission of the message ID = ID-D.

【0038】この処理により、4分割されたメッセージ
が4つのパケットに分割されて各クライアントA,B,
Cに送信されたことになる。 次に、により送信したメッセージの受信状況を各
クライアントから通知される。クライアントAは、全て
のメッセージを受信しているため、応答パケットには、
パケットIDを含まない応答パケットを返却する。クラ
イアントBは、ID−Bのみが未受信であるとして、応
答パケット500のパケットID列503に“ID−
B”を設定してサーバ100に送信する。クライアント
Cは、ID−BとID−Cが未受信であるとして、応答
パケット500のパケットID列503に、“ID−
B”、“ID−C”を設定して、サーバ100に送信す
る。
By this processing, the message divided into four is divided into four packets, and each of the clients A, B,
C has been transmitted. Next, the reception status of the transmitted message is notified from each client. Since client A has received all messages, the response packet
A response packet not including the packet ID is returned. The client B determines that only ID-B has not been received and displays “ID-B” in the packet ID column 503 of the response packet 500.
B ”is set and transmitted to the server 100. The client C determines that ID-B and ID-C have not been received and enters“ ID-B ”in the packet ID column 503 of the response packet 500.
B "and" ID-C "are set and transmitted to the server 100.

【0039】 サーバ100の各再送テーブル管理部
140は、各クライアントA,B,Cの受信状況に基づ
いて送信管理テーブルを更新する。この時更新された状
況を図11(b)に示す。これにより、再送テーブル管
理部140は、再送条件管理部160に送信管理テーブ
ルの“○”の数を通知する。このときの“○”の数は、
9である。この例では、まだ、未成功のクライアント数
が1以下になっていないため、再送判定部161は、再
送を継続すると判定する。
Each retransmission table management unit 140 of the server 100 updates the transmission management table based on the reception status of each of the clients A, B, and C. FIG. 11B shows the status updated at this time. Thereby, retransmission table management section 140 notifies retransmission condition management section 160 of the number of “○” in the transmission management table. At this time, the number of "○"
9 In this example, since the number of unsuccessful clients has not become 1 or less, the retransmission determination unit 161 determines to continue retransmission.

【0040】 再送条件管理部160は、再送制御部
110に再送を継続する旨を通知し、再送制御部110
は、再送メッセージの生成をメッセージ構成部150に
通知する。メッセージ構成部150は、上記のと同様
に4分割されるメッセージを生成してもよいし、再送テ
ーブル管理部140からどのパケットIDのメッセージ
を組み立てればよいかの情報を取得して、未受信となっ
ているパケットのみを組み立ててもよい。
The retransmission condition management unit 160 notifies the retransmission control unit 110 that retransmission is to be continued.
Notifies the message composition unit 150 of the generation of the retransmission message. The message composing section 150 may generate a message divided into four in the same manner as described above, or may acquire information on which packet ID should be assembled from the retransmission table managing section 140, and determine that the message has not been received. It is also possible to assemble only those packets.

【0041】 通信制御部120は、上記の、
と同様に、組み立てられたパケットを送信する。 サーバ100より送信したメッセージの受信状況を
各クライアントから通知される。クライアントAは、全
てのメッセージを受信しているため、応答パケットに
は、パケットIDを含まない応答パケット500を返却
する。クライアントBも全てのパケットを受信したので
応答パケット500には、パケットIDを含まない応答
パケット500を返却する。クライアントCは、ID−
Cのみが未受信であるとして、応答パケット500のパ
ケットID列503に、“ID−C”を設定して、サー
バ100に送信する。
The communication control unit 120 is configured to
And sends the assembled packet. The reception status of the message transmitted from the server 100 is notified from each client. Since all the messages have been received, the client A returns a response packet 500 that does not include the packet ID in the response packet. Since the client B has also received all the packets, the response packet 500 that does not include the packet ID is returned as the response packet 500. Client C has ID-
Assuming that only C has not been received, “ID-C” is set in the packet ID column 503 of the response packet 500 and transmitted to the server 100.

【0042】 サーバ100の再送テーブル管理部1
40は、各クライアントから応答パケット500を受信
すると、クライアントA,B,Cの受信状況に基づいて
送信管理テーブルを更新する。この時更新された状況を
図11(c)に示す。これにより、再送テーブル管理部
140は、再送条件管理部160に送信管理テーブルの
“○”の数を通知する。このときの“○”の数は、11
である。従って、受信状況レジスタ163の増加数は2
となり、再送条件レジスタ162の条件『増加数が2以
下の場合には送信を終了する』に対応するため、再送判
定部161は、再送処理を終了すると判定する。また、
同時に、未成功のクライアントがクライアントCだけで
あるため、未成功のクライアント数が1以下になったた
め、再送判定部161は、再送を終了すると判定する。
The retransmission table management unit 1 of the server 100
Upon receiving the response packet 500 from each client, the 40 updates the transmission management table based on the reception status of the clients A, B, and C. The situation updated at this time is shown in FIG. Thereby, retransmission table management section 140 notifies retransmission condition management section 160 of the number of “○” in the transmission management table. At this time, the number of “○” is 11
It is. Therefore, the increase number of the reception status register 163 is 2
Thus, the retransmission determination unit 161 determines that the retransmission processing is to be ended in order to correspond to the condition “end the transmission if the increase number is 2 or less” in the retransmission condition register 162. Also,
At the same time, since the unsuccessful client is only the client C, the number of unsuccessful clients has become 1 or less, so the retransmission determination unit 161 determines to end the retransmission.

【0043】なお、本実施例では、再送条件レジスタ1
62に設定される再送条件を増加数が2以下となった場
合または、未成功のクライアント数が1以下等と設定し
ているが、この例に限定されることなく、種々の条件設
定が可能である。また、本実施例では、各クライアント
に対してメッセージの同報を行っているが、同報通信に
限定されることなく、種々のメッセージ送信形態におけ
るの再送にも適用できる。
In this embodiment, the retransmission condition register 1
The retransmission condition set to 62 is set when the increase number becomes 2 or less, or the number of unsuccessful clients is set to 1 or less, but various conditions can be set without being limited to this example. It is. Further, in the present embodiment, a message is broadcast to each client. However, the present invention is not limited to broadcast communication, and can be applied to retransmission in various message transmission modes.

【0044】さらに、クライアントが通信中に一時応答
不能である場合には、サーバから応答問い合わせのパケ
ットを送信し、応答を催促することも考えられる。ま
た、応答不能であること(ビジー)をクライアントから
サーバに通知しておくことにより、サーバは当該クライ
アントを後回しにして、当該クライアントの回復後、サ
ーバが当該クライアントに対して別途再送することも考
えられる。
Further, when the client cannot temporarily respond during communication, a response inquiry packet may be transmitted from the server to prompt a response. In addition, by notifying the server that the server cannot respond (busy) from the client, the server may postpone the client, and after the recovery of the client, the server may retransmit to the client separately. Can be

【0045】従って、本発明は、上記の実施例に限定さ
れることなく、特許請求の範囲内で種々変更・応用が可
能である。
Therefore, the present invention is not limited to the above-described embodiments, but can be variously modified and applied within the scope of the claims.

【0046】[0046]

【発明の効果】上述のように、本発明のメッセージ再送
方法及びメッセージ再送サーバによれば、通信中のクラ
イアントの受信状況に応じて動的にサーバが再送の継続
の可否を判断するように構成したことにより、多数のク
ライアントに一斉に送信・再送を行う場合のように、各
回線の品質やクライアントの受信状況が多様であり、必
要再送回数が通信前に予想しがたい場合でも再送効果が
ある間は、再送を行うことができ、その結果、無駄な通
信量を増やすことなく、クライアントのメッセージ受信
の完了率を向上させる効果がある。
As described above, according to the message retransmission method and the message retransmission server of the present invention, the server dynamically determines whether or not to continue retransmission according to the reception status of the communicating client. As a result, the quality of each line and the reception status of the client are diverse, such as when transmitting and retransmitting to many clients at the same time, and the retransmission effect is effective even when the required number of retransmissions is difficult to predict before communication. During a certain period, retransmission can be performed. As a result, there is an effect that the completion rate of message reception by the client is improved without increasing useless communication amount.

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

【図1】本発明の原理を説明するための図である。FIG. 1 is a diagram for explaining the principle of the present invention.

【図2】本発明の原理構成図である。FIG. 2 is a principle configuration diagram of the present invention.

【図3】本発明が適用されるシステム全体の構成図であ
る。
FIG. 3 is a configuration diagram of an entire system to which the present invention is applied.

【図4】本発明のサーバの構成図である。FIG. 4 is a configuration diagram of a server of the present invention.

【図5】本発明のサーバの再送条件管理部の構成図であ
る。
FIG. 5 is a configuration diagram of a retransmission condition management unit of the server of the present invention.

【図6】本発明のメッセージと送信パケットの構成図で
ある。
FIG. 6 is a configuration diagram of a message and a transmission packet according to the present invention.

【図7】本発明の応答パケットの構成図である。FIG. 7 is a configuration diagram of a response packet according to the present invention.

【図8】本発明の送信管理テーブルの構成を示す図であ
る。
FIG. 8 is a diagram showing a configuration of a transmission management table of the present invention.

【図9】本発明の再送処理の手順を示すフローチャート
である。
FIG. 9 is a flowchart showing a procedure of a retransmission process according to the present invention.

【図10】本発明の一実施例の再送処理のシーケンスチ
ャートである。
FIG. 10 is a sequence chart of a retransmission process according to an embodiment of the present invention.

【図11】本発明の一実施例の送信管理テーブルの状態
の遷移を示す図である。
FIG. 11 is a diagram illustrating a state transition of a transmission management table according to an embodiment of the present invention.

【図12】従来のメッセージ再送の例を示すシーケンス
チャートである。
FIG. 12 is a sequence chart showing an example of conventional message retransmission.

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

100 サーバ 110 再送制御部、再送制御手段 120 通信制御部、通信手段 130 アプリケーション管理部 140 再送テーブル管理部、再送管理テーブル 150 メッセージ構成部 160 再送条件管理部、再送条件判定手段 161 再送判定部 162 再送条件レジスタ 163 受信状況レジスタ 200 通信ネットワーク 301,302,30n クライアント 311 受信状況通知手段 400 メッセージ 401 クライアント宛先 402 パケットID 403 送信情報 500 応答パケット 501 サーバ宛先 502 クライアントID 503 パケットID列 Reference Signs List 100 server 110 retransmission control unit, retransmission control unit 120 communication control unit, communication unit 130 application management unit 140 retransmission table management unit, retransmission management table 150 message composition unit 160 retransmission condition management unit, retransmission condition determination unit 161 retransmission determination unit 162 retransmission Condition register 163 Reception status register 200 Communication network 301, 302, 30n Client 311 Reception status notification means 400 Message 401 Client destination 402 Packet ID 403 Transmission information 500 Response packet 501 Server destination 502 Client ID 503 Packet ID column

フロントページの続き (56)参考文献 特開 平5−219056(JP,A) 特開 平7−87087(JP,A) 特開 平7−212359(JP,A) 特開 昭62−299139(JP,A) 特開 平6−177878(JP,A) 特開 平6−141028(JP,A) 特開 平4−7937(JP,A) 特開 昭56−2765(JP,A) 城下輝治他,「インターネットに適応 可能な高信頼一斉分配システム」,情報 処理学会研究報告,社団法人情報処理学 会,1995年12月7日,第95巻,第117号, 第9−14頁,95−AVM−11−2 (58)調査した分野(Int.Cl.7,DB名) H04L 12/56 H04L 12/18 H04L 1/16 H04L 29/08 G06F 13/00 Continuation of front page (56) References JP-A-5-219056 (JP, A) JP-A-7-87087 (JP, A) JP-A-7-212359 (JP, A) JP-A-62-299139 (JP) JP-A-6-177878 (JP, A) JP-A-6-141028 (JP, A) JP-A-4-7937 (JP, A) JP-A-56-2765 (JP, A) , “Highly Reliable Simultaneous Distribution System Adaptable to the Internet”, Information Processing Society of Japan Research Report, Information Processing Society of Japan, December 7, 1995, Vol. 95, No. 117, pp. 9-14, 95- AVM-11-2 (58) Fields investigated (Int. Cl. 7 , DB name) H04L 12/56 H04L 12/18 H04L 1/16 H04L 29/08 G06F 13/00

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 通信ネットワークを介して接続される複
数のクライアントとサーバの間でメッセージを構成す
るメッセージの送受信において、該クライアントがメッ
セージの全てを受信できない場合に、再度メッセージの
再送を行うメッセージ再送方法において、 各々の前記クライアントから前記サーバから送信された
メッセージの受信完了していない場合に、前記サーバ
に受信未完了を通知し、 前記サーバは、メッセージ受信及び再送毎に各クライア
ント毎に当該サーバから送信したパケットの識別情報よ
りクライアントの受信完了応答記録数を管理する再送管
理テーブルを用いて、メッセージ再送毎に前記再送管理
テーブル中の受信完了を表す情報が所定の数以上増加し
ているか、かつ、未受信のパケットがあるクライアント
数が所定数以上存在するかを判定し、 前記受信完了を表す情報が所定の数以上増加しており、
かつ未受信のパケットあるクライアント数が所定以上存
在する場合、または、そのいずれかである場合には、当
該クライアントに対して再送継続を行うことを特徴とす
るメッセージ再送方法。
1. A communication system connected via a communication network.
Number of clientsAnd saServerWhenCompose a message between
When sending or receiving messages, the client
If all messages cannot be received,
In the message retransmission method for performing retransmission, each of the clients transmitted from the server
Receiving messagesButIf not completed, the server
The server notifies the client that reception has not been completed.
EveryFrom the identification information of the packet transmitted from the server
Resend pipe that manages the number of received completion response records
Retransmission management for each message retransmission using the
The information indicating reception completion in the table has increased by a predetermined number or more.
Client that has a packet that has not yet been received
Determine whether the number is more than a predetermined number, The information indicating the reception completion has increased by a predetermined number or more,
And the number of clients with unreceived packets
Or if any of them,
Continuing retransmission to the client;
Message retransmission method.
【請求項2】 通信ネットワークを介して接続される複
数のクライアントと、該クライアント該ネットワーク
を介してメッセージを渡し、該クライアントがメッセー
ジの全てを受信できない場合に、再度メッセージの再送
を行うメッセージ再送システムであって、 前記サーバは、 前記メッセージの送信または、前記クライアントからの
応答を受信する通信手段と、 前記クライアントに送信したメッセージ毎に前記クライ
アントの識別情報と当該サーバから送信される前記パケ
ットの前記パケット識別情報によりなる受信完了を表す
応答記録数を随時更新管理する再送管理テーブルと、 前記再送管理テーブルの前記受信状況を参照し、メッセ
ージの再送毎にクライアントの前記応答記録数が所定数
以上増加しているかを判定する再送条件判定手段と、前記再送条件判定手段において、前記応答記録数が所定
数以上増加している場合には、当該クライアントへの再
送の継続を行う 再送制御手段と、を有し、 前記クライアントは、 前記サーバから送られたメッセージの受信状況を前記サ
ーバに通知する受信状況通知手段を有することを特徴と
するメッセージ再送システム。
2. A communication system connected via a communication network.
Number of clients and their clientsWhenThe network
Pass the message through the
If all messages cannot be received, resend the message again
Message resending systemAnd  The server sends the message or receives a message from the client.
Communication means for receiving a response; and the client for each message transmitted to the client.
AntIdentification information and the packet transmitted from the server
Indicates the reception completion according to the packet identification information of the packet.
Response recordsA retransmission management table for updating and managing at any time; and the reception status of the retransmission management tableSee the message
The number of response records of the client is a predetermined number every time a message is retransmitted
Judge whether it is increasingRetransmission condition determination means,In the retransmission condition determination means, the number of response records is a predetermined number.
If the number has increased by more than
Continue sending Retransmission control means, wherein the client checks the reception status of a message sent from the server by the server.
Server has a receiving status notifying means for notifying the server.
Message resending system.
【請求項3】 前記再送条件判定手段は前記再送管理テーブルの応答記録を参照し、メッセージ
の再送により当該応答記録数が所定の数以上増加してい
る場合、かつ、未受信のパケットがあるクライアント数
が所定数以上存在する場合、また、そのいずれかである
場合に、再送継続を行うと判定する手段を含む請求項2
記載のメッセージ再送システム。
3. The retransmission condition determining means refers to a response record in the retransmission management table, and
The number of response records has increased by more than
And the number of clients with unreceived packets
Is more than a predetermined number, or one of them
3. A method according to claim 2, further comprising: means for determining that retransmission is to be continued.
A message retransmission system as described.
JP24795795A 1995-09-26 1995-09-26 Message retransmission method and system Expired - Lifetime JP3326672B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24795795A JP3326672B2 (en) 1995-09-26 1995-09-26 Message retransmission method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24795795A JP3326672B2 (en) 1995-09-26 1995-09-26 Message retransmission method and system

Publications (2)

Publication Number Publication Date
JPH0991218A JPH0991218A (en) 1997-04-04
JP3326672B2 true JP3326672B2 (en) 2002-09-24

Family

ID=17171076

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24795795A Expired - Lifetime JP3326672B2 (en) 1995-09-26 1995-09-26 Message retransmission method and system

Country Status (1)

Country Link
JP (1) JP3326672B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19741870A1 (en) * 1997-09-23 1999-03-25 Cit Alcatel Method for distributing data packets of operating software
JP3732671B2 (en) * 1999-03-04 2006-01-05 株式会社東芝 Transmission device, transmission method, and recording medium recording transmission software
JP2002318750A (en) * 2001-04-20 2002-10-31 Sony Corp Receiving-confirming device
JP2003058411A (en) * 2001-08-17 2003-02-28 Seastar Corporation Data file transmission system, information processor, data file transmitting method, program, and information storage medium
US7127655B2 (en) * 2004-01-20 2006-10-24 Qualcomm, Inc. Methods and apparatus to optimize delivery of multicast content using probabilistic feedback

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
城下輝治他,「インターネットに適応可能な高信頼一斉分配システム」,情報処理学会研究報告,社団法人情報処理学会,1995年12月7日,第95巻,第117号,第9−14頁,95−AVM−11−2

Also Published As

Publication number Publication date
JPH0991218A (en) 1997-04-04

Similar Documents

Publication Publication Date Title
AU644800B2 (en) Data communication method and system
US6807578B2 (en) Nack suppression for multicast protocols in mostly one-way networks
Yavatkar et al. A reliable dissemination protocol for interactive collaborative applications
EP1411688B1 (en) Method and apparatus for multicast data retransmission
EP0374131B1 (en) Local area network for digital data processing system
US6904464B1 (en) Transmission system for multicasting data using station error status feedback information
US5553083A (en) Method for quickly and reliably transmitting frames of data over communications links
JP3737705B2 (en) Network system, server, client, communication method, and communication program
US7289500B1 (en) Method and system for reliable multicast data transmission
US4975905A (en) Message transmission control arrangement for node in local area network
US8064474B2 (en) Method and apparatus for selecting a responder to enable reliable multicast
JPH05207023A (en) Mass data transmission method
Baek et al. A tree-based reliable multicast scheme exploiting the temporal locality of transmission errors
KR100240645B1 (en) Packet Error Controller for Multicast Communication and Packet Error Control Method Using the Same
JPH09160858A (en) Data resending method and server
JP3326672B2 (en) Message retransmission method and system
JP3378429B2 (en) Broadcast communication control device
KR100396921B1 (en) Error control method in the multicasting transmission system using repeater server
KR100334905B1 (en) A tree configuration method for reliability in transport layer
JP3326369B2 (en) Communication device
JP2002199013A (en) Multicasting method
JP3226023B2 (en) SNMP trap management method and apparatus
JP3516395B2 (en) Response mode variable data distribution method and its implementation device, its processing program and recording medium
Beranek Host Access Protocol specification
Beranek RFC0907: Host Access Protocol specification

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070712

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20080712

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20080712

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20090712

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090712

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20100712

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100712

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20110712

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20120712

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20130712

Year of fee payment: 11

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term