Sunteți pe pagina 1din 7

International Journal of Trend in Scientific Research and Development (IJTSRD)

International Open Access Journal | www.ijtsrd.com

ISSN No: 2456 - 6470 | Volume - 3 | Issue – 1 | Nov – Dec 2018

Enhanced Performance ffor Military Vehicles Using


U
Clustering Algorithm iin VANET
Deepak Kumar Malviya Prashant Shrivastav
M.Tech. Student Assistant Professor
Department of IT, UIT BU
BU, RJIT BSF,, Takenpur, Gwalior,
Bhopal, Madhya Pradesh, India Madhya Pradesh India

ABSTRACT
Vehicular Ad-hoc
hoc networks are established between roadside equipment. Vehicles and road side fixed
mobile vehicles equipped with wireless interfaces that equipment’s both of them can be either private
could be either of heterogeneous or homogeneous (belonging to individuals or companies) or public
nature. Vehicles and road side fixed equipment’s both means of transport (like public service vehicles)
of them can be either private (belonging to individuals service providers. In this network every participating
or companies) or public means of transport service vehicle works as single node or wireless router,
providers. In this network every participating vehicle allowing cars which are 100 to 300 m from each other
works as single node or wireless router, allowin
allowing cars to connect and create a network with a large range. As
which are 100 to 300 m from each other to connect vehicles go out of the coverage range and get
and create a network with a large range. Since disconnected from the network, other vehicles can
vehicle/ node in VANET are quick moving element, join, connecting vehicles to each another creating a
so the route among the nodes breaks much of the time. mobile internet.
In this paper, clustering performed for the
transmission
mission of the data from the source to
destination. This technique increases the go with the
flow rate of data packets inside the network and
decreases the end-to-end delay.

KEY WORDS: VANET, Routing Protocols,


Heterogenous, Homogeneous nature

I. INTRODUCTION
Recent advances in communication technologies have
enabled wide range of networks. Vehicular Ad Ad-Hoc
Network is one of such network which has received
lot of interest in last couple of years. VANET
suddenly became an active area of development Fig. 1 VANET Architecture
Arch
because of itss immense potential to support whole
new range of frameworks which will support II. ROUTING PROTOCOL IN VANET
applications to comfort drivers and passengers. In VANET, the routing protocols are classified into
Vehicular Ad-hoc
hoc networks are established between five categories: Topology based routing protocol,
mobile vehicles equipped with wireless interfaces that Position based routing protocol, Cluster based routing
could be either of heterogeneous
rogeneous or homogeneous protocol, Geo cast routing protocol and Broadcast
nature [1]. VANETs (Vehicular Ad-hoc hoc Networks) routing protocol.
col. These protocols are characterized on
enable communication of one vehicle with another the basis of area / application where they are most
one as well as in between vehicles and nearby fixed suitable [2].

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 882
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
A. Topology Based Routing Protocols to transmit data packets to destination as soon
soo as
These routing protocols use links information that possible that is why these are also known as min
exists in the network to perform packet forwarding. delay routing protocols. Various types of position
They are further
ther divided into Proactive and Reactive. based greedy V2V protocols are GPCR, CAR and
DIR
1. Proactive routing protocols 2. Greedy Perimeter Coordinator Routing (GPCR)
The proactive routing means that the routing GPCR is based upon the fact that city street form a
information, like next forwarding hop is maintained in naturall planner graph. GPCR does not require
the background irrespective of communication external static street map for its operation. GPCR
requests. The advantage of proactive rourouting protocol consists of two components: A Restricted Greedy
is that there is no route discovery since the destination forwarding procedure, A repair strategy for
route is stored in the background, but the disadvantage routing algorithm. A GPCR follows a destination
of this protocol is that it provides low latency for real based greedy forwarding strategy,
st it routes
time application. A table is constructed and messages to nodes at intersection. Since GPCR
maintained within a n ode.. So that, each entry in the does not use any external static street map so
table indicates the next hop node towards a certain nodes at intersection are difficult to find. GPCR
destination. It also leads to the maintenance of unused uses heuristic method for finding nodes located at
data paths, which causes the reduction in the available intersections and designates those nodes as
bandwidth. The various types of proactive routing coordinators. Coordinator has the responsibility of
protocols are: LSR, FSR [3]. making routing decisions. There are two
approaches used for coordinator determination
2. Reactive/Ad hoc based routing they are
Reactive routing opens the route only when it is
necessary for an ode to communicate with each other. a) Neighbor Table Approach:
It maintains only the routes that are currently in use, The nodes periodically transmit beacon messages
as a result it reduces the burden in the network. which contains their position information
info and last
Reactive
eactive routing consists of routediscovery phase in known position information of all neighbors, by
which the query packets are flooded into the network listening to beacon messages a n ode as information
for the path search and this phase completes when about its own position, position of its neighbor and
route is found. T he various types of reactive routing neighbor’s neighbor. Using this information node X
protocols are AODV, PGB, DSR and TORA consider itself to be within the intersection.
in
b) Correlation
rrelation coefficient approach:
B. Position Based Routing Protocols Position based In this case node uses its position information and the
routing consists of class of routing algorithm. position information of its immediate neighbor to find
They share the property of using geographic the correlation coefficient, pxy. This approach
positioning information in order to select the next performs better than neighbor table approach. B y
forwarding hops. The packet is send without any using
sing this approach the algorithm can avoid
map knowledge to the one hop neighbor, which is dependencies on external street map [5].
closest to destination. Position based routing is
beneficial since no global route from source node 3. Connectivity Aware Routing Protocols (CAR):
to destination node need to be created and CAR protocols find a route to a destination; it has
maintained. Position based routing is broadly unique characteristics that it maintains the cache of
divided in two types: Position basedd greedy V2V successful route between een various source and
protocols, Delay Tolerant Protocols [4]. destination pairs. I t also predicts the position of
destination vehicle repairs route as the position
1. Position Based Greedy V2V Protocols In greedy changes. Nodes using CAR protocols send periodic
strategy and intermediate node in the route Hello beacons that contain their velocity vector
forward message to the farthest neighbor in the information. O n receiving Hello beacons an ode will
direction of the next destination. Greedy approach record sender in its neighbor table and calculate its
requires that intermediate node should possessed own velocity vector and velocity vector of its
position of itself, position of its neighbor and neighbor. Beacons can also be piggybacked on
destination position. The goal of these protocols is forwarded data packets to reduce wastage of

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 883
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
bandwidth and congestion. Entries expire from the other vehicles. Connection opportunities must be
neighbor table when the distance between nodes scrutinized carefully since they occur infrequently and
exceeds the threshold value. The CAR protocols global topology is also rapidly changes. T he
establishes the notation of a guard which is a algorithm must predict whether forwarding message
geographic marker message, it is buffered and passed will provide progress toward intended destination.
d
from one vehicle to another to propagate the MOVE algorithm assumes that each node has
information. A guard is a temporary message that has knowledge of its own position, heading and
an ID, a TTL (Time to live) counts, a radius and some destination. From this information the current vehicle
state information. CAR provides two forms of guards. node can calculate the closest distance between the
The Standing guard and The Traveling guard. Routing vehicle and message destination. MOVE algorithm
errors may occur due to communication gap between use less buffer space. MOVE algorithm is specially
anchor points or due to guards. So CAR protocol has designed for sparse networks and for vehicles that
two recovery strategies to cope with the problem. The transfer data from sensor networks to base station [5].
first strategy is Time out algorithm with active
waiting cycle. T he second strategy is walk around 7. Vehicle Assisted Data Delivery (VADD)
error recovery. T he CAR protocol has the ability to VADD uses a carry and forward strategy to allow
generate
erate virtual information in the form of guards, packets to be carried
arried by vehicle in sparse networks for
which is a distinct advantage over other protocols. forwarding when the node enters the broadcast range,
thereby allowing a packet to be forwarded by relay in
4. Diagonal-Intersection-Based
Based Routing Protocol case of sparse networks. VADD require each vehicle
(DIR) to know its own position and also require an external
DIR protocol constructs a series of diagonal static
tic street map. Each packet has three modes:
intersections between the source and destination Intersection, Straight Way and Destination, where
vehicle. The DIR protocol is based upon the each mode is based on the location of the node
geographic routing protocol in which source vehicle carrying the packet. Intersection mode is used when
geographically forwards the data packets towards the the packet has reached an intersection at which
first diagonal intersection, second diagonal routing decisions
ons can be made for the packet to be
intersection and so on until the last diagonal forwarded to a vehicle along any of the available
intersection and finally geographically reaches to directions of the intersection. In Straight Way mode
designation vehicle. DIR vehicle is auto adjustable, the current node is on a road where there are only two
Auto adjustability means that one sub path with low possible directions for the packet to travel, in the
data packet delay between two neighboring diagonal direction
n of the current node or in the opposite
intersections, which is dynamically selected to direction. Destination mode is when the packet is
forward data packets. To reduce the data packet delay close to its final destination [6].
the route is automatically selected with lowest sub
path delay. DIR protocol can automatically adjust 8. Static Node Assisted Adaptive
daptive Routing Protocol
routing path for keeping the lower packet delay [5]. (SADV)
SADV aims at reducing message delivery delay in
5. Delay Tolerant Protocols sparse networks. S ADV also o dynamically adapts to
In urban scenario where vehicle are densely packed varying traffic density by allowing each node to
locating a node to carry a message is not a problem measure the amount of time for message delivery.
but in rural highway situation or in cities at night SADV assumes that each vehicle knows its position
fewer vehicles are running and establishing end to end through GPS and each vehicle has accessed to
route is difficult. So in such cases certain external static street map. S ADV has three
t different
consideration needs to be given in sparse ne networks. modules; Static Node Assisted Routing (SNAR), Link
The various types of Delay Tolerant Protocols are Delay Update (LDU) and Multipath Data
MOVE, VADD, and SADV. Dissemination (MPDD). SADV operates in two
modes: “In Road Mode” and “Intersection Mode”.
6. Motion Vector Routing Algorithm (MOVE) SNAR make use of optimal paths, which are
The MOVE algorithm is an algorithm for sparse determined on the basissis of graph abstracted from road
VANET scenario. I n these scenarios vehicle act as map. LDU maintains the delay matrix dynamically by
mobile router that have intermittent connectivity
nnectivity with

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 884
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
measuring the delay of message delivery between III. LITERATURE SURVEY
static nodes. MPDD helps in multipath routing [6]. K.LOGESHWARI et al. [2017] in this work, in light
of investigation of greedy routing for packet
c) Cluster Based Routing forwarding, we have proposed a Fuzzy Logic based
Cluster based routing is preferred in clusters. A group absolutely Greedy Routing (FLGR) protocol. FLGR is
of nodes identifies themselves to be a part of cluster a multi- hop routing protocol that is utilized to choose
and an ode is designated as cluster head will broadcast the next-hophop node in multi-
multi hop VANETs the
the packet to cluster. Good scalability can be provided utilization off fuzzy logic idea. We have taken into
for large networks but network delays lays and overhead consideration characteristics of a car as an input
are incurred when forming clusters in highly mobile metrics to fuzzy decision making structures. Based at
VANET. I n cluster based routing virtual network the best characteristic of simulation consequences, the
infrastructure must be created through the clustering FLGR successfully choose the fine next-hop
next node for
of nodes in order to provide scalability. T he various in addition
ddition packet transmission inside the network [7].
Clusters based routing protocols cols are COIN and
LORA_CBF Xiaomin Ma et al. [2017] In the plan, a capable new
d) Broadcast Routing technique coordinating transmitter-situated
transmitter
Broadcast routing is frequently used in VANET for redundancies, ESD bitmap, message s sequence
sharing, traffic, weather and emergency, road number, and modulo based sequence number, smaller
conditions among vehicles and delivering than expected d opening is given to beat attainable
advertisements and announcements. The various concurrent timer due among close nodes and
Broadcast routing protocols are BROADCOMM, conceivable message collisions inside the traditional
UMB, VTRADE, and DV-CAST [6]. separation based clock for decision of multi-hop
multi
e) Geo Cast Routing forwarders. The unwavering quality and execution of
Geo cast routing is basically a location based the proposed conspiree are analyzed and in correlation
multicast routing. Its objective is to deliver the packet with that of various communicate plans for VANET
from source node to all other nodes within a specified event driven wellbeing administrations on highways.
geographical region (Zone of Relevance ance ZOR). In The new analytic account for the effect of the
Geo cast routing vehicles outside the ZOR are not Nakagami blurring channel with separate built up
alerted to avoid unnecessary hasty reaction. Geo cast direction loss and vehiclee versatility on the reliability
is considered as a multicast service within a specific and general execution. Extensive simulations are
geographic region. It normally defines a forwarding performed to affirm the correctness of our proposed
zone where it directs the flooding
ing of packets in order scheme and models below realistic network parameter
to reduce message overhead and network congestion settings [8].
caused by simply flooding packets everywhere. In the
destination zone, unicast routing can be used to Shubham Mittal et al.[2016]
[2016] in this paper, our
forward the packet. One pitfall of Geo cast is network proposed a technique to development the flexibility of
partitioning and also unfavorable
avorable neighbors, which the protocol with the evolving topology. Since
may hinder the proper forwarding of messages. The vehicle/ node in VANET are quick moving element,
various Geo cast routing protocols are IVG, DG DG- so the route among the nodes breaks much of the time.
CASTOR and DRG [6]. The algorithm builds up a trade course for the data
packet transmission when connect break happens.
This technique increases the go with the flow rate of
data packets inside the network and decreases the end-
end
to-end
end delay. The simulation is accomplished to
assess the network performance, and the end result of
AODV-AP AP shows the better PDR and lower network
overhead as evaluate to AODV and OLSR [9].

Waqar farooq [2016] et al presented that a novel


AUMVs protocol is proposed to develop a VANET
among unmanned Military Vehicles (MVs). The
Fig.2 Routing protocol in VANET proposed protocol performs cluster
clus based multicast

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 885
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
communication among AUMVs by considering real
time and dynamic war field scenario. The AUMVs
protocol develops stable clusters and becomes
adaptable as indicated by the military environment by
using a proposed Priority Based CH Election Scheme
(PCHE) amid cluster development which reduces the
network overhead and postponement. Additionally,
the AUMVs protocol achieves high throughput via
combining the multicast technique with a cluster
established scheme. The simulation outcome illustrat
illustrate
that the proposed protocol has achieved the purpose of
stable and efficient verbal exchange among unmanned
MVs.

Pierpaolo Salvo [2016] et al offered that we introduce


and inspect a hybrid networking design and protocol
which can be used for the efficientt execution of this
kind of assortment system. We employ a VANET VANET-
founded multihop dissemination good judgment to
spread manage messages and choose designated
nodes. These nodes are exploited to document
vehicular data through LTE communications. The
performance
mance conduct of the proposed protocol is
evaluated via the honour of two actual urban
scenarios. In comparing with efficiency bounds that
symbolize the efficiency habits attained via state
state-of
the art hybrid integrated VANET and LTE
mechanisms, we show our method to offer a vast
discount within the traffic load premiums triggered
over the LTE cell radio entry process.

IV. PROPOSED MODEL


In this paper, Weighted Based Clustering Protocol
used for the formation of the clusters. Nodes transmit
the data or detected events from one cluster head to
another cluster head.

Fig.3 Proposed Flowchart

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 886
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
V. RESULT ANALYSIS VANET surroundings every vehicle acts a mobile
For the implementation of the proposed work, we node and for exchanging data it acts a source or a
used NS2 for the simulation and the above mentioned destination or a router.
ter. Although VANET is a sub
techniques are applied to show the work. category of MANET however its nature is dynamic
due to pace of mobile nodes. With the proposed work,
Table 1: Parameter Table with their Values the clustering performed to enhance the network
Parameters Values lifetime and decrease the delay of the data.
Simulation Used NS2
Network Size 2000 m x 2000 m REFERENCES
Number of Nodes 30 1. Mrunmayi S Sahasrabudhe,dhe, Dr. Meenu Chawla
Simulation Time 20s “Survey of Applications based on Vehicular Ad-
Ad
Antenna Used Omni directional Antenna Hoc Network (VANET) Framework” / (IJCSIT)
MAC Protocol IEEE 802.11 International Journal of Computer Science and
Information Technologies, Vol. 5 (3) , 2014,
There are three tables which show throughput values, 3937-3942.
PDR values and Packet drop values at different time 2. James Bernsen, D. Mnivannan, “Unicast routing
period. protocols for vehicular ad hoc networks: A critical
comparison and classification”, in journal of
Table 2: Throughput Pervasive and Mobile Computing 5 (2009) 1-18
1
Time (in ms) Base paper Propose paper
3. Jetzabel Serna, Jesus Luna and Manel Medina
5 5471.9 37900.8
“Geolocation-based
based Trust for Vanet’s Privacy”
10 6092.63 37992.7
Dynamic Publishers,
hers, Journal of Information
12 6199.25 38073.1
Assurance and Security 4 (2009) Page 432-439,
432
15 6339.68 43091.2 2009
18 6429.48 46795.5
20 6473.38 49581.3 4. J. Angel F. Lage, C. Pereiro Gestoso, O. Rubinos,
F. Aguado Agelet “Analysis of Unicast Routing
Table 3: Packet Delivery Ratio Protocols For VANETs” 2009 Fifth International
Time (in ms) Base paper Propose paper Conference on Networking and Services
Serv
5 13.0467 26.3893 5. Kargal, F. Papadimitratos, P. Buttyan, L. Muter,
10 12.9467 25.9971 M. Schoch, E. Wiedersheim, B. Ta-Vinh
Ta Thong
12 12.9166 25.8421 Calandriello, G. Held, A. Kung, A. Hubaux, J. -P.
15 12.9089 26.2179 Ulm Univ., Ulm “Secure Vehicular
18 12.8912 26.073 Communication Systems: Implementation,
20 12.895 25.9037 Performance and Research Challenges”,
Challenges” IEEE
Communication Magazine, Vol. 46 issue: 11,
Table 4: Routing Overhead November 2008
Time (in ms) Base paper Propose paper 6. T. Sawamura, K. Tanaka, M. Atajanov, N.
5 25817 19057 Matsumoto, and N. Yoshida, “ Adaptive Router
10 53335 34045 Promotion and Group Forming in Ad hoc
12 64398 43488 Networks”, International Journal of Ad hoc and
15 81224 56634 Ubiquitous Computing (IJAHUC),
IJAHUC), Vol 3, no 4,
18 98042 72807 2008, pp 217-223
20 108553 84206
7. K. LOGESHWARI, Dr. L. LAKSHMANAN, M.E
“Authenticated anonymous secure on demand
VI. CONCLUSION routing protocol in VANET (vehicular ad hoc
VANETs enable communication of one vehicle with
network)” international conference on
another one as well as in between vehicles and nearby
information, communication & embedded systems
fixed roadside equipment. Vehicles and road side
(ICICES 2017).
fixed equipment’s both of them can be either private
or public means of transport service providers. In

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 887
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
2456
8. Xiaomin Ma, Gabe Kanelopoulos, and Kishor S. 10. waqar farooq, Muazzam Ali Khan and Saad
Trivedi “Application-level
level Scheme to Enhance Rehman, “A Cluster based Multicast routing
VANET Event-driven Multi-hophop Safety
Safety-Related protocol for Autonomous Unmanned Military
Services” 2017 Workshop on Computing, Vehicles (AUMVs) communication in VANET”,
Networking and Communications (CNC) 978-1-5090-1252-7/16/$31.00
7/16/$31.00 ©2016 IEEE.
9. Shubham Mittal, Ramandeep Kaur an and Kamlesh 11. Pierpaolo Salvo, Ion Turcanu, Francesca Cuomo,
C. Purohit “Enhancing the Data Transfer rate by Andrea Baiocchi and Izhak Rubiny, “LTE
Creating Alternative Path for AODV Routing Floating Car Data application off-loading
off via
Protocol in VANET” 978--1-5090-3480- VANET driven clustering formation”, ISBN 978-
978
2/16/$31.00 ©2016 IEEE. 3-901882-79-11 © 2016 IFIP.

@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec


Dec 2018 Page: 888

S-ar putea să vă placă și