JPH04215157A - Layer protocol processing system - Google Patents

Layer protocol processing system

Info

Publication number
JPH04215157A
JPH04215157A JP2410326A JP41032690A JPH04215157A JP H04215157 A JPH04215157 A JP H04215157A JP 2410326 A JP2410326 A JP 2410326A JP 41032690 A JP41032690 A JP 41032690A JP H04215157 A JPH04215157 A JP H04215157A
Authority
JP
Japan
Prior art keywords
layer
processing
module
layer protocol
protocol processing
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.)
Granted
Application number
JP2410326A
Other languages
Japanese (ja)
Other versions
JP3256974B2 (en
Inventor
▲高▼橋 一夫
Kazuo Takahashi
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 JP41032690A priority Critical patent/JP3256974B2/en
Publication of JPH04215157A publication Critical patent/JPH04215157A/en
Application granted granted Critical
Publication of JP3256974B2 publication Critical patent/JP3256974B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE:To perform the change and addition of layer protocol processing by performing the minimum localization without affecting another connection. CONSTITUTION:Each connection is set as independent applications 5, 6, and layer processing modules 1.1-1.5 are set at another object module space 3 as objects, and an indicator point to request the use of the layer processing module, a register for work required for the processing, a buffer which stores data transiently, and a code area to store a code which decides an operating procedure are provided, thereby, a message 4 is sent from those applications to an object module.

Description

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

【0001】0001

【技術分野】本発明はレイヤプロトコル処理方式に関し
、特に情報通信ネットワークにおいてエンドトウエンド
(End−to−End)の通信プロトコルがレイヤ上
に構成されソフトウェアによってプロトコル処理される
通信技術におけるレイヤプロトコル処理方式に関するも
のである。
TECHNICAL FIELD The present invention relates to a layer protocol processing method, and particularly to a layer protocol processing method in a communication technology in which an end-to-end communication protocol is configured on a layer and is processed by software in an information communication network. It is related to.

【0002】0002

【従来技術】図2は従来のプロトコルを処理する際のソ
フトウェアモジュール構造を示している。図の(A)は
プロトコルレイヤ構造を示しており、外部からのコマン
ドまたはパケットデータ21はレイヤ構成23の最上位
のレイヤNからシーケンシャルに処理され、最下位のレ
イヤ処理後、ラインドライバインタフェース24に送出
される。
BACKGROUND OF THE INVENTION FIG. 2 shows a software module structure for processing conventional protocols. (A) in the figure shows the protocol layer structure, in which commands or packet data 21 from the outside are processed sequentially from the highest layer N of the layer structure 23, and after processing at the lowest layer, are sent to the line driver interface 24. Sent out.

【0003】ネットワーク25から受信したデータは上
述とは逆の処理が施されてレイヤN処理の後、レスポン
ス22として外部へ送出される。
[0003] Data received from the network 25 is subjected to a process opposite to that described above, and after layer N processing, is sent out as a response 22.

【0004】これ等レイヤプロトコルを従来型のソフト
ウェアモジュール構成に対応させて示したのが図の(B
)である。各レイヤの処理は独立にモジュール(23・
N,23・N−1,23N−2,…)化されており、例
えば、外部から入力されるコマンド21は最上位のレイ
ヤNモジュール23・Nで取込まれて処理され、このレ
イヤN対応のパケットバッファ24で一時的に保持され
る。
Figure (B) shows these layer protocols in correspondence with the conventional software module configuration.
). Processing of each layer is carried out independently by modules (23.
For example, a command 21 input from the outside is taken in and processed by the topmost layer N module 23. It is temporarily held in the packet buffer 24 of.

【0005】次のレイヤモジュール23・N−1でバッ
ファ24からパケットデータを取込みレイヤN−1の処
理が実行される。
The next layer module 23/N-1 takes in packet data from the buffer 24 and executes the processing of layer N-1.

【0006】この様に、最下位レイヤモジュールまで処
理されたパケットは、ラインドライバインタフェース2
7を駆動するデバイスドライバモジュール26に送られ
、ラインドライバからネットワークへ送られることにな
る。
[0006] In this way, the packets processed up to the lowest layer module are sent to the line driver interface 2.
7, and is sent from the line driver to the network.

【0007】上述した従来のレイヤプロトコル処理方式
では、各レイヤモジュールがデータパケットに対して共
通に使用されるようになっているので、モジュールの変
更、追加が生じた場合、全てのパケット処理に影響が出
てしまい、影響の局所化を図ることが困難である。また
、変更中はネットワークサービスが全面的に停止すると
いう欠点もある。
[0007] In the conventional layer protocol processing method described above, each layer module is commonly used for data packets, so when a module is changed or added, it does not affect all packet processing. This makes it difficult to localize the impact. Another drawback is that network services will be completely stopped during the change.

【0008】[0008]

【発明の目的】本発明の目的は、レイヤプロトコル処理
の変更,追加を他のコネクションに影響を与えること無
く最小限の局所化で行うことができるようにしたレイヤ
プロトコル処理方式を提供することである。
[Object of the Invention] An object of the present invention is to provide a layer protocol processing method that allows changes and additions to layer protocol processing to be performed with minimal localization without affecting other connections. be.

【0009】[0009]

【発明の構成】本発明によるレイヤプロトコル処理方式
は、レイヤプロトコル処理の各レイヤ毎に対応してオブ
ジェクト空間内に設けられた複数のレイヤ処理オブジェ
クトモジュールと、コネクション毎のアプリケーション
モジュールとを設け、前記アプリケーションモジュール
の各々は、対応コネクションのレイヤプロトコル処理の
ための各レイヤ処理オブジェクトモジュールを呼出す指
定ポインタ,各レイヤ処理で使用する作業用レジスタ,
レイヤ間のパケットデータを一時的に保持するバッファ
,各アプリケーションの動作を指示するためのコード領
域を含み、これ等アプリケーションモジュールから前記
オブジェクトモジュール側へ処理メッセージを送出する
ようにしたことを特徴とする。
[Structure of the Invention] The layer protocol processing method according to the present invention includes a plurality of layer processing object modules provided in an object space corresponding to each layer of layer protocol processing, and an application module for each connection. Each application module has a designated pointer that calls each layer processing object module for layer protocol processing of the corresponding connection, a work register used in each layer processing,
It is characterized in that it includes a buffer for temporarily holding packet data between layers, a code area for instructing the operation of each application, and a processing message is sent from these application modules to the object module side. .

【実施例】以下に図面を参照して本発明の実施例を説明
する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Examples of the present invention will be described below with reference to the drawings.

【0010】図1は本発明の実施例のソフトウェアモジ
ュール構成を示す図である。ソフトウェアモジュールは
、図示する如く、コネクション毎のアプリケーションモ
ジュール(APL1及びAPL2)5,6と、オブジェ
クトモジュール空間3として存在する各レイヤ対応のレ
イヤ処理モジュール1・1〜1・5およびレイヤ処理モ
ジュール間の排他制御をなすスケジューラモジュール2
とにより構成されている。
FIG. 1 is a diagram showing the software module configuration of an embodiment of the present invention. As shown in the diagram, the software modules include application modules (APL1 and APL2) 5 and 6 for each connection, layer processing modules 1, 1 to 1, and 5 corresponding to each layer existing as an object module space 3, and a layer processing module between the layer processing modules. Scheduler module 2 that performs exclusive control
It is composed of.

【0011】例えば、コネクション#1が要求されると
、それに対応したアプリケーション5が呼出される。 このコネクションで必要とするレイヤ処理はポインタに
て指定され、オブジェクトモジュール3へメッセージ4
が送出される。
For example, when connection #1 is requested, the corresponding application 5 is called. The layer processing required for this connection is specified by the pointer, and the message 4 is sent to the object module 3.
is sent.

【0012】このメッセージ4のポインタによりオブシ
ェクトモジュール内の対応するレイヤ処理オブジェクト
(この例では、レイヤ処理1・1)が選択的に活性化さ
れて動作する。レイヤ処理オブジェクトが動作中に必要
な作業レジスタはアプリケーションモジュール5内のデ
ータ構造の形式で確保されており、これが使用されるこ
とになる。
[0012] The pointer of this message 4 selectively activates the corresponding layer processing object (in this example, layer processing 1.1) in the object module and operates it. Work registers required during the operation of the layer processing object are secured in the form of data structures within the application module 5, and are used.

【0013】レイヤ処理オブジェクトの処理が終了する
と、次のレイヤ処理オブシェクトへ送るパケットデータ
がアプリケーションモジュール5内のバッファ領域に記
憶される。
When the processing of a layer processing object is completed, packet data to be sent to the next layer processing object is stored in a buffer area within the application module 5.

【0014】この様に次次と必要なレイヤ処理が実行さ
れる。そのシーケンスを決定するのがアプリケーション
モジュール5内のテキストコード領域のコードである。
[0014] In this way, necessary layer processing is executed one after another. The code in the text code area within the application module 5 determines the sequence.

【0015】スケジューラオブジェクトモジュール2は
複数のアプリケーションが同一のレイヤ処理オブジェク
トを競合して使用する場合に、この競合状態を防止すべ
く所定の排他規則で排他制御を行うものである。
The scheduler object module 2 performs exclusive control using predetermined exclusion rules to prevent conflict when a plurality of applications conflict with each other in using the same layer processing object.

【0016】[0016]

【発明の効果】以上のように本発明によれば、コネクシ
ョンを独立なアプリケーションとし、各レイヤ処理モジ
ュールをオブジェクトとして別の空間に配置することで
、レイヤプロトコル処理の変更、追加をコネクションに
影響を与えることなく最小限の局所化で行うことができ
るという効果がある。
[Effects of the Invention] As described above, according to the present invention, connections are made into independent applications, and each layer processing module is placed as an object in a separate space, so that changing or adding layer protocol processing does not affect the connection. This has the advantage that it can be performed with minimal localization without giving any additional damage.

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

【図1】本発明の実施例のレイヤプロトコル処理のソフ
トウェアモジュール構成を示す図である。
FIG. 1 is a diagram showing a software module configuration of layer protocol processing according to an embodiment of the present invention.

【図2】従来のレイヤプロトコル処理方式を示す図であ
る。
FIG. 2 is a diagram showing a conventional layer protocol processing method.

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

1・1〜1・5  レイヤ処理モジュール4  メッセ
ージ
1.1 to 1.5 Layer processing module 4 Message

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  レイヤプロトコル処理の各レイヤ毎に
対応してオブジェクト空間内に設けられた複数のレイヤ
処理オブジェクトモジュールと、コネクション毎のアプ
リケーションモジュールとを設け、前記アプリケーショ
ンモジュールの各々は、対応コネクションのレイヤプロ
トコル処理のための各レイヤ処理オブジェクトを呼出す
指定ポインタ,各レイヤ処理で使用する作業用レジスタ
,レイヤ間のパケットデータを一時的に保持するバッフ
ァ,各アプリケーションの動作を指示するためのコード
領域を含み、これ等アプリケーションモジュールから前
記オブジェクトモジュール側へ処理メッセージを送出す
るようにしたことを特徴とするレイヤプロトコル処理方
式。
1. A plurality of layer processing object modules are provided in an object space corresponding to each layer of layer protocol processing, and an application module is provided for each connection, and each of the application modules is configured to control the processing of a corresponding connection. Specified pointers for calling each layer processing object for layer protocol processing, work registers used for each layer processing, buffers that temporarily hold packet data between layers, and code areas for instructing the operation of each application. 1. A layer protocol processing method, characterized in that a processing message is sent from these application modules to the object module side.
JP41032690A 1990-12-13 1990-12-13 Layer protocol processing method Expired - Fee Related JP3256974B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP41032690A JP3256974B2 (en) 1990-12-13 1990-12-13 Layer protocol processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP41032690A JP3256974B2 (en) 1990-12-13 1990-12-13 Layer protocol processing method

Publications (2)

Publication Number Publication Date
JPH04215157A true JPH04215157A (en) 1992-08-05
JP3256974B2 JP3256974B2 (en) 2002-02-18

Family

ID=18519504

Family Applications (1)

Application Number Title Priority Date Filing Date
JP41032690A Expired - Fee Related JP3256974B2 (en) 1990-12-13 1990-12-13 Layer protocol processing method

Country Status (1)

Country Link
JP (1) JP3256974B2 (en)

Also Published As

Publication number Publication date
JP3256974B2 (en) 2002-02-18

Similar Documents

Publication Publication Date Title
JPH04215157A (en) Layer protocol processing system
JPS62125734A (en) Hierarchy type decentralized control system
JPS6215638A (en) Process control method in svc routine
JPH05191474A (en) Communication protocol processor
JP3893787B2 (en) Communication method
JP2820942B2 (en) Communication protocol processing method
JPH02297633A (en) Task managing system
JPH03262060A (en) Completion synchronizing system for communication control
JPH01240049A (en) Signal simulation system
JPH06295247A (en) Real time processing realizing method
JPH01276940A (en) Data transfer controller
JPS5824254A (en) Packet buffer-free system
JPH03223955A (en) Information processing system
JP2000022835A (en) No.7 signal system isup relay exchange
JPH0448369A (en) Information processor control information updating method in plural central information processor systems
JPS6282843A (en) Communication control equipment
JPH03204057A (en) Test system for inter-node communication application software
JPH10326196A (en) Inter-process communication equipment
JPH0396040A (en) Data transfer system in data processing unit
JPH0241544A (en) Program calling system of control table
JPH04290363A (en) Data change state detecting device
JPH03286354A (en) Dma controller with multiplex action enable function
JPS61150543A (en) In-node point-to-point communicating system
JPS60186954A (en) Data transfer control system
JPH06236336A (en) Terminal equipment

Legal Events

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