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

What's hot

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
 
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
 
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
 
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
 
IRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET Journal
 
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
 
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...IJARIIT
 
H046405864
H046405864H046405864
H046405864IOSR-JEN
 
Scenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous DrivingScenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous DrivingYu Huang
 
On 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based SolutionOn 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based SolutionNoury Bouraqadi
 
Malaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural networkMalaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural networkjournalBEEI
 
OVERBOOKING IN MOBILE BACKHAUL
OVERBOOKING IN MOBILE BACKHAULOVERBOOKING IN MOBILE BACKHAUL
OVERBOOKING IN MOBILE BACKHAULijwmn
 
Traffic Control System by Incorporating Message Forwarding Approach
Traffic Control System by Incorporating Message Forwarding ApproachTraffic Control System by Incorporating Message Forwarding Approach
Traffic Control System by Incorporating Message Forwarding ApproachCSCJournals
 
A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...ijasa
 

What's hot (20)

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
 
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
 
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)
 
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...
 
Amj fuzzy slides
Amj fuzzy slidesAmj fuzzy slides
Amj fuzzy slides
 
IRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite Images
 
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
 
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
 
TfGM Open data update - Transport
TfGM Open data update - TransportTfGM Open data update - Transport
TfGM Open data update - Transport
 
Ag4103191195
Ag4103191195Ag4103191195
Ag4103191195
 
H046405864
H046405864H046405864
H046405864
 
I021201059064
I021201059064I021201059064
I021201059064
 
Figures
FiguresFigures
Figures
 
Scenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous DrivingScenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous Driving
 
GIS DATA Dictionary mars 2012 action 1
GIS DATA Dictionary mars 2012 action 1GIS DATA Dictionary mars 2012 action 1
GIS DATA Dictionary mars 2012 action 1
 
On 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based SolutionOn 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
On 2D SLAM for Large Indoor Spaces: A Polygon-Based Solution
 
Malaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural networkMalaysian car plate localization using region-based convolutional neural network
Malaysian car plate localization using region-based convolutional neural network
 
OVERBOOKING IN MOBILE BACKHAUL
OVERBOOKING IN MOBILE BACKHAULOVERBOOKING IN MOBILE BACKHAUL
OVERBOOKING IN MOBILE BACKHAUL
 
Traffic Control System by Incorporating Message Forwarding Approach
Traffic Control System by Incorporating Message Forwarding ApproachTraffic Control System by Incorporating Message Forwarding Approach
Traffic Control System by Incorporating Message Forwarding Approach
 
A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...
 

Viewers also liked

Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...
Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...
Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...IOSR Journals
 
Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...
Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...
Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...IOSR Journals
 
Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...
Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...
Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...IOSR Journals
 
LC-MS/MS method for the quantification of carbinoxamine in human plasma
LC-MS/MS method for the quantification of carbinoxamine in human plasmaLC-MS/MS method for the quantification of carbinoxamine in human plasma
LC-MS/MS method for the quantification of carbinoxamine in human plasmaIOSR Journals
 
Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...
Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...
Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...IOSR Journals
 
Wireless Network Security Architecture with Blowfish Encryption Model
Wireless Network Security Architecture with Blowfish Encryption ModelWireless Network Security Architecture with Blowfish Encryption Model
Wireless Network Security Architecture with Blowfish Encryption ModelIOSR Journals
 
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...IOSR Journals
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolIOSR Journals
 
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...IOSR Journals
 
Experimental investigation on effect of different shaped steel fibers on comp...
Experimental investigation on effect of different shaped steel fibers on comp...Experimental investigation on effect of different shaped steel fibers on comp...
Experimental investigation on effect of different shaped steel fibers on comp...IOSR Journals
 
Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...
Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...
Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...IOSR Journals
 
Detail Solidworks Design and Simulation of an Unmanned Air Vehicle
Detail Solidworks Design and Simulation of an Unmanned Air VehicleDetail Solidworks Design and Simulation of an Unmanned Air Vehicle
Detail Solidworks Design and Simulation of an Unmanned Air VehicleIOSR Journals
 
Refining Measure of Central Tendency and Dispersion
Refining Measure of Central Tendency and DispersionRefining Measure of Central Tendency and Dispersion
Refining Measure of Central Tendency and DispersionIOSR Journals
 
Effectiveness of Information Communication Technologies for Education System
Effectiveness of Information Communication Technologies for Education SystemEffectiveness of Information Communication Technologies for Education System
Effectiveness of Information Communication Technologies for Education SystemIOSR Journals
 
To study the factors effecting sales of leading tractor brands in Haryana (In...
To study the factors effecting sales of leading tractor brands in Haryana (In...To study the factors effecting sales of leading tractor brands in Haryana (In...
To study the factors effecting sales of leading tractor brands in Haryana (In...IOSR Journals
 
Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...
Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...
Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...IOSR Journals
 
An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...
An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...
An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...IOSR Journals
 
Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...IOSR Journals
 

Viewers also liked (20)

Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...
Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...
Modeling and Numerical Simulation of Bangladeshi Women’s Depression Is a Func...
 
Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...
Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...
Impact of Frequency Offset on Interference between Zigbee and Wifi for Smart ...
 
A010120103
A010120103A010120103
A010120103
 
Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...
Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...
Quality Assurancein Technical Vocational Education (TVE)for Sustainable Natio...
 
LC-MS/MS method for the quantification of carbinoxamine in human plasma
LC-MS/MS method for the quantification of carbinoxamine in human plasmaLC-MS/MS method for the quantification of carbinoxamine in human plasma
LC-MS/MS method for the quantification of carbinoxamine in human plasma
 
Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...
Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...
Modeling and Analysis for Cutting Temperature in Turning of Aluminium 6063 Us...
 
Wireless Network Security Architecture with Blowfish Encryption Model
Wireless Network Security Architecture with Blowfish Encryption ModelWireless Network Security Architecture with Blowfish Encryption Model
Wireless Network Security Architecture with Blowfish Encryption Model
 
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
 
Congestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing ProtocolCongestion Control in Manets Using Hybrid Routing Protocol
Congestion Control in Manets Using Hybrid Routing Protocol
 
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
 
Experimental investigation on effect of different shaped steel fibers on comp...
Experimental investigation on effect of different shaped steel fibers on comp...Experimental investigation on effect of different shaped steel fibers on comp...
Experimental investigation on effect of different shaped steel fibers on comp...
 
Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...
Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...
Spatial Laser Induced Fluorescence Imaging (SLIFIMG) Analysis to Assess Tissu...
 
Detail Solidworks Design and Simulation of an Unmanned Air Vehicle
Detail Solidworks Design and Simulation of an Unmanned Air VehicleDetail Solidworks Design and Simulation of an Unmanned Air Vehicle
Detail Solidworks Design and Simulation of an Unmanned Air Vehicle
 
Refining Measure of Central Tendency and Dispersion
Refining Measure of Central Tendency and DispersionRefining Measure of Central Tendency and Dispersion
Refining Measure of Central Tendency and Dispersion
 
E0612629
E0612629E0612629
E0612629
 
Effectiveness of Information Communication Technologies for Education System
Effectiveness of Information Communication Technologies for Education SystemEffectiveness of Information Communication Technologies for Education System
Effectiveness of Information Communication Technologies for Education System
 
To study the factors effecting sales of leading tractor brands in Haryana (In...
To study the factors effecting sales of leading tractor brands in Haryana (In...To study the factors effecting sales of leading tractor brands in Haryana (In...
To study the factors effecting sales of leading tractor brands in Haryana (In...
 
Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...
Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...
Synthesis of 3-methoxy-6-phenyl-6, 6a-dihydro-[1] benzopyrano-[3, 4-b] [1] be...
 
An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...
An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...
An Overview of Intrusion Detection and Prevention Systems (IDPS) and Security...
 
Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...
 

Similar to Simulation of Urban Mobility (SUMO) for Evaluating QoS in Vehicular Networks

Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION
IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATIONIMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION
IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATIONIJCNCJournal
 
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 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
 
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
 
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
 
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...ijasuc
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationIAEME Publication
 
A Survey on Vehicular Ad hoc Networks
A Survey on Vehicular Ad hoc Networks A Survey on Vehicular Ad hoc Networks
A Survey on Vehicular Ad hoc Networks IOSR Journals
 
Implementation of Motion Model Using Vanet
Implementation of Motion Model Using VanetImplementation of Motion Model Using Vanet
Implementation of Motion Model Using VanetIJCERT
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...IJECEIAES
 

Similar to Simulation of Urban Mobility (SUMO) for Evaluating QoS in Vehicular Networks (20)

Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION
IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATIONIMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION
IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION
 
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
 
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 ...
 
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
 
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
 
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
 
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...The realistic mobility evaluation of vehicular ad hoc network for indian auto...
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportation
 
A Survey on Vehicular Ad hoc Networks
A Survey on Vehicular Ad hoc Networks A Survey on Vehicular Ad hoc Networks
A Survey on Vehicular Ad hoc Networks
 
Implementation of Motion Model Using Vanet
Implementation of Motion Model Using VanetImplementation of Motion Model Using Vanet
Implementation of Motion Model Using Vanet
 
Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...Performance evaluation of dynamic source routing protocol with variation in t...
Performance evaluation of dynamic source routing protocol with variation in t...
 
Ijetcas14 330
Ijetcas14 330Ijetcas14 330
Ijetcas14 330
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 

Simulation of Urban Mobility (SUMO) for Evaluating QoS in Vehicular Networks

  • 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