Introduction to OPNET Simulator - PowerPoint PPT Presentation

1 / 13
About This Presentation
Title:

Introduction to OPNET Simulator

Description:

Great flexibility is provided by OPNET to set up parameters from the physical ... Process model is a finite state machine describing the behavior of an automaton ... – PowerPoint PPT presentation

Number of Views:1839
Avg rating:3.0/5.0
Slides: 14
Provided by: Informatio367
Category:

less

Transcript and Presenter's Notes

Title: Introduction to OPNET Simulator


1
Introduction to OPNET Simulator
  • Yi Pan

2
OPNET Simulator
  • What is OPNET?
  • OPNET is a computer software to simulate
    communication networks
  • It is a software package allowing you to test new
    network design, protocols, etc. without actually
    having the real devices
  • Great flexibility is provided by OPNET to set up
    parameters from the physical layer to application
    layer simulating complex real scenarios
  • It is one of the leading simulator used in
    industry

3
OPNET Simulator
  • A few brief view of OPNET
  • OPNET provides graphical editor to users to edit
    your own devices, configure your own networks,
    design your own protocols, and define your own
    packet formats

4
OPNET Simulator
  • OPNET network model

5
OPNET Simulator
  • OPNET node model for devices

6
OPNET Simulator
  • OPNET process model

7
Programming in OPNET
  • Process model is the main model we program in
    OPNET
  • Process model is a finite state machine
    describing the behavior of an automaton
  • Process is run in an event-driven environment
  • Each process model defines the behavior of the
    protocol according to received events
  • The behavior is defined by processing the event
    in the states and setting up the condition for
    transitions in the finite state machine

8
Programming in OPNET
  • Process model revisit

C codes written in the states describing protocol
behavior
9
Programming in OPNET
  • Other models used in OPNET programming
  • Packet format definition
  • A packet format model is used to describe the
    format of your designed protocols packet in a
    GUI
  • Links to connect your devices
  • Default link models are available to set up
    connections between devices
  • Point-to-point link, bus link, and radio link are
    all available
  • Set up transceivers in the node models for
    devices and connect the devices with compatible
    transceivers in the network model

10
Programming in OPNET
  • Other models in OPNET programming

Packet model
11
Programming in OPNET
Link model defining features of links
12
Programming in OPNET
  • Transceiver modules to associate with the links
    between devices

Point-to-point Receiver
Point-to-point Transmitter
Bus Receiver
Bus Transmitter
Radio Receiver
Radio Transmitter
13
Starting to use OPNET
  • Recommend steps
  • Do the step-by-step online tutorials
  • Do some small experimental modifications to the
    tutorials that relates to your possible projects
  • Start using OPNET and always use the online help
    manual for numerous OPNET library functions
Write a Comment
User Comments (0)
About PowerShow.com