Sie sind auf Seite 1von 12

A REVIEW PAPER ON DIFFERENT ROUTING

PROTOCOLS OF VANETs

Shiwani Dinesh Singh


Computer Science and Engineering Dept. Computer science and Engineering Dept.
DCRUSTM DCRUSTM
Murthal, Sonipat, India Murthal, Sonipat, India
shiwanijaglan@gmail.com Dinesh.madhav@gmail.com

ABSTRACT networks in areas where it isn't feasible to


install the needed infrastructure. Another
Vehicular ad hoc networks (VANETs) are advantage of ad hoc networks is they can be
an application of mobile ad hoc network quickly deployed with no administrator
(MANET) that improve road safety and involvement. The legislation of a large scale
provide travelers comfort. However they vehicular network would be a difficult task.
differ from MANET by their architecture, These reasons contribute to the ad hoc
threats, attributes and applications. In this networks being applied to vehicular
paper we present information related to the environments.
field, distinguish the main features
surrounding VANET, and a review of Components of VANETs
different routing protocols used.
There are three components of VANET:
INTRODUCTION (i) On-Board Unit (OBU)
The OBU is equipped on a vehicle for inter-
vehicles communications or
VANETs stand for the Vehicular Ad-hoc
communications between the vehicle and
Networks. A VANET is a type of Mobile
roadside units. An antenna is equipped in an
Ad-hoc Network (MANET). A MANET is a
OBU such that the vehicle communications
self forming network and very flexible,
with each other or the roadside units can be
which has some characteristics like dynamic
made.
topologies, less bandwidth and energy
(ii) Road Side Unit (RSU)
consumption and it can function without the
The RSU are allocated along the roads. The
need of any centralized control. So VANET
main function of the roadside units is to
is wireless communication between vehicle
bypass the messages between the vehicles
to vehicle and vehicle to roadside
and trust authority.
infrastructure based on wireless local area
(iii) Trust Authority (TA)
network (WLAN) technology. Each node in
The Trust Authority is a server which is
an ad hoc network acts as both a data
managed by a service provider or the
terminal and a router [2]. The nodes in the
government. The function of a trust
network then use the wireless medium to
authority is to maintain the service, to keep
communicate with other nodes in their radio
the records of each vehicle or to issue the
range. The advantage of using ad hoc
certificate for each vehicle.
networks is it is possible to deploy these
3. Infrastructural Domain

The RSU can connect to the


infrastructural networks or to the
Internet, allowing the OBU to access the
infrastructure network.

AUs are registered with the OBU


to connect to any internet based host.
OBU can also communicate with
other hosts for non-safety
applications, using the
communication of cellular radio
networks (GSM, GPRS, UMTS,
HSDPA, WiMax and 4G)
Figure 1 Vehicular Ad Hoc Network (ref. to 22)

VANET Communication Domains

1. In- Vehicle Domain

This domain consists of an OBU and


one or multiple AUs.

The OBU provides a communication


link to the AU in order to execute
one or more of a set of applications
provided by the application provider
using the communication capabilities
of the OBU.

Fig 2(ref. to 23)


2. ADHOC Domain
Unique attributes of VANETs
The ad hoc domain on VANET
consists of vehicles equipped with  Predictable mobility
OBUs and a station along the road side,  Providing safe driving, improving
the RSU. passenger comfort and enhancing
traffic efficiency
Two types of communications are  No power constraints
there in the ad hoc domain:  Variable network density
1. Vehicle to vehicle  Rapid changes in network topology
communication (V2V)  Large scale network
2. Vehicle to infrastructure  High computational ability
communication (V2I)
DIFFERENT ROUTING PROTOCOLS
Challenges and requirements in VANETs
A vehicular ad hoc network (VANET) uses
 Signal fading cars as mobile nodes in a MANET to create
 Bandwidth limitations a mobile network. A VANET turns every
 Connectivity participating vehicle into a wireless router or
 Small effective diameter node, allowing vehicles approximately 100
 Security and privacy to 300 meters of each other to connect and,
 Routing protocol in turn, create a network with a wide range.
The routing protocols in VANET are
Applications broadly classified into the following four
Vehicle to vehicle and Vehicle to categories:-
infrastructure communications allow the Cluster based routing protocols
development of a large number of Broadcast based routing protocols
applications and can provide a wide range of Geocast based routing protocols
information to drivers and travelers. Position based routing protocols
Categories: 2.1) Geocast Based Routing Protocols
1. Comfort and entertainment
applications: This category of
applications aims to improve drivers Geocast based routing protocol is a location
and passengers comfort levels (make based multicast routing protocol. Every
the journey more pleasant) and participating node delivers the message to
enhance traffic efficiency. other nodes that lie within a predefined
They can provide drivers or travelers with geographic region based on ZOR (Zone Of
1. Weather and traffic information Relevance). The principle is that the sender
2. Detail the location of the nearest vehicle need not deliver the message to
restaurant, petrol station or hotel and nodes beyond the ZOR.
their prices In [17], the routing in Mobile Ad-hoc
3. Passengers can access the internet Networks was described. Routing in mobile
and send or receive instant messages Ad-hoc networks is quite a challenging task
or play online games while the since the nodes move arbitrarily, have
vehicle is connected to the limited power back, topology changes and
infrastructure network lack of other resources. In other routing
protocols there is lot of routing overhead
due to the flooding of the messages. This
2. Security services: routing protocol is based on location
information in which neighboring nodes
1. Intersection collision avoidance which are in the forwarding zone will
2. Public safety rebroadcast route request packet and send a
3. Sign extension route reply to the source. In this paper
4. Vehicle diagnostics and maintenance location tracking and on demand protocol
5. Information from other vehicles was used. There are many methods of
locating the mobile nodes like Radio
location techniques, Global Positioning
System (GPS), the Bat system, the Cricket
Compass system and RADAR. This work
has made the combination of the location supporting a packet delivery system through
tracking mechanism that has been the use of adequate flooding. In simple
configured in the real MANET test bed with flooding, there are redundant
geocasting capability. Each mobile node retransmissions of geocast messages,
(MN) has run the location tracking program increasing network traffic, potentially
and stored the positioning table at the nodes resulting in broadcast storms. The paper
itself in a file. The data was in sequence and proposed a solution to this problem as
started with the MAC address, IP address follows. Rather than having all nodes
and the distance to each neighbor from MN. participate in the packet transmission, only
In [2], a protocol named GeoTORA was the nodes that satisfy following two
proposed, as it was derived from the conditions: those that have a transmission
Temporarily Ordered Routing Algorithm range that is larger relative to the average
(TORA) (unicast) routing protocol. Flooding transmission range, and those that are able to
is also incorporated in GeoTORA, but it is cover areas that are still uncovered. As a
limited to nodes within a small region. This consequence, this approach helps reduce the
integration of TORA and flooding can number of transmissions. To stop a node
significantly reduce the overhead of geocast accepting duplicate packets, a unique
delivery, while maintaining reasonably high sequence numberis associated with each
accuracy. TORA is one of a family of link packet, which is compared with previously
reversal algorithms for routing in ad hoc recorded (source, sequence) pairs. The
networks. For each possible destination in sequence number is a combination of the
the ad hoc network, TORA maintains a MAC address of the sender and the time the
destination-oriented directed acyclic graph packet was sent. The protocol uses simple
(DAG). In this graph structure, starting from logical comparisons based on a node’s
any node, if links are followed in their transmission range. The decision is made
logical direction, the path leads to the using two matrices. The Map matrix
intended destination. TORA uses the notion provides the information about the covered
of heights to determine the direction of each and uncovered areas within the region, while
link. Despite dynamic link failures, TORA the Coverage matrix represents the area that
attempts to maintain the destination oriented a node can cover by its transmission range.
DAG such that each node can reach the Simulation results showed that by
destination. To implement GeoTORA, they eliminating the redundant retransmissions,
firstly modified TORA to be able to perform the protocol reduces data traffic and
anycast. To perform an anycast, an anycast overhead significantly, when compared with
group is defined - anycast group consists of simple flooding.
a subset of the nodes in the network. When a In [10] Vehicular delay-tolerant network
node sends a message to the anycast group, (VDTN) architecture was introduced to deal
the message is delivered to any one member with connectivity constraints. VDTN
of the anycast group. As simulation results assumes asynchronous, bundle-oriented
show, this integration of TORA and communication, and a store-carry-and-
flooding can significantly reduce the geocast forward routing paradigm. A routing
message overhead as compared to pure protocol for VDTNs should make the best
flooding, while achieving high accuracy of use of the tight resources available in
geocast delivery. network nodes to create a multi-hop path
In [18], a protocol was proposed that that exists over time. A VDTN routing
extends existing geocast protocols by protocol, called GeoSpray, was proposed,
which takes routing decisions based on a geographic zone at time t, the mobicast
geographical location data, and combines a routing is to disseminate the data message
hybrid approach between multiple-copy and initiated from a specific vehicle to all
single-copy schemes. First, it starts with a vehicles which have ever appeared in the
multiple-copy scheme, spreading a limited zone at time t. This data dissemination must
number of bundle copies, in order to exploit be done before time t+λ through the carry-
alternative paths. Then, it switches to a and-forward technique. In addition, the
forwarding scheme, which takes advantage temporary network fragmentation problem is
of additional contact opportunities. In order considered in protocol design. In addition,
to improve resources utilization, it clears the low degree of channel utilization is kept
delivered bundles across the network nodes. to reserve the resource for safety
It is shown that GeoSpray improves applications. To illustrate the performance
significantly the delivery probability and achievement, simulation results are
reduces the delivery delay, compared to examined in terms of message overhead,
traditional location and non location-based dissemination successful rate, and
single-copy and multiple-copy routing accumulative packet delivery delay.
protocols.

In [14] GeoCross, a simple, yet novel, event- 2.2) Broadcast Based Routing Protocols
driven geographic routing protocol is
proposed that removes cross-links Broadcast based routing protocols include
dynamically to avoid routing loops in urban simple flooding techniques or selective
Vehicular Ad Hoc Networks (VANETs). forwarding schemes to counter this network
GeoCross exploits the natural planar feature congestion. Following are listed some of the
of urban maps without resorting to research papers based on broadcast based
cumbersome planarization. Its feature of routing.
dynamic loop detection makes GeoCross
suitable for highly mobile VANET. We In [12] a new VANET routing protocol is
have also shown that caching (GeoCross + proposed, which tries to reduce the effect of
Cache) provides the same high packet broadcast storm problem in VANETs. As
delivery ratio but uses fewer hops. the number of vehicles becomes above a
certain value, the probability of packet
In [15] different VANET applications are collisions and medium contentions among
considered to make the routing protocol. vehicles which try to connect, get increased.
The comfort application drives the threats of The proposed technique, namely Selective
new entertainments for vehicular ad-hoc Reliable Broadcast protocol (SRB), try to
networks (VANETs). The contentment limit the number of packet transmissions, by
application usually keeps the delay-tolerant selecting neighboring nodes, acting as relay
facility; that is, messages initiated from a nodes. So the number of vehicles to which
specific vehicle at time t can be delivered the packet will be forwarded gets reduced,
through VANETs to some vehicles within a without affecting network performance.
given constrained delay time λ. In the paper, SRB uses the vehicular partitioning behavior
a new mobicast protocol is discussed to to select forwarding nodes. Each cluster is
support contentment applications for a automatically detected as a zone of interest,
highway scenario in vehicular ad-hoc whenever a vehicle is approaching, and
networks (VANETs). All vehicles located in packets will be forwarded only to selected
vehicles, opportunistically elected as cluster- the next relay node. However, if there is
heads. The main strengths of SRB are the more than one node receiving lowest
efficiency of detecting clusters and selecting duplicate packets, then the nodes distances
forwarding nodes in a fast way, in order to from the border will be compared and the
limit the broadcast storm problem. node nearest to the border will be chosen.
Simulation results have been carried out
both in urban and highway scenarios, to 2.3) Cluster Based Routing Protocols
show the effectiveness of SRB, in terms of
cluster detection and reduction of number of In cluster based routing, several clusters of
selected forwarders. nodes are formed. Each cluster is
represented by a cluster head. Inter-cluster
In [19], an efficient form of flooding to communication is carried through cluster
overcome problems such as collision, heads whereas intra-cluster communication
redundancy and medium contention was is made through direct links. Following are
described. In high density network, linkage listed some of the research papers based on
is very high and extreme nodes coverage cluster based routing.
resulted in packet collisions and limited
channels to cope with the network In [11] it is said that developing multi-hop
congestions in the limited channels in routing protocols for urban VANETs is a
DSRC. To ease network traffic, opposite challenging task due to many factors such as
direction nodes are used to relay the frequent network disconnections. Many
emergency messages where an immobile VANET routing protocols use a carry-and-
sender node broadcasts the message to forward mechanism to deal with the
adjacent moving nodes. These nodes will challenge. However, this mechanism
keep relaying the message until the final hop introduces a large packet delay, which might
and the final node will transmit the message be unacceptable for some applications. So in
to a recipient node. The combination of the paper first the unique features of urban
location based and time reservation based VANET have been analyzed. They move
methods ensures high delivery and lower like clusters due to the influence of traffic
end-to-end delay of packet delivery. A node lights. So, the concept of using buses as the
calculates it’s waiting time from the given mobile infrastructure to improve the
time window that allows farthest node in the network connectivity is proposed. A novel
relay node's range to have the waiting time routing protocol named MIBR (Mobile
of the border node. Information losses could Infrastructure Based VANET Routing
occur both in low node and high node Protocol)is also proposed. This protocol
density, resulted from packet drops. In low makes full use of the buses, making them a
node density, packet drops increase due to key component in route selecting and packet
low connectivity, thus contribute to low forwarding. Simulation results show
success rate of receptions. In high node significant performance improvement in
density, packet collisions and channel fading terms of packet delivery ratio and
also contribute to the increase in packet loss throughput.
which leads to low success rate of receptions
by next relay nodes. In this paper, the time In [13] the energy constraint is considered to
reservation-based method calculates the time form the protocol. To save energy, various
reservation ratio provided for each node and routing protocols for VANETs have been
chooses a node with the lowest ratio to be proposed in recent years. However,
VANETs impose challenging issues to communication in VANETs. The scheme
routing. These issues consist of dynamical presented in the paper also reduces the
road topology, various road obstacles, high overall traffic in highly mobile VANET
vehicle movement, and the fact that the networks. The frequency of flood requests is
vehicle movement is constrained on roads reduced by elongating the link duration of
and traffic conditions. Moreover, the the selected paths. To prevent broadcast
movement is significantly influenced by storms that may be intrigued during path
driving behaviors and vehicle categories. To discovery operation, another scheme is also
this end, all these behaviors are incorporated introduced. The basic concept behind the
into routing and ERBA for VANETs– an proposed scheme is to broadcast only
energy-efficient routing protocol is specific and well-defined packets, referred
proposed. ERBA classifies vehicles into to as “best packets” in the paper. The
several categories, and then leverages performance of the scheme is evaluated
vehicle movement trends to make routing through computer simulations. Simulation
recommendation. It predicts the movement results indicate the benefits of the proposed
trends by current directions and next routing strategy in terms of increasing link
directions after going through the road duration, reducing the number of link-
intersections. With the vehicular category breakage events and increasing the end-to-
information, the driving behavior patterns, end throughput.
the distance between the current sections
and the next intersections, ERBA propagates In [21], a novel K-hop Cluster-Based
information among vehicles with less energy Location Service (KCLS) protocol in mobile
consumption. The proposed scheme is ad hoc networks was presented, which is
validated by real urban scenarios extracted able to well balance the trade-off between
from Shanghai Grid project. Experimental the communication overheads and the
results have shown that ERBA outperforms accuracy of location information. It provides
the compared routing protocols with respect capability of cluster-level self-route
to the end-end delay, the packet delivery recovery against interlink failures because
ratio and the path duration time. the clustering architecture based on cluster
ID has flexible scalability in support of large
In [16] one of the critical issues considered scale ad hoc networks and it reduce the
is the design of scalable routing algorithms overheads by the use of simple cluster level
that are robust to frequent path disruptions route and also provide more accurate
caused by vehicles’ mobility. The paper location information within the cluster and
argues the use of information on vehicles’ nearby neighborhoods. The proposed KCLS
movement information (e.g., position, protocol not only suppress the increasing
direction, speed, and digital mapping of rate of the total cost when the number of
roads) to predict a possible link-breakage hosts in the network increases but also
event prior to its occurrence. Vehicles are increases the hit probability of location
grouped according to their velocity vectors. service and reduces the passive effect of
This kind of grouping ensures that vehicles, host mobility on control overhead as well.
belonging to the same group, are more likely Scalability was good and can self discover
to establish stable single and multi hop paths the networks.
as they are moving together. Setting up
routes that involve only vehicles from the In [20], a cluster based routing protocol
same group guarantees a high level of stable dubbed Traffic Infrastructure Based Cluster
Routing Protocol with Handoff (TIBCRPH) void regions in order to reach the
was proposed. All of the nodes are deployed destination. In case of the vehicular nodes
in two-dimension space. Each node is the greedy forwarding method is highly
location aware through some types of unsuitable owing to their high mobility it’s
positioning services. There is a location very difficult to maintain the next hop
service mechanism which enables the source neighbor information as it may go out of
to detect position and velocity of destination range. As a consequence it will lead to the
node. Links are bidirectional. TIBCRPH is packet loss. GPSR suffers from one more
also high enough and the adaptability to the problems that is the beacons may be lost due
change of node speed is better than other to channel destruction or bad signal. As a
protocols. result it can lead to removal of neighboring
formation from location table. As a repair
2.4) Position Based Routing Protocols strategy when greedy forwarding fails
GSPR uses planarized graphs. But these too
Position based/geographic routing employs perform well only in highway scenarios
the awareness of vehicle about the position where there are no radio obstacles due to its
of other vehicles to develop a routing distributed algorithm. In case of a lot of
strategy. radio obstacles and their distributed nature
In [3], a Greedy Perimeter Stateless Routing may lead to certain partition of network and
(GPSR) was proposed in which greedy may lead to packet delivery impossible.
forwarding method is used in which the In [4], a new routing protocol named
neighbor which is closest to the destination AODV-VANET was proposed, which
is used for forwarding the packet. All incorporates the vehicles’ movement
devices have GPS which provides the information into the route discovery process
current location of the nodes and helps in based on Ad hoc On-Demand Distance
packet forwarding decision. Each node has Vector (AODV). A Total Weight of the
information about current position of other Route is introduced to choose the best route
nodes and also its neighbors and the together with an expiration time estimation
neighbors also help in making the packet to minimize the link breakages. The main
forwarding decision. GPSR protocol is idea of the proposed routing protocol is to
divided into two parts, 1) greedy forwarding incorporate the VANET features into
and the other is 2) perimeter forwarding. 1) AODV for the route discovery process.
In greedy forwarding the node that is closest These characteristics include position,
to the destination is used to send the data. As speed, acceleration, direction of the vehicle
the sender node knows the destination node and the link quality between the
so the greedy nodes are chosen (nodes closer communicating vehicles. AODV is chosen
to destination) till the packet is delivered to above all of the other reactive MANET
the destination. routing protocols due to its ability to quickly
2) Perimeter forwarding is used where the react to network changes. On top of that, it
greedy forwarding fails that is where there has an efficient route discovery method that
no node closest to the destination. In allows intermediate nodes, which have a
perimeter forwarding the nodes in void valid route to the destination node, to reply
region are used to forward the packet to the to requests messages. In particular, the
destination. And use the right hand rule in changes are made to the AODVUU version
that case. In “right hand rule”, the paths are of the MANET routing protocol. One way to
traversed in the clockwise direction in the determine whether a intermediate vehicle
should be chosen to route data packets is by position-based routing functionality and
examining whether it is within the radio services (beaconing, multi-hop forwarding,
range long enough so as to send all the and geo-location discovery), and enhance
needed data packets. After the route the network robustness. It proposes defense
discovery process, the best route from the mechanisms, relying both on cryptographic
source to the destination nodes is chosen. primitives and plausibility checks mitigating
However, along the connection path, a link false position injection. The implementation
breakage still occurs if an intermediate and initial measurements show that the
routing vehicle leaves the radio security overhead is low and the proposed
communication range. To avoid link scheme deployable. Position-based routing
ruptures and to establish reliable routes, the provides multi-hop communication in a
expiration time of the chosen route is wireless ad hoc network. It assumes that
estimated and initiates a new route discovery every node knows its geographic position,
process before the link breaks. e.g. by GPS, and maintains a location table
In [5], a new position-based routing strategy with ID and geographic positions of other
was proposed with the consideration of nodes as soft state. PBR supports geographic
nodes moving direction for VANETs, called unicast (GeoUnicast), topologically-scoped
DGR (Directional Greedy Routing) and broadcast (TSB, flooding from source to
considering the fact that vehicles often have nodes in n-hop neighborhood),
predicable mobility, its extension PDGR geographically-scoped broadcast
(Predictive Directional Greedy Routing) is (GeoBroadcast, packet transport from source
proposed to forward packet to the most to all nodes in a geographic area) and
suitable next hop based on both current and geographically-scoped anycast (same as
predicable future situations. Directional GeoBroadcast, but to one of the nodes in the
Greedy Routing is based on greedy area). Basically, PBR comprises three core
forwarding under the consideration of nodes components: beaconing, a location service,
movement. It consists of the two forwarding and forwarding. This paper has presented a
strategies, Position First Forwarding and solution to secure a position-based routing
Direction First Forwarding. In DGR, when protocol for wireless multi-hop
calculating weighted score for choosing next communication in vehicular ad hoc
hop, we only take into account the packet networks. This solution combines digital
carrier’s current neighbors. In fact, a further signatures/certificates, plausibility checks,
prediction by considering the packet and rate limitation. Digital signatures on a
carrier’s possible future neighbors can make hop-by-hop and end-to-end basis provide
routing more efficient. Simulation results authentication, integrity and non-
have shown DGR and PDGR outperform repudiation. Plausibility checks reduce the
GPSR significantly in the terms of packet impact of false positions on the routing
delivery ratio, end-to-end delay and routing operation. Rate limitation reduces the effect
overhead. Also these two strategies of packet injection on a large part of the
outperform GSR. PDGR outperforms DGR network. A main characteristic of the
slightly because of the use of prediction. solution is its deploying ability due to usage
In [6], a scheme that secures geographic of well-established security mechanisms.
position-based routing was provided, which In [7], a spatially aware packet routing
has been widely accepted as the appropriate approach is proposed to predict permanent
one for vehicular communication. It topology holes caused by spatial constraints
integrate security mechanisms to protect the and avoid them a forehand. This approach is
generic and can be used in combination with preloaded digital maps, which provides a
any existing geographic forwarding protocol street-level map. And also each vehicle is
as an extension. The use of a wireless required to maintain a neighbor table where
mobile ad hoc network (MANET) is the position, velocity, and direction of each
motivated to build an inter-vehicle neighboring vehicle are recorded. This table
communication system. These multi-hop is built and updated owing to the periodic
networks consisting of vehicles on the road exchange of Hello packets by all vehicles.
allow to locally exchanging vehicle, traffic GyTAR scheme is organized into three
and environment data to realize novel mechanisms: 1) a completely decentralized
cooperative driver assistance applications scheme for the estimation of the vehicular
and safety functions. The routing of data traffic density in city roads; 2) a mechanism
packets (i.e. the addressing and forwarding for the dynamic selection of the intersections
of messages) inside such an inter-vehicle through which packets are forwarded to
radio network is performed best by a reach their destination; and 3) an improved
position-based routing protocol. However, greedy forwarding mechanism between two
most existing position-based routing intersections. Hence, using GyTAR, packets
protocols do not take into account the spatial will successively move closer toward the
environment of the ad hoc network and its destination along the streets where there are
impact on the mobile nodes' (or vehicles) enough vehicles providing connectivity. The
geographic distribution. In this paper, GyTAR protocol efficiently utilizes the
Spatially Aware Routing (SAR) is unique characteristics of vehicular
presented, a new routing approach that environments, like the highly dynamic
makes use of spatial awareness for packet vehicular traffic, the road traffic density, and
forwarding. Relevant spatial information, the road topology, in making routing and
like the road network topology is extracted forwarding decisions. The selection of
from existing geographic databases, like intermediate intersections among road
digital maps, to generate a simple graph- segments is dynamically and sequentially
based spatial model. Based on the spatial performed based on the scores attributed to
model, a Source node can predict static each intersection. The scores are determined
topology holes caused by spatial constraints, based on the dynamic traffic density
like road geometry and layout of the mad information and the curve metric distance to
network. The sender then selects a the destination. The traffic density
Geographic Source Route to avoid these information for intersection score
holes in packet forwarding. The simulation calculation is a decentralized mechanism in
results show that basic SAR can effectively GyTAR to dynamically estimate nearly
improve routing performance in situations accurate vehicular traffic along traffic
with permanent topology holes. roads, with a very low percentage of error.
In [8], the improved greedy traffic-aware The optimum values for the weighting
routing protocol (GyTAR) was introduced. factors of the traffic density and distance
GyTAR is an intersection-based information components in the intersection
geographical routing protocol that is capable scores are evaluated, and their sensitivity is
of finding robust and optimal routes within analyzed, showing a good balance between
urban environments. Each vehicle in the these two parameters. Simulation results
network knows its own position and speed show that GyTAR performs better in terms
using GPS and can determine the position of of throughput, delay, and routing overhead,
their neighboring intersections through
compared with other protocols (LAR and of VANET routing protocols that target
GSR) proposed for vehicular networks. vehicle to vehicle communication. This
[9]In case of the intersection node the paper provides four categories of VANET
greedy mode is changed to the predictive routing protocols that exist since previous
mode. This protocol suffers from the local couple of years, giving a brief discussion of
maximum problem for which right hand rule the protocol working. This review paper has
is used to forward the packet to the given differences among major
intersection for the decision-making. classifications of routing protocols. In this
brief study on various VANET routing
CONCLUSION protocols; different related research issues
and challenges/difficulties are represented
This paper has provided a summary of that require more effort and research to
vehicular ad hoc networks discussing their address them.
characteristics and motivations with a study

REFERENCES

1. Al-Sultan S, et al. A comprehensive survey on vehicular Ad Hoc network. Journal of Network and Computer Applications
(2013), http://dx.doi.org/10.1016/j.jnca.2013.02.036i
2. Y. Ko and N.H. Vaidya, GeoTORA: A protocol for geocasting in mobile ad hoc networks, Proc. of the 8th International
Conference on Network Protocols, November 2000.
3. Karp B. and Kung H, Greedy Perimeter Stateless Routing for Wireless Networks, Proceedings of the Sixth Annual ACM/IEEE
International Conference on Mobile Computing and Networking (MobiCom 2000), pp. 243-254, Boston, MA, August, 2000.
4. Xi Yu, et al. A Reliable Routing Protocol for VANET Communications, 2011 IEEE.
5. Jiayu Gong, et al. Predictive Directional Greedy Routing in Vehicular Ad hoc Networks, 27th International Conference on
Distributed Computing Systems Workshops, 2007 IEEE.
6. Festag A, et al. Secure Position-Based Routing for VANETs, 2007 IEEE
7. Tian J, et al. Spatially Aware Packet Routing for Mobile Ad Hoc Inter-Vehicle Radio Networks, 2003 IEEE.
8. Jerbi M, et al. Towards Efficient Geographic Routing in Urban Vehicular Networks, IEEE TRANSACTIONS ON
VEHICULAR TECHNOLOGY, VOL. 58, NO. 9, NOVEMBER 2009.
9. Lee K, et al. Enhanced Perimeter Routing for Geographic Forwarding Protocols in Urban Vehicular Scenarios, In Proc. Of
AutoNet'07, Washington, DC, Nov.2007.
10. V.N.G.J. Soares et al., GeoSpray: A geographic routing protocol for vehicular delay-tolerant networks, Informat. Fusion
(2011), doi:10.1016/j.inffus.2011.11.003
11. Luo J, et al. A Mobile Infrastructure Based VANET Routing Protocol in the Urban Environment, 113 IEEE computer society,
2010 IEEE DOI 10.1109/CMC.2010.
12. Vegni A,et al. SRB: A Selective Reliable Broadcast Protocol for Safety Applications in VANETs. [Research Report] 2012.
<hal 00705311>
13. Zhang D, et al. An Energy-Efficient Routing Protocol Using Movement Trends in Vehicular Ad hoc Networks. Computer
Journal. 56(8):938-946. doi:10.1093/comjnl/bxt028, 2013
14. Lee K, et al, GeoCross: A geographic routing protocol in the presence of loops in urban scenarios, Ad Hoc Netw. (2010),
doi:10.1016/j.adhoc.2009.12.005
15. Chen Y, et al. Mobicast Routing Protocol with Carry-and-Forward in Vehicular Ad Hoc Networks, Department of Computer
Science and Information Engineering, National Taipei University, Taipei Taiwan
16. Nemoto Y, Senior Member, IEEE et al. A Stable Routing Protocol to Support ITS Services in VANET Networks IEEE
TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 56, NO. 6, NOVEMBER 2007
17. Latiff L, et al. Location-based Geocasting and Forwarding (LGF) Routing Protocol in Mobile Ad Hoc Network, Proceedings
of the Advanced Industrial Conference on Telecommunications/Service Assurance with Partial and Intermittent Resources
Conference/ELearning on Telecommunications Workshop, 2005 IEEE.
18. Hughes L, Maghsoudlou A. An Efficient Coverage-based Flooding Scheme for Geocasting in Mobile Ad hoc Networks,
Proceedings of the 20th International Conference on Advanced Information Networking and Applications (AINA’06), 2006
IEEE
19. Nuri N., Hasbullah H, Strategy for Efficient Routing in VANET, 2010 IEEE
20. Wang T, Wang G, TIBCRPH: Traffic Infrastructure Based Cluster Routing Protocol with Handoff in VANET, 19th annual
Wireless and optical communication conference (WCC), IEEE Digital Library, pp 1-5, 2010.
21. Leng S, et al. A Novel Location-Service Protocol Based on k-Hop Clustering for Mobile Ad Hoc Networks.
22. http://adrianlatorre.com/projects/pfc/img/vanet_full.jpg
23.http://www.seminarsonly.com/electrical%20&%20electronics/Intervehicle%20Commun ication.jpg

Das könnte Ihnen auch gefallen