JPH05145577A - Terminal equipment - Google Patents

Terminal equipment

Info

Publication number
JPH05145577A
JPH05145577A JP3306453A JP30645391A JPH05145577A JP H05145577 A JPH05145577 A JP H05145577A JP 3306453 A JP3306453 A JP 3306453A JP 30645391 A JP30645391 A JP 30645391A JP H05145577 A JPH05145577 A JP H05145577A
Authority
JP
Japan
Prior art keywords
data
packet
section
compressed
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.)
Withdrawn
Application number
JP3306453A
Other languages
Japanese (ja)
Inventor
Toshiyuki Yamaguchi
敏幸 山口
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.)
Fujitsu Ltd
Fuji Facom Corp
Original Assignee
Fujitsu Ltd
Fuji Facom 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 Fujitsu Ltd, Fuji Facom Corp filed Critical Fujitsu Ltd
Priority to JP3306453A priority Critical patent/JPH05145577A/en
Publication of JPH05145577A publication Critical patent/JPH05145577A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the packet transmission time by allowing a sender side terminal equipment to send a packet comprising compressed communication information and control information and allowing a receiver side terminal equipment to receive only a packet addressed to itself and decoding the communication information. CONSTITUTION:A CPU 9 stores communication data to a RAM 11 and stores control data to a ROM 10. Data from the RAM 11 are compressed by a compression section 3 and combined with data from the ROM 10 at a combined section 4 and a packet is sent to a transmission line 2 from a transmission section 5. A reception section 6 of other terminal equipment on the transmission line 2 receives a packet only when an address included in the control data is addressed to itself, a separating section 7 separater the data and sends the control data to the CPU 9 and the communication data to a decoding section 8. The decoding section 8 decodes the compressed data and sends the result to the CPU 9 and the CPU 9 applies decoding processing to the control data and the communication data. Thus, the packet transmission time is reduced and the transmission efficiency is improved.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データ通信ネットワー
ク上でパケットの送受信を行なう端末装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a terminal device for transmitting / receiving packets on a data communication network.

【0002】[0002]

【従来の技術】LAN等のデータ通信ネットワークは、
図2に示したように多数の端末装置1を伝送路2で接続
し、パケットを単位としてデータの送受信を行なうよう
にしたものである。図3はパケットの内容を示した図で
あり、制御データと通信データから成る。制御データは
パケットの先頭と末尾を示すF(フラグ)、受信元アド
レスや通番を示すヘッダ、誤りチェックに用いられるF
CS(フレームチェックシーケンス)等を含んでおり、
いずれも標準化された形式に従って構成され一定のビッ
ト長を有している。一方、通信データは、通信内容を示
したものでありビット長は一定せず、一般に制御データ
に比べて長い。
2. Description of the Related Art A data communication network such as a LAN is
As shown in FIG. 2, a large number of terminal devices 1 are connected by a transmission line 2 and data is transmitted and received in units of packets. FIG. 3 is a diagram showing the contents of a packet, which is composed of control data and communication data. The control data is F (flag) indicating the beginning and end of the packet, a header indicating the source address or serial number, and F used for error checking.
Including CS (frame check sequence) etc.,
Both are constructed according to a standardized format and have a constant bit length. On the other hand, the communication data indicates the contents of communication, the bit length is not constant, and is generally longer than the control data.

【0003】以上のような構成を有するパケットは、ネ
ットワークに接続された端末装置から伝送路2を介して
他の端末装置へ送られる。パケットを受信した端末装置
では、ヘッダに含まれている受信元アドレスを自己のア
ドレスと比較し一致したときに自己宛であることを認識
しこのパケットを取り込むようにしている。
The packet having the above configuration is sent from the terminal device connected to the network to another terminal device via the transmission line 2. The terminal device receiving the packet compares the receiving source address contained in the header with its own address, recognizes that the address is addressed to itself, and takes in this packet.

【0004】[0004]

【発明が解決しようとする課題】データ通信ネットワー
クの実用性を高めるためには、パケットの伝送に要する
時間を短縮することが必要であるが、伝送速度は伝送路
によって定まる限度以上に大きくすることができない。
パケット全体を圧縮して伝送すれば伝送時間の短縮が可
能であるが、圧縮によりパケットの内容が変化すること
となる。そのため、端末装置は伝送路上に流れている全
てのパケットをいったん復元して元に戻し、しかる後、
制御データに含まれている受信元アドレスから自己宛で
あるか否かを判断しなければならない。従って、自己宛
ではないパケットの復元に時間を要することとなり伝送
効率が低下するという問題がある。
In order to improve the practicality of the data communication network, it is necessary to shorten the time required for packet transmission, but the transmission speed should be set higher than the limit determined by the transmission path. I can't.
Although the transmission time can be shortened by compressing and transmitting the entire packet, the content of the packet changes due to the compression. Therefore, the terminal device once restores all the packets flowing on the transmission path and returns them to the original state.
It must be judged whether or not it is addressed to itself from the receiving source address included in the control data. Therefore, it takes time to restore a packet that is not addressed to itself, and there is a problem that the transmission efficiency decreases.

【0005】そこで本発明は、パケットの伝送に要する
時間を短縮してデータ通信ネットワークの伝送効率を向
上させることを目的とする。
Therefore, an object of the present invention is to shorten the time required for packet transmission and improve the transmission efficiency of a data communication network.

【0006】[0006]

【課題を解決するための手段】上記課題の解決は、制御
情報を示す第1のデータと通信内容を示す第2のデータ
からなるパケットの送受信を行なう端末装置であって、
第2のデータを圧縮する圧縮部3と、第1のデータと圧
縮された第2のデータを結合してパケットに構成する結
合部4と、該パケットを伝送路2上に送出する送信部5
と、伝送路2上のパケットの第1のデータから該パケッ
トが自己宛であるか否かを判断し、自己宛のパケットの
み受信する受信部6と、受信したパケットから圧縮され
た第2のデータを分離する分離部7と、圧縮された第2
のデータを復元する復元部8を備えることを特徴とする
端末装置によって達成される。
A solution to the above problem is a terminal device for transmitting and receiving a packet composed of first data indicating control information and second data indicating communication contents.
A compression unit 3 that compresses the second data, a combining unit 4 that combines the first data and the compressed second data into a packet, and a transmission unit 5 that sends the packet onto the transmission path 2.
Then, it is determined from the first data of the packet on the transmission path 2 whether or not the packet is addressed to itself, the receiving unit 6 that receives only the packet addressed to itself, and the second unit compressed from the received packet. Separation unit 7 for separating data, and a compressed second
This is achieved by a terminal device characterized by including a restoration unit 8 that restores the data of 1.

【0007】[0007]

【作用】本発明に係る端末装置1の送信部5から伝送路
2上へ送出されるパケットは、第2のデータが圧縮され
ているため元のパケットに比べてビット長が短くなって
おり伝送に要する時間が短縮されることになる。また、
第1のデータは圧縮されることなく伝送されるため、他
の端末装置は、伝送路2上のパケットのうち第1のデー
タにより該パケットが自己宛のパケットであるか否かを
判断し、自己宛のパケットのみ受信することが可能であ
り、伝送路2上の全てのパケットを復元する必要はな
い。
The packet transmitted from the transmitter 5 of the terminal device 1 according to the present invention onto the transmission path 2 has a shorter bit length than the original packet because the second data is compressed, and the packet is transmitted. It will reduce the time required for. Also,
Since the first data is transmitted without being compressed, the other terminal device determines whether or not the packet is the packet addressed to itself by the first data among the packets on the transmission path 2, It is possible to receive only the packet addressed to itself, and it is not necessary to restore all the packets on the transmission path 2.

【0008】[0008]

【実施例】図1は本発明の実施例を示す端末装置のブロ
ック図であり、1は端末装置、2は伝送路、3は圧縮
部、4は結合部、5は送信部、6は受信部、7は分離
部、8は復元部、9はCPU、10はROM、11はRAM
である。
1 is a block diagram of a terminal device showing an embodiment of the present invention, in which 1 is a terminal device, 2 is a transmission line, 3 is a compression unit, 4 is a coupling unit, 5 is a transmission unit, and 6 is a reception unit. Section, 7 is a separating section, 8 is a restoring section, 9 is a CPU, 10 is a ROM, and 11 is a RAM.
Is.

【0009】まず、オペレータによってキーボード(図
示せず)から入力されたデータを基にしてCPU9で
は、通信データの作成処理を行ってRAM11に格納す
る。また、ROM10にはあらかじめ受信元アドレス等を
含む制御データを格納しておく。ついで、RAM11の内
容が圧縮部3へ送られ、圧縮部3において通信データの
圧縮が行われる。データ圧縮に際しては、従来から知ら
れているMH法、MR法等を用いることができる。つい
で結合部4では、ROM10から送られてきた制御データ
と圧縮部3から送られてきた圧縮された通信データを結
合してパケットに構成する。制御データの長さが通常数
十バイト程度であるのに対し、圧縮前の通信データは一
般に数Kバイト程度の長さを有しており、従って、圧縮
前のパケットの大部分は通信データによって占められて
いる。そして、通信データは、通信データの性質や圧縮
方法によって異なるものの、通常は1/10程度にまで圧
縮されるため圧縮後のパケットの伝送に要する時間は従
来に比べて1/10程度にまで短縮されることとなる。
First, the CPU 9 performs a process of creating communication data based on data input by an operator from a keyboard (not shown) and stores it in the RAM 11. Further, the ROM 10 stores in advance control data including a receiving source address and the like. Then, the contents of the RAM 11 are sent to the compression unit 3, and the compression unit 3 compresses the communication data. For data compression, the conventionally known MH method, MR method and the like can be used. Then, the combining unit 4 combines the control data sent from the ROM 10 and the compressed communication data sent from the compression unit 3 into a packet. The length of the control data is usually about several tens of bytes, whereas the communication data before compression generally has a length of about several Kbytes. Therefore, most of the packets before compression depend on the communication data. Occupied. Although the communication data varies depending on the nature of the communication data and the compression method, it is normally compressed to about 1/10, so the time required to transmit the packet after compression is reduced to about 1/10 of the conventional time. Will be done.

【0010】以上のような構成を有するパケットが送信
部5から伝送路2上に送出されると、他の端末装置の受
信部6では、伝送路2上のパケットの制御データに含ま
れている受信元アドレスが自己のアドレスと一致するか
否かを判断し、一致しない場合にはパケットの受信を行
わず、一致した場合に自己宛のパケットであると判断
し、このパケットのみを取り込んで分離部7に送る。
When a packet having the above-mentioned structure is transmitted from the transmission unit 5 onto the transmission line 2, the reception unit 6 of another terminal device includes the packet in the control data of the packet on the transmission line 2. It judges whether the source address matches its own address. If it does not match, it does not receive the packet. If it matches, it judges that it is the packet addressed to itself, and captures only this packet and separates it. Send to Part 7.

【0011】以上のように、各端末装置は伝送路2上を
流れている全てのパケットを取り込む必要はなく、自己
宛のパケットのみを選択することができる。また、パケ
ットが圧縮されているため、これを取り込む時間が短縮
されることとなる。そのため、伝送路2上におけるパケ
ットの滞留時間が短縮され、伝送路2上に送出できる単
位時間当たりのパケット数を増加させることができるの
で伝送路2の伝送効率が従来に比べて向上する。
As described above, each terminal device does not need to capture all the packets flowing on the transmission line 2, and can select only the packet addressed to itself. Further, since the packet is compressed, the time taken to capture the packet is shortened. Therefore, the packet retention time on the transmission line 2 is shortened, and the number of packets per unit time that can be sent out on the transmission line 2 can be increased, so that the transmission efficiency of the transmission line 2 is improved as compared with the conventional case.

【0012】ついで分離部7では、送られて来たパケッ
トを制御データと圧縮された通信データに分離する。そ
して制御データをCPU9に送るとともに、圧縮された
通信データを復元部8に送る。復元部8では、圧縮され
た通信データを元の通信データに復元しCPU9に送
る。CPU9では、分離部7から送られてきた制御デー
タと復元部8から送られてきた通信データの解読処理を
行なう。
Then, the separating unit 7 separates the transmitted packet into control data and compressed communication data. Then, the control data is sent to the CPU 9, and the compressed communication data is sent to the decompression unit 8. The decompression unit 8 decompresses the compressed communication data into the original communication data and sends it to the CPU 9. The CPU 9 decodes the control data sent from the separation unit 7 and the communication data sent from the restoration unit 8.

【0013】[0013]

【発明の効果】以上のように本発明によれば、伝送速度
が一定の場合においてもパケットの伝送に要する時間を
短縮することができるので、データ通信ネットワークの
伝送効率向上を図る上で有益である。
As described above, according to the present invention, the time required for packet transmission can be shortened even when the transmission rate is constant, which is useful for improving the transmission efficiency of the data communication network. is there.

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

【図1】 本発明の実施例を示すブロック図、FIG. 1 is a block diagram showing an embodiment of the present invention,

【図2】 データ通信ネットワークの構成を示す図、FIG. 2 is a diagram showing a configuration of a data communication network,

【図3】 パケットの内容を示す図、FIG. 3 is a diagram showing packet contents,

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

1 端末装置、 7 分離部、2 伝送路、
8 復元部、3 圧縮部、
9 CPU、4 結合部、 10 RO
M、5 送信部、 11 RAM、6 受信
部、
1 terminal device, 7 separation unit, 2 transmission lines,
8 decompression section, 3 compression section,
9 CPU, 4 coupling parts, 10 RO
M, 5 transmitter, 11 RAM, 6 receiver,

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 制御情報を示す第1のデータと通信内容
を示す第2のデータからなるパケットの送受信を行なう
端末装置であって、 第2のデータを圧縮する圧縮部(3) と、 第1のデータと圧縮された第2のデータを結合してパケ
ットに構成する結合部(4) と、 該パケットを伝送路(2) 上に送出する送信部(5) と、 伝送路(2) 上のパケットの第1のデータから該パケット
が自己宛であるか否かを判断し、自己宛のパケットのみ
受信する受信部(6) と、 受信したパケットから圧縮された第2のデータを分離す
る分離部(7) と、 圧縮された第2のデータを復元する復元部(8) を備える
ことを特徴とする端末装置。
1. A terminal device for transmitting and receiving a packet comprising first data indicating control information and second data indicating communication contents, comprising: a compression unit (3) for compressing the second data. A combining unit (4) for combining the data of No. 1 and the compressed second data to form a packet, a transmitting unit (5) for transmitting the packet onto the transmission line (2), and a transmission line (2) It is judged from the first data of the above packet whether or not the packet is addressed to itself, and the receiving unit (6) that receives only the packet addressed to itself and the compressed second data from the received packet are separated. A terminal device, comprising: a separation unit (7) for performing decompression and a decompression unit (8) for decompressing the compressed second data.
JP3306453A 1991-11-22 1991-11-22 Terminal equipment Withdrawn JPH05145577A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3306453A JPH05145577A (en) 1991-11-22 1991-11-22 Terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3306453A JPH05145577A (en) 1991-11-22 1991-11-22 Terminal equipment

Publications (1)

Publication Number Publication Date
JPH05145577A true JPH05145577A (en) 1993-06-11

Family

ID=17957189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3306453A Withdrawn JPH05145577A (en) 1991-11-22 1991-11-22 Terminal equipment

Country Status (1)

Country Link
JP (1) JPH05145577A (en)

Similar Documents

Publication Publication Date Title
US5179555A (en) High speed data compression and transmission for wide area network connections in LAN/bridging applications
EP1271886B1 (en) Packet header compression
EP1340351B1 (en) Dynamic delta encodijng for cable modem header suppression
JP2001502142A (en) Apparatus and method for transmitting IP data over a satellite network
US7692560B2 (en) Two stage loss-less compressor for a clear channel over a packet network
US11023412B2 (en) RDMA data sending and receiving methods, electronic device, and readable storage medium
US20110153049A1 (en) Isochronous audio network software interface
US6023478A (en) Method and apparatus for communicating data byte streams
US5550756A (en) Transmitting device, receiving device, system, and method for transmitting image at high efficiency
CZ286929B6 (en) Telefax communication process within a communication system with selective calling and communication system for making the same
US6574272B1 (en) Method and apparatus for passing interactive data over a modem link with low latency
JPH08251236A (en) Data transmission system, switch, transmitter and receiver
JP2004528737A (en) Method and apparatus for transmitting and receiving data structures in a compressed format based on component frequency
WO1992004790A1 (en) High speed data compression and transmission for wide area network connections in lan/bridging applications
JPH05145577A (en) Terminal equipment
CN105592135A (en) Method and device for determination of data redundancy elimination DRD dictionary
JP2970633B2 (en) ATM controller
US20050086383A1 (en) Optimizing the compression efficiency in a packet data communication
JPH07245606A (en) Interface converter
JP2002094553A (en) Device and method for transmitting packet
US7936787B2 (en) Technique for data compression by decoding binary encoded data
JPH06105115A (en) Facsimile data transmission system
KR100653039B1 (en) Apparatus And Method For Transmission/Receiving Large Volumes Of Message In Satellite Mobile Data ServiceSMDS System
JPH01295546A (en) Television conference communication system
JPH0795235A (en) Frame switchboard

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: 19990204