You are on page 1of 4

A Novel Approach to Efficient and Reliable Routing

in Vanets
G.Mary Valantina S.Jayashri
Sathyabama University, Adhiparasakthi Engineering College,
Chennai, Melmaruvathur, Kanchipuram District,
Tamilnadu,India. Tamilnadu,India.
Valantina78@gmail.com. Jayaravi2010@yahoo.com.

Abstract— Vehicular Ad hoc Network (Vanet) is one of the with this rapid changing topology in Vanet it is a high time
emerging technology to support safety, traffic monitoring and need to go for an alternate approach for packet forwarding
comfort related services. Vanet is a subclass of Manet but its technique.
topology changes rapidly and network gets disconnected
frequently. The prevailing routing protocol of Manet is very II. UNIQUE FEATURES OF VANET
much applicable to Vanet. Because of its frequently
disconnecting routes it is difficult to design an efficient routing Vanet is a subclass of Manet, so whatever works for Manet
protocol. Proper design of routing protocol for Vanet makes the will also work for Vanets.But Vanet has some unique
network a successful one. In this paper we bring a concept of characteristics like its topology changes rapidly as the
introducing Mesh routers in the network thereby optimal route mobility of node is very fast[6],[7]. The nodes mobility is
is selected which leads to a decrease in routing overhead, packet constrained within the road topology and the movement of the
end-to-end delay and an increase in packet delivery ratio. node is unpredictable. The network structure is unbounded
Keywords—Vanets, Manets, Mesh Routers, Routing such that a vehicle wants to send a data to a vehicle which
Overhead, End to End delay. may be inside the same area or in different area cities,
different cities even over countries. So the data has to be send
I. INTRODUCTION in a timely manner and with security.
Recently Vanet is becoming an important area of research
because of its promising solution to Intelligent Transportation III. TYPES OF COMMUNICATION
System (ITS).Vanet is basically developed for safety and There are two types of communication possible in Vanets
comfort application for passenger. With the continuous vehicle to vehicle (V2V) and vehicle to Infrastructure
increasing number of vehicles on roads, the safety (V2I).V2V communication is about communication between
applications of VANET are extremely important to thousands the vehicles whereas V2I communication is about the
of people’s lives. Vanets are characterised by highly mobile communication between the vehicle and some road side units
nodes and are constrained by some patterns of movement. as shown in Fig 1.Road side units are some fixed
Vanets are subclass of Manets, in vanets the Vehicles are infrastructure that is installed along the road side such as
equipped with an On Board Communication unit (OBU) and gateways or base stations which provide internet facility in
thereby the vehicles are acting as a node in the network. This vanets.
OBU is connected to Road Side Unit (RSU)[1] via radios, The
RSU’s plays an important role in the vanets environment for
message transfer. IEEE 802.11 supports Wireless Access in
Vehicular Environments. But for short range communication
Vanets uses Dedicated Short Range
Communication(DSRC)standard.[2]DSRC has a
communication range of 300m to 1Km.The VANET which
supports complete mobility and applications in dynamic,
random, and multi-hop topology is one of the branches of Fig.1.Communication in vanets.
MANET (Mobile Ad Hoc Network) in a special situation. In
VANET, the change of the topology is rapid[3] but Since the topology of the network is constantly changing, the
predictable; fragmentation of the network occurs frequently; routing of packets between any pair of nodes becomes a
the mobility of the nodes is regular and they do not have the challenging task. Multicast routing in vehicular Ad hoc
problem of energy limitation, there is rich information from network is another challenge because the multicast tree is no
outside equipments such as GPS (Global Positioning System) longer static because the nodes moves in a random fashion
and GIS (Geographic Information System)[4]-[6]. To cope up

978-1-4799-2259-14/$31.00©2014 14
In this paper, we present a variant of the AODV protocol that ACK is received. Broadcast packets are sent and they are
effectively mitigates the problems and limitations associated readily available which does not expect any acknowledgement
with the Physical, MAC and Network layers. One of our key from the recipient.
contributions is the introduction of a new routing metric that Route discovery process is initiated either when the
allows differentiating between node types. The effect of this sender S detects that a previously determined route to
new metric is that routes preferentially include Mesh Routers destination node D is broken, or if source node S does not
in the network. With the help of extensive simulations; we know a route to the destination. In our implementation, we
show that our variant of AODV outperforms standard AODV assume that node S can know that the route is broken only if it
by a considerable margin. attempts to use the route. When a source node S transmits a
data packet along a particular route, if the next hop on the
IV. AODV ROUTING PROTOCOL FOR VANETS route is broken a node along that path returns a route error
AODV is an on demand routing protocol and it is based on message. When source node S receives the route error
distance vector technology. When the source host wants to message, a route discovery is initiated for destination D. using
send packets to the destination, it checks its routing table and the algorithm mentioned above, the route request would reach
if it cannot get the route from its routing table, it will every node that is reachable from node S. Using location
broadcast a Route Request (RREQ)[8]. The neighbours may information, we attempt to reduce the number of nodes to
establish the routes back to the source host through the RREQ. whom route request is propagated.
If the neighbour has an active route to the destination, it will Dynamic source routing (DSR) and ad hoc on-
send a Route Reply (RREP) to the source. Otherwise, the demand distance vector routing (AODV) protocols [13]-[[16]
RREQ will be re-broadcast further until a route is found. If a proposed previously are both based on variations of flooding.
reply is sent, all hosts along that path may establish the route DSR and AODV also use some optimizations - several of
to the destination. these optimizations as well as other optimizations suggested
A variable called destination sequence number is used to can be used in conjunction with the proposed algorithm
avoid routing loop and to identify the freshness of the route.
The sequence of a mobile host is increased at every time that In this paper our protocol variant (EV-AODV), adds simple
it sends RREQ or RREP. The link with the largest destination modifications to AODV. In standard AODV hop count is
sequence number is mostly preferred. If several paths have the selected but in EV-AODV the Mesh Router Count is selected
same sequence, the shortest one will be chosen. More details as the routing metric.. By selecting routes which minimize this
about AODV [10],[14] can be found in AODV’s desirable metric, we can guarantee that that the established routes
features are its low byte overhead and loop free routing. But primarily consist of Mesh Routers [3] as shown in Fig 2.
the on-demand route query usually brings a longer delay for
the first few packets. The genuineness of the destination
sequence and distance vector leaves vulnerabilities to
attackers. The network will be compromised due to the
deficiencies introduced by the attacks.

The link layer of our simulator implements the


complete IEEE 802.11 standard Medium Access Control
(MAC) protocol Distributed Coordination Function (DCF) in
order to accurately model the contention of nodes for the
wireless medium [11],[12]. DCF is designed to use both
virtual carrier sensing and channel sensing mechanisms to
reduce the probability of collisions due to hidden terminals.

To avoid the hidden terminal problem the transmission


of each unicast packet is preceded by a Request-to-
Fig 2.Mesh routers in Vanets.
Send/Clear-to-Send (RTS/CTS) exchange [9] that reserves the
wireless channel for transmission of a data packet. When a
The mesh router does not require any predetermined path
node wants to send a data to another node before sending the
between them. Mesh routers are included in the network and
data, a RTS signal will be send to the destination node. If the
they act in real time to find a active route. The mesh routers
destination is free it will send a CTS signal to the source node.
actively note down the activity of the network and monitor the
While this is happening another node which wants to send a
nearby devices. Even mobile mesh routers has come into
data to the same destination then it also sends a RTs to that
existence which can work at the speed of vehicle.
destination node but it will send a wait signal because it is
Upon deployment of the mesh routers, they monitor each
busy. So by this way collision of data packets are avoided. For
other and automatically detect an optimal route which is free
each correctly received packet an Acknowledgment (ACK) is
of contention. It provides graceful re-routing of packets when
send to the sender. The sender retransmits the packet until this

15
there is a network failure. The flowchart for the working of The path chosen on the basis of throughput, packet delivery,
EV-AODV is shown below. signal-to-noise ratios, and other key criteria is considered to
be optimal. In this manner a final route is selected which
provides optimized channel diversity and guarantees
START
¾ Increase of data delivery ratio
¾ Decrease of data packet delay
¾ Decrease of routing overhead
Node Receives RREQ

V. SIMULATION
Simulation is done in NS-2 simulator. The ns-2 accepts the
input file that has the information of each node and the
Y Is it a packets generated by each node. The time information of the
Mesh
router
packets are also present in that source file. The simulation
parameter values are shown in table1.
Table 1.Simulation parameters
Increment the Mesh Router
count N
Parameter Value
Simulation time 900sec
Simulation area 1000*1000m
Forward the REQ Propagation model Two ray ground reflection
Mobility model Random way point
Examined protocols A ODV &EV-AODV
Packet size 512bytes
Packet rate 32 pkts/s
Is it a N
Destination
The simulation results are shown in Figure for a range of
speeds. The results indicate that EV-AODV is able to
significantly reduce the packet loss compared to standard
AODV. During route establishment, EV-AODV focuses on
Y engaging minimally loaded channels for routing data traffic.
However, standard AODV forms routes over multiple hops by
Select the Path with Max Mesh Router Count randomly selecting the channels which are available. Thus, a
route may consist of a large number overlapping and flooded
channels, resulting in severe packet losses. The lower packet
losses incurred by EV-AODV enable it to achieve a higher
Send the RREP on the selected Path
packet delivery ratio than the standard AODV as shown in
Fig5.The standard AODV protocol, due to a high packet loss,
END
is unable to achieve a good put with increasing client speeds.
As mentioned earlier, the standard AODV protocol forms
Fig3: Flowchart of EV-AODV routes using random channels rather than selecting optimal
channels available in the network. As a result, links get
The EV-AODV works as follows, when a source wants to saturated and suffer from interference. This essentially causes
send a message to a destination the source initiates a route the routes to sever, thereby causing new route discoveries.
discovery process, the source vehicle broadcasts RREQ Therefore there is an increase in the routing overhead due to
packets. The nearby vehicle receives this and checks in its the repeated route discoveries. On the other hand, EV-AODV
routing table for a route to the destination. if a route to the selects optimal channels during the route establishment phase.
destination is present it will send the path to the source if no This enables the route to be effective for longer durations,
route found then it forwards the RREQ further. Now if the which minimizes the need for extraneous route discoveries as
RREQ is received by a mesh router it will increment the shown in Fig 4. As the routes created by the EV-AODV have
counter value. The reserved four bits of AODV header is used been optimized for minimal interference and optimal load
to store the counter value. Finally at the destination a path distribution among parallel links, packets are sent promptly
with maximum mesh router count will be selected and RREP without incurring excessive contention for the physical
will be sending on the selected path. medium. This has the effect of reduced average latency of the
data packets traversing an average of four hops as shown in

16
Fig 6. The packets flowing on routes established using AODV modifications result in a significant improvement of the key
face severe contention for the physical medium and are hence performance metrics evaluated for Vehicular Adhoc networks.
significantly delayed at each hop. The path optimality of the The simulation results show that under high mobility and
EV-AODV also remains higher than the standard AODV traffic load conditions, EV-AODV provides an improvement
protocol, due to the establishment of consistent routes during in terms of packet delivery rate, latency and routing overhead
the route discovery process. over the standard AODV routing protocol.

5.5
REFERENCES
5 EV-AODV
AODV [1] Ghassan M. T. Abdalla, Mosa Ali AbuRgheff and Sidi
4.5 Mohammed Senouci, “Current Trends in Vehicular Ad Hoc
Normalised Control Overhead

4 Networks”, Ubiquitous Computing and Communication.


[2] Taha,M.M.I ,Assiut Univ,Assiut,Hasan,Y.M.Y,”VANET-DSRC
3.5
Protocol for Reliable Broadcasting of Life Safety
3 Messages”,IEEE Xplore,Signal processing and Information
2.5
technology,2007 IEEE International symposium,Dec-2007.
[3] Asad Amir Pirzada1, Marius Portmann1“High performance
2
AODV Routing protocol for Hybrid Wireless Mesh
1.5 Networks”,IEEEXplore,Mobile and Ubiquitous Systems,2007.
www.tropos.com/pdf/datasheets/tropos_datasheet_4210
1
0 5 10 15 20 25 [4] G.Mary Valantina,Dr.S.Jayashri,”Evaluation of efficient message
Average velocity(m/s)
passing in VANETS”,International conference on computer
Fig 4.Routing Overhead networks and information technolgy,ICCNIT,Bangkok,session-1-
10-474,Pg no:49-51,june 2013.
[5] Abedi,O,Tehran,Fathy,Taghiloo.j,”Enhancing AODV routing
1.02
protocol using mobility Parameters in
EV-AODV
1 AODV VANET”,IEEEXplore,Computer systems and applications,2008.
0.98 [6] G.Mary Valantina,Dr.S.Jayashri,”Evaluation of Proactive and
0.96
Reactive Routing in VANETS”, International Journal of
Packet Delivery ratio

Electronics Communication and Computer Technology (IJECCT) ,


0.94
Volume 3 Issue 5 (September 2013) .
0.92 [7] Shu-ping Lu,Hsinchu,”The study of dynamic navigation with
0.9 WAVE/DSRC in VANETS”,Computer symposium(ICS)2010
0.88
international,IEEXplore,16-18 Dec.2010.
[8] Boangoat Jarupan,Eylem Ekici,”A survey of Cross-layer design
0.86
for VANET”s, Adhoc networks,,ELSEVIER, Nov 7,2010.
0.84
0 5 10 15 20 25
[9] M.C.Aswathy,C.Tripti,”An Enhancement to AODV Protocol for
Average Velocity(m/s) efficient routing in VANET-Acluster based approach”,Advances
in intelligent systems and computing vol 167,2012,pp 1027-
1032,Springer,may 25-27,2012.
Fig 5.Packet delivery ratio [10] HuiYao Zhang1, Marek E. Bialkowski2,Garry A. Einicke3, and
John Homer4,”An Extended AODV Protocol for VoIP Application
in Mobile Ad Hoc Network”, ECTI TRANSACTIONS ON
0.1
ELECTRICAL ENG., ELECTRONICS, AND
0.09 EV-AODV COMMUNICATIONS VOL.7, NO.2 August 2009
AODV [11] Hung-Chin jang,Wen-Chieh Feng”A network status detection-
0.08 based dynamic adaptation of contention windowin IEEE
802.11p”,Vehicular Technology conference(VTC 2010-
Average End-to-End Delay

0.07 spring),IEEEXplore,16-19 may 2010.


[12] JonathanLEDY,AbdelhafidABOUAISSA,”An Enhanced AODV
0.06 protocol for Vanets with realistic radio propagation
model”,France,27 april 2010.
0.05 [13] Bijan paul,Md.Ibrahim,Md.Abu naser bikas,”Experimental
analysis of AODV &DSR over TCP &CBR connections with
0.04
varying speed and node density in VANET”,,International Journal
0.03
of Computer application(0975-8887)Vol 24-No.4,june 2011.
[14] Hafeez,K.A,Lian Zhao,Zaiyi Liao,”Reliability of cluster-based
0.02
multichannel MAC protocols in
0 5 10 15 20 25 VANETs”,communicationa(ICC),IEEEXplore 10-15 june 2012.
Average velocity(m/s)
[15] Bijan paul,Md.Ibrahim,,Md.Abu naser bikas”VANET Routing
protocols:Pros and Cons”,International journal of
Fig 6.End-to-End delay applications(0975-8887) volume 20-no.3,April 2011.
[16] Imran Khan "A Performance Evaluation Of Ad Hoc Routing
Protocols for Vehicular Ad Hoc Networks" Thesis Presented to
Mohammad Ali Jinnah University, 2009.
VI. CONCLUSION
In this paper, we have presented EV-AODV, a variant of the
AODV protocol, which makes effective use of the additional
capabilities offered by the Mesh Routers. Our simple

17

You might also like