JPH1093659A - Data transmission method - Google Patents

Data transmission method

Info

Publication number
JPH1093659A
JPH1093659A JP8241464A JP24146496A JPH1093659A JP H1093659 A JPH1093659 A JP H1093659A JP 8241464 A JP8241464 A JP 8241464A JP 24146496 A JP24146496 A JP 24146496A JP H1093659 A JPH1093659 A JP H1093659A
Authority
JP
Japan
Prior art keywords
frame
synchronization
sequence
information
control unit
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.)
Pending
Application number
JP8241464A
Other languages
Japanese (ja)
Inventor
Motohiro Ito
元浩 伊藤
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP8241464A priority Critical patent/JPH1093659A/en
Publication of JPH1093659A publication Critical patent/JPH1093659A/en
Pending legal-status Critical Current

Links

Landscapes

  • Detection And Prevention Of Errors In Transmission (AREA)
  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve the error correction system for data transmission with respect to data transmission in a transmission system where the transmission side and the reception side have the same speed and are synchronous. SOLUTION: The transmission side divides information to be transmitted by a fixed bit length unit to take divided information as an information part 3 and constitutes a frame of the information part 3, a forward control part including information indicating the transmission order and information indicating whether there is an effective information part in a packet or not, and a backward information part 2 which informs the terminal of the other party whether a reception packet was normally received or not and whether synchronism is settled or not, and the transmission side transmits this frame structure to the reception side, and the reception side acquires reception frame synchronism based on the frame structure above and detects a transmission error about information in the frame after synchronization.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、送信側と受信側の
速度が一致かつ同期している伝送系を有するデータ伝送
方法に関するものであり、特に、誤りの生じやすい通信
路を使用する場合のデータ伝送の誤り訂正手段の改良に
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transmission method having a transmission system in which the transmission side and reception side have the same and synchronized speeds, and more particularly to a method for using an error-prone communication path. The present invention relates to an improvement in error correction means for data transmission.

【0002】[0002]

【従来の技術】誤りのある通信路を使用するデータ伝送
において、誤りの特性を改善するために、一般的にAR
Q(Automatic Repeat Request、自動再送要求)と呼ば
れる技術が使用される。
2. Description of the Related Art In data transmission using an erroneous communication path, an AR is generally used to improve error characteristics.
A technique called Q (Automatic Repeat Request) is used.

【0003】ARQでは、送信側で、情報を適当な長さ
のブロックに分割し、このブロックのデータにデータの
送信順を示すための番号や、再送制御用のコマンドと、
データを識別するための情報、データの誤りがあったか
どうかを判定するための誤り検出符号を付加し、また、
ブロックの最初と最後を判別するための同期フラグ等を
付加して、伝送をおこなう。受信側は、誤り検出符号を
利用して、ブロックに誤りがなかったかどうか、また伝
送順を示す番号をチェックすることで、パケットに抜け
がないかどうかを、チェックする。パケットの抜けや誤
りがあった場合には、受信側は送信側に対して、再送信
の必要なブロックの番号と再送信を要求するコマンドを
送信して送信側に再送信を要求する。
In ARQ, information is divided on the transmitting side into blocks of an appropriate length, and a number for indicating the order of data transmission, a command for retransmission control,
Information for identifying data, add an error detection code to determine whether there was a data error,
Transmission is performed by adding a synchronization flag or the like for determining the beginning and end of the block. Using the error detection code, the receiving side checks whether there is no error in the block and checks whether there is any missing packet by checking the number indicating the transmission order. If there is a packet omission or an error, the receiving side transmits the number of the block requiring retransmission and a command requesting retransmission to the transmitting side, and requests the transmitting side for retransmission.

【0004】ARQの代表例として、HDLC(High L
evel Data Link Control Procedure)のフレーム構造を
利用したプロトコルが最もよく使用される。図7にHD
LC手順のパケットの構成を示す。フラグ(以下FSと
称す FS:Flag Sequence)は、同期のためのユニー
クワードであり、パケットフレームの最初と最後につい
て、フレームの始まりと終わりを示す。HDLCのフレ
ームは可変長でありフレームの終わりをFSによって認
識するので、FSで囲まれたフレーム内のデータに、F
Sと同じパターンが現れると、受信側でフレームの終了
を正常に認識できない。従って、これを防ぐための手段
が必要になる。
As a typical example of ARQ, HDLC (High L
The protocol that uses the frame structure of the evel Data Link Control Procedure is most often used. Figure 7 shows the HD
4 shows a configuration of a packet in an LC procedure. A flag (hereinafter, referred to as FS: Flag Sequence) is a unique word for synchronization, and indicates the start and end of a packet frame at the beginning and end of the packet frame. Since the HDLC frame is of variable length and the end of the frame is recognized by FS, the data in the frame surrounded by FS includes F
If the same pattern as S appears, the receiving end cannot correctly recognize the end of the frame. Therefore, means for preventing this is required.

【0005】HDLCでは“0”インサーション呼ばれ
る方法でこれを防いでいる。送信側では“1”のビット
が5個連続で現れた時には、6ビット目に“0”を挿入
してFSと同じパターンになることを防ぐ。また、受信
側では、“1”が5ビット続いた後の6ビット目にある
“0”ビットを除き、6ビット目が“1”の場合にはそ
のままとする。7ビット以上“1”が続く場合は異常と
見なし、アボート手順が起動され、そのフレームはエラ
ーとなる。アドレスフィールドは、データの伝送相手を
指定するために使用される。従ってポイントtoポイン
トの通信においては省略したプロトコルを使用すること
が多い。制御フィールドは、送受信の制御のためのコマ
ンドや応答、送信シーケンス番号等が入る。情報フィー
ルドは伝送対象のデータが入る。
In the HDLC, this is prevented by a method called "0" insertion. On the transmitting side, when five consecutive "1" bits appear, "0" is inserted into the sixth bit to prevent the same pattern as FS. On the receiving side, except for the "0" bit at the sixth bit after the "1" continues for five bits, the sixth bit is "1", and is left as it is. If "1" continues for 7 bits or more, it is regarded as abnormal, the abort procedure is started, and the frame becomes an error. The address field is used to specify a data transmission partner. Therefore, the omitted protocol is often used in the point-to-point communication. The control field contains commands and responses for transmission / reception control, transmission sequence numbers, and the like. The information field contains data to be transmitted.

【0006】図6の(a)にHDLC手順の正常伝送時
の、また、(b)にパケットにエラーがあったときの代
表的な動作シーケンスを示す。正常に受信したパケット
に対しては、RR(Recive Ready)応答を返送して正常
受信を送信側に通知する。
FIG. 6A shows a typical operation sequence at the time of normal transmission in the HDLC procedure, and FIG. 6B shows a typical operation sequence at the time of an error in a packet. For a packet received normally, an RR (Receive Ready) response is returned to notify the transmitting side of normal reception.

【0007】また、誤りの生じやすい通信路を使用する
データ伝送においては、上記のARQほかに、誤りを訂
正する方法が用いられる。この誤り訂正方法における誤
り訂正手段として、FEC(Forward Error Correctio
n)符号による訂正がある。よく用いられる代表的なF
ECとしてBCH(Bose-Chaudhuli-Hocqengham)符号
や、Reed−Solomon符号等がある。
In data transmission using a communication path in which an error is likely to occur, a method of correcting an error is used in addition to the ARQ. As an error correction means in this error correction method, FEC (Forward Error Correction)
n) There is a code correction. Typical F
The EC includes a BCH (Bose-Chaudhuli-Hocqengham) code, a Reed-Solomon code, and the like.

【0008】誤り訂正符号を使用する場合には、処理遅
延や伝送効率が一定で予見可能であるため、データの正
確性だけでなくリアルタイム性の方が優先する音声や画
像の符号の伝送等の場合や、また記録系のようにARQ
の使用できないような場合に適用されることが多い。し
かし、設計時に想定した以上の誤りがあった場合には、
それを検出できずに誤訂正をおこなってしまうため、伝
送路の誤り率や誤り特性に対して余裕を持たせて設計す
る必要がある。
When an error correction code is used, the processing delay and transmission efficiency are constant and predictable, so that not only data accuracy but also real-time transmission is prioritized, such as voice and image code transmission. ARQ as in the case and also the recording system
It is often applied when it cannot be used. However, if there are more errors than expected at the time of design,
Since the error cannot be detected and erroneous correction is performed, it is necessary to design the transmission path with a margin for the error rate and error characteristics.

【0009】また、誤り訂正符号は、誤り検出に使用す
る場合に比較してより冗長度を大きくする必要があるた
め、訂正可能なビット数(誤り率の改善率)を増やそうと
すると、伝送するデータに対する訂正符号の割合が増加
して、伝送効率が悪化する。また、バースト誤りに対し
て対応するためには、バーストの長さより大きなブロッ
ク長が必要である。ブロック長を大きくしたり、クロス
インタリーブ手法を使用することで、長いバースト誤り
に対する特性を改善できるが、誤り訂正処理をおこなう
には、ブロックのすべてのデータが必要であるので、低
ビットレート時にリアルタイム性の必要な音声や動画像
の符号伝送に使用するには、ブロックの伝送時間が長く
なり、処理遅延が増加するため、あまりブロック長を長
くすることができない。
[0009] Further, since the error correction code needs to have a greater redundancy than that used for error detection, if the number of correctable bits (error rate improvement rate) is to be increased, the error correction code is transmitted. The ratio of the correction code to the data increases, and the transmission efficiency deteriorates. In order to cope with a burst error, a block length larger than the burst length is required. By increasing the block length or using the cross-interleaving method, the characteristics against long burst errors can be improved.However, since error correction processing requires all data in the block, real-time processing at low bit rates is required. When used for code transmission of voice or moving images that require sexual characteristics, the block transmission time becomes long and the processing delay increases, so that the block length cannot be made too long.

【0010】また、誤り訂正能力以上の誤りがあった場
合にこれを検知できずに誤った訂正をおこなってしまう
ので、エラーフリーにはならない。また、上位アプリケ
ーションがこれに対応して動作を変えるような対応をお
こなうことができない。
In addition, when an error exceeding the error correction capability is detected, the error cannot be detected and an erroneous correction is performed. In addition, it is not possible for the upper-level application to change the operation in response thereto.

【0011】ところで、一般に誤り訂正手段の選択や設
計において、上位アプリケーションの性質や、メディア
の性質等が大きく影響する。たとえば、電話のような音
声符号のリアルタイム伝送の場合、符号化レートは一般
的に固定レートであり、また、リアルタイム性が必要と
なる。再送手順のような手法では、実効伝送レートと伝
送遅延が変動するため、固定レートを保証するためには
音声符号のレートより高い伝送レートが必要となるので
効率が悪い。また、FECフレームを受信側で再生する
必要があるため、同期手段が必要となる。
In general, the selection and design of error correction means are largely affected by the properties of the host application, the properties of the media, and the like. For example, in the case of real-time transmission of a voice code such as a telephone, the coding rate is generally a fixed rate, and real-time properties are required. In a technique such as the retransmission procedure, the effective transmission rate and the transmission delay fluctuate, so that a transmission rate higher than the voice code rate is required to guarantee a fixed rate, which is inefficient. Further, since it is necessary to reproduce the FEC frame on the receiving side, a synchronizing means is required.

【0012】図9にFECで使用される同期手段の例を
示す。通常、フレーム毎に特定の同期ワードを挿入して
送信し、受信側でこの同期ワードがフレーム間隔で挿入
されていることを検出することでフレーム同期を確立す
る。同期ワードを挿入する場合、この図9に示すよう
に、同期ワードをフレーム毎に挿入する集中同期方式
と、複数フレームに分散して挿入する分散同期方式があ
る。
FIG. 9 shows an example of the synchronizing means used in the FEC. Normally, a specific synchronization word is inserted and transmitted for each frame, and frame synchronization is established by detecting that the synchronization word is inserted at frame intervals on the receiving side. When a synchronization word is inserted, as shown in FIG. 9, there are a centralized synchronization method in which the synchronization word is inserted for each frame, and a distributed synchronization method in which the synchronization word is dispersedly inserted in a plurality of frames.

【0013】ほかの例として、動画像のリアルタイム伝
送の場合、伝送レートに対して画質を調整することで、
フィードバック制御により、符号化レートを伝送レート
に追随させるのが一般的である。従って、ある程度のレ
ート変動には、対応可能であるが、伝送遅延の変動は一
定時間以下にする必要がある。
As another example, in the case of real-time transmission of a moving image, by adjusting the image quality with respect to the transmission rate,
Generally, the coding rate is made to follow the transmission rate by feedback control. Therefore, it is possible to cope with a certain rate fluctuation, but it is necessary to make the fluctuation of the transmission delay less than a certain time.

【0014】一般に、無線伝送路を利用する場合、有線
伝送路に比較すると以下のような性質が一般的である。
受信時に利用できる電力が有線伝送路に比較して小さい
ため、雑音に起因するランダム誤りが多い。また、フェ
ージング/マルチパス等の無線特有の妨害のため、長い
バースト誤りも多い。従って、FECでこれに対応する
と非常に長いフレーム長が必要になるため処理遅延が長
くなる。また、訂正符号のしめる割合が大きくなるため
伝送効率がおちる。
In general, when a wireless transmission path is used, the following properties are common as compared with a wired transmission path.
Since the power available at the time of reception is smaller than that of the wired transmission path, there are many random errors due to noise. Also, many long burst errors occur due to radio-specific interference such as fading / multipath. Therefore, if the FEC responds to this, a very long frame length is required, so that the processing delay increases. In addition, since the ratio of correction codes increases, the transmission efficiency decreases.

【0015】再送手順のみの場合は、フレーム内の1ビ
ットの誤りの場合にもフレーム全体を送り直すのでラン
ダム誤りによる再送が比較的高い確率でおきる場合に
は、伝送効率が落ちる。また、再送を含めた伝送遅延時
間を保証するための仕組みがない。
In the case of only the retransmission procedure, the entire frame is retransmitted even in the case of a one-bit error in the frame. Therefore, if retransmission due to a random error occurs with a relatively high probability, the transmission efficiency decreases. Further, there is no mechanism for guaranteeing a transmission delay time including retransmission.

【0016】また、図8に示すフレーム構成の様にFE
C符号とARQ手順を組み合わせることが考えられる。
誤り検出符号(FCS)とフレームの最後を示すフラグ
の間に、FEC符号を入れて伝送し、受信側では、FE
Cによるエラー訂正をおこなった後のデータに対し、誤
り検出をおこなって、再送手順を実行する。この手順を
使用する場合、フラグのユニーク性を保つため“1”が
5個以上連続するパターンに対して、“0”インサーシ
ョンがおこなわれ、これににより長さが変更される。
Further, as shown in the frame configuration of FIG.
It is conceivable to combine the C code and the ARQ procedure.
The FEC code is inserted between the error detection code (FCS) and the flag indicating the end of the frame for transmission.
The error detection is performed on the data after the error correction by C, and the retransmission procedure is executed. When this procedure is used, a "0" insertion is performed for a pattern in which five or more "1" s are continuous to maintain the uniqueness of the flag, and the length is thereby changed.

【0017】しかし、“0”インサーションされた場所
の直前で伝送誤りがあった場合に受信側で“0”インサ
ーションが検出できないため挿入された“0”ビットが
削除されないため、データ長が受信側と送信側で異なっ
た長さになる。この場合、BCHの様な簡単なFECで
は訂正できないので再送手順で対応するか、ビット消失
/挿入誤りに対応できるFEC符号を採用する必要があ
る。
However, if there is a transmission error immediately before the place where the “0” insertion is made, the inserted “0” bit is not deleted because the receiving side cannot detect the “0” insertion, so that the data length is reduced. The length is different on the receiving side and the transmitting side. In this case, since it cannot be corrected by a simple FEC such as BCH, it is necessary to cope with the retransmission procedure, or to adopt an FEC code that can cope with a bit loss / insertion error.

【0018】一般的に、ビット挿入/消失誤りに対応で
きるFEC符号は、対応しない場合に対して長い符号が
必要になるので伝送効率が低下する。また、フラグは、
エラー訂正の保護対象にならず、フラグに誤りが発生す
るとフレームが検出できないため、FECによるエラー
訂正が不可能になる。このように、単純にHDLCのフ
レーム構成にFEC符号を付加した構成では、特定のビ
ットに対してFEC符号による誤り保護が弱くなるとい
う問題がある。
Generally, an FEC code that can cope with a bit insertion / erasure error requires a longer code than in a case where it does not cope with it, so that the transmission efficiency is reduced. The flag is
Since the frame is not protected by error correction and an error occurs in the flag, the frame cannot be detected, so that error correction by FEC becomes impossible. As described above, in the configuration in which the FEC code is simply added to the HDLC frame configuration, there is a problem that the error protection by the FEC code for a specific bit is weakened.

【0019】[0019]

【発明が解決しようとする課題】上述したように、誤り
の生じやすい通信路を使用するデータ伝送においては、
誤りの特性を改善するために、一般的にARQ(Automa
tic Repeat Request、自動再送要求)と呼ばれる技術が
使用され、また、誤り訂正方式や、さらにARQと誤り
訂正方式とを組み合わせた技術が使用される。しかしな
がら、再送手順のみの場合は、フレーム内の1ビットの
誤りの場合でもフレーム全体を送り直すのでランダム誤
りによる再送が比較的高い確率でおきる場合に、伝送効
率が落ちる。
As described above, in data transmission using a communication path in which an error is likely to occur,
In order to improve the error characteristics, ARQ (Automa
A technique called tic Repeat Request (automatic retransmission request) is used, and an error correction scheme or a technique combining the ARQ and the error correction scheme is used. However, in the case of only the retransmission procedure, the entire frame is retransmitted even in the case of a one-bit error in the frame, so that the transmission efficiency decreases when retransmission due to a random error occurs with a relatively high probability.

【0020】また、誤り訂正方式を使用する場合は、処
理遅延や伝送効率が一定で予見可能であるため、データ
の正確性だけでなくリアルタイム性の方が優先する音声
や画像の符号の伝送等の場合や、また記録系のようにA
RQの使用できないような場合に適用されることが多い
が、しかし、設計時に想定した以上の誤りがあった場合
には、それを検出できずに誤訂正をおこなってしまうた
め、伝送路の誤り率や誤り特性に対して余裕を持たせて
設計する必要がある。
In the case of using the error correction method, since the processing delay and the transmission efficiency are constant and predictable, not only the accuracy of the data but also the transmission of the code of the voice or the image in which the real-time property is prioritized. Or in the case of A
It is often applied when RQ cannot be used. However, if there is an error more than expected at the time of design, it cannot be detected and erroneous correction is performed. It is necessary to design with a margin for the rate and error characteristics.

【0021】さらに、ARQと誤り訂正方式とを組み合
わせた場合は、単純にARQのフレーム構成にFEC符
号を付加した構成では、特定のビットの誤りに対してF
EC符号による誤り保護がないという問題がある。本発
明は、上記問題に鑑みてなしたものであり、これら問題
を解決したデータ伝送方法を提供するものである。
Further, when the ARQ and the error correction method are combined, in a configuration in which the FEC code is simply added to the ARQ frame configuration, the FRQ is applied to a specific bit error.
There is a problem that there is no error protection by the EC code. The present invention has been made in view of the above problems, and provides a data transmission method that solves these problems.

【0022】[0022]

【課題を解決するための手段】本発明のデータ伝送方法
においては、基本的に、送信側で、伝送する情報を固定
ビット長単位で分割し、分割した情報を情報部として、
該情報部と、データの送信順序を示す情報とパケット内
に有効な情報部があるかどうかを示す情報を含むフォワ
ード制御部と、受信したパケットが正常に受信できたか
どうか、同期を確立しているかどうかを、相手端末に通
知するためのバックワード情報部とからフレームを構成
し、該フレーム構造を受信側へ送信するとともに、受信
側で、前記フレーム構造を元に、受信フレーム同期を取
り、同期後のフレーム内の情報について伝送誤りを検出
するものである。受信側では、伝送誤りの検出や同期の
結果をバックワード制御部を使用して送信側へ通知す
る。
According to the data transmission method of the present invention, basically, on the transmitting side, information to be transmitted is divided into fixed bit length units, and the divided information is used as an information part.
The information section, a forward control section including information indicating the data transmission order and information indicating whether or not there is a valid information section in the packet; and establishing whether or not the received packet has been normally received, and establishing synchronization. Whether or not a frame is configured from a backward information part for notifying the partner terminal, and transmitting the frame structure to the receiving side, and at the receiving side, based on the frame structure, synchronize the received frame, A transmission error is detected for information in a frame after synchronization. The receiving side notifies the transmitting side of the results of the detection of the transmission error and the synchronization using the backward control unit.

【0023】また、上記方法において、受信側の同期が
確立しているかどうかをフレーム単位で常に送信側がモ
ニタし、受信側の同期がはずれている場合には、情報フ
レームの送信を止め、同期を取るためのフェーズに移行
し、そのフェーズにおいて同期ワードがユニークである
ことを保証するようなフレームを送信するものである。
In the above method, the transmitting side always monitors whether or not the receiving side has established synchronization, and if the receiving side is out of synchronization, the transmission of the information frame is stopped and the synchronization is stopped. The phase shifts to a take phase in which a frame is transmitted to ensure that the sync word is unique in that phase.

【0024】また、上記方法において、同期ワードがユ
ニークであることを保証するための手段として、同期の
ための同期ワードと、データの伝送順を示す番号を含む
フォワード制御部の位置に、同期フェーズ時には、ユニ
ークな同期パターンを挿入し、それ以外の部分に対して
は、すべての情報を0または1に固定し、該同期ワード
は、データ伝送フェーズ時でのフォワード制御部におい
て、情報部に有効なデータがないと判断される符号と同
じビットパターンを同期ワードとするパケットフォーマ
ットを持つものである。
In the above method, as means for ensuring that the synchronization word is unique, a synchronization phase for synchronization and a position of a forward control unit including a number indicating a data transmission order are provided in a synchronization phase. Sometimes, a unique synchronization pattern is inserted, and all other information is fixed to 0 or 1 for the other parts, and the synchronization word is used by the forward control unit in the data transmission phase for the information unit. It has a packet format in which the same bit pattern as the code determined to have no significant data is used as a synchronization word.

【0025】また、上記基本的な方法において、同期確
立後、データ伝送時には、同期ワードを省略し、フォー
ワード制御部のシーケンス番号が一つ前のフレームのシ
ーケンス番号に連続した番号であるか、以前のフレーム
において再送要求をおこない且つ再送フレームを未受信
であるシーケンス番号である場合に、同期が保たれてい
ると判定し、また、再送するフレームを指定するための
手段として、バックワード制御部に、最後に正常受信し
たフレームのシーケンス番号を常に入れて送信し、送信
側は、バックワード制御部のシーケンス番号の順番と、
自分の送信したフレームのシーケンス番号の順番とを比
較して、シーケンスが一致しないフレームについて、エ
ラーフレームと判定し、再送をおこなうような手順を持
ち、さらに、再送するフレームを指定するための手段と
して、受信したシーケンス番号に対して一意に決まる値
を持ち、連続したシーケンス番号に対するシーケンス同
期ビットのシーケンスパターンがユニークであることを
示すシーケンス同期ビットをバックワード制御部に入れ
て送信し、受信側でシーケンス同期ビットを元に送信し
たフレームのシーケンスとバックワード制御部のシーケ
ンスの同期を取る手段をもち、受信したパケットが正常
に受信できたかどうかを送信側に通知するためのビット
をバックワード制御部を持つものである。
In the above-mentioned basic method, the synchronization word is omitted at the time of data transmission after the synchronization is established, and whether the sequence number of the forward control unit is a number continuous with the sequence number of the immediately preceding frame, If a retransmission request is made in the previous frame and the sequence number is that the retransmission frame has not been received, it is determined that synchronization is maintained, and the backward control unit is used as means for specifying a frame to be retransmitted. The sequence number of the last normally received frame is always inserted and transmitted, and the transmitting side determines the order of the sequence number of the backward control unit,
It has a procedure to compare the sequence number of its own transmitted frame with the order of the sequence number, determine that the sequence does not match as an error frame, perform retransmission, and further specify a frame to retransmit. A sequence synchronization bit having a value uniquely determined for the received sequence number and indicating that the sequence pattern of the sequence synchronization bit for the continuous sequence number is unique is transmitted to the backward control unit and transmitted. Means for synchronizing the sequence of the frame transmitted based on the sequence synchronization bit with the sequence of the backward control unit, and transmitting the bit for notifying the transmitting side whether the received packet has been normally received to the backward control unit. With

【0026】[0026]

【発明の実施の形態】図1に発明における伝送フレーム
のフラグ構成を示す。この図1において、1は同期ワー
ド/フォワード制御部、2はバックワード制御部、3は
情報部、4は誤り検出用符号、5は誤り訂正用符号であ
り、前記同期ワード/フォワード制御部1には、同期フ
ェーズにおいては、フレーム同期のための同期ワード1
aが格納され、またデータ転送フェーズにおいては、フ
ォワード制御部1bが格納される。フォワード制御部1
bは、送信側から受信側に対して送る制御情報である。
この同期ワード/フォワード制御部1の構成例を図2に
示す。この図2において、フォワード制御部1bには、
送信フレームの順番を示すためのシーケンス番号と、フ
レーム内の情報部3に有効なデータが存在するかどうか
を示すビットが符号化されて格納される。この例では同
期ワード1aとフォワード制御部1bの長さが同じ場合
の例を示しているが必ずしも同じ長さである必要はな
い。
FIG. 1 shows a flag configuration of a transmission frame according to the present invention. In FIG. 1, 1 is a synchronous word / forward control unit, 2 is a backward control unit, 3 is an information unit, 4 is an error detection code, and 5 is an error correction code. In the synchronization phase, synchronization word 1 for frame synchronization
is stored, and in the data transfer phase, the forward control unit 1b is stored. Forward control unit 1
b is control information sent from the transmitting side to the receiving side.
FIG. 2 shows a configuration example of the synchronous word / forward control unit 1. In FIG. 2, the forward control unit 1b includes:
A sequence number for indicating the order of the transmission frame and a bit indicating whether or not valid data exists in the information section 3 in the frame are encoded and stored. In this example, an example is shown in which the length of the synchronization word 1a and the length of the forward control unit 1b are the same, but they need not necessarily be the same.

【0027】次に、バックワード制御部2の構成例を図
3に示す。この図3において、バックワード制御部2
は、相手から送られてきた情報部1のデータの再送制御
のための情報を格納する。図3(a)の例では、どのフ
レームが誤りなく受信できたかどうかを送信側に通知す
るためにシーケンス番号を入れるための領域と、受信し
たフレームが正常に同期しているかを送信側に通知する
ための同期監視フラグ(以下同期監視ビットと称す)か
らなる。このとき、シーケンス番号には、最後に誤りな
く受信できた(FECで誤り訂正した後も含む)フレー
ムのシーケンス番号を入れる。バックワード制御部2の
シーケンス番号の順番と、送信したフレームのシーケン
ス番号の順番を比較することにより、正常受信したフレ
ームと再送の必要なフレームの判定を行える。
Next, an example of the configuration of the backward control unit 2 is shown in FIG. In FIG. 3, backward control unit 2
Stores information for retransmission control of the data of the information section 1 sent from the other party. In the example of FIG. 3A, an area for inserting a sequence number for notifying the transmitting side of which frame has been received without error, and notifying the transmitting side whether the received frame is normally synchronized. The synchronization monitoring flag (hereinafter referred to as a synchronization monitoring bit) for performing the operation. At this time, the sequence number of the frame that was received without error at the end (including after error correction by FEC) is entered in the sequence number. By comparing the order of the sequence number of the backward control unit 2 with the order of the sequence number of the transmitted frame, it is possible to determine a normally received frame and a frame requiring retransmission.

【0028】また、図3(b)の場合、シーケンス同期
ビットに送信されてきたシーケンス番号によって決まる
“1”または“0”の値をいれる。シーケンス番号と、
シーケンス同期ビットの対応の例を図4に示す。これを
送信したフレームのシーケンス番号の順番から予測した
シーケンス同期ビットから、バックワード制御部2で受
信したシーケンス同期ビットのシーケンスパターンを探
索することで、バックワード制御部2がどのシーケンス
番号に対応するかを検出する。
In the case of FIG. 3B, a value of "1" or "0" determined by the transmitted sequence number is inserted in the sequence synchronization bit. A sequence number,
FIG. 4 shows an example of the correspondence between the sequence synchronization bits. The backward control unit 2 searches for the sequence pattern of the sequence synchronization bit received by the backward control unit 2 from the sequence synchronization bit predicted from the sequence number sequence of the transmitted frame, and the backward control unit 2 corresponds to any sequence number. Or to detect.

【0029】同期監視ビットは、送信されてきたフレー
ムに対して受信側で同期がとれているかどうかを送信側
に対して通知するためのビットであり、値としてsyn
cまたはasyncが入る。ここで、同期が正常である
ことを示す2進符号をsync、同期が外れていること
示す2進符号をasyncと表す。同期監視ビットにs
yncが入っている場合は、同期がとれていることを意
味し、asyncが入っている場合は同期はずれがおき
ていることを示す。もし、asyncがを受信した場合
には、同期確立フェーズに移行する。再送ビットは、送
信側に対して受信したフレームの再送が必要か不要かを
示すためのビットである。正常を示す値としてack、
再送が必要な場合の値としてnackが入る。このビッ
トにackが入っている場合には、送信側は対応するフ
レームのデータをバッファから解放し、nackが入っ
ている場合には、再送をおこなう。
The synchronization monitoring bit is a bit for notifying the transmitting side whether or not the transmitted frame is synchronized on the receiving side, and has a value of syn.
c or async is entered. Here, a binary code indicating that the synchronization is normal is expressed as sync, and a binary code indicating that the synchronization is lost is expressed as async. S for the synchronization monitoring bit
When "sync" is set, it means that synchronization is achieved. When "asyn" is set, it indicates that synchronization is lost. If async is received, the process proceeds to the synchronization establishment phase. The retransmission bit is a bit for indicating to the transmitting side whether retransmission of the received frame is necessary or unnecessary. Ack as a value indicating normality,
Nack is entered as a value when retransmission is necessary. When ack is included in this bit, the transmitting side releases the data of the corresponding frame from the buffer, and when ack is included, retransmits.

【0030】図1において、4は、前述したように誤り
検出用符号であり、この誤り検出用符号4は、誤り検出
対象のブロックの符号に対して誤り検出用符号を求めて
この部分に入れ、送信する。受信側では、5の誤り訂正
用符号を利用して誤り訂正をこの検出符号を含めておこ
ない、誤り訂正後の符号に対して、誤り検出をおこな
う。誤りが検出されたときには、次の送信フレームのバ
ックワード制御部2を利用して送信側に通知する。送信
側は受信フレームのバックワード制御部2を監視し、誤
りの検出されたフレームを通知されたら、そのフレーム
を再送する。
In FIG. 1, reference numeral 4 denotes an error detection code, as described above. This error detection code 4 obtains an error detection code for the code of the block to be detected and inserts the code into this part. ,Send. On the receiving side, error correction is performed including the detection code using the error correction code 5 and error detection is performed on the error-corrected code. When an error is detected, the error is notified to the transmission side using the backward control unit 2 of the next transmission frame. The transmitting side monitors the backward control unit 2 of the received frame, and when notified of the frame in which the error is detected, retransmits the frame.

【0031】5は、前述したように誤り訂正用符号であ
る。誤り訂正対象のブロックに対して、必要な演算処理
をおこってこの誤り訂正用符号5を生成して送信する。
受信側では、誤り訂正用符号5を使用して誤り訂正処理
をおこなう。
Reference numeral 5 denotes an error correction code as described above. Necessary arithmetic processing is performed on the block to be error-corrected to generate and transmit the error-correcting code 5.
On the receiving side, error correction processing is performed using the error correction code 5.

【0032】本発明のデータ伝送方法においては、以下
に示すフェーズを持ち、以下の動作をおこなう。 (1)アイドルフェーズ<アイドル状態> すべてのビットを同じ値(“1”または“0”のどちら
かあらかじめ決めた値)にして送信する。上位から処理
開始の要求があるか、同期ワード1aを受信した場合に
(2)の同期確立フェーズに移行する。
The data transmission method of the present invention has the following phases and performs the following operations. (1) Idle phase <idle state> All bits are transmitted with the same value (either "1" or "0" is a predetermined value). When there is a request to start processing from the host or when the synchronization word 1a is received, the process proceeds to the synchronization establishment phase of (2).

【0033】(2)同期確立フェーズ<同期を確立する
ためのフェーズ> 同期ワード/フォワード制御部1には、同期ワード1a
が入る。バックワード制御部2の同期監視ビットには、
async(同期はずれ)の値を格納する。
(2) Synchronization Establishing Phase <Phase for Establishing Synchronization> The synchronization word / forward controller 1
Enters. The synchronization monitoring bits of the backward control unit 2 include:
The value of async (out of synchronization) is stored.

【0034】情報部3には、すべてのビットをあらかじ
め決めておいた値(アイドル状態と同じ値)を入れる。
受信側では同期パターンと一致するビットパターンを探
索し、一致した位置をフレーム同期位置とする。さらに
所定の回数フレーム長の間隔で同期ワード1aが受信す
ることを確認したら、バックワード制御部2の同期監視
ビットにsync(同期確立)の値を入れて相手に受信
同期を確立したことを通知する。
In the information section 3, all bits are set to predetermined values (the same values as in the idle state).
The receiving side searches for a bit pattern that matches the synchronization pattern, and sets the matching position as the frame synchronization position. When it is confirmed that the synchronization word 1a is received at intervals of a predetermined number of frame lengths, a value of sync (synchronization establishment) is entered in the synchronization monitoring bit of the backward control unit 2 to notify the other party that reception synchronization has been established. I do.

【0035】受信フレーム同期確立後、バックワード制
御部2の同期監視ビットがsyncかasyncかを監
視し、受信したフレームがエラーフレームでなく且つ同
期監視ビットにsyncが入っていたときに、同期が確
立したと判定し、バックワード制御部2の同期に図3
(a)の場合の様にシーケンス番号を使用している場合
には、伝送フェーズに移行する。また、バックワード制
御部2の同期に図3(b)の様な手段を使用する場合、
(2)’のシーケンス同期確立フェーズへ移行する。
After the synchronization of the received frame is established, it is monitored whether the synchronization monitoring bit of the backward control unit 2 is sync or async. If the received frame is not an error frame and the synchronization monitoring bit includes sync, the synchronization is established. It is determined that the connection has been established, and the synchronization of the backward
When the sequence number is used as in the case of (a), the process shifts to the transmission phase. Further, when the means as shown in FIG. 3B is used for synchronization of the backward control unit 2,
The process proceeds to the sequence synchronization establishment phase of (2) ′.

【0036】(2)’シーケンス同期確立フェーズ 送信シーケンス番号に順番のシーケンス番号を入れ、情
報ビットはoffの値を入れる。受信側は、同期ワード
/フォワード制御部1に同期ワード1a以外の値を受信
したら同期監視ビットをasyncに変更するととも
に、受信した送信シーケンス番号に応じたシーケンス同
期ビットを次の送信フレームのバックワード制御部2の
シーケンス同期ビットに入れて送信する。送信したシー
ケンス番号から求めたシーケンス同期ビットのパターン
とバックワード制御部2により受信したシーケンス同期
ビットのパターンを比較して、シーケンス同期を確立す
る。シーケンス同期を確立したら再び同期監視ビットを
syncに変更して、相手に通知し、相手からの同期監
視ビットがsyncになるまで待つ。両方向で同期が確
立したら(3)の伝送フェーズに移行する。
(2) 'Sequence synchronization establishment phase A sequence number is put in the transmission sequence number, and the value of the information bit is turned off. Upon receiving a value other than the synchronization word 1a in the synchronization word / forward control unit 1, the receiving side changes the synchronization monitoring bit to async, and sets the sequence synchronization bit corresponding to the received transmission sequence number to the backward of the next transmission frame. It is transmitted in the sequence synchronization bit of the control unit 2. The sequence synchronization bit pattern obtained from the transmitted sequence number is compared with the sequence synchronization bit pattern received by the backward control unit 2 to establish sequence synchronization. After the sequence synchronization is established, the synchronization monitoring bit is changed to "sync" again to notify the other party and wait until the synchronization monitoring bit from the other party becomes "sync". When synchronization is established in both directions, the process proceeds to the transmission phase (3).

【0037】(3)伝送フェーズ<データの伝送をおこ
なうフェーズ> 図5(a)及び(b)にバックワード制御部2に図3の
(a)を使用した場合のフレームシーケンスを示す。ま
た、図6(a)および(b)に、図3の(b)のバック
ワード制御部2を使用した場合のフレームシーケンスを
示す。1番目の()内はフォワード制御部1bを、2番
目の()内はバックワード制御部2を示す。フォワード
制御部1bのS0、S1、・・・・・は、送信シーケン
ス番号を、on/offは情報ビットのon/offを
示す。情報フラグは、情報部3に有効な情報が入ってい
るかどうかを示すフラグ情報である。
(3) Transmission Phase <Data Transmission Phase> FIGS. 5A and 5B show a frame sequence when the backward control unit 2 uses FIG. 3A. FIGS. 6A and 6B show a frame sequence when the backward control unit 2 shown in FIG. 3B is used. The first () shows the forward control unit 1 b, and the second () shows the backward control unit 2. S0, S1,... Of the forward control unit 1b indicate transmission sequence numbers, and on / off indicates on / off of information bits. The information flag is flag information indicating whether or not valid information is included in the information section 3.

【0038】図5のバックワード制御部2のR0、R
1、R2、・・・・・は、受信シーケンス番号である。
この例では、最後に正常受信したフレームのシーケンス
番号を入れる。図5(a)は、正常受信時のシーケンス
図、図5(b)、図6(b)は、フレームに訂正できな
い誤りがあった場合のシーケンス図である。この例で
は、送信シーケンス番号2にエラーがあった場合再送の
様子を示している。以下で伝送の手順について説明す
る。
R0, R of the backward control unit 2 in FIG.
1, R2,... Are reception sequence numbers.
In this example, the sequence number of the last normally received frame is entered. FIG. 5A is a sequence diagram at the time of normal reception, and FIGS. 5B and 6B are sequence diagrams when an uncorrectable error occurs in a frame. In this example, retransmission is performed when there is an error in the transmission sequence number 2. The transmission procedure will be described below.

【0039】送信側は、通常時には、順番にシーケンス
番号をフレームに付加し伝送する。受信側は、フレーム
が正常かどうかを検査し、正常である場合には、そのシ
ーケンス番号を次の送信フレームのバックワード制御部
2に格納して送信側に通知する。フレームが訂正できな
い誤りを含むときには、最後に正常に受信したフレーム
のシーケンス番号をバックワード制御部2に格納し、送
信側に通知する。送信側では、バックワード制御部2に
よって通知されるシーケンス番号と、自分が送信したフ
レームのシーケンス番号の送信順の履歴を比較し、一致
しなかった場合に、そのフレームに訂正できない誤りが
あったと判定し、再送をおこなう。
The transmitting side normally adds sequence numbers to frames in order and transmits the frames. The receiving side checks whether the frame is normal, and if it is normal, stores the sequence number in the backward control unit 2 of the next transmission frame and notifies the transmitting side. If the frame contains an uncorrectable error, the sequence number of the last normally received frame is stored in the backward control unit 2 and notified to the transmitting side. On the transmitting side, the sequence number notified by the backward control unit 2 is compared with the transmission order history of the sequence number of the frame transmitted by itself, and if they do not match, it is determined that the frame has an uncorrectable error. Judge and resend.

【0040】図3の(b)の場合シーケンス番号を格納
する領域を省略でき、(a)の場合よりバックワード制
御部2の長さを短くすることができる。しかし、シーケ
ンス同期を取るための手段が余分に必要なるのと、シー
ケンス同期がはずれた場合の回復手順が複雑になる。
In the case of FIG. 3B, the area for storing the sequence number can be omitted, and the length of the backward control unit 2 can be made shorter than in the case of FIG. However, additional means for obtaining sequence synchronization is required, and a recovery procedure when the sequence synchronization is lost becomes complicated.

【0041】以下、同期の手順と回復手順について説明
する。送信側は、送信シーケンス番号に応じたシーケン
ス同期ビットを内部で生成する。また、受信側は、受信
したシーケンス番号により、シーケンス同期ビットを生
成し、次の送信フレームのバックワード制御部2のシー
ケンス同期ビットへ載せて送信側に通知する。送信側
は、送信シーケンス番号により生成したシーケンスパタ
ーンと、バックワード制御部2により通知されるシーケ
ンス同期ビットをスライドしながら比較をおこなう。パ
ターンが一致したら、そのスライド量を確定することに
より、受信したバックワード制御部2と送信したフレー
ムのシーケンス番号の対応が確定する。
Hereinafter, a synchronization procedure and a recovery procedure will be described. The transmitting side internally generates a sequence synchronization bit corresponding to the transmission sequence number. Further, the receiving side generates a sequence synchronization bit based on the received sequence number, and notifies the transmitting side of the sequence synchronization bit in the sequence synchronization bit of the backward control unit 2 of the next transmission frame. The transmitting side compares the sequence pattern generated by the transmission sequence number while sliding the sequence synchronization bit notified by the backward control unit 2. If the patterns match, by determining the slide amount, the correspondence between the received backward control unit 2 and the sequence number of the transmitted frame is determined.

【0042】受信側は、バックワード制御部2の再送ビ
ットに、受信したフレームが正常に受信した場合にはa
ckをエラーフレームを受信した場合には、nackを
入れて送信側に通知する。送信側は、再送ビットがna
ckの場合に、そのフレームを再送する。一度確立した
シーケンス同期は常に監視し、送信したフレームシーケ
ンスと矛盾するシーケンス同期ビットを受信した場合に
は、シーケンス同期の再探索をおこなう。ただし、受信
フレームがエラーフレームだった場合には、そのフレー
ムのシーケンス同期ビットは正常と見なして動作をおこ
なう。
The receiving side sets the retransmission bit of the backward control unit 2 to a if the received frame is normally received.
When the ck receives an error frame, the acknowledgment is inserted and notified to the transmitting side. The transmitting side determines that the retransmission bit is na
In the case of ck, the frame is retransmitted. The sequence synchronization once established is constantly monitored, and when a sequence synchronization bit inconsistent with the transmitted frame sequence is received, the sequence synchronization is searched again. However, if the received frame is an error frame, the operation is performed assuming that the sequence synchronization bit of the frame is normal.

【0043】受信側では、正常に受信したかどうかを、
以下の基準で判定できる。
On the receiving side, it is determined whether or not the data has been normally received.
It can be determined based on the following criteria.

【0044】(a)誤り訂正後に誤り検出符号で誤りが
検出された場合 (b)フォワード制御部1bのシーケンス番号が、それ
までに受信したフレームのシーケンス番号から予測され
る番号以外の番号であった場合 なお、(a)(b)どちらも当てはまらない場合に、正
常受信と判定する。
(A) When an error is detected by the error detection code after error correction. (B) The sequence number of the forward control unit 1b is a number other than the number predicted from the sequence number of the frame received so far. When both (a) and (b) do not apply, it is determined that the reception is normal.

【0045】また、エラーフレームを連続して所定個数
N個受信した場合には、同期はずれと判定し、同期確立
フェーズに移行する。同期フェーズで同期が確立した
後、伝送フェーズに再移行する。再送手順において、誤
り訂正符号と、ARQの併用の場合で説明したが誤り訂
正符号を使用しない場合においても同様の再送手順は適
用可能である。
When a predetermined number N of error frames are continuously received, it is determined that synchronization has been lost, and the process proceeds to a synchronization establishment phase. After the synchronization is established in the synchronization phase, the process returns to the transmission phase. In the retransmission procedure, the case where the error correction code and the ARQ are used together has been described, but the same retransmission procedure can be applied even when the error correction code is not used.

【0046】[0046]

【発明の効果】以上のようなフレーム構成および手順を
おこなうことにより、伝送フェーズにおいて同期のため
のビットを消費せずにすむため、実効伝送レートをあげ
ることができる。また、再送のために必要な情報を常に
送信続けるため再送が必要ない場合には、実効伝送レー
トが保証される。また、再送に必要な遅延を小さくでき
る。小ビット数の誤り訂正または、短いバーストのバー
スト誤りを訂正可能な誤り訂正符号と、ARQを併用す
ることにより、少ビット数の誤りによるフレーム再送を
抑制し、レートおよび遅延の変動をできるだけ抑えるこ
とができる。
By performing the above-described frame configuration and procedure, the bits for synchronization are not consumed in the transmission phase, so that the effective transmission rate can be increased. In addition, since information necessary for retransmission is constantly transmitted, when retransmission is not required, an effective transmission rate is guaranteed. Also, the delay required for retransmission can be reduced. By using ARQ in combination with an error correction code capable of correcting a small bit number error or a burst error of a short burst, frame retransmission due to a small bit number error is suppressed, and fluctuations in rate and delay are suppressed as much as possible. Can be.

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

【図1】本発明のフレーム構造を示す図である。FIG. 1 is a diagram showing a frame structure of the present invention.

【図2】同期ワード/フォワード制御部の構成例を示す
図である。
FIG. 2 is a diagram illustrating a configuration example of a synchronous word / forward control unit.

【図3】バックワード制御部の構成例を示す図であり、
(a)はバックワード同期をシーケンス番号によってお
こなう場合、(b)はバックワード同期をシーケンス同
期ビットの伝送パターンによっておこなう場合のバック
ワード制御部の構成例を示す図である。
FIG. 3 is a diagram illustrating a configuration example of a backward control unit;
FIG. 7A is a diagram illustrating a configuration example of a backward control unit in a case where backward synchronization is performed by a sequence number, and FIG. 6B is a case in which backward synchronization is performed by a transmission pattern of sequence synchronization bits.

【図4】シーケンス同期ビットのシーケンスとシーケン
ス番号の対応を示す図である。
FIG. 4 is a diagram showing a correspondence between a sequence of sequence synchronization bits and a sequence number.

【図5】バックワード制御部に図3(a)を使用する場
合のシーケンスを示す図であり、(a)はエラーフレー
ムのない場合のフレームシーケンスを示し、(b)はエ
ラーフレームがあった場合のフレームシーケンスを示
す。
5A and 5B are diagrams showing a sequence when FIG. 3A is used for the backward control unit, wherein FIG. 5A shows a frame sequence when there is no error frame, and FIG. 4 shows a frame sequence in the case.

【図6】バックワード制御部に図3(b)を使用した場
合のシーケンスを示す図であり、(a)はエラーフレー
ムのない場合のフレームシーケンスを示し、(b)はエ
ラーフレームがあった場合のフレームシーケンスを示
す。
6A and 6B are diagrams showing a sequence when FIG. 3B is used for the backward control unit, where FIG. 6A shows a frame sequence without an error frame, and FIG. 6B shows an error frame. 4 shows a frame sequence in the case.

【図7】HDLCのフレーム構成を示す図である。FIG. 7 is a diagram showing a frame configuration of HDLC.

【図8】HDLCにFECによる訂正を付加した場合の
フレーム構成の例を示す図である。
FIG. 8 is a diagram illustrating an example of a frame configuration when a correction by FEC is added to HDLC.

【図9】FECで使用される同期手段のフレームの構成
例を示す図である。
FIG. 9 is a diagram illustrating a configuration example of a frame of a synchronization unit used in FEC.

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

1 同期ワード/フォワード制御部 1a 同期ワード 1b フォワード制御部 2 バックワード制御部 3 情報部 4 誤り検出符号部 5 誤り訂正符号部 DESCRIPTION OF SYMBOLS 1 Synchronization word / forward control part 1a Synchronization word 1b Forward control part 2 Backward control part 3 Information part 4 Error detection code part 5 Error correction code part

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 送信側と受信側の速度が一致かつ同期し
ている伝送系におけるデータ伝送方法であって、 送信側では、伝送する情報を固定ビット長単位で分割
し、分割した情報を情報部として、該情報部と、データ
の送信順序を示す情報とパケット内に有効な情報部があ
るかどうかを示す情報を含むフォワード制御部と、受信
したパケットが正常に受信できたかどうか、同期を確立
しているかどうかを、相手端末に通知するためのバック
ワード情報部とからフレームを構成し、該フレームを受
信側へ送信するとともに、 受信側では、前記フレームを元に、受信フレーム同期を
取り、同期後のフレーム内の情報について伝送誤りを検
出することを特徴とするデータ伝送方法。
1. A data transmission method in a transmission system in which the speeds of a transmitting side and a receiving side match and are synchronized, wherein the transmitting side divides information to be transmitted in fixed bit length units, and divides the divided information into information. The information section, a forward control section including information indicating the data transmission order and information indicating whether or not a valid information section is present in the packet, and synchronizing whether the received packet has been normally received. A frame is composed of a backward information part for notifying the partner terminal whether or not the frame has been established, and the frame is transmitted to the receiving side, and the receiving side synchronizes the received frame based on the frame. A data transmission method for detecting a transmission error in information in a frame after synchronization.
【請求項2】 受信側の同期が確立しているかどうかを
ブロック単位で常に送信側がモニタし、受信側の同期が
はずれている場合には、ブロックデータの送信を止め、
同期を取るためのフェーズに移行し、そのフェーズにお
いて同期ワードがユニークであることを保証するフレー
ムを送信することを特徴とする請求項1記載のデータ伝
送方法。
2. The transmitting side constantly monitors whether or not the receiving side has established synchronization. If the receiving side is out of synchronization, the transmission of block data is stopped.
2. The data transmission method according to claim 1, further comprising: shifting to a phase for establishing synchronization, and transmitting a frame for ensuring that the synchronization word is unique in that phase.
【請求項3】 同期ワードがユニークであることを保証
するための手段として、同期のための同期ワードと、デ
ータの伝送順を示す番号を含むフォワード制御部の位置
に、同期フェーズ時には、ユニークな同期パターンを挿
入し、それ以外の部分に対しては、すべての情報を0ま
たは1に固定し、該同期ワードは、データ伝送フェーズ
時でのフォワード制御部において、情報部に有効なデー
タがないと判断される符号と同じビットパターンを同期
ワードとするパケットフォーマットを持つことを特徴と
する請求項2記載のデータ伝送方法。
3. As means for ensuring that the synchronization word is unique, a synchronization word for synchronization and a position of a forward control unit including a number indicating a data transmission order include a unique word in a synchronization phase. A synchronization pattern is inserted, and all other information is fixed to 0 or 1 for the other parts, and the synchronization word has no valid data in the information section in the forward control unit during the data transmission phase. 3. The data transmission method according to claim 2, wherein the data transmission method has a packet format in which the same bit pattern as the code judged as a synchronization word is used.
【請求項4】 同期確立後、データ伝送時には、同期ワ
ードを省略し、フォーワード制御部のシーケンス番号が
一つ前のフレームのシーケンス番号に連続した番号であ
るか、または、以前のフレームにおいて再送要求をおこ
ない且つ再送フレームを未受信であるシーケンス番号で
ある場合に、同期が保たれていると判定することを特徴
とする請求項1記載のデータ伝送方法。
4. When data is transmitted after the establishment of synchronization, the synchronization word is omitted, and the sequence number of the forward control unit is a number that is consecutive to the sequence number of the immediately preceding frame, or retransmission is performed in the previous frame. 2. The data transmission method according to claim 1, wherein, when a sequence number for which a request is made and a retransmission frame has not been received is determined, synchronization is maintained.
【請求項5】 再送するフレームを指定するための手段
として、バックワード制御部に、最後に正常受信したフ
レームのシーケンス番号を常に入れて送信し、送信側
は、バックワード制御部のシーケンス番号の順番と、自
分の送信したフレームのシーケンス番号の順番とを比較
して、シーケンスが一致しないフレームについて、エラ
ーフレームと判定し、再送をおこなうような手順を持つ
請求項1記載のデータ伝送方法。
5. As means for designating a frame to be retransmitted, the sequence number of the last normally received frame is always inserted into the backward control unit and transmitted, and the transmitting side transmits the sequence number of the backward control unit. 2. The data transmission method according to claim 1, further comprising a procedure of comparing the order and the order of the sequence numbers of the frames transmitted by itself, determining a frame whose sequence does not match as an error frame, and performing retransmission.
【請求項6】 再送するフレームを指定するための手段
として、受信したシーケンス番号に対して一意に決まる
値を持ち、連続したシーケンス番号に対するシーケンス
同期ビットのシーケンスパターンがユニークであること
を示すシーケンス同期ビットをバックワード制御部に入
れて送信し、受信側でシーケンス同期ビットを元に送信
したフレームのシーケンスとバックワード制御部のシー
ケンスの同期を取る手段をもち、受信したパケットが正
常に受信できたかどうかを送信側に通知するためのビッ
トをバックワード制御部を持つことを特徴とする請求項
1記載のデータ伝送方法。
6. A means for designating a frame to be retransmitted, which has a value uniquely determined for a received sequence number and indicates that a sequence pattern of sequence synchronization bits for consecutive sequence numbers is unique. Bits are transmitted in the backward control unit, and the receiving side has means for synchronizing the sequence of the frame transmitted based on the sequence synchronization bit with the sequence of the backward control unit, and whether the received packet has been normally received. 2. The data transmission method according to claim 1, further comprising a backward control unit for providing a bit for notifying the transmission side of whether or not the data is transmitted.
JP8241464A 1996-09-12 1996-09-12 Data transmission method Pending JPH1093659A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8241464A JPH1093659A (en) 1996-09-12 1996-09-12 Data transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8241464A JPH1093659A (en) 1996-09-12 1996-09-12 Data transmission method

Publications (1)

Publication Number Publication Date
JPH1093659A true JPH1093659A (en) 1998-04-10

Family

ID=17074713

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8241464A Pending JPH1093659A (en) 1996-09-12 1996-09-12 Data transmission method

Country Status (1)

Country Link
JP (1) JPH1093659A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012139913A (en) * 2010-12-28 2012-07-26 Brother Industries Ltd Image forming apparatus and control program
JP2022019960A (en) * 2017-10-31 2022-01-27 パナソニックIpマネジメント株式会社 Reception device, transmission device, reception method and transmission method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012139913A (en) * 2010-12-28 2012-07-26 Brother Industries Ltd Image forming apparatus and control program
US9135531B2 (en) 2010-12-28 2015-09-15 Brother Kogyo Kabushiki Kaisha Image forming apparatus and computer readable medium therefor
JP2022019960A (en) * 2017-10-31 2022-01-27 パナソニックIpマネジメント株式会社 Reception device, transmission device, reception method and transmission method

Similar Documents

Publication Publication Date Title
EP0507884B1 (en) Transmitting encoded data on unreliable networks
JP3634800B2 (en) System and method for implementing hybrid automatic repeat request using parity check combination
KR100525384B1 (en) Method for controlling packet retransmission in mobile communication system
US6425105B1 (en) Bidirectional ARQ apparatus and method
EP2269401B1 (en) Wireless communications system and channel-switching method
JP3349926B2 (en) Receiving control device, communication control system, and communication control method
JP2004242294A (en) Crc encoding system for transmitting status information
US20060085717A1 (en) Communications method, communications apparatus and communications system using same communications apparatus
JP2004180295A (en) System and method for detecting lost message transmitted between modules in communication device
JP2007043550A (en) Communication method and communication system
US7530001B2 (en) Wireless communications system reducing unnecessary retransmission by means of a correlation value of received data with preamble and a method therefor
EP0788254B1 (en) Data structure, data communication method, apparatus and communication terminal apparatus
JPH10190637A (en) Data transmission system
JP2003032229A (en) Transmitter and receiver
WO2023143506A1 (en) Video transmission system having physical layer retransmission and real-time transmission functions
JP2002314626A (en) Communication method, transmitter, receiver and communication system provided with the sames
JPH1093659A (en) Data transmission method
JPH0779332B2 (en) Data retransmission transmission method
EP1075744B1 (en) Data transmission system with automatic repeat request
JP2000078118A (en) Automatic resending request data transmitting method
KR20040084212A (en) Hybrid ARQ Wireless Communication System Using state of Feedback Channel
JP2861851B2 (en) Data communication retransmission method
JP2001045012A (en) Device and method of data transmitter, device and method of system and method of data communication
Singh et al. Data Link Layer Designing Issues: Error Control-A Roadmap
JP2862403B2 (en) Data transmission method