JPH03283850A - Computer system - Google Patents

Computer system

Info

Publication number
JPH03283850A
JPH03283850A JP2083814A JP8381490A JPH03283850A JP H03283850 A JPH03283850 A JP H03283850A JP 2083814 A JP2083814 A JP 2083814A JP 8381490 A JP8381490 A JP 8381490A JP H03283850 A JPH03283850 A JP H03283850A
Authority
JP
Japan
Prior art keywords
communication processing
layer
network
packet
relay
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
JP2083814A
Other languages
Japanese (ja)
Inventor
Kenichi Hori
健一 堀
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2083814A priority Critical patent/JPH03283850A/en
Publication of JPH03283850A publication Critical patent/JPH03283850A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To relay a packet in a network layer even in a computer system which executes protocol processing up to a transport layer by performing the protocol processing below the transport layer of a packet received via a mutual connection means, and executing the relay of the packet in the network layer. CONSTITUTION:The protocol processing is performed at the network layer 3b of a communication processing layer 3 receiving the packet from a network 6, and the relay of the packet is performed by transmitting to the network layer 4b of communication processing equipment 4 connected to a transfer destination network without interposing a host computer 2 via the mutual connection means 5. Thereby, it is possible to execute the relay of the packet in the network layers 3b, 4b even in the computer system which executes the protocol processing up to the transport layers 3a, 4a in plural communication processing equipment 3, 4, and also, to perform communication processing according to an OSI reference model, which reduces a load on the host computer required for the relay.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はホスト計算機および通信処理装置により構成さ
れた計算機システムに利用する。本発明は通信処理装置
内でネットワーク層のルーチング機能を実行する場合の
処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention is applied to a computer system configured by a host computer and a communication processing device. The present invention relates to a processing method for executing a network layer routing function within a communication processing device.

〔概要〕〔overview〕

本発明はホスト計算機と複数の通信処理装置とを備え、
複数のネットワークに接続された計算機システムにおい
て、 各通信処理装置に、パケットの中継をネットワーク層で
行うトランスポート層以下に対するプロトコル処理手段
を備え、通信処理装置を相互接続することにより、 トランスポート層までのプロトコル処理を実行する計算
機システムであっても、ネットワーク層においてパケッ
トの中継を行えるようにし、ホスト計算機の負荷を軽減
できるようにしたものである。
The present invention includes a host computer and a plurality of communication processing devices,
In a computer system connected to multiple networks, each communication processing device is equipped with a protocol processing means for the transport layer and below, which relays packets at the network layer, and by interconnecting the communication processing devices, up to the transport layer. Even in a computer system that executes protocol processing, packets can be relayed at the network layer to reduce the load on the host computer.

〔従来の技術〕[Conventional technology]

通信処理装置は通信に関する処理専用の計算機であり、
主にホスト計算機の負荷を減らす目的で使用される。そ
のために、複数のネットワークを制御する場合には複数
の通信処理装置を用いて負荷をさらに分散させ、上位層
までの機能をなるべく通信処理装置内で実行するように
している。通信アプリケーションと通信基盤との接点で
あるトランスポート層までを通信処理装置が分担するの
が一般的である。
A communication processing device is a computer dedicated to communication-related processing.
It is mainly used to reduce the load on the host computer. For this reason, when controlling multiple networks, multiple communication processing devices are used to further distribute the load, and functions up to the upper layer are executed within the communication processing device as much as possible. It is common for a communication processing device to handle up to the transport layer, which is the point of contact between a communication application and a communication infrastructure.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

トランスポート層までを実行する通信処理装置をホスト
計算機に複数接続するとネットワーク層の機能が不完全
になる。計算機システムに接続される複数のネットワー
クの一方から受信したデータを他方に送信する中継はO
3I参照モデルによるとネットワーク層で行うことにな
っているが、中継すべき他方のネットワークが別の通信
処理装置に接続されている場合には、第2図に示すよう
にネットワーク層でのパケット中継をサポートすること
ができず、あえてデータを中継するためにはホスト計算
機内の上位層、あるいはそれ以上のレベルで行うことに
なるが、その場合上位レベルで中継のためのプロトコル
を新たに設定し、それを実行するためのアプリケーショ
ンプログラムが必要となる。また、ホスト計算機の処理
能力を必要とすることから、負荷分散のために通信処理
装置を導入する意味が薄れる。
If multiple communication processing devices that execute up to the transport layer are connected to a host computer, the functions of the network layer will become incomplete. The relay that sends data received from one of multiple networks connected to a computer system to the other is O.
According to the 3I reference model, packet relay is performed at the network layer, but if the other network to be relayed is connected to another communication processing device, packet relay is performed at the network layer as shown in Figure 2. In order to relay data, it must be done at an upper layer within the host computer or at a higher level, but in that case, a new protocol for relaying must be set at the upper level. , an application program is required to run it. Furthermore, since the processing capacity of the host computer is required, it becomes less meaningful to introduce a communication processing device for load distribution.

本発明はこのような問題を解決するもので、トランスポ
ート層までのプロトコル処理を実行する計算機システム
であってもネットワーク層においてパケットの中継が実
行できるシステムを提供することを目的とする。
The present invention solves these problems, and aims to provide a system that can relay packets at the network layer even in a computer system that executes protocol processing up to the transport layer.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、アプリケーション手段を有するホスト計算機
を上位層として、その下位層としてトランスポート層、
ネットワーク層、およびデータリンク層を順次その階層
降順に有する複数の通信処理装置を備えた計算機システ
ムにおいて、前記通信処理装置それぞれに、前記通信、
処理装置を相互に接続しパケットを伝送する相互接続手
段と、この相互接続手段を介して受信したパケットのト
ランスポート層以下のプロトコル処理を行い、その中継
をネットワーク層で実行させるプロトコル処理手段とを
備えたことを特徴とする。
The present invention has a host computer having an application means as an upper layer, and a transport layer as a lower layer.
In a computer system including a plurality of communication processing devices each having a network layer and a data link layer in descending order of the hierarchy, each of the communication processing devices has the communication,
An interconnection means for interconnecting processing devices and transmitting packets, and a protocol processing means for performing protocol processing below the transport layer of packets received via the interconnection means and relaying the same at the network layer. It is characterized by having

前記プロトコル処理手段には、受信したパケットの最終
宛先が自システムでないときに、前記相互接続手段によ
って接続された通信処理装置によりアクセス可能である
か否かを判断し、アクセス可能であれば受信したパケッ
トを送信する手段を含むことができる。
When the final destination of the received packet is not the own system, the protocol processing means determines whether or not it can be accessed by the communication processing device connected by the interconnection means, and if it is accessible, the protocol processing means receives the packet. A means for transmitting the packet may be included.

〔作用〕[Effect]

ネットワークからのパケットを受けた通信処理装置の、
ネットワーク層でプロトコル処理を行い、ホスト計算機
を経由せずに相互接続手段を介して転送先ネットワーク
に接続された通信処理装置のネットワーク層に送信し中
継を行う。
A communication processing device that receives packets from the network,
Protocol processing is performed in the network layer, and the data is transmitted and relayed to the network layer of the communication processing device connected to the transfer destination network via the interconnection means without going through the host computer.

これにより、複数の通信処理装置内でトランスポート層
までのプロトコル処理を実行する計算機システムであっ
ても、ネットワーク層においてパケットの中継を行うこ
とができ、またO3I参照モデルに従った通信処理を行
い、中継のためにホスト計算機にかかる負荷を軽減する
ことができる。
As a result, even in a computer system that executes protocol processing up to the transport layer within multiple communication processing devices, packets can be relayed at the network layer, and communication processing can be performed according to the O3I reference model. , it is possible to reduce the load placed on the host computer due to relaying.

〔実施例〕〔Example〕

次に、本発明実施例を図面に基づいて説明する。 Next, embodiments of the present invention will be described based on the drawings.

第1図は本発明実施例の構成を示すブロック図である。FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

本発明実施例は1、アプリケーション手段2Aおよび上
位層2aを有するホスト計算機2を上位層として、その
下位層としてトランスポート層3a 。
In the embodiment of the present invention, 1, a host computer 2 having an application means 2A and an upper layer 2a is an upper layer, and a transport layer 3a is a lower layer.

4a、ネットワーク層3b 、 4b 、およびデータ
リンク層3c、4cを順次その階層降順に有する複数の
通信処理装置3.4を備え、通信処理装置3.4それぞ
れに、通信処理装置3.4を相互に接続しパケットを伝
送する相互接続手段5と、相互接続手段5を介して受信
したパケットのトランスポート層3a 、4a以下のプ
ロトコル処理を行い、その中継をネットワーク層3b、
4bで実行させるプロトコル処理手段3A、4Aとを備
える。
4a, network layers 3b, 4b, and data link layers 3c, 4c in descending hierarchical order. An interconnection means 5 connects to the interconnection means 5 to transmit packets, and performs protocol processing on transport layers 3a and 4a of packets received via the interconnection means 5, and relays the packets to network layers 3b and 4a.
The protocol processing means 3A and 4A are executed by the protocol processing means 4b.

プロトコル処理手段3A、4Aには、受信したパケット
の最終宛先が自システムでないときに、相互接続手段5
によって接続された通信処理装置3.4によりアクセス
可能であるか否かを判断し、アクセス可能であれば受信
したパケットを送信する手段を含む。
The protocol processing means 3A, 4A includes an interconnection means 5 when the final destination of the received packet is not the own system.
It includes means for determining whether or not it is accessible by the communication processing device 3.4 connected thereto, and for transmitting the received packet if it is accessible.

通信処理装置3はネットワーク6に接続され、通信処理
装置4はネットワーク7に接続される。
Communication processing device 3 is connected to network 6 , and communication processing device 4 is connected to network 7 .

各通信処理装置3.4内にはトランスポート層3a。Within each communication processing device 3.4 is a transport layer 3a.

4a、ネットワーク層3b 、  4b 、データリン
ク層3c 、4cのプロトコル処理手段3A、4Aを有
し、ホスト計算機2内の上位層およびアプリケーション
手段2Aに対してトランスポートサービスを提供する。
4a, network layers 3b, 4b, data link layers 3c, 4c protocol processing means 3A, 4A, and provides transport services to the upper layer in the host computer 2 and the application means 2A.

通常はホスト計算機2内のアプリケーション手段2Aが
ネットワーク6またはネットワーク7によって直接ある
いは間接に接続された図外の他のホスト計算機内のアプ
リケーション手段と通信を行う。この場合、各通信処理
装置3.4が受は取るパケットは最終的にホスト計算機
1のためのものであるから、ネットワーク層3b 、4
bのプロトコル処理ではそのままトランスポート層3a
、4aに渡せばよい。
Normally, the application means 2A in the host computer 2 communicates with application means in other host computers (not shown) connected directly or indirectly through the network 6 or 7. In this case, since the packets received and taken by each communication processing device 3.4 are ultimately intended for the host computer 1, the network layers 3b and 4
In the protocol processing of b, the transport layer 3a is used as is.
, 4a.

一方、ネットワーク6およびその延長上の図外のホスト
計算機とネットワーク7およびその延長上の図外のホス
ト計算機が互いに通信をするために、計算機システム1
を中継ノードとしていわゆるルータのように使用する場
合について説明する。
On the other hand, the computer system 1
A case will be explained in which a router is used as a relay node like a so-called router.

この場合、ネットワーク6から受信したパケットの最終
宛先はホスト計算機2ではない。通信処理装置3内のネ
ットワーク層3bは最終宛先が通信処理装置4によって
アクセス可能であることを判断すると、相互接続手段5
を使用してパケットを通信処理装置4のネットワーク層
4bに渡す。
In this case, the final destination of the packet received from the network 6 is not the host computer 2. When the network layer 3b in the communication processing device 3 determines that the final destination is accessible by the communication processing device 4, the interconnection means 5
is used to pass the packet to the network layer 4b of the communication processing device 4.

通信処理装置4内のネットワーク層4bではトランスポ
ート層4aから渡されるパケットと同じように通信処理
装置3からのパケットを処理し適当なデータリンク層4
Cに渡す。このようにしてネットワーク6からのパケッ
トはネットワーク7に中継される。逆向きのパケットも
同じように相互接続手段5を介して中継される。
The network layer 4b in the communication processing device 4 processes the packet from the communication processing device 3 in the same way as the packet passed from the transport layer 4a, and sends the packet to the appropriate data link layer 4.
Give it to C. In this way, packets from network 6 are relayed to network 7. Packets in the opposite direction are similarly relayed via the interconnection means 5.

ホスト計算機システム1と通信処理装置3.4は通常チ
ャネルによって接続されており地理的に遠くない。また
、通信処理装置を専用に備えているような大型の計算機
システムを中継ノードとして利用する形態はあまり一般
的ではないので、相互接続手段5の容量はそれほど大き
くなくてもよい。したがって、相互接続手段5としては
低速チャネルあるいはEthernetなどのLANを
用いることもできるが、データを送受信することのでき
る媒体であれば何を用いても差支えない。
The host computer system 1 and the communication processing device 3.4 are usually connected by a channel and are not geographically far apart. Further, since it is not very common to use a large-scale computer system equipped with a dedicated communication processing device as a relay node, the capacity of the interconnection means 5 does not need to be very large. Therefore, a low-speed channel or a LAN such as Ethernet may be used as the interconnection means 5, but any medium that can transmit and receive data may be used.

このようにLANなどで相互に接続された通信制御装置
群とホスト計算機はあわせて中継機能を有する一つのホ
スト計算機のように処理を行うことができる。
In this way, a group of communication control devices and a host computer that are interconnected via a LAN or the like can perform processing as if they were a single host computer that has a relay function.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、複数の通信処理装
置内でトランスポート層までのプロトコル処理を実行す
る計算機システムであっても、ネットワーク層において
パケットの中継を実行することができ、またO3I参照
モデルに従った通信処理を行うことができ、さらに中継
のためにホスト計算機にかかる負荷の増加を抑えること
ができる効果がある。
As explained above, according to the present invention, even in a computer system that executes protocol processing up to the transport layer within a plurality of communication processing devices, packet relay can be executed in the network layer, and O3I Communication processing can be performed according to the reference model, and furthermore, the increase in load on the host computer due to relaying can be suppressed.

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

第1図は本発明実施例の構成を示すブロック図。 第2図は従来例の構成を示すブロック図。 1・・・計算機システム、2・・・ホスト計算機、2A
・・・アプリケーション手段、3.4・・・通信処理装
置、3A、4A・・・プロトコル処理手段、3a 、4
a・・・トランスポート層、3b、4b・・・ネットワ
ーク層、3C14C・・・データリンク層、5・・・相
互接続手段、6.7・・・ネットワーク。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. FIG. 2 is a block diagram showing the configuration of a conventional example. 1... Computer system, 2... Host computer, 2A
...Application means, 3.4...Communication processing device, 3A, 4A...Protocol processing means, 3a, 4
a... Transport layer, 3b, 4b... Network layer, 3C14C... Data link layer, 5... Interconnection means, 6.7... Network.

Claims (1)

【特許請求の範囲】 1、アプリケーション手段を有するホスト計算機を上位
層として、その下位層としてトランスポート層、ネット
ワーク層、およびデータリンク層を順次その階層降順に
有する複数の通信処理装置を備えた計算機システムにお
いて、 前記通信処理装置それぞれに、 前記通信処理装置を相互に接続しパケットを伝送する相
互接続手段と、 この相互接続手段を介して受信したパケットのトランス
ポート層以下のプロトコル処理を行い、その中継をネッ
トワーク層で実行させるプロトコル処理手段と を備えたことを特徴とする計算機システム。 2、前記プロトコル処理手段には、受信したパケットの
最終宛先が自システムでないときに、前記相互接続手段
によって接続された通信処理装置によりアクセス可能で
あるか否かを判断し、アクセス可能であれば受信したパ
ケットを送信する手段を含む請求項1記載の計算機シス
テム。
[Claims] 1. A computer equipped with a plurality of communication processing devices having a host computer having application means as an upper layer and a transport layer, a network layer, and a data link layer as lower layers in descending order of the layers. In the system, each of the communication processing devices includes interconnection means for interconnecting the communication processing devices and transmitting packets, and performing protocol processing below the transport layer of packets received via the interconnection means. A computer system comprising: a protocol processing means for executing relaying at a network layer. 2. When the final destination of the received packet is not the own system, the protocol processing means determines whether or not it can be accessed by the communication processing device connected by the interconnection means, and if it is accessible, 2. The computer system according to claim 1, further comprising means for transmitting the received packet.
JP2083814A 1990-03-30 1990-03-30 Computer system Pending JPH03283850A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2083814A JPH03283850A (en) 1990-03-30 1990-03-30 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2083814A JPH03283850A (en) 1990-03-30 1990-03-30 Computer system

Publications (1)

Publication Number Publication Date
JPH03283850A true JPH03283850A (en) 1991-12-13

Family

ID=13813151

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2083814A Pending JPH03283850A (en) 1990-03-30 1990-03-30 Computer system

Country Status (1)

Country Link
JP (1) JPH03283850A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002539727A (en) * 1999-03-18 2002-11-19 エクセル・スウィッチング・コーポレイション Switching system and message processing method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002539727A (en) * 1999-03-18 2002-11-19 エクセル・スウィッチング・コーポレイション Switching system and message processing method thereof

Similar Documents

Publication Publication Date Title
JPH06243103A (en) Parallel computer system
JP2002353998A (en) Communication unit and network system employing the same, and spanning tree buildup method
JPH03283850A (en) Computer system
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN and BSTUN
Cisco Configuring STUN and BSTUN
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN
Cisco Configuring STUN and BSTUN
Cisco Configuring STUN and BSTUN
Cisco Configuring STUN and BSTUN
Cisco Configuring STUN and BSTUN
Cisco Configuring STUN and BSTUN
Cisco Configuring STUN and BSTUN
Cisco Configuring Serial Tunnel and Block Serial Tunnel
Cisco Configuring Serial Tunnel and Block Serial Tunnel
Cisco Configuring STUN and BSTUN
Cisco Configuring Serial Tunnel (STUN) and Block Serial Tunnel (BSTUN)