JPH0442642A - Communication protocol controller - Google Patents

Communication protocol controller

Info

Publication number
JPH0442642A
JPH0442642A JP2150770A JP15077090A JPH0442642A JP H0442642 A JPH0442642 A JP H0442642A JP 2150770 A JP2150770 A JP 2150770A JP 15077090 A JP15077090 A JP 15077090A JP H0442642 A JPH0442642 A JP H0442642A
Authority
JP
Japan
Prior art keywords
layer
section
processing
data
directory service
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
JP2150770A
Other languages
Japanese (ja)
Inventor
Shinji Honjo
本庄 真司
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2150770A priority Critical patent/JPH0442642A/en
Publication of JPH0442642A publication Critical patent/JPH0442642A/en
Pending legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)

Abstract

PURPOSE:To improve the reliability at the time of communicating by providing part of a processing function of each layer or an additional function to a directory service section so as to prevent a data from being resident in a station when a host layer is in congestion. CONSTITUTION:A directory service section 6 consists of an entry point registration section 1, an error detection section 2 and 1st layer function processing section 3 - n-th layer function processing section 5. When the layer 2 processing section is in congestion, the directory service section 6 uses the error detection section 2 to decide a data error and when the data error is in existence, error check bit information is generated and added to frame information and a retransmission request is sent to a sender. When no data error is detected, a reception command is directly delivered to a layer 3 processing section not through the layer 2 processing section. Thus, even when a host layer is in congestion, the data is not resident thereat and the reliability at the time of communicating data is enhanced.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、ネットワーク中において通信のプロトコル制
御を行う通信プロトコル制御装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a communication protocol control device that performs communication protocol control in a network.

[従来の技術] 従来のこの種の通信プロトコル制御装置は、ISOのO
8I参照モデルに基づき複数レイヤの通信プロトコルの
処理構造により構成されており、各レイヤ毎に種々の処
理が雄される。しかし、緊急データやリアルタイム性を
必要とするデータに対しては、各レイヤを通過するため
にオーバヘッドが大きいという問題点、あるいはネット
ワーク中の通信プロトコル装置の中に全てのレイヤをサ
ポートしていないものがある場合にはそれらの装置とは
通信できないという問題点があり、これらを解消するた
めに、各レイヤのエントリーポイントを識別する識別子
の処理を行うディレクトリサービス部を設けたものとし
て第4図、第5図に示すようなものがある(例えば、特
開昭64−47154号公報)。
[Prior Art] This type of conventional communication protocol control device is based on ISO O
It is composed of a multi-layer communication protocol processing structure based on the 8I reference model, and various processing is performed for each layer. However, for urgent data or data that requires real-time performance, there is a problem that there is a large overhead to pass through each layer, or some communication protocol devices in the network do not support all layers. In order to solve this problem, a directory service section is provided that processes identifiers for identifying entry points of each layer, as shown in Fig. 4. There is one as shown in FIG. 5 (for example, Japanese Patent Application Laid-Open No. 64-47154).

第4図において、通信プロトコル制御部7は、ユーザイ
ンターフェース部8.ディレクトリサービス部6.レイ
ヤ7処理部20.レイヤ6処理部30、レイヤ5処理部
40.レイヤ4処理部50、レイヤ3処理部60.レイ
ヤ2処理部70゜送受信制御部80および伝送路インタ
ーフェース部90から構成されている。
In FIG. 4, the communication protocol control unit 7 includes a user interface unit 8. Directory service department6. Layer 7 processing unit 20. Layer 6 processing section 30, layer 5 processing section 40. Layer 4 processing section 50, layer 3 processing section 60. The layer 2 processing section 70 is composed of a transmission/reception control section 80 and a transmission line interface section 90.

そして、ディレクトリサービス部6は、第5図に示すよ
うに、ユーザが指定する名前とこの名前に対応する識別
子およびこの識別子により識別される各レイヤのエント
リーポイントから構成されている。例えばユーザがna
■e4 (704)を指定した場合、この識別子はid
5となり、レイヤ5のエントリーポイントが獲得される
。このディレクトリサービス部6の内容は、全てのネッ
トワーク上通信プロトコル制御装置に配布される。
As shown in FIG. 5, the directory service unit 6 is composed of a name specified by the user, an identifier corresponding to the name, and an entry point for each layer identified by the identifier. For example, if the user is na
■If e4 (704) is specified, this identifier is id
5, and the layer 5 entry point is acquired. The contents of this directory service section 6 are distributed to all communication protocol control devices on the network.

第4図において、ユーザがna■e4 (704)を用
いて送信を行う場合、送信要求を受けたユーザインター
フェース部8は、ディレクトリサービス部6をアクセス
してname4に基づき識別子id5を獲得し、id5
の示すレイヤ5のエントリーポイントを獲得する。そし
て、獲得されたエントリーポイントに基づきユーザイン
ターフェース部8は、通信線500を介してレイヤ5処
理部40へ送信要求を送る。また、この送信要求を受け
たレイヤ5処理部40は、レイヤ5のプロトコル処理を
施してプロトコルデータおよびプロトコルヘッダを生成
し、これらを通信線500を介してレイヤ4処理部50
に伝達する。
In FIG. 4, when the user performs transmission using na■e4 (704), the user interface unit 8 that has received the transmission request accesses the directory service unit 6, acquires the identifier id5 based on name4, and
Obtain the layer 5 entry point indicated by . Then, based on the acquired entry point, the user interface section 8 sends a transmission request to the layer 5 processing section 40 via the communication line 500. Further, the layer 5 processing unit 40 that has received this transmission request performs layer 5 protocol processing to generate protocol data and a protocol header, and sends these to the layer 4 processing unit 50 via the communication line 500.
to communicate.

以下同様に、レイヤ4処理部50.レイヤ3処理部60
およびレイヤ2処理部70においてそれぞれプロトコル
処理が行われ1つ下位のレイヤ処理部に送信要求が伝達
されるものとなっている。
Similarly, the layer 4 processing unit 50. Layer 3 processing unit 60
The layer 2 processing section 70 performs protocol processing, and transmits the transmission request to the next lower layer processing section.

そして、レイヤ2処理部70から通信線500を介して
送信要求を受信した送受信制御部80は、プロトコル処
理を施して通信権を得た後、各レイヤによりプロトコル
処理が施されたユーザデータを伝送路インターフェース
部90を介して伝送路100に送出する。なおこの際、
識別子(この場合i d5)も伝送路100上にユーザ
データとともに送出される。
Then, the transmission/reception control unit 80 that receives the transmission request from the layer 2 processing unit 70 via the communication line 500 performs protocol processing to obtain communication rights, and then transmits the user data that has been subjected to the protocol processing by each layer. The signal is sent to the transmission line 100 via the line interface unit 90. In addition, at this time,
An identifier (id5 in this case) is also sent out on the transmission path 100 together with the user data.

そして、ネットワーク上の他の通信プロトコル制御装置
からのデータを受信する場合については、伝送路100
から伝送路インターフェース部9Oを介してデータを受
信する。このデータを受信した送受信制御部80は、ま
ず、データ中の識別子に基づき通信線400を介してデ
ィレクトリサービス部6をアクセスし、そのレイヤがエ
ントリーポイントに合致するか否かをチエツクする。こ
の場合、識別子がid5であるので、プロトコル処理を
施し、レイヤ2処理部70に通信線500を介して受信
指示を送る。なおこの際、通信線500およびユーザイ
ンターフェース部8を介してデータの受信をユーザに通
知しておく。
When receiving data from another communication protocol control device on the network, the transmission path 100
Data is received from the transmission line interface section 9O. Upon receiving this data, the transmission/reception control unit 80 first accesses the directory service unit 6 via the communication line 400 based on the identifier in the data, and checks whether the layer matches the entry point. In this case, since the identifier is id5, protocol processing is performed and a reception instruction is sent to the layer 2 processing unit 70 via the communication line 500. At this time, the user is notified of the reception of the data via the communication line 500 and the user interface unit 8.

同様に、レイヤ2処理部70.レイヤ3処理部60およ
びレイヤ4処理部50においては、それぞれ識別子id
5に基づき通信線400を介しディレクトリサービス部
6をアクセスしてエントリーポイントを確認するが、エ
ントリーポイントが異なっているのでプロトコル処理を
施した後、1つ上位のレイヤ処理部に受信指示を伝達す
る。
Similarly, layer 2 processing section 70. In the layer 3 processing unit 60 and the layer 4 processing unit 50, the identifier id
5, the directory service unit 6 is accessed via the communication line 400 to confirm the entry point, but since the entry points are different, the reception instruction is transmitted to the next higher layer processing unit after performing protocol processing. .

こうして、レイヤ4処理部50から通信線500を介し
て受信指示を受けたレイヤ5処理部40は、識別子id
5に基づき通信線400を介してディレクトリサービス
部6をアクセスし、エントリーポイントを比較する。こ
の場合、識別子id5は、レイヤ5のエントリーポイン
トであるので、これらは互いに一致し、この結果、レイ
ヤ5処理部40は、プロトコル処理を施した後、レイヤ
5以下の層のプロトコル処理が施された受信データを通
信線500およびユーザインターフェース部8を介して
ユーザに伝達することになる。
In this way, the layer 5 processing unit 40, which has received the reception instruction from the layer 4 processing unit 50 via the communication line 500, uses the identifier id
5, the directory service unit 6 is accessed via the communication line 400 and the entry points are compared. In this case, the identifier id5 is the entry point of layer 5, so they match each other, and as a result, the layer 5 processing unit 40 performs the protocol processing of layers 5 and below after performing the protocol processing. The received data is transmitted to the user via the communication line 500 and the user interface unit 8.

このようにして、従来のネットワーク上の各通信プロト
コル制御装置間におけるデータ通信は行われている。
In this way, data communication is performed between each communication protocol control device on a conventional network.

[発明が解決しようとする課題] 上述した従来の通信プロトコル制御装置においては、デ
ータ通信を行う場合、任意のレイヤから下位のレイヤの
みを制御できるが、ディレクトリサービス部が各レイヤ
のエントリーポイントを識別する識別子から構成されて
いるだけであるので、任意のレイヤの制御により下位レ
イヤのオーバーヘッドを減少させることができないとい
う問題があった。
[Problems to be Solved by the Invention] In the conventional communication protocol control device described above, when performing data communication, it is possible to control only the lower layer from an arbitrary layer, but the directory service section identifies the entry point of each layer. Therefore, there is a problem in that the overhead of lower layers cannot be reduced by controlling arbitrary layers.

また、従来の通信プロトコル制御装置では、送信元ユー
ザにより設定された識別子がネ・7トワーク上に配布さ
れるため、ある局において上記の識別子で示される値以
上の上位レイヤが輻輪状態にあった場合は、データがそ
の局で滞ってしまうという問題もあった。
In addition, in conventional communication protocol control devices, the identifier set by the source user is distributed over the network, so if a certain station has higher layers than the value indicated by the above identifier in a state of congestion. In such cases, there was also the problem that data would be delayed at that station.

[課題を解決するための手段] このような課題を解決するために、本発明に係る通信プ
ロトコル制御装置は、それぞれのエントリーポイントを
有する各レイヤのプロトコル処理部と、各レイヤのエン
トリーポイントを識別する識別子から構成されるディレ
クトリサービス部とを備え、ディレクトリサービス部に
各レイヤの処理機能の一部または付加機能を持たせるよ
うにしたものである。
[Means for Solving the Problems] In order to solve such problems, a communication protocol control device according to the present invention identifies a protocol processing unit of each layer having its own entry point and an entry point of each layer. The directory service section is configured to have a part of the processing function of each layer or an additional function.

[作用] ディレクトリサービス部により各レイヤの処理機能の一
部または付加機能の処理が実行され、この結果、上位レ
イヤの高負荷時のデータ通信が可能になるとともに通信
時の信頼性を高めることができる。
[Operation] The directory service section executes some of the processing functions or additional functions of each layer, and as a result, it becomes possible to perform data communication when the upper layer is under high load, and to improve reliability during communication. can.

[実施例] 次に、本発明について図面を参照して説明する 第1図は本発明に係る通信プロトコル制御装置の第1の
実施例を示す構成図である。同図において、第4図、第
5図に示す従来の通信プロトコル制御装置の構成と同等
部分は同一符号を付してその説明を省略する。
[Embodiment] Next, the present invention will be explained with reference to the drawings. Fig. 1 is a configuration diagram showing a first embodiment of a communication protocol control device according to the present invention. In the same figure, parts equivalent to the configuration of the conventional communication protocol control device shown in FIGS. 4 and 5 are given the same reference numerals, and the explanation thereof will be omitted.

第1図において、ディレクトリサービス部6は、エント
リーポイント登録部1.誤り検出部2および第1のレイ
ヤ機能処理部3〜第nのレイヤ機能処理部5から構成さ
れる。なお、エントリーポイント登録部1は、第5図と
同様に、ユーザが指定する名前(na■e)とこの名前
に対応する識別子、およびこの識別子によって識別され
る各レイヤのエントリーポイントから構成される。
In FIG. 1, the directory service section 6 includes an entry point registration section 1. It is composed of an error detection section 2 and a first layer function processing section 3 to an nth layer function processing section 5. Note that the entry point registration unit 1 is composed of a name (na e) specified by the user, an identifier corresponding to this name, and an entry point of each layer identified by this identifier, as shown in FIG. .

以下、本発明の通信プロトコル制御装置の動作を従来例
の第4図、第5図を用いて説明する。
The operation of the communication protocol control device of the present invention will be described below with reference to FIGS. 4 and 5 of the conventional example.

まず、第4図において、ユーザが第5図と同様の内容が
登録されている第1図のエントリーポイント登録部1内
のna■e4 ’ (704)を用いて送信して、ネッ
トワーク上の他の通信プロトコル制御装置からのデータ
を受信した場合において、伝送路100から伝送路イン
ターフェース部90を介してデータを受信した送受信制
御部80は、まず、データの中の識別子に基づき通信線
400を介してディレクトリサービス部6をアクセスし
、エントリーポイント登録部lを参照する。この場合、
識別子がid5°となっているので、プロトコル処理を
施してレイヤ2処理部70に通信線500を介して受信
指示を伝達する。
First, in FIG. 4, the user sends a message to another person on the network using nae4' (704) in the entry point registration section 1 in FIG. 1, where the same content as in FIG. 5 is registered. When receiving data from a communication protocol control device, the transmission/reception control unit 80 that has received the data from the transmission line 100 via the transmission line interface unit 90 first transmits the data via the communication line 400 based on the identifier in the data. to access the directory service section 6 and refer to the entry point registration section l. in this case,
Since the identifier is id5°, protocol processing is performed and the reception instruction is transmitted to the layer 2 processing unit 70 via the communication line 500.

ここで、レイヤ2処理部70が輻軽状態にある場合、デ
ィレクトリサービス部6は、誤り検出部2においてデー
タの誤りを判定し、データの誤りがある場合は、フレー
ム情報に誤り検出ビット情報を作成して付加したうえ、
送信元へ再送要求を送信する。また、データの誤りを検
出しない場合は、レイヤ2処理部70を介することなく
レイヤ3処理部60に直接受信指示を伝達する。
Here, when the layer 2 processing unit 70 is in a congested state, the directory service unit 6 determines a data error in the error detection unit 2, and if there is a data error, adds error detection bit information to the frame information. Created and added,
Send a retransmission request to the sender. Further, if no data error is detected, the reception instruction is directly transmitted to the layer 3 processing unit 60 without going through the layer 2 processing unit 70.

なお、上記第1の実施例においては、ディレクトリサー
ビス部6を用いて成るレイヤを軽力することなくデータ
を送受信するような場合、このディレクトリサービス部
6に誤り検出機能を持たせたものを示したが、ディレク
トリサービス部6に送信先レイヤのフォーマット作成機
能を有する送信先レイヤフオマット作成部2゛を備えれ
ば、各レイヤにおいては送信先レイヤのフォーマットを
作成せずにデータの送受信を行うことも可能となる。第
2図は、ディレクトリサービス部6送信先レイヤフオマ
ツト作成部2゛を備えた第2の実施例の構成図である。
In addition, in the above-mentioned first embodiment, when data is transmitted and received without reducing the layer formed by using the directory service section 6, the directory service section 6 is provided with an error detection function. However, if the directory service unit 6 is equipped with a destination layer format creation unit 2′ that has a function of creating a destination layer format, data can be sent and received in each layer without creating a destination layer format. It also becomes possible. FIG. 2 is a block diagram of a second embodiment including a directory service section 6 and a destination layer format creation section 2'.

次に、この通信プロトコル制御装置の第3の実施例につ
いて第3図の(a)図および(b)図に示すフローチャ
ートおよびフラグ説明図に基づいて説明する。
Next, a third embodiment of this communication protocol control device will be described based on the flowchart and flag explanatory diagram shown in FIGS. 3(a) and 3(b).

上記の第1・図に示す第1実施例においては、ディレク
トリサービス部6で誤り検出を行った後、レイヤ3処理
部60に受信指示を伝達する場合を示したが、緊急デー
タでありかつ誤り検出のみを行えばよいため、データリ
ンク制御等の処理を必要としない場合には、(a)図の
フローチャートに示されるような動作が行われる。そし
て、(b)図に示すように、送受信データには処理を必
要とするレイヤに対応して処理必要レイヤ対応フラグ9
を設定しておく。この第3実施例では、レイヤ2で誤り
検出を行えば、レイヤ3,4の処理は必要がない場合を
考えているので、処理必要対応フラグ9は、ビット1.
2.5にそれぞれ「1」を設定しておく。
In the first embodiment shown in FIG. 1 above, a case was shown in which the directory service unit 6 performs error detection and then transmits a reception instruction to the layer 3 processing unit 60. Since only detection is required, if processing such as data link control is not required, the operation shown in the flowchart of FIG. As shown in the diagram (b), the transmitted/received data has a processing required layer corresponding flag 9 corresponding to the layer that requires processing.
Set. In this third embodiment, if error detection is performed at layer 2, processing at layers 3 and 4 is not necessary.
Set "1" to 2.5 respectively.

そして、レイヤ1の処理終了後、ディレクトリサービス
部6は、処理必要対応フラグ9を参照して処理必要なレ
イヤかを判定しくステップS1)、ここでレイヤ2対応
のビットが「1」に設定されているため、レイヤ2処理
部70に受信指示を伝達し、この結果、このレイヤ2の
プロトコル処理が実行される(ステップS2>。そして
、レイヤ2処理の終了後、全レイヤの処理が終了したか
否かをチエツクしくステップS3)、終了していない場
合は、次に処理を行うレイヤのカウンタを「3」にイン
クリメントしくステップS4)、ステップS1に戻って
レイヤ3の処理が必要であるか否かを処理必要レイヤ対
応フラグ9を用いて判定する(ステップSl)。
After the processing of layer 1 is completed, the directory service unit 6 refers to the processing necessity flag 9 to determine whether the layer requires processing (step S1), and here the bit corresponding to layer 2 is set to "1". Therefore, the reception instruction is transmitted to the layer 2 processing unit 70, and as a result, this layer 2 protocol processing is executed (step S2>. Then, after the layer 2 processing is completed, the processing of all layers is completed. If the process has not been completed, increment the counter of the next layer to be processed to "3" (step S4), and return to step S1 to see if layer 3 needs to be processed. It is determined whether or not the processing is necessary using the layer correspondence flag 9 (step Sl).

ここで、レイヤ3に対応するビットは、「0」に設定さ
れているため、ステップS1で「N」と判定され、この
結果、ディレクトリサービス部6はレイヤ3処理部60
に対して受信指示を行わず、全レイヤの処理が終了した
か否かチエツクしくステップS3)、この場合は未だ全
レイヤの処理は終了していないので、レイヤのカウンタ
を「4」にインクリメントして(ステップS4)、ステ
ップS1に戻ってレイヤ4の処理が必要であるか否かを
判定するという処理を順次続行し、全レイヤの処理が終
了すると、ステップS5で次の通信プロトコル処理装置
の処理が実行される。
Here, since the bit corresponding to layer 3 is set to "0", it is determined as "N" in step S1, and as a result, the directory service section 6
In step S3), check whether processing of all layers has been completed without issuing a reception instruction to (step S4), and returns to step S1 to determine whether or not layer 4 processing is necessary. When processing of all layers is completed, step S5 starts with processing of the next communication protocol processing device. Processing is executed.

このように、第3図の(a)図のフローチャートに示さ
れた処理を実行することによって、レイヤ2の処理を行
った後、レイヤ3.レイヤ4を経由することなくレイヤ
5に直接受信指示を送出してプロトコル処理を実行させ
ることができるため、オーバーヘッド時間が短縮される
In this way, by executing the process shown in the flowchart of FIG. 3(a), after the layer 2 process is performed, the layer 3. Since the reception instruction can be sent directly to layer 5 without going through layer 4 and the protocol processing can be executed, overhead time is shortened.

以上説明したように、本発明においては、ディレクトリ
サービス部に誤り検出機能を設けたため、緊急データや
リアルタイムデータに関してアクセスしたいレイヤの下
位レイヤにおけるオーバーヘッドに無関係に通信を行う
ことができるので、通信データの信頼性を高めることが
可能となる。また、あるレイヤが輻稜状態にある場合で
もディレクトリサービス部に各レイヤの機能処理の一部
を持たせているので、輻較によって停滞しているデータ
を輻綾レイヤを経由することなく次のレイヤに通信する
ことが可能となる。
As explained above, in the present invention, since the directory service section is provided with an error detection function, it is possible to perform communication regarding emergency data or real-time data regardless of the overhead in the layer below the layer to be accessed. It becomes possible to improve reliability. In addition, even if a layer is in a convergence state, the directory service part handles some of the functional processing of each layer, so data that is stagnant due to convergence can be transferred to the next layer without going through the convergence layer. It becomes possible to communicate with the layer.

[発明の効果コ 以上説明したことから明らかなように、本発明に係る通
信プロトコル制御装置は、ディレクトリサービス部によ
り各レイヤの処理機能の一部または付加機能の処理が実
行されるので、上位レイヤが輻較状態にある場合も、デ
ータがそこで滞るようなことがなく、また、下位レイヤ
のオーバーヘッドを減少させることができ、従ってデー
タ通信時の信頼性を高めることができるという効果があ
る。
[Effects of the Invention] As is clear from the above explanation, in the communication protocol control device according to the present invention, the directory service section executes a part of the processing function of each layer or the processing of the additional function. Even when the data is in a state of contention, the data does not become stagnant there, and the overhead of the lower layer can be reduced, which has the effect of increasing reliability during data communication.

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

第1図は本発明に係る通信プロトコル制御装置のディレ
クトリサービス部の一実施例を示す構成図、第2図はこ
の装置の第2の実施例を示す構成図、第3図の(a)図
および(b)図はこの装置の第3の実施例を説明するフ
ローチャートおよびフラグの説明図、第4図、第5図は
従来の通信プロトコル制御装置の構成図である。 1・・・・エントリーポイント登録部、2・−・・誤り
検出部、2′ ・・・・送信先レイヤフォーマット作成
部、3・・・・第1のレイヤ処理部、4・・・・第2の
レイヤ処理部、5・・・・第nのレイヤ処理部、6・・
・・ディレクトリサービス部、7・・・・通信プロトコ
ル制御部、8・・・・ユーザインターフェース部、20
・・・・レイヤ7処理部、30・−・・レイヤ6処理部
、40−・・・レイヤ5処理部、50・・・・レイヤ4
処理部、60・・・・レイヤ3処理部、70・−・・レ
イヤ2処理部、80・・・・送受信制御部、90・・−
・伝送路インターフェース部、100・・・・伝送路。
FIG. 1 is a block diagram showing an embodiment of the directory service section of a communication protocol control device according to the present invention, FIG. 2 is a block diagram showing a second embodiment of this device, and the (a) diagram in FIG. FIG. 4 and FIG. 5 are flowcharts and flag explanatory diagrams for explaining a third embodiment of this device, and FIGS. 4 and 5 are configuration diagrams of a conventional communication protocol control device. 1...Entry point registration unit, 2...Error detection unit, 2'...Destination layer format creation unit, 3...First layer processing unit, 4...First layer processing unit 2 layer processing unit, 5... nth layer processing unit, 6...
... Directory service section, 7... Communication protocol control section, 8... User interface section, 20
... Layer 7 processing unit, 30 - Layer 6 processing unit, 40 - Layer 5 processing unit, 50 - Layer 4
Processing unit, 60...Layer 3 processing unit, 70...Layer 2 processing unit, 80...Transmission/reception control unit, 90...-
- Transmission line interface section, 100...transmission line.

Claims (1)

【特許請求の範囲】  複数のレイヤの通信プロトコルの処理構造からなる通
信プロトコル制御装置であって、それぞれのエントリー
ポイントを有する各レイヤのプロトコル処理部と、 前記各レイヤのエントリーポイントを識別する識別子か
ら構成されるディレクトリサービス部とを備え、前記デ
ィレクトリサービス部に前記各レイヤの処理機能の一部
または付加機能を持たせることにより上位レイヤの高負
荷時の通信を行わせるとともに、通信時の信頼性を高め
るようにしたことを特徴とする通信プロトコル制御装置
[Scope of Claim] A communication protocol control device comprising a communication protocol processing structure of a plurality of layers, comprising: a protocol processing unit of each layer having its own entry point; and an identifier for identifying the entry point of each layer. The directory service section is provided with a part of the processing function of each layer or an additional function in the directory service section to perform communication during high load of the upper layer, and to improve reliability during communication. A communication protocol control device characterized in that the communication protocol control device is configured to increase the
JP2150770A 1990-06-07 1990-06-07 Communication protocol controller Pending JPH0442642A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2150770A JPH0442642A (en) 1990-06-07 1990-06-07 Communication protocol controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2150770A JPH0442642A (en) 1990-06-07 1990-06-07 Communication protocol controller

Publications (1)

Publication Number Publication Date
JPH0442642A true JPH0442642A (en) 1992-02-13

Family

ID=15504041

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2150770A Pending JPH0442642A (en) 1990-06-07 1990-06-07 Communication protocol controller

Country Status (1)

Country Link
JP (1) JPH0442642A (en)

Similar Documents

Publication Publication Date Title
US5590328A (en) Protocol parallel processing apparatus having a plurality of CPUs allocated to process hierarchical protocols
JPH0712174B2 (en) Message exchange method
JPH06232940A (en) Communication system and its operating method
JPS5992654A (en) Electronic document distributing system
US6892247B2 (en) Method and system for active publishing using a slave assigned to a master system to detect, evaluate and make the message available to an application associated with the slave
JP2605544B2 (en) Internetwork equipment
JPH0442642A (en) Communication protocol controller
JPH09252271A (en) Data transmission device and method
JPH0216847A (en) Notice system for recognition and response for transmission of data
CN1211880A (en) Routing system for call processing signals in local switching systems
JPH10173665A (en) Virtual wireless LAN system
JP2916185B2 (en) Dynamic selection method of incoming communication adapter
JPS62216449A (en) Routing system
JPS6025352A (en) Data communication system
JPH0621925A (en) Communication control system for multiplex transmission line
JPH11234310A (en) Token passing method
JPS61173553A (en) Packet communication system
JPH0730981A (en) Double system control system
JP2002009940A (en) Communication control method and device in intelligent network
JP4965765B2 (en) Communication method and communication system
JP2902791B2 (en) Communication terminal information registration method
JPH01314326A (en) Communication control system in data processing system
JPS643106B2 (en)
JPH01106650A (en) Data transfer control method
JPH07105823B2 (en) Communication protocol controller