SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 1, Ver. I (Jan. - Feb .2016), PP 33-36
www.iosrjournals.org
DOI: 10.9790/2834-11113336 www.iosrjournals.org 33 | Page
Simulation of Urban Mobility (Sumo) For Evaluating Qos
Parameters For Vehicular Adhoc Network
A. R. Deshmukh1
, S. S. Dorle2
1
Research Scholar , Electronics Engineering, G. H. Raisoni College of Engineering ,Nagpur (India)
2
Professor ,Electronics Engineering Department, G. H. Raisoni College of Engineering ,Nagpur(India)
Abstract: Vehicular Ad Hoc Networks (VANETs) or Inter-Vehicle Communication (IVC) is an extension to a
popular Mobile Ad Hoc Networks (MANETs) technology. VANET is developed to provide comfort
communication between the vehicle while driving. In VANET there is a continuous wireless data transmission
occurs either between Road Side Units (RSUs) or On Board Units (OBUs) in the vehicles. To keep the
transmission smooth it required a good routing protocol. Right from the inception of VANET technology in
2000s the work done only on basic routing protocol. Mobility model is one of the key parameter while
designing the vehicular network. In this paper the Simulation of Urban Mobility (SUMO) and Mobility Model
Generator for VANET (MOVE) are used for creating scenarios and traffic. The real time maps are edited in
JAVA open street map editor (JOSM) and the simulation is done in NS-2. The performance is evaluated by using
the two routing protocol on the basic of throughput for both rural & Urban scenarios.
Keywords: VANET (Vehicular Adhoc Network.) SUMO (Simulation of Urban Mobility),
I. Introduction
Vehicular Ad Hoc Network (VANET) is a fast growing technology in today’s world. The fundamental
idea behind implementing VANET is to offer information sharing, supportive driving, providing navigation and
safety to human life in fast moving vehicles. The communication takes place either between vehicle-to-vehicle
(V2V) or between vehicles-to infrastructure (V2I). On Board Unit (OBU) that is fixed on vehicle is responsible
for collecting data from various sensors, which gives condition of that vehicle. OBU send this data either to
other vehicle or to Road Side Unit (RSU). On the other hand, RSU is a fixed infrastructure situated along the
sides of road whose work is to broadcast the information to other vehicles. However, due to high mobility and
dynamic topology of VANET discovering and maintaining routes is very challenging task in VANET. To
achieve an effective vehicular communication, vehicular network must be available all time in real time. A
small delay in sending or receiving of message may lead to devastating results. Due to rapid changing
topology, there are numerous technical hitches in designing a Routing Protocol of VANET.[1] Routing is the
process of moving packets from a source to a destination and Routing Protocols are the one who decide how
those packets are going to move. Routing occurs at Layer3 (network layer) of the OSI reference model via some
logical addressing. Routing protocols plays a key role in path discovery so, it becomes important for routing
protocol to give effective result in real time.
In this paper ,as shown in figure 1 of process flow, we have taken the rural-highway and urban-city
based scenario for simulation .The real maps are taken from the open street map of mumbai–pune express
highway for rural scenario and medical square Nagpur for urban city based scenario. The maps are edited in
Java Open Street Map editor (JOSM) to remove the unwanted areas like buildings, rivers etc. after the editing of
real maps the output file is given to the SUMO (Simulation of Urban Mobility) for simulating the real traffic
scenario of vehicular network. The output of this SUMO is used in network Simulator (NS-2) for the analysis of
various QoS parameters.
Figure 1: Process flow for capturing real time mobility model
Open Street Map
(openstreetmap.org)
Java Open Street
Map Editor (JOSM)
Simulation of Urban
Mobility (SUMO)
Network Simulator-
2 (NS2)
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular…
DOI: 10.9790/2834-11113336 www.iosrjournals.org 34 | Page
II. Introduction To Routing Protocols
VANET Routing protocol has significant role in performance because of sending &receiving packets
between source to destinations. There are number of routing protocols has developed for wireless Adhoc
network. VANET routing protocol [1][2]basically classified into two types: Proactive and reactive routing
protocols.
In proactive routing protocol ,it maintain the route information at all nodes and update the table
accordingly. In reactive routing protocol, it maintaining the route information for nodes on demand.
In this paper ,the simulation and comparison is performed on the basis of two different routing
protocol. [2]AODV(Adhoc on demand distance vector Routing) & AMODV (Adhoc on demand multipath
distance vector routing ) protocols.
a) AODV:
Adhoc on demand distance vector routing is the reactive routing protocol that uses Adhoc on demand
routing to establish a path between source to destination. When Source node S wants to send information to
destination node D, the route discovery process based on flooding of RREQ packet .As a node forward route
request packet ,it set a reverse path from itself to node S from the neighboring nodes from which it receive the
first copy of RREQ. At the end the route discovery process, source node send the information along the path.
b) AMODV:
AMODV is the extension to the AODV protocol for computing multipath paths. The routing entries for
each destinations contains hop-to-hop count .All the next hop have same sequence number .for each
destinations, a node maintains the advertised hop count. AMODV can be used to find node disjoint or link
disjoint routes.
III. Simulation In Josm (Java Open Street Map Editor)
[6] JOSM is a desktop editing application ,written in java. It supports loading stand alone GPX tracks
and GPX track from OSM database as well as loading and editing existing nodes ,ways ,metadata tags and
relations from the OSM.
Figure2: Map of Urban Area – City Based Scenario Figure 3: Map of Rural Area :
Expressway
Both the maps in Figure 2 and 3 are taken from http://openstreetmap.org, which is available free for
downloading via their export map feature.
Figure 4 : Map of Urban Area – City Based Scenario Figure 5: Map of Urban Area – City Based
Scenario for road in JOSM
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular…
DOI: 10.9790/2834-11113336 www.iosrjournals.org 35 | Page
As shown in figure 4 & 5, The downloaded maps are saved in “.osm” file format that can be edited in
JOSM and from “map.osm”. In figure 5 the urban area of city based scenario contains buildings, Trees, traffic
and other unwanted streets are removed.. In Figure 5 all these unwanted parts are edited in JOSM, and only the
roads are remain for the traffic simulation. So, that the file size become small and to lessen the unnecessary
computation. we can import that file in [4]SUMO and create traffic environment.
IV. Simulation In Sumo (Simulation Of Urban Mobility )
To generate vehicle traffic in [4]SUMO the tools like "netconvert", "polyconvert" and
"randomTrips.py" are used.
 Netconvert can imports road networks from different sources (openstretmap.org) and generates road
networks that can be used in SUMO. It will identify the Nodes, Junctions, Signals etc and build the network
file which is compatible with SUMO.
 Polyconvert imports geometrical shapes (polygons - buildings) from different sources & converts them to a
representation that visualized in SUMO-GUI.
 Randomtrips.Py is used to generate random routes.
From the above steps we get the SUMO configuration (medical.sumo.cfg) file in which we have to
give path of both the network file and route file . The configuration file is used to like merge the network file
and route file
Figure 6 : Imported map from JOSM in SUMO Figure 7 : simulation of view of Traffic in SUMO
V. Simulation & Results
The mobility model of SUMO is given to the network simulator 2 (NS-2) for simulation.We have done
the simulation using two different routing protocol for urban city based scenario.The simulation is done using
the 120 number of nodes.
Figure 8 : Simulation in NS2 for urban city based scenario
Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular…
DOI: 10.9790/2834-11113336 www.iosrjournals.org 36 | Page
In Fiigure 9, the comparison of throughput (kbps) analysis for city based scenario is performed, from
the results AMODV is having better throughput than AODV.
Figure 9 : Comparison graph of throughput for two Figure 10: Comparison of throughput for
two routing
routing protocols of city based scenario for different nodes. protocols of rural scenario for different
nodes
VI. Conclusion
The simulation of urban mobility (SUMO) gives the better mobility model after compiling in java
Open street Map editor (JOSM) for rural as well as urban scenarios. In this paper we simulate the AODV &
AMODV routing protocol for analyzing the throughput parameter. As a result Performance of AMODV gives
better results than AODV for both urban-city based and rural based scenarios. for the future work, the
performance can be evaluated on the basis of different Qos parameters like end to end delay, jitter, routing
overhead, efficiency etc.
References
[1]. Fan Li and Yu Wang, University of North Carolina at Charlotte, " Routing in Vehicular Ad Hoc Networks: A Survey", IEEE
VEHICULAR TECHNOLOGY MAGAZINE | JUNE 2007
[2]. Mr. Surmukh Singh, Mr. Sunil Agrawal, "VANET Routing Protocols: Issues and Challenges", UIET Panjab University Chandigarh,
06 – 08 March, 2014, IEEE Publication.
[3]. Mr. Qi-wu Wu*, Mr. Wen Wen, Mr. Qingzi Liu, "Comparative Study of VANET Routing Protocols", Institution of Engineering
and Technology (IET), November 2014
[4]. M. Behrisch, L. Bieker, J. Erdmann, and D. Krajzewicz, “SUMO - Simulation of Urban MObility: An Overview,”in SIMUL 2011,
The Third International Conference on Advances in System Simulation, 2011.
[5]. DLR and contributors, SUMO Homepage [Online], http://sumo.sourceforge.net/, accessed July 03, 2012
[6]. http://www.sumo.dlr.de
[7]. http://openstreetmap.org

More Related Content

Viewers also liked

How To Webinar - Sumo Logic API
How To Webinar - Sumo Logic APIHow To Webinar - Sumo Logic API
How To Webinar - Sumo Logic APISumo Logic
 
A copula-based Simulation Method for Clustered Multi-State Survival Data
A copula-based Simulation Method for Clustered Multi-State Survival DataA copula-based Simulation Method for Clustered Multi-State Survival Data
A copula-based Simulation Method for Clustered Multi-State Survival Datafedericorotolo
 
A368 afa1 b0f8-4b79-812f-980f7dc622bf
A368 afa1 b0f8-4b79-812f-980f7dc622bfA368 afa1 b0f8-4b79-812f-980f7dc622bf
A368 afa1 b0f8-4b79-812f-980f7dc622bfShatabdi Mahanta
 
Applying the Scientific Method to Simulation Experiments
Applying the Scientific Method to Simulation ExperimentsApplying the Scientific Method to Simulation Experiments
Applying the Scientific Method to Simulation ExperimentsFrank Bergmann
 
Simulation As a Method To Support Complex Organizational Transformations in H...
Simulation As a Method To Support Complex Organizational Transformations in H...Simulation As a Method To Support Complex Organizational Transformations in H...
Simulation As a Method To Support Complex Organizational Transformations in H...Jos van Hillegersberg
 
Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...
Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...
Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...SeriousGamesAssoc
 
Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...
Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...
Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...ArchiLab 7
 
Games and Serious Games in Urban Planning: Study Cases
Games and Serious Games in Urban Planning: Study CasesGames and Serious Games in Urban Planning: Study Cases
Games and Serious Games in Urban Planning: Study CasesBeniamino Murgante
 
A High-speed Verilog HDL Simulation Method using a Lightweight Translator
A High-speed Verilog HDL Simulation Method using a Lightweight TranslatorA High-speed Verilog HDL Simulation Method using a Lightweight Translator
A High-speed Verilog HDL Simulation Method using a Lightweight TranslatorRyohei Kobayashi
 
Architecture and urban planning (3 d) representation
Architecture and urban planning (3 d) representationArchitecture and urban planning (3 d) representation
Architecture and urban planning (3 d) representationMaria Bostenaru
 
Midsquare method- simulation system
Midsquare method- simulation systemMidsquare method- simulation system
Midsquare method- simulation systemArman Hossain
 
Simulations and Educational Games
Simulations and Educational GamesSimulations and Educational Games
Simulations and Educational GamesCynthia Calongne
 
Parallel Simulation of Urban Dynamics on the GPU Ivan Blečić, Arnaldo Cecchi...
Parallel Simulation of Urban Dynamics on the GPU  Ivan Blečić, Arnaldo Cecchi...Parallel Simulation of Urban Dynamics on the GPU  Ivan Blečić, Arnaldo Cecchi...
Parallel Simulation of Urban Dynamics on the GPU Ivan Blečić, Arnaldo Cecchi...Beniamino Murgante
 
Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...
Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...
Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...NeISSProject
 
Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...
Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...
Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...ServDes
 

Viewers also liked (20)

How To Webinar - Sumo Logic API
How To Webinar - Sumo Logic APIHow To Webinar - Sumo Logic API
How To Webinar - Sumo Logic API
 
Urban simulation by ANN-CA
Urban simulation by ANN-CAUrban simulation by ANN-CA
Urban simulation by ANN-CA
 
A copula-based Simulation Method for Clustered Multi-State Survival Data
A copula-based Simulation Method for Clustered Multi-State Survival DataA copula-based Simulation Method for Clustered Multi-State Survival Data
A copula-based Simulation Method for Clustered Multi-State Survival Data
 
A368 afa1 b0f8-4b79-812f-980f7dc622bf
A368 afa1 b0f8-4b79-812f-980f7dc622bfA368 afa1 b0f8-4b79-812f-980f7dc622bf
A368 afa1 b0f8-4b79-812f-980f7dc622bf
 
EGLACOMM / MEVIA APP TEASER
EGLACOMM / MEVIA APP TEASEREGLACOMM / MEVIA APP TEASER
EGLACOMM / MEVIA APP TEASER
 
Applying the Scientific Method to Simulation Experiments
Applying the Scientific Method to Simulation ExperimentsApplying the Scientific Method to Simulation Experiments
Applying the Scientific Method to Simulation Experiments
 
Simulation As a Method To Support Complex Organizational Transformations in H...
Simulation As a Method To Support Complex Organizational Transformations in H...Simulation As a Method To Support Complex Organizational Transformations in H...
Simulation As a Method To Support Complex Organizational Transformations in H...
 
Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...
Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...
Eswaran Subrahmanian - Serious Games in Complex Design of Urban Systems and P...
 
Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...
Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...
Brudaru, o. 2011: cellular genetic algorithm with communicating grids for a d...
 
Serious games
Serious gamesSerious games
Serious games
 
Cfms project (asrc)
Cfms project (asrc)Cfms project (asrc)
Cfms project (asrc)
 
Games and Serious Games in Urban Planning: Study Cases
Games and Serious Games in Urban Planning: Study CasesGames and Serious Games in Urban Planning: Study Cases
Games and Serious Games in Urban Planning: Study Cases
 
A High-speed Verilog HDL Simulation Method using a Lightweight Translator
A High-speed Verilog HDL Simulation Method using a Lightweight TranslatorA High-speed Verilog HDL Simulation Method using a Lightweight Translator
A High-speed Verilog HDL Simulation Method using a Lightweight Translator
 
charge simulation method
charge simulation methodcharge simulation method
charge simulation method
 
Architecture and urban planning (3 d) representation
Architecture and urban planning (3 d) representationArchitecture and urban planning (3 d) representation
Architecture and urban planning (3 d) representation
 
Midsquare method- simulation system
Midsquare method- simulation systemMidsquare method- simulation system
Midsquare method- simulation system
 
Simulations and Educational Games
Simulations and Educational GamesSimulations and Educational Games
Simulations and Educational Games
 
Parallel Simulation of Urban Dynamics on the GPU Ivan Blečić, Arnaldo Cecchi...
Parallel Simulation of Urban Dynamics on the GPU  Ivan Blečić, Arnaldo Cecchi...Parallel Simulation of Urban Dynamics on the GPU  Ivan Blečić, Arnaldo Cecchi...
Parallel Simulation of Urban Dynamics on the GPU Ivan Blečić, Arnaldo Cecchi...
 
Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...
Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...
Spatial Microsimulation for City Modelling, Social Forecasting and Urban Poli...
 
Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...
Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...
Empowering Stakeholders – Simulation Games As a Participatory Method - Jan Ec...
 

Similar to Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular Adhoc Network

Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
STUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAY
STUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAYSTUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAY
STUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAYcscpconf
 
Study of vanet routing protocols for end to end delay
Study of vanet routing protocols for end to end delayStudy of vanet routing protocols for end to end delay
Study of vanet routing protocols for end to end delaycsandit
 
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITSSTUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITSijngnjournal
 
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...CSCJournals
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
Performance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobilityPerformance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobilityIAEME Publication
 
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...IJCNCJournal
 
Performance evaluation of vanets
Performance evaluation of vanetsPerformance evaluation of vanets
Performance evaluation of vanetscsandit
 
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Editor IJCATR
 
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...IJCNCJournal
 
Compressed fuzzy logic based multi-criteria AODV routing in VANET environment
Compressed fuzzy logic based multi-criteria AODV routing in VANET environmentCompressed fuzzy logic based multi-criteria AODV routing in VANET environment
Compressed fuzzy logic based multi-criteria AODV routing in VANET environmentIJECEIAES
 
Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETIOSR Journals
 
An Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETAn Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETIOSRJECE
 

Similar to Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular Adhoc Network (20)

Ijcet 06 09_004
Ijcet 06 09_004Ijcet 06 09_004
Ijcet 06 09_004
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
STUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAY
STUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAYSTUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAY
STUDY OF VANET ROUTING PROTOCOLS FOR END TO END DELAY
 
Study of vanet routing protocols for end to end delay
Study of vanet routing protocols for end to end delayStudy of vanet routing protocols for end to end delay
Study of vanet routing protocols for end to end delay
 
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITSSTUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
STUDY OF THE EFFECT OF VELOCITY ON END-TOEND DELAY FOR V2V COMMUNICATION IN ITS
 
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
Performance Evaluation of GPSR Routing Protocol for VANETs using Bi-direction...
 
D017522833
D017522833D017522833
D017522833
 
Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...
Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...
Performance Analysis of WiMAX Based Vehicular Ad hoc Networks with Realistic ...
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
Performance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobilityPerformance evaluation of aodv and olsr in vanet under realistic mobility
Performance evaluation of aodv and olsr in vanet under realistic mobility
 
Dw35701704
Dw35701704Dw35701704
Dw35701704
 
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
Performance comparison of aodv and olsr using 802.11 a and dsrc (802.11p) pro...
 
Performance evaluation of vanets
Performance evaluation of vanetsPerformance evaluation of vanets
Performance evaluation of vanets
 
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
 
SUMO ( SIMULATION OF URBAN MOBILITY)
SUMO ( SIMULATION OF URBAN MOBILITY)SUMO ( SIMULATION OF URBAN MOBILITY)
SUMO ( SIMULATION OF URBAN MOBILITY)
 
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...
 
ThesisPresentation
ThesisPresentationThesisPresentation
ThesisPresentation
 
Compressed fuzzy logic based multi-criteria AODV routing in VANET environment
Compressed fuzzy logic based multi-criteria AODV routing in VANET environmentCompressed fuzzy logic based multi-criteria AODV routing in VANET environment
Compressed fuzzy logic based multi-criteria AODV routing in VANET environment
 
Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANET
 
An Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETAn Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANET
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 

Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular Adhoc Network

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 1, Ver. I (Jan. - Feb .2016), PP 33-36 www.iosrjournals.org DOI: 10.9790/2834-11113336 www.iosrjournals.org 33 | Page Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular Adhoc Network A. R. Deshmukh1 , S. S. Dorle2 1 Research Scholar , Electronics Engineering, G. H. Raisoni College of Engineering ,Nagpur (India) 2 Professor ,Electronics Engineering Department, G. H. Raisoni College of Engineering ,Nagpur(India) Abstract: Vehicular Ad Hoc Networks (VANETs) or Inter-Vehicle Communication (IVC) is an extension to a popular Mobile Ad Hoc Networks (MANETs) technology. VANET is developed to provide comfort communication between the vehicle while driving. In VANET there is a continuous wireless data transmission occurs either between Road Side Units (RSUs) or On Board Units (OBUs) in the vehicles. To keep the transmission smooth it required a good routing protocol. Right from the inception of VANET technology in 2000s the work done only on basic routing protocol. Mobility model is one of the key parameter while designing the vehicular network. In this paper the Simulation of Urban Mobility (SUMO) and Mobility Model Generator for VANET (MOVE) are used for creating scenarios and traffic. The real time maps are edited in JAVA open street map editor (JOSM) and the simulation is done in NS-2. The performance is evaluated by using the two routing protocol on the basic of throughput for both rural & Urban scenarios. Keywords: VANET (Vehicular Adhoc Network.) SUMO (Simulation of Urban Mobility), I. Introduction Vehicular Ad Hoc Network (VANET) is a fast growing technology in today’s world. The fundamental idea behind implementing VANET is to offer information sharing, supportive driving, providing navigation and safety to human life in fast moving vehicles. The communication takes place either between vehicle-to-vehicle (V2V) or between vehicles-to infrastructure (V2I). On Board Unit (OBU) that is fixed on vehicle is responsible for collecting data from various sensors, which gives condition of that vehicle. OBU send this data either to other vehicle or to Road Side Unit (RSU). On the other hand, RSU is a fixed infrastructure situated along the sides of road whose work is to broadcast the information to other vehicles. However, due to high mobility and dynamic topology of VANET discovering and maintaining routes is very challenging task in VANET. To achieve an effective vehicular communication, vehicular network must be available all time in real time. A small delay in sending or receiving of message may lead to devastating results. Due to rapid changing topology, there are numerous technical hitches in designing a Routing Protocol of VANET.[1] Routing is the process of moving packets from a source to a destination and Routing Protocols are the one who decide how those packets are going to move. Routing occurs at Layer3 (network layer) of the OSI reference model via some logical addressing. Routing protocols plays a key role in path discovery so, it becomes important for routing protocol to give effective result in real time. In this paper ,as shown in figure 1 of process flow, we have taken the rural-highway and urban-city based scenario for simulation .The real maps are taken from the open street map of mumbai–pune express highway for rural scenario and medical square Nagpur for urban city based scenario. The maps are edited in Java Open Street Map editor (JOSM) to remove the unwanted areas like buildings, rivers etc. after the editing of real maps the output file is given to the SUMO (Simulation of Urban Mobility) for simulating the real traffic scenario of vehicular network. The output of this SUMO is used in network Simulator (NS-2) for the analysis of various QoS parameters. Figure 1: Process flow for capturing real time mobility model Open Street Map (openstreetmap.org) Java Open Street Map Editor (JOSM) Simulation of Urban Mobility (SUMO) Network Simulator- 2 (NS2)
  • 2. Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular… DOI: 10.9790/2834-11113336 www.iosrjournals.org 34 | Page II. Introduction To Routing Protocols VANET Routing protocol has significant role in performance because of sending &receiving packets between source to destinations. There are number of routing protocols has developed for wireless Adhoc network. VANET routing protocol [1][2]basically classified into two types: Proactive and reactive routing protocols. In proactive routing protocol ,it maintain the route information at all nodes and update the table accordingly. In reactive routing protocol, it maintaining the route information for nodes on demand. In this paper ,the simulation and comparison is performed on the basis of two different routing protocol. [2]AODV(Adhoc on demand distance vector Routing) & AMODV (Adhoc on demand multipath distance vector routing ) protocols. a) AODV: Adhoc on demand distance vector routing is the reactive routing protocol that uses Adhoc on demand routing to establish a path between source to destination. When Source node S wants to send information to destination node D, the route discovery process based on flooding of RREQ packet .As a node forward route request packet ,it set a reverse path from itself to node S from the neighboring nodes from which it receive the first copy of RREQ. At the end the route discovery process, source node send the information along the path. b) AMODV: AMODV is the extension to the AODV protocol for computing multipath paths. The routing entries for each destinations contains hop-to-hop count .All the next hop have same sequence number .for each destinations, a node maintains the advertised hop count. AMODV can be used to find node disjoint or link disjoint routes. III. Simulation In Josm (Java Open Street Map Editor) [6] JOSM is a desktop editing application ,written in java. It supports loading stand alone GPX tracks and GPX track from OSM database as well as loading and editing existing nodes ,ways ,metadata tags and relations from the OSM. Figure2: Map of Urban Area – City Based Scenario Figure 3: Map of Rural Area : Expressway Both the maps in Figure 2 and 3 are taken from http://openstreetmap.org, which is available free for downloading via their export map feature. Figure 4 : Map of Urban Area – City Based Scenario Figure 5: Map of Urban Area – City Based Scenario for road in JOSM
  • 3. Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular… DOI: 10.9790/2834-11113336 www.iosrjournals.org 35 | Page As shown in figure 4 & 5, The downloaded maps are saved in “.osm” file format that can be edited in JOSM and from “map.osm”. In figure 5 the urban area of city based scenario contains buildings, Trees, traffic and other unwanted streets are removed.. In Figure 5 all these unwanted parts are edited in JOSM, and only the roads are remain for the traffic simulation. So, that the file size become small and to lessen the unnecessary computation. we can import that file in [4]SUMO and create traffic environment. IV. Simulation In Sumo (Simulation Of Urban Mobility ) To generate vehicle traffic in [4]SUMO the tools like "netconvert", "polyconvert" and "randomTrips.py" are used.  Netconvert can imports road networks from different sources (openstretmap.org) and generates road networks that can be used in SUMO. It will identify the Nodes, Junctions, Signals etc and build the network file which is compatible with SUMO.  Polyconvert imports geometrical shapes (polygons - buildings) from different sources & converts them to a representation that visualized in SUMO-GUI.  Randomtrips.Py is used to generate random routes. From the above steps we get the SUMO configuration (medical.sumo.cfg) file in which we have to give path of both the network file and route file . The configuration file is used to like merge the network file and route file Figure 6 : Imported map from JOSM in SUMO Figure 7 : simulation of view of Traffic in SUMO V. Simulation & Results The mobility model of SUMO is given to the network simulator 2 (NS-2) for simulation.We have done the simulation using two different routing protocol for urban city based scenario.The simulation is done using the 120 number of nodes. Figure 8 : Simulation in NS2 for urban city based scenario
  • 4. Simulation of Urban Mobility (Sumo) For Evaluating Qos Parameters For Vehicular… DOI: 10.9790/2834-11113336 www.iosrjournals.org 36 | Page In Fiigure 9, the comparison of throughput (kbps) analysis for city based scenario is performed, from the results AMODV is having better throughput than AODV. Figure 9 : Comparison graph of throughput for two Figure 10: Comparison of throughput for two routing routing protocols of city based scenario for different nodes. protocols of rural scenario for different nodes VI. Conclusion The simulation of urban mobility (SUMO) gives the better mobility model after compiling in java Open street Map editor (JOSM) for rural as well as urban scenarios. In this paper we simulate the AODV & AMODV routing protocol for analyzing the throughput parameter. As a result Performance of AMODV gives better results than AODV for both urban-city based and rural based scenarios. for the future work, the performance can be evaluated on the basis of different Qos parameters like end to end delay, jitter, routing overhead, efficiency etc. References [1]. Fan Li and Yu Wang, University of North Carolina at Charlotte, " Routing in Vehicular Ad Hoc Networks: A Survey", IEEE VEHICULAR TECHNOLOGY MAGAZINE | JUNE 2007 [2]. Mr. Surmukh Singh, Mr. Sunil Agrawal, "VANET Routing Protocols: Issues and Challenges", UIET Panjab University Chandigarh, 06 – 08 March, 2014, IEEE Publication. [3]. Mr. Qi-wu Wu*, Mr. Wen Wen, Mr. Qingzi Liu, "Comparative Study of VANET Routing Protocols", Institution of Engineering and Technology (IET), November 2014 [4]. M. Behrisch, L. Bieker, J. Erdmann, and D. Krajzewicz, “SUMO - Simulation of Urban MObility: An Overview,”in SIMUL 2011, The Third International Conference on Advances in System Simulation, 2011. [5]. DLR and contributors, SUMO Homepage [Online], http://sumo.sourceforge.net/, accessed July 03, 2012 [6]. http://www.sumo.dlr.de [7]. http://openstreetmap.org