JPH0595375A - Packet data communication method - Google Patents
Packet data communication methodInfo
- Publication number
- JPH0595375A JPH0595375A JP3256338A JP25633891A JPH0595375A JP H0595375 A JPH0595375 A JP H0595375A JP 3256338 A JP3256338 A JP 3256338A JP 25633891 A JP25633891 A JP 25633891A JP H0595375 A JPH0595375 A JP H0595375A
- Authority
- JP
- Japan
- Prior art keywords
- packet
- necessity
- checksum calculation
- station
- reliability
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
- 238000000034 method Methods 0.000 title claims abstract description 10
- 230000005540 biological transmission Effects 0.000 claims abstract description 14
- 230000015556 catabolic process Effects 0.000 abstract 1
- 238000006731 degradation reaction Methods 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 1
Landscapes
- Communication Control (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、パケットデータ通信方
法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a packet data communication method.
【0002】[0002]
【従来の技術】従来のパケットデータ通信では伝送路の
信頼性に応じて、ACKの返送やチェックサムの計算の
省略など通信プロトコルの手順を省くことができない。2. Description of the Related Art In conventional packet data communication, communication protocol procedures such as ACK return and omission of checksum calculation cannot be omitted depending on the reliability of the transmission path.
【0003】[0003]
【発明が解決しようとする課題】従来のACKの返送、
または、チェックサムの計算を、常に行う通信方法では
通信経路の信頼性が高く、パケットの消失や損失が実用
上問題にならない程度に少ない通信においても、ACK
の返送や、パケットのチェックサムの計算が行われてい
る。[Problems to be Solved by the Invention] Conventional ACK return,
Alternatively, even if the communication method that always calculates the checksum has high reliability of the communication path and packet loss or loss is so small that practically no problem, ACK
Is being sent back and the checksum of the packet is being calculated.
【0004】信頼性の低い通信路を使用するパケット通
信における通信の信頼性を保証することを目的としたA
CKの返送や、チェックサムの計算は、信頼性の高い通
信路を使用する場合は、実用上不要となる場合が多く、
単に通信トラフィック量、及び、受信局側でのACK、
チェックサムに伴うオーバーヘッドを増大させ、伝送効
率を低下させる原因となるものである。この様な問題
は、通信方法に通信経路の信頼性に関する情報が十分に
付加されていないことが原因であり、従来の通信方法の
解決すべき課題の一つである。[0004] A for the purpose of guaranteeing the reliability of communication in packet communication using a communication path with low reliability
Returning CK and calculating checksum are often unnecessary for practical use when using a highly reliable communication path.
Simply the amount of communication traffic and ACK at the receiving station side,
This causes an increase in the overhead associated with the checksum and causes a decrease in transmission efficiency. Such a problem is caused by the fact that information regarding the reliability of the communication path is not sufficiently added to the communication method, and is one of the problems to be solved by the conventional communication method.
【0005】[0005]
【課題を解決するための手段】本発明のパケットデータ
通信方法は、送信局において、相手局との間の通信経路
に基づいて相手局までの伝送路の信頼性を判定し、パケ
ットのヘッダー部分にチェックサム計算の必要の有無、
ACK返送の必要の有無を示す情報である経路信頼性テ
ーブルを準備し、これをパケットのヘッダー部分に格納
して送信する。一方受信局においては、受信した情報中
のこのヘッダー部分に格納された伝送路の信頼性を示す
チェックサム計算ならびにACK返送の必要の有無の情
報に基づいて必要のない場合にはチェックサム計算なら
びにACK返送を省略することを特徴とする。According to the packet data communication method of the present invention, the transmitting station determines the reliability of the transmission path to the partner station based on the communication path with the partner station, and determines the header portion of the packet. Checksum calculation required,
A route reliability table, which is information indicating whether or not ACK needs to be returned, is prepared, stored in the header portion of the packet, and transmitted. On the other hand, at the receiving station, checksum calculation showing the reliability of the transmission path stored in this header part of the received information and checksum calculation if not necessary based on the information on the necessity of ACK return It is characterized in that ACK return is omitted.
【0006】[0006]
【作用】このようにパケット送信時にヘッダー中にチェ
ックサム計算ならびにACK返送処理の省略許可情報を
付加することによって、受信局は不必要な処理を省略す
ることが可能になる。As described above, by adding the omission permission information for the checksum calculation and the ACK return processing in the header when transmitting the packet, the receiving station can omit the unnecessary processing.
【0007】[0007]
【実施例】図1にパケット送信局での処理の流れを示
す。送信局では、相手局までの通信路を決定した後に通
信路通信路信頼性テーブルを参照し、チェックサム計
算、送信パケットに対するACK送信の要・不要を判定
し、その結果をパケットのヘッダー部分に格納する。パ
ケットの構造を図2に示す。ACK返送、チェックサム
計算の要・不要の情報はフラグとして格納される。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows the flow of processing at a packet transmission station. After determining the communication path to the partner station, the transmitting station refers to the communication path reliability table and determines whether checksum calculation and ACK transmission for the transmission packet are necessary or not, and the result is stored in the header part of the packet. Store. The packet structure is shown in FIG. Information about whether or not the ACK is returned and the checksum is calculated is stored as a flag.
【0008】図3に受信局での処理の流れを示す。受信
局ではパケットを受けるとAF、CFフラグを調べ、フ
ラグが1にセットされていれば、各処理を実行する。フ
ラグが0の場合は、その処理は省略される。FIG. 3 shows the flow of processing at the receiving station. When the receiving station receives the packet, the AF and CF flags are checked, and if the flag is set to 1, each processing is executed. If the flag is 0, the process is omitted.
【0009】[0009]
【発明の効果】以上説明したように、本発明によれば、
パケットの送信局が使用する通信経路の信頼性をもと
に、ACKの返送、チェックサムの計算の必要性を決定
し、その情報を送信パケットに付加し、相手局に送信
し、受信局ではその情報を参照することで処理が不要な
ものについてはその処理を省略することができ、結果と
して通信路のトラフィックの低減、受信局でのオーバー
ヘッドの低減を図ることが可能となる。As described above, according to the present invention,
Based on the reliability of the communication route used by the packet transmission station, the necessity of returning an ACK and calculating the checksum is determined, that information is added to the transmission packet, and it is transmitted to the partner station. By referring to the information, it is possible to omit the processing for the processing unnecessary, and as a result, it is possible to reduce the traffic on the communication path and the overhead at the receiving station.
【図1】本発明の一実施例に係る通信局の処理のフロー
図。FIG. 1 is a flowchart of processing of a communication station according to an embodiment of the present invention.
【図2】同実施例に係るパケット構造図。FIG. 2 is a packet structure diagram according to the embodiment.
【図3】同実施例に係る受信局の処理フロー図。FIG. 3 is a processing flowchart of the receiving station according to the embodiment.
Claims (1)
信頼性を判定し、パケットのヘッダー部分にチェックサ
ム計算の必要の有無、ACK返送の必要の有無を示す情
報をパケットのヘッダー部分に格納して送信し、 受信局において、このヘッダー部分に格納された伝送路
の信頼性を示すチェックサム計算ならびにACK返送の
必要の有無の情報に基づいて必要のない場合にはチェッ
クサム計算ならびにACK返送を省略することを特徴と
するパケットデータ通信方法。1. The transmitting station judges the reliability of the transmission path to the partner station, and in the header section of the packet, the header section of the packet is provided with information indicating whether or not checksum calculation is necessary and whether or not ACK return is necessary. Stored and transmitted, and at the receiving station, checksum calculation indicating the reliability of the transmission path stored in this header part, and checksum calculation and ACK if not necessary based on the information on the necessity of ACK return A packet data communication method characterized by omitting returning.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP3256338A JPH0595375A (en) | 1991-10-03 | 1991-10-03 | Packet data communication method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP3256338A JPH0595375A (en) | 1991-10-03 | 1991-10-03 | Packet data communication method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH0595375A true JPH0595375A (en) | 1993-04-16 |
Family
ID=17291287
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP3256338A Withdrawn JPH0595375A (en) | 1991-10-03 | 1991-10-03 | Packet data communication method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0595375A (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2011259458A (en) * | 2000-01-21 | 2011-12-22 | Nokia Corp | Method and apparatus for selective acknowledgement scheme |
| JP2012216964A (en) * | 2011-03-31 | 2012-11-08 | Ntt Communications Kk | Client device, communication system, existence confirmation method and program |
| JP2017503385A (en) * | 2014-08-21 | 2017-01-26 | エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd | Communication method and system for unmanned aerial vehicles |
-
1991
- 1991-10-03 JP JP3256338A patent/JPH0595375A/en not_active Withdrawn
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2011259458A (en) * | 2000-01-21 | 2011-12-22 | Nokia Corp | Method and apparatus for selective acknowledgement scheme |
| JP2012216964A (en) * | 2011-03-31 | 2012-11-08 | Ntt Communications Kk | Client device, communication system, existence confirmation method and program |
| JP2017503385A (en) * | 2014-08-21 | 2017-01-26 | エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd | Communication method and system for unmanned aerial vehicles |
| US10366548B2 (en) | 2014-08-21 | 2019-07-30 | SZ DJI Technology Co., Ltd. | Unmanned aerial vehicle communications methods and systems |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6421803B1 (en) | System and method for implementing hybrid automatic repeat request using parity check combining | |
| EP0552794B1 (en) | Efficient and reliable large-amount data transmission method and system | |
| ES2239721T3 (en) | METHOD AND RECEIVER FOR THE IMPROVED TRANSFER OF DATA PACKAGES IN A TRANSMISSION PROTOCOL WITH REPETITION REQUESTS. | |
| US20020181437A1 (en) | Data link transmission control methods, mobile communication systems, data link transmission control apparatus, base stations, mobile stations, mobile station control programs, and computer-readable recording media | |
| RU2003134626A (en) | DEVICE AND METHOD OF DELIVERY OF PACKAGES IN WIRELESS NETWORKS WITH REPEATED RELAYS | |
| CN104618236A (en) | Parallel data transmission system and method of acceleration network | |
| EP1225735A4 (en) | DATA COMMUNICATION SYSTEM | |
| JP2001513597A (en) | Method and arrangement in a digital communication system | |
| JP2000188609A (en) | Packet communication device | |
| US20030086427A1 (en) | Method and apparatus for retransmitting packet data between base station controller and base transceiver system in a mobile communication system | |
| US8687530B2 (en) | Stateful scheduling with network coding for roadside-to-vehicle communication | |
| JP2002541726A (en) | Selective repetition ARQ that effectively uses bitmaps | |
| US20030023916A1 (en) | Selective packet retransmission with timing control at the transmitter end | |
| US20030137948A1 (en) | Retransmission control in wireless packet data networks | |
| JPH0595375A (en) | Packet data communication method | |
| EP1708404A1 (en) | Method and apparatus for error recovery performed at the access node of a core network | |
| US20030035407A1 (en) | Packet retransmission in wireless packet data networks | |
| KR20000040467A (en) | Method for controlling data communication of network | |
| JP3313563B2 (en) | Data transmission control method | |
| JPH114259A (en) | Virtual connection communication equipment and communication method | |
| JP2000312201A (en) | Communication device and error control method | |
| JPH03175759A (en) | Packet switching control method | |
| KR20020028095A (en) | Discard procedure for service data unit in radio link control | |
| JP2000349814A (en) | Wireless communication device and wireless communication method | |
| US7336609B2 (en) | Optimized method and optimized protocol engine for message transmission |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 19990107 |