• No results found

Copyright. Network and Protocol Simulation. What is simulation? What is simulation? What is simulation? What is simulation?

N/A
N/A
Protected

Academic year: 2022

Share "Copyright. Network and Protocol Simulation. What is simulation? What is simulation? What is simulation? What is simulation?"

Copied!
5
0
0

Loading.... (view fulltext now)

Full text

(1)

© TLC Networks Group - Politecnico di Torino 1

Network and Protocol Simulation

Michela Meo Maurizio M. Munafò

Michela.Meo@polito.it – Maurizio.Munafo@polito.it

© TLC Networks Group - Politecnico di Torino 2

Copyright

Quest’opera è protetta dalla licenza Creative Commons NoDerivs-NonCommercial. Per vedere una copia di questa licenza, consultare:

http://creativecommons.org/licenses/nd-nc/1.0/

oppure inviare una lettera a:

Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

This work is licensed under the Creative Commons NoDerivs-NonCommercial License. To view a copy of this license, visit:

http://creativecommons.org/licenses/nd-nc/1.0/

or send a letter to

Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

© TLC Networks Group - Politecnico di Torino 3

What is simulation?

To simulate a system means to imitate its behavior in time

By imitating the system behavior, we artificially recreate its history and evolution

From the system evolution we can deduce a lot of information on the system itself

© TLC Networks Group - Politecnico di Torino 4

What is simulation?

We may be interested in discovering or verifying system

performance

correctness

capabilities

reliability

What is simulation?

Several simulation objectives:

System design

Dimensioning of the system components to satisfy requirements

Effects of the improvements or changes of system components on the overall system performance

Comparison of different system designs

What is simulation?

To simulate we need to develop a simulation model

A simulation model is made by a set of hypothesis on the system and its behavior

A model describes a dynamic system as a

set of components interacting according

to specific rules

(2)

© TLC Networks Group - Politecnico di Torino 7

What is simulation?

The system and its components are described by state variables

To describe the system evolution we need to describe the rules according which the system changes its own state

To imitate the system and recreate its history means to rebuild the sequence of states visited by the system

© TLC Networks Group - Politecnico di Torino 8

When do we need to simulate?

During the design phase

no existing implementation or prototype of the actual system

On systems already existing

To study the system in special conditions, like critical or future scenarios

To design improvements for the system components

© TLC Networks Group - Politecnico di Torino 9

Areas of Application

Manufacturing applications

Logistics, supply chains and distribution applications

Transportation modes and traffic

Business process simulation

Construction engineering and project management

Health care

… and many others

© TLC Networks Group - Politecnico di Torino 10

Application to networking

Performance analysis

Verification of the correct workings of the network under different assumptions:

traffic, environment (e.g., radio-channel noise), failures

Verification of conditions to guarantee QoS levels

System performance under future traffic hypothesis

© TLC Networks Group - Politecnico di Torino 11

Application to networking

System dimensioning

Effects due to the increase of the link capacities in the network

Effects on the network due to the introduction of new nodes/routers

Choice of the node buffer capacity

Choice of the number of new resources in the system (radio channels for cellular systems, physical channels for telephone networks)

© TLC Networks Group - Politecnico di Torino 12

Application to networking

Protocol design

Performance comparison between different protocols (e.g., different TCP versions)

Selection of protocol parameters as a function of the network conditions and the traffic load

Design and development of new protocols

Interaction between protocols at different architectural layers

(3)

© TLC Networks Group - Politecnico di Torino 13

Application to networking

Network design

Comparison between resource allocation schemes

Study of the interaction among network elements

Performance analysis of networks with different topologies

Verification of network reliability and resilience

© TLC Networks Group - Politecnico di Torino 14

Simulation models

A simulation model is a formal

representation of a system (in the form a set of hypothesis) derived from the theoretical knowledge of the system or from empirical observations

We need to identify the boundary

between the system and its environment

The system environment, even if it not the object of our model, will have effects on the model and on the system behavior

© TLC Networks Group - Politecnico di Torino 15

Some definitions

State: describes the system behavior in any time instant

Entities: objects of interest in the system

Attributes: properties of an entity

Activity: a time period dedicated to a specific operation

Event: an instantaneous occurrence that changes the system state

Endogenous: events and activities internal to the system

Exogenous: events and activities in the environment that affect the system

Type of models

Models can be classified as being mathematical or physical

Mathematical models uses symbolic notation and mathematical equations to represent a system (simulation models are special mathematical models)

Physical models are simplified physical systems that try to reproduce some of the characteristics of the original system

© TLC Networks Group - Politecnico di Torino 16

Analytical models

An analytical model of the system can be a viable alternative to simulation for simple systems or under special hypothesis

Using an analytical model we can obtain indications on the system performance through mathematical expressions

Physics laws, differential equations, Markov chains, Petri nets

Analytical models

The analytical models can have

Exact solution: the solution is represented by a closed form expression (e.g., Physics laws, some basic results from queuing theory)

Numerical solution: due to its complexity, the solution can be obtained only though

numerical approximation (e.g. fixed-point methods, solutions not expressed in closed form, solutions of equation systems)

(4)

© TLC Networks Group - Politecnico di Torino 19

Analytical vs. simulation models

Analytical models

Emphasize the cause-effect relations between inputs and outputs

Limited solution cost (in time and computational power)

Help the system comprehension

Fewer ‘technical’ errors (bugs)

Simulation models

Better adherence the actual system

Easier to introduce incremental improvements in the model

Easier to modify some to the underlying model hypothesis

Simpler model construction

© TLC Networks Group - Politecnico di Torino 20

Type of models

Models can further be classified as

Static: the system behavior does not change in time (or it is studied in a fixed moment in time) (e.g. Monte Carlo models)

Dynamic: the system behavior changes in time

Dynamic models can be classified as

Discrete models

Continuous models

© TLC Networks Group - Politecnico di Torino 21

Type of models

Dynamic models can be classified as

Discrete: the system state changes only in a discrete set of points in time

Continuous: the system state changes continuously in time (fluid models)

t t

state state

© TLC Networks Group - Politecnico di Torino 22

Type of models

Models can be classified as being

Deterministic: the model does not contain random variables, therefore a set of input values will produce a unique set of outputs

Stochastic: inputs are represented by random variables, so the outputs are random processes (and an estimate of the true characteristics of the model)

© TLC Networks Group - Politecnico di Torino 23

Type of models

When considering stochastic models, a simulation run will consist in

Performing a stochastic experiment

Observing a single possible realization of the process describing the evolution of the system state in time

The simulation output analysis will require the application of statistic techniques on results collected in several simulation runs

© TLC Networks Group - Politecnico di Torino 24

Type of models

Analytical / Numeric Static /

Dynamic Deterministic / Stochastic

Ohm’s Law A S D

Law of Large

Numbers A S S

Markovian Processes A (N) D S

Non-linear

differential equations N D D

Simulation N D S

(5)

© TLC Networks Group - Politecnico di Torino 25

Steps in a simulation study

Problem formulation

Setting of objectives

Overall project plan

Model conceptualization

Ability of abstracting the essential features of the system

Selection of simplifying hypothesis at a suitable level of details

© TLC Networks Group - Politecnico di Torino 26

Steps in a simulation study

The level of details will depend from a trade- off between accuracy and realism

A simulation model with too many details will

Require longer development time (debugging)

Require a higher running time (long simulations)

Produce complex results difficult to be interpretated

A simulation model with too little details will

Be unsuitable to observe some interesting and particular behavior of the system

Be unrealistic and produce wrong conclusions on the system behavior

© TLC Networks Group - Politecnico di Torino 27

Steps in a simulation study

Data collection

Selection of the input parameters considered to be important for the model

Study and characterization of the parameters (from raw data to statistical distributions)

Model translation -> Coding

Model verification -> Is the code correct?

Model validation -> Is the model correct?

Comparison of some model results with the expected model behavior (e.g. with data previously collected)

© TLC Networks Group - Politecnico di Torino 28

Steps in a simulation study

Experimental design

Length of the initialization periods

Length of simulation runs

Number of simulation runs

Production runs and analysis

More runs?

Common issues

Wrong detail level

Unsuitable programming language or modeling approach

Unrealistic model

Bias due to long initialization periods

Short simulation runs

Too few simulation runs

Wrong/unsuitable random number

generators

References

Related documents

In order to replicate the payoff of the floating strike lookback call at expiry, whenever a new realized minimum value of the asset price is established at a later time, one should

It was founded by CERES and the United Nations' Environment Program (UNEP) in 1997 in the United States. Since 2002, GRI has offices in Amsterdam, where the Secretary is

"Other sources" are benefits or payments resulting from the member's  disability…these include by are not limited to: 

The learning progression is based upon comprehensive written materials (we could also resort to videos but we did not make this choice). The first step consists

Honeybee production system, opportunities and challenges in Enebse sar midir woreda (Amahara region) and Amaro special woreda(SNNPR),Ethiopia. Thesis, Alemaya University,

The first, a frequency and content analysis of advertising during two popular Australian sports final series, found that alcohol advertising (particularly during a sporting

None of the following substances have been added to the product: Substances on the REACH Candidate list of substances of very high concern (of 22.1.2013) substances on the