1
|
Network traffic simulation is a process used in telecommunications engineering to measure the efficiency of a communications network.
Contents |
Telecommunications systems are complex real-world system, containing many different components which interact, in complex interrelationships.Flood, J.E. Telecommunications Switching, Traffic and Networks, Chapter 4: Telecommunications Traffic, New York: Prentice-Hall, 1998. The analysis of such a system can become extremely difficult: modelling techniques tend to analyse each component rather than the relationships between components.Penttinen A., Chapter 9 – Simulation, Lecture Notes: S-38.145 - Introduction to Teletraffic Theory, Helsinki University of Technology, Fall 1999. Simulation is an approach which can be used to model large, complex stochastic systems for forecasting or performance measurement purposes.Kennedy I. G., Traffic Simulation, School of Electrical and Information Engineering, University of the Witwatersrand, 2003. It is the most common quantitative modelling technique used.
The selection of simulation as a modelling tool is usually because it is less restrictive. Other modelling techniques may impose material mathematical restrictions on the process, and also require multiple intrinsic assumptions to be made.
Network traffic simulation usually follows the following four steps:
There are generally two kinds of simulations used to model telecommunications networks, viz. discrete and continuous simulations. Discrete simulations are also known as discrete event simulations, and are event-based dynamic stochastic systems. In other words, the system contains a number of states, and is modelled using a set of variables. If the value of a variable changes, this represents an event, and is reflected in a change in the system’s state. As the system is dynamic, it is constantly changing, and because it is stochastic, there is an element of randomness in the system. Representation of discrete simulations is performed using state equations that contain all the variables influencing the system.
Continuous simulations also contain state variables; these however change continuously with time. Continuous simulations are usually modelled using differential equations that track the state of the system with reference to time.
Simulation models are generated from a set of data taken from a stochastic system. It is necessary to check that the data is statistically valid by fitting a statistical distribution and then testing the significance of such a fit. Further, as with any modelling process, the input data’s accuracy must be checked and any outliers must be removed.
When a simulation has been completed, the data needs to be analysed. The simulation\'s output data will only produce a likely estimate of real-world events. Methods to increase the accuracy of output data include: repeatedly performing simulations and comparing results, dividing events into batches and processing them individually, and checking that the results of simulations conducted in adjacent time periods “connect” to produce a coherent holistic view of the system.Akimaru H., Kawashima K., Teletraffic – Theory and Applications, Springer-Verlag London, 2nd Edition, 1999, pg 6
As most systems involve stochastic processes, simulations frequently make use of random number generators to create input data which approximates the random nature of real-world events. Computer generated [random numbers] are usually not random in the strictest sense, as they are calculated using a set of equations. Such numbers are known as pseudo-random numbers. When making use of pseudo-random numbers the analyst must make certain that the true randomness of the numbers is checked. If the numbers are found not to behave in a sufficiently random fashion, another generation technique must be found. Random numbers for the simulation are created by a random number generator.
Simulations of a telecommunications system are usually implemented in a computer program. The program can be written in a simulation-specific language or in a general-purpose language . Simulation-specific languages such as OPNET or GPSS are rapid for development. However, sometimes the flexibility of a general purpose language may be preferred --- a well-known example is the ns-2 simulator ns-2 written in C++. There are many applications that can make use of simulation as an analytical tool. While simulation does require extensive resources, it is still a relatively cost-effective method of pre-testing potential systems. Simulation can also be used to confirm and verify the performance of implemented systems.
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia