SlideShare uma empresa 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

Mais conteúdo relacionado

Mais procurados

Unit 1 network management
Unit 1 network managementUnit 1 network management
Unit 1 network managementbhavikaorg
 
Wireless Communication Network Communication
Wireless Communication Network CommunicationWireless Communication Network Communication
Wireless Communication Network CommunicationVrushali Lanjewar
 
Security in mobile ad hoc networks
Security in mobile ad hoc networksSecurity in mobile ad hoc networks
Security in mobile ad hoc networksPiyush Mittal
 
Multicast Routing Protocols
Multicast Routing ProtocolsMulticast Routing Protocols
Multicast Routing ProtocolsRam Dutt Shukla
 
Mobile transport layer
Mobile transport layerMobile transport layer
Mobile transport layerVikram Nandini
 
Routing in Mobile Ad hoc Networks
Routing in Mobile Ad hoc NetworksRouting in Mobile Ad hoc Networks
Routing in Mobile Ad hoc NetworksSayed Chhattan Shah
 
WMN Chapter5.pptx
WMN Chapter5.pptxWMN Chapter5.pptx
WMN Chapter5.pptxdamayanti68
 
OSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil ShaikhOSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil ShaikhMujmmil Shaikh
 
Distributed system architecture
Distributed system architectureDistributed system architecture
Distributed system architectureYisal Khan
 
Implementation d'un portail captif cas de pfsense produit par bamba bamoussa
Implementation d'un portail captif  cas de pfsense produit par bamba bamoussa Implementation d'un portail captif  cas de pfsense produit par bamba bamoussa
Implementation d'un portail captif cas de pfsense produit par bamba bamoussa Bamoussa Bamba
 
IT8602 Mobile Communication - Unit III
IT8602 Mobile Communication  - Unit IIIIT8602 Mobile Communication  - Unit III
IT8602 Mobile Communication - Unit IIIpkaviya
 
Internet Architecture and Design Philosophy
Internet Architecture and Design PhilosophyInternet Architecture and Design Philosophy
Internet Architecture and Design PhilosophyDilum Bandara
 

Mais procurados (20)

Unit 1 network management
Unit 1 network managementUnit 1 network management
Unit 1 network management
 
Routage statique
Routage statiqueRoutage statique
Routage statique
 
Mobile ip group_3
Mobile ip group_3Mobile ip group_3
Mobile ip group_3
 
Wireless Communication Network Communication
Wireless Communication Network CommunicationWireless Communication Network Communication
Wireless Communication Network Communication
 
Security in mobile ad hoc networks
Security in mobile ad hoc networksSecurity in mobile ad hoc networks
Security in mobile ad hoc networks
 
Multicast Routing Protocols
Multicast Routing ProtocolsMulticast Routing Protocols
Multicast Routing Protocols
 
Mobile transport layer
Mobile transport layerMobile transport layer
Mobile transport layer
 
Routing in Mobile Ad hoc Networks
Routing in Mobile Ad hoc NetworksRouting in Mobile Ad hoc Networks
Routing in Mobile Ad hoc Networks
 
WMN Chapter5.pptx
WMN Chapter5.pptxWMN Chapter5.pptx
WMN Chapter5.pptx
 
Distributed Computing
Distributed ComputingDistributed Computing
Distributed Computing
 
OSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil ShaikhOSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil Shaikh
 
Distributed system architecture
Distributed system architectureDistributed system architecture
Distributed system architecture
 
Mobile IP
Mobile IPMobile IP
Mobile IP
 
Implementation d'un portail captif cas de pfsense produit par bamba bamoussa
Implementation d'un portail captif  cas de pfsense produit par bamba bamoussa Implementation d'un portail captif  cas de pfsense produit par bamba bamoussa
Implementation d'un portail captif cas de pfsense produit par bamba bamoussa
 
IT8602 Mobile Communication - Unit III
IT8602 Mobile Communication  - Unit IIIIT8602 Mobile Communication  - Unit III
IT8602 Mobile Communication - Unit III
 
Icmp
IcmpIcmp
Icmp
 
Network Management System and Protocol
Network Management System and Protocol Network Management System and Protocol
Network Management System and Protocol
 
Omnet++
Omnet++Omnet++
Omnet++
 
Internet Architecture and Design Philosophy
Internet Architecture and Design PhilosophyInternet Architecture and Design Philosophy
Internet Architecture and Design Philosophy
 
Bgp (1)
Bgp (1)Bgp (1)
Bgp (1)
 

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

Semelhante 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

Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
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.pdfNirmal Dwivedi
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
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.christianmathematics
 
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 functionsKarakKing
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
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.pdfAdmir Softic
 
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Ữ Â...Nguyen Thanh Tu Collection
 
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...Association for Project Management
 

Último (20)

Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
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
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
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
 
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Ữ Â...
 
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...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

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