JPH117421A - Network simulator - Google Patents
Network simulatorInfo
- Publication number
- JPH117421A JPH117421A JP16219097A JP16219097A JPH117421A JP H117421 A JPH117421 A JP H117421A JP 16219097 A JP16219097 A JP 16219097A JP 16219097 A JP16219097 A JP 16219097A JP H117421 A JPH117421 A JP H117421A
- Authority
- JP
- Japan
- Prior art keywords
- network
- process module
- data
- node
- data transfer
- 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
Links
Landscapes
- Mobile Radio Communication Systems (AREA)
- Computer And Data Communications (AREA)
- Communication Control (AREA)
- Monitoring And Testing Of Transmission In General (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、ネットワークシミ
ュレータに関する。特に、複数のノード(又は、ホス
ト)から構成される複数のサブネットワークがバックボ
ーンネットワークを介して互いに接続されてなるネット
ワークシステムにおいて、各ノード間における通信トラ
フィック等をシミュレートするのに適したネットワーク
シミュレータに好適なものである。[0001] The present invention relates to a network simulator. Particularly, in a network system in which a plurality of sub-networks composed of a plurality of nodes (or hosts) are connected to each other via a backbone network, a network simulator suitable for simulating communication traffic and the like between the nodes. It is suitable for.
【0002】[0002]
【従来の技術】ネットワークシミュレータとは、新しい
通信プロトコルの追加や既存通信プロトコルへの新機能
の追加、又は、新旧通信プロトコルの組み合わせ変更等
によりシステムに変更が生じた場合に、その追加や変更
の正当性を定量的に表示するために、又は、それら通信
プロトコルを実装したノードで構成されるネットワーク
トポロジーの妥当性を評価するために利用されるシステ
ムである。2. Description of the Related Art A network simulator is a system in which a new communication protocol is added, a new function is added to an existing communication protocol, or a combination of new and old communication protocols is changed. This system is used to quantitatively display the validity or to evaluate the validity of a network topology composed of nodes that implement these communication protocols.
【0003】従来は、各ノードに評価対象となる通信プ
ロトコルを実装して部分的なネットワークを構成し、当
該部分的なネットワーク上で実際に模擬的なデータ転送
を行うことによって、通信プロトコルを評価する手法が
用いられている。Conventionally, a communication network to be evaluated is mounted on each node to form a partial network, and a simulated data transfer is actually performed on the partial network to evaluate the communication protocol. Is used.
【0004】図2を用いて、かかる手法を適用した従来
型のネットワークシミュレータの一例を説明する。Referring to FIG. 2, an example of a conventional network simulator to which such a method is applied will be described.
【0005】図2に、この種のネットワークシミュレー
タを適用するネットワークシステムの一例を示す。この
ネットワークシステムは、バッタボーンネットワーク
「020」に、3つのサブネットワーク「010」、
「011」及び「012」を接続してなる。FIG. 2 shows an example of a network system to which this type of network simulator is applied. This network system includes three sub-networks “010” in a butterfly network “020”,
"011" and "012" are connected.
【0006】ここで、サブネットワーク「010」に
は、ノード「000」及び「001」が接続されている
ものとする。また、サブネットワーク「011」には、
ノード「002」が接続されているものとする。さら
に、サブネットワーク「012」には、ノード「00
3」が接続されているものとする。Here, it is assumed that nodes "000" and "001" are connected to the sub-network "010". Also, the sub-network "011"
It is assumed that the node “002” is connected. Further, the node “00” is added to the sub-network “012”.
3 "is connected.
【0007】このため、ノード「001」とノード「0
03」の間でのデータ転送は、サブネットワーク「01
0」−バックボーンネットワーク「020」−サブネッ
トワーク「012」を経由して行われる。For this reason, the nodes "001" and "0"
03 ", the data transfer between the sub-network" 01
0 "-backbone network" 020 "-subnetwork" 012 ".
【0008】図3は、各ノードの内部構成を表してい
る。FIG. 3 shows the internal configuration of each node.
【0009】タイマープロセスモジュール「100」
は、データ発生プロセスモジュール「101」又はデー
タ収集プロセスモジュール「102」がデータに挿入す
る時刻を参照したり、ある設定時刻に割り込みを発生さ
せるためのモジュールである。タイマープロセスモジュ
ール「100」で参照される時刻は、システムに備わっ
ている時計が示す絶対時刻でも良いし、シミュレーショ
ン開始時からの相対時刻でも良い。[0009] Timer process module "100"
Is a module for referring to the time at which the data generation process module “101” or the data collection process module “102” inserts data, and for generating an interrupt at a certain set time. The time referred to by the timer process module “100” may be an absolute time indicated by a clock provided in the system or a relative time from the start of the simulation.
【0010】データ発生プロセスモジュール「101」
は、送信するデータを発生するためのモジュールであ
る。データ発生間隔は、指数分布やkアーラン分布等の
ようなネットワークシミュレーションで良く、利用され
るモデルに従う。データの宛先指定は、固定的であって
も良いし、ランダムに選択されても良い。[0010] Data generation process module "101"
Is a module for generating data to be transmitted. The data generation interval may be a network simulation such as an exponential distribution or a k-Ehlan distribution, and follows the model used. The destination designation of the data may be fixed or may be randomly selected.
【0011】データ収集プロセスモジュール「102」
は、受信した全てデータの中から、データ解析プロセス
モジュール「103」で使用されるデータのみを抽出す
るモジュールある。The data collection process module "102"
Is a module that extracts only data used in the data analysis process module “103” from all received data.
【0012】データ解析プロセスモジュール「103」
は、データ収集プロセスモジュール「102」から受け
取った抽出データを解析し、シミュレートするためのデ
ータ作りを行なうモジュールである。Data analysis process module "103"
Is a module that analyzes the extracted data received from the data collection process module “102” and creates data for simulation.
【0013】シミュレートプロセスモジュール「10
4」は、データ解析プロセスモジュール「103」から
受け取った解析データを、ユーザの要求に従って評価/
表示するモジュールである。The simulation process module "10
4 ”evaluates / analyzes the analysis data received from the data analysis process module“ 103 ”according to a user request.
Module to display.
【0014】通信プロトコル「110」は、データ転送
制御プロセスモジュール「111」と、データ送信プロ
セスモジュール「112」と、データ受信プロセスモジ
ュール「113」の3つのモジュールで構成される。The communication protocol "110" comprises three modules: a data transfer control process module "111", a data transmission process module "112", and a data reception process module "113".
【0015】データ転送制御プロセスモジュール「11
1」は、データ発生プロセスモジュール「101」から
受け取ったデータをカプセル化し、データ送信プロセス
モジュール「112」に渡す。The data transfer control process module “11”
“1” encapsulates the data received from the data generation process module “101” and passes it to the data transmission process module “112”.
【0016】また、データ転送制御プロセスモジュール
「111」は、データ受信プロセスモジュール「11
3」から受け取ったデータから中身を取り出し、データ
収集プロセスモジュール「102」に渡す。The data transfer control process module “111” is provided with a data reception process module “11”.
The content is extracted from the data received from “3” and passed to the data collection process module “102”.
【0017】その他、データ転送制御プロセスモジュー
ル「111」は、フロー制御、再送制御、経路制御等も
行なう。In addition, the data transfer control process module "111" also performs flow control, retransmission control, route control and the like.
【0018】データ送信プロセスモジュール「112」
は、データ転送制御プロセスモジュール「111」から
受け取ったデータを宛先ノードに送信するモジュールで
ある。Data transmission process module "112"
Is a module for transmitting the data received from the data transfer control process module “111” to the destination node.
【0019】データ受信プロセスモジュール「113」
は、自分宛のデータを受信し、データ転送制御プロセス
モジュール「111」に渡すモジュールである。Data receiving process module "113"
Is a module that receives data addressed to itself and passes it to the data transfer control process module “111”.
【0020】なお、各プロセスモジュールは、ハードウ
ェア装置としてではなく、プロセスとして生成されるも
のであり、プロセスモジュール間のやりとりはプロセス
間のメッセージ通信で行なう。Each process module is generated not as a hardware device but as a process, and exchange between process modules is performed by message communication between processes.
【0021】従来は、シミュレートプロセスモジュール
「104」において、発生時刻、収集時刻等の情報から
伝搬遅延を、また単位時間当たりに受信したパケット数
(又はビット数やバイト数)等の情報から負荷やスルー
プットを表示/評価することによって、シミュレーショ
ンを行なっていた。Conventionally, in the simulation process module "104", the propagation delay is determined from information such as the occurrence time and the collection time, and the load is determined from information such as the number of packets (or the number of bits or bytes) received per unit time. Simulation was performed by displaying / evaluating the data and throughput.
【0022】しかし、この方法では、ネットワークを配
置する場所的な問題、ノード数を確保するための空間的
な問題や経済的な問題等があり、大規模なネットワーク
をシミュレートすることはできなかった。However, in this method, there are problems such as a place where the network is arranged, a space problem for securing the number of nodes, an economic problem, and the like, and a large-scale network cannot be simulated. Was.
【0023】そこで、従来、上記問題を解決するため、
模擬ネットワークを1個のシミュレーションプログラム
でモデル化し、当該シミュレーションプログラムを1個
のCPU上で実行することにより、ネットワークシミュ
レーションを行なう方法が知られている。Therefore, conventionally, in order to solve the above problem,
There is known a method of performing a network simulation by modeling a simulated network with one simulation program and executing the simulation program on one CPU.
【0024】このシミュレーションプログラムについて
説明する。なお、ネットワークシステムの構成は前述し
た図2の構成に準拠するものとし、ノードの内部構成も
図3の構成に準拠するものとする。ただし、今回は、図
3の通信プロトコル「110」として、実際に使用する
通信プロトコルを実装するのではなく、シミュレーショ
ン用にモデル化した通信プロトコルを使用する。The simulation program will be described. The configuration of the network system is based on the configuration of FIG. 2 described above, and the internal configuration of the node is also based on the configuration of FIG. However, in this case, a communication protocol modeled for simulation is used as the communication protocol “110” in FIG. 3 instead of implementing a communication protocol actually used.
【0025】この方法を適用すると、論理的には、ノー
ド数やネットワークの規模を制限なしに配置することが
できるため、任意の大規模なネットワークをシミュレー
トすることができる。When this method is applied, logically, the number of nodes and the scale of the network can be arranged without limitation, so that an arbitrary large-scale network can be simulated.
【0026】しかし、上記のいずれの方法も、基本的に
はノードの移動性を考慮に入れていないため、ネットワ
ークトポロジーが時間的に変化するようなネットワーク
のシミュレーションには対応できなかった。However, none of the above methods basically takes into account the mobility of the nodes, and thus cannot cope with a network simulation in which the network topology changes with time.
【0027】[0027]
【発明が解決しようとする課題】近年、端末装置の高性
能化、小型化、軽量化、低消費電力化等が急速に進んで
いる。その結果、端末装置の通信位置が前回の通信時で
用いた通信位置と異なる半移動型、又は、通信中に通信
位置が逐次変更される完全移動型の2種類の形態が、端
末装置の利用形態として要求が高まっている。In recent years, the performance, size, weight, and power consumption of terminal devices have been rapidly increasing. As a result, there are two types of terminal devices, a semi-mobile type in which the communication position is different from the communication position used in the previous communication, and a completely mobile type in which the communication position is sequentially changed during communication. Demand is growing as a form.
【0028】また、通信プロトコルについても、従来型
の固定ネットワーク上での通信プロトコルだけでなく、
無線LAN、IPv6、VIP等の移動性を考慮した通
信プロトコルの標準化が進められつつある。As for the communication protocol, not only the conventional communication protocol on a fixed network but also
Standardization of communication protocols in consideration of mobility, such as wireless LAN, IPv6, and VIP, is being promoted.
【0029】従って、上記要求を実現し、有効に利用で
きるようにシステムを構築するためには、各ノードに移
動性を考慮した通信プロトコルを実装し、時間の経過に
伴って移動するノードを含むネットワークトポロジーに
おいて、伝搬遅延、負荷、スループット等のネットワー
ク性能を定量的に評価・表示し、利用形態の正当性、妥
当性、又は最適化を行なえるようにする必要がある。Therefore, in order to realize the above-mentioned request and to construct a system so that the system can be effectively used, each node is provided with a communication protocol in consideration of mobility, and includes a node which moves with time. In a network topology, it is necessary to quantitatively evaluate and display network performance such as propagation delay, load, and throughput, so that the use form can be validated, validated, or optimized.
【0030】しかし、従来のネットワークシミュレータ
においては、全てのノードは各々のサブネットワークに
固定的に接続されており、また、ノード自体の移動は許
容されていないため、ネットワークトポロジーが時間的
に変化する場合には対応できず、そのまま適用すること
はできない。However, in the conventional network simulator, all the nodes are fixedly connected to the respective sub-networks, and the movement of the nodes themselves is not allowed, so that the network topology changes with time. In this case, it cannot be applied and cannot be applied as it is.
【0031】例えば、携帯端末等の移動性を持つノード
を含むネットワークトポロジーをシミュレーションする
には、最初に複数のネットワークモデルを作成し、ある
1つのモデルでシミュレーションを実行した後、一時的
にシミュレーションを中断し、その後、他のネットワー
クモデルを読み込んで再度シミュレーションを実行しな
ければならない。For example, in order to simulate a network topology including a mobile node such as a mobile terminal, a plurality of network models are first created, a simulation is performed using one model, and then the simulation is temporarily performed. You have to stop and then load another network model and run the simulation again.
【0032】また、複数のネットワークモデルを作成し
ておかない場合には、シミュレーションを中断するたび
に、ネットワークモデルを書き換えてからシミュレーシ
ョンを実行しなければならない。If a plurality of network models are not prepared, the simulation must be executed after rewriting the network model every time the simulation is interrupted.
【0033】しかしながら、複数のネットワークモデル
を作成しておき、ネットワークシミュレーションを一時
中断した後、他のネットワークモデル等に基づいてシミ
ュレーション等を実行する現在の方法は、明らかに効率
が悪く、また、実際のネットワークトポロジーにも忠実
に対応し得ないという問題があった。However, the current method of creating a plurality of network models, temporarily suspending the network simulation, and then executing a simulation or the like based on another network model or the like is clearly inefficient and has a disadvantage in practice. However, there is a problem that it is not possible to faithfully cope with the network topology.
【0034】[0034]
【課題を解決するための手段】かかる課題を解決するた
め、本発明においては、バックボーンネットワークを介
して相互接続された複数のサブネットワークと、当該複
数のサブネットワークのいずれかに接続された複数のノ
ードとによって構成されるネットワークシステムを処理
対象とするネットワークシミュレータにおいて、以下の
ようにしたことを特徴とする。According to the present invention, a plurality of sub-networks interconnected via a backbone network and a plurality of sub-networks connected to one of the plurality of sub-networks are provided. A network simulator for processing a network system including nodes is characterized as follows.
【0035】すなわち、複数のノードのうち移動性が要
求される各ノードに、(1) 自らと他のノードとの間での
通信を制御する通信プロトコルと、(2) 時間情報を与え
るタイマープロセス部と、(3) 当該ノードのネットワー
ク上における経時的な位置の移動を定義する移動管理テ
ーブルと、(4) タイマープロセス部から与えられる時間
情報に基づいて、移動管理テーブルを監視し、位置の移
動が指定された時刻になるたびに通信プロトコルに対し
て割り込みを掛ける移動管理プロセス部と、(5) 通信プ
ロトコルによる通信に関する情報を収集、解析するデー
タ収集解析プロセス部とを設けるようにする。That is, (1) a communication protocol for controlling communication between itself and another node, and (2) a timer process for giving time information, to each of a plurality of nodes requiring mobility. And (3) a movement management table that defines the movement of the node over time on the network, and (4) a movement management table that is monitored based on time information given from the timer process unit, and A movement management process unit that interrupts the communication protocol each time the movement reaches a designated time, and (5) a data collection and analysis process unit that collects and analyzes information related to communication by the communication protocol.
【0036】このように、移動性が要求されるノードに
対しては、自装置の位置を自律的に変更できる機能を設
けたことにより、ノードの移動を考慮したシミュレーシ
ョン動作の中断やモデルの作成、また、データの書き込
み等といった処理を無くして効率よく処理を進めること
ができる。As described above, for a node requiring mobility, a function capable of autonomously changing the position of its own device is provided, so that the simulation operation is interrupted or the model is created in consideration of the movement of the node. In addition, processing such as data writing can be eliminated and processing can be efficiently performed.
【0037】[0037]
(A)実施形態 以下、本発明に係るネットワークシミュレータの一実施
形態を図面に基づいて説明する。なお、ここで説明する
実施形態は、前述の問題点を解決するために、各ノード
が自律的に移動するための手段を設けた点に特徴があ
る。(A) Embodiment Hereinafter, an embodiment of a network simulator according to the present invention will be described with reference to the drawings. Note that the embodiment described here is characterized in that in order to solve the above-described problem, a means for autonomously moving each node is provided.
【0038】(B)シミュレーション対象となるネット
ワークシステムの構成 図1に、移動性を持つノードを含むネットワークシステ
ムの構成例を示す。ここで、図1には、図3との同一、
対応部分に同一、対応符号を付して示している。(B) Configuration of Network System to be Simulated FIG. 1 shows a configuration example of a network system including nodes having mobility. Here, FIG. 1 shows the same as FIG.
Corresponding parts are indicated by the same reference numerals.
【0039】従って、図1のネットワークシステムのう
ち、ノード「000」、「002」、「003」と、サ
ブネットワーク「010」、「011」、「012」
と、バックボーンネットワーク「020」の構成及び接
続については、図2で説明したネットワークシステムと
同様である。Therefore, in the network system of FIG. 1, nodes "000", "002", and "003" and sub-networks "010", "011", and "012"
The configuration and connection of the backbone network “020” are the same as those of the network system described with reference to FIG.
【0040】この図1に示すネットワークシステムのう
ち、図2と異なる部分は、ノード「001」が移動ノー
ドである点である。The difference between the network system shown in FIG. 1 and FIG. 2 is that node "001" is a mobile node.
【0041】すなわち、このノード「001」は、最初
は、サブネットワーク「010」に接続されているが、
時間の経過に伴ってノード「001a」の位置に移動
し、別のサブネットワーク「011」に接続されるとい
う特質を有している点が異なっている。That is, this node “001” is initially connected to the sub-network “010”,
The difference is that the node moves to the position of the node “001a” over time and is connected to another sub-network “011”.
【0042】従って、移動ノード「001」がノード
「003」と通信する場合には、最初は、サブネットワ
ーク「010」−バックボーンネットワーク「020」
−「サブネットワーク「012」を経由してデータの転
送を開始するが、時間の経過に伴い、ノード「001
a」の位置に移動した後は、サブネットワーク「01
1」−バックボーンネットワーク「020」−サブネッ
トワーク「012」を経由してデータ転送を行なうこと
になる。Therefore, when the mobile node “001” communicates with the node “003”, first, the sub-network “010” -the backbone network “020”
-"Start data transfer via sub-network" 012 ", but as time elapses, node" 001 "
After moving to the position of “a”, the sub-network “01”
1 "-backbone network" 020 "-subnetwork" 012 ".
【0043】(C)移動ノードに設ける構成 図4に、移動性を持つノードに適用する内部構成を示
す。なお、他の固定ノードについては、従来通り、図3
に示した内部構成をもつノードを用いてネットワークシ
ミュレーションを実行する。(C) Configuration Provided in Mobile Node FIG. 4 shows an internal configuration applied to a mobile node. As for the other fixed nodes, as shown in FIG.
A network simulation is executed using a node having the internal configuration shown in FIG.
【0044】図4は、図3との同一、対応部分に、同
一、対応符号を付して示すもので、通信プロトコル「1
10」を通信プロトコル「210」に置き換えた点及び
新たに移動管理プロセスモジュール「200」と移動管
理テーブル「201」を設けた点を除いて同様の構成を
有している。FIG. 4 shows the same or corresponding parts as those in FIG.
It has the same configuration except that the communication protocol “210” is substituted for “10” and the mobility management process module “200” and the mobility management table “201” are newly provided.
【0045】通信プロトコル「210」は、データ転送
制御プロセスモジュール「211」と、データ送信プロ
セスモジュール「212」と、データ受信プロセスモジ
ュール「213」とで構成されるが、これらプロセスモ
ジュールは、無線LAN、IPv6、VIP等の移動性
を考慮した通信プロトコルのモデルである。The communication protocol "210" includes a data transfer control process module "211", a data transmission process module "212", and a data reception process module "213". , IPv6, VIP, and the like.
【0046】移動管理テーブル「201」は、ノードの
移動を規定するものであり、ユーザによって規定される
テーブルである。The movement management table "201" defines movement of a node, and is a table specified by a user.
【0047】移動管理プロセスモジュール「200」
は、移動管理テーブル「201」を参照し、規定された
時刻に規定された位置にノードを移動させるモジュール
である。Movement management process module "200"
Is a module that refers to the movement management table “201” and moves a node to a specified position at a specified time.
【0048】図5に、移動管理テーブル「201」の構
成を示す。図5において、t0、t1、t2、…tnは
時刻を示す。なお、時刻は絶対時刻でも良いし、シミュ
レーション開始時からの相対時刻でも良い。また、p
0、p1、p2、…pnはその時刻に対応したノードの
位置を示す。なお、ノードの位置は物理位置でも良い
し、サブネットワーク番号等の論理位置でも良い。FIG. 5 shows the structure of the mobility management table "201". In FIG. 5, t0, t1, t2,... Tn indicate time. The time may be an absolute time or a relative time from the start of the simulation. Also, p
0, p1, p2,... Pn indicate the position of the node corresponding to the time. The position of the node may be a physical position or a logical position such as a subnetwork number.
【0049】このように、移動管理テーブル「201」
は、少なくとも時間と位置という2つの情報を持つ。As described above, the movement management table "201"
Has at least two pieces of information, time and position.
【0050】(D)シミュレーション動作 シミュレーション結果の最終的な評価と表示は、シミュ
レーションプロセス「104」において実行されるが、
このネットワークシミュレーション過程を説明する。(D) Simulation Operation The final evaluation and display of the simulation result are executed in the simulation process “104”.
This network simulation process will be described.
【0051】(1) 初期設定 図1に波線で示すように、移動ノード「001」は、最
初、サブネットワーク「010」に接続されている。(1) Initial Setting As shown by the broken line in FIG. 1, the mobile node “001” is initially connected to the sub-network “010”.
【0052】なお、図4の移動管理テーブル「201」
には、最初のエントリとして、シミュレーション開始時
刻t0と、サブネットワーク「010」の位置p0とが
規定されている。The movement management table "201" in FIG.
Defines a simulation start time t0 and a position p0 of the sub-network "010" as the first entry.
【0053】また、移動管理プロセスモジュール「20
0」は、移動管理テーブル「201」を参照して、移動
管理テーブル「201」に規定された時刻(t1、t
2、…tn)になるたびに、タイマープロセスモジュー
ル「100」から割り込みが発生するように設定してお
く。The movement management process module “20”
"0" refers to the movement management table "201" and refers to the time (t1, t) specified in the movement management table "201".
2,... Tn), the timer process module “100” is set to generate an interrupt.
【0054】(2) シミュレーション動作 シミュレーションが開始されると、データ発生プロセス
モジュール「101」は、前述の指数分布又はkアーラ
ン分布等のモデルに従ってデータを発生し、データ送信
の宛先をノード「003」として通信プロトコル「21
0」へデータを渡す。(2) Simulation Operation When the simulation is started, the data generation process module “101” generates data according to the above-described model such as the exponential distribution or the k-Ehlan distribution, and sets the data transmission destination to the node “003”. The communication protocol "21
Pass data to "0".
【0055】通信プロトコル「210」のデータ転送制
御プロセスモジュール「211」は、このデータをデー
タ発生プロセスモジュール「101」から受け取ると、
データ送信プロセスモジュール「212」を通してデー
タ送信を開始する。When the data transfer control process module “211” of the communication protocol “210” receives this data from the data generation process module “101”,
Data transmission is started through the data transmission process module “212”.
【0056】これにより、移動ノード「001」とノー
ド「003」との間で、サブネットワーク「010」−
サブネットワーク「012」−バックボーンネットワー
ク「020」を通してデータ転送が始まる。As a result, between the mobile node “001” and the node “003”, the sub-network “010” −
Data transfer starts through the sub-network “012” -backbone network “020”.
【0057】データ転送の間、移動ノード「001」
は、ノード「003」から通信プロトコル「210」の
データ受信プロセスモジュール「213」を通してデー
タを受信し、データ転送制御プロセスモジュール「21
1」からデータ収集プロセスモジュール「102」へデ
ータを渡す。During data transfer, mobile node "001"
Receives data from the node “003” through the data reception process module “213” of the communication protocol “210”, and receives the data transfer control process module “21”.
1 ”to the data collection process module“ 102 ”.
【0058】データ収集プロセスモジュール「102」
は、受け取ったデータの中からシミュレートするための
データを抽出し、データ解析プロセス「103」へデー
タを渡す。Data collection process module "102"
Extracts data to be simulated from the received data, and passes the data to the data analysis process “103”.
【0059】データ解析プロセスモジュール「103」
は、データ収集プロセスモジュール「102」から受け
取った抽出データを解析し、シミュレートプロセスモジ
ュール「104」へ渡す。Data analysis process module "103"
Analyzes the extracted data received from the data collection process module “102” and passes it to the simulation process module “104”.
【0060】データ転送中に、移動管理テーブル「20
1」で規定された時刻(t1)に達すると、タイマープ
ロセスモジュール「100」から移動管理プロセスモジ
ュール「200」へ割り込みが発生する。During the data transfer, the movement management table “20”
When the time (t1) specified by “1” is reached, an interrupt occurs from the timer process module “100” to the mobility management process module “200”.
【0061】移動管理プロセスモジュール「200」
は、割り込みが発生すると、通信プロトコル「210」
のデータ転送制御プロセスモジュール「211」へ、転
送管理テーブル「201」で規定された位置(p1)へ
移動する旨を通知する。Movement management process module "200"
When an interrupt occurs, the communication protocol "210"
To the data transfer control process module “211” of the transfer management table “201” to the position (p1) specified by the transfer management table “201”.
【0062】データ転送制御プロセスモジュール「21
1」は、移動管理プロセスモジュール「200」から移
動する旨を伝えられると、データ転送を中断し、サブネ
ットワーク「010」(図1)との接続を切り、p1で
定義された位置(この場合はサブネットワーク「01
1」)へ接続する。The data transfer control process module “21”
When notified of the move from the mobility management process module “200”, the data transfer is interrupted, the connection with the sub-network “010” (FIG. 1) is cut off, and the position defined by p1 (in this case, Is the subnetwork "01
1)).
【0063】このサブネットワーク「011」への接続
が完了すると、データ転送制御プロセスモジュール「2
11」は、移動完了の旨を移動管理プロセスモジュール
「200」へ通知し、データ転送を再開する。When the connection to the sub-network “011” is completed, the data transfer control process module “2”
"11" notifies the transfer management process module "200" of the completion of the transfer, and restarts the data transfer.
【0064】そして、上記の過程をt2,…,tnまで
繰り返し、シミュレーションを終了する。Then, the above process is repeated until t2,..., Tn, and the simulation ends.
【0065】シミュレートプロセスモジュール「10
4」に記録されたデータは、ユーザの要求によって表示
/評価される。The simulation process module “10”
The data recorded in “4” is displayed / evaluated according to the user's request.
【0066】なお、これらのプロセスモジュールは、ハ
ードウェア装置ではなく、プロセスとして生成されるも
のであり、プロセスモジュール間のやりとりはプロセス
間メッセージ通信で行なう。Note that these process modules are generated not as hardware devices but as processes, and exchange between process modules is performed by inter-process message communication.
【0067】(E)実施形態の効果 以上のように、本実施形態に係るネットワークシミュレ
ータによれば、ノード「001」に、その自律的な移動
を規定する移動管理テーブル「201」と、これに基づ
いてサブネットワークとの接続を管理する移動管理プロ
セスモジュール「200」とを持たせたことにより、モ
デルの書き換えやシミュレーションの中断なく、効率的
にシミュレーションを実行することができるネットワー
クシミュレータを実現することができる。(E) Effects of the Embodiment As described above, according to the network simulator of the present embodiment, the node “001” is provided with the mobility management table “201” that defines the autonomous movement, and the A network simulator capable of efficiently executing a simulation without rewriting a model or interrupting a simulation by providing a mobility management process module “200” that manages connection with a subnetwork based on the network management process module. Can be.
【0068】(F)他の実施形態 なお、上述の実施形態においては、ノード「001」の
みを移動性のノードとして説明したが、ネットワーク上
の全てのノードに図4の内部構成を適用すれば、各ノー
ドが自立的に移動する状況下でのシミュレーション動作
をシステムの中断やデータの書き換えなく実行できるシ
ステムを実現することができる。(F) Other Embodiments In the above embodiment, only the node “001” has been described as a mobile node. However, if the internal configuration of FIG. 4 is applied to all nodes on the network, Thus, it is possible to realize a system capable of executing a simulation operation in a situation where each node moves independently without interrupting the system or rewriting data.
【0069】[0069]
【発明の効果】上述のように、本発明によれば、As described above, according to the present invention,
【図1】実施形態に係るネットワークシミュレータが処
理対象とするネットワーク構成を示すブロック図であ
る。FIG. 1 is a block diagram showing a network configuration to be processed by a network simulator according to an embodiment.
【図2】従来のネットワークシミュレータが処理対象と
するネットワーク構成を示すブロック図である。FIG. 2 is a block diagram showing a network configuration to be processed by a conventional network simulator.
【図3】従来のネットワークシミュレータが用いる各ノ
ードの内部構成を示すブロック図である。FIG. 3 is a block diagram showing an internal configuration of each node used by a conventional network simulator.
【図4】実施形態に係るネットワークシミュレータが用
いる各ノードの内部構成を示すブロック図である。FIG. 4 is a block diagram illustrating an internal configuration of each node used by the network simulator according to the embodiment.
【図5】移動管理テーブルの内部構成を示す図表であ
る。FIG. 5 is a table showing an internal configuration of a movement management table.
「000」、「002」、「003」…ノード、「01
0」、「011」、「012」…サブネットワーク、
「020」…バックボーンネットワーク。"000", "002", "003" ... node, "01"
0 "," 011 "," 012 "... subnetwork,
“020”: Backbone network.
Claims (1)
接続された複数のサブネットワークと、当該複数のサブ
ネットワークのいずれかに接続された複数のノードとに
よって構成されるネットワークシステムを処理対象とす
るネットワークシミュレータにおいて、 上記複数のノードのうち移動性が要求される各ノード
に、 自らと他のノードとの間での通信を制御する通信プロト
コルと、 時間情報を与えるタイマープロセス部と、 当該ノードのネットワーク上における経時的な位置の移
動を定義する移動管理テーブルと、 上記タイマープロセス部から与えられる時間情報に基づ
いて、移動管理テーブルを監視し、位置の移動が指定さ
れた時刻になるたびに上記通信プロトコルに対して割り
込みを掛ける移動管理プロセス部と、 通信プロトコルによる通信に関する情報を収集、解析す
るデータ収集解析プロセス部とを設けることを特徴とす
るネットワークシミュレータ。1. A network simulator for processing a network system including a plurality of sub-networks interconnected via a backbone network and a plurality of nodes connected to any of the plurality of sub-networks. A communication protocol for controlling communication between itself and another node among the plurality of nodes requiring mobility, a timer process unit for giving time information, A movement management table that defines the movement of the position over time, and a movement management table based on time information given from the timer process unit. Mobility management process section that interrupts And a data collection / analysis processing unit for collecting and analyzing information related to communication by the network simulator.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP16219097A JPH117421A (en) | 1997-06-19 | 1997-06-19 | Network simulator |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP16219097A JPH117421A (en) | 1997-06-19 | 1997-06-19 | Network simulator |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH117421A true JPH117421A (en) | 1999-01-12 |
Family
ID=15749722
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP16219097A Pending JPH117421A (en) | 1997-06-19 | 1997-06-19 | Network simulator |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH117421A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102819231A (en) * | 2007-05-31 | 2012-12-12 | 三菱电机株式会社 | Control system design device |
US8406903B2 (en) | 2007-05-31 | 2013-03-26 | Mitsubishi Electric Corporation | Network PLC control system engineering configuration layout and connection path display |
-
1997
- 1997-06-19 JP JP16219097A patent/JPH117421A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102819231A (en) * | 2007-05-31 | 2012-12-12 | 三菱电机株式会社 | Control system design device |
US8406903B2 (en) | 2007-05-31 | 2013-03-26 | Mitsubishi Electric Corporation | Network PLC control system engineering configuration layout and connection path display |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CA2107141C (en) | Method simulating data traffic on network in accordance with a client/server paradigm | |
Rajaram et al. | Wireless sensor network simulation frameworks: A tutorial review: MATLAB/Simulink bests the rest | |
JP3378008B2 (en) | System and method for automatic segment determination in a local area network | |
CN111835579B (en) | Method and system for testing effectiveness of network traffic scheduling simulation | |
CN105245301A (en) | Time-triggered based airborne optical network simulation system | |
CN113378364B (en) | Joint simulation method for wireless network control system | |
CN104901832A (en) | Half-practicality network simulation platform of aviation Ad-Hoc network | |
JPH09275414A (en) | Communication network system | |
CN110635943B (en) | Spark computing framework-based network flow simulation system in network transmission process | |
Giordano et al. | MoViT: the mobile network virtualized testbed | |
JPH117421A (en) | Network simulator | |
JP2001326641A (en) | Performance analysis method for large-scale network monitor system, and system thereof | |
CN113965470B (en) | Aviation information network experiment simulation system | |
Liang et al. | Research on simulation technology for space-ground integrated network | |
Huang et al. | An integrated deployment tool for ZigBee-based wireless sensor networks | |
Švéda | Routers and bridges for small area network interconnection | |
Rahimi et al. | LAN protocol validation and evaluation | |
Moura et al. | Evaluation of collision control algorithms in Ethernets | |
Liang et al. | A cooperative flow simulator for distributed computing based on full-dimensional definable network | |
Sousa et al. | Repeater vs. bridge-based hybrid wired/wireless profibus networks: a comparative performance analysis | |
JPH09128019A (en) | Remote i/o system for plc | |
Sousa et al. | Repeater-Based Hybrid Wired/Wireless PROFIBUS Network Simulator | |
JaberJoudah et al. | MODELING AND SIMULATION OF ETHERNET LOCAL AREA NETWORKS | |
Mnaouer et al. | Colored Petri nets based evaluation of transmission procedures at a fieldbus data link layer protocol | |
JPH0354940A (en) | Centralized monitoring system for connecting information in computer network system |