JPH0836536A - Data transmitting method of lan and lan board using the method - Google Patents

Data transmitting method of lan and lan board using the method

Info

Publication number
JPH0836536A
JPH0836536A JP6172975A JP17297594A JPH0836536A JP H0836536 A JPH0836536 A JP H0836536A JP 6172975 A JP6172975 A JP 6172975A JP 17297594 A JP17297594 A JP 17297594A JP H0836536 A JPH0836536 A JP H0836536A
Authority
JP
Japan
Prior art keywords
data
lan
server
nos
header
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
JP6172975A
Other languages
Japanese (ja)
Inventor
Hideyuki Terauchi
英幸 寺内
Hiroshi Nakao
宏 中尾
Kunihiko Tomimoto
邦彦 富本
Yoichi Fujimori
洋一 藤森
Teruo Fujimoto
輝夫 藤本
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.)
CONTEC KK
Original Assignee
CONTEC KK
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 CONTEC KK filed Critical CONTEC KK
Priority to JP6172975A priority Critical patent/JPH0836536A/en
Publication of JPH0836536A publication Critical patent/JPH0836536A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To speed up the transmission and reception of data by starting analyz ing the header part of the data in parallel to the input of the information data once the end of input of the header part of the data is detected. CONSTITUTION:When data are sent to the LAN board 3' of a server, the LAN board 3' inputs the data (packet). Namely, a LAN controller 16 starts inputting the data to the buffer of the server as they are and once a monitor part 21 confirms the input of the header part of the data ends, an interruption control circuit 22 outputs an interruption signal to the CPU of a personal computer through a personal computer bus 12. Then, a driver starts analyzing the header part of the data in parallel to the input of the information data paid of the data and outputs a confirmation signal to an NOS(network operation system) when it is confirmer that the data are data sent to the server. A driver to which a partial request signal for the data is outputted from the NOS transfers part of the information data part in the buffer to the NOS.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータ間のロー
カル・エリア・ネットワーク(LAN)におけるデータ
伝送方法、およびコンピュータの拡張スロットに取付け
られ、LANを形成するLANボードに関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of transmitting data in a local area network (LAN) between computers and a LAN board mounted in an expansion slot of the computer to form a LAN.

【0002】[0002]

【従来の技術】従来のLANボードの構成、および伝送
方法の一例を図3〜図6を参照しながら説明する。
2. Description of the Related Art An example of a conventional LAN board configuration and transmission method will be described with reference to FIGS.

【0003】図3において、1は通信回線(共通バス)
であり、この通信回線1に、複数台(図中では4台)の
パーソナル・コンピュータ(以下、パソコンと略す)2
の拡張スロットにそれぞれに取付けられたLANボード
3が接続されている。パソコン2の1台を、プリンタや
大容量のディスク(図示せず)が接続されるサーバ2A
とし、他の3台のパソコン2をクライアント2Bとして
いる。
In FIG. 3, reference numeral 1 is a communication line (common bus).
A plurality of (four in the figure) personal computers (hereinafter abbreviated as personal computers) 2 are connected to the communication line 1.
LAN boards 3 attached to the respective expansion slots are connected. A server 2A in which one of the personal computers 2 is connected to a printer or a large capacity disk (not shown)
And the other three personal computers 2 are clients 2B.

【0004】LANボード3は、ネットワーク形状に合
致するI/Fポート11と、このI/Fポート11に接続さ
れ、かつパソコン2のバス12にアドレスバス13、データ
バス14、およびコントロールバス15を介して接続され、
通信回線(共通バス)1へのアクセス、パケットの組み
立てなどの機能を有し、他のパソコン2間とのデータ通
信を行うLANコントローラ(ハードウェア)16から構
成されている。
The LAN board 3 is connected to the I / F port 11 conforming to the network shape, and the bus 12 of the personal computer 2 is provided with an address bus 13, a data bus 14, and a control bus 15. Connected through
The LAN controller (hardware) 16 has functions of accessing the communication line (common bus) 1, assembling packets, and performing data communication with other personal computers 2.

【0005】また、パソコン2には、LANボード3の
ドライバ(ソフトウェア)が格納されている。上記LA
Nボード3とドライバを使用したデータの伝送方法をク
ライアント2Bからサーバ2Aへデータを送信する場合
を例にとって説明する。サーバ2Aからクライアント2
Bへデータを送信する場合も同様である。以下説明する
データの伝送方法はバスマスタ方式と呼ばれるものであ
る。
The personal computer 2 also stores a driver (software) for the LAN board 3. LA above
A data transmission method using the N board 3 and the driver will be described by taking a case of transmitting data from the client 2B to the server 2A as an example. Server 2A to client 2
The same applies when transmitting data to B. The data transmission method described below is called a bus master method.

【0006】図5に示すように、クライアント2Bのア
プリケーションソフトにおいてサーバ2Aへのデータ
(D1〜D6)送信の状況が発生すると(データはメモ
リにある)、クライアント2Bのオペレーションシステ
ム(OS)とネットワークオペレーションシステム(N
OS)は、ドライバへデータD1を送信し、このドライ
バはLANコントローラ16によりデータD1をI/Fポ
ート11、通信回線1を介してサーバ2AのLANボード
3へ送信する。
As shown in FIG. 5, when the application software of the client 2B transmits data (D1 to D6) to the server 2A (the data is in the memory), the operating system (OS) of the client 2B and the network. Operation system (N
The OS) transmits the data D1 to the driver, and the driver transmits the data D1 to the LAN board 3 of the server 2A via the I / F port 11 and the communication line 1 by the LAN controller 16.

【0007】サーバ2AのLANボード3は図6に示す
ように、このデータD1を取り込む。すなわち、LAN
コントローラ16は、I/Fポート11を介して入力したデ
ータD1をサーバ2Aのバッファにそのまま取り込み、
取り込みが終了すると、パソコン用バス12を介してサー
バ2AのCPUへ割り込み信号を出力する。すると、ド
ライバは、バッファに格納されたデータD1のヘッダー
部の解析を行い、サーバ2Aへ送信されてきたデータで
あることを確認すると、NOSへこの確認信号を出力
し、解析結果を通知する。NOSは、ドライバへデータ
の一部要求信号を出力し、ドライバはバッファの情報デ
ータ部の一部をNOSへ転送する。この動作は全ての情
報データ部のデータがNOSへ転送されるまで行われ、
NOSにおいてデータD1がサーバ2Aのメモリに格納
され、後にこのデータD1の内容が実行、たとえばプリ
ンタが駆動される。NOSへのデータの転送が終了する
と、受領信号rがドライバより通信回線1を介してクラ
イアント2BのLANボード3へ送信される。
The LAN board 3 of the server 2A fetches this data D1 as shown in FIG. That is, LAN
The controller 16 fetches the data D1 input via the I / F port 11 as it is into the buffer of the server 2A,
When the loading is completed, an interrupt signal is output to the CPU of the server 2A via the personal computer bus 12. Then, the driver analyzes the header portion of the data D1 stored in the buffer, and when it confirms that the data has been transmitted to the server 2A, outputs the confirmation signal to the NOS and notifies the analysis result. The NOS outputs a partial data request signal to the driver, and the driver transfers a part of the information data portion of the buffer to the NOS. This operation is performed until all the data in the information data section is transferred to the NOS,
In NOS, the data D1 is stored in the memory of the server 2A, and the contents of this data D1 are executed later, for example, the printer is driven. When the data transfer to the NOS is completed, the reception signal r is transmitted from the driver to the LAN board 3 of the client 2B via the communication line 1.

【0008】クライアント2BのLANコントローラ16
へこの受領信号rが入力されると、ドライバはこの受領
信号rをNOSへ転送し、NOSは、受領信号rに応じ
てドライバへデータD2を送信する。
LAN controller 16 of client 2B
When the reception signal r is input to the driver, the driver transfers the reception signal r to the NOS, and the NOS transmits the data D2 to the driver in response to the reception signal r.

【0009】上記手順が繰り返され、データ(D1〜D
6)は、全てサーバ2Aへ送信され、データ(D1〜D
6)の内容に応じた動作が実行される。
The above procedure is repeated, and the data (D1 to D
6) are all transmitted to the server 2A and data (D1 to D)
The operation according to the content of 6) is executed.

【0010】[0010]

【発明が解決しようとする課題】しかし、上記従来の構
成、および伝送方法では、サーバ2Aにおけるデータの
到達時から格納終了および受領信号rの出力時までの処
理に時間がかかるために、クライアント2Bからサーバ
2Aへのデータの送信に時間がかかるという問題があっ
た。また、逆にサーバ2Aからクライアント2B、また
クライアント2B間においてものデータの送信にも同様
に時間がかかるという問題があった。
However, in the above-described conventional configuration and transmission method, since it takes time from the arrival of data in the server 2A to the end of storage and the output of the reception signal r, the client 2B has a problem. There is a problem that it takes time to transmit data from the server to the server 2A. On the contrary, there is also a problem that it takes time to transmit data from the server 2A to the client 2B and between the clients 2B.

【0011】本発明は上記問題を解決するものであり、
データの送受信の高速化を実現するLANのデータ伝送
方法、およびLANボードを提供することを目的とする
ものである。
The present invention solves the above problems,
An object of the present invention is to provide a LAN data transmission method and a LAN board that realize high-speed data transmission and reception.

【0012】[0012]

【課題を解決するための手段】上記問題を解決するため
第1発明のLANの伝送方法は、データが到達すると、
データの取り込みを開始し、このデータのヘッダー部の
取り込み終了を検出すると、データの情報データ部の取
り込みと平行して前記ヘッダー部の解析を開始すること
を特徴とするものである。
In order to solve the above problems, the LAN transmission method of the first invention is such that when data arrives,
When data acquisition is started and the end of the header of the data is detected, the analysis of the header is started in parallel with the acquisition of the information data part of the data.

【0013】また第2発明のLANボードは、ローカル
・エリア・ネットワークのアダプタ機能を有するLAN
コントローラが設けられ、コンピュータに取付けられる
LANボードであって、前記LANコントローラにより
取り込み中のデータのヘッダー部の取り込み終了を検出
するモニタ部を有し、このモニタ部によるヘッダー部の
取り込み終了の検出により前記コンピュータのCPUへ
割り込み信号を出力する割り込み制御回路を設けたこと
を特徴とするものである。
The LAN board of the second invention is a LAN having an adapter function for a local area network.
A LAN board provided with a controller and attached to a computer, which has a monitor unit for detecting the end of capturing the header section of the data being captured by the LAN controller. An interrupt control circuit for outputting an interrupt signal to the CPU of the computer is provided.

【0014】[0014]

【作用】上記第1発明の方法により、データが到達する
と、データの取り込みを開始し、このデータのヘッダー
部の取り込み終了を検出すると、データの情報データ部
の取り込みと平行して前記ヘッダー部の解析が開始さ
れ、よってデータの到達時から格納終了および受領信号
の出力時までの処理時間が短縮される。
According to the method of the first aspect of the invention, when data arrives, data fetching is started, and when the end of fetching the header section of this data is detected, the header section of the data is fetched in parallel with the fetching of the information data section of the data. Analysis is started, and thus the processing time from the arrival of data to the end of storage and the output of a reception signal is shortened.

【0015】また上記第2発明の構成により、割り込み
制御回路を付加したことによって、データのヘッダー部
の取り込み終了すると、コンピュータのCPUへ割り込
み信号が出力される。よって、この割り込み信号に基づ
いて、データの情報データ部の取り込みと平行してデー
タのヘッダー部の解析が可能となる。
With the configuration of the second aspect of the invention, by adding the interrupt control circuit, the interrupt signal is output to the CPU of the computer when the header of the data has been fetched. Therefore, based on the interrupt signal, the header portion of the data can be analyzed in parallel with the fetching of the information data portion of the data.

【0016】[0016]

【実施例】以下、本発明の一実施例を図面に基づいて説
明する。なお、従来例の図3〜図6の構成と同一の構成
には同一の符号を付して説明を省略する。
An embodiment of the present invention will be described below with reference to the drawings. The same components as those shown in FIGS. 3 to 6 of the conventional example are designated by the same reference numerals and the description thereof will be omitted.

【0017】図1は本発明の一実施例におけるLANボ
ードの構成図である。このLANボード3’には、アド
レスバス13、データバス14、およびコントロールバス15
に接続され、LANコントローラ16によりパソコン2の
バッファへ取り込み中のデータのヘッダー部の取り込み
終了を検出するモニタ部21を有し、このモニタ部21によ
るヘッダー部の取り込み終了の検出によりパソコン用バ
ス12を介してパソコン2のCPUへ割り込み信号を出力
する割り込み制御回路22が付加されている。また、この
割り込み制御回路22には、従来のLANコントローラ16
から出力される割り込み信号が入力されており、割り込
み制御回路22はこの割り込み信号をそのままパソコン用
バス12を介してパソコン2のCPUへ出力する。
FIG. 1 is a block diagram of a LAN board in one embodiment of the present invention. This LAN board 3'includes an address bus 13, a data bus 14, and a control bus 15.
The monitor unit 21 is connected to the LAN controller 16 and detects the end of the header section of the data being taken into the buffer of the personal computer 2 by the LAN controller 16. The personal computer bus 12 is detected by the monitor section 21 when the end of the header section is taken. An interrupt control circuit 22 for outputting an interrupt signal to the CPU of the personal computer 2 via the is added. Further, the interrupt control circuit 22 includes a conventional LAN controller 16
The interrupt control circuit 22 outputs the interrupt signal as it is to the CPU of the personal computer 2 through the personal computer bus 12.

【0018】また、パソコン2には、このLANボード
3’のドライバ(ソフトウェア)が格納されている。ま
たLANボード3’には、10BASE5システム、10B
ASE2システム、10BASE−Tシステムに合致した
I/Fポート23〜25が設けられ、またコリジョン、リン
ク、送信、および受信の4つの状態をそれぞれ表示する
ランプ26〜29が設けられており、これらポート23〜25と
状態表示ランプ26〜29はLANコントローラ16に接続さ
れている。LANコントローラ16により駆動されるラン
プ26〜29の点灯状況により、ネットワーク状態や通信状
態を確認することができる。また、各I/Fポート23〜
25は、LANコントローラ16により自動選択され、切換
えスイッチを排除して、設置時のトラブル要因をなくし
ている。
The personal computer 2 also stores a driver (software) for the LAN board 3 '. The LAN board 3'includes 10BASE5 system, 10B
I / F ports 23 to 25 compatible with the ASE2 system and the 10BASE-T system are provided, and lamps 26 to 29 indicating the four states of collision, link, transmission, and reception are provided, respectively. 23 to 25 and status display lamps 26 to 29 are connected to the LAN controller 16. The lighting status of the lamps 26 to 29 driven by the LAN controller 16 enables confirmation of the network status and communication status. Also, each I / F port 23-
The LAN controller 16 is automatically selected by the LAN controller 16, and the changeover switch is eliminated to eliminate trouble factors during installation.

【0019】上記LANボード3’とドライバを使用し
たデータ伝送方法をクライアント2Bからサーバ2Aへ
データを送信する場合を例にとって説明する。サーバ2
Aからクライアント2Bへデータを送信する場合も同様
である。
A data transmission method using the LAN board 3'and the driver will be described by taking an example of transmitting data from the client 2B to the server 2A. Server 2
The same applies when data is transmitted from A to the client 2B.

【0020】従来例と同様に、通信回線1を介してサー
バ2AのLANボード3’へデータD1が送信されてく
ると、サーバ2AのLANボード3’は図2に示すよう
に、このデータD1(パケット)を取り込む。
Similar to the conventional example, when the data D1 is transmitted to the LAN board 3'of the server 2A via the communication line 1, the LAN board 3'of the server 2A, as shown in FIG. Capture (packet).

【0021】すなわち、LANコントローラ16は、到達
したデータD1をサーバ2Aのバッファへそのまま取り
込み(入力)を開始し、モニタ部21が、このデータD1
の取り込み中に、データD1のヘッダー部の取り込み終
了を確認すると、割り込み制御回路22はパソコン用バス
12を介してパソコン2のCPUへ割り込み信号を出力す
る。
That is, the LAN controller 16 starts fetching (inputting) the arrived data D1 into the buffer of the server 2A as it is, and the monitor section 21 starts the data D1.
If it is confirmed that the header of the data D1 has been captured during the capture of the data, the interrupt control circuit 22
An interrupt signal is output to the CPU of the personal computer 2 via 12.

【0022】すると、ドライバは、データD1の情報デ
ータ部の取り込みと平行してデータのヘッダー部の解析
を開始し、サーバ2Aへ送信されてきたデータであるこ
とを確認すると、NOSへこの確認信号を出力し、解析
結果を通知する。NOSは、ドライバへデータの一部要
求信号を出力し、ドライバはバッファの情報データ部の
一部をNOSへ転送する。この動作は全ての情報データ
部のデータがNOSへ転送されるまで行われ、NOSに
おいてデータD1がメモリに格納され、後にこのデータ
D1の内容が実行、たとえばプリンタが駆動される。N
OSにおいてデータの実行が終了すると、受領信号rが
ドライバより通信回線1を介してクライアント2BのL
ANボード3へ送信される。
Then, the driver starts the analysis of the header portion of the data in parallel with the fetching of the information data portion of the data D1, and when it confirms that the data has been transmitted to the server 2A, the confirmation signal is sent to the NOS. Is output and the analysis result is notified. The NOS outputs a partial data request signal to the driver, and the driver transfers a part of the information data portion of the buffer to the NOS. This operation is performed until the data in all the information data sections are transferred to the NOS, the data D1 is stored in the memory in the NOS, and the contents of the data D1 are executed later, for example, the printer is driven. N
When the OS finishes executing the data, the reception signal r is sent from the driver via the communication line 1 to the L level of the client 2B.
It is transmitted to the AN board 3.

【0023】この後の手順は従来例と同様であり、説明
を省略する。このように、LANボード3’に割り込み
制御回路22を付加したことにより、データのヘッダー部
の取り込み終了すると、パソコン2のCPUへ割り込み
信号が出力され、ドライバによりデータの情報データ部
の取り込みと平行してデータの解析が開始されることに
よって、データの到達時から格納終了および受領信号r
の出力時までの処理時間が短縮され、データの送受信の
高速化を実現することができる。
The procedure after this is the same as that of the conventional example, and the description is omitted. In this way, by adding the interrupt control circuit 22 to the LAN board 3 ', when the data header portion has been taken in, an interrupt signal is output to the CPU of the personal computer 2 and the driver parallelly takes in the data information data portion. Then, the data analysis is started, and the storage end and reception signal r
It is possible to shorten the processing time up to the output of and to speed up data transmission and reception.

【0024】また通信回線1を流れるデータは従来と同
一なため、サーバ2Aとクライアント2Bをペアにする
必要がなく、本発明のLANボード3’とドライバを備
えたパソコン2を従来の通信回線1に接続でき、混在さ
せることができる。
Since the data flowing through the communication line 1 is the same as the conventional one, it is not necessary to pair the server 2A and the client 2B, and the personal computer 2 equipped with the LAN board 3'and the driver of the present invention is connected to the conventional communication line 1. Can be connected to and can be mixed.

【0025】[0025]

【発明の効果】以上述べたように本発明によれば、デー
タが到達すると、データの取り込みを開始し、このデー
タのヘッダー部の取り込み終了を検出すると、データの
情報データ部の取り込みと平行して前記ヘッダー部の解
析が開始されることにより、データの到達時から格納終
了および受領信号の出力時までの処理時間を短縮でき、
データの送受信の高速化を実現することができる。
As described above, according to the present invention, when the data arrives, the data fetching is started, and when the end of the header portion of the data is detected, the fetching of the data is performed in parallel with the data fetching of the information data portion. By starting the analysis of the header section, the processing time from the arrival of data to the end of storage and the output of a reception signal can be shortened,
It is possible to speed up data transmission and reception.

【0026】また第2発明によれば、割り込み制御回路
を付加したことにより、データのヘッダー部の取り込み
終了すると、コンピュータのCPUへ割り込み信号が出
力されることによって、この割り込み信号に基づいて、
データの情報データ部の取り込みと平行してデータのヘ
ッダー部の解析が可能となり、したがって、データの到
達時から格納終了および受領信号の出力時までの処理時
間を短縮することができ、データの送受信の高速化を実
現することができる。
According to the second aspect of the invention, since the interrupt control circuit is added, when the data header portion has been fetched, an interrupt signal is output to the CPU of the computer.
The data header part can be analyzed in parallel with the data information part capture, so the processing time from the arrival of data to the end of storage and the output of a reception signal can be shortened, and data transmission and reception can be performed. It is possible to realize high speed.

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

【図1】本発明の一実施例におけるLANボードの構成
図である。
FIG. 1 is a configuration diagram of a LAN board according to an embodiment of the present invention.

【図2】同LANボードを使用したデータの伝送方式の
説明図である。
FIG. 2 is an explanatory diagram of a data transmission method using the LAN board.

【図3】LANボードを使用したシステムの構成図であ
る。
FIG. 3 is a configuration diagram of a system using a LAN board.

【図4】従来のLANボードの構成図である。FIG. 4 is a configuration diagram of a conventional LAN board.

【図5】従来のLANボードを使用したデータの伝送方
式の説明図である。
FIG. 5 is an explanatory diagram of a data transmission method using a conventional LAN board.

【図6】従来のLANボードを使用したデータの伝送方
式の説明図である。
FIG. 6 is an explanatory diagram of a data transmission method using a conventional LAN board.

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

1 通信回線(共通バス) 2 パーソナル・コンピュータ(パソコン) 3’ LANボード 12 パソコン用バス 13 アドレスバス 14 データバス 15 コントロールバス 16 LANコントローラ 21 モニタ部 22 割り込み制御回路 23〜25 I/Fポート 26〜29 状態表示ランプ 1 Communication line (common bus) 2 Personal computer (personal computer) 3'LAN board 12 Personal computer bus 13 Address bus 14 Data bus 15 Control bus 16 LAN controller 21 Monitor section 22 Interrupt control circuit 23-25 I / F port 26- 29 Status indicator

───────────────────────────────────────────────────── フロントページの続き (72)発明者 藤森 洋一 大阪府大阪市西淀川区姫里3丁目9番31号 株式会社コンテック内 (72)発明者 藤本 輝夫 大阪府大阪市西淀川区姫里3丁目9番31号 株式会社コンテック内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Yoichi Fujimori 3-931 Himesato Nishiyodogawa-ku, Osaka City, Osaka Prefecture Contec Co., Ltd. (72) Teruo Fujimoto Inventor Teruo Fujimoto 3-931 Himesato, Nishiyodogawa-ku, Osaka Issue within Contec Co., Ltd.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ローカル・エリア・ネットワークにおけ
るデータ伝送方法であって、 データが到達すると、データの取り込みを開始し、この
データのヘッダー部の取り込み終了を検出すると、デー
タの情報データ部の取り込みと平行して前記ヘッダー部
の解析を開始することを特徴とするデータ伝送方法。
1. A data transmission method in a local area network, wherein when data arrives, data acquisition is started, and when the end of the header part of this data is detected, the information data part of the data is acquired. A data transmission method, characterized in that the analysis of the header portion is started in parallel.
【請求項2】 ローカル・エリア・ネットワークのアダ
プタ機能を有するLANコントローラが設けられ、コン
ピュータに取付けられるLANボードであって、 前記LANコントローラにより取り込み中のデータのヘ
ッダー部の取り込み終了を検出するモニタ部を有し、こ
のモニタ部によるヘッダー部の取り込み終了の検出によ
り前記コンピュータのCPUへ割り込み信号を出力する
割り込み制御回路を設けたことを特徴とするLANボー
ド。
2. A LAN board provided with a LAN controller having a local area network adapter function and attached to a computer, wherein the monitor section detects the end of capturing the header section of the data being captured by the LAN controller. A LAN board having an interrupt control circuit for outputting an interrupt signal to the CPU of the computer upon detection of the end of capturing the header section by the monitor section.
JP6172975A 1994-07-26 1994-07-26 Data transmitting method of lan and lan board using the method Pending JPH0836536A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6172975A JPH0836536A (en) 1994-07-26 1994-07-26 Data transmitting method of lan and lan board using the method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6172975A JPH0836536A (en) 1994-07-26 1994-07-26 Data transmitting method of lan and lan board using the method

Publications (1)

Publication Number Publication Date
JPH0836536A true JPH0836536A (en) 1996-02-06

Family

ID=15951840

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6172975A Pending JPH0836536A (en) 1994-07-26 1994-07-26 Data transmitting method of lan and lan board using the method

Country Status (1)

Country Link
JP (1) JPH0836536A (en)

Similar Documents

Publication Publication Date Title
US7251704B2 (en) Store and forward switch device, system and method
JP3799184B2 (en) COMMUNICATION METHOD, TRANSMISSION METHOD, RECEPTION METHOD, AND DEVICE FOR IMPLEMENTING THEM
US7957402B2 (en) UDP to TCP bridge
US6967960B1 (en) Method and apparatus for emulating a local data port
JP4799118B2 (en) Information processing apparatus, information processing system, communication relay apparatus, and communication control method
JPH0778112A (en) Network system and communication method for network
JP2001117892A (en) Multi-processor computer system for communication via internal bus and its communication method
CN111177065A (en) Multi-chip interconnection method and device
CA2461156C (en) Software transparent system and method for peer-to-peer message routing
US8804543B2 (en) Test method for network system
US7050962B2 (en) Method for connecting a hardware emulator to a network
US6192409B1 (en) X.25 network connection for X.25 protocol communication used in a full electronic switching system
JPH0836536A (en) Data transmitting method of lan and lan board using the method
US6968386B1 (en) System for transferring data files between a user workstation and web server
US20020129099A1 (en) Method and apparatus for virtualizing a serial port in a data processing system
JP3278831B2 (en) Packet processing device
KR100396782B1 (en) Ethernet connection apparatus and method using hot standby double process board and one repeater/hub
JP2848370B2 (en) Communication line monitoring device
JPS6298444A (en) Data communication system
JP3299021B2 (en) Multi-bus II-SCSI bus data transfer method and apparatus
KR100205055B1 (en) Emergency message send control method in a send network interface
KR0176078B1 (en) Transfer acknowledge processing controller
KR20220118226A (en) Peripheral component interconnect express interface device and system including the same
JP3068701U (en) Printer device
JP2001142852A (en) Synchronism and communication control device for high- speed parallel computation