SlideShare a Scribd company logo
1 of 14
Network Simulator
using inetmanet for OMNeT++ 4.2.2
AODV as an Ad-Hoc Routing Protocol
November 14, 2012

        Ahmed A. Nour, Ahmed ElSaher, Ehab ElShafei, Tarek Mohamed

        Nile University – CIT623 – Security in Wireless Ad-Hoc Networks
Introduction to OMNeT++ 4.2.2 (1/3)
› OMNeT++ is a discrete event simulation environment:
   – Extensible and Modular, Component-based C++ simulation library and
     framework, Primarily for building network simulators
   – Source code publicly available
   – Free for academic use




Based on documentation from www.omnetpp.org



                                                                          2/20
Introduction to OMNeT++ 4.2.2 (2/3)
› Components
   – Simulation kernel library
   – Compiler for the NED topology description language
   – OMNeT++ IDE based on the Eclipse platform
   – GUI for simulation execution, links into simulation executable (Tkenv)
   – Command-line user interface for simulation execution (Cmdenv)
   – Utilities (makefile creation tool, etc.)
   – Documentation, sample simulations, etc.


Based on documentation from www.omnetpp.org



                                                                              3/20
Introduction to OMNeT++ 4.2.2 (3/3)
› OMNeT++ does not provide any components specifically for
  network simulations
› various simulation models and frameworks such as
  INET/INETMANET, MiXiM, or Castalia - developed completely
  independent of OMNeT++ - provide support for:
  – computer network simulations
  – queuing network simulations
  – system architecture simulations




                                                              4/20
Build OMNeT++ Project (1/2)
› Download inetmanet https://github.com/aarizaq/inetmanet-2.0
  - needed for the Ad-Hoc networks
› Import projects to OmNetpp
  – Create "projects" folder under "c:omnetpp"
  – Extract the downloaded files to the created folder using winrar
  – Import the projects using [File -> Import -> General -> Exist projects into
    workspace]
  – Build the projects using [Project -> Build all]
  – try to run samples projects - under "examples" folder - to be sure that
    previous steps are done


                                                                             7/20
Build OMNeT++ Project (2/2)
› Create new Project
  – choose inetmanet as a reference in the new project properties
  – be sure that inetmanet project is opened
› Create new empty network description file (.ned)
  – in [Design] mode add [network]
  – if we're going to use regular device add it to the network
  – to create a new device based on existing - to add extra functions - one
    add another ned file, in design mode add compound module
› Create an initialization file (.ini)
  – use Wizard of Adhoc Mobility wireless network
  – edit the parameters
                                                                              8/20
AODV Network Simulator (1/4)

› We will generate an Ad-Hoc Network contains variable number
  of hosts (100,150,250,350,450,500) host .
› In all Scenarios, node number 0 will send packages to the fixed
  node
› We will measure the End-To-End Delay for first 700 packet
  arrives to the fixed host
› The source and destination at the same for all scenarios




                                                                9/20
AODV Network Simulator (2/4)
› Network Description file (ned)
  – Add reference to network components
    › import inet.nodes.inet.AdhocHost;
    › import inet.networklayer.autorouting.ipv4.IPv4NetworkConfigurator;
    › import inet.world.radio.ChannelControl;
  – Network Parameters
    › int numHosts; // in our presentation will be (100,150,250,350,450,500)
    › int numFixHosts;//in our presenatation will be 1
    › connections allowunconnected:
  – components Parameters (submodules)
    ›   fixhost[numFixHosts]: AdhocHost
    ›   host[numHosts]: AdhocHost
    ›   channelControl: ChannelControl
    ›   configurator: IPv4NetworkConfigurator
        – interface hosts='*' address='145.236.x.x' netmask='255.255.0.0'

                                                                            10/20
AODV Network Simulator (3/4)
› Initialization file (ini)
› [General]
      › network = test3
      › description = "Aodv Simple test“
      › **.routingProtocol = "AODVUU“

     › *.numFixHosts = 1
     › *.numHosts = 3
     › **.arp.globalARP = true




                                           11/20
250 Node
                                                           350 Node
                                                                                 500 Node




                                  100 Node
                                                                      450 Node
        704
        691
        678
        665
        652
        639
        626
        613
        600
        587
        574
        561
        548
        535
        522
        509
        496
        483
        470
        457
        444
        431
        418
                                                                                                                                                Test & Conclusion (1/3)




        405
        392
        379
        366
        353
        340
        327
        314
        301
        288
        275
        262
                                                                                                                   Total Delay for 700 packet




        249
        236
        223
        210
        197
        184
        171
        158
        145
        132
        119
        106
         93
         80
         67
         54
         41
         28
         15
          2
              0
                                                                                            0.01




                  0.002
                          0.004
                                             0.006
                                                                      0.008
                                                                                                   0.012
                                                                                                           0.014




12/20
Average Delay per Packet
        691
        676
        661
        646
        631
        616
        601
        586
        571
        556
        541
        526
        511
        496
        481
                                                                                                                           Test & Conclusion (2/3)




        466
        451
        436
        421
        406
        391
        376
        361
        346
        331
        316
        301
        286
                                                                                                Average Delay per Packet




        271
        256
        241
        226
        211
        196
        181
        166
        151
        136
        121
        106
         91
         76
         61
         46
         31
         16
          1
              0
                           0.001
                                                                       0.002
                                                                                        0.003




                  0.0005
                                                              0.0015
                                                                               0.0025




13/20
Test & Conclusion (3/3)
                       Average Delay Per Senario
                                                               0.0018


                                                               0.0016


                                                               0.0014


                                                               0.0012


                                                               0.001

 Average Delay
                                                               0.0008


                                                               0.0006


                                                               0.0004


                                                               0.0002


                                                               0
                 500    450          350           250   100



                                                               14/20

More Related Content

What's hot

Comparative Analysis of Distance Vector Routing & Link State Protocols
Comparative Analysis of Distance Vector Routing & Link State ProtocolsComparative Analysis of Distance Vector Routing & Link State Protocols
Comparative Analysis of Distance Vector Routing & Link State ProtocolsEast West University
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to routerFarhan Galib
 
Praktikum 6 pengenalan cisco packet tracer (cpt)
Praktikum 6 pengenalan cisco packet tracer (cpt)Praktikum 6 pengenalan cisco packet tracer (cpt)
Praktikum 6 pengenalan cisco packet tracer (cpt)Selamet Samsugi
 
communication-protocols
 communication-protocols communication-protocols
communication-protocolsAli Kamil
 
Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"
Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"
Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"Riyo D'lasphaga
 
Firewall & its configurations
Firewall & its configurationsFirewall & its configurations
Firewall & its configurationsStudent
 
Network protocol
Network protocolNetwork protocol
Network protocolSWAMY NAYAK
 
CCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking ModelsCCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking ModelsAmir Jafari
 
peralatan jaringan
peralatan jaringanperalatan jaringan
peralatan jaringanBayu Muda
 
Network interface card(nic)
Network interface card(nic)Network interface card(nic)
Network interface card(nic)Anurag Tomar
 
3 cucm database
3 cucm database3 cucm database
3 cucm databasepasabakac
 

What's hot (20)

Comparative Analysis of Distance Vector Routing & Link State Protocols
Comparative Analysis of Distance Vector Routing & Link State ProtocolsComparative Analysis of Distance Vector Routing & Link State Protocols
Comparative Analysis of Distance Vector Routing & Link State Protocols
 
Osi model
Osi modelOsi model
Osi model
 
Introduction to router
Introduction to routerIntroduction to router
Introduction to router
 
Praktikum 6 pengenalan cisco packet tracer (cpt)
Praktikum 6 pengenalan cisco packet tracer (cpt)Praktikum 6 pengenalan cisco packet tracer (cpt)
Praktikum 6 pengenalan cisco packet tracer (cpt)
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Cidr.ppt
Cidr.pptCidr.ppt
Cidr.ppt
 
DHCP Protocol
DHCP ProtocolDHCP Protocol
DHCP Protocol
 
communication-protocols
 communication-protocols communication-protocols
communication-protocols
 
Dhcp
DhcpDhcp
Dhcp
 
Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"
Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"
Laporan Praktek Jaringan Komputer "Memasang kabel jaringan"
 
Firewall & its configurations
Firewall & its configurationsFirewall & its configurations
Firewall & its configurations
 
Layering and Architecture
Layering and ArchitectureLayering and Architecture
Layering and Architecture
 
Network protocol
Network protocolNetwork protocol
Network protocol
 
CCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking ModelsCCCNA R&S-02-The TCP-IP and OSI Networking Models
CCCNA R&S-02-The TCP-IP and OSI Networking Models
 
peralatan jaringan
peralatan jaringanperalatan jaringan
peralatan jaringan
 
Ch04
Ch04Ch04
Ch04
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Network interface card(nic)
Network interface card(nic)Network interface card(nic)
Network interface card(nic)
 
3 cucm database
3 cucm database3 cucm database
3 cucm database
 
Networking Basics
Networking BasicsNetworking Basics
Networking Basics
 

Similar to Using Omnet++ in Simulating Ad-Hoc Network

SPICE MODEL of RN1108FS in SPICE PARK
SPICE MODEL of RN1108FS in SPICE PARKSPICE MODEL of RN1108FS in SPICE PARK
SPICE MODEL of RN1108FS in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1105FV in SPICE PARK
SPICE MODEL of RN1105FV in SPICE PARKSPICE MODEL of RN1105FV in SPICE PARK
SPICE MODEL of RN1105FV in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1107FS in SPICE PARK
SPICE MODEL of RN1107FS in SPICE PARKSPICE MODEL of RN1107FS in SPICE PARK
SPICE MODEL of RN1107FS in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1103FT in SPICE PARK
SPICE MODEL of RN1103FT in SPICE PARKSPICE MODEL of RN1103FT in SPICE PARK
SPICE MODEL of RN1103FT in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1103FV in SPICE PARK
SPICE MODEL of RN1103FV in SPICE PARKSPICE MODEL of RN1103FV in SPICE PARK
SPICE MODEL of RN1103FV in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1109FS in SPICE PARK
SPICE MODEL of RN1109FS in SPICE PARKSPICE MODEL of RN1109FS in SPICE PARK
SPICE MODEL of RN1109FS in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1101FT in SPICE PARK
SPICE MODEL of RN1101FT in SPICE PARKSPICE MODEL of RN1101FT in SPICE PARK
SPICE MODEL of RN1101FT in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1105FT in SPICE PARK
SPICE MODEL of RN1105FT in SPICE PARKSPICE MODEL of RN1105FT in SPICE PARK
SPICE MODEL of RN1105FT in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1106FV in SPICE PARK
SPICE MODEL of RN1106FV in SPICE PARKSPICE MODEL of RN1106FV in SPICE PARK
SPICE MODEL of RN1106FV in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1416 in SPICE PARK
SPICE MODEL of RN1416 in SPICE PARKSPICE MODEL of RN1416 in SPICE PARK
SPICE MODEL of RN1416 in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1414 in SPICE PARK
SPICE MODEL of RN1414 in SPICE PARKSPICE MODEL of RN1414 in SPICE PARK
SPICE MODEL of RN1414 in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of RN1315 in SPICE PARK
SPICE MODEL of RN1315 in SPICE PARKSPICE MODEL of RN1315 in SPICE PARK
SPICE MODEL of RN1315 in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of DTC143XUA in SPICE PARK
SPICE MODEL of DTC143XUA in SPICE PARKSPICE MODEL of DTC143XUA in SPICE PARK
SPICE MODEL of DTC143XUA in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of DTC143XKA in SPICE PARK
SPICE MODEL of DTC143XKA in SPICE PARKSPICE MODEL of DTC143XKA in SPICE PARK
SPICE MODEL of DTC143XKA in SPICE PARKTsuyoshi Horigome
 
SPICE MODEL of DTC124XKA in SPICE PARK
SPICE MODEL of DTC124XKA in SPICE PARKSPICE MODEL of DTC124XKA in SPICE PARK
SPICE MODEL of DTC124XKA in SPICE PARKTsuyoshi Horigome
 

Similar to Using Omnet++ in Simulating Ad-Hoc Network (20)

SPICE MODEL of RN1108FS in SPICE PARK
SPICE MODEL of RN1108FS in SPICE PARKSPICE MODEL of RN1108FS in SPICE PARK
SPICE MODEL of RN1108FS in SPICE PARK
 
SPICE MODEL of RN1105FV in SPICE PARK
SPICE MODEL of RN1105FV in SPICE PARKSPICE MODEL of RN1105FV in SPICE PARK
SPICE MODEL of RN1105FV in SPICE PARK
 
SPICE MODEL of RN1107FS in SPICE PARK
SPICE MODEL of RN1107FS in SPICE PARKSPICE MODEL of RN1107FS in SPICE PARK
SPICE MODEL of RN1107FS in SPICE PARK
 
SPICE MODEL of RN1103FT in SPICE PARK
SPICE MODEL of RN1103FT in SPICE PARKSPICE MODEL of RN1103FT in SPICE PARK
SPICE MODEL of RN1103FT in SPICE PARK
 
SPICE MODEL of RN1103FV in SPICE PARK
SPICE MODEL of RN1103FV in SPICE PARKSPICE MODEL of RN1103FV in SPICE PARK
SPICE MODEL of RN1103FV in SPICE PARK
 
SPICE MODEL of RN1109FS in SPICE PARK
SPICE MODEL of RN1109FS in SPICE PARKSPICE MODEL of RN1109FS in SPICE PARK
SPICE MODEL of RN1109FS in SPICE PARK
 
SPICE MODEL of RN1101FT in SPICE PARK
SPICE MODEL of RN1101FT in SPICE PARKSPICE MODEL of RN1101FT in SPICE PARK
SPICE MODEL of RN1101FT in SPICE PARK
 
SPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3109 (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of RN1105FT in SPICE PARK
SPICE MODEL of RN1105FT in SPICE PARKSPICE MODEL of RN1105FT in SPICE PARK
SPICE MODEL of RN1105FT in SPICE PARK
 
SPICE MODEL of RN1106FV in SPICE PARK
SPICE MODEL of RN1106FV in SPICE PARKSPICE MODEL of RN1106FV in SPICE PARK
SPICE MODEL of RN1106FV in SPICE PARK
 
SPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of RN1416 in SPICE PARK
SPICE MODEL of RN1416 in SPICE PARKSPICE MODEL of RN1416 in SPICE PARK
SPICE MODEL of RN1416 in SPICE PARK
 
SPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARKSPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of 2SK3110 (Professional+BDP Model) in SPICE PARK
 
SPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARKSPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARK
SPICE MODEL of 2SK3111 (Standard+BDS Model) in SPICE PARK
 
SPICE MODEL of RN1414 in SPICE PARK
SPICE MODEL of RN1414 in SPICE PARKSPICE MODEL of RN1414 in SPICE PARK
SPICE MODEL of RN1414 in SPICE PARK
 
SPICE MODEL of RN1315 in SPICE PARK
SPICE MODEL of RN1315 in SPICE PARKSPICE MODEL of RN1315 in SPICE PARK
SPICE MODEL of RN1315 in SPICE PARK
 
SPICE MODEL of DTC143XUA in SPICE PARK
SPICE MODEL of DTC143XUA in SPICE PARKSPICE MODEL of DTC143XUA in SPICE PARK
SPICE MODEL of DTC143XUA in SPICE PARK
 
SPICE MODEL of DTC143XKA in SPICE PARK
SPICE MODEL of DTC143XKA in SPICE PARKSPICE MODEL of DTC143XKA in SPICE PARK
SPICE MODEL of DTC143XKA in SPICE PARK
 
SPICE MODEL of DTC124XKA in SPICE PARK
SPICE MODEL of DTC124XKA in SPICE PARKSPICE MODEL of DTC124XKA in SPICE PARK
SPICE MODEL of DTC124XKA in SPICE PARK
 

Recently uploaded

THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 

Recently uploaded (20)

THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 

Using Omnet++ in Simulating Ad-Hoc Network

  • 1. Network Simulator using inetmanet for OMNeT++ 4.2.2 AODV as an Ad-Hoc Routing Protocol November 14, 2012 Ahmed A. Nour, Ahmed ElSaher, Ehab ElShafei, Tarek Mohamed Nile University – CIT623 – Security in Wireless Ad-Hoc Networks
  • 2. Introduction to OMNeT++ 4.2.2 (1/3) › OMNeT++ is a discrete event simulation environment: – Extensible and Modular, Component-based C++ simulation library and framework, Primarily for building network simulators – Source code publicly available – Free for academic use Based on documentation from www.omnetpp.org 2/20
  • 3. Introduction to OMNeT++ 4.2.2 (2/3) › Components – Simulation kernel library – Compiler for the NED topology description language – OMNeT++ IDE based on the Eclipse platform – GUI for simulation execution, links into simulation executable (Tkenv) – Command-line user interface for simulation execution (Cmdenv) – Utilities (makefile creation tool, etc.) – Documentation, sample simulations, etc. Based on documentation from www.omnetpp.org 3/20
  • 4. Introduction to OMNeT++ 4.2.2 (3/3) › OMNeT++ does not provide any components specifically for network simulations › various simulation models and frameworks such as INET/INETMANET, MiXiM, or Castalia - developed completely independent of OMNeT++ - provide support for: – computer network simulations – queuing network simulations – system architecture simulations 4/20
  • 5.
  • 6.
  • 7. Build OMNeT++ Project (1/2) › Download inetmanet https://github.com/aarizaq/inetmanet-2.0 - needed for the Ad-Hoc networks › Import projects to OmNetpp – Create "projects" folder under "c:omnetpp" – Extract the downloaded files to the created folder using winrar – Import the projects using [File -> Import -> General -> Exist projects into workspace] – Build the projects using [Project -> Build all] – try to run samples projects - under "examples" folder - to be sure that previous steps are done 7/20
  • 8. Build OMNeT++ Project (2/2) › Create new Project – choose inetmanet as a reference in the new project properties – be sure that inetmanet project is opened › Create new empty network description file (.ned) – in [Design] mode add [network] – if we're going to use regular device add it to the network – to create a new device based on existing - to add extra functions - one add another ned file, in design mode add compound module › Create an initialization file (.ini) – use Wizard of Adhoc Mobility wireless network – edit the parameters 8/20
  • 9. AODV Network Simulator (1/4) › We will generate an Ad-Hoc Network contains variable number of hosts (100,150,250,350,450,500) host . › In all Scenarios, node number 0 will send packages to the fixed node › We will measure the End-To-End Delay for first 700 packet arrives to the fixed host › The source and destination at the same for all scenarios 9/20
  • 10. AODV Network Simulator (2/4) › Network Description file (ned) – Add reference to network components › import inet.nodes.inet.AdhocHost; › import inet.networklayer.autorouting.ipv4.IPv4NetworkConfigurator; › import inet.world.radio.ChannelControl; – Network Parameters › int numHosts; // in our presentation will be (100,150,250,350,450,500) › int numFixHosts;//in our presenatation will be 1 › connections allowunconnected: – components Parameters (submodules) › fixhost[numFixHosts]: AdhocHost › host[numHosts]: AdhocHost › channelControl: ChannelControl › configurator: IPv4NetworkConfigurator – interface hosts='*' address='145.236.x.x' netmask='255.255.0.0' 10/20
  • 11. AODV Network Simulator (3/4) › Initialization file (ini) › [General] › network = test3 › description = "Aodv Simple test“ › **.routingProtocol = "AODVUU“ › *.numFixHosts = 1 › *.numHosts = 3 › **.arp.globalARP = true 11/20
  • 12. 250 Node 350 Node 500 Node 100 Node 450 Node 704 691 678 665 652 639 626 613 600 587 574 561 548 535 522 509 496 483 470 457 444 431 418 Test & Conclusion (1/3) 405 392 379 366 353 340 327 314 301 288 275 262 Total Delay for 700 packet 249 236 223 210 197 184 171 158 145 132 119 106 93 80 67 54 41 28 15 2 0 0.01 0.002 0.004 0.006 0.008 0.012 0.014 12/20
  • 13. Average Delay per Packet 691 676 661 646 631 616 601 586 571 556 541 526 511 496 481 Test & Conclusion (2/3) 466 451 436 421 406 391 376 361 346 331 316 301 286 Average Delay per Packet 271 256 241 226 211 196 181 166 151 136 121 106 91 76 61 46 31 16 1 0 0.001 0.002 0.003 0.0005 0.0015 0.0025 13/20
  • 14. Test & Conclusion (3/3) Average Delay Per Senario 0.0018 0.0016 0.0014 0.0012 0.001 Average Delay 0.0008 0.0006 0.0004 0.0002 0 500 450 350 250 100 14/20