JPH10294769A - Repeater - Google Patents

Repeater

Info

Publication number
JPH10294769A
JPH10294769A JP9100280A JP10028097A JPH10294769A JP H10294769 A JPH10294769 A JP H10294769A JP 9100280 A JP9100280 A JP 9100280A JP 10028097 A JP10028097 A JP 10028097A JP H10294769 A JPH10294769 A JP H10294769A
Authority
JP
Japan
Prior art keywords
compression
communication data
data
compressed
control information
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
JP9100280A
Other languages
Japanese (ja)
Inventor
Katsunori Tanibuchi
克典 谷渕
Tomoyuki Fukunaga
智之 福永
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.)
Furukawa Electric Co Ltd
Original Assignee
Furukawa Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Furukawa Electric Co Ltd filed Critical Furukawa Electric Co Ltd
Priority to JP9100280A priority Critical patent/JPH10294769A/en
Publication of JPH10294769A publication Critical patent/JPH10294769A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve communication efficiency by deciding the compression method, when a protocol header of communication data is referred to, whether or not compression is needed is decided and compression is performed. SOLUTION: When a control information acquiring means 3 acquires an IP source address from a protocol header of communication data, a data compression deciding means 4 retrieves a compression decision table 2 with the IP source address as a key and decides the communication data as non- compression from a corresponding compression-type. Also, when the means 3 acquires a TCP source port number from the protocol header of the communication data, the means 4 retrieves the table 2 with the TCP source port as a key and decides that the communication data is compressed in a compressed method from a corresponding compression type. A data-compressing means 5 compresses communication data and creates compressed communication data, when the means 4 decides the communication data needs compression. This enables reducing a delay that generated from performing ineffective and unnecessary compression.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピューターネ
ットワークに接続され、該ネットワークを介して通信デ
ータを通信するデータ中継装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data relay device connected to a computer network and communicating communication data via the network.

【0002】[0002]

【従来の技術】コンピュータネットワークで用いられる
データ通信の中継装置では、通信データの転送効率を向
上させるために、受信した通信データを圧縮後、公衆回
線網や専用線を通し、相手の中継装置に送信していた。
2. Description of the Related Art In a data communication relay device used in a computer network, received communication data is compressed and then passed through a public network or a dedicated line to a partner relay device in order to improve the transfer efficiency of the communication data. Had sent.

【0003】[0003]

【発明が解決しようとする課題】しかし、中継装置が既
に圧縮された通信データを受信した場合には、再度、圧
縮しても圧縮効果が十分に得られない場合があった。こ
の場合、中継装置内で圧縮処理に要した時間だけ送信が
遅れ、かえって中継時間が長くなる、すなわち、不要な
遅延を生じさせ、通信効率が悪化することがあった。
However, when the relay apparatus receives already compressed communication data, the compression effect may not be sufficiently obtained even if the data is compressed again. In this case, the transmission is delayed by the time required for the compression processing in the relay device, and the relay time is rather lengthened, that is, unnecessary delay is caused, and the communication efficiency may be deteriorated.

【0004】本発明は、このような問題を解決するため
になされたもので、受信した通信データのプロトコルヘ
ッダを参照し、圧縮するか否かを決定し不要な圧縮は行
わないことで通信効率の良いデータ中継を実現する中継
装置を提供することを目的とする。
The present invention has been made to solve such a problem, and refers to a protocol header of received communication data to determine whether or not to perform compression, and does not perform unnecessary compression to thereby improve communication efficiency. It is an object of the present invention to provide a relay device which realizes good data relay.

【0005】[0005]

【課題を解決するための手段】すなわち、本発明におい
ては、コンピューターネットワークに接続され、該ネッ
トワークを介して通信データを通信する中継装置におい
て、通信データのプロトコルヘッダの制御情報別に、デ
ータの圧縮・非圧縮および圧縮する場合はその圧縮方式
を格納した圧縮判断テーブルと、通信データのプロトコ
ルヘッダから前記テーブルにエントリされている制御情
報を取得する制御情報取得手段と、この制御情報取得手
段により取得された制御情報をキーとして前記圧縮判断
テーブルを検索し対応する圧縮種別にしたがって、圧縮
の要否および圧縮する場合にはその圧縮方式を判定する
データ圧縮判定手段と、この圧縮判定手段により前記通
信データの圧縮が必要とされたときに前記通信データを
圧縮して圧縮通信データを生成するデータ圧縮手段と、
前記データ圧縮判定手段により前記通信データの圧縮が
不要と判定されたときには前記通信データを、前記通信
データの圧縮が必要と判定されたときには前記圧縮通信
データを送信データとして送信する送信手段とを備える
中継装置が提供される。
That is, according to the present invention, in a relay device connected to a computer network and communicating communication data via the network, the data compression / compression is performed for each control information of a protocol header of the communication data. In the case of non-compression and compression, a compression determination table storing the compression method, control information acquisition means for acquiring control information entered in the table from a protocol header of communication data, and control information acquisition means Data compression determining means for searching the compression determination table using the control information as a key, and determining whether compression is necessary and, if compression is to be performed, the compression method according to the corresponding compression type. Compression communication by compressing the communication data when compression is required. And data compression means for generating over data,
Transmitting means for transmitting the communication data when the data compression determination means determines that compression of the communication data is unnecessary, and transmitting the compressed communication data as transmission data when it is determined that compression of the communication data is necessary. A relay device is provided.

【0006】[0006]

【発明の実施の形態】図1に、本発明の中継装置の構成
を説明するためのブロック図を示す。本発明の中継装置
1は、伝送路7を介してネットワークに接続されてお
り、中継装置1は、制御情報取得手段3、データ圧縮判
定手段4、圧縮判断テーブル2、データ圧縮手段5、送
信手段6とを備えている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram for explaining a configuration of a relay device according to the present invention. The relay device 1 of the present invention is connected to a network via a transmission path 7, and the relay device 1 includes a control information acquisition unit 3, a data compression determination unit 4, a compression determination table 2, a data compression unit 5, a transmission unit. 6 is provided.

【0007】制御情報取得手段3は、受信した通信デー
タのプロトコルヘッダから制御情報を取得する手段であ
る。制御情報取得手段3で通信データのプロトコルヘッ
ダから取得される制御情報としては、例えばTCP,U
DP/IPプロトコルでは、IPソースアドレス、UD
Pソースポート番号、TCPソースポート番号、IPデ
ストアドレス、UDPデストポート番号、TCPデスト
ポート番号、フレーム長等がある。その他、IPX(No
vel 社、商標)、AppleTalk (アップルコンピュータ
社、商標)などのプロトコルに応じて取得する制御情報
を設定する。
[0007] The control information obtaining means 3 is means for obtaining control information from the protocol header of the received communication data. The control information obtained from the protocol header of the communication data by the control information obtaining means 3 includes, for example, TCP, U
In the DP / IP protocol, IP source address, UD
There are a P source port number, a TCP source port number, an IP dest address, a UDP dest port number, a TCP dest port number, a frame length, and the like. In addition, IPX (No
Set the control information to be obtained according to protocols such as vel company, trademark) and AppleTalk (Apple Computer, trademark).

【0008】圧縮判断テーブル2には、図2に示すよう
に通信データのプロトコルヘッダの制御情報と、その制
御情報ごとに圧縮の要否、および圧縮する場合には圧縮
方式が格納されている。例えば、特定のホスト(IPア
ドレス1.2.3.4とする)からの通信データが常に
画像や音声のデータである場合、画像や音声データは予
め圧縮されており再度圧縮しても圧縮効果が得られない
ので、制御情報のIPソースアドレス1.2.3.4に
対しては、圧縮種別として非圧縮と格納しておく。ま
た、ネットワーク上でのアプリケーション毎に有効な圧
縮方式を検討しておき、圧縮判断テーブル2には、その
アプリケーションと対応づけられたポート番号に対して
有効な圧縮方式を格納しておく。具体的には、あるアプ
リケーション(TCPポート番号111)に対してA圧
縮方式が有効であれば、圧縮判断テーブル2には、TC
Pソースポート番号111に対してA圧縮方式を格納し
ておく。
As shown in FIG. 2, the compression decision table 2 stores control information of a protocol header of communication data, necessity of compression for each control information, and a compression method when performing compression. For example, when communication data from a specific host (assuming the IP address is 1.2.3.4) is always image or audio data, the image or audio data is compressed in advance, and the compression effect is obtained even if the data is compressed again. Is not obtained, the compression type is stored as “non-compressed” for the IP source address 1.2.3.4 of the control information. In addition, an effective compression method is examined for each application on the network, and an effective compression method is stored in the compression determination table 2 for a port number associated with the application. Specifically, if the A compression method is valid for a certain application (TCP port number 111), the compression determination table 2 includes the TC
The A compression method is stored for the P source port number 111.

【0009】データ圧縮判定手段4は、制御情報取得手
段3により取得した制御情報をキーとして圧縮判断テー
ブル2を検索して対応する制御情報の圧縮種別にしたが
って、通信データの圧縮の要否および圧縮する場合には
その圧縮方式を判定する手段である。例えば、制御情報
取得手段3が通信データのプロトコルヘッダから、IP
ソースアドレス1.2.3.4を取得したとすると、デ
ータ圧縮判定手段4は、IPソースアドレス1.2.
3.4をキーとして圧縮判断テーブル2を検索し、対応
する圧縮種別からこの通信データは非圧縮であると判定
する。また、制御情報取得手段3が通信データのプロト
コルヘッダから、TCPソースポート番号111を取得
したとすると、データ圧縮判定手段4は、TCPソース
ポート番号111をキーとして圧縮判断テーブル2を検
索し、対応する圧縮種別からこの通信データはA圧縮方
式で圧縮する、と判定する。
The data compression determination means 4 searches the compression determination table 2 using the control information acquired by the control information acquisition means 3 as a key, and determines whether or not to compress communication data according to the compression type of the corresponding control information. If so, it is means for determining the compression method. For example, the control information acquisition means 3 converts the protocol header of the communication data into an IP address.
Assuming that the source address 1.2.3.4 has been acquired, the data compression determination unit 4 determines that the IP source address 1.2.3.4 has been acquired.
The compression determination table 2 is searched using 3.4 as a key, and it is determined from the corresponding compression type that the communication data is uncompressed. Further, if the control information acquisition means 3 acquires the TCP source port number 111 from the protocol header of the communication data, the data compression determination means 4 searches the compression determination table 2 using the TCP source port number 111 as a key, and It is determined that the communication data is to be compressed by the A compression method from the compression type to be used.

【0010】データ圧縮手段5は、データ圧縮判定手段
4により通信データの圧縮が必要と判定されたときに、
通信データを圧縮して圧縮通信データを生成する手段で
ある。
When the data compression determining means 4 determines that the communication data needs to be compressed, the data compressing means 5
This is means for compressing communication data to generate compressed communication data.

【0011】送信手段6は、データ圧縮判定手段4によ
り通信データの圧縮が不要と判定された場合には通信デ
ータを、圧縮が必要と判定されたときには圧縮通信デー
タを送信する手段である。
The transmitting means 6 is means for transmitting the communication data when it is determined by the data compression determining means 4 that compression of the communication data is unnecessary, and for transmitting the compressed communication data when it is determined that compression is necessary.

【0012】以下、圧縮処理を行っても圧縮効果が得ら
れない(圧縮処理の前後でデータ長がほとんど変わらな
い)送信データd1 、d2 と、圧縮処理により圧縮効果
の得られる(圧縮処理の前後でデータ長が短くなる)送
信データd3 が、「d1 、d 2 、d 3」の順番で連続し
て送信されてきたときの処理工程と、全ての処理が終わ
るまでの処理時間について、従来の中継装置の場合と、
本発明の中継装置の場合に分けて説明する。
Hereinafter, the compression effect is not obtained even if the compression processing is performed.
(The data length is almost the same before and after the compression process.
I) Transmission data d1, DTwoAnd compression effect by compression processing
(The data length becomes shorter before and after the compression process)
Communication data dThreeIs "d1, D Two, DThreeIn the order
And the process when it is sent
The processing time required until the
The case of the relay device of the present invention will be described separately.

【0013】図3に、従来の中継装置の構成を示すブロ
ック図を示す。従来の中継装置20は、伝送路7を介し
てネットワークに接続されており、中継装置20は、デ
ータ圧縮手段5、送信手段6を備えている。通信データ
は、データ圧縮手段5により圧縮されて圧縮通信データ
となり、送信手段6がこれを伝送路7に送信する。従来
の中継装置では、送信されてきた全ての通信データが、
圧縮処理される。
FIG. 3 is a block diagram showing a configuration of a conventional relay device. The conventional relay device 20 is connected to a network via a transmission path 7, and the relay device 20 includes a data compression unit 5 and a transmission unit 6. The communication data is compressed by the data compression unit 5 to become compressed communication data, and the transmission unit 6 transmits this to the transmission path 7. In the conventional relay device, all transmitted communication data are
It is compressed.

【0014】通信データd1 、d2 、d3 を圧縮通信デ
ータD1 、D2 、D3 に圧縮処理するのに要する時間を
それぞれA1 、A2 、A3 、圧縮通信データD1
2 、D 3 を送信するのに要する時間をa1 、a2 、a
3 とし、従来の中継装置で通信データを処理する工程順
を図4(a)に示す。図4においては左から右に時間が
経過している。従来の中継装置では、通信データd1
2 、d3 を受け取ると、順次データ圧縮手段により圧
縮処理が開始され、圧縮通信データが作成された時点
で、送信手段により圧縮通信データD1 の送信を行う。
最終的に、通信データd1 、d2、d3 が処理される時
間は図4(a)中に示すTa となる。
Communication data d1, DTwo, DThreeThe compression communication de
Data D1, DTwo, DThreeThe time it takes to compress
Each A1, ATwo, AThree, Compressed communication data D1,
DTwo, D ThreeIs the time it takes to send1, ATwo, A
ThreeAnd the order of processes for processing communication data with a conventional relay device.
Is shown in FIG. In FIG. 4, the time is from left to right
Has passed. In the conventional relay device, the communication data d1,
dTwo, DThreeReceived by the data compression means.
When compression processing is started and compressed communication data is created
Then, the compressed communication data D1Is sent.
Finally, the communication data d1, DTwo, DThreeIs processed
The interval between T and T shown in FIG.aBecomes

【0015】次に、本発明の中継装置で通信データ
1 、d2 、d3 を処理する工程を図4(b)に示す。
なお、通信データd1 、d2 、d3 から制御情報取得手
段により制御情報を取得し、データ圧縮判定手段により
圧縮の要否、および圧縮する場合には圧縮方式の選定に
要する時間をB1 、B2 、B3 とする。本発明の中継装
置が通信データd1 を受け取ると、まず制御情報取得手
段によりそれぞれの通信データのプロトコルヘッダの制
御情報を取得して、データ圧縮判定手段により圧縮の要
否を判定する。圧縮不要という判定の出たd1 は、送信
手段により送信される。一方で、通信データd1 の圧縮
要否の判定後、続けて通信データd2 、d3 の圧縮要否
が判定される。圧縮不要と判定された通信データd
2 は、通信データd1 と同様に送信手段により送信され
る。圧縮要と判定された通信データd3 は、続いてその
データの種類にとって最適な圧縮方式により圧縮され
て、圧縮通信データD3 となり、送信手段により送信さ
れる。本発明の中継装置で、通信データd1 、d2 、d
3 の処理に要する時間は、図4(b)中に示すTb とな
る。図4より明らかなように、本発明の中継装置では、
圧縮要、不要の判断を行って、圧縮要と判定されたデー
タのみを圧縮するので、全ての通信データを圧縮する従
来の中継装置に比べて、遅延時間を短縮することが可能
である。
Next, FIG. 4B shows a process of processing the communication data d 1 , d 2 and d 3 by the relay device of the present invention.
Note that control information is obtained from the communication data d 1 , d 2 , and d 3 by control information obtaining means, and whether or not compression is required by the data compression determination means, and when compression is performed, the time required for selecting a compression method is represented by B 1 , B 2 and B 3 . When the relay device of the present invention receives the communication data d 1, and acquires control information for a protocol header of each communication data by first control information acquiring means determines whether or not the compressed by the data compression determination means. D 1 exiting the determination that the compression required is transmitted by the transmitting means. On the other hand, after the determination of the communication data d 1 compression necessity of compression necessity of communication data d 2, d 3 continued is determined. Communication data d determined not to need compression
2 is transmitted by the transmitting means as well as communication data d 1. Communication data d 3 where it is determined that compression is needed is subsequently compressed by the optimum compression method for the type of data, the compressed communications data D 3, and the transmitted by the transmitting means. In the relay device of the present invention, communication data d 1 , d 2 , d
The time required for 3 of the process is a T b shown in FIG. 4 (b). As is clear from FIG. 4, in the relay device of the present invention,
Since it is determined whether or not compression is necessary, only the data determined to require compression is compressed, so that the delay time can be reduced as compared with a conventional relay apparatus that compresses all communication data.

【0016】[0016]

【発明の効果】本発明の中継装置は、通信データのプロ
トコルヘッダを参照することによって圧縮の要否、およ
び圧縮する場合にはその圧縮方式を決定するので、効果
のない不要な圧縮を行うことで発生する遅延を低減し、
通信効率の向上に寄与する。
The relay apparatus according to the present invention determines the necessity of compression by referring to the protocol header of communication data, and determines the compression method when compression is performed. Reduce the delay that occurs in
It contributes to improvement of communication efficiency.

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

【図1】本発明の中継装置の構成を説明するためのブロ
ック図である。
FIG. 1 is a block diagram illustrating a configuration of a relay device according to the present invention.

【図2】圧縮判断テーブルの内容の一例を示す説明図で
ある。
FIG. 2 is an explanatory diagram showing an example of the contents of a compression determination table.

【図3】従来の中継装置の構成を説明するためのブロッ
ク図である。
FIG. 3 is a block diagram illustrating a configuration of a conventional relay device.

【図4】従来の中継装置、および本発明の中継装置によ
る通信データの処理工程の一例を示す説明図である。
FIG. 4 is an explanatory diagram showing an example of a process of processing communication data by a conventional relay device and a relay device of the present invention.

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

1 中継装置 2 圧縮判断テーブル 3 制御情報取得手段 4 データ圧縮判定手段 5 データ圧縮手段 6 送信手段 7 伝送路 REFERENCE SIGNS LIST 1 relay apparatus 2 compression determination table 3 control information acquisition means 4 data compression determination means 5 data compression means 6 transmission means 7 transmission path

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 コンピューターネットワークに接続さ
れ、該ネットワークを介して通信データを通信する中継
装置において、通信データのプロトコルヘッダの制御情
報別に、データの圧縮・非圧縮および圧縮する場合はそ
の圧縮方式を格納した圧縮判断テーブルと、通信データ
のプロトコルヘッダから前記テーブルにエントリされて
いる制御情報を取得する制御情報取得手段と、この制御
情報取得手段により取得された制御情報をキーとして前
記圧縮判断テーブルを検索し対応する圧縮種別にしたが
って、圧縮の要否および圧縮する場合にはその圧縮方式
を判定するデータ圧縮判定手段とを有する圧縮方式選択
手段、前記圧縮判定手段により前記通信データの圧縮が
必要とされたときに前記通信データを圧縮して圧縮通信
データを生成するデータ圧縮手段と、前記データ圧縮判
定手段により前記通信データの圧縮が不要と判定された
ときには前記通信データを、前記通信データの圧縮が必
要と判定されたときには前記圧縮通信データを送信デー
タとして送信する送信手段とを備える中継装置。
In a relay device connected to a computer network and communicating communication data via the network, when data is compressed / uncompressed and compressed according to control information of a protocol header of the communication data, the compression method is used. A stored compression determination table, control information acquisition means for acquiring control information entered in the table from a protocol header of communication data, and the compression determination table using the control information acquired by the control information acquisition means as a key. According to the corresponding compression type to be searched, a compression method selecting means having a data compression determining means for determining whether or not compression is necessary and a compression method for determining the compression method, the compression determining means requires compression of the communication data. When the communication data is compressed to generate compressed communication data. The communication data is transmitted as transmission data when the compression of the communication data is determined to be unnecessary by the data compression means and the data compression determination means, and when the compression of the communication data is determined to be necessary by the data compression determination means. A relay device comprising a transmitting unit.
JP9100280A 1997-04-17 1997-04-17 Repeater Pending JPH10294769A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9100280A JPH10294769A (en) 1997-04-17 1997-04-17 Repeater

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9100280A JPH10294769A (en) 1997-04-17 1997-04-17 Repeater

Publications (1)

Publication Number Publication Date
JPH10294769A true JPH10294769A (en) 1998-11-04

Family

ID=14269796

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9100280A Pending JPH10294769A (en) 1997-04-17 1997-04-17 Repeater

Country Status (1)

Country Link
JP (1) JPH10294769A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10303971A (en) * 1997-04-23 1998-11-13 Nippon Telegr & Teleph Corp <Ntt> Message communication system
JP2001236734A (en) * 2000-02-18 2001-08-31 Matsushita Electric Ind Co Ltd Recorder
JP2003308269A (en) * 2002-04-12 2003-10-31 Ricoh Co Ltd Data transfer system, program and recording medium
JP2005516473A (en) * 2002-01-16 2005-06-02 クゥアルコム・インコーポレイテッド Method and apparatus for flow processing and mapping in a multicast / broadcast service
JP2006287598A (en) * 2005-03-31 2006-10-19 Fujitsu Ltd High-speed transmission control system
JP2007174708A (en) * 1999-06-10 2007-07-05 Lucent Technol Inc Method and apparatus for dynamically allocating bandwidth utilization in packet telephony system
JP2008005173A (en) * 2006-06-21 2008-01-10 Nec Access Technica Ltd Wireless lan system, communication device, and automatic optimizing method for compression processing
EP2579465A1 (en) 2011-10-07 2013-04-10 Fujitsu Limited Communication device, method of controlling communication device, and information processing system
KR101311921B1 (en) * 2011-10-17 2013-09-30 경상대학교산학협력단 Wireless communication system and control method thereof
JP2015135630A (en) * 2014-01-17 2015-07-27 サイレックス・テクノロジー株式会社 USB device server
JP2016503254A (en) * 2012-12-11 2016-02-01 クアルコム,インコーポレイテッド Method and apparatus for classifying flows for compression
JP2016144060A (en) * 2015-02-03 2016-08-08 富士通株式会社 Device, system, program and method for communication recording
JP2019198130A (en) * 2019-08-27 2019-11-14 Necプラットフォームズ株式会社 Transmission device, relay device, communication system, transmission method, relay method, and program

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10303971A (en) * 1997-04-23 1998-11-13 Nippon Telegr & Teleph Corp <Ntt> Message communication system
JP2007174708A (en) * 1999-06-10 2007-07-05 Lucent Technol Inc Method and apparatus for dynamically allocating bandwidth utilization in packet telephony system
JP2001236734A (en) * 2000-02-18 2001-08-31 Matsushita Electric Ind Co Ltd Recorder
JP2005516473A (en) * 2002-01-16 2005-06-02 クゥアルコム・インコーポレイテッド Method and apparatus for flow processing and mapping in a multicast / broadcast service
JP2003308269A (en) * 2002-04-12 2003-10-31 Ricoh Co Ltd Data transfer system, program and recording medium
JP2006287598A (en) * 2005-03-31 2006-10-19 Fujitsu Ltd High-speed transmission control system
JP2008005173A (en) * 2006-06-21 2008-01-10 Nec Access Technica Ltd Wireless lan system, communication device, and automatic optimizing method for compression processing
US7715357B2 (en) 2006-06-21 2010-05-11 Nec Access Technica, Ltd. Radio LAN system using communication apparatus, and method for setting operation mode
EP2579465A1 (en) 2011-10-07 2013-04-10 Fujitsu Limited Communication device, method of controlling communication device, and information processing system
KR101311921B1 (en) * 2011-10-17 2013-09-30 경상대학교산학협력단 Wireless communication system and control method thereof
JP2016503254A (en) * 2012-12-11 2016-02-01 クアルコム,インコーポレイテッド Method and apparatus for classifying flows for compression
JP2015135630A (en) * 2014-01-17 2015-07-27 サイレックス・テクノロジー株式会社 USB device server
JP2016144060A (en) * 2015-02-03 2016-08-08 富士通株式会社 Device, system, program and method for communication recording
JP2019198130A (en) * 2019-08-27 2019-11-14 Necプラットフォームズ株式会社 Transmission device, relay device, communication system, transmission method, relay method, and program

Similar Documents

Publication Publication Date Title
US6683883B1 (en) ISCSI-FCP gateway
US9455873B2 (en) End-to-end analysis of transactions in networks with traffic-altering devices
EP1060598B1 (en) Reduced packet header in wireless communications network
US7126955B2 (en) Architecture for efficient utilization and optimum performance of a network
EP1340351B1 (en) Dynamic delta encodijng for cable modem header suppression
US5754768A (en) System for selectively and cumulatively grouping packets from different sessions upon the absence of exception condition and sending the packets after preselected time conditions
JPH10294769A (en) Repeater
CN1988508A (en) Separate sheet message transmission method and communication system and tunnel device
US8583269B2 (en) Isochronous audio network software interface
JP2002141968A (en) Method and apparatus for transmitting data packet
US7317724B2 (en) Performing compression of user datagram protocol packets
JP2000115278A (en) Method and system for mss spoofing
US7065087B2 (en) Performing compression of user datagram protocol packets
US7024490B2 (en) Scheme, apparatus, and program for header compression
JPH08251236A (en) Data transmission system, switch, transmitter and receiver
US7450586B2 (en) Network header compression arrangement
KR20050044982A (en) Apparatus and method for header compression in packet
JP4625227B2 (en) Different head information signaling methods
CN111212088B (en) RTP message forwarding method and device for accelerating speed increase of server
TWI483605B (en) Deployment method and computer system for network system
JPH0485644A (en) Transmission maximum segment size setting system
JPH11275149A (en) Network interface device
KR19990072924A (en) Data communication method, communication frame generating method, and medium on which program for carrying out the methods are recorded
JP3427746B2 (en) How to send and receive messages
JP2001111590A (en) Network adapter device