SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561
1556 | P a g e
ANALYSIS AND COMPARISON OF VANET ROUTING
PROTOCOLS USING IEEE 802.11p AND WAVE
Mrs. A. N. Mahajan1
, , Mrs Dimple Saproo2
, Mrs Rakhi Khedikar3
1
Professor, Deparment of ECE, Dronacharya college of Engineering, Gurgaon
2, 3
Associate Professor, Deparment of ECE, Dronacharya college of Engineering, Gurgaon
Abstract
The Vehicular Adhoc network is the
emerging research area which makes a phrase
‘Network on the wheel”. VANET is ad hoc
network technology where cars or vehicles are
used as mobile nodes to form a communication
network. Routing protocols play a big vital role in
terms of performance. MANETs and VANETs are
infrastructure less networks, where they are
similar in characteristics. The similarity in both
cases is the nodes are in motion with their self
organizing characteristics where there is no
requirement of any fixed or existing
infrastructure. [1]. The main purpose of VANET
is to provide[2] ubiquitous connectivity while on
the road to the mobile users, those are otherwise
connected to the outside world.
Due to the distinct features of VANETS, various
problems can be tackled by the researchers.
Applications developed for VANETS have very
specific and clear goals such as providing
intelligent and safe transport system.
Keywords— Routing protocols, simulation,
VANET, Network Simulator, AODV, DSDV, OLSR
I. INTRODUCTION
Vehicular Adhoc Networks are special case of
Mobile Adhoc Network (MANET). Both MANET
and VANET networks are multi hop mobile networks
with dynamic topology. Due to dynamic nature of the
mobile nodes in the network, finding and maintaining
the routes is very challenging in VANETS. Routing
in the VANETS is main concern for maintaining
mobility and safety issues.
As MANET and VANET share similar
protocols and principles e.g. self organization, self
management, low bandwidth, and short radio
transmission range, most of the ad hoc routing
protocols are applicable such as AODV, DSR, and
DSDV etc. VANET differs from MANET by its
highly dynamic topology. Wireless communication is
established by nodes acting as routers and transferring
packets from one to another in ad hoc networks.
Routing in these networks is complex due to node
movements and so there is a need of effective routing
protocols. A routing protocol is needed whenever a
packet is transmitted to a destination via number of
nodes and various routing protocols are proposed for
the same. These protocols find a route for a packet
delivery and deliver the pack to correct destination.
Fig 1 VANET Scenario
Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561
1557 | P a g e
Table 1 – Classification of VANET Routing Protocols
II. CLASSIFICATION OF ROUTING
PROTOCOLS
Generally routing protocols are classified
into two categories.
1 Topology Based Routing
2 Geographic Routing
The topology based routing protocols are of two
types proactive i.e. table driven routing protocols and
reactive i.e. on demand routing protocols. The
Geographic routing protocols are further divided into
various categories as shown in above diagram (Table
1).
Here the protocols are major concern are proactive
and reactive.
Proactive (Table Driven) Protocols
In this type of routing protocol, each node in
a network maintains one or more routing tables which
are updated regularly. Each node sends a broadcast
message to the entire network if there is a change in
the network topology. However, it incurs additional
overhead cost due to maintaining up-to-date
information and as a result; throughput of the network
may be affected but it provides the actual information
to the availability of the network. Distance vector
(DV) protocol, Destination Sequenced Distance
Vector (DSDV) protocol, Wireless Routing protocol
Fisheye State Routing (FSR) protocol are the
examples of Proactive protocols.
The proactive protocols are not suitable for
larger networks as more node entries are to be
maintained for each and every node. The resultant is
cost of overheads increases with more bandwidth
consumption. Examples of proactive protocols are
destination Sequence Distance Vector (DSDV),
Optimized Link State Routing (OLSR). Proactive
routing protocols are mostly based on shortest path
algorithms. They trace information of all connected
nodes in form of tables because these are table based
protocols.
Reactive Protocols
In this type of routing protocol, each node in
a network discovers or maintains a route based on-
demand. It floods a control message by global
broadcast during discovering a route and when route
is discovered then bandwidth is used for data
transmission. The main advantage is that this protocol
needs less touting information but the disadvantages
are that it produces huge control packets due to route
discovery during topology changes which occurs
frequently in MANETs and it incurs higher latency.
The examples of this type of protocol are Dynamic
Source Routing (DSR), Ad-hoc On Demand Routing
(AODV) and Associatively Based Routing (ABR)
protocols. Reactive routing is also known as on –
demand routing protocol as they do not maintain
routing information at the network nodes when there
Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561
1558 | P a g e
is no communication. If the node wants to send a
packet to another node then only this protocol
searches for the route on demand and thus establishes
the communication to transmit and receive the
packet. Normally the route discovery happens with
the help of flooding the route request packets
throughout the network. Example is AODV.
Ad hoc On Demand Distance Vector Routing
(AODV)
The AODV Routing protocol uses an on-
demand approach for finding routes, that is, a route is
established only when it is required by a source node
for transmitting data packets. At that point the
network node that needs a connection broadcasts a
request for connection [4]. Other AODV nodes
forward this message, creating an explosion of
temporary routes back to the needy node. When a
node receives such a message and already has a route
to the desired node, it sends a message backwards
through a temporary route to the requesting node. The
needy node then begins using the route that has the
least number of hops through other nodes. Unused
entries in the routing tables are recycled after a time.
The advantage of AODV is that no extra traffic is
created for communication along existing links. Also,
distance vector routing is simple, and doesn't require
much memory or calculation. However AODV
requires more time to establish a connection, and the
initial communication to establish a route is heavier
than some other approaches.
Destination Sequenced Distance – Vectors
Routing (DSDV)
DSDV is proactive i.e. table driven routing
protocol scheme. The contribution of this is to solve
routing loop problem as per author [4]. DSDV
solves major problems associated with Distance
Vector routing of wired networks as per author [8].
Each entry in the routing table contains sequence
numbers. Initially routing tables are broadcasted by
every vehicle to its adjacent vehicles. The neighbor
vehicles update the routing table with the help of two
types of packets namely Full Dump packets and
Incremental Normally Full Dump packets which
contain information about every participating vehicle
in the VANET [10]. The major advantage of DSDV
is that it guarantees loop free paths. It also reduces
infinity problem counts. Further it maintains best path
not multiple paths to every destination so that routing
table space is saved. The drawbacks of DSDV are
that it does not support multipath routing and
sometimes wastage of bandwidth happens due to
unnecessary advertisement of routing information.
III.Broadcasting in VANET
Broadcasting in VANET is very critical
issue area of research. The difference in broadcasting
in VANET is different from broadcasting Manet due
to several reasons such as network topology, mobility
patterns, demographics, traffic patterns at different
times. Sharing emergency traffic, weather, road data
among vehicles and delivering advertisement and
announcements may be the applications relying on
broadcast include [3]. Because of the vehicles moving
at high speeds in VANET, dynamic changes in
topology happens frequently, which results in changes
in routing information. Broadcasting in VANETs can
disseminate assistant traffic condition messages to all
vehicles within a certain geographical area[4]. The
simplest way to implement a broadcast service is
flooding, in which each vehicle rebroadcast messages
to all its neighbors except the one it received from.
Flooding guarantees that the message will eventually
reach all the nodes i.e. vehicles in the network.
IV. Standards Used : IEEE802.11p And
WAVE
IEEE 802.11p is an approved amendment to
the IEEE 802.11 to add wireless access in vehicular
environments (WAVE). It defines enhancements to
802.11 required to support Intelligent Transportation
Systems (ITS) applications. This includes data
exchange between high-speed vehicles and between
the vehicles and the roadside infrastructure in the
licensed ITS band of 5.9 GHz (5.85-5.925 GHz).
IEEE 1609 is a higher layer standard on which IEEE
802.11p is based. IEEE 802.11p is more suitable for
high speed vehicle data communication as per author
[6]. Wireless Access in a Vehicular Environment
(WAVE) refers to a set of emerging standards for
mobile wireless radio communications. WAVE is
highlighted in IEEE 1609.1/.2/.3/.4. IEEE 802.11p
protocol contains approved modifications to the IEEE
802.11 standard which enhances wireless access
functionality that will permit applications for rapidly
changing vehicular environments. The enhancements
allow the exchange of data in both V2V and V21
scenarios involving high speed vehicles. In IEEE
802.11p both MAC and PHY layers belonging to
DSRC/WAVE protocols are enhanced.
Graphs showing the performances of the
parameters.
Red line shows AODV response
Green line shows DSDV response
Network Area X = 5000 metersY = 200
Meters
Traffic type CBR
Visualization Tool NAM,TRACE
File Duration 500 Secs
MAC layer 802.11p
Protocols AODV,DSDV
Number Of Nodes 30
Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561
1559 | P a g e
Table No 2
Packet Transmission Delay (IEEE802.11p) and
WAVE
Jitter (IEEE802.11p and WAVE )
Packet Success Rate
(IEEE802.11pand WAVE )
Packet Success Rate (IEEE802.11pand WAVE)
Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561
1560 | P a g e
Packet Loss Rate
(IEEE802.11pand WAVE)
Packet Transmission delay
(IEEE802.11pand WAVE)
V. CONCLUSION
After simulation following points are
observed.
1. AODV can perform better for IEEE 802.11 P
than WAVE under high mobility conditions
2. If number of nodes is increased AODV can
perform well.
3. AODV has better Throughput and packet
delivery ratio for IEEE 802.11p than WAVE
4. Link failure requires new route discoveries in
AODV as it has almost one route per
destination vehicle in its routing table.
5. DSDV is better choice if delay is main
concern.
6. DSDV is worst for dropped packets. The
performance degrades with increase in
number of nodes.
It is concluded that overall performance of AODV
with EEE 802.11p is superior than DSDV .
REFERENCES
[1] Sweta Verma Sweta Verma* & Dr. Vivek
Kumar**. Comparison of performance
analysis ofAd-hoc Routing protocol
,International Journal of Information
Technology and Knowledge Management
July-December 2009, Volume 2, No. 2, pp.
241-244
[2] B. Ramakrishnan, Dr. R.S. Rajesh and R.S.
Shaji , An Efficient Vehicular
Communication Outside the City
Enviornments , International Journal of Next
– Generation Networks Vol. 2 No.4
December 2010 Page 48
[3] Rakesh Kumar , Mayank Dave ,A
Comparative Study of Various Routing
Protocols in VANET, IJCSI International
Journal of Computer Science Issues, Vol. 8,
Issue 4, No 1, July 2011 Page - 643
[4] Vijayalaxmi M., Avinash patel , Kulkarni
QoS parameter Analysis on AODV and
DSDV Protocols In a wireless Network.
Indian Journal of Computer Science and
Engineering Vol 1 No 4 Page 283 - 294
[5] Zhou, G.Cui, H.Liu, Z.Wu and D. Luo NPPB
– A Broadcast Scheme in Dense VANETs.
Information Technology Journal 2010 Page -
247
[6] Yogesh A. Suryawanshi, Dr Avinchal Kapur,
Mrs Rakhi Khedikar Analysis of Routing
Protocol in Vehicular Adhoc Network,
International Journal of Advanced
Engineering Sciences and technologies Vol
No 8 Year 2011 Page - 281
[7] B. Ramakrishnan, Dr. R.S. Rajesh and R.S.
Shaji , An Efficient Vehicular
Communication Outside the City
Enviornments , International Journal of Next
– Generation Networks Vol. 2 No.4
December 2010 Page 48
[8] Yogesh Chaba, Yudhivir, Aarti, Performance
Analysis Of Scalability and Mobility On
Routing Protocols in Manets, International
Journal of Information Technology and
Knowledge Management July-December
2008, Volume 1, No. 2, pp. 327-336
[9] Pranav Kumar Singh, kapang Lego, Dr.
Themrichon, Simulation Based analysis of
Adhoc Routing Protocol in Urban & Highway
Scenario of VANET, International Journal of
Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561
1561 | P a g e
Computer Applications Vol. 12 –Jan 2011
Page 43
[10] Pooja Rani, Nitin Sharma, Parinijotij Singh,
Performance Comparison of VANET Routing
Protocols, IEEE 2011
[11] Suresh Kumar *, K.D.Narayan , Jogendra
Kumar, Qualitative Based Comparison of
Routing Protocols for VANET, Journal of
Information Engineering and Applications
ISSN 2224-5758 (print) Vol 1, No.4,2011
[12] Daniel Jungels, VANET – Skeleton for NS –
2, Laboratory for Computer Communications
and applications 23 Dec 2005.

Weitere ähnliche Inhalte

Was ist angesagt?

Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
IAEME Publication
 

Was ist angesagt? (20)

Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...
 
E010322531
E010322531E010322531
E010322531
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc EnvironmentComparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
Comparatively analysis of AODV and DSR in MAC layer for Ad Hoc Environment
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
 
Comparative Performance Evaluation of Ad-hoc on Demand Distance Vector Routin...
Comparative Performance Evaluation of Ad-hoc on Demand Distance Vector Routin...Comparative Performance Evaluation of Ad-hoc on Demand Distance Vector Routin...
Comparative Performance Evaluation of Ad-hoc on Demand Distance Vector Routin...
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
 
Performance Evaluation of DSDV and MDSDV Routing Protocol with Varying Node D...
Performance Evaluation of DSDV and MDSDV Routing Protocol with Varying Node D...Performance Evaluation of DSDV and MDSDV Routing Protocol with Varying Node D...
Performance Evaluation of DSDV and MDSDV Routing Protocol with Varying Node D...
 
IRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing ProtocolIRJET- Survey on Enhancement of Manet Routing Protocol
IRJET- Survey on Enhancement of Manet Routing Protocol
 
MANET Routing Protocols , a case study
MANET Routing Protocols , a case studyMANET Routing Protocols , a case study
MANET Routing Protocols , a case study
 
Dvr based hybrid routing protocols in mobile ad-hoc network application and c...
Dvr based hybrid routing protocols in mobile ad-hoc network application and c...Dvr based hybrid routing protocols in mobile ad-hoc network application and c...
Dvr based hybrid routing protocols in mobile ad-hoc network application and c...
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
 
Multipath routing protocol for effective local route recovery
Multipath routing protocol for effective local route recoveryMultipath routing protocol for effective local route recovery
Multipath routing protocol for effective local route recovery
 
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
The Effects of Speed on the Performance of Routing Protocols in Mobile Ad-hoc...
 
Comparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep modeComparing: Routing Protocols on Basis of sleep mode
Comparing: Routing Protocols on Basis of sleep mode
 
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
 
A survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane tsA survey on energy aware routing issues and cross layering in mane ts
A survey on energy aware routing issues and cross layering in mane ts
 
Q045058791
Q045058791Q045058791
Q045058791
 

Andere mochten auch

Andere mochten auch (20)

Hz3414691476
Hz3414691476Hz3414691476
Hz3414691476
 
Iq3415931597
Iq3415931597Iq3415931597
Iq3415931597
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
 
Iu3416131619
Iu3416131619Iu3416131619
Iu3416131619
 
Gd3310901094
Gd3310901094Gd3310901094
Gd3310901094
 
Fe33940945
Fe33940945Fe33940945
Fe33940945
 
Ez33917920
Ez33917920Ez33917920
Ez33917920
 
Cc32497503
Cc32497503Cc32497503
Cc32497503
 
W33123127
W33123127W33123127
W33123127
 
Ik3314371440
Ik3314371440Ik3314371440
Ik3314371440
 
P33077080
P33077080P33077080
P33077080
 
Ib3313831387
Ib3313831387Ib3313831387
Ib3313831387
 
Ic3313881393
Ic3313881393Ic3313881393
Ic3313881393
 
L33054060
L33054060L33054060
L33054060
 
Ky3419651971
Ky3419651971Ky3419651971
Ky3419651971
 
Kw3419541958
Kw3419541958Kw3419541958
Kw3419541958
 
Hb3412981311
Hb3412981311Hb3412981311
Hb3412981311
 
Ce32510515
Ce32510515Ce32510515
Ce32510515
 
Subsidio das CEBs 2011
Subsidio das CEBs 2011 Subsidio das CEBs 2011
Subsidio das CEBs 2011
 
Análisis seo y social media
Análisis seo y social mediaAnálisis seo y social media
Análisis seo y social media
 

Ähnlich wie Ij3415561561

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
Alexander Decker
 
Simulation based comparison of routing protocols in wireless multihop ad hoc ...
Simulation based comparison of routing protocols in wireless multihop ad hoc ...Simulation based comparison of routing protocols in wireless multihop ad hoc ...
Simulation based comparison of routing protocols in wireless multihop ad hoc ...
IJECEIAES
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
Editor IJARCET
 

Ähnlich wie Ij3415561561 (20)

COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKCOMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
 
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORKCOMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
COMPARING THREE PROTOCOLS OF DODV, DSR, DSDV FOR VANET NETWORK
 
Improved greedy routing protocol for VANET
Improved greedy routing protocol for VANETImproved greedy routing protocol for VANET
Improved greedy routing protocol for VANET
 
Improved greedy routing protocol for VANET
Improved greedy routing protocol for VANETImproved greedy routing protocol for VANET
Improved greedy routing protocol for VANET
 
Hd3612761280
Hd3612761280Hd3612761280
Hd3612761280
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Qualitative based comparison of routing protocols for vanet1212final
Qualitative based comparison of routing protocols for vanet1212finalQualitative based comparison of routing protocols for vanet1212final
Qualitative based comparison of routing protocols for vanet1212final
 
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
 
Simulation based comparison of routing protocols in wireless multihop ad hoc ...
Simulation based comparison of routing protocols in wireless multihop ad hoc ...Simulation based comparison of routing protocols in wireless multihop ad hoc ...
Simulation based comparison of routing protocols in wireless multihop ad hoc ...
 
Fo35991995
Fo35991995Fo35991995
Fo35991995
 
TRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLS
TRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLSTRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLS
TRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLS
 
TRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLS
TRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLSTRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLS
TRANSMISSION POWER AND QUALITY OF SERVICE IN MANET ROUTING PROTOCOLS
 
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
 
Multipath Fault Tolerant Routing Protocol in MANET
Multipath Fault Tolerant Routing Protocol in MANET  Multipath Fault Tolerant Routing Protocol in MANET
Multipath Fault Tolerant Routing Protocol in MANET
 
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
 
Br31467472
Br31467472Br31467472
Br31467472
 
Path Duration Analysis in Vehicular Ad Hoc Network
Path Duration Analysis in Vehicular Ad Hoc NetworkPath Duration Analysis in Vehicular Ad Hoc Network
Path Duration Analysis in Vehicular Ad Hoc Network
 
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc NetworksMulticast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
 
Performance evaluation of vanets
Performance evaluation of vanetsPerformance evaluation of vanets
Performance evaluation of vanets
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

Ij3415561561

  • 1. Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561 1556 | P a g e ANALYSIS AND COMPARISON OF VANET ROUTING PROTOCOLS USING IEEE 802.11p AND WAVE Mrs. A. N. Mahajan1 , , Mrs Dimple Saproo2 , Mrs Rakhi Khedikar3 1 Professor, Deparment of ECE, Dronacharya college of Engineering, Gurgaon 2, 3 Associate Professor, Deparment of ECE, Dronacharya college of Engineering, Gurgaon Abstract The Vehicular Adhoc network is the emerging research area which makes a phrase ‘Network on the wheel”. VANET is ad hoc network technology where cars or vehicles are used as mobile nodes to form a communication network. Routing protocols play a big vital role in terms of performance. MANETs and VANETs are infrastructure less networks, where they are similar in characteristics. The similarity in both cases is the nodes are in motion with their self organizing characteristics where there is no requirement of any fixed or existing infrastructure. [1]. The main purpose of VANET is to provide[2] ubiquitous connectivity while on the road to the mobile users, those are otherwise connected to the outside world. Due to the distinct features of VANETS, various problems can be tackled by the researchers. Applications developed for VANETS have very specific and clear goals such as providing intelligent and safe transport system. Keywords— Routing protocols, simulation, VANET, Network Simulator, AODV, DSDV, OLSR I. INTRODUCTION Vehicular Adhoc Networks are special case of Mobile Adhoc Network (MANET). Both MANET and VANET networks are multi hop mobile networks with dynamic topology. Due to dynamic nature of the mobile nodes in the network, finding and maintaining the routes is very challenging in VANETS. Routing in the VANETS is main concern for maintaining mobility and safety issues. As MANET and VANET share similar protocols and principles e.g. self organization, self management, low bandwidth, and short radio transmission range, most of the ad hoc routing protocols are applicable such as AODV, DSR, and DSDV etc. VANET differs from MANET by its highly dynamic topology. Wireless communication is established by nodes acting as routers and transferring packets from one to another in ad hoc networks. Routing in these networks is complex due to node movements and so there is a need of effective routing protocols. A routing protocol is needed whenever a packet is transmitted to a destination via number of nodes and various routing protocols are proposed for the same. These protocols find a route for a packet delivery and deliver the pack to correct destination. Fig 1 VANET Scenario
  • 2. Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561 1557 | P a g e Table 1 – Classification of VANET Routing Protocols II. CLASSIFICATION OF ROUTING PROTOCOLS Generally routing protocols are classified into two categories. 1 Topology Based Routing 2 Geographic Routing The topology based routing protocols are of two types proactive i.e. table driven routing protocols and reactive i.e. on demand routing protocols. The Geographic routing protocols are further divided into various categories as shown in above diagram (Table 1). Here the protocols are major concern are proactive and reactive. Proactive (Table Driven) Protocols In this type of routing protocol, each node in a network maintains one or more routing tables which are updated regularly. Each node sends a broadcast message to the entire network if there is a change in the network topology. However, it incurs additional overhead cost due to maintaining up-to-date information and as a result; throughput of the network may be affected but it provides the actual information to the availability of the network. Distance vector (DV) protocol, Destination Sequenced Distance Vector (DSDV) protocol, Wireless Routing protocol Fisheye State Routing (FSR) protocol are the examples of Proactive protocols. The proactive protocols are not suitable for larger networks as more node entries are to be maintained for each and every node. The resultant is cost of overheads increases with more bandwidth consumption. Examples of proactive protocols are destination Sequence Distance Vector (DSDV), Optimized Link State Routing (OLSR). Proactive routing protocols are mostly based on shortest path algorithms. They trace information of all connected nodes in form of tables because these are table based protocols. Reactive Protocols In this type of routing protocol, each node in a network discovers or maintains a route based on- demand. It floods a control message by global broadcast during discovering a route and when route is discovered then bandwidth is used for data transmission. The main advantage is that this protocol needs less touting information but the disadvantages are that it produces huge control packets due to route discovery during topology changes which occurs frequently in MANETs and it incurs higher latency. The examples of this type of protocol are Dynamic Source Routing (DSR), Ad-hoc On Demand Routing (AODV) and Associatively Based Routing (ABR) protocols. Reactive routing is also known as on – demand routing protocol as they do not maintain routing information at the network nodes when there
  • 3. Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561 1558 | P a g e is no communication. If the node wants to send a packet to another node then only this protocol searches for the route on demand and thus establishes the communication to transmit and receive the packet. Normally the route discovery happens with the help of flooding the route request packets throughout the network. Example is AODV. Ad hoc On Demand Distance Vector Routing (AODV) The AODV Routing protocol uses an on- demand approach for finding routes, that is, a route is established only when it is required by a source node for transmitting data packets. At that point the network node that needs a connection broadcasts a request for connection [4]. Other AODV nodes forward this message, creating an explosion of temporary routes back to the needy node. When a node receives such a message and already has a route to the desired node, it sends a message backwards through a temporary route to the requesting node. The needy node then begins using the route that has the least number of hops through other nodes. Unused entries in the routing tables are recycled after a time. The advantage of AODV is that no extra traffic is created for communication along existing links. Also, distance vector routing is simple, and doesn't require much memory or calculation. However AODV requires more time to establish a connection, and the initial communication to establish a route is heavier than some other approaches. Destination Sequenced Distance – Vectors Routing (DSDV) DSDV is proactive i.e. table driven routing protocol scheme. The contribution of this is to solve routing loop problem as per author [4]. DSDV solves major problems associated with Distance Vector routing of wired networks as per author [8]. Each entry in the routing table contains sequence numbers. Initially routing tables are broadcasted by every vehicle to its adjacent vehicles. The neighbor vehicles update the routing table with the help of two types of packets namely Full Dump packets and Incremental Normally Full Dump packets which contain information about every participating vehicle in the VANET [10]. The major advantage of DSDV is that it guarantees loop free paths. It also reduces infinity problem counts. Further it maintains best path not multiple paths to every destination so that routing table space is saved. The drawbacks of DSDV are that it does not support multipath routing and sometimes wastage of bandwidth happens due to unnecessary advertisement of routing information. III.Broadcasting in VANET Broadcasting in VANET is very critical issue area of research. The difference in broadcasting in VANET is different from broadcasting Manet due to several reasons such as network topology, mobility patterns, demographics, traffic patterns at different times. Sharing emergency traffic, weather, road data among vehicles and delivering advertisement and announcements may be the applications relying on broadcast include [3]. Because of the vehicles moving at high speeds in VANET, dynamic changes in topology happens frequently, which results in changes in routing information. Broadcasting in VANETs can disseminate assistant traffic condition messages to all vehicles within a certain geographical area[4]. The simplest way to implement a broadcast service is flooding, in which each vehicle rebroadcast messages to all its neighbors except the one it received from. Flooding guarantees that the message will eventually reach all the nodes i.e. vehicles in the network. IV. Standards Used : IEEE802.11p And WAVE IEEE 802.11p is an approved amendment to the IEEE 802.11 to add wireless access in vehicular environments (WAVE). It defines enhancements to 802.11 required to support Intelligent Transportation Systems (ITS) applications. This includes data exchange between high-speed vehicles and between the vehicles and the roadside infrastructure in the licensed ITS band of 5.9 GHz (5.85-5.925 GHz). IEEE 1609 is a higher layer standard on which IEEE 802.11p is based. IEEE 802.11p is more suitable for high speed vehicle data communication as per author [6]. Wireless Access in a Vehicular Environment (WAVE) refers to a set of emerging standards for mobile wireless radio communications. WAVE is highlighted in IEEE 1609.1/.2/.3/.4. IEEE 802.11p protocol contains approved modifications to the IEEE 802.11 standard which enhances wireless access functionality that will permit applications for rapidly changing vehicular environments. The enhancements allow the exchange of data in both V2V and V21 scenarios involving high speed vehicles. In IEEE 802.11p both MAC and PHY layers belonging to DSRC/WAVE protocols are enhanced. Graphs showing the performances of the parameters. Red line shows AODV response Green line shows DSDV response Network Area X = 5000 metersY = 200 Meters Traffic type CBR Visualization Tool NAM,TRACE File Duration 500 Secs MAC layer 802.11p Protocols AODV,DSDV Number Of Nodes 30
  • 4. Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561 1559 | P a g e Table No 2 Packet Transmission Delay (IEEE802.11p) and WAVE Jitter (IEEE802.11p and WAVE ) Packet Success Rate (IEEE802.11pand WAVE ) Packet Success Rate (IEEE802.11pand WAVE)
  • 5. Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561 1560 | P a g e Packet Loss Rate (IEEE802.11pand WAVE) Packet Transmission delay (IEEE802.11pand WAVE) V. CONCLUSION After simulation following points are observed. 1. AODV can perform better for IEEE 802.11 P than WAVE under high mobility conditions 2. If number of nodes is increased AODV can perform well. 3. AODV has better Throughput and packet delivery ratio for IEEE 802.11p than WAVE 4. Link failure requires new route discoveries in AODV as it has almost one route per destination vehicle in its routing table. 5. DSDV is better choice if delay is main concern. 6. DSDV is worst for dropped packets. The performance degrades with increase in number of nodes. It is concluded that overall performance of AODV with EEE 802.11p is superior than DSDV . REFERENCES [1] Sweta Verma Sweta Verma* & Dr. Vivek Kumar**. Comparison of performance analysis ofAd-hoc Routing protocol ,International Journal of Information Technology and Knowledge Management July-December 2009, Volume 2, No. 2, pp. 241-244 [2] B. Ramakrishnan, Dr. R.S. Rajesh and R.S. Shaji , An Efficient Vehicular Communication Outside the City Enviornments , International Journal of Next – Generation Networks Vol. 2 No.4 December 2010 Page 48 [3] Rakesh Kumar , Mayank Dave ,A Comparative Study of Various Routing Protocols in VANET, IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 4, No 1, July 2011 Page - 643 [4] Vijayalaxmi M., Avinash patel , Kulkarni QoS parameter Analysis on AODV and DSDV Protocols In a wireless Network. Indian Journal of Computer Science and Engineering Vol 1 No 4 Page 283 - 294 [5] Zhou, G.Cui, H.Liu, Z.Wu and D. Luo NPPB – A Broadcast Scheme in Dense VANETs. Information Technology Journal 2010 Page - 247 [6] Yogesh A. Suryawanshi, Dr Avinchal Kapur, Mrs Rakhi Khedikar Analysis of Routing Protocol in Vehicular Adhoc Network, International Journal of Advanced Engineering Sciences and technologies Vol No 8 Year 2011 Page - 281 [7] B. Ramakrishnan, Dr. R.S. Rajesh and R.S. Shaji , An Efficient Vehicular Communication Outside the City Enviornments , International Journal of Next – Generation Networks Vol. 2 No.4 December 2010 Page 48 [8] Yogesh Chaba, Yudhivir, Aarti, Performance Analysis Of Scalability and Mobility On Routing Protocols in Manets, International Journal of Information Technology and Knowledge Management July-December 2008, Volume 1, No. 2, pp. 327-336 [9] Pranav Kumar Singh, kapang Lego, Dr. Themrichon, Simulation Based analysis of Adhoc Routing Protocol in Urban & Highway Scenario of VANET, International Journal of
  • 6. Mrs. A. N. Mahajan, Mrs Rakhi Khedikar, Mrs Dimple Saproo / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1556-1561 1561 | P a g e Computer Applications Vol. 12 –Jan 2011 Page 43 [10] Pooja Rani, Nitin Sharma, Parinijotij Singh, Performance Comparison of VANET Routing Protocols, IEEE 2011 [11] Suresh Kumar *, K.D.Narayan , Jogendra Kumar, Qualitative Based Comparison of Routing Protocols for VANET, Journal of Information Engineering and Applications ISSN 2224-5758 (print) Vol 1, No.4,2011 [12] Daniel Jungels, VANET – Skeleton for NS – 2, Laboratory for Computer Communications and applications 23 Dec 2005.