Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
105 NITTTR, Chandigarh EDIT-2015
A Review Report on Existing Routing
Protocols in Vehicular Ad Hoc Networks
(VANETS)
Daljeet Singh Motton1, Arvind Kumar2
Department of Electronics and Communication UIET, Panjab University Chandigarh, India
1
daljeetmotton91p@gmail.com, 2
arvind_uiet@yahoo.co.in
Abstract—Vehicular ad hoc networks (VANETs) are an
extension to the mobile ad hoc networks (MANETs) that have
been designed with the goal of providing vehicular safety,
traffic monitoring, assisting vehicular driving by providing
critical information, utility services viz. automatic road taxes,
finding hospitals, fuel stations, restaurants etc. The primary
characteristics of VANETs include high node mobility, no
specific network infrastructure, irregular network
environments and unpredictable network density. Choosing a
routing protocol for the VANET environment is a critical
step in devising data sharing scheme for the VANET. This
paper studies the existing routing protocols for VANET and
presents a precise review of merits and demerits of the same.
Keywords: VANET, vehicular networks, topological routing
protocols, geographical routing protocols.
I. INTRODUCTION
Vehicular ad hoc networks (VANETs), the extension of
MANETs, unlike the conventional ad hoc networks have
highly distinguishing characteristics like high node
mobility, frequent construction and destruction of
network, relative speed of network nodes, unpredictable
network densities and various other factors [1]. In the
recent years, it has been observed that there is exponential
increase in the number of on-road private vehicles which
has led to the rise in the number of road accidents and
hence the on-road deaths [2]. It has been found that the
cause for the larger proportion of the road accidents is the
inability of the driver to take the timely action according
to the situation which is limited by the ability of human
beings to perceive things correctly and act. However,
accurate and timely information to the driver can prevent
the accident from happening. VANET facilitates this by
providing critical information to the driver, so that timely
action can be taken. Choosing a routing protocol while
designing the vehicular network is of very high
importance as all other factors like packet delay, traffic
overload, efficiency of the network depends upon the
routing protocol operational in the vehicular network [3].
Finally, conclusion and references are presented in section
IV.
II. VANET
VANET (vehicular ad hoc network) refers to the ad hoc
network formed by the vehicles traveling on the road. The
network is called ad hoc as it does not require any
infrastructure like fixed wired routers etc. The vanet has
only two components involved in the communication. The
first is an on board unit (OBU) which is a wireless device
that acts as transceiver and has facilities like GPS
installed on it. The second being road side unit (RSU)
which is a stationary antenna placed on the road side. The
stationary component of vanet is mainly used for the one-
to-one communication between vehicle and antenna, or is
sometimes used for broadcasting messages to the vehicles
i.e. mobile component of vanet [4]. Due to these
components three scenarios are feasible for vanet. The
pure cellular network is a connection between the moving
vehicle and the road side unit only. The scope of
communication is limited by the range of the RSU and is
mainly used for the broadcasting of the messages and the
synchronization. The second scenario consists of all the
road vehicles communicating among themselves thus
forming an ad hoc network. The scope of communication
always exists as long as the vehicle is in the transmission
range of another vehicle. The third scenario is
amalgamation of the two pure forms of communications
[1]. As the third scenario is hybrid of the other two, it
provides superior solution to the problem of
communication.
III. CHARACTERISTICSOF VANET
The vehicular ad hoc network consists of a number of
similar yet distinct characteristics. The vanet is defined in
terms of its characteristics completely[4].
The several characteristics of vanet are discussed below.
 Highly dynamic topology: The network topology in
vanet is highly dynamic due to the motion of participating
vehicles in the network.
 Communication environment: It is always arbitrary i.e.
the features of the network environment cannot be
predicted. City scenario and highways scenarios is two
communication environment.
 Interaction among on-board units: It consists of
sharing critical information, essential announcement or a
product advertisement or any utility service indication,
among OBUs.
 Energy of mobile network nodes: Higher the node
energy the longer can the message be transmitted whereas
This review paper provides an overview of VANET and
existing routing protocols for the same, so that a prudent
decision can be made while choosing a routing protocol
for the vehicular network. The paper is organized as
follows. Section II gives the overview of the VANET and
its different characteristics, section III gives brief but
precise view of the routing protocols proposed for
VANET. Section IV discusses the issues and
application domains of the existing routing protocols.
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 106
low energy node cannot transfer data to longer
distances.
 Network density: It is the number of vehicles in the
specific area, that trying to communicate or an active
member of the network. Most routing protocols are either
suited for the highly dense or low density network, but no
routing protocol has efficient performance over variable
density networks.
 Frequent connection/disconnection of vehicular nodes
is the breaking and making of the network links. Different
node mobilities lead to the instability of the vehicular
environments. Few vehicles are fast and other may be
slow, that leads to frequent connection/disconnection of the
environments.
DATA DISSEMINATION IN VANET
The data can be broadcasted, geocasted or the network
may exhibit cluster based routing [1]. The broadcasting is
like general way of broadcasting. In geocast routing the
data dissemination is localized to some specific area or
area concerned with the information. The cluster based
routing divides whole network into the sub-networks
called clusters.
IV. ROUTING PROTOCOLS IN VANET
The routing protocols in VANET can be broadly
classified into two groups: topological routing protocols
that use the information contained in the link among
nodes and geographical routing protocols that utilize
position of the vehicular nodes in order to communicate
with them. The node information can be obtained from
the installed devices on the on board units called as GPS
or other location determining devices.
Topological Routing Protocols
These consist of proactive & reactive routing protocols.
Proactive routing protocols maintain information about
the links irrespective of its requirement i.e. it is not
necessary that the information maintained will be used
whereas Reactive routing protocols generate the
information only when there is requirement of
information.
Reactive Routing Protocols
Ad hoc on demand distance vector routing protocol
(AODV) [5] enables network to generate link information
only if needed. Conventional routing tables store the link
information. Source node initiates route discovery phase
the Route Request packets (RREQ) are broadcasted,
neighbour nodes not knowing destination further
broadcast route request packets. The nodes that know
about the destination reply back to the source node using
Route Reply (RREP) packet; this packet is received by the
source node that establishes the route and starts the data
transmission.
Ad hoc on Demand Multipath Distance Vector Routing
Protocol (AOMDV) [6] an extension to AODV protocol
has main application in calculating multiple loop free and
link disjoint paths. The performance of AOMDV is much
better than the AODV protocol. The AOMDV can find
node disjoint. The AOMDV routing protocol is used for
the scenarios that have highly mobile nodes.
AODV extension using Ant Colony Optimization [7] an
extension of AODV is a metaheuristic search protocol
that performs well in ad hoc network. The mixture of
goodness of ant colony and the repairing strategy of
AODV gives a highly efficient routing protocol. It has the
robustness as it avoids the frequent path losses.
Dynamic Source Routing protocol (DSR) [8] employs
sequence no. of nodes which are to be traversed for
reaching destination. In DSR, the query packet copies in
its header part the node ID of the intermediate nodes that
it has traversed. Query packet shows the path to the
destination which communicates to the source via path.
Swarm Intelligence based Routing Protocols [9] focuses
on the quality of service required by the VANET. One of
the swarm routing protocol QosBee routing protocol is
better than AODV and DSDV.
Proactive Routing Protocols
Fisheye State Routing protocol [10] maintains topology
table (TT) constructed using the latest information
received from the neighboring nodes. The information is
exchanged among network nodes periodically. With
decreasing distance the routing tables are updated
preferably with the neighbours that are at short distance.
Destination sequenced Distance Vector routing protocol
(DSDV) [11] based on the bellman ford algorithm was
developed by C.Perkins and P.Bhagwat which removes
route looping and increases convergence speed helping in
reducing control message overhead. Each node has the
next hop table that it exchanges with its neighbours.
Optimized Link State Routing Protocol (OLSR) [12] given
by Clausen and jacquet is an optimization of link state
routing protocol used for MANETs. Each node in the
network selects set of nodes called multipoint relays
(MPR) that retransmit the packets received by it. Reading
and processing the packet is only available to the nodes of
MPR set. It decreases retransmissions in the network and
helps in reducing flooding. HELLO messages are sent to
find neighbour nodes.
Temporally Ordered Routing Protocol (TORA) [13] based
on the link reversal algorithm creates a direct acyclic
graph towards the destination. Source node as the root of
tree broadcasts data packets to neighbor nodes that
rebroadcast the packet based on the DAG. This routing
protocol reduces the network overhead as all intermediate
nodes don’t need to rebroadcast the message. This routing
protocol performs well in dense networks but is not used
due to the fact that DSR & AODV perform well than
TORA and also because it cannot scaled.
Geographical Routing Protocols
These use the information about the position of nodes for
the data transfer. The differentiating feature of these
network routing protocols is that packets are sent towards
the destination without any information about the network
topology or any kind of prior route discovery.
Distance Routing Effect Algorithm for Mobility (DREAM)
[14] works on two main principles first uses the position
information to connect to the destination or the neighbour
node falling in the path to the destination, position
information is obtained using the GPS (global positioning
system). The other sends data packets by selecting the
route node by node until the destination is reached. It
generates number of paths from source to destination that
are not actually required. It is sensitive to traffic load
making it unsuitable for the VANET
Greedy Perimeter stateless Routing (GPSR) [15] works
on two methods, first is called Greedy Forwarding method
in which the source node chooses the optimal neighbour
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
107 NITTTR, Chandigarh EDIT-2015
as the next hop, the metric used for determining the node
to be optimal is the distance i.e. the node at shortest
distance to the source node is the optimal node. Due to
this greedy behavior, it is named Greedy Forwarding
method. The second method is used wherever the packet
forwarding is not possible. It is based on the right hand
rule in which source node forwards the packet to the first
neighbour encountered across the perimeter about itself
while traversing in anti-clockwise orientation. It cannot
find an optimal route to the destination, increasing the
delay and decreasing performance of the protocol.
Greedy Perimeter coordinator Routing (GPCR) [16]
composed of two methods first is the Greedy Forwarding
procedure in which the nodes at the junctions of the roads
are marked as the coordinators packet forwarding is done
through them. The route from one coordinator to another
is decided by the transmitting coordinator based on the
traffic density in the path. The second method is the repair
strategy that selects the optimal route from the set of
available routes. GPCR may not succeed in detecting the
junction node which may be at large distance or out of the
transmission range. This can’t be used on highways as it
wholly depends on the junction nodes.
Connectivity Aware Routing (CAR) [17] first locates
Preferred Group Broadcasting (PGB) and then finds all
connected routes between the source and the destination.
PGB is a region limited by the inferior and a superior
perimeter in the transmission range of the node that are
calculated using the amount of signal power. The routes
are maintained by standing and travelling guards. CAR
uses the periodical broadcast of the HELLO packets &
may result in the flooding of the network.
Connectivity-Aware Minimum-Delay Geographic Routing
Protocol (CMGR) [18] divides the network into two states
viz. sparse and dense. For sparse network, it maximizes
the chances of reception so that the packets can be
received before it expires. For dense networks, non-
congested paths are selected that maintain a threshold
level of connectivity over the given time and minimizes
the end to end delay. This protocol does not define any
repair method. It is more suited to urban city
environments.
Intersection Based Geographical Routing Protocol
(IGRP) [19] finds the route between the source and the
destination that has successive road intersections. It
forwards packet to the internet gateway by an efficient
selection of the road intersections. When a source node
needs to transmit a data packet, route discovery is
launched by the node to reach internet gateway which is
periodically updated and broadcasts the network topology
of the current network. Any node connected to the
internet gateway can transmit at any time.
V. ISSUES IN EXISTING ROUTING ROTOCOLS
Following main issues have been found in the two routing
protocols [20]. In Topology Based Routing Protocols the
main demerit is the instability of the routes, due to the fact
that the routes are severely affected by the high vehicle
mobility which also increases the packet drop rate in these
protocols. The other demerit is routing overhead created
before actually transmitting the data due to HELLO and
beaconing messages. This leads to higher requirement of
bandwidth and higher delays specifically when the
network density is low. This delay is further increased by
the route maintenance and route repairing processes [20].
The topological routing protocols are less suited for the
rural scenarios. In Geographical Routing Protocols the
primary limitation of the geographical routing protocol is
its difficulty in finding the next optimal hop due to the
lack of the direct communication among the nodes and
due to the presence of the obstacle like trees, big buildings
among the vehicular nodes [21]. The use of GPS in
determining the exact locations of the vehicles can fail
due to atmospheric blockage or failure of the GPS
technology [22]. The routing protocols don’t use real time
positions of nodes in developing the route strategy and
consider only static road map data.
APPLICATION DOMAINS OF VANET
With VANET as source of critical road information only,
it can also be used for a number of other utility services
like advertisements, traffic announcements, audio-visual
directions. Road taxes can be collected automatically by
using information provided by VANET without even
actually installing toll plazas on road. In a nutshell
VANET can provide plethora of services to the users like
infotainment, safety, utility services etc. [23].
VI. CONCLUSION
In the recent years, a number of protocols have been
developed and each protocol has differentiated
characteristics from others. The choice of the routing
protocol depends on a number of factors like type of
network environment, degree of QoS service like end to
end delay, packet overload, required. But still no routing
protocol is universal that can be applied to any road
environment. The existing routing protocols can be
applied to the specific road conditions either alone or in a
combination of two or more than two routing protocols
which may serve the purpose but may also increase the
complexity of the network.
REFERENCES
1. S. Zeadally, R. Hunt, Y.S. Chen, A. Irwin, A. Hassan,
“Vehicular ad hoc networks (VANETS): Status,
Results and Challenges” Telecommunication Systems, vol.
50, no. 4, 2012.
2. Biswas, S.; Tatchikou, R.; Dion, F., "Vehicle-to-
vehicle wireless communication protocols for enhancing
highway traffic safety," Communications Magazine, IEEE,
vol.44, no.1, pp.74, 82, Jan. 2006.
3. E. Hossain, G. Chow, V.C.M. Leung, R.D. McLeod, L.
Misic, V.W.S. Wong, O. Yang, Vehicular telematics
over heterogeneous wireless networks: a survey, Computer
Communications, Elsevier 33 (7) (2010) 775–793.
4. Fan Li; Yu Wang, "Routing in vehicular ad hoc
networks: A survey," Vehicular Technology
Magazine, IEEE, vol.2, no.2, pp.12, 22, June 2007.
5. Perkins, C.E.; Royer, E.M., "Ad-hoc on-demand
distance vector routing” Mobile Computing Systems and
Applications, 1999. Proceedings. WMCSA '99. Second
IEEE Workshop, vol., no., pp.90, 100, 25-26 Feb 1999.
6. Marina, M.K.; Das, S.R., "On-demand multipath
distance vector routing in ad hoc networks," Network
Protocols, 2001. Ninth International Conference, vol., no.,
pp.14, 23, 11-14 Nov. 2001.
7. R.K.Chauhan , Arzoo Dahiya, “AODV Extension using
Ant Colony Optimization for Scalable Routing in VANETs
”, Journal of Emerging Trends in Computing and Information
Sciences, vol. 3, no. 2, February 2012.
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 108
8. Lei Wang; Lianfang Zhang; Yantai Shu; Miao Dong,
"Multipath source routing in wireless ad hoc
networks," Electrical and Computer Engineering, 2000
Canadian Conference, vol. 1, no., pp.479,483 vol.1, 2000
9. Muhammad Saleem, Gianni A. Di Caro, Muddassar
Farooq, “Swarm intelligence based routing protocol for
wireless sensor networks: Survey and future directions”,
Information Sciences, vol-181 (2011) 4597–4624.
10. Guangyu Pei; Gerla, M.; Tsu-Wei Chen, "Fisheye state
routing: a routing scheme for ad hoc wireless networks,"
Communications, 2000. ICC 2000. 2000 IEEE
International Conference, vol .1, no., pp.70, 74, vol.1, 2000.
11. Charles E. Perkins and Pravin Bhagwat. 1994.
“Highly dynamic Destination-Sequenced Distance- Vector
routing (DSDV) for mobile computers” SIGCOMM
Computer Communication. Rev. 24, 4 (October 1994),
234-244.
12. P.Jacquet, P. Muhlethaler, T.Clausen, A. Laouiti,
A.Qayyum, L.viennot, “Optimized Link State Routing
Protocol for Ad Hoc Networks”, Hipercom Project, INRIA
Rocquencourt, oct. 2003.
13. Park, V.D.; Corson, M.S., "A highly adaptive distributed
routing algorithm for mobile wireless networks,"
INFOCOM '97. Sixteenth Annual Joint Conference of
the IEEE Computer and Communications Societies.
Driving the Information Revolution., Proceedings IEEE,
vol.3, no.,pp.1405,1413,7-12 Apr 1997
14. S. Basagni, I. C hlamtac, V. R. Syrotiuk, and B. A.
Woodward,” A distance routing effect algorithm for
mobility (DREAM)” Proceedings of the 4th annual
ACM/IEEE international conference on Mobile computing
and networking (MobiCom '98)”, William P. Osborne and
Dhawal Moghe (Eds.). ACM, New York, 1998.
15. B.Karp and H. T. Kung, “GPSR: greedy perimeter
stateless routing for wireless networks” Proceedings of the 6th
annual international conference on Mobile computing and
networking (MobiCom '00). ACM, New York 2000.
16. C. Lochert, M. Mauve, H. Fubler, and H. Hartenstein,
“Geographic routing in city scenarios” SIGMOBILE Mob.
Computer Communication, Rev. Vol. 9, 2005.
17. Naumov, V.; Gross, T.R., "Connectivity-Aware
Routing (CAR) in Vehicular Ad-hoc Networks,"
INFOCOM 2007. 26th IEEE International Conference on
Computer Communications. IEEE, vol., no., pp.1919-1927,
2007.
18. Kaveh Shafiee, Victor C.M. Leung, “Connectivity- aware
minimum-delay geographic routing with vehicle tracking in
VANETs”, Ad Hoc Networks, Volume 9, Issue 2, March
2011, Pages 131-141, ISSN
1570-8705,
19. Saleet, H.; Langar, R.; Naik, K.; Boutaba, R.; Nayak, A.;
Goel, N., "Intersection-Based Geographical Routing Protocol
for VANETs: A Proposal and Analysis," Vehicular
Technology, IEEE Transactions , vol.60, no.9, pp.4560,4574,
Nov. 2011.
20. Salim Bitam, Abdelhamid Mellouk, Sherali Zeadally,
“HyBR: A Hybrid Bio-inspired Bee swarm Routing protocol
for safety applications in Vehicular Ad hoc Networks
(VANETs)” Journal of Systems Architecture, Volume 59,
Issue 10, Part B, November 2013, Pages 953-967
21. Lochert, C.; Hartenstein, H.; Tian, J.; Fussler, H.; Hermann,
D.; Mauve, M., "A routing strategy for vehicular ad
hoc networks in city environments," Intelligent
Vehicles Symposium, 2003. Proceedings. IEEE, vol., no.,
pp.156, 161, 9-11 June 2003.
22. Savasta, S.; Pini, M.; Marfia, G., "Performance Assessment
of a Commercial GPS Receiver for Networking
Applications," Consumer Communications and Networking
Conference, 2008. CCNC 2008. 5th IEEE, vol., no., pp.613,
617, 10-12 Jan. 2008.
23. Toor, Y.; Muhlethaler, P.; Laouiti, A., "Vehicle Ad Hoc
networks: applications and related technical issues,"
Communications Surveys & Tutorials, IEEE, vol.10, no.3,
pp.74, 88, Third Quarter 2008.

More Related Content

PDF
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
PDF
Improved greedy routing protocol for VANET
PDF
10.1.1.258.7234
PDF
Study of Attacks and Routing Protocol in Wireless Network
PDF
Comparative Performance Evaluation of Ad-hoc on Demand Distance Vector Routin...
PDF
Cm34531538
PDF
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
PDF
Qualitative based comparison of routing protocols for vanet1212final
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Improved greedy routing protocol for VANET
10.1.1.258.7234
Study of Attacks and Routing Protocol in Wireless Network
Comparative Performance Evaluation of Ad-hoc on Demand Distance Vector Routin...
Cm34531538
11.qualitative based comparison of routing protocols for vanet1212www.iiste.o...
Qualitative based comparison of routing protocols for vanet1212final

What's hot (18)

PDF
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
PDF
Ij3415561561
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
Performance Evaluation and Comparison of On-Demand Routing Protocols for Ad H...
PDF
E010322531
PDF
Ijarcet vol-2-issue-7-2281-2286
PDF
MOBILITY AWARE ROUTING PROTOCOL IN AD-HOC NETWORK
PDF
Md3421762181
PDF
A0110104
PPTX
Vanet routing
PDF
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...
PDF
OVERVIEW AND LITERATURE SURVEY ON ROUTING PROTOCOLS FOR MOBILE COGNITIVE RADI...
PDF
Comparing: Routing Protocols on Basis of sleep mode
PDF
E1073644
PDF
IRJET- Routing Protocols in Vanet a Brief Review
PDF
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PDF
Execution Evaluation of Routing Protocols for Cognitive Radio Network
PDF
Paper id 252014122
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
Ij3415561561
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Performance Evaluation and Comparison of On-Demand Routing Protocols for Ad H...
E010322531
Ijarcet vol-2-issue-7-2281-2286
MOBILITY AWARE ROUTING PROTOCOL IN AD-HOC NETWORK
Md3421762181
A0110104
Vanet routing
Performance Comparison and Analysis of Table-Driven and On-Demand Routing Pro...
OVERVIEW AND LITERATURE SURVEY ON ROUTING PROTOCOLS FOR MOBILE COGNITIVE RADI...
Comparing: Routing Protocols on Basis of sleep mode
E1073644
IRJET- Routing Protocols in Vanet a Brief Review
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
Execution Evaluation of Routing Protocols for Cognitive Radio Network
Paper id 252014122
Ad

Viewers also liked (6)

PDF
H0343059064
PDF
Impact of mobility and maps size on the performances of vanets in urban area
PDF
A Synopsis of Simulation and Mobility Modeling in Vehicular Ad-hoc Networks (...
DOCX
VEHICULAR AD HOC NETWORKS
DOCX
Vanet modeling and clustering design under
PDF
Hype vs. Reality: The AI Explainer
H0343059064
Impact of mobility and maps size on the performances of vanets in urban area
A Synopsis of Simulation and Mobility Modeling in Vehicular Ad-hoc Networks (...
VEHICULAR AD HOC NETWORKS
Vanet modeling and clustering design under
Hype vs. Reality: The AI Explainer
Ad

Similar to A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (VANETS) (20)

PDF
Improved greedy routing protocol for VANET
PDF
Cp3210151018
PDF
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
PDF
ACR: A CLUSTER-BASED ROUTING PROTOCOL FOR VANET
PDF
ACR: A CLUSTER-BASED ROUTING PROTOCOL FOR VANET
PDF
Dvr based hybrid routing protocols in mobile ad-hoc network application and c...
PDF
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...
PDF
Volume 2-issue-6-2195-2199
PDF
Volume 2-issue-6-2195-2199
PDF
Path Duration Analysis in Vehicular Ad Hoc Network
PDF
Comparative and Behavioral Study on VANET Routing Protocols
PDF
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
PDF
Comparative study of proactive and reactive routing protocols in vehicular ad...
PDF
Q045058791
PDF
APPLICABILITY OF OVERLAY NON-DELAY TOLERANT POSITION-BASED PROTOCOLS IN HIGHW...
PDF
APPLICABILITY OF OVERLAY NON-DELAY TOLERANT POSITION-BASED PROTOCOLS IN HIGHW...
PDF
APPLICABILITY OF OVERLAY NON-DELAY TOLERANT POSITION-BASED PROTOCOLS IN HIGHW...
PDF
Broadcasting routing protocols in vanet
PDF
11.broadcasting routing protocols in vanet
PDF
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Improved greedy routing protocol for VANET
Cp3210151018
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
ACR: A CLUSTER-BASED ROUTING PROTOCOL FOR VANET
ACR: A CLUSTER-BASED ROUTING PROTOCOL FOR VANET
Dvr based hybrid routing protocols in mobile ad-hoc network application and c...
PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS WITH ROADSIDE UNIT INFRASTRUCTURE I...
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
Path Duration Analysis in Vehicular Ad Hoc Network
Comparative and Behavioral Study on VANET Routing Protocols
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Comparative study of proactive and reactive routing protocols in vehicular ad...
Q045058791
APPLICABILITY OF OVERLAY NON-DELAY TOLERANT POSITION-BASED PROTOCOLS IN HIGHW...
APPLICABILITY OF OVERLAY NON-DELAY TOLERANT POSITION-BASED PROTOCOLS IN HIGHW...
APPLICABILITY OF OVERLAY NON-DELAY TOLERANT POSITION-BASED PROTOCOLS IN HIGHW...
Broadcasting routing protocols in vanet
11.broadcasting routing protocols in vanet
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp

More from IJEEE (20)

PDF
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
PDF
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
PDF
Automated Air Cooled Three Level Inverter system using Arduino
PDF
Id136
PDF
Id135
PDF
An Approach to Speech and Iris based Multimodal Biometric System
PDF
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
PDF
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
PDF
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
PDF
Performance Analysis of GSM Network for Different Types of Antennas
PDF
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
PDF
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
PDF
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
PDF
Routing Protocols in Zigbee Based networks: A Survey
PDF
A Survey of Routing Protocols for Structural Health Monitoring
PDF
Layout Design Analysis of SR Flip Flop using CMOS Technology
PDF
Codec Scheme for Power Optimization in VLSI Interconnects
PDF
Design of Planar Inverted F-Antenna for Multiband Applications
PDF
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
PDF
Layout Design Analysis of CMOS Comparator using 180nm Technology
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Automated Air Cooled Three Level Inverter system using Arduino
Id136
Id135
An Approach to Speech and Iris based Multimodal Biometric System
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Performance Analysis of GSM Network for Different Types of Antennas
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Routing Protocols in Zigbee Based networks: A Survey
A Survey of Routing Protocols for Structural Health Monitoring
Layout Design Analysis of SR Flip Flop using CMOS Technology
Codec Scheme for Power Optimization in VLSI Interconnects
Design of Planar Inverted F-Antenna for Multiband Applications
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Layout Design Analysis of CMOS Comparator using 180nm Technology

Recently uploaded (20)

PPTX
Design ,Art Across Digital Realities and eXtended Reality
PPTX
MAD Unit - 3 User Interface and Data Management (Diploma IT)
PPT
UNIT-I Machine Learning Essentials for 2nd years
PPTX
CT Generations and Image Reconstruction methods
PDF
Unit1 - AIML Chapter 1 concept and ethics
PDF
Principles of operation, construction, theory, advantages and disadvantages, ...
PDF
MLpara ingenieira CIVIL, meca Y AMBIENTAL
PPTX
SE unit 1.pptx aaahshdhajdviwhsiehebeiwheiebeiev
PPTX
Environmental studies, Moudle 3-Environmental Pollution.pptx
PDF
Beginners-Guide-to-Artificial-Intelligence.pdf
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
PPTX
Cisco Network Behaviour dibuywvdsvdtdstydsdsa
PPTX
AI-Reporting for Emerging Technologies(BS Computer Engineering)
PPTX
Solar energy pdf of gitam songa hemant k
PDF
VTU IOT LAB MANUAL (BCS701) Computer science and Engineering
PDF
Project_Mgmt_Institute_-Marc Marc Marc .pdf
PDF
Computer organization and architecuture Digital Notes....pdf
PDF
August -2025_Top10 Read_Articles_ijait.pdf
PPTX
Principal presentation for NAAC (1).pptx
PDF
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf
Design ,Art Across Digital Realities and eXtended Reality
MAD Unit - 3 User Interface and Data Management (Diploma IT)
UNIT-I Machine Learning Essentials for 2nd years
CT Generations and Image Reconstruction methods
Unit1 - AIML Chapter 1 concept and ethics
Principles of operation, construction, theory, advantages and disadvantages, ...
MLpara ingenieira CIVIL, meca Y AMBIENTAL
SE unit 1.pptx aaahshdhajdviwhsiehebeiwheiebeiev
Environmental studies, Moudle 3-Environmental Pollution.pptx
Beginners-Guide-to-Artificial-Intelligence.pdf
Computer System Architecture 3rd Edition-M Morris Mano.pdf
Cisco Network Behaviour dibuywvdsvdtdstydsdsa
AI-Reporting for Emerging Technologies(BS Computer Engineering)
Solar energy pdf of gitam songa hemant k
VTU IOT LAB MANUAL (BCS701) Computer science and Engineering
Project_Mgmt_Institute_-Marc Marc Marc .pdf
Computer organization and architecuture Digital Notes....pdf
August -2025_Top10 Read_Articles_ijait.pdf
Principal presentation for NAAC (1).pptx
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf

A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (VANETS)

  • 1. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 105 NITTTR, Chandigarh EDIT-2015 A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (VANETS) Daljeet Singh Motton1, Arvind Kumar2 Department of Electronics and Communication UIET, Panjab University Chandigarh, India 1 [email protected], 2 [email protected] Abstract—Vehicular ad hoc networks (VANETs) are an extension to the mobile ad hoc networks (MANETs) that have been designed with the goal of providing vehicular safety, traffic monitoring, assisting vehicular driving by providing critical information, utility services viz. automatic road taxes, finding hospitals, fuel stations, restaurants etc. The primary characteristics of VANETs include high node mobility, no specific network infrastructure, irregular network environments and unpredictable network density. Choosing a routing protocol for the VANET environment is a critical step in devising data sharing scheme for the VANET. This paper studies the existing routing protocols for VANET and presents a precise review of merits and demerits of the same. Keywords: VANET, vehicular networks, topological routing protocols, geographical routing protocols. I. INTRODUCTION Vehicular ad hoc networks (VANETs), the extension of MANETs, unlike the conventional ad hoc networks have highly distinguishing characteristics like high node mobility, frequent construction and destruction of network, relative speed of network nodes, unpredictable network densities and various other factors [1]. In the recent years, it has been observed that there is exponential increase in the number of on-road private vehicles which has led to the rise in the number of road accidents and hence the on-road deaths [2]. It has been found that the cause for the larger proportion of the road accidents is the inability of the driver to take the timely action according to the situation which is limited by the ability of human beings to perceive things correctly and act. However, accurate and timely information to the driver can prevent the accident from happening. VANET facilitates this by providing critical information to the driver, so that timely action can be taken. Choosing a routing protocol while designing the vehicular network is of very high importance as all other factors like packet delay, traffic overload, efficiency of the network depends upon the routing protocol operational in the vehicular network [3]. Finally, conclusion and references are presented in section IV. II. VANET VANET (vehicular ad hoc network) refers to the ad hoc network formed by the vehicles traveling on the road. The network is called ad hoc as it does not require any infrastructure like fixed wired routers etc. The vanet has only two components involved in the communication. The first is an on board unit (OBU) which is a wireless device that acts as transceiver and has facilities like GPS installed on it. The second being road side unit (RSU) which is a stationary antenna placed on the road side. The stationary component of vanet is mainly used for the one- to-one communication between vehicle and antenna, or is sometimes used for broadcasting messages to the vehicles i.e. mobile component of vanet [4]. Due to these components three scenarios are feasible for vanet. The pure cellular network is a connection between the moving vehicle and the road side unit only. The scope of communication is limited by the range of the RSU and is mainly used for the broadcasting of the messages and the synchronization. The second scenario consists of all the road vehicles communicating among themselves thus forming an ad hoc network. The scope of communication always exists as long as the vehicle is in the transmission range of another vehicle. The third scenario is amalgamation of the two pure forms of communications [1]. As the third scenario is hybrid of the other two, it provides superior solution to the problem of communication. III. CHARACTERISTICSOF VANET The vehicular ad hoc network consists of a number of similar yet distinct characteristics. The vanet is defined in terms of its characteristics completely[4]. The several characteristics of vanet are discussed below.  Highly dynamic topology: The network topology in vanet is highly dynamic due to the motion of participating vehicles in the network.  Communication environment: It is always arbitrary i.e. the features of the network environment cannot be predicted. City scenario and highways scenarios is two communication environment.  Interaction among on-board units: It consists of sharing critical information, essential announcement or a product advertisement or any utility service indication, among OBUs.  Energy of mobile network nodes: Higher the node energy the longer can the message be transmitted whereas This review paper provides an overview of VANET and existing routing protocols for the same, so that a prudent decision can be made while choosing a routing protocol for the vehicular network. The paper is organized as follows. Section II gives the overview of the VANET and its different characteristics, section III gives brief but precise view of the routing protocols proposed for VANET. Section IV discusses the issues and application domains of the existing routing protocols.
  • 2. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 106 low energy node cannot transfer data to longer distances.  Network density: It is the number of vehicles in the specific area, that trying to communicate or an active member of the network. Most routing protocols are either suited for the highly dense or low density network, but no routing protocol has efficient performance over variable density networks.  Frequent connection/disconnection of vehicular nodes is the breaking and making of the network links. Different node mobilities lead to the instability of the vehicular environments. Few vehicles are fast and other may be slow, that leads to frequent connection/disconnection of the environments. DATA DISSEMINATION IN VANET The data can be broadcasted, geocasted or the network may exhibit cluster based routing [1]. The broadcasting is like general way of broadcasting. In geocast routing the data dissemination is localized to some specific area or area concerned with the information. The cluster based routing divides whole network into the sub-networks called clusters. IV. ROUTING PROTOCOLS IN VANET The routing protocols in VANET can be broadly classified into two groups: topological routing protocols that use the information contained in the link among nodes and geographical routing protocols that utilize position of the vehicular nodes in order to communicate with them. The node information can be obtained from the installed devices on the on board units called as GPS or other location determining devices. Topological Routing Protocols These consist of proactive & reactive routing protocols. Proactive routing protocols maintain information about the links irrespective of its requirement i.e. it is not necessary that the information maintained will be used whereas Reactive routing protocols generate the information only when there is requirement of information. Reactive Routing Protocols Ad hoc on demand distance vector routing protocol (AODV) [5] enables network to generate link information only if needed. Conventional routing tables store the link information. Source node initiates route discovery phase the Route Request packets (RREQ) are broadcasted, neighbour nodes not knowing destination further broadcast route request packets. The nodes that know about the destination reply back to the source node using Route Reply (RREP) packet; this packet is received by the source node that establishes the route and starts the data transmission. Ad hoc on Demand Multipath Distance Vector Routing Protocol (AOMDV) [6] an extension to AODV protocol has main application in calculating multiple loop free and link disjoint paths. The performance of AOMDV is much better than the AODV protocol. The AOMDV can find node disjoint. The AOMDV routing protocol is used for the scenarios that have highly mobile nodes. AODV extension using Ant Colony Optimization [7] an extension of AODV is a metaheuristic search protocol that performs well in ad hoc network. The mixture of goodness of ant colony and the repairing strategy of AODV gives a highly efficient routing protocol. It has the robustness as it avoids the frequent path losses. Dynamic Source Routing protocol (DSR) [8] employs sequence no. of nodes which are to be traversed for reaching destination. In DSR, the query packet copies in its header part the node ID of the intermediate nodes that it has traversed. Query packet shows the path to the destination which communicates to the source via path. Swarm Intelligence based Routing Protocols [9] focuses on the quality of service required by the VANET. One of the swarm routing protocol QosBee routing protocol is better than AODV and DSDV. Proactive Routing Protocols Fisheye State Routing protocol [10] maintains topology table (TT) constructed using the latest information received from the neighboring nodes. The information is exchanged among network nodes periodically. With decreasing distance the routing tables are updated preferably with the neighbours that are at short distance. Destination sequenced Distance Vector routing protocol (DSDV) [11] based on the bellman ford algorithm was developed by C.Perkins and P.Bhagwat which removes route looping and increases convergence speed helping in reducing control message overhead. Each node has the next hop table that it exchanges with its neighbours. Optimized Link State Routing Protocol (OLSR) [12] given by Clausen and jacquet is an optimization of link state routing protocol used for MANETs. Each node in the network selects set of nodes called multipoint relays (MPR) that retransmit the packets received by it. Reading and processing the packet is only available to the nodes of MPR set. It decreases retransmissions in the network and helps in reducing flooding. HELLO messages are sent to find neighbour nodes. Temporally Ordered Routing Protocol (TORA) [13] based on the link reversal algorithm creates a direct acyclic graph towards the destination. Source node as the root of tree broadcasts data packets to neighbor nodes that rebroadcast the packet based on the DAG. This routing protocol reduces the network overhead as all intermediate nodes don’t need to rebroadcast the message. This routing protocol performs well in dense networks but is not used due to the fact that DSR & AODV perform well than TORA and also because it cannot scaled. Geographical Routing Protocols These use the information about the position of nodes for the data transfer. The differentiating feature of these network routing protocols is that packets are sent towards the destination without any information about the network topology or any kind of prior route discovery. Distance Routing Effect Algorithm for Mobility (DREAM) [14] works on two main principles first uses the position information to connect to the destination or the neighbour node falling in the path to the destination, position information is obtained using the GPS (global positioning system). The other sends data packets by selecting the route node by node until the destination is reached. It generates number of paths from source to destination that are not actually required. It is sensitive to traffic load making it unsuitable for the VANET Greedy Perimeter stateless Routing (GPSR) [15] works on two methods, first is called Greedy Forwarding method in which the source node chooses the optimal neighbour
  • 3. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 107 NITTTR, Chandigarh EDIT-2015 as the next hop, the metric used for determining the node to be optimal is the distance i.e. the node at shortest distance to the source node is the optimal node. Due to this greedy behavior, it is named Greedy Forwarding method. The second method is used wherever the packet forwarding is not possible. It is based on the right hand rule in which source node forwards the packet to the first neighbour encountered across the perimeter about itself while traversing in anti-clockwise orientation. It cannot find an optimal route to the destination, increasing the delay and decreasing performance of the protocol. Greedy Perimeter coordinator Routing (GPCR) [16] composed of two methods first is the Greedy Forwarding procedure in which the nodes at the junctions of the roads are marked as the coordinators packet forwarding is done through them. The route from one coordinator to another is decided by the transmitting coordinator based on the traffic density in the path. The second method is the repair strategy that selects the optimal route from the set of available routes. GPCR may not succeed in detecting the junction node which may be at large distance or out of the transmission range. This can’t be used on highways as it wholly depends on the junction nodes. Connectivity Aware Routing (CAR) [17] first locates Preferred Group Broadcasting (PGB) and then finds all connected routes between the source and the destination. PGB is a region limited by the inferior and a superior perimeter in the transmission range of the node that are calculated using the amount of signal power. The routes are maintained by standing and travelling guards. CAR uses the periodical broadcast of the HELLO packets & may result in the flooding of the network. Connectivity-Aware Minimum-Delay Geographic Routing Protocol (CMGR) [18] divides the network into two states viz. sparse and dense. For sparse network, it maximizes the chances of reception so that the packets can be received before it expires. For dense networks, non- congested paths are selected that maintain a threshold level of connectivity over the given time and minimizes the end to end delay. This protocol does not define any repair method. It is more suited to urban city environments. Intersection Based Geographical Routing Protocol (IGRP) [19] finds the route between the source and the destination that has successive road intersections. It forwards packet to the internet gateway by an efficient selection of the road intersections. When a source node needs to transmit a data packet, route discovery is launched by the node to reach internet gateway which is periodically updated and broadcasts the network topology of the current network. Any node connected to the internet gateway can transmit at any time. V. ISSUES IN EXISTING ROUTING ROTOCOLS Following main issues have been found in the two routing protocols [20]. In Topology Based Routing Protocols the main demerit is the instability of the routes, due to the fact that the routes are severely affected by the high vehicle mobility which also increases the packet drop rate in these protocols. The other demerit is routing overhead created before actually transmitting the data due to HELLO and beaconing messages. This leads to higher requirement of bandwidth and higher delays specifically when the network density is low. This delay is further increased by the route maintenance and route repairing processes [20]. The topological routing protocols are less suited for the rural scenarios. In Geographical Routing Protocols the primary limitation of the geographical routing protocol is its difficulty in finding the next optimal hop due to the lack of the direct communication among the nodes and due to the presence of the obstacle like trees, big buildings among the vehicular nodes [21]. The use of GPS in determining the exact locations of the vehicles can fail due to atmospheric blockage or failure of the GPS technology [22]. The routing protocols don’t use real time positions of nodes in developing the route strategy and consider only static road map data. APPLICATION DOMAINS OF VANET With VANET as source of critical road information only, it can also be used for a number of other utility services like advertisements, traffic announcements, audio-visual directions. Road taxes can be collected automatically by using information provided by VANET without even actually installing toll plazas on road. In a nutshell VANET can provide plethora of services to the users like infotainment, safety, utility services etc. [23]. VI. CONCLUSION In the recent years, a number of protocols have been developed and each protocol has differentiated characteristics from others. The choice of the routing protocol depends on a number of factors like type of network environment, degree of QoS service like end to end delay, packet overload, required. But still no routing protocol is universal that can be applied to any road environment. The existing routing protocols can be applied to the specific road conditions either alone or in a combination of two or more than two routing protocols which may serve the purpose but may also increase the complexity of the network. REFERENCES 1. S. Zeadally, R. Hunt, Y.S. Chen, A. Irwin, A. Hassan, “Vehicular ad hoc networks (VANETS): Status, Results and Challenges” Telecommunication Systems, vol. 50, no. 4, 2012. 2. Biswas, S.; Tatchikou, R.; Dion, F., "Vehicle-to- vehicle wireless communication protocols for enhancing highway traffic safety," Communications Magazine, IEEE, vol.44, no.1, pp.74, 82, Jan. 2006. 3. E. Hossain, G. Chow, V.C.M. Leung, R.D. McLeod, L. Misic, V.W.S. Wong, O. Yang, Vehicular telematics over heterogeneous wireless networks: a survey, Computer Communications, Elsevier 33 (7) (2010) 775–793. 4. Fan Li; Yu Wang, "Routing in vehicular ad hoc networks: A survey," Vehicular Technology Magazine, IEEE, vol.2, no.2, pp.12, 22, June 2007. 5. Perkins, C.E.; Royer, E.M., "Ad-hoc on-demand distance vector routing” Mobile Computing Systems and Applications, 1999. Proceedings. WMCSA '99. Second IEEE Workshop, vol., no., pp.90, 100, 25-26 Feb 1999. 6. Marina, M.K.; Das, S.R., "On-demand multipath distance vector routing in ad hoc networks," Network Protocols, 2001. Ninth International Conference, vol., no., pp.14, 23, 11-14 Nov. 2001. 7. R.K.Chauhan , Arzoo Dahiya, “AODV Extension using Ant Colony Optimization for Scalable Routing in VANETs ”, Journal of Emerging Trends in Computing and Information Sciences, vol. 3, no. 2, February 2012.
  • 4. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 108 8. Lei Wang; Lianfang Zhang; Yantai Shu; Miao Dong, "Multipath source routing in wireless ad hoc networks," Electrical and Computer Engineering, 2000 Canadian Conference, vol. 1, no., pp.479,483 vol.1, 2000 9. Muhammad Saleem, Gianni A. Di Caro, Muddassar Farooq, “Swarm intelligence based routing protocol for wireless sensor networks: Survey and future directions”, Information Sciences, vol-181 (2011) 4597–4624. 10. Guangyu Pei; Gerla, M.; Tsu-Wei Chen, "Fisheye state routing: a routing scheme for ad hoc wireless networks," Communications, 2000. ICC 2000. 2000 IEEE International Conference, vol .1, no., pp.70, 74, vol.1, 2000. 11. Charles E. Perkins and Pravin Bhagwat. 1994. “Highly dynamic Destination-Sequenced Distance- Vector routing (DSDV) for mobile computers” SIGCOMM Computer Communication. Rev. 24, 4 (October 1994), 234-244. 12. P.Jacquet, P. Muhlethaler, T.Clausen, A. Laouiti, A.Qayyum, L.viennot, “Optimized Link State Routing Protocol for Ad Hoc Networks”, Hipercom Project, INRIA Rocquencourt, oct. 2003. 13. Park, V.D.; Corson, M.S., "A highly adaptive distributed routing algorithm for mobile wireless networks," INFOCOM '97. Sixteenth Annual Joint Conference of the IEEE Computer and Communications Societies. Driving the Information Revolution., Proceedings IEEE, vol.3, no.,pp.1405,1413,7-12 Apr 1997 14. S. Basagni, I. C hlamtac, V. R. Syrotiuk, and B. A. Woodward,” A distance routing effect algorithm for mobility (DREAM)” Proceedings of the 4th annual ACM/IEEE international conference on Mobile computing and networking (MobiCom '98)”, William P. Osborne and Dhawal Moghe (Eds.). ACM, New York, 1998. 15. B.Karp and H. T. Kung, “GPSR: greedy perimeter stateless routing for wireless networks” Proceedings of the 6th annual international conference on Mobile computing and networking (MobiCom '00). ACM, New York 2000. 16. C. Lochert, M. Mauve, H. Fubler, and H. Hartenstein, “Geographic routing in city scenarios” SIGMOBILE Mob. Computer Communication, Rev. Vol. 9, 2005. 17. Naumov, V.; Gross, T.R., "Connectivity-Aware Routing (CAR) in Vehicular Ad-hoc Networks," INFOCOM 2007. 26th IEEE International Conference on Computer Communications. IEEE, vol., no., pp.1919-1927, 2007. 18. Kaveh Shafiee, Victor C.M. Leung, “Connectivity- aware minimum-delay geographic routing with vehicle tracking in VANETs”, Ad Hoc Networks, Volume 9, Issue 2, March 2011, Pages 131-141, ISSN 1570-8705, 19. Saleet, H.; Langar, R.; Naik, K.; Boutaba, R.; Nayak, A.; Goel, N., "Intersection-Based Geographical Routing Protocol for VANETs: A Proposal and Analysis," Vehicular Technology, IEEE Transactions , vol.60, no.9, pp.4560,4574, Nov. 2011. 20. Salim Bitam, Abdelhamid Mellouk, Sherali Zeadally, “HyBR: A Hybrid Bio-inspired Bee swarm Routing protocol for safety applications in Vehicular Ad hoc Networks (VANETs)” Journal of Systems Architecture, Volume 59, Issue 10, Part B, November 2013, Pages 953-967 21. Lochert, C.; Hartenstein, H.; Tian, J.; Fussler, H.; Hermann, D.; Mauve, M., "A routing strategy for vehicular ad hoc networks in city environments," Intelligent Vehicles Symposium, 2003. Proceedings. IEEE, vol., no., pp.156, 161, 9-11 June 2003. 22. Savasta, S.; Pini, M.; Marfia, G., "Performance Assessment of a Commercial GPS Receiver for Networking Applications," Consumer Communications and Networking Conference, 2008. CCNC 2008. 5th IEEE, vol., no., pp.613, 617, 10-12 Jan. 2008. 23. Toor, Y.; Muhlethaler, P.; Laouiti, A., "Vehicle Ad Hoc networks: applications and related technical issues," Communications Surveys & Tutorials, IEEE, vol.10, no.3, pp.74, 88, Third Quarter 2008.