SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

KVM and docker LXC Benchmarking with OpenStack
KVM and docker LXC Benchmarking with OpenStackKVM and docker LXC Benchmarking with OpenStack
KVM and docker LXC Benchmarking with OpenStack
 
Pengenalan cloud-computing
Pengenalan cloud-computingPengenalan cloud-computing
Pengenalan cloud-computing
 
Docker In Cloud
Docker In CloudDocker In Cloud
Docker In Cloud
 
What is Spinnaker? Spinnaker tutorial
What is Spinnaker? Spinnaker tutorialWhat is Spinnaker? Spinnaker tutorial
What is Spinnaker? Spinnaker tutorial
 
Fog Computing
Fog ComputingFog Computing
Fog Computing
 
Docker Networking Deep Dive
Docker Networking Deep DiveDocker Networking Deep Dive
Docker Networking Deep Dive
 
Network virtualization
Network virtualizationNetwork virtualization
Network virtualization
 
Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack
 
Introduction to TLS 1.3
Introduction to TLS 1.3Introduction to TLS 1.3
Introduction to TLS 1.3
 
MicroK8s
MicroK8sMicroK8s
MicroK8s
 
The history of cloud computing
The history of cloud computingThe history of cloud computing
The history of cloud computing
 
Tool Time: Keystroke Level Modeling
Tool Time: Keystroke Level ModelingTool Time: Keystroke Level Modeling
Tool Time: Keystroke Level Modeling
 
Openstack nova
Openstack novaOpenstack nova
Openstack nova
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Virtualization security threats in cloud computing
Virtualization security threats in cloud computingVirtualization security threats in cloud computing
Virtualization security threats in cloud computing
 
Nova: Openstack Compute-as-a-service
Nova: Openstack Compute-as-a-serviceNova: Openstack Compute-as-a-service
Nova: Openstack Compute-as-a-service
 
Routed networks sydney
Routed networks sydneyRouted networks sydney
Routed networks sydney
 
Konfigurasi mikrotik (virtualbox)
Konfigurasi mikrotik (virtualbox) Konfigurasi mikrotik (virtualbox)
Konfigurasi mikrotik (virtualbox)
 
SDN Fundamentals - short presentation
SDN Fundamentals -  short presentationSDN Fundamentals -  short presentation
SDN Fundamentals - short presentation
 

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

Similar a 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
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Último (20)

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 

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