JPH04241544A - Protocol processor - Google Patents

Protocol processor

Info

Publication number
JPH04241544A
JPH04241544A JP3014675A JP1467591A JPH04241544A JP H04241544 A JPH04241544 A JP H04241544A JP 3014675 A JP3014675 A JP 3014675A JP 1467591 A JP1467591 A JP 1467591A JP H04241544 A JPH04241544 A JP H04241544A
Authority
JP
Japan
Prior art keywords
input
header
pdu
response
protocol
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
JP3014675A
Other languages
Japanese (ja)
Inventor
Kazuyoshi Matsuhiro
一良 松広
Kimita Motomura
本村 公太
Takashi Ikegawa
隆司 池川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP3014675A priority Critical patent/JPH04241544A/en
Publication of JPH04241544A publication Critical patent/JPH04241544A/en
Pending legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)

Abstract

PURPOSE:To accelerate a return processing by immediately analyzing the header of a protocol data unit(PDU) synchronously to the input of the received PDU and buffering the data until this analysis is completed. CONSTITUTION:A protocol data buffer 5 extracts a data 22 from an input PDU 20 received by a reception input 1 and buffers this data by using a FIFO or the like. A response header generation part 6 generates a header 31 of a response PDU 30 while receiving the result of a protocol header decoder 4. An MUX 7 receives the result of the decoder 4 and transfers the data 22 to a header data coupling part 8 when the transmission of the PDU 30 is required. The coupling part 8 receives the header 31 of the response PDU 30 from the response header generation part 6, further receives the data 22 of the PDU 20 from the MUX 7, prepares a PDU 30 based on the both and transmits it from a transmission output terminal 2. When the transmission of the PDU 30 is not required, the data 22 is transferred to a data storage part 3.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、OSI基本参照モデル
における第二層の論理リンク制御プロトコルに準じた通
信などに用いるプロトコル処理装置に係わり、特に、T
ESTコマンドなど、レスポンスプロトコルデータ単位
の即答を必要とする入力プロトコルデータ単位に対応し
て、レスポンスプロトコルデータ単位を効率良く返送す
るのに好適なプロトコル処理装置に関するものである。
[Field of Industrial Application] The present invention relates to a protocol processing device used for communication based on the second layer logical link control protocol in the OSI basic reference model, and in particular,
The present invention relates to a protocol processing device suitable for efficiently returning a response protocol data unit in response to an input protocol data unit such as an EST command that requires an immediate response in the response protocol data unit.

【0002】0002

【従来の技術】OSI基本参照モデル(Open  S
ystems  Interconnection)に
基づき、第二層の論理リンク制御(LLC:Logic
al  Link  Control)プロトコルに準
じて通信する場合には、データの送達性などの基本的試
験を目的として、TESTコマンドのプロトコルデータ
単位(Protocol  Data  Unit、以
下PDUと記載)が使用される。受信側は、このTES
TコマンドPDUを受信した場合、最も早い機会にTE
STレスポンスPDUを返送することになっている。こ
の場合、レスポンスPDUのヘッダに続くデータは、コ
マンドPDUのデータをそのまま用いて返送する。尚、
このような、OSI基本参照モデル、および、第二層の
論理リンク制御プロトコルに関しては、電子情報通信学
会編「電子情報通信ハンドブック」(1988年、オー
ム社発行)の第1905ページから第1909ページ、
および、第2663ページに記載されている。
[Prior art] OSI basic reference model (Open S
systems interconnection), the second layer logical link control (LLC: Logic
When communicating according to the Al Link Control protocol, a protocol data unit (hereinafter referred to as PDU) of the TEST command is used for the purpose of basic tests such as data deliverability. The receiving side uses this TES
When a T-command PDU is received, the TE
It is supposed to return an ST response PDU. In this case, the data following the header of the response PDU is returned using the data of the command PDU as is. still,
Regarding the OSI basic reference model and the second layer logical link control protocol, please refer to pages 1905 to 1909 of the "Electronic Information and Communication Handbook" edited by the Institute of Electronics, Information and Communication Engineers (1988, published by Ohmsha),
and described on page 2663.

【0003】従来、受信側におけるレスポンスPDUの
返送処理は、上述のTESTコマンドPDUを含む全て
のヘッダの処理の一環として、ソフトウェアや、ファー
ムウェアで実行され、先頭から順次送られるプロトコル
ヘッダに対し、逐次処理した結果を基に判断する。すな
わち、予め設定されたプログラムに基づき、受信した入
力PDUを、データ格納部に格納し、その後、データ格
納部からPDUのヘッダを取り出して解釈する。そして
、この解釈結果で、入力PDUがレスポンスPDUの送
出が必要であり、かつ、レスポンスPDUがコマンドP
DUのデータを付加する必要があるとなった場合には、
まず、レスポンスPDUのヘッダを決定し、次に、デー
タ格納部からコマンドPDUのヘッダ以降のデータを取
りだし、レスポンスPDUのヘッダに付加して出力する
[0003] Conventionally, the response PDU return process on the receiving side is executed by software or firmware as part of processing all headers including the above-mentioned TEST command PDU. Judgment is made based on the processed results. That is, the received input PDU is stored in a data storage unit based on a preset program, and then the header of the PDU is extracted from the data storage unit and interpreted. Then, based on this interpretation result, it is determined that the input PDU requires the sending of the response PDU, and the response PDU is the command PDU.
If it becomes necessary to add DU data,
First, the header of the response PDU is determined, and then the data after the header of the command PDU is taken out from the data storage section, added to the header of the response PDU, and output.

【0004】0004

【発明が解決しようとする課題】解決しようとする問題
点は、入力PDUのヘッダの解釈を、プログラムに基づ
き、データ格納部に格納した入力PDUを取りだして行
なうために、レスポンスPDUの即答を必要とする入力
PDUの受信時において、レスポンスPDUの返送処理
が遅くなってしまう点である。
[Problem to be solved by the invention] The problem to be solved is that in order to interpret the header of the input PDU by extracting the input PDU stored in the data storage section based on the program, it is necessary to immediately respond to the response PDU. The problem is that when an input PDU is received, the process of returning a response PDU is delayed.

【0005】本発明の目的は、ソフトウェアを用いず、
受信したPDUの入力に同期してPDUのヘッダを即時
に解釈すると共に、この解釈が終了するまでデータをバ
ッファリングしておくことにより、入力PDUのデータ
格納部の出し入れを不要として、従来技術の課題を解決
し、効率の良いレスポンスPDUの返送を可能とするプ
ロトコル処理装置を提供することである。
[0005] The object of the present invention is to
By immediately interpreting the PDU header in synchronization with the input of the received PDU and buffering the data until this interpretation is completed, it is no longer necessary to take the input PDU into and out of the data storage section, and this is an improvement over the conventional technology. It is an object of the present invention to provide a protocol processing device that solves the problems and enables efficient return of response PDUs.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
、本発明のプロトコル処理装置は、受信入力端より入力
した入力プロトコルデータ単位を格納するデータ格納部
を有し、このデータ格納部に格納した入力プロトコルデ
ータ単位のヘッダの内容に基づき、この入力プロトコル
データ単位のデータを用いたレスポンスプロトコルデー
タ単位の作成と返送を行なうプロトコル処理装置におい
て、受信入力端より入力した入力プロトコルデータ単位
中のプロトコルヘッダの内容を解釈して、この入力プロ
トコルデータ単位が、この入力プロトコルデータ単位中
のデータを付加したレスポンスプロトコルデータ単位の
返送を必要とするか否かを判定するプロトコルヘッダデ
コーダと、受信入力端より入力した入力プロトコルデー
タ単位中のデータを一時格納するプロトコルデータバッ
ファと、レスポンスプロトコルデータ単位の返送を必要
とするとのプロトコルヘッダデコーダによる判定結果に
基づき、レスポンスプロトコルデータ単位のヘッダを生
成するレスポンスヘッダ生成部と、このレスポンスヘッ
ダ生成部で生成したレスポンスプロトコルデータ単位の
ヘッダとプロトコルデータバッファに一時格納した入力
プロトコルデータ単位中のデータとを用いてレスポンス
プロトコルデータ単位を作成して返送するヘッダデータ
結合部と、プロトコルヘッダデコーダの判定結果に基づ
き、プロトコルデータバッファに一時格納した入力プロ
トコルデータ単位中のデータを、データ格納部もしくは
ヘッダデータ結合部のいずれか一方に出力するマルチプ
レクサとを設け、受信入力端からの入力プロトコルデー
タ単位の入力と同時に、レスポンスプロトコルデータ単
位の作成と返送を行なうことを特徴とする。
[Means for Solving the Problems] In order to achieve the above object, a protocol processing device of the present invention has a data storage section for storing input protocol data units input from a receiving input terminal, and the data storage section stores input protocol data units input from a receiving input terminal. In a protocol processing device that creates and returns a response protocol data unit using the data of this input protocol data unit based on the contents of the header of the input protocol data unit, the protocol in the input protocol data unit input from the reception input terminal is a protocol header decoder that interprets the contents of the header and determines whether this input protocol data unit requires the return of a response protocol data unit appended with the data in this input protocol data unit; and a receiving input terminal. A protocol data buffer that temporarily stores the data in the input protocol data unit input from the input protocol data unit, and a response header that generates a header for the response protocol data unit based on the determination result by the protocol header decoder that the response protocol data unit needs to be returned. A header data combination that creates and returns a response protocol data unit using the generation unit, the header of the response protocol data unit generated by this response header generation unit, and the data in the input protocol data unit temporarily stored in the protocol data buffer. and a multiplexer that outputs the data in the input protocol data unit temporarily stored in the protocol data buffer to either the data storage section or the header data combination section based on the determination result of the protocol header decoder. It is characterized in that a response protocol data unit is created and returned simultaneously with input of an input protocol data unit from the end.

【0007】[0007]

【作用】本発明においては、プロトコルヘッダデコーダ
により、PDUの受信時に、受信したPDUの入力に同
期して、PDUのヘッダを即時に解釈する。すなわち、
プロトコルヘッダデコーダは、入力PDUがレスポンス
PDUの送出を必要とし、かつ、レスポンスPDUにコ
マンドPDUのデータを付加する必要があるか否かなど
の判定を、データ格納部から取りだした入力PDUでは
なく、受信時の入力PDUに基づき行なう。また、この
解釈が終了するまで、プロトコルデータバッファで、入
力PDUのデータをバッファリングしておく。プロトコ
ルヘッダデコーダにより、レスポンスPDUにコマンド
PDUのデータを付加する必要があるとの判定がでた場
合には、直ちに、レスポンスヘッダ生成部により、レス
ポンスPDUのヘッダを生成し、ヘッダデータ結合部に
出力する。これと同時に、マルチプレクサは、プロトコ
ルデータバッファにバッファリングしておいた入力PD
Uのデータを、ヘッダデータ結合部に出力する。そして
、ヘッダデータ結合部は、レスポンスヘッダ生成部から
のヘッダと、マルチプレクサからの入力PDUのデータ
と合わせてレスポンスPDUを作成して送出する。この
ことにより、レスポンスPDUの返送処理において、受
信した入力PDUのデータ格納部への格納処理および読
みだし処理を不要とし、コマンドPDUのデータを付加
したレスポンスPDUの返送を直ちに行なうことが可能
となる。
In the present invention, when a PDU is received, the protocol header decoder immediately interprets the header of the PDU in synchronization with the input of the received PDU. That is,
The protocol header decoder determines whether the input PDU requires the sending of a response PDU and whether or not it is necessary to add the data of the command PDU to the response PDU, instead of using the input PDU retrieved from the data storage unit. This is done based on the input PDU at the time of reception. Furthermore, the data of the input PDU is buffered in a protocol data buffer until this interpretation is completed. When the protocol header decoder determines that it is necessary to add the data of the command PDU to the response PDU, the response header generation section immediately generates a header of the response PDU and outputs it to the header data combination section. do. At the same time, the multiplexer outputs the input PD buffered in the protocol data buffer.
The data of U is output to the header data coupling section. Then, the header data combining section creates a response PDU by combining the header from the response header generation section and the data of the input PDU from the multiplexer, and sends it out. This eliminates the need to store and read the received input PDU in the data storage unit in the response PDU return process, and it becomes possible to immediately return the response PDU with the command PDU data added. .

【0008】[0008]

【実施例】以下、本発明の実施例を、図面により詳細に
説明する。
Embodiments Hereinafter, embodiments of the present invention will be explained in detail with reference to the drawings.

【0009】図1は、本発明を施したプロトコル処理装
置の本発明に係わる構成の一実施例を示すブロック図で
ある。
FIG. 1 is a block diagram showing an embodiment of the configuration of a protocol processing device according to the present invention.

【0010】本実施例のプロトコル処理装置は、送られ
てきた入力PDU20を受け付ける受信入力端1、作成
したレスポンスPDU30を送出する送信出力端2、受
信した入力PDU20のデータ22を格納するデータ格
納部3、受信した入力PDU20からヘッダ21を抽出
して解釈するプロトコルヘッダデコーダ4、受信した入
力PDU20のデータ22を一時格納するプロトコルデ
ータバッファ5、レスポンスPDU30のヘッダ31を
生成するレスポンスヘッダ生成部6、プロトコルヘッダ
デコーダ4の解釈結果に基づき、プロトコルデータバッ
ファ5に格納した入力PDU20のデータ22の出力先
を制御するマルチプレクサ(以下、MUXと記載)7、
レスポンスヘッダ生成部6で生成したヘッド31とMU
X7からのデータ22に基づきレスポンスPDU30を
作成して送出するヘッダデータ結合部8から構成されて
いる。
[0010] The protocol processing device of this embodiment includes a receiving input terminal 1 that receives the input input PDU 20 sent, a transmission output terminal 2 that sends out the created response PDU 30, and a data storage section that stores the data 22 of the received input PDU 20. 3. A protocol header decoder 4 that extracts and interprets the header 21 from the received input PDU 20; a protocol data buffer 5 that temporarily stores the data 22 of the received input PDU 20; a response header generator 6 that generates the header 31 of the response PDU 30; a multiplexer (hereinafter referred to as MUX) 7 that controls the output destination of the data 22 of the input PDU 20 stored in the protocol data buffer 5 based on the interpretation result of the protocol header decoder 4;
Head 31 and MU generated by response header generator 6
It is composed of a header data combining section 8 that creates and sends a response PDU 30 based on the data 22 from the X7.

【0011】このようなハードウェアによる構成により
、本実施例のプロトコル処理装置は、入力PDU20が
、レスポンスPDU30の返送を必要とするものであり
、かつ、レスポンスPDU30が、ヘッダ31の後に入
力PDU20のデータ22を付加する必要がある場合に
、効率良く、レスポンスPDU30を作成し、送信出力
する。以下、その動作を説明する。
With such a hardware configuration, the protocol processing device of this embodiment is such that the input PDU 20 requires the return of the response PDU 30, and the response PDU 30 is transmitted after the header 31 of the input PDU 20. When it is necessary to add data 22, a response PDU 30 is efficiently created and transmitted. The operation will be explained below.

【0012】まず、プロトコルヘッダデコーダ4は、受
信入力端1で受信した入力PDU20から、ヘッダ21
を抽出してデコードすることにより、入力PDU20が
、レスポンスPDU30の送出を必要とするか否かを判
定する。
First, the protocol header decoder 4 decodes the header 21 from the input PDU 20 received at the reception input terminal 1.
By extracting and decoding, it is determined whether the input PDU 20 requires sending a response PDU 30.

【0013】プロトコルデータバッファ5は、受信入力
端1で受信した入力PDU20から、データ22を抽出
し、そのデータ22を、入力PDU20が、レスポンス
PDU30の送出を必要とするか否かの判定が終了する
まで、FIFO(FirstIn  First  O
ut)などを用いてバッファリングしておく。
The protocol data buffer 5 extracts data 22 from the input PDU 20 received at the receiving input terminal 1, and uses the data 22 to determine whether the input PDU 20 requires sending a response PDU 30. FIFO (FirstIn FirstO) until
ut) etc. to buffer the data.

【0014】レスポンスヘッダ生成部6は、プロトコル
ヘッダデコーダ4の結果を受けて、入力PDU20が、
レスポンスPDU30の送出を必要とする場合、レスポ
ンスPDU30のヘッダ31を生成する。この場合、例
えば、予めTESTレスポンスのヘッダを作成しておき
、プロトコルヘッダデコーダ4の結果を基に、必要に応
じて出力するようにすれば良い。
[0014] The response header generation unit 6 receives the result of the protocol header decoder 4 and determines whether the input PDU 20 is
When it is necessary to send a response PDU 30, a header 31 of the response PDU 30 is generated. In this case, for example, the header of the TEST response may be created in advance and output as necessary based on the result of the protocol header decoder 4.

【0015】MUX7は、プロトコルヘッダデコーダ4
の結果を受けて、入力PDU20が、レスポンスPDU
30の送出を必要としない場合は、プロトコルデータバ
ッファ5にバッファリングしている入力PDU20中の
データ22をデータ格納部3に転送し、また、入力PD
U20が、レスポンスPDU30の送出を必要とする場
合は、データ22をヘッダデータ結合部8に転送する。
MUX 7 is a protocol header decoder 4
In response to the result, the input PDU 20 becomes a response PDU
30, the data 22 in the input PDU 20 buffered in the protocol data buffer 5 is transferred to the data storage unit 3, and the input PD
When U20 needs to send a response PDU 30, it transfers data 22 to header data combination unit 8.

【0016】ヘッダデータ結合部8は、レスポンスヘッ
ダ生成部6からレスポンスPDU30のヘッダ31を受
け、さらに、MUX7から入力PDU20中のデータ2
1を受け、両者を基にレスポンスPDU30を作成し、
送信出力端2から送出する。
The header data combining unit 8 receives the header 31 of the response PDU 30 from the response header generating unit 6, and further receives data 2 in the input PDU 20 from the MUX 7.
1, create a response PDU30 based on both,
It is transmitted from the transmission output terminal 2.

【0017】このように、本実施例のプロトコル処理装
置では、ソフトウェアではなく、ハードウェアを用いた
処理により、レスポンスPDUの返送を行なっている。 すなわち、受信したPDUの入力に同期して、PDUの
ヘッダを即時に解釈すると共に、この解釈処理中は、入
力PDUのデータをバッファリングしておく。そして、
入力PDUがレスポンスPDUの送出を必要とし、かつ
、レスポンスPDUがコマンドPDUのデータを付加す
る必要があるとの解釈結果がでた場合は、即時に、レス
ポンスPDUのヘッダを生成し、入力PDUのデータと
合わせてレスポンスPDUを作成して送出する。このこ
とにより、レスポンスPDUの返送処理を、高速に行な
うことができる。
As described above, the protocol processing device of this embodiment returns the response PDU by processing using hardware rather than software. That is, the header of the PDU is immediately interpreted in synchronization with the input of the received PDU, and the data of the input PDU is buffered during this interpretation process. and,
If the input PDU requires the sending of a response PDU, and the response PDU requires the data of the command PDU to be added, the header of the response PDU is immediately generated and the response PDU is sent. A response PDU is created and sent along with the data. This allows the response PDU return process to be performed at high speed.

【0018】[0018]

【発明の効果】本発明によれば、受信したPDUの入力
に同期してPDUのヘッダの解釈を即時に行ない、必要
なレスポンスPDUの作成および送出を効率良く行なう
ことが可能となる。
According to the present invention, it is possible to immediately interpret the header of a received PDU in synchronization with the input of the received PDU, and to efficiently create and send a necessary response PDU.

【0019】[0019]

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明を施したプロトコル処理装置の本発明に
係わる構成の一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of the configuration of a protocol processing device according to the present invention.

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

1  受信入力端 2  送信出力端 3  データ格納部 4  プロトコルヘッダデコーダ 5  プロトコルデータバッファ 6  レスポンスヘッダ生成部 7  MUX 8  ヘッダデータ結合部 20  入力PDU 21  ヘッダ 22  データ 30  レスポンスPDU 31  ヘッダ 1 Reception input terminal 2 Transmission output end 3 Data storage section 4 Protocol header decoder 5 Protocol data buffer 6 Response header generation section 7 MUX 8 Header data connection part 20 Input PDU 21 Header 22 Data 30 Response PDU 31 Header

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  受信入力端より入力した入力プロトコ
ルデータ単位を格納するデータ格納手段を有し、該デー
タ格納手段に格納した上記入力プロトコルデータ単位の
ヘッダの内容に基づき、該入力プロトコルデータ単位の
データを用いたレスポンスプロトコルデータ単位の作成
と返送を行なうプロトコル処理装置において、上記受信
入力端より入力した入力プロトコルデータ単位中のプロ
トコルヘッダの内容を解釈して、該入力プロトコルデー
タ単位が、該入力プロトコルデータ単位中のデータを付
加したレスポンスプロトコルデータ単位の返送を必要と
するか否かを判定するプロトコルヘッダデコーダと、上
記受信入力端より入力した入力プロトコルデータ単位中
のデータを一時格納するプロトコルデータバッファと、
上記レスポンスプロトコルデータ単位の返送を必要とす
るとの上記プロトコルヘッダデコーダによる判定結果に
基づき、上記レスポンスプロトコルデータ単位のヘッダ
を生成するレスポンスヘッダ生成手段と、該レスポンス
ヘッダ生成手段で生成したレスポンスプロトコルデータ
単位のヘッダと上記プロトコルデータバッファに一時格
納した入力プロトコルデータ単位中のデータとを用いて
上記レスポンスプロトコルデータ単位を作成して返送す
るヘッダデータ結合手段と、上記プロトコルヘッダデコ
ーダの判定結果に基づき、上記プロトコルデータバッフ
ァに一時格納した上記入力プロトコルデータ単位中のデ
ータを、上記データ格納手段もしくは上記ヘッダデータ
結合手段のいずれか一方に出力するマルチプレクサとを
設け、上記受信入力端からの上記入力プロトコルデータ
単位の入力と同時に、上記レスポンスプロトコルデータ
単位の作成と返送を行なうことを特徴とするプロトコル
処理装置。
1. Data storage means for storing an input protocol data unit input from a reception input terminal, and based on the contents of the header of the input protocol data unit stored in the data storage means, the input protocol data unit is A protocol processing device that creates and returns a response protocol data unit using data interprets the content of the protocol header in the input protocol data unit input from the receiving input terminal, and the input protocol data unit is A protocol header decoder that determines whether it is necessary to return the response protocol data unit to which data in the protocol data unit has been added, and protocol data that temporarily stores the data in the input protocol data unit input from the receiving input terminal. buffer and
response header generation means for generating a header for the response protocol data unit based on a determination result by the protocol header decoder that the response protocol data unit needs to be returned; and a response protocol data unit generated by the response header generation means. header data combining means for creating and returning the response protocol data unit using the header of the input protocol data unit and the data in the input protocol data unit temporarily stored in the protocol data buffer; a multiplexer for outputting the data in the input protocol data unit temporarily stored in the protocol data buffer to either the data storage means or the header data combination means; A protocol processing device characterized in that the response protocol data unit is created and returned at the same time as the input of the response protocol data unit.
JP3014675A 1991-01-14 1991-01-14 Protocol processor Pending JPH04241544A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3014675A JPH04241544A (en) 1991-01-14 1991-01-14 Protocol processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3014675A JPH04241544A (en) 1991-01-14 1991-01-14 Protocol processor

Publications (1)

Publication Number Publication Date
JPH04241544A true JPH04241544A (en) 1992-08-28

Family

ID=11867798

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3014675A Pending JPH04241544A (en) 1991-01-14 1991-01-14 Protocol processor

Country Status (1)

Country Link
JP (1) JPH04241544A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0597439A2 (en) * 1992-11-09 1994-05-18 Matsushita Electric Industrial Co., Ltd. Variable-length data alignment apparatus for digital video data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0597439A2 (en) * 1992-11-09 1994-05-18 Matsushita Electric Industrial Co., Ltd. Variable-length data alignment apparatus for digital video data
EP0597439A3 (en) * 1992-11-09 1995-09-20 Matsushita Electric Ind Co Ltd Variable-length data alignment apparatus for digital video data.

Similar Documents

Publication Publication Date Title
US6615282B1 (en) Adaptive messaging
US8583269B2 (en) Isochronous audio network software interface
JP2001177601A (en) Usb data transmission equipment and data compressing method
JPH04241544A (en) Protocol processor
US5842044A (en) Input buffer device for a printer using an FIFO and data input method
JP2001005718A (en) Protocol handler and its signal processing method
JPH06216970A (en) Communication control adaptor and communication management system
JP3230339B2 (en) Communication control device
JP3670372B2 (en) Data transfer device
KR100460994B1 (en) High-bandwidth I/O device with direct memory access and method thereof
JP2953362B2 (en) LAN switching device
CN118093292A (en) Self-adaptive random excitation verification method, system, terminal and medium
JP3255120B2 (en) Trailer processing system
CN118411919A (en) Display driving device, display system and data transmission method
JP2793480B2 (en) LAN data transmission method
JP3088341B2 (en) High-speed data transfer method on bus
JP2002326600A (en) Command transmission device and command transmission method
JPH07230404A (en) High-speed data access system of network connection system
JPH11261594A (en) Packet preferential reception processing method
KR20020054048A (en) A method of managing buffer for lan driver
KR20010027148A (en) apparatus and method for packet processing in Ethernet switching system
JPH0520260A (en) Serial bus control system
JP2002185470A (en) Lan connection system
JPH04314157A (en) Communication equipment
JP2002189696A (en) Method and device for transferring data at high speed between different types of devices