JPS6331336A - Network simulator - Google Patents

Network simulator

Info

Publication number
JPS6331336A
JPS6331336A JP61176019A JP17601986A JPS6331336A JP S6331336 A JPS6331336 A JP S6331336A JP 61176019 A JP61176019 A JP 61176019A JP 17601986 A JP17601986 A JP 17601986A JP S6331336 A JPS6331336 A JP S6331336A
Authority
JP
Japan
Prior art keywords
node
process means
node process
simulator
network
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
JP61176019A
Other languages
Japanese (ja)
Other versions
JPH0624370B2 (en
Inventor
Shoichiro Nakai
正一郎 中井
Kazutoshi Maeno
前野 和俊
Satoshi Hasegawa
聡 長谷川
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 JP61176019A priority Critical patent/JPH0624370B2/en
Publication of JPS6331336A publication Critical patent/JPS6331336A/en
Publication of JPH0624370B2 publication Critical patent/JPH0624370B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Maintenance And Management Of Digital Transmission (AREA)
  • Small-Scale Networks (AREA)

Abstract

PURPOSE:To efficiently perform simulation without increasing a time required for the simulation to an infeasible extent, by operating each communication node of a network perfectly in parallel and asynchronously. CONSTITUTION:Node processing means 110-112, and application processing means 120-122 are constituted of processor units. An execution managing means 100 makes the node processing means, and the application processing means execute asynchronously. A simulator managing means 101 sends out information required for the simulation by a communication path means 130, to each of the node processing means, and sets a logical communication path between the node processing means so as to form a network desired to simulate. An execution managing means 100 freezes an operating state at every constant time, and simultaneously starts up the simulator managing means 101, and collects the state of each node process by the communication path means 130, then informs it to a user.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明はネットワークにおける分散制御アルゴリズムの
検証・評価を行なうネットワークシミュレータに関する
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a network simulator for verifying and evaluating distributed control algorithms in a network.

(従来の技術) 疎結合なネットワークでは、通信ノードは基本的に自律
性を有している。従ってノードはお互いに非同期並行動
作している。例えばこのようなネットワークにおける分
散型アクセス制御、分散型信頼性制御などのアルゴリズ
ムの正当性を評価したり、性能を評価するためにネット
ワークシミュレータが用いられる。このネットワークシ
ミュレータでは、上記に示した通信ノードの非同期並行
動作をシミュレートする必要があり、また実通信路には
必ず存在する遅延をも考慮せねばならない。即ち、各通
信ノードにて分散的に実行されるアクセス制御、あるい
は信頼性制御などのアルゴリズムの実行時刻、全ての通
信ノードにまたがる実行順序などに、上記通信路遅延、
非同期並行動作性に付随する不確定性を加味する必要が
ある。従来逐次処理型のシミュレータにおいては、十分
小さい時間毎に各通信ノードプロセスを順々に実行して
シミュレーションを行なってノードの状態をモニタリン
グし、該十分小さい時間のシミュレーションが全ての7
−ドについて一巡したところで、各通信ノードの状態を
すべて収集して、該時間区間におけるネットワークの状
態としていた。ここで通信ノードプロセスとは、実際の
ネットワーク上での通信ノードが行なうべき制御手順を
シミュレートするためのソフトウェアを指す。またシミ
ュレータ中のパラメータを変えることで、前記のアルゴ
リズムの実行時間、実行順序、更には通信ノード間にま
たがる状態遷移の因果律等をあらゆる場合についてシミ
ュレートし、上記非同期並行動作および不確定性を見か
け上実現している。
(Prior Art) In a loosely coupled network, communication nodes basically have autonomy. Therefore, the nodes are running in parallel and asynchronously with each other. For example, network simulators are used to evaluate the validity and performance of algorithms such as distributed access control and distributed reliability control in such networks. In this network simulator, it is necessary to simulate the asynchronous parallel operation of the communication nodes described above, and it is also necessary to take into account the delay that always exists in an actual communication channel. In other words, the above-mentioned communication path delay, the execution time of algorithms such as access control or reliability control executed in a distributed manner at each communication node, and the execution order across all communication nodes, etc.
The uncertainty associated with asynchronous concurrency must be taken into account. In conventional sequential processing type simulators, each communication node process is sequentially executed and simulated at sufficiently small intervals to monitor the state of the nodes, and the simulation for the sufficiently small interval is used to monitor the state of the nodes.
- After one round of nodes, all the states of each communication node were collected and used as the state of the network in that time interval. Here, the communication node process refers to software for simulating control procedures to be performed by a communication node on an actual network. In addition, by changing the parameters in the simulator, we can simulate the execution time, execution order, and causality of state transitions between communication nodes in all cases, and take into account the asynchronous parallel operations and uncertainties mentioned above. The above has been realized.

(発明が解決しようとする問題点) 上述したような逐次処理型のシミュレーションにおいて
は、ネットワークを構成する全ての通信ノードについて
、それぞれ前記十分小さい時間毎のシミュレートを逐次
行なっている。さらに疎結合なネットワークをシミュレ
ートするのに不可欠な前記不確定性を加味するために、
考えられるあらゆるパラメータのすべての組み合わせに
ついてシミュレートする必要があった。このためシミュ
レータの構造は複雑になり、特にシミュレートの対象と
するネットワークが大規模になるとシミュレーションに
要する時間が幾何級数的に増大するという欠点があった
(Problems to be Solved by the Invention) In the above-described sequential processing type simulation, simulations are sequentially performed for each sufficiently small time period for all communication nodes forming the network. Furthermore, in order to take into account the above-mentioned uncertainty that is essential for simulating a loosely coupled network,
It was necessary to simulate every possible combination of parameters. For this reason, the structure of the simulator becomes complicated, and the time required for simulation increases exponentially, especially when the network to be simulated becomes large-scale.

本発明の目的は正確にシミュレーションするためにネッ
トワークの各通信ノードを完全に並行非同期動作をさせ
ることで実システムに近い環境に提供し、ネットワーク
が大規模になってもシミュレーションに要する時間が非
現実的なまで増大せす、効率的なシミュレーションを行
なうことを可能にすることである。
The purpose of the present invention is to provide an environment close to the actual system by making each communication node of the network perform completely parallel and asynchronous operations in order to simulate accurately, and the time required for simulation is unrealistic even when the network becomes large. The goal is to make it possible to perform efficient simulations.

(問題を解決するための手段) 本発明は、シミュレートしたいネットワークの通信ノー
ドに対応する複数のノードプロセス手段と、前記ノード
プロセス手段に接続され、通信ノード内の機能を実現す
るためのアプリケーションプロセス手段と、前記全ての
各ノードプロセス手段を接続する通信パス手段と、前記
各ノードプロセス手段および前記各アプリケーションプ
ロセス手段に接続され、該ノードプロセス手段およびア
プリケーションプロセス手段を非同期並行実行させるた
めの実行管理手段と、前記ノードプロセス手段に接続さ
れ、該ノードプロセス手段を前記通信パス手段により任
意の形態に接続するとともに、前記ノードプロセス手段
の動作状想を該ネットワークシミュレータの利用者に通
知するシミュレータ管理手段とからなることを特徴とす
る。
(Means for Solving the Problem) The present invention provides a plurality of node process means corresponding to communication nodes of a network to be simulated, and an application process connected to the node process means for realizing functions within the communication nodes. means, communication path means for connecting all of the node process means, and execution management connected to each of the node process means and each of the application process means, for causing the node process means and the application process means to execute asynchronously and in parallel. means, and simulator management means connected to the node process means, for connecting the node process means in an arbitrary manner by the communication path means, and for notifying the user of the network simulator of the operating status of the node process means. It is characterized by consisting of.

(作用) コンピュータネットワークにおける1つのアクセス制御
例として、第4図に示すようなネットワーク形態におけ
るポーリング制御が広く知られている。ここでは、ポー
リング制御のアルゴリズムがどの様に実行されているか
をトレースするために、本発明によるネットワークシミ
ュレータを用いた場合しの作用について説明する。
(Operation) As an example of access control in a computer network, polling control in a network configuration as shown in FIG. 4 is widely known. Here, in order to trace how the polling control algorithm is executed, the operation will be described in a case where the network simulator according to the present invention is used.

第4図のコンピュータネットワークは、1つの中央処理
装置401に入力線410、および出力線420を介し
て、複数の端末集線装置402,403が接続されて構
成されている。ここで端末集線装置402,403は複
数の端末を収容する機能を有している。
The computer network shown in FIG. 4 is configured by connecting a plurality of terminal concentrators 402 and 403 to one central processing unit 401 via an input line 410 and an output line 420. Here, the terminal line concentrators 402 and 403 have a function of accommodating a plurality of terminals.

中央処理装置401は、各端末集線装置に対してポーリ
ング信号を送信する。一方、各端末集線装置は自己宛の
ポーリング信号を受信した場合にのみ中央処理装置40
1宛への信号を送信することができる。また中央処理装
置401は1つの端末集線装置からの信号の送信終了を
知ると、次の端末集線装置へのポーリング信号を送信し
、以降この様にポーリング制御を繰り返し全ての端末集
線装置との通信を行なう。
The central processing unit 401 transmits a polling signal to each terminal concentrator. On the other hand, each terminal line concentrator sends a message to the central processing unit 4 only when it receives a polling signal addressed to itself.
It is possible to send a signal to 1. Furthermore, when the central processing unit 401 learns that the transmission of a signal from one terminal concentrator has ended, it transmits a polling signal to the next terminal concentrator, and thereafter repeats polling control in this manner to communicate with all terminal concentrators. Do the following.

以上説明したコンピュータネットワークにおけるポーリ
ング制御の実行状況を第1図に示した本発明によるネッ
トワークシミュレータを用いてトレースする場合につい
て説明する。ポーリング制御により、アクセス制御を行
なうコンピュータネットワークでは、その機能として、
所望の端末集線装置に対し信号を送信したり、所望の端
末集線装置から信号を受信したりする物理的な通信をつ
かさどる通信ノード機能と、その通信を全ての端末集線
装置に対して公平かつ信頼性高く競合なしに行なわせる
ためのアクセス制御機能とに大きく分けられる。本ネッ
トワークシミュレータでは、前記通信ノードに対応する
ものとしてノードプロセス手段、アクセス制御機能に対
応するものとしてアプリケーションプロセス手段を提供
している。
A case where the execution status of polling control in the computer network described above is traced using the network simulator according to the present invention shown in FIG. 1 will be described. In a computer network that performs access control using polling control, its functions include:
A communication node function that controls physical communication such as sending signals to a desired terminal concentrator and receiving signals from a desired terminal concentrator, and ensuring that the communication is fair and reliable for all terminal concentrators. Access control functions can be broadly divided into two: This network simulator provides a node process means for the communication node, and an application process means for the access control function.

ネットワークシミュレータの利用者は、第1図に示すシ
ミュレータ管理手段101に対して、第4図に示したよ
うなネットワークの接続状態、および中央処理装置40
1ならびに端末集線装置402,403が行なうポーリ
ング制御の実行手順を通知する。シミュレータ管理手段
101は、例えば中央処理装置401の動作をシミュレ
ートするためにノードプロセス手段110およびアプリ
ケーションプロセス手段120を用いるものとし、端末
集線装置4Q2,403の動作をシミュレートするため
に、各々ノードプロセス手段111,112およびアプ
リケーションプロセス手段121,122を用いるもの
とする。
The user of the network simulator informs the simulator management means 101 shown in FIG. 1 of the network connection status shown in FIG.
1 and the terminal line concentrators 402 and 403 perform the polling control execution procedure. The simulator management means 101 uses, for example, the node process means 110 and the application process means 120 to simulate the operation of the central processing unit 401, and uses the node process means 110 and the application process means 120 to simulate the operation of the terminal line concentrators 4Q2 and 403, respectively. It is assumed that processing means 111, 112 and application processing means 121, 122 are used.

次に、シミュレータ管理手段101は以下のようにして
ネットワークの接続状態を論理的に設定する。すなわち
、シミュレータ管理手段101は、中央処理装置401
に対応するノードプロセス手段110から1.各端末集
線装置に対応するノードプロセス手段111,112の
全てに論理通信パスを設定する。また、各端末集線装置
に対応するノードプロセス手段111,112,113
から、中央処理装置401に対応するノードプロセス手
段110に対して論理通信パスを設定する。このように
して第4図に示したコンピュータネットワークの物理的
通信路がネットワークシミュレータ上に論理的に設定さ
れる。
Next, the simulator management means 101 logically sets the network connection state as follows. That is, the simulator management means 101 controls the central processing unit 401
1 from the node process means 110 corresponding to 1. Logical communication paths are set for all node processing means 111 and 112 corresponding to each terminal line concentrator. Also, node processing means 111, 112, 113 corresponding to each terminal concentrator
From there, a logical communication path is set for the node processing means 110 corresponding to the central processing unit 401. In this way, the physical communication path of the computer network shown in FIG. 4 is logically set on the network simulator.

さらに、シミュレータ管理手段101は利用者から通知
された中央処理装置401および端末集線装置402.
403が実行するポーリング制御手順を、各装置に対応
するアプリケーションプロセス手段に通知する。すなわ
ち、中央処理装置401をシミュレートするアプリケー
ションプロセス手段120にあっては、各端末集線装置
に対してポーリング信号を送信する処理手順が与えられ
、各端末集線装置402゜403をシミュレートするア
プリケーションプロセス手段121,122にあっては
、観測されるポーリング信号の中から自己宛のポーリン
グ信号を検出するとともに、例えば該ポーリング信号の
検出時においては、中央処理装置401へ信号を送信す
る処理手順が与えられる。
Furthermore, the simulator management means 101 further controls the central processing unit 401 and the terminal concentrator 402 that have been notified by the user.
The polling control procedure executed by 403 is notified to the application process means corresponding to each device. That is, the application process means 120 that simulates the central processing unit 401 is given a processing procedure for transmitting a polling signal to each terminal concentrator, and the application process that simulates each terminal concentrator 402 and 403 is given a processing procedure for transmitting a polling signal to each terminal concentrator. The means 121 and 122 are provided with a processing procedure for detecting a polling signal addressed to itself from among the observed polling signals, and transmitting the signal to the central processing unit 401, for example, when the polling signal is detected. It will be done.

以上のようにネットワークシミュレータの初期設定が終
了したのち、シミュレータ管理手段101は、実行管理
手段100に対して本ネットワークシミュレータの起動
を指示する。
After the initial settings of the network simulator are completed as described above, the simulator management means 101 instructs the execution management means 100 to start the network simulator.

実行管理手段100は各ノードプロセス手段および各ア
プリケーションプロセス手段を並行動作させるとともに
、あらかじめ設定された一定周期毎に一定時間シミュレ
ータ管理手段101を動作させ、同シミュレータ管理手
段101に各ノードプロセス手段および各アプリケーシ
ョンプロセス手段のポーリング制御の動作状態の問い合
わせを行なわせる。
The execution management means 100 causes each node process means and each application process means to operate in parallel, and also causes the simulator management means 101 to operate for a certain period of time every preset period. An inquiry is made as to the operating status of polling control of the application process means.

このときに問い合わせるポーリング制御の動作状態には
、例えばその時点においてポーリングされている端末集
線装置の識別子、各端末集線装置の一ポーリング周期等
があり、これらの情報に基づき利用者はポーリング制御
の動作状態を把握できる。
The operational status of the polling control inquired at this time includes, for example, the identifier of the terminal concentrator being polled at that time, the polling cycle of each terminal concentrator, etc. Based on this information, the user can determine the operation of the polling control. You can understand the status.

以上説明したようなポーリング制御では、アルゴリズム
自体の正当性はすでに明らかなものである。しかしなが
ら、ポーリング制御を実施しそいる中央処理装置に障害
が発生したり、通信リンク自体に障害が生じたりする場
合には、上記の単純なポーリング制御では回復できない
。よって上言己の単純なポーリング制御に対して、タイ
ムアウト機能を付加したり、さらには中央処理装置を多
重化して、障害発生時に待機中の中央処理装置に変更し
たりする制御を付加することで高信頼性を得ることが可
能となる。このように制御手順を複雑化した場合には、
その制御手順の正当性を理論的に検証することはもはや
困難となるが、本ネットワークシミュレータによると各
アプリケーションプロセス手段に制御手順を通知し、実
行させることにより正当性検証が可能となる。さらに、
一定時間毎にネットワークの状態を観測しているため、
このアルゴリズムの時間効率の評価をも行なうこともで
きる。
In the polling control described above, the validity of the algorithm itself is already clear. However, if a failure occurs in the central processing unit that is about to implement polling control, or if a failure occurs in the communication link itself, the simple polling control described above cannot recover. Therefore, by adding a timeout function to the simple polling control described above, or even multiplexing central processing units and adding control to change to a standby central processing unit when a failure occurs, It becomes possible to obtain high reliability. When the control procedure is complicated in this way,
Although it is no longer possible to theoretically verify the validity of the control procedure, this network simulator makes it possible to verify the validity by notifying each application process means of the control procedure and having it execute it. moreover,
Since the network status is observed at regular intervals,
An evaluation of the time efficiency of this algorithm can also be performed.

(実施例) 第1図は本発明によるネットワークシミュレータの基本
構成の一例を示す機能ブロック図である。
(Embodiment) FIG. 1 is a functional block diagram showing an example of the basic configuration of a network simulator according to the present invention.

第1図でノードプロセス手段110,111,112、
アプリケーションプロセス手段120,121,122
は例えば独立したプロセッサーユニットで構成される。
In FIG. 1, node processing means 110, 111, 112,
Application process means 120, 121, 122
is composed of, for example, an independent processor unit.

通信パス手段130は、第1図においては一例としてパ
ス型結合によりシミュレータ管理手段および全てのノー
ドプロセス手段を接続している。第1図において、まず
実行管理手段100はノードプロセス手段およびアプリ
ケーションプロセス手段を非同期実行させる。これは例
えば実行管理手段100が一例として前記ノードプロセ
ス手段、アプリケーションプロセス手段を構成するプロ
セッサユニットに、個別に独立なタロツクを制御線14
0,141,142,150,151゜152によりそ
れぞれ与えることで可能である。つぎにシミュレータ管
理手段101は各ノードプロセス手段に、通信パス手段
130によりシミュレートするために必要な情報を送出
する。ここで情報とは各ノードプロセス毎に固有で、例
えば次に述べる論理的な送信パスを設定するのに用いる
隣接ノードプロセスの識別子、または検証したいアルゴ
リズム等を指す。該アルゴリズムはさらにパス160,
161゜162により、アプリケーションプロセスに送
出される。ここで上記情報は第2図に示す第2の実施例
のように、シミュレータ管理手段201からノードプロ
セス手段へは通信パス手段210を、またアプリケーシ
ョンプロセス手段には通信パス手段211をもうけ、シ
ミュレートするために必要な情報をノードプロセス手段
とアプリケーションプロセス手段に別々に送出しても可
能である。
In FIG. 1, the communication path means 130 connects the simulator management means and all the node process means by path-type coupling, as an example. In FIG. 1, the execution management means 100 first causes the node process means and the application process means to execute asynchronously. This means that, for example, the execution management means 100 may individually send independent tarocks to the processor units constituting the node process means and the application process means via the control line 14.
This is possible by giving 0, 141, 142, 150, 151°152, respectively. Next, the simulator management means 101 sends information necessary for simulation by the communication path means 130 to each node process means. The information here is unique to each node process, and refers to, for example, the identifier of an adjacent node process used to set up a logical transmission path described below, or an algorithm to be verified. The algorithm further includes passes 160,
161 and 162, it is sent to the application process. Here, the above information is provided, as in the second embodiment shown in FIG. It is also possible to separately send the information necessary for the processing to the node process means and the application process means.

例えば上述の例では隣接ノードの識別子は通信パス手段
210でノードプロセス手段へ、検証したいアルゴリズ
ムは通信パス手段211でアプリケーションプロセス手
段へ送出するわけである。つぎにシミュレータ管理手段
101はシミュレートしたいネットワークを形成するよ
うにノードプロセス手段の間に論理的な通信パスを次の
ようにして設定する。まずシミュレータ管理手段101
に例えばパス調停装置を設け、通信パス130の使用権
をノードプロセス手段の要求に応じて各ノードプロセス
手段に割り当てることで、該ノードプロセス手段が所望
のネットワークのトポロジーに対応した所望のノードプ
ロセス手段にメツセージを送出できるようにする。この
ようにして通信パス130上でシミュレートしたいネッ
トワークを形成する論理的通信パスが設定される。また
各ノードプロセス手段の動作状態をネットワークシミュ
レータの利用者に通知するために、実行管理手段100
は一定時間毎に一定時間の間全てのノードプロセス手段
、およびアプリケーションプロセス手段の動作状態を凍
結し、同時にシミュレータ管理手段101を起動して通
信パス手段130により各ノードプロセス毎に状態を収
集して該利用者に通知する。
For example, in the above example, the identifier of the adjacent node is sent by the communication path means 210 to the node process means, and the algorithm to be verified is sent by the communication path means 211 to the application process means. Next, the simulator management means 101 sets logical communication paths between the node process means in the following manner so as to form a network to be simulated. First, simulator management means 101
For example, by providing a path arbitration device in the LAN, and allocating the right to use the communication path 130 to each node process means in accordance with a request from the node process means, the node process means can be assigned to a desired node process means corresponding to a desired network topology. be able to send messages to. In this way, a logical communication path forming a network to be simulated on the communication path 130 is set. In addition, in order to notify the user of the network simulator of the operating status of each node process means, the execution management means 100
Freezes the operating states of all node process means and application process means for a certain period of time at regular intervals, and at the same time starts the simulator management means 101 and collects the state of each node process by the communication path means 130. Notify the user.

第3図に本発明の第3の実施例を示す。第3図ではノー
ドプロセス手段、アプリケーションプロセス手段がそれ
ぞれ4コの場合を示している。第3図に示す例では4つ
のノードプロセス手段310,311,312゜313
は通信パス手段330,331,332,333,33
4,335によって完全グラフを構成するように接続さ
れている。
FIG. 3 shows a third embodiment of the present invention. FIG. 3 shows a case where there are four node process means and four application process means. In the example shown in FIG. 3, there are four node process means 310, 311, 312, 313
are communication path means 330, 331, 332, 333, 33
4,335 are connected to form a complete graph.

さらにシミュレータ管理手段と各ノードプロセス手段の
間にはシミュレーションの初期化に必要な情報および各
ノードプロセス手段の動作状態を収集するために使用す
るパス336,337,338,339が具備されてい
る。ここで論理的な通信パスは次のようにして設定され
る。例えばノードプロセス手段が310.312,31
3,311の順に接続されるループ型ネットワークを構
成するには、シミュレータ管理プロセス手段301はま
ずパス336によりノードプロセス310に対して、シ
ミュレートするネットワーク上で隣接しているノードプ
ロセス手段311,312の識別子を与える。さらにそ
れらの内ノードプロセス手段311は上流側に、ノード
プロセス手段312は下流側にそれぞれ位置しているこ
とも同時に通知する。
Furthermore, paths 336, 337, 338, and 339 are provided between the simulator management means and each node process means, which are used to collect information necessary for initializing the simulation and the operating status of each node process means. Here, the logical communication path is set as follows. For example, the node process means 310.312,31
3, 311, the simulator management process means 301 first connects the node processes 310 through the path 336 to the node processes 311, 312 that are adjacent on the network to be simulated. gives an identifier. Furthermore, it is also notified that the inner node processing means 311 is located on the upstream side and the node processing means 312 is located on the downstream side.

このことは、いいかえればノードプロセス手段310に
対して、通信パス手段335で接続されているノードプ
ロセス手段313は論理的には隣接しておらず、通信パ
ス330からはメツセージを受信し、通信パス333に
はメツセージを送信することを示している。これらの情
報を各ノードプロセス毎に付与することで各ノードプロ
セスが論理的にループ上に接続されるわけである。同様
な方法でノードプロセス手段を、メツシュ型などの任意
の形状のネットワーク形態に結合することができる。
In other words, the node process means 313 connected to the node process means 310 by the communication path means 335 is not logically adjacent to the node process means 310, and receives messages from the communication path 330. 333 indicates that a message is to be sent. By giving this information to each node process, each node process is logically connected on a loop. In a similar manner, the node processing means can be coupled into any shape of network form, such as a mesh type.

(発明の効果) 以上のようなシミュレータによる効果を示す。(Effect of the invention) The effects of the above simulator will be shown below.

本発明のシミュレータは正確にシミュレーションするた
めにネットワークの各通信ノードを完全に並行非同期動
作をさせることで実システムに近い環境を提供し、ネッ
トワークが大規模になってもシミュレーションに要する
時間が非現実的な値まで増大せず、効率的なシミュレー
ションを行なうことができる。
The simulator of the present invention provides an environment close to the actual system by making each communication node of the network perform completely parallel and asynchronous operations in order to accurately simulate, and the time required for simulation is unrealistic even when the network becomes large. It is possible to perform efficient simulation without increasing the value to a certain value.

また論理的に通信パスを設定することで、シミュレート
したい所望のネットワークのトポロジーを設定すること
ができるので、ネットワークのトポロジーを変化に対す
る柔軟性を有している。
Furthermore, by logically setting communication paths, it is possible to set the topology of the desired network to be simulated, so the network topology has flexibility to change.

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

第1図は本発明によるシミュレータの第一の実施例を示
す機能ブロック図、第2図は本発明によるシミュレータ
の第二の実施例を示す機能ブロック図、第3図は本発明
によるシミュレータの第三の実施例を示す機能ブロック
図、第4図はコンピュータネットワークにおける1つの
アクセス制御例を示す図である。 図において、 100.300・・・実行管理手段、 110.111,112,310,311,312,3
13・・・ノードプロセス手段、 120.121,122,320,321,322,3
23・・・アプリケーションプロセス手段、 130.210,211,330,331,332,3
33,334,335,336,337゜338.33
9・・・通信パス手段、 140.141,142,150,151,152,1
60,161,162・・・制御パス、 401・・・中央処理装置、 402.403・・・端末集線装置、 第4図 中央処理装置
FIG. 1 is a functional block diagram showing a first embodiment of a simulator according to the invention, FIG. 2 is a functional block diagram showing a second embodiment of a simulator according to the invention, and FIG. 3 is a functional block diagram showing a second embodiment of a simulator according to the invention. FIG. 4 is a functional block diagram showing the third embodiment, and FIG. 4 is a diagram showing one example of access control in a computer network. In the figure, 100.300...execution management means, 110.111,112,310,311,312,3
13... Node process means, 120.121, 122, 320, 321, 322, 3
23... Application process means, 130.210, 211, 330, 331, 332, 3
33,334,335,336,337°338.33
9... Communication path means, 140.141, 142, 150, 151, 152, 1
60,161,162...Control path, 401...Central processing unit, 402.403...Terminal line concentrator, Fig. 4 Central processing unit

Claims (1)

【特許請求の範囲】 1、シミュレートしたいネットワークの通信ノードに対
応する複数のノードプロセス手段と、前記ノードプロセ
ス手段に接続され、通信ノード内の機能を実現するため
のアプリケーションプロセス手段と、前記全ての各ノー
ドプロセス手段を接続する通信パス手段と、前記各ノー
ドプロセス手段および前記各アプリケーションプロセス
手段に接続され、該ノードプロセス手段およびアプリケ
ーション手段を非同期並行実行させるための実行管理手
段と、前記ノードプロセス手段に接続され、該ノードプ
ロセス手段を前記通信パス手段により任意の形態に接続
するとともに、前記ノードプロセス手段の動作状態を該
ネットワークシミュレータの利用者に通知するシミュレ
ータ管理手段とからなることを特徴とするネットワーク
シミュレータ。 2、前記実行管理手段は、一定周期毎に一定時間前記シ
ミュレータ管理手段を起動し、前記ノードプロセス手段
の動作状態を該ネットワークシミュレータの利用者に通
知し、前記シミュレータ管理手段の非実行時にあっては
、前記ノードプロセス手段および前記アプリケーション
プロセス手段を非同期並行実行させることを特徴とする
特許請求の範囲第1項記載のネットワークシミュレータ
。 3、前記シミュレータ管理手段は、前記各ノードプロセ
ス手段に対して、シミュレートしたいネットワークの形
態に基づき該ノードプロセス手段と隣接するノードプロ
セス手段との間に論理的な通信パスを設定するとともに
、該通信パス手段の識別子、アクセス順序情報をノード
プロセス手段に通知し、前記各ノードプロセス手段は該
ノードプロセスに設定された通信パス手段から入力され
たメッセージおよび該ノードプロセスからのメッセージ
を前記アクセス順序情報に基づいて前記通信パス手段に
送出せしめ、前記ノードプロセス間の通信を行なわせる
ことを特徴とする特許請求の範囲第1項または第2項記
載のネットワークシミュレータ。
[Scope of Claims] 1. A plurality of node process means corresponding to communication nodes of a network to be simulated, an application process means connected to the node process means for realizing functions within the communication nodes, and all of the above. a communication path means for connecting each of the node process means; an execution management means connected to each of the node process means and each of the application process means for causing the node process means and the application means to execute asynchronously and in parallel; The simulator management means is connected to the network simulator, connects the node process means in an arbitrary manner by the communication path means, and notifies the user of the network simulator of the operating state of the node process means. network simulator. 2. The execution management means activates the simulator management means for a certain period of time at regular intervals, notifies the user of the network simulator of the operating state of the node process means, and when the simulator management means is not executed. 2. The network simulator according to claim 1, wherein said node process means and said application process means are executed in parallel asynchronously. 3. The simulator management means sets, for each node process means, a logical communication path between the node process means and an adjacent node process means based on the form of the network to be simulated, and The identifier and access order information of the communication path means are notified to the node process means, and each of the node process means receives the message input from the communication path means set in the node process and the message from the node process according to the access order information. 3. The network simulator according to claim 1, wherein the network simulator is configured to cause the communication path means to perform communication between the node processes.
JP61176019A 1986-07-25 1986-07-25 Network wiper Expired - Lifetime JPH0624370B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61176019A JPH0624370B2 (en) 1986-07-25 1986-07-25 Network wiper

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61176019A JPH0624370B2 (en) 1986-07-25 1986-07-25 Network wiper

Publications (2)

Publication Number Publication Date
JPS6331336A true JPS6331336A (en) 1988-02-10
JPH0624370B2 JPH0624370B2 (en) 1994-03-30

Family

ID=16006298

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61176019A Expired - Lifetime JPH0624370B2 (en) 1986-07-25 1986-07-25 Network wiper

Country Status (1)

Country Link
JP (1) JPH0624370B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006046912A (en) * 2004-07-30 2006-02-16 A & D Co Ltd Mounting structure of weighing pan

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006046912A (en) * 2004-07-30 2006-02-16 A & D Co Ltd Mounting structure of weighing pan

Also Published As

Publication number Publication date
JPH0624370B2 (en) 1994-03-30

Similar Documents

Publication Publication Date Title
Sanders et al. Reduced base model construction methods for stochastic activity networks
Afek et al. Applying static network protocols to dynamic networks
CN101136790B (en) Cluster managerial automatization test system and method of ethernet switchboard
Giannini et al. Asynchronous max-consensus protocol with time delays: Convergence results and applications
CN105553885B (en) A kind of FC interchanger priority test method
US20080091403A1 (en) Large Training System Simulation Using Dynamic Network Entities
Suzuki et al. Cps-sim: Co-simulation for cyber-physical systems with accurate time synchronization
CN201072431Y (en) Broadband aviation electronic bus testing device
JPS6331336A (en) Network simulator
Gburzyński et al. LANSF: a protocol modelling environment and its implementation
JP2015233283A (en) Interconnection network simulator and method for simulating interconnection network
CN113094398A (en) Data link tracking method based on block chain technology
CN111740864A (en) Out-of-band network port switching management method and system
Ricciulli et al. Modeling correlated alarms in network management systems
Van Slyke et al. Avoiding simulation in simulating computer communication networks
CN112953747A (en) Method, system and terminal device for analyzing performance of alliance chain
Köhler Simulation of a KNX network with EIBsec protocol extensions
McHenry et al. VHDL modeling for the performance evaluation of multicomputer networks
Chlamtac et al. A generalized simulator for computer networks
El-Ruby et al. Leader election in distributed computing systems
Schmidt et al. Communication of distributed discrete-event supervisors on a switched network
JPS6318226B2 (en)
Baldoni et al. Regular registers in dynamic distributed systems with byzantine processes: Bounds and performance analysis
Kastner et al. Remote control of EIB systems based on virtual shared group objects
Khilar et al. Distributed diagnosis in dynamic fault environments for arbitrary network topologies