SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
SimATM: An ATM Network Simulation Environment*
                            Antônio M. Alberti, Ernesto L. Andrade Neto, Jackson Klein, Leonardo S. Mendes
                                                        DECOM-FEEC/UNICAMP
                                                               P.O. Box 6101
                                                  13081-970 - Campinas - SP – BRAZIL
                                             phone: +55-19-788-2053 fax: +55-19-239-1395
                                   e-mail: alberti, ernestoa, jackson, lmendes@decom.fee.unicamp.br

Abstract – This paper describes the SimATM an environment to         2. SimATM Simulation Environment
ATM network simulation. The SimATM is an application tailored
                                                                     The initial proposal to the SimATM development was to include
to research, analysis and design of ATM networks developed in
                                                                     the facilities needed to ATM network simulation in a
C++ to the Windows 95/NTTM operating system. The SimATM
                                                                     communications systems simulator named SimNT [6][7]. The
utilizes an event-driven simulation technique to achieve ATM
                                                                     SimNT is a simulation environment for the development and
simulation at the cell level. Simulation results are presented to
                                                                     analysis of communications systems and devices (especially
demonstrate the SimATM simulation capabilities.
                                                                     optical communication systems), developed in C++ under the
                                                                     Windows 95/NTTM operating system. Inside SimNT a
1. Introduction                                                      communication system is modeled as a set of interconnected
ATM [1][2][3] is a connection oriented technology of packet          blocks, which represent device models and numerical methods.
commutation and multiplexing applied to the transport of small       The SimNT is a data-driven simulator. SimATM will include the
packets with fixed size, denominated cells, through a high-speed     same features of SimNT, like its graphic interface and
network. The ATM technology allows the integration and               expandable library of models, with a new kernel and commands
transport of voice, video and data traffics in the same network      to simulate ATM networks.
infrastructure. However, ATM is showing to be a very complex
technology and still is under development. The cell switching        2.1 Modeling an ATM Network
permits the assembly of highly efficient high speed switches,
                                                                     The ATM network architecture modeled in the simulator is
resulting in high transmission rates, but the ATM network
                                                                     based on the B-ISDN Protocol Reference Model [8] (B-ISDN
implementation needs an extremely complex infrastructure of
                                                                     PRM). However, the SimATM ought to be an expansible tool,
overlaid protocols [4]. Because that ATM is a connection
                                                                     which allows the addition of new simulation facilities in a
oriented technology that offers quality of service (QoS), it needs
                                                                     modular way. To achieve this goal the simulation framework
specific signaling and routing protocols, and a large
                                                                     was made to conform to a complete series of recommendations
sophisticated set of new mechanisms and traffic management
                                                                     about functional operation of ATM equipment and management
functions. The development and performance evaluation of this
                                                                     of ATM network elements defined by ITU-T (I.731 [9], I.732
new protocols and mechanisms required to ATM’s technological
                                                                     [10] e I.751[11]). This framework permits the addition of new
evolution, as well as the design and analysis of ATM networks
                                                                     simulation facilities based on the functional architecture of the
are very difficult tasks. Several approaches can be employed to
                                                                     ATM network element.
address this problem: experiments with actual ATM network,
                                                                          Figure 1, shows the ATM simulation resources nowadays
experiments in ATM testbeds, and predictive techniques as
                                                                     available in SimATM compared with the general architecture of
mathematical analysis and simulation. Generally, some of these
                                                                     an ATM network element defined in [9]. The present ATM
approaches have extremely high costs while others are applied to
                                                                     simulation resources are restricted to transfer functions, layer
restrict cases. Among these, the employment of simulation tools
                                                                     management functions, and superior layers applications of the
represents a quite flexible solution. This paper describes the
                                                                     general functional architecture of an ATM network element. The
development and implementation of an ATM network
                                                                     implementation of these resources is done through layered
simulation environment named SimATM. The SimATM aims to
                                                                     models, the layers joined to compose the models of ATM
provide researchers and designers of networks with a tool for
                                                                     network equipment and applications. The models of physical
teaching, research, analysis and design of ATM networks. The
                                                                     layer, ATM layer and ATM adaptation layer, partially include
SimATM was developed in C++ [5] to the Windows 95/NTTM
                                                                     transfer functions and management functions of the
operating system. The ATM simulation is performed at cell level
                                                                     corresponding B-ISDN PRM’s layers. The remaining functions
and the simulation technique employed is event-driven.
                                                                     will be embodied in modular format in new simulator releases.
    The remaining of this paper is organized as follows. Section
2 describes the SimATM simulation environment. Section 3             2.2 The SimATM Simulation Framework
presents the models developed for the simulator. Section 4           The SimATM simulation framework was developed using an
shows an example of ATM network simulation with CBR and              event-driven simulation technique [12] (Figure 2). The
VBR traffic sources. Section 5 shows simulation’s results.           simulator’s kernel has a command interpreter, an event queue, an
Finally, section 6 draws the final conclusions, comments and         event manager and several instances of ATM networks. The
directions for future work.                                          command interpreter executes commands over the several ATM


* The authors are supported by FAPESP.
networks. Only one ATM network can be simulated at once. The                                                                                                                                                      execution. When an event arrives to a specific layer or queueing
actual network components are modeled as ATM equipment or                                                                                                                                                         system model, it fires the process that performs the actions
ATM application models composed of layer models and of                                                                                                                                                            specified in the event content.
queueing system models, which can schedule events in the event
queue. The ATM equipment and applications are made of a                                                                                                                                                           2.2.1 ATM Network Structure
common basic structure named block. The block denomination
                                                                                                                                                                                                                       The structure of ATM networks inside SimATM is showed in
is applied to all simulator elements that inherit the block basic
                                                                                                                                                                                                                  Figure 3. The ATM network model has: one or more parameters,
structure.
                                                                                                                                                                                                                  a data table, a parameter manager, a data table manager, a block
                                    Q3                                            F
                                                                                                                                                                                                                  manager, an ATM connection manager, a data connection
                                                                                                                            Plane Management Functions
                         MCF - Message Communication                                               AEMF - ATM Equipment Management
                                                                                                                                                                                                                  manager, a neighborhood manager, an executor and several
                                   Function                                                                    Function                                                                                           instances of ATM equipment and applications.
    Higher Layers




                                         User Plane Functions                                            Control Plane      Layer Management
                                                                                                          Functions             Functions
                                                                                                                                                                                                                        Data Table                     ATM Network
                                                                                                         Signalling          Layer Management of
                                             ATM Application                                             Application            Higher Layers
                                                                                                                                                                                                                                                   Parameter           Block                   Data Connection
                                                                                                                                                                                                                        Parameters
                                                                                                                                                                                                                                                  Management        Management                  Management
                                                 Transfer Functions
    AAL




                                                                                                                                                                                    CoF - Coordination Function
                                                                                                                             Layer Management of
                                                                      AAL 5               AAL             SAAL                      AAL 5
                                                                                                                                                                                                                                                   Data Table      ATM Connection                Neighborhood
                                                                                                                                                                                                                         Executor
                                                                                                                                                                                                                                                  Management        Management                   Management
    ATM Layer




                                                                                                    ATM Layer
                                                                                                                                                                                                                           ATM Application 1                           ATM Equipment 1
                                to CoF

                                                                                                                                                                                                                              ATM Application 2                          ATM Equipment 2
    Physical Layer




                                    Timing




                                                                                                  Physical Layer                                                                                                                 ATM Application N
                                                                                                                                                                                                                                                                            ATM Equipment N
                                                                                                                                                                                                                             Data Table   Parameters
                                                                                                                                                                                                                                                                        Data Table   Parameters
                                                                                                                                                                                                                                                       Instances
                                                                                                                                                                                                                             Layer N,1    Layer N,2    Layer N,N                                     Instances
                                                                                                                                                                                                                                                                         Layer N,1   Layer N,2      Layer N,N
                                                                                                                         Resources partially implemented at
                     Non-ATM External                                            Cell Based Interface                                                                                                                         Layer 2,1   Layer 2,2    Layer 2,N
                     Interfaces Timing                                                                                   this time
                                                                                                                                                                                                                                                                         Layer 2,1   Layer 2,2      Layer 2,N
                               Interfaces                                                                                                                                                                                     Layer 1,1   Layer 1,2    Layer 1,N
                                                                                                                         Resources to be implemented
                                                                                                                                                                                                                                                                         Layer 1,1   Layer 1,2      Layer 1,N
Figure 1: Present simulation resources of SimATM simulator.
                                                                                                                                                                                                                                                                          QS 2,1      QS 2,2         QS 2,N

                                                                                         Kernel                                                                                                                                                                           QS 1,1      QS 1,2         QS 1,N

                                              Command                                                                                                                                                                  Instances
                                                                                              Run event manager                  Event Manager
                                              Interpreter
                                                           commands




                                                                                                                                          Remove events from




                                                                                                                                                                                                                  Figure 3: Structure of an ATM network inside SimATM.
                                                              Run




                                                                                                                        s




                                                                                                                                              the queue
                                                                                                                      es




                                                                                                                                                                                                                       The ATM equipment, has several instances of layer models
                                                                                                                    oc
                                                                                                                  pr




                                    ATM Network 1                                                                                                                                                                 and queueing system models. In its structure the ATM
                                                                                                               un
                                                                                                              R




                        Equipment             Equipment                          Equipment                                                                                                                        application has only instances of application’s layer models,
                                              ATM Network 2
                                                                                                                                   Event Queue
                                                                                                                                                                                                                  because there isn’t cell storage in the application model. The
                            Equipment                   Equipment                     Equipment                   Schedule                                                                                        equipment and application models also have one or more
                                                                                                                                            Event
                                                                                                                                                    Event
                                                                                                                                                            Event
                                                                                                                                                                    Event
                                                                                                                                                                            Event




                                                 ATM Network N                                                     events
                                                                                            ATM
                                                                                                                                                                                                                  parameters and a data table. The parameter manager allows
                                   ATM                                   ATM
                                Equipment 1                           Equipment 2
                                                                                          Equipment
                                                                                              N                                                                                                                   parameter handling inside ATM network blocks, as well inside
                                   ATM
                                Application 1
                                                                         ATM
                                                                      Application 2
                                                                                            ATM
                                                                                         Application N
                                                                                                                                                                                                                  block layers and block queueing system. The data table manager
                                                                                                                                                                                                                  allows data table handling in ATM network blocks as well as in
                                                                                                                                                                                                                  its layers. The block manager is in charge of creation, remotion,
                                                                                                                                       Instances
                                                                                                                                                                                                                  connection and disconnection of blocks from the ATM network.
                                                                                                                                                                                                                  The ATM connection manager realizes the ATM network
Figure 2: Present SimATM simulation framework.
                                                                                                                                                                                                                  connections handling. The data connection manager does the
     The event queue holds the events that wait to be executed.                                                                                                                                                   data connections handling through the ATM network. These data
The event manager takes away these events from the event                                                                                                                                                          connections are established over properly configured ATM
queue and sends them to their destination equipment or                                                                                                                                                            connections and are used to send data through the network. The
application blocks inside the network under simulation. These                                                                                                                                                     neighborhood manager performs the handling of block
blocks can follow events received from the event manager to the                                                                                                                                                   neighborhood information, assuring that the network blocks can
destination element’s layer or its associated queueing system,                                                                                                                                                    be connected only after several conditions are satisfied. The
then ending the event’s life cycle in the simulator. The                                                                                                                                                          executor initiate block layers and queueing systems before the
simulation continues until it reaches the predetermined                                                                                                                                                           simulation runs.
maximum simulation time or until there are no more events left
in the network’s event queue to be executed. The behavior of
layers and queueing systems models is described through                                                                                                                                                           2.3 ATM Connections and Data Connections
process. A process in SimATM is defined as a set of tasks to be                                                                                                                                                   In the SimATM there are two kinds of connections: ATM
executed while event is defined as a message that fires process                                                                                                                                                   connections and data connections. The ATM connections are
implemented as Permanent Virtual Connections (PVCs). The              occurrence.
data connection uses the established ATM connections to               In the time sampling all the variables
transmit information between two ATM applications. If there           are logged to a file in constant intervals




                                                                                                                                                    Occurrence
                                                                                                                                       Sample by



                                                                                                                                                    Sample by
isn’t any established data connection no information will flow        of simulation time. In the occurrence
through the network.                                                  sampling the state variables are logged




                                                                                                                                       Time
         The user needs to establish at least one ATM                 to a file each time a cell arrives or
connection before the simulation execution startup. For each          leaves a queueing system.
ATM connection in the network the simulator needs to keep in
the network data table the VPI and VCI of each Virtual Channel                                  State      Variable               File       File   File
Link (VCL). For the ATM connections the name of the ATM                                         Variable   Meaning                 1          2      3
equipments that are part of the ATM connection are also kept.                                   Time   Time                        x                   x
The network data table stores ATM connection’s bandwidth and                                           Number of System
category of service (CBR, rt-VBR, nrt-VBR, ABR and UBR)                                         NoSRC                              x                   x
                                                                                                       Received Cells
and instant connection status (busy or available). For each data                                       Number of Buffer
connection the network data table stores the connection category                                NoBQC                              x                   x
                                                                                                       Queued Cells




                                                                      Instantaneous Variables
of service and bandwidth. It is also stored the names of the                                           Number of Buffer
connection’s ingress and egress ATM equipments, the names of                                    NoBDC                              x                   x
                                                                                                       Dropped Cells
the source and destiny applications, and the connection status.
                                                                                                BS     Buffer Status               x                   x
                                                                                                NoBC   Number of Buffer Cells      x                   x
3. Simulator Models
                                                                                                DoBC   Delay of Buffer Cells       x                   x
The SimATM has four kinds of models: queueing system models,
layer models, equipment models and application models. These                                    SS     Server Status               x                   x
models will be further explained in the following sections.                                     NoSC   Number of Server Cells      x                   x
                                                                                                DoSC   Delay of Server Cells       x                   x
3.1 Queueing System Model                                                                       SMNoBC Sample Mean NoBC                        x
The queueing system [13] model represents a client being served                                 SVNoBC     Sample Variance NoBC                x
                                                                      Mean Variables




by a server. The clients wait in a queue to receive the service
from one of the system servers. The SimATM queueing system                                      SMDoBC Sample Mean DoBC                        x
model has only one server and one priority queue. The system                                    SVDoBC     Sample Variance DoBC                x
clients, inside the model, are ATM cells waiting for the service                                SMNoSC     Sample Mean NoSC                    x
in the queue (buffer). These cells are served one at once. The
executed service varies according with the layer model that has          SVNoSC Sample Variance NoSC                   x
the associated queueing system. For example, in the physical          Table 2: SimATM queueing system model state variables.
layer model the server executes cells transmission through a
physical link. In the ATM layer model the server executes the         3.2 Layer Models
remotion of cells from the switch output buffer. In both cases the    The layer models are derived from a basic structure named
service time is constant, however, it is possible the development     layer. Two kinds of layer models are developed: layer models
of models with variable service time. The higher priority ATM         for ATM equipment and layer models for ATM application. The
cell stored in the queueing system buffer is removed first. The       layer models for ATM equipment are: ATM Adaptation Layer
cell priority is calculated as a function of the cell CLP field and   (AAL) type 5, Broadband Terminal Equipment (BTE) ATM
the category of service of cell connection.                           layer, switch ATM layer and physical layer for the cell based
Parameter                 Meaning                                     interface. The layer models for ATM applications are CBR,
BufferType                Identifies the buffer type to be used to    VBR batch, and generic traffic sources and traffic receivers.
                          store ATM cells (finite or infinite).
BufferSize                Buffer cell storage capacity.               3.2.1 Equipment Layer Models
TriggerByTimeStatus Time sampling status.                                  The equipment layer models are AAL model, ATM layer
TriggerByCellStatus       Event sampling status.                      model and physical layer model. Only one protocol to the AAL
SampleStatisticsStatus Statistics sample status.                      is implemented, that for AAL 5. The other AALs models will be
LogEveryXSecs             Sets the time sampling interval.            implemented in future simulator releases. The AAL 5 was
LogEveryXCells            Sets the occurrence-sampling interval.      chosen due to its widespread use and acceptation for ATM
Table 1: SimATM queueing system model parameters.                     network data traffic. Some reasons for the widespread use of
                                                                      AAL 5 in ATM networks are presented in [3].
     The simulator queueing system parameters are show in                  The ATM layer model was divided in two models: the BTE
Table 1. The queueing system model has a set of state variables       ATM layer model and the switch ATM layer model. For the
that are based in the queueing theory [13]. These variables allow     physical layer only one model is implemented, the model of the
the complete determination of the queueing system state and are       physical layer for cell based interface.
divided in two types: instantaneous and mean. These state                  The AAL 5 layer model is developed in conformance with
variables can be logged to a file in two ways: by time or by
ITU-T recommendation I.363 [14]. The BTE and switch ATM                 In the physical layer model the service performed by the
layer models are developed in conformance with the                      queueing system represents the transmission of a cell through
recommendations I.361 [15], I.150 [16] and I.610 [17] of ITU-T.         one link connected to the next network equipment. The OAM
The model of the physical layer for cell based interface is             and empty cells must be stored in the queueing system
developed in conformance with the recommendations I.432 [18]            associated with the port, if needed. All the primitives changed in
and I.610 [17] of ITU-T.                                                the user plane between ATM and physical layers are
                                                                        implemented.
3.2.1.1 ATM Adaptation Layer Type 5 (AAL5)                                   The physical layer for cell based interface model has the
                                                                        following parameters: BitRate is transmission rate in bits per
    This layer model constitutes the model for the hardware of
                                                                        second; SignalType, is the description of the link rate; Distance
the AAL 5 of B-ISDN PRM. The AAL 5 model has a null
                                                                        that is the distance to the next ATM equipment in meters;
Service Specific Convergence Sublayer (SSCS). In this case the
                                                                        PropagationSpeed is the signal propagation velocity in the
primitives exchanged with the layers above the AAL5 are the
                                                                        transmission medium in meters per second; and
primitives of the Common Part Convergence Sublayer (CPCS).
                                                                        OAMTransmitionStatus the status of transmission of OAM and
All the primitives that transport user information between AAL
                                                                        empty cells.
5 and ATM layer and between AAL and the above layers are
implemented. The AAL 5 has only one parameter that is the
packetization delay of a cell (CellPacketizationDelay).                 3.2.1.4 Switch ATM Layer
                                                                        This layer model constitutes the partial hardware model for the
3.2.1.2 BTE ATM Layer                                                   B-ISDN PRM’s ATM layer. The switch ATM network model
                                                                        executes cell switching from a switch input port to a switch
     This model is a partial hardware model when compared with
                                                                        output port, passing through a Switch Fabric (SF) and through an
B-ISDN PRM. The ATM layer functions for data transmission
                                                                        output buffer. Each switch port has a queueing system associated
and reception are executed. The BTE ATM layer model allows
                                                                        with it. In this queueing system the ATM cells are stored. The
the insertion of OAM (Operation, Administration and
                                                                        model switch fabric is ideal, considering there are no cell loss
Maintenance) cells, RM (Resource Management) cells and meta-
                                                                        inside the switch fabric and all cells are removed from the
signalling together with the user ATM cells flows. All the
                                                                        queueing systems server with a constant rate equal to the cell
primitives exchanged in the user plane between ATM layer and
                                                                        size in bits (424 bits) divided by the slot time. The slot time is
physical layer and between ATM layer and AAL 5 are
                                                                        the time allotted to remove a cell from a specified buffer. All the
implemented.
                                                                        cells are followed to the respective output ports in parallel.
     The BTE’s ATM layer model has the following parameters:
                                                                                                        Queueing System Port 0
TriggerByCellStatus,           SampleStatisticsStatus             and                                       Buffer
LoggingEveryXSecs. The parameter TriggerByCellStatus enables

                                                                                                             Cel
                                                                                                             Cel
                                                                                                             Cel
                                                                                                             Cel
                                                                                                             Cel
                                                                         In Port 0                                         Server   Out Port 0



                                                                                                              l
                                                                                                              l
                                                                                                              l
                                                                                                              l
                                                                                                              l
the log of cell waiting time across the network to a file. The
parameter SampleStatisticsStatus enables or not the calculation                       ATM Layer
and log of cell waiting time statistics in the network. When this                                       Queueing System Port 1
parameter is enabled each time a cell arrives at the ATM layer of                                           Buffer
egress network equipment the cells waiting time statistics is                           Switch
                                                                                                                     Cel
                                                                                                                     Cel


                                                                         In Port 1                                         Server   Out Port 1
                                                                                                                      l
                                                                                                                      l


                                                                                        Fabric
updated. The parameter LoggingEveryXSecs configures the time
interval between logs of the statistical variables to a log file.
                                                                                                        Queueing System Port N
                                                                                                            Buffer
3.2.1.3 Physical Layer for the Cell-Based Interface
                                                                                                          Cel
                                                                                                          Cel
                                                                                                          Cel
                                                                                                          Cel
                                                                                                          Cel
                                                                                                          Cel
                                                                                                          Cel




                                                                         In Port N                                         Server   Out Port N
                                                                                                           l
                                                                                                           l
                                                                                                           l
                                                                                                           l
                                                                                                           l
                                                                                                           l
                                                                                                           l




     This model constitutes the hardware model for the physical
layer of the B-ISDN PRM. The instances of the physical layer
model are connected with physical links (i.e., optical fiber,           Figure 4: Switch ATM Layer Model
coaxial cable). The term port will be used to represent each                The primitives exchanged in the user plane between ATM
instance of a physical layer connected through a physical link to       and physical layer are implemented.
another instance of the physical layer. Each port has one instance
of the queueing system model associated with the physical layer.        3.2.2 Application Layer Models
The functions to data transmission and reception at the physical
                                                                        In the SimATM each traffic source or traffic receiver is
layer are executed in the model. The physical layer model also
                                                                        implemented with a layer model for the ATM application. These
executes the functions that allows the insertion of physical layer
                                                                        traffic sources and receivers represent the upper levels of the B-
OAM cells (PLOAM) and the insertion of empty cells inside
                                                                        ISDN PRM. The SimATM has models for the Constant Bit Rate
user ATM cells stream. These cells are generated with the
                                                                        (CBR) traffic source, Variable Bit Rate (VBR) batch traffic
frequency specified in recommendation I.432 of ITU-T.
                                                                        source, and generic traffic source and traffic receiver.
     The ATM cells received by the physical layer from ATM
layer are stored in the queueing system associated with the
physical layer and events are generated to follow each ATM cell         3.2.2.1 CBR Traffic Source
to service or remove ATM cells that have already been served.               The CBR traffic model sends fixed size packets with a
constant bit rate to the AAL of one ATM network equipment.           packet arrives to its final destination it is possible to log the
The CBR traffic source continues its transmission until a            packet time statistics through the network.
maximum number of transmitted bytes are reached. It’s also
possible to specify the transmission starting time and the AAL to    3.3 Equipment Models
be used in the ATM equipment.
                                                                     The SimATM equipment models are implemented over a basic
     The CBR traffic source model has the following parameters:
                                                                     structure called ATM equipment. Meanwhile, this structure is
BitRate is the transmission rate in bits per second; PacketLength
                                                                     based in another basic structure called block. The SimATM
is the size of packet; NumberOfBytesToBeSent is the number of
                                                                     equipment models are Broadband Terminal Equipment and
bytes to be transmitted; StartTime is the transmission starting
                                                                     ATM Switch.
time; PacketName; AAL is the AAL to be used;
ServiceCategorie is the category of service to be employed; and
LogPacketTimeStatus is the status of the packet’s transmission       3.3.1 Broadband Terminal Equipment (BTE)
time sampling to a log file. From the parameters BitRate and              The BTE model simulates a B-ISDN terminal equipment.
PacketLength it is defined the time interval between successive      This model is connected to one or more ATM applications and
packet’s transmission. The parameter AAL specifies the type of       to other ATM equipment, which can be another BTE or ATM
AAL that will be used in the equipment connect to the                switch. The BTE model (Figure 5) has one instance of the
application. The parameter ServiceCategorie specifies the            AAL5, one instance of the BTE ATM layer model, and one
service category that should be used to transmit the source          instance of the physical layer for the cell based interface model
packets. The parameter LogPacketTimeStatus enables or disables       with one instance of its associated queueing system model. The
sampling to a log file of the packets transmission time.             BTE model has the parameter number of applications
                                                                     (NumberOfApplications) that defines the maximum number of
3.2.2.2 VBR Batch Traffic Source                                     applications connected to the BTE.
                                                                          The BTE model has also a data table that stores information
     The VBR batch traffic source model sends packets with
                                                                     related to ATM connections and data connections that pass
mean size equal to the mean of a Poisson distribution at a mean
                                                                     through the BTE. In the data table are stored the ingress VPI and
time interval defined by the mean of a negative exponential
                                                                     VCI of the ATM cells coming from each one of the BTE ATM
distribution. It’s possible to define the number of bytes to be
                                                                     connections and it also stores the ATM connections category of
transmitted, the transmission starting time, the AAL type to be
                                                                     service.
employed in the receiving ATM equipment and the category of
service of the ATM connection to be used.                                                                  BTE
     The layer model of VBR batch traffic source has the
following parameters. NumberOfBytesToBeSent is the number of                          to higher
                                                                                                         AAL 5
bytes to be transmitted; MeanNumberOfATMCells is the mean                               layers
packet size in ATM cells ATM; MeanIntervalBetweenBatches is
the mean time interval between batches; StartTime is the                                            BTE ATM Layer
transmission starting time; PacketName is the name of the
packet; AAL is the type of AAL to be used; ServiceCategorie is
                                                                                                  Physical Layer for the    physical
the service category to be employed; BitRate is the transmission                                  Cell-based Interface      medium
rate in bits per second; and LogPacketTimeStatus is the status of
packet transmission time sampling.                                                                Queueing System
                                                                                                      Buffer
                                                                                                       Cel
                                                                                                       Cel
                                                                                                       Cel
                                                                                                       Cel
                                                                                                       Cel




3.2.2.3 Generic Traffic Source                                                                                     Server
                                                                                                        l
                                                                                                        l
                                                                                                        l
                                                                                                        l
                                                                                                        l




The generic traffic source permits that the simulator can transmit
packets which have transmission time and size read from a file.                                                  Instances

Then it is possible to simulate the effect of a real measured
traffic pattern or another externally generated traffic model over   Figure 5: SimATM BTE model.
the simulator network model.
     The generic traffic source layer model has the following
parameters: BitRate is the transmission rate in bits per second;     3.3.2 ATM Switch
PacketName name of the packet; AAL is the type of AAL to be          The ATM switch model simulates a B-ISDN ATM switch. This
used; ServiceCategorie is the service category to be employed;       model is connected to several BTEs or other switches. The
SourceFileName is the traffic source file to be sent through the     switch model has an instance of the switch ATM layer model
network.                                                             and several instances of the physical cell based layer model. For
                                                                     each connection with one BTE or other switch the switch model
3.2.2.4 Traffic Receiver                                             has one instance of the physical layer for the cell based interface
                                                                     model. The switch model also has several instances of the
This traffic receiver model is implemented as a layer model of       queueing systems associated with their respective physical layer
the simulator ATM application. The traffic receiver gathers all      for the cell based interface models. Figure 6 shows this switch
the traffic destined to a network application. Each time that a      model. The ATM switch model has the parameter
NumberOfPorts that defines the maximum number of ATM                               connection traffic. These two data connections are established
equipments that can be connected to the switch. The ATM                            over the previously established ATM connections. The BTEs are
switch model also has a data table that stores cell routing                        connected through an ATM switch named SW_1.
information: VPI and VCI of the input port and the input port                          The application App_1 transmits at a fixed rate of 18.56
name and VPI and VCI of the output port and the output port                        Mbps packets with the size of 232 bytes. The application App_2
name. These information are stored to each established ATM                         transmits packets with the mean size of 0.4 ATM cells and with
connection.                                                                        a mean interval between packet batches of 2.7263 µsec.
                                      ATM Switch                                                                      Broadband Terminal                 ATM Switch
                                                                                                                          Equipment                        SW_1
                                                                                                                            BTE_1                                                       BTE_3
                                 Switch ATM Layer
                                                                                               App_1                                                                                               App_3

      physical   Physical Layer for the      Physical Layer for the     physical      ATM
      medium     Cell-based Interface        Cell-based Interface       medium      Application                                               10 m Port 0             Port 2 10 m




                                                                                                                                                             Port 1
                                                                                                                                           300000 km/s                    300000 km/s
                      Queueing System       Queueing System                                                                                155.52 Mbps                    155.52 Mbps
                                                                                                                               BTE_2
                             Buffer               Buffer
                                                    Cel
                                                    Cel
                                                    Cel
                                                    Cel
                                                    Cel
                          Cel
                          Cel
                          Cel
                          Cel
                          Cel




                 Server                                       Server
                                                     l
                                                     l
                                                     l
                                                     l
                                                     l
                           l
                           l
                           l
                           l
                           l




                                                                                                              App_2
                 Port 0               Instances                Port 1
                                                                                                                                              10 m
                                                                                                                                           300000 km/s
Figure 6: SimATM ATM switch model.                                                                                                         155.52 Mbps

                                                                                   Figure 7: Simulated ATM network.
3.4 Application Models
                                                                                        All the buffers of BTE and switch queueing systems are
The ATM application model comprehends the layer models to
                                                                                   infinite buffers. The insertion of ATM OAM cells in the physical
traffic generation and reception, which involves the
                                                                                   layer is disabled. The AAL5 packetization delay is 1nseg. The
interconnection functions and support to other applications. The
                                                                                   distance between the network elements is 10 meters. The signal
SimATM has only one application model, the ATM Application.
                                                                                   propagation velocity in the optical fiber is considered as 300000
This model is implemented from a basic structure called ATM
                                                                                   Km/sec, which results in a propagation delay of 33.33 nsec. The
application. This structure is based in another basic structure
                                                                                   data transmission rate for all network links is 155.52 Mbps (OC-
named block.
                                                                                   3) and the switch cycle time is 2.7263 µsec.
3.4.1 ATM Application                                                              5. Simulation Results
The ATM application is the network traffic generator and                                In order to demonstrate the simulator results two simulations
receptor. The ATM application has the traffic source parameter                     were performed: one for transient behavior and the other to
(TrafficSource) that defines the kind of traffic source that will be               observe the network steady state. In the transient behavior
used. These traffic sources are implemented as layers of the                       simulation were performed 1 ms of simulation time and in the
ATM application model.                                                             steady state the simulator runs 5.5 s of simulation time. The
    The ATM application model has a data table that stores the                     following sections show the simulation results.
category of service, the ATM connection name and bandwidth to
be used by a established data connection of this application.                      5.1.1 Transient Behavior
Then it is possible that an application send packets through
several data connections with distinct characteristics to other                        Figure 8 shows the traffic pattern generated by the
network applications, enabling ATM multicast simulation inside                     applications App_1 and App_2. Figure 9 shows the BTE_1 and
SimATM.                                                                            BTE_2 queueing system occupancy. Figure 10 shows the SW_1
                                                                                   output buffer occupation for the ATM and physical layers.
                                                                                   Figure 11 shows BTE_1 and BTE_2 queueing system waiting
4. Simulation of an ATM network with CBR e VBR Batch                               time. Figure 12 shows the SW_1 output buffer waiting time for
Traffic Sources                                                                    the ATM and physical layers.
     The Figure 7 shows the configuration of the simulated ATM
network. The application App_1 has one CBR traffic source,                                                    300

while the application App_2 has one VBR batch traffic source.                                                 250
                                                                                      Packet Length (bytes)




The application App_3 also has one CBR traffic source,                                                        200

however no data is transmitted from this application that is used                                             150

                                                                                                              100
as traffic receiver in the simulation framework. Two ATM
                                                                                                               50
connections are established, one from BTE_1 to BTE_3, and the
                                                                                                               0
other from BTE_2 up to BTE_3. The CBR transmission is done                                                                        0.0002            0.0004                0.0006          0.0008    0.0010
                                                                                                                    PacketLength App_1
with a data connection from App_1 to App_3, and VBR                                                                 PL App_2                              Time (seconds)

transmission with a data connection from App_2 to the same                         Figure 8: Traffic pattern of applications App_1 and App_2
App_3. The CBR connection traffic has priority over the VBR
6




                                                                                                                                                                      SW_1 ATM Layer QS Buffer Cell Delay
                                                       BTE_1 QS Buffer Occupancy (cells)




                                                                                                                                                                                                                                  20.0µ
                                                                                            5

                                                                                            4                                                                                                                                     15.0µ

                                                                                            3




                                                                                                                                                                                 (seconds)
                                                                                                                                                                                                                                  10.0µ
                                                                                            2
                                                                                                                                                                                                                                                  5.0µ
                                                                                            1

                                                                                            0                                                                                                                                                      0.0
                                                                                            0.0000           0.0002   0.0004          0.0006   0.0008   0.0010                                                                                       0.0000             0.0002            0.0004          0.0006       0.0008       0.0010
                                                                                                      NoBC                 Time (seconds)                                                                                                                       DoBC                           Time (seconds)
                                                                                            6




                                                                                                                                                                 SW_1 PHY Layer QS Buffer Cell Delay
                                                                                                                                                                                                                                                  3.0µ
                                                     BTE_2 QS Buffer Occupancy (cells)




                                                                                            5
                                                                                                                                                                                                                                                  2.5µ
                                                                                            4
                                                                                                                                                                                                                                                  2.0µ
                                                                                            3




                                                                                                                                                                            (seconds)
                                                                                                                                                                                                                                                  1.5µ
                                                                                            2                                                                                                                                                     1.0µ
                                                                                            1                                                                                                                  500.0n

                                                                                            0                                                                                                                                                      0.0
                                                                                            0.0000           0.0002   0.0004          0.0006   0.0008   0.0010                                                                                       0.0000             0.0002            0.0004          0.0006       0.0008       0.0010
                                                                                                      NoBC                 Time (seconds)                                                                                                                       DoBC                           Time (seconds)

Figure 9: Occupation of BTE_1 and BTE_2 queueing systems
buffers.                                                                                                                                                         Figure 12: Waiting time in SW_1 port 2 queueing system output
                                                                                            6                                                                    buffers (ATM and physical layers).
                                  SW_1 ATM Layer QS Buffer Occupancy




                                                                                            5

                                                                                            4
                                                                                                                                                                 5.1.2 Permanent Behavior
                                                                                            3                                                                        Figure 13 shows the mean number of cells in the network
                                               (cells)




                                                                                            2                                                                    buffers. Figure 14 shows the waiting time in the network buffers.
                                                                                            1                                                                    Figure 15 shows the utilization of network queueing system.
                                                                                            0                                                                    Figure 16 depicts simulator performance in steady state.
                                                                                            0.0000           0.0002   0.0004          0.0006   0.0008   0.0010
                                                                                                                                                                                                                                                   1.0
                                                                                                      NoBC                 Time (seconds)                                                                                                          0.9
                                                                                                                                                                                                             Mean Buffer Occupancy (cells)




                                                                                                                                                                                                                                                   0.8
                                                                                                                                                                                                                                                   0.7
   SW_1 PHY Layer QS Buffer Occupancy




                                                                                           1.0
                                                                                                                                                                                                                                                   0.6
                                                                                           0.8                                                                                                                                                     0.5
                                                                                                                                                                                                                                                   0.4
                                                                                           0.6                                                                                                                                                     0.3
                                                                                                                                                                                                                                                   0.2
                (cells)




                                                                                           0.4                                                                                                                                                     0.1
                                                                                                                                                                                                                                                   0.0
                                                                                           0.2
                                                                                                                                                                                                                                                          0             1                  2              3        4            5
                                                                                                                                                                                                                                                         SMNoBC BTE_1 QS Buffer
                                                                                           0.0                                                                                                                                                                                                 Time (seconds)
                                                                                                                                                                                                                                                         SMNoBC BTE_2 QS Buffer
                                                                                             0.0000          0.0002   0.0004          0.0006   0.0008   0.0010
                                                                                                                                                                                                                                                         SMNoBC SW_1 ATM QS Buffer
                                                                                                      NoBC                 Time (seconds)                                                                                                                SMNoBC SW_1 PHY QS Buffer




Figure 10: Occupation of SW_1 port 2 queueing system output                                                                                                      Figure 13: Network buffers mean number of cells.
buffers (ATM and physical layers).                                                                                                                                                                                                10.0µ
                                                                                                                                                                                       Mean Buffer Cell Delay (seconds)




                                                                                                                                                                                                                                                  8.0µ
                                                     14.0µ
              BTE_1 QS Buffer Cell Delay (seconds)




                                                     12.0µ                                                                                                                                                                                        6.0µ

                                                     10.0µ
                                                                                                                                                                                                                                                  4.0µ
                                                                     8.0µ
                                                                     6.0µ                                                                                                                                                                         2.0µ

                                                                     4.0µ
                                                                                                                                                                                                                                                   0.0
                                                                     2.0µ                                                                                                                                                                                0                1                2              3        4            5
                                                                                           0.0                                                                                                                                                                SMDoBC BTE_1 QS Buffer           Time (seconds)
                                                                                             0.0000          0.0002   0.0004          0.0006   0.0008   0.0010                                                                                                SMDoBC BTE_2 QS Buffer
                                                                                                                                                                                                                                                              SMDoBC SW_1 ATM QS Buffer
                                                                                                      DoBC                 Time (seconds)                                                                                                                     SMDoBC SW 1 PHY QS Buffer
                                                     30.0µ                                                                                                       Figure 14: Network buffers mean cell waiting time.
 BTE_2 QS Buffer Cell Delay (seconds)




                                                     25.0µ                                                                                                                                                                                         1.0
                                                                                                                                                                                                           Network Queueing Systems Utilization




                                                     20.0µ                                                                                                                                                                                         0.9
                                                                                                                                                                                                                                                   0.8
                                                     15.0µ                                                                                                                                                                                         0.7
                                                                                                                                                                                                                                                   0.6
                                                     10.0µ                                                                                                                                                                                         0.5
                                                                     5.0µ                                                                                                                                                                          0.4
                                                                                                                                                                                                                                                   0.3
                                                                                           0.0                                                                                                                                                     0.2
                                                                                             0.0000          0.0002   0.0004          0.0006   0.0008   0.0010                                                                                     0.1
                                                                                                                                                                                                                                                   0.0
                                                                                                      DoBC                 Time (seconds)
                                                                                                                                                                                                                                                          0              1                 2              3        4            5
Figure 11: Waiting time in BTE_1 and BTE_2 queueing system                                                                                                                                                                                               SMNoSC BTE_1 QS
                                                                                                                                                                                                                                                         SMNoSC BTE_2 QS
                                                                                                                                                                                                                                                                                               Time (seconds)

buffers.                                                                                                                                                                                                                                                 SMNoSC SW_1 ATM QS
                                                                                                                                                                                                                                                         SMNoSC SW_1 PHY QS

                                                                                                                                                                 Figure 15: Network queueing systems utilization.
99.9
                                                                                                                     University of Campinas, March 1997.
   Cumulative Count




                        99
                        95
                        80
                                                                                                              [7]    M. R. N. Ribeiro, H. Waldman, J. Klein, L. S. Mendes,
                        60
                        40
                        20
                                                                                                                     “Error Rate Patterns for Modeling of Optically Amplified
                         5
                         1
                       700
                                                                                                                     Transmission Systems”, IEEE Journal of Selected Areas in
                       600
                       500
                       400
                       300
                                                                  @ 133 MHz Intel Pentium                            Communications, vol. 15, no. 4, pp. 707-716, May 1997.
                                                                  Processor with 64 Mbytes of RAM
   Count




                      200
                                                                  Total number of events: 16431035 events     [8]    ITU-T Recommendation I.321, “B-ISDN Protocol
                      100                                         Total simulation time: 2 h 28 min 27 secs
                                                                  Mean time per event: 542.172 µsecs                 Reference Model and Its Application”, Geneva, 1991.
                                                                  Total number of cells: 1082175 cells

                             5   6                       7                      8                       9
                                                                                                              [9]    ITU-T Recommendation I.731, “Types and General
                                                      Bins
                                     Time to process 10000 events (seconds)
                                                                                                                     Characteristics of ATM Equipment”, Geneva, March 1996.
Figure 16: Simulator performance in steady state.                                                             [10]   ITU-T Recommendation I.732, “Functional Characteristics
    The steady state results showed in the figures can be verified                                                   of ATM Equipment”, Geneva, March 1996.
using the queueing system theory [13].                                                                        [11]   ITU-T Recommendations I.751, “Asynchronous Transfer
                                                                                                                     Mode Management of the Network Element View”,
                                                                                                                     Geneva, 1996.
6. Conclusions                                                                                                [12]   San K. Shanmugan, “Simulation and Implementation
     The SimATM is a tool developed to ATM networks research,                                                        Tools for Signal Processing and Communication Systems”,
analysis and design, and also for ATM traffic model validation.                                                      IEEE Communications Magazine, July 1994.
SimATM is developed in C++ using the benefits of object-                                                      [13]   Leonard Kleinrock, “Queueing Systems – Volume I:
oriented simulation, namely modularity, improved reliability and                                                     Theory”, John Wiley & Sons, 1975.
reusability.                                                                                                  [14]   ITU-T Recommendation I.363, “B-ISDN ATM Adaptation
     The simulator is developed using the event-driven                                                               Layer (AAL) Specification”, Helsinky, 1993.
simulation technique with the simulation performed at the ATM                                                 [15]   ITU-T Recommendation I.361, “B-ISDN ATM Layer
cell level. The simulator has extensive simulation statistical data                                                  Specification”, Helsinki, 1993.
gathering, which allows the simulations analysis even in network                                              [16]   ITU-T Recommendation I.150, “B-ISDN Asynchronous
transitory or stationary state. The simulator enables the direct                                                     Transfer Mode Functional Characteristics”, Helsinky,
comparison of simulation results with queueing system models                                                         1995.
of the queueing theory.                                                                                       [17]   ITU-T Recommendation I.610, “B-ISDN Operation and
     The models for equipment, applications, layers and                                                              Maintenance Principles and Functions”, Helsinky, 1995.
queueing systems are fully detailed and very flexible. Future                                                 [18]   ITU-T Recommendation I.432, “B-ISDN User-Network
SimATM releases will implement the existing models and other                                                         Interface – Physical Layer Specification”, Helsinky, 1993.
new models using the Windows’ Dynamic Link Libraries
(DLLs) that permit model substitution without further program
recompilation. In future releases new layer models will be added
to the simulation kernel. The presented simulation example is a
sound demonstration of SimATM simulation resources. The
SimATM is supporting researchers in broadband traffic model to
develop a realistic model for self-similar ETHERNET LAN
traffic inside SimATM.

7. Acknowledgments
We would like to thank you FAPESP (Fundação de Amparo à
Pesquisa do Estado de São Paulo) and CNPq (Conselho
Nacional de Desenvolvimento Científico e Tecnológico) by their
support to this project.

8. References
[1] Uyless D. Black, “ATM: Foundation for Broadband
     Networks”, Prentice-Hall, 1995.
[2] Daniel Minolli, Anthony Alles, “LAN, ATM, and LAN
     Emulation Technologies”, Artech House, 1996.
[3] George C. Sackett, Christopher Metz, “ATM and
     Multiprotocol Networking”, McGraw Hill, January 1997.
[4] Anthony Alles, “ATM Internetworking”, White Paper,
     Cisco Systems, Inc., May 1995.
[5] B. Stroustrup, “The C++ Programmig Language”,
     Addison-Wesley, 1995.
[6] J. Klein, L. S. Mendes, ”SimNT – User Manual - Version
     0.3”, Electrical and Computer Engineering School, State

Más contenido relacionado

Destacado

Building Delightful Products: A Customer-Centric Approach to Product Strategy...
Building Delightful Products: A Customer-Centric Approach to Product Strategy...Building Delightful Products: A Customer-Centric Approach to Product Strategy...
Building Delightful Products: A Customer-Centric Approach to Product Strategy...Perfetti Media
 
Inside The Computer
Inside The ComputerInside The Computer
Inside The Computerfaustynj
 
გამოსვლა V
გამოსვლა Vგამოსვლა V
გამოსვლა Vtsismara
 
DISA HBSS 201 Adimn eP05.1
DISA HBSS 201 Adimn eP05.1DISA HBSS 201 Adimn eP05.1
DISA HBSS 201 Adimn eP05.1Bryan Davila
 
Smartphones, tablets & e readers - pclt
Smartphones, tablets & e readers - pcltSmartphones, tablets & e readers - pclt
Smartphones, tablets & e readers - pcltGene Vangampelaere
 
Concurso de lectura
Concurso de lecturaConcurso de lectura
Concurso de lecturaaba
 
FERIA DE ABRIL DE SEVILLA
FERIA DE ABRIL DE SEVILLAFERIA DE ABRIL DE SEVILLA
FERIA DE ABRIL DE SEVILLAernestobelda
 
ТЕМА 2. РЫНОК СМИ
ТЕМА 2. РЫНОК СМИТЕМА 2. РЫНОК СМИ
ТЕМА 2. РЫНОК СМИUsanov Aleksey
 
8regalosquencuestan
8regalosquencuestan8regalosquencuestan
8regalosquencuestanaleah
 
Quien dijo?
Quien dijo?Quien dijo?
Quien dijo?intruso
 
Abbapadre
AbbapadreAbbapadre
Abbapadrealeah
 
HootSuite - Real Estate Connect 2011 (San Francisco)
HootSuite - Real Estate Connect 2011 (San Francisco)HootSuite - Real Estate Connect 2011 (San Francisco)
HootSuite - Real Estate Connect 2011 (San Francisco)Hootsuite
 
From concept product
From concept productFrom concept product
From concept productCIAT
 
Using multi-site experimental data for seasonal forecasting and future condit...
Using multi-site experimental data for seasonal forecasting and future condit...Using multi-site experimental data for seasonal forecasting and future condit...
Using multi-site experimental data for seasonal forecasting and future condit...CIAT
 

Destacado (19)

Trading StocksSemanal17/02/2012
Trading StocksSemanal17/02/2012Trading StocksSemanal17/02/2012
Trading StocksSemanal17/02/2012
 
Building Delightful Products: A Customer-Centric Approach to Product Strategy...
Building Delightful Products: A Customer-Centric Approach to Product Strategy...Building Delightful Products: A Customer-Centric Approach to Product Strategy...
Building Delightful Products: A Customer-Centric Approach to Product Strategy...
 
Inside The Computer
Inside The ComputerInside The Computer
Inside The Computer
 
Inauguracio 4rt Arnes
Inauguracio 4rt ArnesInauguracio 4rt Arnes
Inauguracio 4rt Arnes
 
გამოსვლა V
გამოსვლა Vგამოსვლა V
გამოსვლა V
 
DISA HBSS 201 Adimn eP05.1
DISA HBSS 201 Adimn eP05.1DISA HBSS 201 Adimn eP05.1
DISA HBSS 201 Adimn eP05.1
 
Smartphones, tablets & e readers - pclt
Smartphones, tablets & e readers - pcltSmartphones, tablets & e readers - pclt
Smartphones, tablets & e readers - pclt
 
Concurso de lectura
Concurso de lecturaConcurso de lectura
Concurso de lectura
 
FERIA DE ABRIL DE SEVILLA
FERIA DE ABRIL DE SEVILLAFERIA DE ABRIL DE SEVILLA
FERIA DE ABRIL DE SEVILLA
 
Learning and Skills 2011
Learning and Skills 2011Learning and Skills 2011
Learning and Skills 2011
 
ТЕМА 2. РЫНОК СМИ
ТЕМА 2. РЫНОК СМИТЕМА 2. РЫНОК СМИ
ТЕМА 2. РЫНОК СМИ
 
8regalosquencuestan
8regalosquencuestan8regalosquencuestan
8regalosquencuestan
 
Quien dijo?
Quien dijo?Quien dijo?
Quien dijo?
 
Abbapadre
AbbapadreAbbapadre
Abbapadre
 
Viruses
VirusesViruses
Viruses
 
HootSuite - Real Estate Connect 2011 (San Francisco)
HootSuite - Real Estate Connect 2011 (San Francisco)HootSuite - Real Estate Connect 2011 (San Francisco)
HootSuite - Real Estate Connect 2011 (San Francisco)
 
Jurek
JurekJurek
Jurek
 
From concept product
From concept productFrom concept product
From concept product
 
Using multi-site experimental data for seasonal forecasting and future condit...
Using multi-site experimental data for seasonal forecasting and future condit...Using multi-site experimental data for seasonal forecasting and future condit...
Using multi-site experimental data for seasonal forecasting and future condit...
 

Similar a SimATM: An ATM Network Simulation Environment

Simulation model of dc servo motor control
Simulation model of dc servo motor controlSimulation model of dc servo motor control
Simulation model of dc servo motor controlEvans Marshall
 
ATM - A Technology Perspective
ATM - A Technology PerspectiveATM - A Technology Perspective
ATM - A Technology PerspectiveRonald Bartels
 
Asynchronous Transfer Mode Project
Asynchronous Transfer Mode ProjectAsynchronous Transfer Mode Project
Asynchronous Transfer Mode ProjectUbraj Khadka
 
IRJET- Study of Various Network Simulators
IRJET- Study of Various Network SimulatorsIRJET- Study of Various Network Simulators
IRJET- Study of Various Network SimulatorsIRJET Journal
 
Product description of net numen _m3_(cdma_omc)
Product description of net numen _m3_(cdma_omc)Product description of net numen _m3_(cdma_omc)
Product description of net numen _m3_(cdma_omc)Adeep Asaad
 
A simulation model of ieee 802.15.4 gts mechanism and gts
A simulation model of ieee 802.15.4 gts mechanism and gtsA simulation model of ieee 802.15.4 gts mechanism and gts
A simulation model of ieee 802.15.4 gts mechanism and gtswissem hammouda
 
Switching and multicast schemes in asynchronous transfer mode networks
Switching and multicast schemes in asynchronous transfer mode networksSwitching and multicast schemes in asynchronous transfer mode networks
Switching and multicast schemes in asynchronous transfer mode networksEditor Jacotech
 
Performance comparision 1307.4129
Performance comparision 1307.4129Performance comparision 1307.4129
Performance comparision 1307.4129Pratik Joshi
 
WinARM - Simulating Advanced RISC Machine Architecture .docx
WinARM - Simulating Advanced RISC Machine Architecture   .docxWinARM - Simulating Advanced RISC Machine Architecture   .docx
WinARM - Simulating Advanced RISC Machine Architecture .docxalanfhall8953
 
Simulation Issues in Wireless Sensor Networks: A Survey
Simulation Issues in Wireless Sensor Networks: A SurveySimulation Issues in Wireless Sensor Networks: A Survey
Simulation Issues in Wireless Sensor Networks: A SurveyM H
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking ConceptTushar Ranjan
 
RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1Serge Amougou
 

Similar a SimATM: An ATM Network Simulation Environment (20)

Netsim experiment manual
Netsim experiment manualNetsim experiment manual
Netsim experiment manual
 
Atm
AtmAtm
Atm
 
Simulation model of dc servo motor control
Simulation model of dc servo motor controlSimulation model of dc servo motor control
Simulation model of dc servo motor control
 
ATM - A Technology Perspective
ATM - A Technology PerspectiveATM - A Technology Perspective
ATM - A Technology Perspective
 
Asynchronous Transfer Mode Project
Asynchronous Transfer Mode ProjectAsynchronous Transfer Mode Project
Asynchronous Transfer Mode Project
 
IRJET- Study of Various Network Simulators
IRJET- Study of Various Network SimulatorsIRJET- Study of Various Network Simulators
IRJET- Study of Various Network Simulators
 
Product description of net numen _m3_(cdma_omc)
Product description of net numen _m3_(cdma_omc)Product description of net numen _m3_(cdma_omc)
Product description of net numen _m3_(cdma_omc)
 
Modeling and Real-Time Simulation of Induction Motor Using RT-LAB
Modeling and Real-Time Simulation of Induction Motor Using RT-LABModeling and Real-Time Simulation of Induction Motor Using RT-LAB
Modeling and Real-Time Simulation of Induction Motor Using RT-LAB
 
A simulation model of ieee 802.15.4 gts mechanism and gts
A simulation model of ieee 802.15.4 gts mechanism and gtsA simulation model of ieee 802.15.4 gts mechanism and gts
A simulation model of ieee 802.15.4 gts mechanism and gts
 
ATM
ATMATM
ATM
 
Switching and multicast schemes in asynchronous transfer mode networks
Switching and multicast schemes in asynchronous transfer mode networksSwitching and multicast schemes in asynchronous transfer mode networks
Switching and multicast schemes in asynchronous transfer mode networks
 
Ft nmdoc
Ft nmdocFt nmdoc
Ft nmdoc
 
ATM.pdf
ATM.pdfATM.pdf
ATM.pdf
 
Performance comparision 1307.4129
Performance comparision 1307.4129Performance comparision 1307.4129
Performance comparision 1307.4129
 
WinARM - Simulating Advanced RISC Machine Architecture .docx
WinARM - Simulating Advanced RISC Machine Architecture   .docxWinARM - Simulating Advanced RISC Machine Architecture   .docx
WinARM - Simulating Advanced RISC Machine Architecture .docx
 
Atm 090904084052-phpapp02
Atm 090904084052-phpapp02Atm 090904084052-phpapp02
Atm 090904084052-phpapp02
 
Sys Ml Poster5x
Sys Ml Poster5xSys Ml Poster5x
Sys Ml Poster5x
 
Simulation Issues in Wireless Sensor Networks: A Survey
Simulation Issues in Wireless Sensor Networks: A SurveySimulation Issues in Wireless Sensor Networks: A Survey
Simulation Issues in Wireless Sensor Networks: A Survey
 
ATM Networking Concept
ATM Networking ConceptATM Networking Concept
ATM Networking Concept
 
RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1
 

Más de Antonio Marcos Alberti

Convergência de Arquiteturas de Informação: 6G e Além
Convergência de Arquiteturas de Informação: 6G e AlémConvergência de Arquiteturas de Informação: 6G e Além
Convergência de Arquiteturas de Informação: 6G e AlémAntonio Marcos Alberti
 
Disrupções Tecnológicas e seus Impactos
Disrupções Tecnológicas e seus ImpactosDisrupções Tecnológicas e seus Impactos
Disrupções Tecnológicas e seus ImpactosAntonio Marcos Alberti
 
EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO INTEGRAR TECNOLOGIA, METODOLO...
EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO  INTEGRAR TECNOLOGIA, METODOLO...EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO  INTEGRAR TECNOLOGIA, METODOLO...
EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO INTEGRAR TECNOLOGIA, METODOLO...Antonio Marcos Alberti
 
Palestra Transformação Digital no The Developer Conferece (TDC) - Future
Palestra Transformação Digital no The Developer Conferece (TDC) - FuturePalestra Transformação Digital no The Developer Conferece (TDC) - Future
Palestra Transformação Digital no The Developer Conferece (TDC) - FutureAntonio Marcos Alberti
 
PILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVAS
PILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVASPILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVAS
PILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVASAntonio Marcos Alberti
 
CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...
CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...
CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...Antonio Marcos Alberti
 
Inteligência Artificial na Transformação Digital de Smart Cities
Inteligência Artificial na Transformação Digital de Smart CitiesInteligência Artificial na Transformação Digital de Smart Cities
Inteligência Artificial na Transformação Digital de Smart CitiesAntonio Marcos Alberti
 
SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?
SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?
SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?Antonio Marcos Alberti
 
Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...
Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...
Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...Antonio Marcos Alberti
 
Convergência de Tecnologias Disruptivas
Convergência de Tecnologias DisruptivasConvergência de Tecnologias Disruptivas
Convergência de Tecnologias DisruptivasAntonio Marcos Alberti
 
FORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACH
FORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACHFORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACH
FORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACHAntonio Marcos Alberti
 
Internet das Coisas, Blockchain e NovaGenesis
Internet das Coisas, Blockchain e NovaGenesisInternet das Coisas, Blockchain e NovaGenesis
Internet das Coisas, Blockchain e NovaGenesisAntonio Marcos Alberti
 
FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...
FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...
FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...Antonio Marcos Alberti
 
PROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNET
PROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNETPROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNET
PROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNETAntonio Marcos Alberti
 

Más de Antonio Marcos Alberti (20)

6G
6G6G
6G
 
Convergência de Arquiteturas de Informação: 6G e Além
Convergência de Arquiteturas de Informação: 6G e AlémConvergência de Arquiteturas de Informação: 6G e Além
Convergência de Arquiteturas de Informação: 6G e Além
 
Disrupções Tecnológicas e seus Impactos
Disrupções Tecnológicas e seus ImpactosDisrupções Tecnológicas e seus Impactos
Disrupções Tecnológicas e seus Impactos
 
EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO INTEGRAR TECNOLOGIA, METODOLO...
EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO  INTEGRAR TECNOLOGIA, METODOLO...EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO  INTEGRAR TECNOLOGIA, METODOLO...
EMPREENDENDO A MUDANÇA EM REDE ABUNDANTE: COMO INTEGRAR TECNOLOGIA, METODOLO...
 
Palestra Transformação Digital no The Developer Conferece (TDC) - Future
Palestra Transformação Digital no The Developer Conferece (TDC) - FuturePalestra Transformação Digital no The Developer Conferece (TDC) - Future
Palestra Transformação Digital no The Developer Conferece (TDC) - Future
 
NovaGenesis Overview
NovaGenesis OverviewNovaGenesis Overview
NovaGenesis Overview
 
NovaGenesis Overview
NovaGenesis OverviewNovaGenesis Overview
NovaGenesis Overview
 
NovaGenesis Overview
NovaGenesis OverviewNovaGenesis Overview
NovaGenesis Overview
 
PILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVAS
PILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVASPILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVAS
PILARES DA TRANSIÇÃO E CONVERGÊNCIA DE TECNOLOGIAS DISRUPTIVAS
 
CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...
CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...
CIDADES INTELIGENTES: TECNOLOGIAS, NOVOS MODELOS, SOLUÇÕES E DESAFIOS EM AB...
 
Inteligência Artificial na Transformação Digital de Smart Cities
Inteligência Artificial na Transformação Digital de Smart CitiesInteligência Artificial na Transformação Digital de Smart Cities
Inteligência Artificial na Transformação Digital de Smart Cities
 
SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?
SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?
SDN, NFV AND CDN/ICN IN HIBRID TERRESTRIAL/SATELLITE 5G: WHAT IS MISSING?
 
Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...
Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...
Convergência de Tecnologias Disruptivas: IoT, IA, Blockchain, 5G e Internet d...
 
Arte e Pensamento - Mundo Virtual
Arte e Pensamento - Mundo VirtualArte e Pensamento - Mundo Virtual
Arte e Pensamento - Mundo Virtual
 
Convergência de Tecnologias Disruptivas
Convergência de Tecnologias DisruptivasConvergência de Tecnologias Disruptivas
Convergência de Tecnologias Disruptivas
 
FORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACH
FORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACHFORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACH
FORWARDING/ROUTING WITH DUAL NAMES: THE NOVAGENESIS APPROACH
 
OVERVIEW OF ICT LAB RESEARCH
OVERVIEW OF ICT LAB RESEARCHOVERVIEW OF ICT LAB RESEARCH
OVERVIEW OF ICT LAB RESEARCH
 
Internet das Coisas, Blockchain e NovaGenesis
Internet das Coisas, Blockchain e NovaGenesisInternet das Coisas, Blockchain e NovaGenesis
Internet das Coisas, Blockchain e NovaGenesis
 
FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...
FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...
FUTURE INTERNET OF THINGS: EXPERIMENTING WITH NOVAGENESIS AND VIRTUAL SENSORS...
 
PROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNET
PROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNETPROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNET
PROJETO NOVAGENESIS: A CRIAÇÃO DE UMA NOVA INTERNET
 

Último

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 

Último (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 

SimATM: An ATM Network Simulation Environment

  • 1. SimATM: An ATM Network Simulation Environment* Antônio M. Alberti, Ernesto L. Andrade Neto, Jackson Klein, Leonardo S. Mendes DECOM-FEEC/UNICAMP P.O. Box 6101 13081-970 - Campinas - SP – BRAZIL phone: +55-19-788-2053 fax: +55-19-239-1395 e-mail: alberti, ernestoa, jackson, lmendes@decom.fee.unicamp.br Abstract – This paper describes the SimATM an environment to 2. SimATM Simulation Environment ATM network simulation. The SimATM is an application tailored The initial proposal to the SimATM development was to include to research, analysis and design of ATM networks developed in the facilities needed to ATM network simulation in a C++ to the Windows 95/NTTM operating system. The SimATM communications systems simulator named SimNT [6][7]. The utilizes an event-driven simulation technique to achieve ATM SimNT is a simulation environment for the development and simulation at the cell level. Simulation results are presented to analysis of communications systems and devices (especially demonstrate the SimATM simulation capabilities. optical communication systems), developed in C++ under the Windows 95/NTTM operating system. Inside SimNT a 1. Introduction communication system is modeled as a set of interconnected ATM [1][2][3] is a connection oriented technology of packet blocks, which represent device models and numerical methods. commutation and multiplexing applied to the transport of small The SimNT is a data-driven simulator. SimATM will include the packets with fixed size, denominated cells, through a high-speed same features of SimNT, like its graphic interface and network. The ATM technology allows the integration and expandable library of models, with a new kernel and commands transport of voice, video and data traffics in the same network to simulate ATM networks. infrastructure. However, ATM is showing to be a very complex technology and still is under development. The cell switching 2.1 Modeling an ATM Network permits the assembly of highly efficient high speed switches, The ATM network architecture modeled in the simulator is resulting in high transmission rates, but the ATM network based on the B-ISDN Protocol Reference Model [8] (B-ISDN implementation needs an extremely complex infrastructure of PRM). However, the SimATM ought to be an expansible tool, overlaid protocols [4]. Because that ATM is a connection which allows the addition of new simulation facilities in a oriented technology that offers quality of service (QoS), it needs modular way. To achieve this goal the simulation framework specific signaling and routing protocols, and a large was made to conform to a complete series of recommendations sophisticated set of new mechanisms and traffic management about functional operation of ATM equipment and management functions. The development and performance evaluation of this of ATM network elements defined by ITU-T (I.731 [9], I.732 new protocols and mechanisms required to ATM’s technological [10] e I.751[11]). This framework permits the addition of new evolution, as well as the design and analysis of ATM networks simulation facilities based on the functional architecture of the are very difficult tasks. Several approaches can be employed to ATM network element. address this problem: experiments with actual ATM network, Figure 1, shows the ATM simulation resources nowadays experiments in ATM testbeds, and predictive techniques as available in SimATM compared with the general architecture of mathematical analysis and simulation. Generally, some of these an ATM network element defined in [9]. The present ATM approaches have extremely high costs while others are applied to simulation resources are restricted to transfer functions, layer restrict cases. Among these, the employment of simulation tools management functions, and superior layers applications of the represents a quite flexible solution. This paper describes the general functional architecture of an ATM network element. The development and implementation of an ATM network implementation of these resources is done through layered simulation environment named SimATM. The SimATM aims to models, the layers joined to compose the models of ATM provide researchers and designers of networks with a tool for network equipment and applications. The models of physical teaching, research, analysis and design of ATM networks. The layer, ATM layer and ATM adaptation layer, partially include SimATM was developed in C++ [5] to the Windows 95/NTTM transfer functions and management functions of the operating system. The ATM simulation is performed at cell level corresponding B-ISDN PRM’s layers. The remaining functions and the simulation technique employed is event-driven. will be embodied in modular format in new simulator releases. The remaining of this paper is organized as follows. Section 2 describes the SimATM simulation environment. Section 3 2.2 The SimATM Simulation Framework presents the models developed for the simulator. Section 4 The SimATM simulation framework was developed using an shows an example of ATM network simulation with CBR and event-driven simulation technique [12] (Figure 2). The VBR traffic sources. Section 5 shows simulation’s results. simulator’s kernel has a command interpreter, an event queue, an Finally, section 6 draws the final conclusions, comments and event manager and several instances of ATM networks. The directions for future work. command interpreter executes commands over the several ATM * The authors are supported by FAPESP.
  • 2. networks. Only one ATM network can be simulated at once. The execution. When an event arrives to a specific layer or queueing actual network components are modeled as ATM equipment or system model, it fires the process that performs the actions ATM application models composed of layer models and of specified in the event content. queueing system models, which can schedule events in the event queue. The ATM equipment and applications are made of a 2.2.1 ATM Network Structure common basic structure named block. The block denomination The structure of ATM networks inside SimATM is showed in is applied to all simulator elements that inherit the block basic Figure 3. The ATM network model has: one or more parameters, structure. a data table, a parameter manager, a data table manager, a block Q3 F manager, an ATM connection manager, a data connection Plane Management Functions MCF - Message Communication AEMF - ATM Equipment Management manager, a neighborhood manager, an executor and several Function Function instances of ATM equipment and applications. Higher Layers User Plane Functions Control Plane Layer Management Functions Functions Data Table ATM Network Signalling Layer Management of ATM Application Application Higher Layers Parameter Block Data Connection Parameters Management Management Management Transfer Functions AAL CoF - Coordination Function Layer Management of AAL 5 AAL SAAL AAL 5 Data Table ATM Connection Neighborhood Executor Management Management Management ATM Layer ATM Layer ATM Application 1 ATM Equipment 1 to CoF ATM Application 2 ATM Equipment 2 Physical Layer Timing Physical Layer ATM Application N ATM Equipment N Data Table Parameters Data Table Parameters Instances Layer N,1 Layer N,2 Layer N,N Instances Layer N,1 Layer N,2 Layer N,N Resources partially implemented at Non-ATM External Cell Based Interface Layer 2,1 Layer 2,2 Layer 2,N Interfaces Timing this time Layer 2,1 Layer 2,2 Layer 2,N Interfaces Layer 1,1 Layer 1,2 Layer 1,N Resources to be implemented Layer 1,1 Layer 1,2 Layer 1,N Figure 1: Present simulation resources of SimATM simulator. QS 2,1 QS 2,2 QS 2,N Kernel QS 1,1 QS 1,2 QS 1,N Command Instances Run event manager Event Manager Interpreter commands Remove events from Figure 3: Structure of an ATM network inside SimATM. Run s the queue es The ATM equipment, has several instances of layer models oc pr ATM Network 1 and queueing system models. In its structure the ATM un R Equipment Equipment Equipment application has only instances of application’s layer models, ATM Network 2 Event Queue because there isn’t cell storage in the application model. The Equipment Equipment Equipment Schedule equipment and application models also have one or more Event Event Event Event Event ATM Network N events ATM parameters and a data table. The parameter manager allows ATM ATM Equipment 1 Equipment 2 Equipment N parameter handling inside ATM network blocks, as well inside ATM Application 1 ATM Application 2 ATM Application N block layers and block queueing system. The data table manager allows data table handling in ATM network blocks as well as in its layers. The block manager is in charge of creation, remotion, Instances connection and disconnection of blocks from the ATM network. The ATM connection manager realizes the ATM network Figure 2: Present SimATM simulation framework. connections handling. The data connection manager does the The event queue holds the events that wait to be executed. data connections handling through the ATM network. These data The event manager takes away these events from the event connections are established over properly configured ATM queue and sends them to their destination equipment or connections and are used to send data through the network. The application blocks inside the network under simulation. These neighborhood manager performs the handling of block blocks can follow events received from the event manager to the neighborhood information, assuring that the network blocks can destination element’s layer or its associated queueing system, be connected only after several conditions are satisfied. The then ending the event’s life cycle in the simulator. The executor initiate block layers and queueing systems before the simulation continues until it reaches the predetermined simulation runs. maximum simulation time or until there are no more events left in the network’s event queue to be executed. The behavior of layers and queueing systems models is described through 2.3 ATM Connections and Data Connections process. A process in SimATM is defined as a set of tasks to be In the SimATM there are two kinds of connections: ATM executed while event is defined as a message that fires process connections and data connections. The ATM connections are
  • 3. implemented as Permanent Virtual Connections (PVCs). The occurrence. data connection uses the established ATM connections to In the time sampling all the variables transmit information between two ATM applications. If there are logged to a file in constant intervals Occurrence Sample by Sample by isn’t any established data connection no information will flow of simulation time. In the occurrence through the network. sampling the state variables are logged Time The user needs to establish at least one ATM to a file each time a cell arrives or connection before the simulation execution startup. For each leaves a queueing system. ATM connection in the network the simulator needs to keep in the network data table the VPI and VCI of each Virtual Channel State Variable File File File Link (VCL). For the ATM connections the name of the ATM Variable Meaning 1 2 3 equipments that are part of the ATM connection are also kept. Time Time x x The network data table stores ATM connection’s bandwidth and Number of System category of service (CBR, rt-VBR, nrt-VBR, ABR and UBR) NoSRC x x Received Cells and instant connection status (busy or available). For each data Number of Buffer connection the network data table stores the connection category NoBQC x x Queued Cells Instantaneous Variables of service and bandwidth. It is also stored the names of the Number of Buffer connection’s ingress and egress ATM equipments, the names of NoBDC x x Dropped Cells the source and destiny applications, and the connection status. BS Buffer Status x x NoBC Number of Buffer Cells x x 3. Simulator Models DoBC Delay of Buffer Cells x x The SimATM has four kinds of models: queueing system models, layer models, equipment models and application models. These SS Server Status x x models will be further explained in the following sections. NoSC Number of Server Cells x x DoSC Delay of Server Cells x x 3.1 Queueing System Model SMNoBC Sample Mean NoBC x The queueing system [13] model represents a client being served SVNoBC Sample Variance NoBC x Mean Variables by a server. The clients wait in a queue to receive the service from one of the system servers. The SimATM queueing system SMDoBC Sample Mean DoBC x model has only one server and one priority queue. The system SVDoBC Sample Variance DoBC x clients, inside the model, are ATM cells waiting for the service SMNoSC Sample Mean NoSC x in the queue (buffer). These cells are served one at once. The executed service varies according with the layer model that has SVNoSC Sample Variance NoSC x the associated queueing system. For example, in the physical Table 2: SimATM queueing system model state variables. layer model the server executes cells transmission through a physical link. In the ATM layer model the server executes the 3.2 Layer Models remotion of cells from the switch output buffer. In both cases the The layer models are derived from a basic structure named service time is constant, however, it is possible the development layer. Two kinds of layer models are developed: layer models of models with variable service time. The higher priority ATM for ATM equipment and layer models for ATM application. The cell stored in the queueing system buffer is removed first. The layer models for ATM equipment are: ATM Adaptation Layer cell priority is calculated as a function of the cell CLP field and (AAL) type 5, Broadband Terminal Equipment (BTE) ATM the category of service of cell connection. layer, switch ATM layer and physical layer for the cell based Parameter Meaning interface. The layer models for ATM applications are CBR, BufferType Identifies the buffer type to be used to VBR batch, and generic traffic sources and traffic receivers. store ATM cells (finite or infinite). BufferSize Buffer cell storage capacity. 3.2.1 Equipment Layer Models TriggerByTimeStatus Time sampling status. The equipment layer models are AAL model, ATM layer TriggerByCellStatus Event sampling status. model and physical layer model. Only one protocol to the AAL SampleStatisticsStatus Statistics sample status. is implemented, that for AAL 5. The other AALs models will be LogEveryXSecs Sets the time sampling interval. implemented in future simulator releases. The AAL 5 was LogEveryXCells Sets the occurrence-sampling interval. chosen due to its widespread use and acceptation for ATM Table 1: SimATM queueing system model parameters. network data traffic. Some reasons for the widespread use of AAL 5 in ATM networks are presented in [3]. The simulator queueing system parameters are show in The ATM layer model was divided in two models: the BTE Table 1. The queueing system model has a set of state variables ATM layer model and the switch ATM layer model. For the that are based in the queueing theory [13]. These variables allow physical layer only one model is implemented, the model of the the complete determination of the queueing system state and are physical layer for cell based interface. divided in two types: instantaneous and mean. These state The AAL 5 layer model is developed in conformance with variables can be logged to a file in two ways: by time or by
  • 4. ITU-T recommendation I.363 [14]. The BTE and switch ATM In the physical layer model the service performed by the layer models are developed in conformance with the queueing system represents the transmission of a cell through recommendations I.361 [15], I.150 [16] and I.610 [17] of ITU-T. one link connected to the next network equipment. The OAM The model of the physical layer for cell based interface is and empty cells must be stored in the queueing system developed in conformance with the recommendations I.432 [18] associated with the port, if needed. All the primitives changed in and I.610 [17] of ITU-T. the user plane between ATM and physical layers are implemented. 3.2.1.1 ATM Adaptation Layer Type 5 (AAL5) The physical layer for cell based interface model has the following parameters: BitRate is transmission rate in bits per This layer model constitutes the model for the hardware of second; SignalType, is the description of the link rate; Distance the AAL 5 of B-ISDN PRM. The AAL 5 model has a null that is the distance to the next ATM equipment in meters; Service Specific Convergence Sublayer (SSCS). In this case the PropagationSpeed is the signal propagation velocity in the primitives exchanged with the layers above the AAL5 are the transmission medium in meters per second; and primitives of the Common Part Convergence Sublayer (CPCS). OAMTransmitionStatus the status of transmission of OAM and All the primitives that transport user information between AAL empty cells. 5 and ATM layer and between AAL and the above layers are implemented. The AAL 5 has only one parameter that is the packetization delay of a cell (CellPacketizationDelay). 3.2.1.4 Switch ATM Layer This layer model constitutes the partial hardware model for the 3.2.1.2 BTE ATM Layer B-ISDN PRM’s ATM layer. The switch ATM network model executes cell switching from a switch input port to a switch This model is a partial hardware model when compared with output port, passing through a Switch Fabric (SF) and through an B-ISDN PRM. The ATM layer functions for data transmission output buffer. Each switch port has a queueing system associated and reception are executed. The BTE ATM layer model allows with it. In this queueing system the ATM cells are stored. The the insertion of OAM (Operation, Administration and model switch fabric is ideal, considering there are no cell loss Maintenance) cells, RM (Resource Management) cells and meta- inside the switch fabric and all cells are removed from the signalling together with the user ATM cells flows. All the queueing systems server with a constant rate equal to the cell primitives exchanged in the user plane between ATM layer and size in bits (424 bits) divided by the slot time. The slot time is physical layer and between ATM layer and AAL 5 are the time allotted to remove a cell from a specified buffer. All the implemented. cells are followed to the respective output ports in parallel. The BTE’s ATM layer model has the following parameters: Queueing System Port 0 TriggerByCellStatus, SampleStatisticsStatus and Buffer LoggingEveryXSecs. The parameter TriggerByCellStatus enables Cel Cel Cel Cel Cel In Port 0 Server Out Port 0 l l l l l the log of cell waiting time across the network to a file. The parameter SampleStatisticsStatus enables or not the calculation ATM Layer and log of cell waiting time statistics in the network. When this Queueing System Port 1 parameter is enabled each time a cell arrives at the ATM layer of Buffer egress network equipment the cells waiting time statistics is Switch Cel Cel In Port 1 Server Out Port 1 l l Fabric updated. The parameter LoggingEveryXSecs configures the time interval between logs of the statistical variables to a log file. Queueing System Port N Buffer 3.2.1.3 Physical Layer for the Cell-Based Interface Cel Cel Cel Cel Cel Cel Cel In Port N Server Out Port N l l l l l l l This model constitutes the hardware model for the physical layer of the B-ISDN PRM. The instances of the physical layer model are connected with physical links (i.e., optical fiber, Figure 4: Switch ATM Layer Model coaxial cable). The term port will be used to represent each The primitives exchanged in the user plane between ATM instance of a physical layer connected through a physical link to and physical layer are implemented. another instance of the physical layer. Each port has one instance of the queueing system model associated with the physical layer. 3.2.2 Application Layer Models The functions to data transmission and reception at the physical In the SimATM each traffic source or traffic receiver is layer are executed in the model. The physical layer model also implemented with a layer model for the ATM application. These executes the functions that allows the insertion of physical layer traffic sources and receivers represent the upper levels of the B- OAM cells (PLOAM) and the insertion of empty cells inside ISDN PRM. The SimATM has models for the Constant Bit Rate user ATM cells stream. These cells are generated with the (CBR) traffic source, Variable Bit Rate (VBR) batch traffic frequency specified in recommendation I.432 of ITU-T. source, and generic traffic source and traffic receiver. The ATM cells received by the physical layer from ATM layer are stored in the queueing system associated with the physical layer and events are generated to follow each ATM cell 3.2.2.1 CBR Traffic Source to service or remove ATM cells that have already been served. The CBR traffic model sends fixed size packets with a
  • 5. constant bit rate to the AAL of one ATM network equipment. packet arrives to its final destination it is possible to log the The CBR traffic source continues its transmission until a packet time statistics through the network. maximum number of transmitted bytes are reached. It’s also possible to specify the transmission starting time and the AAL to 3.3 Equipment Models be used in the ATM equipment. The SimATM equipment models are implemented over a basic The CBR traffic source model has the following parameters: structure called ATM equipment. Meanwhile, this structure is BitRate is the transmission rate in bits per second; PacketLength based in another basic structure called block. The SimATM is the size of packet; NumberOfBytesToBeSent is the number of equipment models are Broadband Terminal Equipment and bytes to be transmitted; StartTime is the transmission starting ATM Switch. time; PacketName; AAL is the AAL to be used; ServiceCategorie is the category of service to be employed; and LogPacketTimeStatus is the status of the packet’s transmission 3.3.1 Broadband Terminal Equipment (BTE) time sampling to a log file. From the parameters BitRate and The BTE model simulates a B-ISDN terminal equipment. PacketLength it is defined the time interval between successive This model is connected to one or more ATM applications and packet’s transmission. The parameter AAL specifies the type of to other ATM equipment, which can be another BTE or ATM AAL that will be used in the equipment connect to the switch. The BTE model (Figure 5) has one instance of the application. The parameter ServiceCategorie specifies the AAL5, one instance of the BTE ATM layer model, and one service category that should be used to transmit the source instance of the physical layer for the cell based interface model packets. The parameter LogPacketTimeStatus enables or disables with one instance of its associated queueing system model. The sampling to a log file of the packets transmission time. BTE model has the parameter number of applications (NumberOfApplications) that defines the maximum number of 3.2.2.2 VBR Batch Traffic Source applications connected to the BTE. The BTE model has also a data table that stores information The VBR batch traffic source model sends packets with related to ATM connections and data connections that pass mean size equal to the mean of a Poisson distribution at a mean through the BTE. In the data table are stored the ingress VPI and time interval defined by the mean of a negative exponential VCI of the ATM cells coming from each one of the BTE ATM distribution. It’s possible to define the number of bytes to be connections and it also stores the ATM connections category of transmitted, the transmission starting time, the AAL type to be service. employed in the receiving ATM equipment and the category of service of the ATM connection to be used. BTE The layer model of VBR batch traffic source has the following parameters. NumberOfBytesToBeSent is the number of to higher AAL 5 bytes to be transmitted; MeanNumberOfATMCells is the mean layers packet size in ATM cells ATM; MeanIntervalBetweenBatches is the mean time interval between batches; StartTime is the BTE ATM Layer transmission starting time; PacketName is the name of the packet; AAL is the type of AAL to be used; ServiceCategorie is Physical Layer for the physical the service category to be employed; BitRate is the transmission Cell-based Interface medium rate in bits per second; and LogPacketTimeStatus is the status of packet transmission time sampling. Queueing System Buffer Cel Cel Cel Cel Cel 3.2.2.3 Generic Traffic Source Server l l l l l The generic traffic source permits that the simulator can transmit packets which have transmission time and size read from a file. Instances Then it is possible to simulate the effect of a real measured traffic pattern or another externally generated traffic model over Figure 5: SimATM BTE model. the simulator network model. The generic traffic source layer model has the following parameters: BitRate is the transmission rate in bits per second; 3.3.2 ATM Switch PacketName name of the packet; AAL is the type of AAL to be The ATM switch model simulates a B-ISDN ATM switch. This used; ServiceCategorie is the service category to be employed; model is connected to several BTEs or other switches. The SourceFileName is the traffic source file to be sent through the switch model has an instance of the switch ATM layer model network. and several instances of the physical cell based layer model. For each connection with one BTE or other switch the switch model 3.2.2.4 Traffic Receiver has one instance of the physical layer for the cell based interface model. The switch model also has several instances of the This traffic receiver model is implemented as a layer model of queueing systems associated with their respective physical layer the simulator ATM application. The traffic receiver gathers all for the cell based interface models. Figure 6 shows this switch the traffic destined to a network application. Each time that a model. The ATM switch model has the parameter
  • 6. NumberOfPorts that defines the maximum number of ATM connection traffic. These two data connections are established equipments that can be connected to the switch. The ATM over the previously established ATM connections. The BTEs are switch model also has a data table that stores cell routing connected through an ATM switch named SW_1. information: VPI and VCI of the input port and the input port The application App_1 transmits at a fixed rate of 18.56 name and VPI and VCI of the output port and the output port Mbps packets with the size of 232 bytes. The application App_2 name. These information are stored to each established ATM transmits packets with the mean size of 0.4 ATM cells and with connection. a mean interval between packet batches of 2.7263 µsec. ATM Switch Broadband Terminal ATM Switch Equipment SW_1 BTE_1 BTE_3 Switch ATM Layer App_1 App_3 physical Physical Layer for the Physical Layer for the physical ATM medium Cell-based Interface Cell-based Interface medium Application 10 m Port 0 Port 2 10 m Port 1 300000 km/s 300000 km/s Queueing System Queueing System 155.52 Mbps 155.52 Mbps BTE_2 Buffer Buffer Cel Cel Cel Cel Cel Cel Cel Cel Cel Cel Server Server l l l l l l l l l l App_2 Port 0 Instances Port 1 10 m 300000 km/s Figure 6: SimATM ATM switch model. 155.52 Mbps Figure 7: Simulated ATM network. 3.4 Application Models All the buffers of BTE and switch queueing systems are The ATM application model comprehends the layer models to infinite buffers. The insertion of ATM OAM cells in the physical traffic generation and reception, which involves the layer is disabled. The AAL5 packetization delay is 1nseg. The interconnection functions and support to other applications. The distance between the network elements is 10 meters. The signal SimATM has only one application model, the ATM Application. propagation velocity in the optical fiber is considered as 300000 This model is implemented from a basic structure called ATM Km/sec, which results in a propagation delay of 33.33 nsec. The application. This structure is based in another basic structure data transmission rate for all network links is 155.52 Mbps (OC- named block. 3) and the switch cycle time is 2.7263 µsec. 3.4.1 ATM Application 5. Simulation Results The ATM application is the network traffic generator and In order to demonstrate the simulator results two simulations receptor. The ATM application has the traffic source parameter were performed: one for transient behavior and the other to (TrafficSource) that defines the kind of traffic source that will be observe the network steady state. In the transient behavior used. These traffic sources are implemented as layers of the simulation were performed 1 ms of simulation time and in the ATM application model. steady state the simulator runs 5.5 s of simulation time. The The ATM application model has a data table that stores the following sections show the simulation results. category of service, the ATM connection name and bandwidth to be used by a established data connection of this application. 5.1.1 Transient Behavior Then it is possible that an application send packets through several data connections with distinct characteristics to other Figure 8 shows the traffic pattern generated by the network applications, enabling ATM multicast simulation inside applications App_1 and App_2. Figure 9 shows the BTE_1 and SimATM. BTE_2 queueing system occupancy. Figure 10 shows the SW_1 output buffer occupation for the ATM and physical layers. Figure 11 shows BTE_1 and BTE_2 queueing system waiting 4. Simulation of an ATM network with CBR e VBR Batch time. Figure 12 shows the SW_1 output buffer waiting time for Traffic Sources the ATM and physical layers. The Figure 7 shows the configuration of the simulated ATM network. The application App_1 has one CBR traffic source, 300 while the application App_2 has one VBR batch traffic source. 250 Packet Length (bytes) The application App_3 also has one CBR traffic source, 200 however no data is transmitted from this application that is used 150 100 as traffic receiver in the simulation framework. Two ATM 50 connections are established, one from BTE_1 to BTE_3, and the 0 other from BTE_2 up to BTE_3. The CBR transmission is done 0.0002 0.0004 0.0006 0.0008 0.0010 PacketLength App_1 with a data connection from App_1 to App_3, and VBR PL App_2 Time (seconds) transmission with a data connection from App_2 to the same Figure 8: Traffic pattern of applications App_1 and App_2 App_3. The CBR connection traffic has priority over the VBR
  • 7. 6 SW_1 ATM Layer QS Buffer Cell Delay BTE_1 QS Buffer Occupancy (cells) 20.0µ 5 4 15.0µ 3 (seconds) 10.0µ 2 5.0µ 1 0 0.0 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 NoBC Time (seconds) DoBC Time (seconds) 6 SW_1 PHY Layer QS Buffer Cell Delay 3.0µ BTE_2 QS Buffer Occupancy (cells) 5 2.5µ 4 2.0µ 3 (seconds) 1.5µ 2 1.0µ 1 500.0n 0 0.0 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 NoBC Time (seconds) DoBC Time (seconds) Figure 9: Occupation of BTE_1 and BTE_2 queueing systems buffers. Figure 12: Waiting time in SW_1 port 2 queueing system output 6 buffers (ATM and physical layers). SW_1 ATM Layer QS Buffer Occupancy 5 4 5.1.2 Permanent Behavior 3 Figure 13 shows the mean number of cells in the network (cells) 2 buffers. Figure 14 shows the waiting time in the network buffers. 1 Figure 15 shows the utilization of network queueing system. 0 Figure 16 depicts simulator performance in steady state. 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 1.0 NoBC Time (seconds) 0.9 Mean Buffer Occupancy (cells) 0.8 0.7 SW_1 PHY Layer QS Buffer Occupancy 1.0 0.6 0.8 0.5 0.4 0.6 0.3 0.2 (cells) 0.4 0.1 0.0 0.2 0 1 2 3 4 5 SMNoBC BTE_1 QS Buffer 0.0 Time (seconds) SMNoBC BTE_2 QS Buffer 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 SMNoBC SW_1 ATM QS Buffer NoBC Time (seconds) SMNoBC SW_1 PHY QS Buffer Figure 10: Occupation of SW_1 port 2 queueing system output Figure 13: Network buffers mean number of cells. buffers (ATM and physical layers). 10.0µ Mean Buffer Cell Delay (seconds) 8.0µ 14.0µ BTE_1 QS Buffer Cell Delay (seconds) 12.0µ 6.0µ 10.0µ 4.0µ 8.0µ 6.0µ 2.0µ 4.0µ 0.0 2.0µ 0 1 2 3 4 5 0.0 SMDoBC BTE_1 QS Buffer Time (seconds) 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 SMDoBC BTE_2 QS Buffer SMDoBC SW_1 ATM QS Buffer DoBC Time (seconds) SMDoBC SW 1 PHY QS Buffer 30.0µ Figure 14: Network buffers mean cell waiting time. BTE_2 QS Buffer Cell Delay (seconds) 25.0µ 1.0 Network Queueing Systems Utilization 20.0µ 0.9 0.8 15.0µ 0.7 0.6 10.0µ 0.5 5.0µ 0.4 0.3 0.0 0.2 0.0000 0.0002 0.0004 0.0006 0.0008 0.0010 0.1 0.0 DoBC Time (seconds) 0 1 2 3 4 5 Figure 11: Waiting time in BTE_1 and BTE_2 queueing system SMNoSC BTE_1 QS SMNoSC BTE_2 QS Time (seconds) buffers. SMNoSC SW_1 ATM QS SMNoSC SW_1 PHY QS Figure 15: Network queueing systems utilization.
  • 8. 99.9 University of Campinas, March 1997. Cumulative Count 99 95 80 [7] M. R. N. Ribeiro, H. Waldman, J. Klein, L. S. Mendes, 60 40 20 “Error Rate Patterns for Modeling of Optically Amplified 5 1 700 Transmission Systems”, IEEE Journal of Selected Areas in 600 500 400 300 @ 133 MHz Intel Pentium Communications, vol. 15, no. 4, pp. 707-716, May 1997. Processor with 64 Mbytes of RAM Count 200 Total number of events: 16431035 events [8] ITU-T Recommendation I.321, “B-ISDN Protocol 100 Total simulation time: 2 h 28 min 27 secs Mean time per event: 542.172 µsecs Reference Model and Its Application”, Geneva, 1991. Total number of cells: 1082175 cells 5 6 7 8 9 [9] ITU-T Recommendation I.731, “Types and General Bins Time to process 10000 events (seconds) Characteristics of ATM Equipment”, Geneva, March 1996. Figure 16: Simulator performance in steady state. [10] ITU-T Recommendation I.732, “Functional Characteristics The steady state results showed in the figures can be verified of ATM Equipment”, Geneva, March 1996. using the queueing system theory [13]. [11] ITU-T Recommendations I.751, “Asynchronous Transfer Mode Management of the Network Element View”, Geneva, 1996. 6. Conclusions [12] San K. Shanmugan, “Simulation and Implementation The SimATM is a tool developed to ATM networks research, Tools for Signal Processing and Communication Systems”, analysis and design, and also for ATM traffic model validation. IEEE Communications Magazine, July 1994. SimATM is developed in C++ using the benefits of object- [13] Leonard Kleinrock, “Queueing Systems – Volume I: oriented simulation, namely modularity, improved reliability and Theory”, John Wiley & Sons, 1975. reusability. [14] ITU-T Recommendation I.363, “B-ISDN ATM Adaptation The simulator is developed using the event-driven Layer (AAL) Specification”, Helsinky, 1993. simulation technique with the simulation performed at the ATM [15] ITU-T Recommendation I.361, “B-ISDN ATM Layer cell level. The simulator has extensive simulation statistical data Specification”, Helsinki, 1993. gathering, which allows the simulations analysis even in network [16] ITU-T Recommendation I.150, “B-ISDN Asynchronous transitory or stationary state. The simulator enables the direct Transfer Mode Functional Characteristics”, Helsinky, comparison of simulation results with queueing system models 1995. of the queueing theory. [17] ITU-T Recommendation I.610, “B-ISDN Operation and The models for equipment, applications, layers and Maintenance Principles and Functions”, Helsinky, 1995. queueing systems are fully detailed and very flexible. Future [18] ITU-T Recommendation I.432, “B-ISDN User-Network SimATM releases will implement the existing models and other Interface – Physical Layer Specification”, Helsinky, 1993. new models using the Windows’ Dynamic Link Libraries (DLLs) that permit model substitution without further program recompilation. In future releases new layer models will be added to the simulation kernel. The presented simulation example is a sound demonstration of SimATM simulation resources. The SimATM is supporting researchers in broadband traffic model to develop a realistic model for self-similar ETHERNET LAN traffic inside SimATM. 7. Acknowledgments We would like to thank you FAPESP (Fundação de Amparo à Pesquisa do Estado de São Paulo) and CNPq (Conselho Nacional de Desenvolvimento Científico e Tecnológico) by their support to this project. 8. References [1] Uyless D. Black, “ATM: Foundation for Broadband Networks”, Prentice-Hall, 1995. [2] Daniel Minolli, Anthony Alles, “LAN, ATM, and LAN Emulation Technologies”, Artech House, 1996. [3] George C. Sackett, Christopher Metz, “ATM and Multiprotocol Networking”, McGraw Hill, January 1997. [4] Anthony Alles, “ATM Internetworking”, White Paper, Cisco Systems, Inc., May 1995. [5] B. Stroustrup, “The C++ Programmig Language”, Addison-Wesley, 1995. [6] J. Klein, L. S. Mendes, ”SimNT – User Manual - Version 0.3”, Electrical and Computer Engineering School, State