SlideShare a Scribd company logo
1 of 8
Download to read offline
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
531 | P a g e
Comparative Analysis of VANET Routing Protocols Using
VANET RBC and IEEE 802.11p
Mrs. A. N. Mahajan1
Professor, Deparment of ECE, Dronacharya college of Engineering, Gurgaon
Dr. Reena Dadhich2
Professor and HOD, Department of Computer Science & Informatics, University of Kota, Rajasthan
Abstract
The Vehicular Adhoc network is the
emerging research area which makes a phrase
‘Network on the wheel”. VANET is a collection
of communication vehicles to broadcast desired
information. In this paper performance of three
routing protocols namely Adhoc On Demand
Distance Vector Routing (AODV), Destination
Sequence Distance Vector (DSDV) and VANET
Radio Broadcasting Protocol (VANETRBC) is
compared for various parameters. Here, DSDV
protocol is a table driven protocol while AODV is
on demand protocol. VANETRBC is a general
radio broadcasting protocol taken into
consideration. To decide the protocols is a
challenge as per author reference [1]. All these
three protocols are compared with the help of
IEEE 802.11p standard using NS-2.33(Network
simulator – 2.33) as per author [12]. The main
purpose of this paper is to focus on analysis and
comparison of the routing protocols so that this
will help researchers to add their contribution in
the field of VANET.
Keywords— Routing protocols, simulation,
VANET, Network Simulator, AODV, DSDV,
VANETRBC
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. VANET is
an adhoc network which is formed between vehicles
as per their need of communication. Every
participating vehicle must be capable of
transmission and reception of signals to develop
VANET as discussed by author in reference [5].
Normally VANET communication range is
restricted up to one thousand meters in various
implementations. Beyond this range the
communication of the vehicles is normally not
feasible due to high packet loss rate. VANETs
consists of two basic components: vehicle and
infrastructures. Depending on this communication
between two devices can be divided into Vehicle to
Vehicle (V2V) and Vehicle to infrastructure (V21)
communication as per author [3]. VANETs may be
implemented with two kinds of routing methods,
unicast and multicast routing. Unicast routing is
used when two nodes are adjacent. For all other
cases multicast routing is used as there is no clear
direct link between source and destination.
The applications in VANET consists of
safety oriented applications, traffic management
applications, traffic coordination and traffic
assistance, travel information support and few
comfort applications [1]. The major concern in
safety applications is to avoid the accidents of
vehicles and save the lives. The safety applications
are of two types: active safety, passive safety.
Traffic management applications mainly include
traffic monitoring, light scheduling etc. The focus is
to anyhow improve the traffic flow so that the
congestion in traffic and accidents occurring in the
route may be reduced. Non – Safety applications
provide the traffic information and enhance driving
comfort as per author [9]. The major non – safety
applications include:
a) Traffic Optimization
b) Infotainment
c) Payment Services
d) Roadside Service finder
Fig1 VANET (Vehicle to Vehicle
Communication)
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
532 | P a g e
II. VANET ROUTING PROTOCOLS
Wireless communication is established by
nodes acting as routers and transferring packets from
one to another in adhoc networks. Routing in this
network 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.
Generally routing protocols are mainly
classified into two categories: Table driven routing
protocol and source initiated on demand driven
routing protocol as per author [11]. The table driven
routing protocols maintain consistent and up-to-date
routing information from each node in the network
in one or more routing tables regardless of the need
of such routes. The source initiated on demand
routing protocols are developed and employed in
mobile ad –hoc networks and initiates routing
activities only when required. The category is the set
of proactive and reactive protocols. In proactive
routing, each node has one or more tables which
contains the updated information of the routes to any
node in the network. Each row has the next hop for
reaching a node/subnet and the cost of this route.
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).
Reactive routing is also known as on –
demand routing protocol as they do not maintain
routing information at the network nodes when there
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
usually happens with the help of flooding the route
request packets throughout the network. Example is
AODV.
III. GENERAL ROUTING PROCESS
The data broadcast by each node contains a
new sequence number and the following information
for every new route:
 The destination address
 The number of hops required to reach the
destination
 The new sequence number, originally stamped by
the destination
The transmitted routing also contains the hardware
and network address of the host transmitting them.
The general routing table contains sequence number
created by transmitter. This is why new sequence
Fig 3 Classification of Adhoc Routing
protocols
Fig 2 VANET Highway Scenario
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
533 | P a g e
number is considered in making forwarding
decisions [2].
After receiving the route information, the receiving
node increments the metric and information by
broadcasting. The time between broadcasting the
routing information packets is also important factor.
i. 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 every vehicle broadcasts its own
routing tables to its adjacent vehicles. The neighbor
vehicles updates 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.
Advantages:
 DSDV guarantees loop free paths.
 It reduces infinity problem counts.
 It maintains best path not multiple paths to every
destination so that routing table space is saved.
 With the use of incremental updates instead of full
dump updates extra traffic can be avoided.
Limitations:
 It does not support multipath routing.
 Sometimes wastage of bandwidth happens due to
unnecessary advertisement of routing information.
 Sometimes it is difficult to determine time delay
of advertisement of routes.
ii. ADHOC –ON DEMAND DISTANCE
VECTOR PROTOCOL (AODV) :
It is very simple, effective, source initiated
and very efficient which do not uses fixed topology
as per author [10]. This protocol uses on demand
route discovery and route maintenance from DSR
and hop by hop routing from DSDV. In this every
node in the network maintains a routing table with
the routing information entries to its neighboring
nodes and two separate counters. A node sequence
number and a broadcast id..
AODV provides unicast, Broadcast and
Multicast communication. All the routes are loop
free through use of sequence numbers. On demand
route establishment with this protocol is achieved
with small delay.
Advantages:
 AODV can handle highly dynamic behavior of
VANETs due to its reactive nature.
 Link breakages in active routes can be easily
repaired.
 It has minimal space complexity which allows
maximum bandwidth utilization.
 It provides most effective routing info on demand.
 Use of sequence numbers is maintained properly
to track information.
Limitations:
 Overhead on the bandwidth is observed when
compared to DSR.
 It takes support of high throughput metrics.
 No reuse of routing info.
 Requirement of broadcast medium.
IV. BROADCASTING IN VANET
Broadcasting in VANET is very critical
issue area of research. Actually broadcasting in
VANET is different from broadcasting Manet due to
several reasons such as network topology, mobility
patterns, demographics, traffic patterns at different
times. Possible applications relying on broadcast
include sharing emergency traffic, weather and road
data among vehicles and delivering advertisement
and announcements [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 the entire node i.e.
vehicles in the network.
i. Radio Broadcasting Protocol
(VANETRBC)
One of the prominent radio broadcasting
protocol is VANETRBC. VANETRBC is nothing
but example protocol which can be used as a basis
for your own protocol. This protocol does the work
of creating channel load. It can also be used for
getting started with the user’s protocol. [4] We can
take RBC protocol as a basis for the VANET
protocol. There are lots of comments in the source
files. When we want to rename the entire stuff,
simply check for “RBC” and change them to your
own protocol name. Care should be taken if a copy
of VANETRBC protocol is to be made in different
directory and want both the protocols to exist (Our
protocol and VANETRBC) , the structures of
packets headers is to be renamed in your new
protocol, so that no packet headers of the two
protocols share the same name.
V. STANDARDS USED : IEEE802.11P
IEEE 802.11p is an approved amendment
to the IEEE 802.11 to add wireless access in
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
534 | P a g e
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
Blue line shows VANETRBC response.
Table No 1: Data considered for simulation
Network Area X = 5000 meters
Y = 200 Meters
Traffic type CBR
Visualization Tool NAM,TRACE
File Duration 500 Secs
MAC layer 802.11p
Protocols AODV,DSDV,VANETRBC
Number Of Nodes 30
Packet Transmission Delay (IEEE802.11p)
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
535 | P a g e
Packet Loss Rate (IEEE802.11p)
Packet Success Rate (IEEE802.11p)
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
536 | P a g e
Packet Success Rate (IEEE802.11p)
Throughput (IEEE802.11p)
VI. CONCLUSION
After simulation following points are
observed.
1. AODV can perform better under high
mobility conditions.
2. If number of nodes are increased AODV can
perform well.
3. AODV has better Throughput and packet
delivery ratio.
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.
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
537 | P a g e
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.
VII. FUTURE WORK
In future, more complex simulation can be
carried out in order to achieve more in – depth
performance analysis and comparisonof Adhoc
routing protocols. In addition to this other new
protocols can also be studied.
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 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.
[13] Karp, B. and Kung, H. T., "GPSR: Greedy
Perimeter Stateless Routing for wireless
networks", In Proceedings of the 6th
Annual international Conference on Mobile
Computing and Networking (Boston,
Massachusetts, United States, August 06 -
11, 2000). MobiCom '00. ACM, New
York, NY, pp. 243-254.
[14] Charles E. Perkins, Elizabeth M. Blkding-
Royer, Samir Das "Ad Hoc On-demand
Distance Vector (AODV) Routing", IETF
Internet Draft,November 2001.
[15] C. Zhu and M. S. Corson, "QoS Routing
for Mobile Ad Hoc Networks",
Proceedings INFOCOM 2002, New York.
[16] Sibecas, S., Corral, C. A., Emami, S., Stratis.
G. and Rasor, G. "Pseudopilot OFDM
scheme for 802.11a and R/A in DSRC
applications". Vehicular Technology
Conference, 2003. VTC 2003-Fall. 2003
IEEE 58
[17] Q. Xue and A. Ganz, "Ad hoc QoS on-
demand routing (AQOR) in mobile ad hoc
networks", Journal of Parallel Distributed
Computing vol. 63, pp. 154-165, 2003.
(Pubitemid 36668266)
[18] Y. Zang, L. Stibor, G. Orfanos, S. Guo,
H.J. Reumerman, "An ErrorModel for
Inter-Vehicle Communications in Highway
Scenarios at 5.9GHz", WASUN'05,
October 2005, Montreal, Quebec, Canada
[19] Jerome Haerri, Fethi Filali, Christian
Bonnet, "Performance Comparison of
AODV and OLSR in VANETs Urban
Environments under Realistic Mobility
Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538
538 | P a g e
Patterns", Proc. of Med-Hoc-Net 2006, 5th
IFIP Mediterranean Ad-Hoc Networking
Workshop, June 14-17, 2006, Lipari, Italy.
[20] Task Group p, IEEE P802.11p: Wireless
Access in Vehicular Environments
(WAVE), draft standard ed., IEEE
Computer Society, 2006.
[21] M. Fathy, and J. Taghiloo, "Enhancing
AODV routing protocol using mobility
parameters in VANET," Computer Systems
and Applications, 2008. AICCSA 2008.
IEEE/ACS International Conference on pp.
229 - 235, March 31 2008-April 4 2008.
[22] Xiong Wei, Li Qing-Quan, "Performance
evaluation of data disseminations for
vehicular ad hoc networks in highway
scenarios", The International Archives of
the Photogrammetry, Remote Sensing and
Spatial Information
.

More Related Content

What's hot

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
 
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
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
IJRAT
 
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
 

What's hot (20)

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...
 
A Literature Survey of MANET
A Literature Survey of MANETA Literature Survey of MANET
A Literature Survey of MANET
 
Opportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in ManetOpportunistic Data Forwarding in Manet
Opportunistic Data Forwarding 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
 
Routing in Mobile Ad hoc Networks
Routing in Mobile Ad hoc NetworksRouting in Mobile Ad hoc Networks
Routing in Mobile Ad hoc Networks
 
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
Distributed Routing Protocol for Different Packet Size Data Transfer over Wir...
 
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
 
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
Performance Comparison of AODV and DSDV Routing Protocols for Ad-hoc Wireless...
 
Study of Attacks and Routing Protocol in Wireless Network
Study of Attacks and Routing Protocol in Wireless NetworkStudy of Attacks and Routing Protocol in Wireless Network
Study of Attacks and Routing Protocol in Wireless Network
 
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing ProtocolsQoS Issues in MANET: A Comparative Study over Different Routing Protocols
QoS Issues in MANET: A Comparative Study over Different Routing Protocols
 
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 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...
 
(Paper Presentation) DSDV
(Paper Presentation) DSDV(Paper Presentation) DSDV
(Paper Presentation) DSDV
 
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...
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
 
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...
 
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
 
E010322531
E010322531E010322531
E010322531
 
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...
 
IT6601 MOBILE COMPUTING
IT6601 MOBILE COMPUTINGIT6601 MOBILE COMPUTING
IT6601 MOBILE COMPUTING
 

Viewers also liked

Telegram presentacio automatic
Telegram presentacio automaticTelegram presentacio automatic
Telegram presentacio automatic
puigser3
 
Happy anniversary my bhe♥
Happy anniversary my bhe♥Happy anniversary my bhe♥
Happy anniversary my bhe♥
victoria061221
 

Viewers also liked (20)

W34137142
W34137142W34137142
W34137142
 
Bi34381384
Bi34381384Bi34381384
Bi34381384
 
H344250
H344250H344250
H344250
 
Bb34327332
Bb34327332Bb34327332
Bb34327332
 
Bl34395398
Bl34395398Bl34395398
Bl34395398
 
Cl34527530
Cl34527530Cl34527530
Cl34527530
 
Cc34479483
Cc34479483Cc34479483
Cc34479483
 
F343236
F343236F343236
F343236
 
Co34543549
Co34543549Co34543549
Co34543549
 
Aq34255260
Aq34255260Aq34255260
Aq34255260
 
Aa34163168
Aa34163168Aa34163168
Aa34163168
 
Dd32653661
Dd32653661Dd32653661
Dd32653661
 
A350103
A350103A350103
A350103
 
Nyre boone
Nyre booneNyre boone
Nyre boone
 
Telegram presentacio automatic
Telegram presentacio automaticTelegram presentacio automatic
Telegram presentacio automatic
 
Diseño de actividades de formación en línea (e learning) - Catalán
Diseño de actividades de formación en línea (e learning) - CatalánDiseño de actividades de formación en línea (e learning) - Catalán
Diseño de actividades de formación en línea (e learning) - Catalán
 
Actividad de aprendizaje
Actividad de aprendizajeActividad de aprendizaje
Actividad de aprendizaje
 
Vga n vidia geforce3
Vga n vidia geforce3Vga n vidia geforce3
Vga n vidia geforce3
 
Slideshare
SlideshareSlideshare
Slideshare
 
Happy anniversary my bhe♥
Happy anniversary my bhe♥Happy anniversary my bhe♥
Happy anniversary my bhe♥
 

Similar to Cm34531538

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
 
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
 
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
ijtsrd
 
Cp3210151018
Cp3210151018Cp3210151018
Cp3210151018
IJMER
 
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
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
ijdpsjournal
 

Similar to Cm34531538 (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
 
Improved greedy routing protocol for VANET
Improved greedy routing protocol for VANETImproved greedy routing protocol for VANET
Improved greedy routing protocol for VANET
 
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
Evaluation The Performance of MAODV and AODV Protocols In VANETs ModelsEvaluation The Performance of MAODV and AODV Protocols In VANETs Models
Evaluation The Performance of MAODV and AODV Protocols In VANETs Models
 
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
 
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...
 
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
Performance Comparison of Different Routing Protocols for Wireless Sensor Net...
 
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
 
Cp3210151018
Cp3210151018Cp3210151018
Cp3210151018
 
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 ...
 
J011137479
J011137479J011137479
J011137479
 
Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...
Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...
Dynamic routing discovery scheme for high mobility in mobile ad hoc wireless ...
 
A41040105
A41040105A41040105
A41040105
 
En33838844
En33838844En33838844
En33838844
 
En33838844
En33838844En33838844
En33838844
 
Bh4103368374
Bh4103368374Bh4103368374
Bh4103368374
 
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
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Recently uploaded (20)

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
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
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...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
[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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

Cm34531538

  • 1. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 531 | P a g e Comparative Analysis of VANET Routing Protocols Using VANET RBC and IEEE 802.11p Mrs. A. N. Mahajan1 Professor, Deparment of ECE, Dronacharya college of Engineering, Gurgaon Dr. Reena Dadhich2 Professor and HOD, Department of Computer Science & Informatics, University of Kota, Rajasthan Abstract The Vehicular Adhoc network is the emerging research area which makes a phrase ‘Network on the wheel”. VANET is a collection of communication vehicles to broadcast desired information. In this paper performance of three routing protocols namely Adhoc On Demand Distance Vector Routing (AODV), Destination Sequence Distance Vector (DSDV) and VANET Radio Broadcasting Protocol (VANETRBC) is compared for various parameters. Here, DSDV protocol is a table driven protocol while AODV is on demand protocol. VANETRBC is a general radio broadcasting protocol taken into consideration. To decide the protocols is a challenge as per author reference [1]. All these three protocols are compared with the help of IEEE 802.11p standard using NS-2.33(Network simulator – 2.33) as per author [12]. The main purpose of this paper is to focus on analysis and comparison of the routing protocols so that this will help researchers to add their contribution in the field of VANET. Keywords— Routing protocols, simulation, VANET, Network Simulator, AODV, DSDV, VANETRBC 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. VANET is an adhoc network which is formed between vehicles as per their need of communication. Every participating vehicle must be capable of transmission and reception of signals to develop VANET as discussed by author in reference [5]. Normally VANET communication range is restricted up to one thousand meters in various implementations. Beyond this range the communication of the vehicles is normally not feasible due to high packet loss rate. VANETs consists of two basic components: vehicle and infrastructures. Depending on this communication between two devices can be divided into Vehicle to Vehicle (V2V) and Vehicle to infrastructure (V21) communication as per author [3]. VANETs may be implemented with two kinds of routing methods, unicast and multicast routing. Unicast routing is used when two nodes are adjacent. For all other cases multicast routing is used as there is no clear direct link between source and destination. The applications in VANET consists of safety oriented applications, traffic management applications, traffic coordination and traffic assistance, travel information support and few comfort applications [1]. The major concern in safety applications is to avoid the accidents of vehicles and save the lives. The safety applications are of two types: active safety, passive safety. Traffic management applications mainly include traffic monitoring, light scheduling etc. The focus is to anyhow improve the traffic flow so that the congestion in traffic and accidents occurring in the route may be reduced. Non – Safety applications provide the traffic information and enhance driving comfort as per author [9]. The major non – safety applications include: a) Traffic Optimization b) Infotainment c) Payment Services d) Roadside Service finder Fig1 VANET (Vehicle to Vehicle Communication)
  • 2. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 532 | P a g e II. VANET ROUTING PROTOCOLS Wireless communication is established by nodes acting as routers and transferring packets from one to another in adhoc networks. Routing in this network 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. Generally routing protocols are mainly classified into two categories: Table driven routing protocol and source initiated on demand driven routing protocol as per author [11]. The table driven routing protocols maintain consistent and up-to-date routing information from each node in the network in one or more routing tables regardless of the need of such routes. The source initiated on demand routing protocols are developed and employed in mobile ad –hoc networks and initiates routing activities only when required. The category is the set of proactive and reactive protocols. In proactive routing, each node has one or more tables which contains the updated information of the routes to any node in the network. Each row has the next hop for reaching a node/subnet and the cost of this route. 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). Reactive routing is also known as on – demand routing protocol as they do not maintain routing information at the network nodes when there 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 usually happens with the help of flooding the route request packets throughout the network. Example is AODV. III. GENERAL ROUTING PROCESS The data broadcast by each node contains a new sequence number and the following information for every new route:  The destination address  The number of hops required to reach the destination  The new sequence number, originally stamped by the destination The transmitted routing also contains the hardware and network address of the host transmitting them. The general routing table contains sequence number created by transmitter. This is why new sequence Fig 3 Classification of Adhoc Routing protocols Fig 2 VANET Highway Scenario
  • 3. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 533 | P a g e number is considered in making forwarding decisions [2]. After receiving the route information, the receiving node increments the metric and information by broadcasting. The time between broadcasting the routing information packets is also important factor. i. 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 every vehicle broadcasts its own routing tables to its adjacent vehicles. The neighbor vehicles updates 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. Advantages:  DSDV guarantees loop free paths.  It reduces infinity problem counts.  It maintains best path not multiple paths to every destination so that routing table space is saved.  With the use of incremental updates instead of full dump updates extra traffic can be avoided. Limitations:  It does not support multipath routing.  Sometimes wastage of bandwidth happens due to unnecessary advertisement of routing information.  Sometimes it is difficult to determine time delay of advertisement of routes. ii. ADHOC –ON DEMAND DISTANCE VECTOR PROTOCOL (AODV) : It is very simple, effective, source initiated and very efficient which do not uses fixed topology as per author [10]. This protocol uses on demand route discovery and route maintenance from DSR and hop by hop routing from DSDV. In this every node in the network maintains a routing table with the routing information entries to its neighboring nodes and two separate counters. A node sequence number and a broadcast id.. AODV provides unicast, Broadcast and Multicast communication. All the routes are loop free through use of sequence numbers. On demand route establishment with this protocol is achieved with small delay. Advantages:  AODV can handle highly dynamic behavior of VANETs due to its reactive nature.  Link breakages in active routes can be easily repaired.  It has minimal space complexity which allows maximum bandwidth utilization.  It provides most effective routing info on demand.  Use of sequence numbers is maintained properly to track information. Limitations:  Overhead on the bandwidth is observed when compared to DSR.  It takes support of high throughput metrics.  No reuse of routing info.  Requirement of broadcast medium. IV. BROADCASTING IN VANET Broadcasting in VANET is very critical issue area of research. Actually broadcasting in VANET is different from broadcasting Manet due to several reasons such as network topology, mobility patterns, demographics, traffic patterns at different times. Possible applications relying on broadcast include sharing emergency traffic, weather and road data among vehicles and delivering advertisement and announcements [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 the entire node i.e. vehicles in the network. i. Radio Broadcasting Protocol (VANETRBC) One of the prominent radio broadcasting protocol is VANETRBC. VANETRBC is nothing but example protocol which can be used as a basis for your own protocol. This protocol does the work of creating channel load. It can also be used for getting started with the user’s protocol. [4] We can take RBC protocol as a basis for the VANET protocol. There are lots of comments in the source files. When we want to rename the entire stuff, simply check for “RBC” and change them to your own protocol name. Care should be taken if a copy of VANETRBC protocol is to be made in different directory and want both the protocols to exist (Our protocol and VANETRBC) , the structures of packets headers is to be renamed in your new protocol, so that no packet headers of the two protocols share the same name. V. STANDARDS USED : IEEE802.11P IEEE 802.11p is an approved amendment to the IEEE 802.11 to add wireless access in
  • 4. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 534 | P a g e 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 Blue line shows VANETRBC response. Table No 1: Data considered for simulation Network Area X = 5000 meters Y = 200 Meters Traffic type CBR Visualization Tool NAM,TRACE File Duration 500 Secs MAC layer 802.11p Protocols AODV,DSDV,VANETRBC Number Of Nodes 30 Packet Transmission Delay (IEEE802.11p)
  • 5. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 535 | P a g e Packet Loss Rate (IEEE802.11p) Packet Success Rate (IEEE802.11p)
  • 6. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 536 | P a g e Packet Success Rate (IEEE802.11p) Throughput (IEEE802.11p) VI. CONCLUSION After simulation following points are observed. 1. AODV can perform better under high mobility conditions. 2. If number of nodes are increased AODV can perform well. 3. AODV has better Throughput and packet delivery ratio. 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.
  • 7. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 537 | P a g e 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. VII. FUTURE WORK In future, more complex simulation can be carried out in order to achieve more in – depth performance analysis and comparisonof Adhoc routing protocols. In addition to this other new protocols can also be studied. 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 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. [13] Karp, B. and Kung, H. T., "GPSR: Greedy Perimeter Stateless Routing for wireless networks", In Proceedings of the 6th Annual international Conference on Mobile Computing and Networking (Boston, Massachusetts, United States, August 06 - 11, 2000). MobiCom '00. ACM, New York, NY, pp. 243-254. [14] Charles E. Perkins, Elizabeth M. Blkding- Royer, Samir Das "Ad Hoc On-demand Distance Vector (AODV) Routing", IETF Internet Draft,November 2001. [15] C. Zhu and M. S. Corson, "QoS Routing for Mobile Ad Hoc Networks", Proceedings INFOCOM 2002, New York. [16] Sibecas, S., Corral, C. A., Emami, S., Stratis. G. and Rasor, G. "Pseudopilot OFDM scheme for 802.11a and R/A in DSRC applications". Vehicular Technology Conference, 2003. VTC 2003-Fall. 2003 IEEE 58 [17] Q. Xue and A. Ganz, "Ad hoc QoS on- demand routing (AQOR) in mobile ad hoc networks", Journal of Parallel Distributed Computing vol. 63, pp. 154-165, 2003. (Pubitemid 36668266) [18] Y. Zang, L. Stibor, G. Orfanos, S. Guo, H.J. Reumerman, "An ErrorModel for Inter-Vehicle Communications in Highway Scenarios at 5.9GHz", WASUN'05, October 2005, Montreal, Quebec, Canada [19] Jerome Haerri, Fethi Filali, Christian Bonnet, "Performance Comparison of AODV and OLSR in VANETs Urban Environments under Realistic Mobility
  • 8. Prof (Mrs) A. N. Mahajan & Dr. Reena Dadhich / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp. 531-538 538 | P a g e Patterns", Proc. of Med-Hoc-Net 2006, 5th IFIP Mediterranean Ad-Hoc Networking Workshop, June 14-17, 2006, Lipari, Italy. [20] Task Group p, IEEE P802.11p: Wireless Access in Vehicular Environments (WAVE), draft standard ed., IEEE Computer Society, 2006. [21] M. Fathy, and J. Taghiloo, "Enhancing AODV routing protocol using mobility parameters in VANET," Computer Systems and Applications, 2008. AICCSA 2008. IEEE/ACS International Conference on pp. 229 - 235, March 31 2008-April 4 2008. [22] Xiong Wei, Li Qing-Quan, "Performance evaluation of data disseminations for vehicular ad hoc networks in highway scenarios", The International Archives of the Photogrammetry, Remote Sensing and Spatial Information .