Jump to content

Network simulation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
missing space
Merging the sections from Network simulator
Line 1: Line 1:
{{Merge|network simulator|date=March 2009}}
{{Merge|Network traffic simulation|date=April 2009}}
{{Merge|Network emulation|date=June 2009}}
In [[communication]] and [[computer network]] research, '''network simulation''' is a technique where a program models the behavior of a network either by calculating the interaction between the different network entities (hosts/[[Router (computing)|router]]s, [[data link]]s, [[Packet (information technology)|packet]]s, etc) using mathematical formulas, or actually capturing and playing back observations from a production network. The behavior of the network and the various applications and services it supports can then be observed in a test lab; various attributes of the environment can also be modified in a controlled manner to assess how the network would behave under different conditions. When a simulation program is used in conjunction with live applications and services in order to observe end-to-end performance to the user desktop, this technique is also referred to as [[network emulation]].
In [[communication]] and [[computer network]] research, '''network simulation''' is a technique where a program models the behavior of a network either by calculating the interaction between the different network entities (hosts/[[Router (computing)|router]]s, [[data link]]s, [[Packet (information technology)|packet]]s, etc) using mathematical formulas, or actually capturing and playing back observations from a production network. The behavior of the network and the various applications and services it supports can then be observed in a test lab; various attributes of the environment can also be modified in a controlled manner to assess how the network would behave under different conditions. When a simulation program is used in conjunction with live applications and services in order to observe end-to-end performance to the user desktop, this technique is also referred to as [[network emulation]].


==Network simulator==
==Network simulator==
A [[network simulator]] is a software program that imitates the working of a computer network. In simulators, the computer network is typically modelled with devices, traffic etc and the performance is analysed. Typically, users can then customize the simulator to fulfill their specific analysis needs. Simulators typically come with support for the most popular protocols in use today, such as [[WLAN]], [[Wi-Max]], [[User Datagram Protocol|UDP]], and [[Transmission Control Protocol|TCP]].h
A '''network simulator''' is a piece of [[software]] or [[hardware]] that predicts the behavior of a [[computer network|network]], without an actual network being present. A [[network simulator]] is a software program that imitates the working of a computer network. In simulators, the computer network is typically modelled with devices, traffic etc and the performance is analysed. Typically, users can then customize the simulator to fulfill their specific analysis needs. Simulators typically come with support for the most popular protocols in use today, such as [[WLAN]], [[Wi-Max]], [[User Datagram Protocol|UDP]], and [[Transmission Control Protocol|TCP]].h


==Simulations==
==Simulations==
Line 22: Line 19:
# [[OPNET]]
# [[OPNET]]
# [[NetSim]]
# [[NetSim]]

==Uses of network simulators==
Network simulators serve a variety of needs. Compared to the cost and time involved in setting up an entire [[test bed]] containing multiple networked [[computer]]s, [[Router (computing)|router]]s and [[data link]]s, network simulators are relatively fast and inexpensive. They allow engineers, researchers to test scenarios that might be particularly difficult or expensive to [[emulate]] using real hardware - for instance, simulating a scenario with several nodes or experimenting with a new protocol in the network. Network simulators are particularly useful in allowing researchers to test new networking [[communication protocol|protocols]] or changes to existing protocols in a controlled and reproducible environment.

Network simulators, as the name suggests are used by researchers, developers and engineers to design various kinds of networks, simulate and then analyze the effect of various parameters on the network performance. A typical network simulator encompasses a wide range of networking technologies and can help the users to build complex networks from basic building blocks such as a variety of nodes and links. With the help of simulators, one can design hierarchical networks using various types of nodes like computers, [[network hub|hubs]], [[network bridge|bridges]], routers, switches, links, mobile units etc.

Various types of [[Wide Area Network]] (WAN) technologies like TCP, ATM, IP etc and [[Local Area Network]] (LAN) technologies like [[Ethernet]], [[token ring]]s etc., can all be simulated with a typical simulator and the user can test, analyze various standard results apart from devising some novel protocol or strategy for routing etc.

There are a wide variety of network simulators, ranging from the very simple to the very complex. Minimally, a network simulator must enable a user to represent a [[network topology]], specifying the nodes on the network, the links between those nodes and the traffic between the nodes. More complicated systems may allow the user to specify everything about the protocols used to handle [[network traffic]]. Graphical applications allow users to easily visualize the workings of their simulated environment. Text-based applications may provide a less intuitive interface, but may permit more advanced forms of customization. Others, such as GTNets, are programming-oriented, providing a programming framework that the user then customizes to create an application that simulates the networking environment to be tested.



==See also==
==See also==
Line 27: Line 34:
*[[Mobility model]]
*[[Mobility model]]
*[[Network emulation]]
*[[Network emulation]]
*[[Network simulator]]
*[[Network traffic simulation]]
*[[Network traffic simulation]]
*[[Queueing theory]]
*[[Queueing theory]]
*[[Traffic generation model]]
*[[Traffic generation model]]
*[[Simulation language]]
*[[Simulation software]]
*[[Traffic generation model]]



==References==
==References==

Revision as of 00:41, 23 December 2011

In communication and computer network research, network simulation is a technique where a program models the behavior of a network either by calculating the interaction between the different network entities (hosts/routers, data links, packets, etc) using mathematical formulas, or actually capturing and playing back observations from a production network. The behavior of the network and the various applications and services it supports can then be observed in a test lab; various attributes of the environment can also be modified in a controlled manner to assess how the network would behave under different conditions. When a simulation program is used in conjunction with live applications and services in order to observe end-to-end performance to the user desktop, this technique is also referred to as network emulation.

Network simulator

A network simulator is a piece of software or hardware that predicts the behavior of a network, without an actual network being present. A network simulator is a software program that imitates the working of a computer network. In simulators, the computer network is typically modelled with devices, traffic etc and the performance is analysed. Typically, users can then customize the simulator to fulfill their specific analysis needs. Simulators typically come with support for the most popular protocols in use today, such as WLAN, Wi-Max, UDP, and TCP.h

Simulations

Most of the commercial simulators are GUI driven, while some network simulators require input scripts or commands (network parameters). The network parameters describe the state of the network (node placement, existing links) and the events (data transmissions, link failures, etc). An important output of simulations are the trace files. Trace files can document every event that occurred in the simulation and are used for analysis. Certain simulators have added functionality of capturing this type of data directly from a functioning production environment, at various times of the day, week, or month, in order to reflect average, worst-case, and best-case conditions. Network simulators can also provide other tools to facilitate visual analysis of trends and potential trouble spots.

Most network simulators use discrete event simulation, in which a list of pending "events" is stored, and those events are processed in order, with some events triggering future events -- such as the event of the arrival of a packet at one node triggering the event of the arrival of that packet at a downstream node.

Some network simulation problems, notably those relying on queueing theory, are well suited to Markov chain simulations, in which no list of future events is maintained and the simulation consists of transiting between different system "states" in a memoryless fashion. Markov chain simulation is typically faster but less accurate and flexible than detailed discrete event simulation. Some simulations are cyclic based simulations and these are faster as compared to event based simulations.

Simulation of networks can be a difficult task. For example, if congestion is high, then estimation of the average occupancy is challenging because of high variance. To estimate the likelihood of a buffer overflow in a network, the time required for an accurate answer can be extremely large. Specialized techniques such as "control variates" and "importance sampling" have been developed to speed simulation.[1][2]

Examples of network simulators

Examples of notable network simulation software are, ordered after how often they are mentioned in research papers:

  1. ns2/ns3
  2. OPNET
  3. NetSim

Uses of network simulators

Network simulators serve a variety of needs. Compared to the cost and time involved in setting up an entire test bed containing multiple networked computers, routers and data links, network simulators are relatively fast and inexpensive. They allow engineers, researchers to test scenarios that might be particularly difficult or expensive to emulate using real hardware - for instance, simulating a scenario with several nodes or experimenting with a new protocol in the network. Network simulators are particularly useful in allowing researchers to test new networking protocols or changes to existing protocols in a controlled and reproducible environment.

Network simulators, as the name suggests are used by researchers, developers and engineers to design various kinds of networks, simulate and then analyze the effect of various parameters on the network performance. A typical network simulator encompasses a wide range of networking technologies and can help the users to build complex networks from basic building blocks such as a variety of nodes and links. With the help of simulators, one can design hierarchical networks using various types of nodes like computers, hubs, bridges, routers, switches, links, mobile units etc.

Various types of Wide Area Network (WAN) technologies like TCP, ATM, IP etc and Local Area Network (LAN) technologies like Ethernet, token rings etc., can all be simulated with a typical simulator and the user can test, analyze various standard results apart from devising some novel protocol or strategy for routing etc.

There are a wide variety of network simulators, ranging from the very simple to the very complex. Minimally, a network simulator must enable a user to represent a network topology, specifying the nodes on the network, the links between those nodes and the traffic between the nodes. More complicated systems may allow the user to specify everything about the protocols used to handle network traffic. Graphical applications allow users to easily visualize the workings of their simulated environment. Text-based applications may provide a less intuitive interface, but may permit more advanced forms of customization. Others, such as GTNets, are programming-oriented, providing a programming framework that the user then customizes to create an application that simulates the networking environment to be tested.


See also


References

Notes and references

  1. ^ Asmussen, Søren, Glynn, Peter W., 2007. "Stochastic Simulation: Algorithms and Analysis". Springer. Series: Stochastic Modelling and Applied Probability, Vol. 57, 2007.
  2. ^ Banks, Carson, Nelson Nicol. "Discrete Event System Simulation". Pearson