SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 5, Ver. II (Sep. – Oct. 2015), PP 28-33
www.iosrjournals.org
DOI: 10.9790/0661-17522833 www.iosrjournals.org 28 | Page
Gauging the Performance of Re-routing in VANET Using
Moments
Dr. G. JayaSuma1
, R. V. S. Lalitha2
1
Assoc.Professor and H.O.D,Department of I.T.,JNTUK-University College of Engineering,Vizianagaram,India
2
Assoc.Professor,Department of C.S.E.,Sri Sai Aditya Institute of Science and Technology,Surampalem,India.
Abstract: Conventional routing protocols are not applicable for VANETs due their specific network
characteristics i.e. frequent network topology and frequent disconnections. Data Fusion techniques are
combined with localization techniques to provide robust localization information. In Location-aware VANET
applications the location of the vehicle information is displayed on the map by installing GPS receivers on the
OBU to provide driver assistance in critical positions. Geographic forwarding forwards packets based on their
geographic location. While exploiting data, the time to reach destination requires estimation. In this paper, re-
routing is optimized using Ant-Colony algorithm and is estimated analytically using moments to carry out
intermediate step analysis. The estimation of intermediate points improves the accuracy of re-routing.
Keywords: Ant-Colony algorithm, GPS, Location Information, Moments, VANET and WSN.
I. Introduction
Mobile Ad hoc Networks (MANET) is a self organizing network in which mobile devices are
connected with wireless links. Each device in MANET is free to move in any direction and thereby frequent
change of links occurs with other devices. Intelligent Transportation System uses wireless V2I communications.
Advanced ITS includes safety related, real-time, local and situation based services such as speed limit
information, intersection safety, traffic jam accident warning etc.[1]. ITS communication environment is
classified into wired or wireless, out of which wireless mainly take IEEE 802.11p as the standard[2]. ITS
communication according to data content is divided into two types: 1. Common messages- Many vehicles
transmit the same message as traffic report or multimedia. In the centralized content provider data source is
fixed and the connection is continuing. Whereas in localized content provider data source is not fixed but
follows vehicle location to change, traffic control messages and traffic management messages[3]. 2. Private
Messages: These messages are kept confidential. ETSI TC ITS is developing a set of protocols for European
ITS applications particularly car-to-car communications[4]. Vehicles are equipped with devices called
Communications and Control Units(CCUs), which uses ETSI protocol stack. The ETSI GeoNetworking(GN)
protocol operates as a sub layer of IPv6 configuration with in VANET nodes. The sub layer is referred as
GN6ASL(GeoNetworking to IPv6 Adaption SubLayer). ETSI GN layer is used to create Geographical Virtual
Links(GVLs) mapped to geographical areas. Vehicles communicate with RSUs installed along roads. RSUs
forms IP based network.
Vehicular Ad hoc Network(VANET): VANET is a type of MANET based on short range
communications among vehicle moving on roads and between moving vehicles and RSUs. IEEE 802.11p is
referred to as Dedicated Short Range Communication (DSRC) standard for wireless access in vehicular
environment(WAVE). The unique attractive features of VANET over MANET are high transmission power and
storage, higher computational capability and predictable capability[5]. In, DSRC 75MHz is divided into one
Central Control Channel (CCH) and six service channels (SCHs). CCHs are used to transmit beacon messages.
SCHs are used to exchange application data[6]. In VANET: 1. Each vehicle is equipped with a wireless omni-
directional antenna, GPS device, and a digital map. 2. RSUs connect to Internet through wired or wireless
technologies, in which two neighbouring RSUs can communicate quickly and efficiently. 3. Any two vehicles
equipped with DSRC protocol as IEEE 802.11p have the same transmission range for inter –vehicle
communication. 4. Vehicles have event-based [7] to sense traffic and road status and share digital map (Google
Map). 5. When vehicle broadcasts a message it first sends to RSU and then to connect to Internet, then transmit
it to other nodes participating in the communication[8]. VANET is designed mainly for messaging,
broadcasting, and multicasting services those can be accomplished with existing telecommunication
technologies namely GSM and UMTS[9]. Location Information is typical for high speed vehicular networks
eg.VANET. The distance between two nodes is computed using GPS. A GPS system is formed from a network
of satellites that transmit continuous coded information, which makes it possible to identify locations on Earth
by measuring distances from the satellites. Each node is provided with a GPS receiver.
Gauging the Performance of Re-routing in VANET Using Moments
DOI: 10.9790/0661-17522833 www.iosrjournals.org 29 | Page
II. Related Work
Omar Chakroun proposed new dissemination and congestion avoidance scheme for over IEEE 802.11p
protocol. The proposed scheme MORS(Multi-metric Overhead-Free Routing Scheme based on two metrics
PRR(Packet Reception Rate) and Distance[10]. The analysis is done based on one hop packet reception rate, one
hop analysis, end to end delay analysis, multi hop packet reception rate and delay trade off metric are analyzed.
Yaser E.Hawas proposed IVC-based vehicle route guidance using SPA(Shortest Path Algorithm). The IVC and
SPA[11] are embedded in i-sim-s which is a microscopic simulation component of integrated system for
incident management. Using this the lane changing ability of the car (right, through, left) is modeled. A network
of 49 nodes, 14 origins, 28 destinations and 84-bidirectional links is coded for testing. This algorithm allows
V2V communications at specific Geographic locations in the network. This research is funded by Roadway,
Transportation and Traffic Safety Research Centre(RTTSRC)-Research Affairs of United Arab Emirates
University. K. Golestan addressed some of the attributes and challenging issues in the context of VANET. The
proposed VANET architecture consists of Cognitive Data and Information Fusion Component(CDIFC) which
lies in between Data sources(Sensors and Soft data) and Context Aware Information Processing
Component(CAIPC)[14]. The cognitive information gathering and data fusion play significant role in VANET.
The challenging issues of multi-sensor data fusion and information elicitation in VANET are analyzed. Marco
Dorigo discussed convergence between ACO algorithm and stochastic methods[12]. The goal of Ant Colony
Optimization (ACO) algorithm is to appreciate the behavior of ants, in finding shortest path between food and
nest without the use of visual information [12]. This concept envisages in making it applied in e-Sensor
communication system in building up shortest path dynamically using Location Information of neighborhood of
the accident object.
The e-Sensor Communication[15] is an attempt to achieve the reliable broadcasting mechanism during
emergency situations and also provides information about shortest path to cross over using Ant-Colony
optimization algorithm.
Providing route map to cross over the point of incident, by computing shortest distance using Ant Colony
optimization algorithm
The establishment of dynamic path is computed using Ant-Colony optimization algorithm. The
algorithm for computing shortest path is as follows:
Algorithm: To compute Shortest path
Select arbitrary point near by accident object
Do While
Do Until
Choose all the possible paths from the current point to cross over the accident object by choosing
arbitrary points randomly
End do
Analyze the shortest path among all possible paths
Update the Location Information based on the density of the traffic
End do
The shortest path obtained by applying the above algorithm is then displayed on the Google Map by
coding. The geographic information about the location of the incident happened is tracked using Location class
and sent to the server. The rerouting is computed using Ant-Colony optimization algorithm by finding the
neighborhood latitude and longitude positions by comparing the positions to the left and the positions to the
right. Thereby minimum is decided and sent to the mobile. Finally, new reestablished path is drawn on the
Google Map using Polyline class. This map is sent to the VANET user using GCM Notifications. The route map
shown in Fig.1. is computed as follows.
Procedure to compute Geographic positions for the reroute map in the Web server:
Step 1:
Obtain Location Information of the current and arbitrary points using GPS:-
Compute Geographic distance between two points using Great Circle formula:
Distance=R*arcos([sin(lat1)*sin(lat2)]+cos(lat1)*cos(lat2)*cos(lon2-lon1)]
As the built-in proximity sensors of the mobile are used, it is assumed that current position identified by the
sensor will be the accident object locations.
Step 2:
Obtain the left/right positions by adding/subtracting the accident object size.
Obtain the top/bottom positions by adding/subtracting the random numbers computed.
Current Point c(2,2) Point v1(2,5)
Gauging the Performance of Re-routing in VANET Using Moments
DOI: 10.9790/0661-17522833 www.iosrjournals.org 30 | Page
Point x1(0,2) Point v2(4,5)
Point x2(4,2) Point v3(2,1)
Point x3(6,2) Point v4(4,1) Dist1=dist(x1,c)+dist(c,v1)+dist(v1,v2)+
dist(v2,x2)+dist(x2,x3)
Dist2=dist(x1,c)+dist(c,v3)+dist(v3,v4)+dist(v4,x2)+dist(x2,x3)
Optimal Path=min(Dist1,Dist2)
This is implemented using Android sensor programming by taking 5 VANET nodes A,B,C,D and E.
Fig.1 illustrates the transmission of message and reception of re-route map over Android mobiles using sensors.
Fig. 2 illustrates the location information of VANET nodes monitored by Web Server and Table 1. illustrates the
distance between nodes when an incident is happened.
Fig.1. Sending of emergency message by VANET node using sensors and displaying re-route map by Web
Server on the user mobile.
III. METHODOLOGY
Considering VANET with the 5 nodes namely,A-B-C-D-E. Their Location Information is obtained
using GPS(Geographic Positioning System) in the Android Mobile and is stored in the Web Server. The
distance between them is computed using Great Circle formula:
d=R*cos-1
([sin(lat1)*sin(lat2)]+cos(lat1)*cos(lat2)*cos(lon2-lon1)] where R is radius of earth and (lat1,lon1)
and (lat2,lon2) are the Latitude and Longitude positions of the source and destination points.
The location information of VANET nodes at a particular instance:
The location information of „A‟ is 17.0197394,81.7778085(17°01'11.1"n 81°46'40.1"e)
The location information of „B‟ is 17.0197243,81.7777693(17°01'11.0"n 81°46'40.0"e)
The location information of „C‟ is 17.0197365,81.7778134(17°01'11.1"n 81°46'40.1"e)
The location information of „D‟ is 17.01977233,81.7777698(17°01'11.2"n 81°46'40.0"e)
The location information of „E‟ is 17.0197176,81.7777675(17°01'11.0"n 81°46'40.0"e)
Gauging the Performance of Re-routing in VANET Using Moments
DOI: 10.9790/0661-17522833 www.iosrjournals.org 31 | Page
Fig.2. Location Information of VANET nodes.
Sl.No. End Nodes
Distance(in Km)
1. A-B 0.9013
2. A-C 0.403
3. A-E 0.6896
4. B-C 0.403
5. C-D 0.04436
6. A-D 0.403
7. D-E 0.04436
Table 1. Distance between the points surrounded by accident objects.
Obtaining estimators by computing moments:
Fig.3.Two alternate routes around the accident object to reach destination from node A.
Fig. 3. shows the scenario of VANET and the accident object ahead. To cross over the point, node „A‟
need to choose either Route1 or Route 2. The probability of choosing Route 1 or Route 2 is ½. And the
estimators for the Route 1 are {3,18,108}. These three locations are probability 1 since there is no other route to
proceed. Similarly, the estimators for the Route 2 are {7,98,1372}. In our case, the probabilities of these
locations are also become 1. The moments for the estimators are computed as below.
Calculation of estimation points for Route 1:
The first moment of A is Ā=∑A/N=(1+3+2)/2=3 (N is number of points)
The second moment of A is Ā2
=∑A/N=((1+3+2)2
)/2=18
The third moment of A is Ā3
=∑A/N=((1+3+2)3
)/2=108
Similarly, calculation of estimation points for Route 2:
The first moment of A is Ā1=∑A/N=(3+5+6)/2=7
The second moment of A is Ā1
2
=∑A/N=((3+5+6)2
)/2=98
The third moment of A is Ā3
3
=∑A/N=((3+5+6)3
)/2=1372
Gauging the Performance of Re-routing in VANET Using Moments
DOI: 10.9790/0661-17522833 www.iosrjournals.org 32 | Page
Hence by observing moments, it is evident that the re-route map computed provides optimum solution.
We shall also find the Likelihood function L(θ) to obtain maximum probability for the above points.
Then random sample values for route 1 are [1,3,2]
And random sample values for route 2 are [3,5,6]
Let θ be the parameter that maximizes the probability that provides good point estimator µ(1,3,2) or
µ(3,5,6).
The maximum likelyhood estimate of µ
ȗ =1/n ∑ 𝐧
𝐢=𝟏 𝐀i
=1/2(1+3+2)=3 for Route 1
= 1/2(3+5+6)=7 for Route 2
Table 2. Comparative Analysis of the solution proposed.
Hence, the derived solution proved to be optimum, as Maximum likelihood estimator gives good result at the
first point itself and also at other two points.
IV. Conclusion
The proposed optimized route is still proved to be consistent by computing the momentums of the
estimator points. In addition that L(θ) found its optimum value, at its first estimator point itself. Hence, this
solution provides the manifest information to choose best optimal route at each point of travel. The re-route
computed by optimizing Ant-Colony algorithm and also analyzed mathematically by considering probability of
choosing the next destination point to produce accurate results.
References
[1]. Vettah Pathayapurayil Harigovindan, Anchare V Babu and Lillykutty Jacob,” Ensuring fair access in IEEE 801.11p-based vehicle-
to-infrastructure networks”, EURASIP Journal on Wireless Communications and Networking,2012,2012:168 ©SpringerOpen
Journal.
[2] Hsia-Hung Ou,Min-Shiang Hwang and Jinn-Ke Jan,”The UMTS-AKA Protocols for Intelligent Transpotation Systems”, EURASIP
Journal on Wireless Communications and Networking,Volume 2009,Article ID 267283,12 pages doi:10.1155/2009/267283
©SpringerOpen Journal.
[3] Marco Graaglia,Carlos J Bernardos,Ignacio Soto,Maria Calderon and Roberto Baldessari,”IPv6 address auto configuration in
geonetworking-enabled VANETs:characterization and evaluation of the ETSI solution”, EURASIP Journal on Wireless
Communications and Networking,2012,201219 ©SpringerOpen Journal.
[4] Marco Graaglia,Carlos J Bernardos,Ignacio Soto,Maria Calderon and Roberto Baldessari,”IPv6 address auto configuration in
geonetworking-enabled VANETs:characterization and evaluation of the ETSI solution”, EURASIP Journal on Wireless
Communications and Networking,2012,201219 ©SpringerOpen Journal.
[5] Mahmoud Hasheem Eiza,Qiang Ni,Thomas Owes and Geyong Min,”Investigation of routing reliablitiy of vehicular ad hoc
networks”, EURASIP Journal on Wireless Communications and Networking,2013,2014:179 ©SpringerOpen Journal.
[6] Nabih Jaber,Nicholas C Doyle and Kemal E Tepe,”New combined WiMAX/DSRC infrastructure design for efficient vehicular
networking”, EURASIP Journal on Wireless Communications and Networking,2012,2012:264 ©SpringerOpen Journal.
[7] Yanmin Zhu, Chao Chen and Min Gao,” An evaluation of vehicular networks with real vehicular GPS traces, EURASIP Journal on
Wireless Communications and Networking,2013,2013:190 ©SpringerOpen Journal.
[8] Petros Karadimas, David Matolak, “Generic stochastic modeling of vehicle-to-vehicle wireless channels”, Elsevier (2014).
[9] Yong Li, Member, IEEE, Wenyu Ren, Depeng Jin, Pan Hui, Member, IEEE, Lieguang Zeng, and Dapeng Wu, Fellow, IEEE,
“Potential Predictability of Vehicular Staying Time for Large-Scale Urban Environment”, IEEE Transcaions on Vehicular
Technology, Vol.63, No.1, January 2014 (2014).
[10] Fernando A. Teixeira, Vinicius F. e Silva, Jesse L. Leoni, Daniel F. Macedo, “ Vehicular networks using the IEEE 802.11p
standard: An experimental analysis”, Vehicular Communications, Elsevier (2014).
[11] Chen Chen,Yanan Jin,Qinggi Pei and Ning Zhang,”A connectivity-aware intersection-based routing in VANETs”, EURASIP
Journal on Wireless Communications and Networking,2014,2014:42 ©SpringerOpen Journal.
[12] Ning Lu, Student Member, IEEE, Nan Cheng, Student Member, IEEE, Marco Dorigo et al, “Ant-Colony Optimization Theory: A
Survey”, Theoretical Computer Science, 344,(2005), 243-278.
[13] “Connected Vehicles: Solutions and Challenges”, IEEE Internet of Things Journal, Vol.1, No.4, August 2014. (2014)
[14] Kamal Deep Singh, Priyanka Rawat and Jean –Marie Bonin, “Cognitive radio for vehicular ad hoc networks(CR-
VANETS):approaches and challenges”, EURASIP Journal on Wireless Communications and Networking,2014,2014:49
©SpringerOpen Journal.
Parameter
Computing Re-route map
without optimization
Computing Re-route map by
optimizing with Ant-Colony
algorithm
First moment 7 3
Second moment 98 18
Third moment 1372 108
Maximum likelihood
estimator point
7 3
Gauging the Performance of Re-routing in VANET Using Moments
DOI: 10.9790/0661-17522833 www.iosrjournals.org 33 | Page
[15] R.V.S.Lalitha,Dr.G.Jaya Suma,”Alleviating the effect of Security Vulnerabilities in VANETs Through Proximity Sensors”, ©
Springer International Publishing Switzerland 2015 S.C. Satapathy et al. (eds.), Emerging ICT for Bridging the Future – Volume 1,
Advances in Intelligent Systems and Computing 337, DOI: 10.1007/978-3-319-13728-5_4,pp.31-41.

More Related Content

What's hot

A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETEditor IJCATR
 
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Editor IJCATR
 
Ieeepro techno solutions 2013 ieee embedded project - adaptive traffic sig...
Ieeepro techno solutions   2013 ieee embedded project  - adaptive traffic sig...Ieeepro techno solutions   2013 ieee embedded project  - adaptive traffic sig...
Ieeepro techno solutions 2013 ieee embedded project - adaptive traffic sig...srinivasanece7
 
IRJET- Survey on Delivering Hazardous Event Messages to Distinct Vehicles
IRJET- Survey on Delivering Hazardous Event Messages to Distinct VehiclesIRJET- Survey on Delivering Hazardous Event Messages to Distinct Vehicles
IRJET- Survey on Delivering Hazardous Event Messages to Distinct VehiclesIRJET Journal
 
Adaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networksAdaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networksJPINFOTECH JAYAPRAKASH
 
NEW METHOD FOR TRAFFIC DENSITY ESTIMATION
NEW METHOD FOR TRAFFIC DENSITY ESTIMATIONNEW METHOD FOR TRAFFIC DENSITY ESTIMATION
NEW METHOD FOR TRAFFIC DENSITY ESTIMATIONNidhi Shirbhayye
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitIRJET Journal
 
Adaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networksAdaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networksJPINFOTECH JAYAPRAKASH
 
Predictive Data Dissemination in Vanet
Predictive Data Dissemination in VanetPredictive Data Dissemination in Vanet
Predictive Data Dissemination in VanetDhruvMarothi
 
MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...
MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...
MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...IJCNCJournal
 
Address-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor networkAddress-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor networkTELKOMNIKA JOURNAL
 
An Optimal Route Discovery using Biogeography based Optimization for Vehicula...
An Optimal Route Discovery using Biogeography based Optimization for Vehicula...An Optimal Route Discovery using Biogeography based Optimization for Vehicula...
An Optimal Route Discovery using Biogeography based Optimization for Vehicula...StevePrice20
 
A GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATION
A GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATIONA GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATION
A GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATIONRK CONSULTANCY SERVICES
 
Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...
Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...
Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...inventionjournals
 
Simulative analysis of channel and qo s aware scheduler to enhance the capaci...
Simulative analysis of channel and qo s aware scheduler to enhance the capaci...Simulative analysis of channel and qo s aware scheduler to enhance the capaci...
Simulative analysis of channel and qo s aware scheduler to enhance the capaci...IAEME Publication
 

What's hot (18)

A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANET
 
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
Simulation Based Analysis of Bee Swarm Inspired Hybrid Routing Protocol Param...
 
Ieeepro techno solutions 2013 ieee embedded project - adaptive traffic sig...
Ieeepro techno solutions   2013 ieee embedded project  - adaptive traffic sig...Ieeepro techno solutions   2013 ieee embedded project  - adaptive traffic sig...
Ieeepro techno solutions 2013 ieee embedded project - adaptive traffic sig...
 
50120140503018
5012014050301850120140503018
50120140503018
 
IRJET- Survey on Delivering Hazardous Event Messages to Distinct Vehicles
IRJET- Survey on Delivering Hazardous Event Messages to Distinct VehiclesIRJET- Survey on Delivering Hazardous Event Messages to Distinct Vehicles
IRJET- Survey on Delivering Hazardous Event Messages to Distinct Vehicles
 
Adaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networksAdaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networks
 
Intelligent Traffic Management
Intelligent Traffic ManagementIntelligent Traffic Management
Intelligent Traffic Management
 
NEW METHOD FOR TRAFFIC DENSITY ESTIMATION
NEW METHOD FOR TRAFFIC DENSITY ESTIMATIONNEW METHOD FOR TRAFFIC DENSITY ESTIMATION
NEW METHOD FOR TRAFFIC DENSITY ESTIMATION
 
B05630814
B05630814B05630814
B05630814
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
 
Adaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networksAdaptive position update for geographic routing in mobile ad hoc networks
Adaptive position update for geographic routing in mobile ad hoc networks
 
Predictive Data Dissemination in Vanet
Predictive Data Dissemination in VanetPredictive Data Dissemination in Vanet
Predictive Data Dissemination in Vanet
 
MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...
MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...
MAR SECURITY: IMPROVED SECURITY MECHANISM FOR EMERGENCY MESSAGES OF VANET USI...
 
Address-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor networkAddress-light and energy aware routing protocol for wireless sensor network
Address-light and energy aware routing protocol for wireless sensor network
 
An Optimal Route Discovery using Biogeography based Optimization for Vehicula...
An Optimal Route Discovery using Biogeography based Optimization for Vehicula...An Optimal Route Discovery using Biogeography based Optimization for Vehicula...
An Optimal Route Discovery using Biogeography based Optimization for Vehicula...
 
A GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATION
A GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATIONA GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATION
A GRID VEHICULAR NODE LOCALIZATION SYSTEM VANET WITH LINER ERROR PROPAGATION
 
Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...
Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...
Power Aware Geocast Based Geocast Region Tracking Using Mobile Node in Wirele...
 
Simulative analysis of channel and qo s aware scheduler to enhance the capaci...
Simulative analysis of channel and qo s aware scheduler to enhance the capaci...Simulative analysis of channel and qo s aware scheduler to enhance the capaci...
Simulative analysis of channel and qo s aware scheduler to enhance the capaci...
 

Viewers also liked

Viewers also liked (20)

C012630913
C012630913C012630913
C012630913
 
A1803060110
A1803060110A1803060110
A1803060110
 
I017165663
I017165663I017165663
I017165663
 
H017554148
H017554148H017554148
H017554148
 
K010615562
K010615562K010615562
K010615562
 
G010424248
G010424248G010424248
G010424248
 
B010340611
B010340611B010340611
B010340611
 
M1803028995
M1803028995M1803028995
M1803028995
 
M1303047377
M1303047377M1303047377
M1303047377
 
E1302022628
E1302022628E1302022628
E1302022628
 
Effect of Different Levels of Cadmium, Lead and Arsenic on the Growth Perform...
Effect of Different Levels of Cadmium, Lead and Arsenic on the Growth Perform...Effect of Different Levels of Cadmium, Lead and Arsenic on the Growth Perform...
Effect of Different Levels of Cadmium, Lead and Arsenic on the Growth Perform...
 
I010425559
I010425559I010425559
I010425559
 
D010341722
D010341722D010341722
D010341722
 
Issues and Challenges in Distributed Sensor Networks- A Review
Issues and Challenges in Distributed Sensor Networks- A ReviewIssues and Challenges in Distributed Sensor Networks- A Review
Issues and Challenges in Distributed Sensor Networks- A Review
 
F0552935
F0552935F0552935
F0552935
 
M012628386
M012628386M012628386
M012628386
 
A Power Flow Analysis of the Nigerian 330 KV Electric Power System
A Power Flow Analysis of the Nigerian 330 KV Electric Power SystemA Power Flow Analysis of the Nigerian 330 KV Electric Power System
A Power Flow Analysis of the Nigerian 330 KV Electric Power System
 
J013156065
J013156065J013156065
J013156065
 
B012511421
B012511421B012511421
B012511421
 
E1302032932
E1302032932E1302032932
E1302032932
 

Similar to Gauging VANET Rerouting Using Moments

Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETIOSR Journals
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...IJARIIT
 
Improved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANETImproved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANETpaperpublications3
 
A Data Collection Scheme with Multi-Agent Based Approach for VSNS
A Data Collection Scheme with Multi-Agent Based Approach for VSNSA Data Collection Scheme with Multi-Agent Based Approach for VSNS
A Data Collection Scheme with Multi-Agent Based Approach for VSNSIRJET Journal
 
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS cscpconf
 
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS cscpconf
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEMijujournal
 
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...IJCSIS Research Publications
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET Journal
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
An Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETAn Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETIOSRJECE
 
Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...
Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...
Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...CSCJournals
 
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc NetworksMulticast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc NetworksIOSR Journals
 
GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...
GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...
GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...ijwmn
 
Back-Bone Assisted HOP Greedy Routing for VANET
Back-Bone Assisted HOP Greedy Routing for VANETBack-Bone Assisted HOP Greedy Routing for VANET
Back-Bone Assisted HOP Greedy Routing for VANETijsrd.com
 

Similar to Gauging VANET Rerouting Using Moments (20)

Improved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANETImproved AODV based on Load and Delay for Route Discovery in MANET
Improved AODV based on Load and Delay for Route Discovery in MANET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
VANET
VANETVANET
VANET
 
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...Design of an adaptive sign based routing protocol in vanet for sophisticated ...
Design of an adaptive sign based routing protocol in vanet for sophisticated ...
 
Improved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANETImproved Greedy Routing Protocol for VANET
Improved Greedy Routing Protocol for VANET
 
A Data Collection Scheme with Multi-Agent Based Approach for VSNS
A Data Collection Scheme with Multi-Agent Based Approach for VSNSA Data Collection Scheme with Multi-Agent Based Approach for VSNS
A Data Collection Scheme with Multi-Agent Based Approach for VSNS
 
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
 
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
 
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
Cross Layer Based Hybrid Fuzzy Ad-Hoc Rate Based Congestion Control (CLHCC) A...
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
An Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETAn Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANET
 
Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...
Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...
Intelligent GIS-Based Road Accident Analysis and Real-Time Monitoring Automat...
 
Vanet Presentation
Vanet PresentationVanet Presentation
Vanet Presentation
 
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc NetworksMulticast Dual Arti-Q System in Vehicular Adhoc Networks
Multicast Dual Arti-Q System in Vehicular Adhoc Networks
 
GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...
GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...
GPSFR: GPS-Free Routing Protocol for Vehicular Networks with Directional Ante...
 
Back-Bone Assisted HOP Greedy Routing for VANET
Back-Bone Assisted HOP Greedy Routing for VANETBack-Bone Assisted HOP Greedy Routing for VANET
Back-Bone Assisted HOP Greedy Routing for VANET
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 

Recently uploaded (20)

Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 

Gauging VANET Rerouting Using Moments

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 5, Ver. II (Sep. – Oct. 2015), PP 28-33 www.iosrjournals.org DOI: 10.9790/0661-17522833 www.iosrjournals.org 28 | Page Gauging the Performance of Re-routing in VANET Using Moments Dr. G. JayaSuma1 , R. V. S. Lalitha2 1 Assoc.Professor and H.O.D,Department of I.T.,JNTUK-University College of Engineering,Vizianagaram,India 2 Assoc.Professor,Department of C.S.E.,Sri Sai Aditya Institute of Science and Technology,Surampalem,India. Abstract: Conventional routing protocols are not applicable for VANETs due their specific network characteristics i.e. frequent network topology and frequent disconnections. Data Fusion techniques are combined with localization techniques to provide robust localization information. In Location-aware VANET applications the location of the vehicle information is displayed on the map by installing GPS receivers on the OBU to provide driver assistance in critical positions. Geographic forwarding forwards packets based on their geographic location. While exploiting data, the time to reach destination requires estimation. In this paper, re- routing is optimized using Ant-Colony algorithm and is estimated analytically using moments to carry out intermediate step analysis. The estimation of intermediate points improves the accuracy of re-routing. Keywords: Ant-Colony algorithm, GPS, Location Information, Moments, VANET and WSN. I. Introduction Mobile Ad hoc Networks (MANET) is a self organizing network in which mobile devices are connected with wireless links. Each device in MANET is free to move in any direction and thereby frequent change of links occurs with other devices. Intelligent Transportation System uses wireless V2I communications. Advanced ITS includes safety related, real-time, local and situation based services such as speed limit information, intersection safety, traffic jam accident warning etc.[1]. ITS communication environment is classified into wired or wireless, out of which wireless mainly take IEEE 802.11p as the standard[2]. ITS communication according to data content is divided into two types: 1. Common messages- Many vehicles transmit the same message as traffic report or multimedia. In the centralized content provider data source is fixed and the connection is continuing. Whereas in localized content provider data source is not fixed but follows vehicle location to change, traffic control messages and traffic management messages[3]. 2. Private Messages: These messages are kept confidential. ETSI TC ITS is developing a set of protocols for European ITS applications particularly car-to-car communications[4]. Vehicles are equipped with devices called Communications and Control Units(CCUs), which uses ETSI protocol stack. The ETSI GeoNetworking(GN) protocol operates as a sub layer of IPv6 configuration with in VANET nodes. The sub layer is referred as GN6ASL(GeoNetworking to IPv6 Adaption SubLayer). ETSI GN layer is used to create Geographical Virtual Links(GVLs) mapped to geographical areas. Vehicles communicate with RSUs installed along roads. RSUs forms IP based network. Vehicular Ad hoc Network(VANET): VANET is a type of MANET based on short range communications among vehicle moving on roads and between moving vehicles and RSUs. IEEE 802.11p is referred to as Dedicated Short Range Communication (DSRC) standard for wireless access in vehicular environment(WAVE). The unique attractive features of VANET over MANET are high transmission power and storage, higher computational capability and predictable capability[5]. In, DSRC 75MHz is divided into one Central Control Channel (CCH) and six service channels (SCHs). CCHs are used to transmit beacon messages. SCHs are used to exchange application data[6]. In VANET: 1. Each vehicle is equipped with a wireless omni- directional antenna, GPS device, and a digital map. 2. RSUs connect to Internet through wired or wireless technologies, in which two neighbouring RSUs can communicate quickly and efficiently. 3. Any two vehicles equipped with DSRC protocol as IEEE 802.11p have the same transmission range for inter –vehicle communication. 4. Vehicles have event-based [7] to sense traffic and road status and share digital map (Google Map). 5. When vehicle broadcasts a message it first sends to RSU and then to connect to Internet, then transmit it to other nodes participating in the communication[8]. VANET is designed mainly for messaging, broadcasting, and multicasting services those can be accomplished with existing telecommunication technologies namely GSM and UMTS[9]. Location Information is typical for high speed vehicular networks eg.VANET. The distance between two nodes is computed using GPS. A GPS system is formed from a network of satellites that transmit continuous coded information, which makes it possible to identify locations on Earth by measuring distances from the satellites. Each node is provided with a GPS receiver.
  • 2. Gauging the Performance of Re-routing in VANET Using Moments DOI: 10.9790/0661-17522833 www.iosrjournals.org 29 | Page II. Related Work Omar Chakroun proposed new dissemination and congestion avoidance scheme for over IEEE 802.11p protocol. The proposed scheme MORS(Multi-metric Overhead-Free Routing Scheme based on two metrics PRR(Packet Reception Rate) and Distance[10]. The analysis is done based on one hop packet reception rate, one hop analysis, end to end delay analysis, multi hop packet reception rate and delay trade off metric are analyzed. Yaser E.Hawas proposed IVC-based vehicle route guidance using SPA(Shortest Path Algorithm). The IVC and SPA[11] are embedded in i-sim-s which is a microscopic simulation component of integrated system for incident management. Using this the lane changing ability of the car (right, through, left) is modeled. A network of 49 nodes, 14 origins, 28 destinations and 84-bidirectional links is coded for testing. This algorithm allows V2V communications at specific Geographic locations in the network. This research is funded by Roadway, Transportation and Traffic Safety Research Centre(RTTSRC)-Research Affairs of United Arab Emirates University. K. Golestan addressed some of the attributes and challenging issues in the context of VANET. The proposed VANET architecture consists of Cognitive Data and Information Fusion Component(CDIFC) which lies in between Data sources(Sensors and Soft data) and Context Aware Information Processing Component(CAIPC)[14]. The cognitive information gathering and data fusion play significant role in VANET. The challenging issues of multi-sensor data fusion and information elicitation in VANET are analyzed. Marco Dorigo discussed convergence between ACO algorithm and stochastic methods[12]. The goal of Ant Colony Optimization (ACO) algorithm is to appreciate the behavior of ants, in finding shortest path between food and nest without the use of visual information [12]. This concept envisages in making it applied in e-Sensor communication system in building up shortest path dynamically using Location Information of neighborhood of the accident object. The e-Sensor Communication[15] is an attempt to achieve the reliable broadcasting mechanism during emergency situations and also provides information about shortest path to cross over using Ant-Colony optimization algorithm. Providing route map to cross over the point of incident, by computing shortest distance using Ant Colony optimization algorithm The establishment of dynamic path is computed using Ant-Colony optimization algorithm. The algorithm for computing shortest path is as follows: Algorithm: To compute Shortest path Select arbitrary point near by accident object Do While Do Until Choose all the possible paths from the current point to cross over the accident object by choosing arbitrary points randomly End do Analyze the shortest path among all possible paths Update the Location Information based on the density of the traffic End do The shortest path obtained by applying the above algorithm is then displayed on the Google Map by coding. The geographic information about the location of the incident happened is tracked using Location class and sent to the server. The rerouting is computed using Ant-Colony optimization algorithm by finding the neighborhood latitude and longitude positions by comparing the positions to the left and the positions to the right. Thereby minimum is decided and sent to the mobile. Finally, new reestablished path is drawn on the Google Map using Polyline class. This map is sent to the VANET user using GCM Notifications. The route map shown in Fig.1. is computed as follows. Procedure to compute Geographic positions for the reroute map in the Web server: Step 1: Obtain Location Information of the current and arbitrary points using GPS:- Compute Geographic distance between two points using Great Circle formula: Distance=R*arcos([sin(lat1)*sin(lat2)]+cos(lat1)*cos(lat2)*cos(lon2-lon1)] As the built-in proximity sensors of the mobile are used, it is assumed that current position identified by the sensor will be the accident object locations. Step 2: Obtain the left/right positions by adding/subtracting the accident object size. Obtain the top/bottom positions by adding/subtracting the random numbers computed. Current Point c(2,2) Point v1(2,5)
  • 3. Gauging the Performance of Re-routing in VANET Using Moments DOI: 10.9790/0661-17522833 www.iosrjournals.org 30 | Page Point x1(0,2) Point v2(4,5) Point x2(4,2) Point v3(2,1) Point x3(6,2) Point v4(4,1) Dist1=dist(x1,c)+dist(c,v1)+dist(v1,v2)+ dist(v2,x2)+dist(x2,x3) Dist2=dist(x1,c)+dist(c,v3)+dist(v3,v4)+dist(v4,x2)+dist(x2,x3) Optimal Path=min(Dist1,Dist2) This is implemented using Android sensor programming by taking 5 VANET nodes A,B,C,D and E. Fig.1 illustrates the transmission of message and reception of re-route map over Android mobiles using sensors. Fig. 2 illustrates the location information of VANET nodes monitored by Web Server and Table 1. illustrates the distance between nodes when an incident is happened. Fig.1. Sending of emergency message by VANET node using sensors and displaying re-route map by Web Server on the user mobile. III. METHODOLOGY Considering VANET with the 5 nodes namely,A-B-C-D-E. Their Location Information is obtained using GPS(Geographic Positioning System) in the Android Mobile and is stored in the Web Server. The distance between them is computed using Great Circle formula: d=R*cos-1 ([sin(lat1)*sin(lat2)]+cos(lat1)*cos(lat2)*cos(lon2-lon1)] where R is radius of earth and (lat1,lon1) and (lat2,lon2) are the Latitude and Longitude positions of the source and destination points. The location information of VANET nodes at a particular instance: The location information of „A‟ is 17.0197394,81.7778085(17°01'11.1"n 81°46'40.1"e) The location information of „B‟ is 17.0197243,81.7777693(17°01'11.0"n 81°46'40.0"e) The location information of „C‟ is 17.0197365,81.7778134(17°01'11.1"n 81°46'40.1"e) The location information of „D‟ is 17.01977233,81.7777698(17°01'11.2"n 81°46'40.0"e) The location information of „E‟ is 17.0197176,81.7777675(17°01'11.0"n 81°46'40.0"e)
  • 4. Gauging the Performance of Re-routing in VANET Using Moments DOI: 10.9790/0661-17522833 www.iosrjournals.org 31 | Page Fig.2. Location Information of VANET nodes. Sl.No. End Nodes Distance(in Km) 1. A-B 0.9013 2. A-C 0.403 3. A-E 0.6896 4. B-C 0.403 5. C-D 0.04436 6. A-D 0.403 7. D-E 0.04436 Table 1. Distance between the points surrounded by accident objects. Obtaining estimators by computing moments: Fig.3.Two alternate routes around the accident object to reach destination from node A. Fig. 3. shows the scenario of VANET and the accident object ahead. To cross over the point, node „A‟ need to choose either Route1 or Route 2. The probability of choosing Route 1 or Route 2 is ½. And the estimators for the Route 1 are {3,18,108}. These three locations are probability 1 since there is no other route to proceed. Similarly, the estimators for the Route 2 are {7,98,1372}. In our case, the probabilities of these locations are also become 1. The moments for the estimators are computed as below. Calculation of estimation points for Route 1: The first moment of A is Ā=∑A/N=(1+3+2)/2=3 (N is number of points) The second moment of A is Ā2 =∑A/N=((1+3+2)2 )/2=18 The third moment of A is Ā3 =∑A/N=((1+3+2)3 )/2=108 Similarly, calculation of estimation points for Route 2: The first moment of A is Ā1=∑A/N=(3+5+6)/2=7 The second moment of A is Ā1 2 =∑A/N=((3+5+6)2 )/2=98 The third moment of A is Ā3 3 =∑A/N=((3+5+6)3 )/2=1372
  • 5. Gauging the Performance of Re-routing in VANET Using Moments DOI: 10.9790/0661-17522833 www.iosrjournals.org 32 | Page Hence by observing moments, it is evident that the re-route map computed provides optimum solution. We shall also find the Likelihood function L(θ) to obtain maximum probability for the above points. Then random sample values for route 1 are [1,3,2] And random sample values for route 2 are [3,5,6] Let θ be the parameter that maximizes the probability that provides good point estimator µ(1,3,2) or µ(3,5,6). The maximum likelyhood estimate of µ ȗ =1/n ∑ 𝐧 𝐢=𝟏 𝐀i =1/2(1+3+2)=3 for Route 1 = 1/2(3+5+6)=7 for Route 2 Table 2. Comparative Analysis of the solution proposed. Hence, the derived solution proved to be optimum, as Maximum likelihood estimator gives good result at the first point itself and also at other two points. IV. Conclusion The proposed optimized route is still proved to be consistent by computing the momentums of the estimator points. In addition that L(θ) found its optimum value, at its first estimator point itself. Hence, this solution provides the manifest information to choose best optimal route at each point of travel. The re-route computed by optimizing Ant-Colony algorithm and also analyzed mathematically by considering probability of choosing the next destination point to produce accurate results. References [1]. Vettah Pathayapurayil Harigovindan, Anchare V Babu and Lillykutty Jacob,” Ensuring fair access in IEEE 801.11p-based vehicle- to-infrastructure networks”, EURASIP Journal on Wireless Communications and Networking,2012,2012:168 ©SpringerOpen Journal. [2] Hsia-Hung Ou,Min-Shiang Hwang and Jinn-Ke Jan,”The UMTS-AKA Protocols for Intelligent Transpotation Systems”, EURASIP Journal on Wireless Communications and Networking,Volume 2009,Article ID 267283,12 pages doi:10.1155/2009/267283 ©SpringerOpen Journal. [3] Marco Graaglia,Carlos J Bernardos,Ignacio Soto,Maria Calderon and Roberto Baldessari,”IPv6 address auto configuration in geonetworking-enabled VANETs:characterization and evaluation of the ETSI solution”, EURASIP Journal on Wireless Communications and Networking,2012,201219 ©SpringerOpen Journal. [4] Marco Graaglia,Carlos J Bernardos,Ignacio Soto,Maria Calderon and Roberto Baldessari,”IPv6 address auto configuration in geonetworking-enabled VANETs:characterization and evaluation of the ETSI solution”, EURASIP Journal on Wireless Communications and Networking,2012,201219 ©SpringerOpen Journal. [5] Mahmoud Hasheem Eiza,Qiang Ni,Thomas Owes and Geyong Min,”Investigation of routing reliablitiy of vehicular ad hoc networks”, EURASIP Journal on Wireless Communications and Networking,2013,2014:179 ©SpringerOpen Journal. [6] Nabih Jaber,Nicholas C Doyle and Kemal E Tepe,”New combined WiMAX/DSRC infrastructure design for efficient vehicular networking”, EURASIP Journal on Wireless Communications and Networking,2012,2012:264 ©SpringerOpen Journal. [7] Yanmin Zhu, Chao Chen and Min Gao,” An evaluation of vehicular networks with real vehicular GPS traces, EURASIP Journal on Wireless Communications and Networking,2013,2013:190 ©SpringerOpen Journal. [8] Petros Karadimas, David Matolak, “Generic stochastic modeling of vehicle-to-vehicle wireless channels”, Elsevier (2014). [9] Yong Li, Member, IEEE, Wenyu Ren, Depeng Jin, Pan Hui, Member, IEEE, Lieguang Zeng, and Dapeng Wu, Fellow, IEEE, “Potential Predictability of Vehicular Staying Time for Large-Scale Urban Environment”, IEEE Transcaions on Vehicular Technology, Vol.63, No.1, January 2014 (2014). [10] Fernando A. Teixeira, Vinicius F. e Silva, Jesse L. Leoni, Daniel F. Macedo, “ Vehicular networks using the IEEE 802.11p standard: An experimental analysis”, Vehicular Communications, Elsevier (2014). [11] Chen Chen,Yanan Jin,Qinggi Pei and Ning Zhang,”A connectivity-aware intersection-based routing in VANETs”, EURASIP Journal on Wireless Communications and Networking,2014,2014:42 ©SpringerOpen Journal. [12] Ning Lu, Student Member, IEEE, Nan Cheng, Student Member, IEEE, Marco Dorigo et al, “Ant-Colony Optimization Theory: A Survey”, Theoretical Computer Science, 344,(2005), 243-278. [13] “Connected Vehicles: Solutions and Challenges”, IEEE Internet of Things Journal, Vol.1, No.4, August 2014. (2014) [14] Kamal Deep Singh, Priyanka Rawat and Jean –Marie Bonin, “Cognitive radio for vehicular ad hoc networks(CR- VANETS):approaches and challenges”, EURASIP Journal on Wireless Communications and Networking,2014,2014:49 ©SpringerOpen Journal. Parameter Computing Re-route map without optimization Computing Re-route map by optimizing with Ant-Colony algorithm First moment 7 3 Second moment 98 18 Third moment 1372 108 Maximum likelihood estimator point 7 3
  • 6. Gauging the Performance of Re-routing in VANET Using Moments DOI: 10.9790/0661-17522833 www.iosrjournals.org 33 | Page [15] R.V.S.Lalitha,Dr.G.Jaya Suma,”Alleviating the effect of Security Vulnerabilities in VANETs Through Proximity Sensors”, © Springer International Publishing Switzerland 2015 S.C. Satapathy et al. (eds.), Emerging ICT for Bridging the Future – Volume 1, Advances in Intelligent Systems and Computing 337, DOI: 10.1007/978-3-319-13728-5_4,pp.31-41.