JP2698701B2 - LAN system - Google Patents

LAN system

Info

Publication number
JP2698701B2
JP2698701B2 JP2293898A JP29389890A JP2698701B2 JP 2698701 B2 JP2698701 B2 JP 2698701B2 JP 2293898 A JP2293898 A JP 2293898A JP 29389890 A JP29389890 A JP 29389890A JP 2698701 B2 JP2698701 B2 JP 2698701B2
Authority
JP
Japan
Prior art keywords
lan
arp
address
lcp
broadcast frame
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.)
Expired - Fee Related
Application number
JP2293898A
Other languages
Japanese (ja)
Other versions
JPH04167841A (en
Inventor
裕 平沢
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2293898A priority Critical patent/JP2698701B2/en
Publication of JPH04167841A publication Critical patent/JPH04167841A/en
Application granted granted Critical
Publication of JP2698701B2 publication Critical patent/JP2698701B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明は、複数の機器間の通信がLANを介して行わ
れるLANシステムに係り、特に1つの機器に複数のLAN制
御装置(LCP)を設けて送受信を分散制御するようにし
た分散制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a LAN system in which communication between a plurality of devices is performed via a LAN, and in particular, a plurality of LAN controls for one device. The present invention relates to a distributed control method in which a device (LCP) is provided to perform distributed control of transmission and reception.

(従来の技術) 一般に、CSMA/CD(Carrier Sence Multiple Access/C
ollision Detection)方式を適用するLANシステム、例
えばIEEE(アメリカ電気電子学会)802.3準拠のLANシス
テムでは、LANを介して相互に通信を行う計算機等の各
機器に対し、各機器に固有のLANアドレス(6バイトか
らなるアドレス)が割当てられる。送信元の機器は、こ
のLANアドレスを宛先アドレスとして指定してフレーム
をLAN上に送出することにより、目的とする相手機器
(送信先)へフレームを送信することができる。
(Conventional technology) Generally, CSMA / CD (Carrier Sence Multiple Access / C
In a LAN system that applies an ollision detection (ollision detection) method, for example, a LAN system compliant with IEEE (Institute of Electrical and Electronics Engineers) 802.3, each device such as a computer that communicates with each other via the LAN is provided with a unique LAN address (for each device). (Address consisting of 6 bytes). The transmission source device can transmit the frame to the destination device (transmission destination) by designating the LAN address as the destination address and transmitting the frame to the LAN.

LANアドレスは、予め機器内のデータベースに格納し
ておくことにより、或いはTCP/IP(Transmission Contr
ol Protocol/Internet Protocol)のARP(Address Reso
lution Protocol)と呼ばれるプロトコルにより、求め
られるものである。通常は、汎用性を考慮してARPが用
いられる。以下にARPの概要を述べる。
The LAN address can be stored in a database in the device in advance, or can be stored in TCP / IP (Transmission Control).
ol Protocol / Internet Protocol (ARP)
lution Protocol). Usually, ARP is used in consideration of versatility. The outline of ARP is described below.

まずARPは、TCP/IP上で機器を識別するためのアドレ
ス(インタネットアドレスと呼ばれる)から、LANアド
レス(IEEE802.3準拠のLANアドレス)を求めるためのプ
ロトコルである。ここで或る機器Aが別の機器BとLAN
を介して通信を行いたいものとする。この通信のために
は、機器Aが機器Bのインタネットアドレスを知ってい
ることが前提となる。このインタネットアドレスは、機
器Bの内のファイル(データベース)に格納されている
こともあるし、ネットワーク上のアプリケーションの1
つであるネームサーバによって通知されることもある。
First, ARP is a protocol for obtaining a LAN address (LAN address conforming to IEEE802.3) from an address (called an Internet address) for identifying a device on TCP / IP. Here, one device A is connected to another device B via LAN
Let's say you want to communicate via For this communication, it is assumed that the device A knows the Internet address of the device B. The Internet address may be stored in a file (database) in the device B, or may be stored in one of the applications on the network.
One name server.

さて、機器Aが機器BのLANアドレスを知るには、通
常、以下の手順による。
Now, in order for the device A to know the LAN address of the device B, the following procedure is usually performed.

機器Aは、機器Bのインタネットアドレスを持つARP
要求を、LAN上に同報フレーム(LAN上の全ての機器を宛
先とする同報アドレスを持つフレーム)で送信する。こ
のARP要求(ARP要求フレーム)には、機器AのLANアド
レスが送信元アドレス(送信元LANアドレス)として設
定されている。
Device A is an ARP with the Internet address of device B
The request is transmitted on the LAN in a broadcast frame (a frame having a broadcast address destined for all devices on the LAN). In the ARP request (ARP request frame), the LAN address of the device A is set as the source address (source LAN address).

LAN上の機器は、全てこのARP要求を受信する。All devices on the LAN receive this ARP request.

ARP要求を受信した各機器のうち、ARP要求中に入って
いるインタネットアドレスが自身のインタネットアドレ
スと異なる機器、即ち機器B以外の機器は、このARP要
求を廃棄する。
Among the devices that have received the ARP request, a device having an Internet address different from its own Internet address in the ARP request, that is, a device other than the device B, discards the ARP request.

一方、ARP要求中に入っているインタネットアドレス
が自身のインタネットアドレスと一致する機器、即ち機
器Bは、このARP要求に対する対応(ARP応答と呼ぶ)を
機器Aに返す。このARP応答は、受信したARP要求中に設
定されている送信元機器AのLANアドレスを指定して送
信されるため、機器Aだけに受信され、他の機器が受信
することはない。
On the other hand, the device whose Internet address in the ARP request matches its own Internet address, that is, device B, returns a response to the ARP request (referred to as an ARP response) to device A. Since the ARP response is transmitted by designating the LAN address of the source device A set in the received ARP request, the ARP response is received only by the device A, and is not received by other devices.

機器AはARP応答を受信すると、同応答中に設定され
ている送信元LANアドレスにより、機器BのLANアドレス
を得ることができる。
Upon receiving the ARP response, the device A can obtain the LAN address of the device B from the source LAN address set in the response.

これにより機器Aは、以降の機器Bへの送信を、ARP
要求に対するARP応答から得たLANアドレスを用いて行
う。
As a result, the device A makes the subsequent transmission to the device B an ARP
This is performed using the LAN address obtained from the ARP response to the request.

ところで、LANを介して相互に通信を行う各機器とLAN
との間には、各機器毎に、その機器をLANに接続するた
めのLANインタフェース機構が設けられる。このLANイン
タフェース機構はLAN制御装置(LAN Control Processo
r)と呼ばれる。LAN制御装置(以下、LCPと称する)は
対応する機器からの要求によりLAN上へのフレーム送信
を行う送信機能と、LAN上を流れるフレームを監視し、
自身のLANアドレス(または同報アドレス)を持つフレ
ームのみを取込む受信機能を持つ。
By the way, each device that communicates with each other via LAN
A LAN interface mechanism for connecting the device to a LAN is provided for each device. This LAN interface mechanism is a LAN control device (LAN Control Processo).
r). The LAN control device (hereinafter referred to as LCP) has a transmission function of transmitting a frame on the LAN in response to a request from the corresponding device, and monitors a frame flowing on the LAN,
It has a reception function that takes in only frames with its own LAN address (or broadcast address).

近年、このLCPに、TCP/IPプロトコルをファームウェ
アで実現し、LCPと接続されている計算機等の機器の負
荷を軽減することが行われている。しかし、逆にLCPで
の処理量が増えるため、大規模なシステムではLCPでの
処理がネックとなり、機器側で処理できる量が、LCPの
処理能力により制限されて頭打ちとなる問題があった。
In recent years, a TCP / IP protocol has been implemented in firmware for this LCP to reduce the load on devices such as computers connected to the LCP. However, on the contrary, since the processing amount in the LCP increases, the processing in the LCP becomes a bottleneck in a large-scale system, and the amount that can be processed on the device side is limited by the processing capacity of the LCP, and there is a problem that the processing level is leveled off.

(発明が解決しようとする課題) 上記したように従来のLANシステムでは、システム規
模が大きくなると、AANと計算機等の機器との間にあっ
てフレームの送受信を司るLANインタフェース機構(LC
P)での処理能力がネックとなり、機器側での単位時間
当たりの通信処理量の増加が図れないという問題があっ
た。
(Problems to be Solved by the Invention) As described above, in the conventional LAN system, when the system scale becomes large, a LAN interface mechanism (LC) for transmitting and receiving frames between the AAN and a device such as a computer.
There was a problem that the processing capacity in P) became a bottleneck, and it was not possible to increase the amount of communication processing per unit time on the device side.

この発明は上記事情に鑑みてなされたものでその目的
は、1つの機器に複数のLANインタフェース機構を接続
して負荷を分散することにより、1つの機器に接続され
るLANインタフェース機構全体の処理能力の向上を図
り、もって機器側の通信処理能力を自身の限界まで高
め、しかも相手機器などのLANインタフェース機構を使
用するかを意識させないで済むLANシステムを提供する
ことにある。
The present invention has been made in view of the above circumstances, and an object thereof is to connect a plurality of LAN interface mechanisms to one device and distribute the load, thereby processing capacity of the entire LAN interface mechanism connected to one device. It is an object of the present invention to provide a LAN system which can improve the communication processing capacity of the device side to its own limit, without having to be conscious of using the LAN interface mechanism of the partner device.

[発明の構成] (課題を解決するための手段) この発明は、複数の機器間の通信がLANを介して行わ
れるLANシステムにおいて、同システム内の複数の機器
のうちの少なくとも1つに、固有のLANアドレスが割当
てられるLANインタフェース機構(LCP)を複数接続する
と共に、この複数のLCPが接続される機器に、この複数
のLCPの負荷状態を監視する負荷監視手段と、LCPの1つ
でARP要求のための(通信相手のLANアドレスを取得する
ための)同報フレームが受信され、そのARP要求に対す
る応答(ARP応答)をARP要求元に返す必要がある場合
に、負荷監視手段の負荷監視結果をもとに負荷の軽いLC
Pを応答元として選択する処理手段(ARP処理手段)とを
設けたことを特徴とするものである。
[Configuration of the Invention] (Means for Solving the Problems) In a LAN system in which communication between a plurality of devices is performed via a LAN, at least one of the plurality of devices in the system includes: A plurality of LAN interface mechanisms (LCPs) to which unique LAN addresses are assigned are connected, and a load monitoring means for monitoring a load state of the plurality of LCPs on a device to which the plurality of LCPs are connected, and one of the LCPs. When a broadcast frame for an ARP request (to obtain the LAN address of the communication partner) is received and a response (ARP response) to the ARP request needs to be returned to the ARP request source, the load of the load monitoring means is increased. LC with light load based on monitoring results
Processing means (ARP processing means) for selecting P as a response source.

この発明はまた、上記複数のLCPの1つに同報フレー
ム受信の許可を与える同報フレーム受信制御手段を、上
記複数のLCPが接続される機器に更に設けたことを特徴
とする。
The present invention is further characterized in that a broadcast frame reception control means for giving permission to receive broadcast frames to one of the plurality of LCPs is further provided in a device to which the plurality of LCPs are connected.

(作用) 上記の構成において、複数のLCPが接続されている機
器、例えば機器B内の同報フレーム受信制御手段は、複
数のLCPのうちの1つを選び、同報フレームを受信する
ことの許可を与える。これにより、LANシステム内の他
の機器、例えば機器Aが機器Bのインタネットアドレス
からLANアドレスを求めるためのARP要求を同報フレーム
によりLAN上に送信した場合には、機器Bについては、
同装置Bに接続されている複数のLCPのうち、同報フレ
ーム受信が許可されている唯一のLCPにおいてのみARP要
求が受信される。この受信ARP要求は機器B内のARP処理
手段に渡される。
(Operation) In the above configuration, a device to which a plurality of LCPs are connected, for example, the broadcast frame reception control means in the device B selects one of the plurality of LCPs and receives a broadcast frame. Give permission. Accordingly, when another device in the LAN system, for example, the device A transmits an ARP request for obtaining the LAN address from the Internet address of the device B on the LAN by a broadcast frame,
The ARP request is received only in one of the plurality of LCPs connected to the device B that is permitted to receive the broadcast frame. This received ARP request is passed to ARP processing means in device B.

ARP処理手段は、渡されたARP要求中に自装置Bのイン
タネットアドレスが入っている場合、したがって自装置
BがARP要求に対する応答(ARP応答)を返さなければな
らない場合、負荷監視手段の監視結果をもとに、自装置
Bに接続されている複数のLCPの中から、その時点にお
いて負荷の最も少ないLCPをARP応答元として選択し、そ
の選択したLCPの固有のLANアドレスを(装置BのLANア
ドレスとして)ARP応答内に設定して、同LCPにARP応答
の送信を依頼する。これにより、選択(依頼)されたLC
Pが、ARP要求元の機器AにARP応答を返す。機器AはARP
応答から機器B(に接続されているARP応答元にLCP)の
LANアドレスを得、機器Bとの通信を、ARP応答を返した
LCPを介して実行することができる。
The ARP processing means checks the monitoring result of the load monitoring means when the passed ARP request includes the Internet address of the own device B, and therefore, when the own device B must return a response to the ARP request (ARP response). From the plurality of LCPs connected to the own device B, select the LCP with the least load at that time as the ARP response source, and set the unique LAN address of the selected LCP to (the device B's Set in the ARP response (as a LAN address) and request the LCP to send the ARP response. As a result, the selected (requested) LC
P returns an ARP response to ARP requesting device A. Device A is ARP
Response from device B (LCP to ARP responder connected to)
Obtained LAN address, returned ARP response for communication with device B
Can be performed via LCP.

以上の状態で、他の機器Cが機器Bと通信するために
ARP要求を同報フレームにより送出すると、先にARP応答
を返したLCPの負荷は機器Aとの間のフレーム送受信で
大きくなっていることから、今後は別のLCPがのARP応答
元として選択される。この結果、新たに選択されたLCP
が機器Cとの間のフレーム送受信を行うことになり、負
荷分散が図られる。しかも、機器Bとの通信を必要とす
る機器(ARP要求側機器)は、従来と同様のARP要求(通
信相手のLANアドレスを取得するための同報フレーム)
を送信するだけで、送受信の対象となる相手機器側LCP
のLANアドレスを相手機器のLANアドレスとして知ること
ができ、相手機器に複数のLCPが接続されていても、ど
のLCPを使うかを何等意識する必要がない。
In the above state, in order for the other device C to communicate with the device B
When an ARP request is sent by a broadcast frame, the load of the LCP that returned the ARP response earlier has increased due to the frame transmission / reception with device A, so another LCP will be selected as the ARP response source in the future. You. As a result, the newly selected LCP
Performs frame transmission / reception with the device C, thereby achieving load distribution. In addition, the device that needs communication with the device B (the ARP requesting device) sends the same ARP request (broadcast frame for acquiring the LAN address of the communication partner) as in the past.
Simply send the LCP
Can be known as the LAN address of the partner device, and even if a plurality of LCPs are connected to the partner device, there is no need to be conscious of which LCP to use.

(実施例) 第1図はこの説明の一実施例に係るLANシステムのブ
ロツク構成図である。同図において、10はCSMA/CD方式
のLAN、例えばIEEE802.3に準拠したLAN、11はLAN10の通
信媒体をなすLANケーブルである。20は情報処理装置、3
0−1,30−2…30−nはLAN10と情報処理装置20との間に
あって、情報処理装置20のためにLAN10(のLANケーブル
11)からのフレーム受信とLAN10へのフレーム送信を司
るLCP(LAN制御装置)である。LCP30−1〜30−nに
は、それぞれ固有のLANアドレス(IEEE802.3に準拠した
LANアドレス)が割当てられる。これは、情報処理装置2
0にn個のLANアドレスが割当てられることと等価であ
る。LCP30−1〜30−nはバス12−1〜12−nによって
情報処理装置20に接続されると共に、トランシーバケー
ブル13−1〜13−nによって(図示せぬトランシーバを
介して)LAN10のLANケーブル11に接続されている。LAN1
0のLANケーブル11にはまた、パーソナルコンピュータま
たはワークステーションなどのm台の機器(以下、PC/W
Sと称する)40−1,42−2…40−mがLCP(図示せず)を
介して接続されている。PC/WS40−1〜40−mは、情報
処理装置20との間で、或いは相互間で、LAN10を介して
通信を行うようになっている。
(Embodiment) FIG. 1 is a block diagram of a LAN system according to an embodiment of the present invention. In FIG. 1, reference numeral 10 denotes a LAN of the CSMA / CD system, for example, a LAN conforming to IEEE802.3, and reference numeral 11 denotes a LAN cable serving as a communication medium of the LAN 10. 20 is an information processing device, 3
.., 30-n are located between the LAN 10 and the information processing apparatus 20.
This is an LCP (LAN control device) that manages frame reception from 11) and frame transmission to the LAN 10. Each LCP 30-1 to 30-n has a unique LAN address (compliant with IEEE802.3).
LAN address). This is information processing device 2
This is equivalent to assigning n LAN addresses to 0. The LCPs 30-1 to 30-n are connected to the information processing device 20 by buses 12-1 to 12-n, and LAN cables of the LAN 10 (via transceivers not shown) by transceiver cables 13-1 to 13-n. Connected to 11. LAN1
0 LAN cable 11 also includes m units of personal computers or workstations (hereinafter referred to as PC / W
40-m are connected via LCP (not shown). The PCs / WSs 40-1 to 40-m communicate with the information processing device 20 or mutually via the LAN 10.

LCP30−1〜30−nは同報フレーム受信許可フラグ
(F)31−1〜31−nを有している。同報フレーム受信
許可フラグ31−i(i=1〜n)は、LCP30−iがLAN10
のLANケーブル11上の同報フレームを受信することを許
可(オンの場合)/禁止(オフの場合)するためのもの
で、情報処理装置20(内の後述する同報フレーム受信制
御部23)によって操作される。
The LCPs 30-1 to 30-n have broadcast frame reception permission flags (F) 31-1 to 31-n. The broadcast frame reception permission flag 31-i (i = 1 to n) indicates that the LCP 30-i
To allow (in the case of ON) / inhibit (in the case of OFF) the reception of the broadcast frame on the LAN cable 11 of the information processing apparatus 20 (the broadcast frame reception control unit 23 described later therein). Operated by

情報処理装置20は、同装置20に接続されるLCP30−1
〜30nの単位時間当りの送受信量を計測するLCP負荷監視
部21、LCP負荷監視部21によって計測されたLCP30−1〜
30−nの送受信量がLCP30−1〜30−nの負荷量として
保持される負荷テーブル22、LCP30−1〜30−nの1つ
(LCP30−i)を同報フレーム受信用に選択して、その
選択したLCP30−i内の同報フレーム受信フラグ31−i
をオンする同報フレーム受信制御部23、およびARP処理
部24の各機能ブロックを有している。ARP処理部24は、
同報フレーム受信が許可されたLCP30−iによってARP要
求が受信された場合に同ARP要求を処理し、自身が要求
先であるときはLCP30−1〜30−nの1つを用いて要求
元にARP応答を返すようになっている。
The information processing apparatus 20 includes an LCP 30-1 connected to the information processing apparatus 20.
LCP load monitoring unit 21 that measures the transmission / reception amount per unit time of ~ 30n, LCP 30-1 measured by LCP load monitoring unit 21
The load table 22, in which the transmission / reception amount of 30-n is held as the load amount of LCPs 30-1 to 30-n, selects one of LCPs 30-1 to 30-n (LCP30-i) for receiving broadcast frames. , The broadcast frame reception flag 31-i in the selected LCP 30-i
And a function block of an ARP processing unit 24. ARP processing unit 24
When the ARP request is received by the LCP 30-i permitted to receive the broadcast frame, the ARP request is processed. When the ARP request is requested, the request is transmitted using one of the LCPs 30-1 to 30-n. ARP response is returned.

第2図は第1図に示すARP処理部34の処理(ARP処理)
手順を説明するためのフローチャートである。
FIG. 2 shows the processing (ARP processing) of the ARP processing unit 34 shown in FIG.
It is a flowchart for demonstrating a procedure.

次に、第1図の構成の動作を説明する。 Next, the operation of the configuration shown in FIG. 1 will be described.

まず情報処理装置20内の同報フレーム受信制御部13
は、n台のLCP30−1〜30−nのうちの1台、例えばLCP
30−1を選び、このLCP30−1に対して同報フレームの
受信を許可しておく。これは、LCP30−1内部の同報フ
レーム受信許可フラグ31−1をオンにすることにより実
現される。本実施例において、同報フレーム受信許可フ
ラグ31−i(i=1〜n)がオフの場合には、対応する
LCP30−iはLAN10のLANケーブル11上の同報フレームを
取込まない。これに対し、同報フレーム受信許可フラグ
31−iがオンの場合には、LCP30−iはLANケーブル11上
の同報フレームを内部に取込み、情報処理装置20に渡
す。したがって、LCP30−1内の同報フレーム受信許可
フラグ30−1が選択的にオンされた上記の例では、LCP3
0−1〜30−nのうちのLCP30−1だけが、LANケーブル1
1上の同報フレームを受信する。
First, the broadcast frame reception control unit 13 in the information processing device 20
Is one of n LCPs 30-1 to 30-n, for example, LCP
30-1 is selected, and reception of a broadcast frame is permitted to this LCP 30-1. This is realized by turning on the broadcast frame reception permission flag 31-1 inside the LCP 30-1. In this embodiment, when the broadcast frame reception permission flag 31-i (i = 1 to n) is off, the
The LCP 30-i does not capture a broadcast frame on the LAN cable 11 of the LAN 10. On the other hand, the broadcast frame reception permission flag
When 31-i is on, the LCP 30-i takes in the broadcast frame on the LAN cable 11 and passes it to the information processing device 20. Therefore, in the above example where the broadcast frame reception permission flag 30-1 in the LCP 30-1 is selectively turned on, the LCP3
Only LCP30-1 of 0-1 to 30-n is LAN cable 1
Receive the broadcast frame on 1.

以上のような同報フレーム受信に対する制御が必要な
理由は次の通りである。即ち、各LCP30−1〜30−nに
同報フレーム受信を許可しておくと、全てのLCP30−1
〜30−nが同じ同報フレームを受信してしまい、情報処
理装置20内では、これらの同報フレームの同一性の確認
や、1つだけを残して他のフレームを廃棄するといった
余分な処理が必要となるためである。
The reason why it is necessary to control the reception of the broadcast frame as described above is as follows. That is, if the broadcast frame reception is permitted for each of the LCPs 30-1 to 30-n, all the LCPs 30-1
30-n receive the same broadcast frame, and in the information processing device 20, extra processing such as confirming the identity of these broadcast frames and discarding other frames except for one. Is necessary.

なお、同報フレーム受信許可フラグ31−1のオンによ
り同報フレーム受信可状態となったLCP30−1が故障
し、その旨が情報処理装置20によって検出された場合に
は、情報処理装置20は次の制御を行う。即ち情報処理装
置20は、まず故障LCP30−1を理論的にサービスから切
離すと共に、残りのLCP30−2〜30−nの中から1つLCP
を選択する。次に情報処理装置20は、選択したLCP内の
同報フレーム受信許可フラグをオンすることにより、同
報フレーム受信処理の継続を図る。
If the LCP 30-1 in the broadcast frame receivable state due to the turning on of the broadcast frame reception permission flag 31-1 fails and the information processing device 20 detects that the LCP 30-1 has failed, the information processing device 20 The following control is performed. That is, the information processing device 20 first logically separates the failed LCP 30-1 from the service, and one of the remaining LCPs 30-2 to 30-n.
Select Next, the information processing apparatus 20 turns on the broadcast frame reception permission flag in the selected LCP, thereby continuing the broadcast frame reception processing.

一方、情報処理装置20内のLCP負荷監視部21は、情報
処理装置20に接続されている各LCP30−1〜30−nの単
位時間当りの送受信量を計測し、負荷テーブル22に設定
する。この負荷テーブル22の内容は、一定時間間隔で更
新され、常に最新の送受信量、即ちLCP30−1〜30−n
の最新の負荷状態を示すように管理される。なお、送受
信量としては、送受信の総量でも、或いは回数でも、簡
単に実現でき負荷も少なくて済むものを適宜選べばよ
い。
On the other hand, the LCP load monitoring unit 21 in the information processing device 20 measures the amount of transmission / reception per unit time of each of the LCPs 30-1 to 30-n connected to the information processing device 20, and sets the measured amount in the load table 22. The contents of the load table 22 are updated at regular time intervals, and always have the latest transmission / reception amount, that is, LCPs 30-1 to 30-n.
Is managed so as to indicate the latest load state. Regarding the transmission / reception amount, the total amount or the number of transmission / reception may be appropriately selected from those which can be easily realized and have a small load.

ここで、以上のように、情報処理装置20において同報
フレーム受信制御部23とLCP負荷監視部21とが動作して
いる状態で、情報処理装置20内のARP処理部24がARP要求
を受取って適当なLCPを選択し、このLCPを用いてARP応
答を返す処理(ARP処理)について、第2図のフローチ
ャートを参照して説明する。
Here, as described above, the ARP processing unit 24 in the information processing device 20 receives the ARP request while the broadcast frame reception control unit 23 and the LCP load monitoring unit 21 are operating in the information processing device 20. The process of selecting an appropriate LCP and returning an ARP response using the LCP (ARP process) will be described with reference to the flowchart of FIG.

今、PC/WS40−1において、情報処理装置20と通信を
行う必要性が生じたものとする。このときPC/WS40−1
には、情報処理装置20(に接続されているLCP)のIEEE8
02.3LANアドレスが分らないものとする。この場合PC/WS
40−1は、(従来の技術)の項でも述べたように、情報
処理装置20のインタネットアドレスから同装置20のLAN
アドレスを求めるためのARP要求を、同報フレームによ
りLAN10のLANケーブル11に送出する。このLANケーブル1
1上のARP要求(ARP要求フレーム)の宛先アドレスには
同報アドレスが用いられ、送信元アドレス(発信元アド
レス)にはPC/WS40−1のLANアドレスが用いられる。
Now, it is assumed that the PC / WS 40-1 needs to communicate with the information processing device 20. At this time, PC / WS40-1
The information processing device 20 (the LCP connected to it)
02.3LAN address is unknown. In this case PC / WS
As described in (Prior Art), 40-1 is based on the Internet address of the information processing apparatus 20 and the LAN of the information processing apparatus 20.
An ARP request for obtaining an address is transmitted to the LAN cable 11 of the LAN 10 by a broadcast frame. This LAN cable 1
The broadcast address is used as the destination address of the ARP request (ARP request frame) on 1 and the LAN address of the PC / WS 40-1 is used as the source address (source address).

上記したLANケーブル11上のARP要求フレームは、LCP3
0−1〜30−nのうち同報フレーム受信が許可されてい
る(受信許可フラグがオンされている)LCP30−1によ
って受信される。また上記ARP要求フレームは、同報フ
レームであるが故にPC/WS40−2〜40−m側でも受信さ
れる。このARP要求フレームに含まれるインタネットア
ドレスは情報処理装置20のインタネットアドレスである
ため、このARP要求フレームは情報処理装置20以外では
廃棄される。
The ARP request frame on the LAN cable 11 described above is LCP3
The broadcast frame reception is permitted (the reception permission flag is turned on) among the LCPs 30-1 from 0-1 to 30-n. Since the ARP request frame is a broadcast frame, it is also received on the PC / WS 40-2 to 40-m side. Since the Internet address included in the ARP request frame is the Internet address of the information processing device 20, the ARP request frame is discarded by devices other than the information processing device 20.

さて、同報フレームの受信が許可されているLCP30−
1は、LANケーブル11上のPC/WS40−1からの同報フレー
ムを受信すると、同フレーム(ARP要求)を情報処理装
置20にバス12−1経由で転送する。情報処理装置20に転
送された同報フレームが本実施例のようにARP要求の場
合、同ARP要求は情報処理装置20内のARP処理部24に渡さ
れる(ステツプS1)。
By the way, LCP30- which is permitted to receive broadcast frames
When receiving a broadcast frame from the PC / WS 40-1 on the LAN cable 11, the 1 transfers the frame (ARP request) to the information processing device 20 via the bus 12-1. If the broadcast frame transferred to the information processing device 20 is an ARP request as in the present embodiment, the ARP request is passed to the ARP processing unit 24 in the information processing device 20 (step S1).

ARP処理部24はARP要求を受取ると、同ARP要求内に存
在するインタネットアドレスを取出し、そのアドレスが
自身のインタネットアドレス(情報処理装置20のインタ
ネットアドレス)と一致しているか否かをチェックする
(ステツプS2)。もし、一致しない場合には、ARP処理
部24は受取ったARP要求を廃棄して、次のARP要求を待
つ。
Upon receiving the ARP request, the ARP processing unit 24 extracts the Internet address present in the ARP request, and checks whether the address matches its own Internet address (the Internet address of the information processing device 20) ( Step S2). If they do not match, the ARP processing unit 24 discards the received ARP request and waits for the next ARP request.

これに対し本実施例のように、受取ったARP要求内の
インタネットアドレスが自身のインタネットアドレスと
一致する場合には、ARP処理部24は自身がARP応答を返さ
なければならないものと判断し、以降のステツプへ進
む。
On the other hand, as in the present embodiment, when the Internet address in the received ARP request matches its own Internet address, the ARP processing unit 24 determines that it must return an ARP response, and thereafter, Proceed to step.

まずARP処理部24は、LCP負荷監視部21が定期更新して
いる負荷テーブル22を調べ、LCP30−1〜30−nの中か
ら、その時点において負荷の最も少ないLCPをARP要求応
答元として選択する(ステツプS3)。ここでは、LCP30
−nが選択されたものとする。
First, the ARP processing unit 24 checks the load table 22 that is periodically updated by the LCP load monitoring unit 21, and selects the LCP with the least load at that time from the LCPs 30-1 to 30-n as an ARP request response source. (Step S3). Here, LCP30
It is assumed that −n is selected.

ARP処理部24はLCP30−nをARP要求応答元として選択
すると、そのLCP30−nのLANアドレスを(情報処理装置
20の)送信元アドレスとし、受取ったARP要求の送信元
アドレスであるPC/WS40−1のLANアドレスを宛先アドレ
スとするARP応答を作成する(ステツプS4)。
When selecting the LCP 30-n as the ARP request response source, the ARP processing unit 24 sets the LAN address of the LCP 30-n to (the information processing device).
An ARP response with the destination address being the LAN address of the PC / WS 40-1, which is the source address of the received ARP request, is created (step S4).

ARP処理部24はPC/WS40−1(RRP要求元)に返すべきA
RP応答を作成すると、そのARP応答をLANケーブル11上に
送信するように、ステツプS3で選択したLCP30−nにバ
ス12−nを介して依頼する(ステツプS5)。これによ
り、ARP処理部24におけるARP要求に対する一連のARP処
理は終了となる。
ARP processing unit 24 should return A to PC / WS40-1 (RRP request source)
When the RP response is created, the LCP 30-n selected in step S3 is requested via the bus 12-n to transmit the ARP response on the LAN cable 11 (step S5). Thus, a series of ARP processing for the ARP request in the ARP processing unit 24 ends.

ARP処理部24からの依頼を受けたLCP30−nは、ARP処
理部24で作成されたARP応答(ARP応答フレーム)をLAN
ケーブル11上に送出する。このARP応答は、その宛先ア
ドレスで指定されるARP要求元のPC/WS40−1で受信され
る。
The LCP 30-n receiving the request from the ARP processing unit 24 transmits the ARP response (ARP response frame) created by the ARP processing unit 24 to the LAN.
Send out on cable 11. This ARP response is received by the PC / WS 40-1 of the ARP request source specified by the destination address.

PC/WS40−1は、受信したARP応答の送信元アドレスか
ら、情報処理装置20(に接続されているLCP30−n)のI
EEE802.3LANアドレスを得、このLANアドレスを宛先アド
レスに用いることで、情報処理装置20との間でTCP/IPの
コミュニケーションを開始する。この際、PC/WS40−1
からの送信フレームは、同フレーム中の宛先アドレスで
示されるLANアドレスが割当てられているLCP30−nで受
信されて情報処理装置20に渡される。このため、PC/WS4
0−1はLCP30−nを何等意識せずに情報処理装置20と通
信することができる。
The PC / WS 40-1 determines the I / O address of the information processing device 20 (the LCP 30-n connected to the information processing device 20) from the source address of the received ARP response.
By obtaining the EEE802.3 LAN address and using this LAN address as the destination address, TCP / IP communication with the information processing device 20 is started. At this time, PC / WS40-1
Is received by the LCP 30-n to which the LAN address indicated by the destination address in the frame is assigned and passed to the information processing device 20. For this reason, PC / WS4
0-1 can communicate with the information processing device 20 without being aware of the LCP 30-n.

このようにして、PC/WS40−1と情報処理装置20との
間の通信がLCP30−nを介して行われると、LCP30−nの
負荷が多くなる。この状態で、PC/WS40−2〜40−mの
うちの例えばPC/WS40−2が情報処理装置20と通信を行
おうとして、ARP要求を同報フレームにより送出する
と、情報処理装置20内のARP処理部24のARP処理により、
今度はLCP30−n以外のLCPがARP応答元として選択され
る。そして、選択されたLCPからARP応答がARP要求元(P
C/WS40−2)に返される。この結果、PC/WS40−2は、
情報処理装置20との間の通信を新たに選択されたLCPを
介して(しかも、このLCPを何等意識することなく)行
うことができる。同様にして、m台のPC/WS40−1〜40
−mが情報処理装置20との間でほぼ並行して通信を行お
うとする場合には、各PC/WS40−1〜40−mに対してそ
れぞれ異なるLCPから、そのLCPの固有のLANアドレスがA
RP応答で返される(PC/WS数よりもLCP数の方が多い場
合)。このため、各PC/WS40−1〜40−mは、それぞれ
異なるLCPを介して情報処理装置20とほぼ並行して通信
でき、結果的にLCPの負荷が分散されたことになる。
As described above, when communication between the PC / WS 40-1 and the information processing apparatus 20 is performed via the LCP 30-n, the load on the LCP 30-n increases. In this state, when, for example, the PC / WS 40-2 among the PCs / WSs 40-2 to 40-m attempts to communicate with the information processing device 20 and sends out an ARP request by a broadcast frame, By the ARP processing of the ARP processing unit 24,
This time, LCPs other than LCP30-n are selected as ARP response sources. Then, the ARP response is sent from the selected LCP to the ARP request source (P
Returned to C / WS40-2). As a result, PC / WS40-2
Communication with the information processing device 20 can be performed via the newly selected LCP (and without any awareness of the LCP). Similarly, m PCs / WS40-1 to 40
In the case where −m intends to communicate with the information processing device 20 almost in parallel, a unique LAN address of the LCP is sent to each PC / WS 40-1 to 40−m from a different LCP. A
Returned in the RP response (when the number of LCPs is larger than the number of PCs / WSs). Therefore, each of the PCs / WSs 40-1 to 40-m can communicate with the information processing device 20 almost in parallel via different LCPs, and as a result, the load of the LCP is distributed.

なお、前記実施例では、IEEE802.3に準拠したLANシス
テムに実施した場合について説明したが、本発明は同報
フレームの送受信が可能であり、送信相手のLANアドレ
スを知るために同報フレームを送出するようなLANシス
テム全般に適用できる。
In the above-described embodiment, the case where the present invention is applied to a LAN system compliant with IEEE802.3 has been described.However, the present invention can transmit and receive broadcast frames, and transmits broadcast frames in order to know the LAN address of a transmission destination. It can be applied to all LAN systems that send data.

また、前記実施例では、複数のLCP(LAN制御装置)が
接続される情報処理装置(20)が1つの場合について説
明したが、同様の構成の情報処理装置が複数設けられた
システムにも適用可能である。更にPC/WS(パーソナル
コンピュータまたはワークステーション)にも複数のLS
Pを接続することも可能である。但し、多数の機器との
間で並列的に通信を行うことが少ないものに複数のLSP
を接続することは無駄である。
Further, in the above-described embodiment, the case has been described in which one information processing device (20) is connected to a plurality of LCPs (LAN control devices). However, the present invention is also applicable to a system provided with a plurality of information processing devices having the same configuration. It is possible. PC / WS (personal computer or workstation) also has multiple LS
It is also possible to connect P. However, multiple LSPs are used for devices that rarely communicate in parallel with many devices.
It is useless to connect.

[発明の効果] 以上詳述したようにこの発明によれば、複数の機器間
の通信がLANを介して行われるLANシステムにおいて、複
数の機器のうちの少なくとも1つに固有のLANアドレス
が割当てられる複数のLANインタフェース機構を接続
し、この複数のLANインタフェース機構を介してその接
続先の機器(特定機器と呼ぶ)と複数の機器との間の通
信が並列的に行える構成としたことにより、LANインタ
フェース機構の処理能力やバッファ容量に関係なく、特
定機器自身の性能の限界まで、通信処理能力を向上させ
ることができる。しかも、特定機器と通信を行う側にと
っては、どのLANインタフェース機構を介して通信を行
うかを何等意識することなく、従来と同様に相手機器
(特定機器)だけを意識するだけでよい。また、LANイ
ンタフェース機構が故障しても他のLANインタフェース
機構により処理を継続できるため、信頼性が向上する。
[Effect of the Invention] As described above in detail, according to the present invention, in a LAN system in which communication between a plurality of devices is performed via a LAN, a unique LAN address is assigned to at least one of the plurality of devices. By connecting a plurality of LAN interface mechanisms that can be connected, communication between the connected device (called a specific device) and the plurality of devices can be performed in parallel through the plurality of LAN interface mechanisms. Regardless of the processing capacity and buffer capacity of the LAN interface mechanism, the communication processing capacity can be improved to the limit of the performance of the specific device itself. In addition, the side that communicates with the specific device only needs to be aware of the partner device (specific device) in the same manner as in the related art, without being aware of which LAN interface mechanism to communicate with. Further, even if the LAN interface mechanism fails, processing can be continued by another LAN interface mechanism, so that reliability is improved.

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

第1図はこの発明の一実施例に係るLANシステムのブロ
ック構成図、第2図は第1図に示すARP処理部24の処理
手順を説明するためのフローチャートである。 10…LAN、11…LANケーブル、12−1〜12−n…バス、13
−1〜13−n…トランシーバケーブル、20…情報処理装
置、21…LCP負荷監視部、22…負荷テーブル、23…同報
フレーム受信制御部、24…ARP処理部、30−1〜30−n
…LCP(LAN制御装置、LANインタフェース機構)、31−
1〜31−n…同報フレーム受信許可フラグ(F)、40−
1〜40−m…PC/WS。
FIG. 1 is a block diagram of a LAN system according to an embodiment of the present invention, and FIG. 2 is a flowchart for explaining a processing procedure of the ARP processing unit 24 shown in FIG. 10 ... LAN, 11 ... LAN cable, 12-1 to 12-n ... Bus, 13
-1 to 13-n: transceiver cable, 20: information processing device, 21: LCP load monitoring unit, 22: load table, 23: broadcast frame reception control unit, 24: ARP processing unit, 30-1 to 30-n
... LCP (LAN controller, LAN interface mechanism), 31-
1-31-n Broadcast frame reception permission flag (F), 40-
1 to 40-m ... PC / WS.

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数の機器間の通信がLAN(ローカルエリ
アネットワーク)を介して行われるLANシステムにおい
て、 上記複数の機器のうちの少なくとも1つに、その機器と
上記LANとの間にあってフレーム送受信を行うもので、
固有のLANアドレスが割当てられるLANインタフェース機
構を複数接続すると共に、 この複数のLANインタフェース機構が接続される上記機
器に、この複数のLANインタフェース機構の負荷状態を
監視する負荷監視手段と、上記LANインタフェース機構
で通信相手のLANアドレスを取得するための同報フレー
ムが受信され、そのフレームに対する応答を同報フレー
ム送信元に返す必要がある場合に、上記負荷監視手段の
負荷監視結果をもとに負荷の軽いLANインタフェース機
構を応答元として選択する処理手段とを設け、 1つの機器に複数のLANインタフェース機構を接続して
負荷分散を行うようにしたことを特徴とするLANシステ
ム。
In a LAN system in which communication between a plurality of devices is performed via a LAN (Local Area Network), at least one of the plurality of devices transmits and receives a frame between the device and the LAN. To do
Load monitoring means for connecting a plurality of LAN interface units to each of which a unique LAN address is assigned, and monitoring the load status of the plurality of LAN interface units on the device to which the plurality of LAN interface units are connected; When a broadcast frame for acquiring the LAN address of the communication partner is received by the mechanism and a response to the frame needs to be returned to the broadcast frame transmission source, the load is monitored based on the load monitoring result of the load monitoring means. And a processing means for selecting a light LAN interface mechanism as a response source, and performing load distribution by connecting a plurality of LAN interface mechanisms to one device.
【請求項2】上記複数のLANインタフェース機構の1つ
だけに同報フレーム受信の許可を与える同報フレーム受
信制御手段を、上記複数のLANインタフェース機構が接
続される上記機器に更に設け、この同報フレームを受信
制御手段によって許可された上記LANインタフェース機
構だけで同報フレームの受信を行わせるようにしたこと
を特徴とする請求項1記載のLANシステム。
2. A broadcast frame reception control means for permitting broadcast frame reception to only one of said plurality of LAN interface mechanisms is further provided in said equipment to which said plurality of LAN interface mechanisms are connected. 2. The LAN system according to claim 1, wherein the broadcast frame is received only by the LAN interface mechanism permitted by the reception control means.
JP2293898A 1990-10-31 1990-10-31 LAN system Expired - Fee Related JP2698701B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2293898A JP2698701B2 (en) 1990-10-31 1990-10-31 LAN system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2293898A JP2698701B2 (en) 1990-10-31 1990-10-31 LAN system

Publications (2)

Publication Number Publication Date
JPH04167841A JPH04167841A (en) 1992-06-15
JP2698701B2 true JP2698701B2 (en) 1998-01-19

Family

ID=17800584

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2293898A Expired - Fee Related JP2698701B2 (en) 1990-10-31 1990-10-31 LAN system

Country Status (1)

Country Link
JP (1) JP2698701B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH066362A (en) * 1992-06-23 1994-01-14 Hitachi Ltd Message processing load distribution system for host system in lan
US5862450A (en) * 1995-12-14 1999-01-19 Sun Microsytems, Inc. Method and apparatus for delivering simultaneous constant bit rate compressed video streams at arbitrary bit rates with constrained drift and jitter
US5633810A (en) * 1995-12-14 1997-05-27 Sun Microsystems, Inc. Method and apparatus for distributing network bandwidth on a media server
WO2003065655A1 (en) * 2002-01-30 2003-08-07 Fujitsu Limited Transmission apparatus
JP4963794B2 (en) * 2005-03-10 2012-06-27 株式会社日立製作所 Information processing system and method

Also Published As

Publication number Publication date
JPH04167841A (en) 1992-06-15

Similar Documents

Publication Publication Date Title
CA2219333C (en) Data communication network with highly efficient polling procedure
EP1414186B1 (en) System and method for providing internet broadcasting data based on hierarchical structure
JP4053967B2 (en) VLAN server
KR100883405B1 (en) Arrangement for creating multiple virtual queue pairs from a compressed queue pair based on shared attributes
JPH0831884B2 (en) Network address allocation system
GB2258124A (en) Protocol parallel processing apparatus
US20070061484A1 (en) Methods and apparatus for processing a DHCP request using rule-based classification
US9137135B2 (en) Selective IP address allocation for probes that do not have assigned IP addresses
US6950873B2 (en) Apparatus and method for port sharing a plurality of server processes
JP2003046570A (en) Packet-monitoring system
JP2698701B2 (en) LAN system
CN106209680B (en) Information processing apparatus and information processing method
JP2001313674A (en) Network device and computer network
CN106534290B (en) Self-adaptive maintenance method and device for IP address of maintained equipment
US7783784B1 (en) Method and apparatus for adaptive selection of algorithms to load and spread traffic on an aggregation of network interface cards
US7529851B1 (en) Method and apparatus for MAC address assignment
US7697496B2 (en) System and method for multi-accessing radio communication data call
JP2006033106A (en) Service providing platform system
JP3807371B2 (en) Management range determination method, apparatus, and program for managing distributed network
JP3675806B2 (en) Address assignment method and apparatus in communication network
JP4148013B2 (en) Data communication apparatus and data communication method
AU711109C (en) Data communication network with highly efficient polling procedure
JPH1131135A (en) Client server network system
JPH07143177A (en) Node monitoring equipment
JPH11234291A (en) Network managing method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees