SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 388
ROUTING OF TRAFFIC SENSORS IN INTELLIGENT
TRANSPORTATION SYSTEM
Navyashree D G1
, Vinay Kumar T N2
1
M Tech, Electronics and Communication Department, AMC Engineering College, Bangalore, Karnataka, India
2
Assistant Professor, Electronics and Communication Department, AMC Engineering College, Bangalore, Karnataka,
India
Abstract
As country develops, the application of technology in each and every field increases to fulfill the demand of people. The
application of technology in transportation system is called Intelligent Transportation System (ITS) which has more demand in
today’s world for traffic management. Vehicular Ad hoc Network (VANET) is one of the technology used in Intelligent
Transportation System. In Vehicular Ad hoc Network temporary network is formed within the vehicles or vehicle to traffic
infrastructure which has sensors within it for communication. The temporary network establishes and ends after exchanging the
required information. This process should happen within fraction of seconds which is more complicated issue in highly mobile
vehicles, so routing is a major problem in Vehicular Ad hoc Network. In this work, hybrid two stage heuristic routing protocol
which is based on ant colony optimization and particle swarm optimization algorithm is used to make routing more efficient in
Vehicular Ad hoc Network. The MATLAB software is used to implement the algorithm. The result shows that two stage heuristic
protocol perform better than Ad hoc on Demand Vector (AODV) protocol.
Keywords: Intelligent Transportation System, Vehicular Ad Hoc Network (VANET), Ad Hoc on Demand Vector
(AODV), Ant Colony optimization (ACO), Particle Swarm Optimization (PSO)
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
VANET is necessary for transportation system to obtain real
time traffic information like origin-destination trips, route
flow, link flow, travel time estimation etc. In VANET,
sensors collect the information of vehicles to provide
transportation services like travel and traffic management,
emergency management, electronic payment etc.
Vehicular Ad hoc Network (VANET) is a type of Mobile
Ad hoc Network (MANET) used in Intelligent
Transportation System to obtain traffic information. VANET
is a network formed by moving vehicles with no
infrastructure which is formed instantaneously. VANET
architecture can be divided into three types WLAN network,
Ad Hoc network and Hybrid network.
Fig -1: Transportation system using mobile wireless sensor
network
Sensors are another important device which consists of basic
elements like microcontroller, radio transceiver and energy
source. The application of intelligent transportation system
is shown in figure 1. The travel time estimation is the
application used in logistic departments to deliver goods to
customers on time. By using information of travel time
estimation one can understand the condition of road, traffic
congestion etc. and calculate the travel time for delivering
particular goods.
1.1 VANET Protocols
Routing protocols are used to transfer data in a network
between entities. In vehicular Ad hoc network (VANET)
routing is challenging task because of dynamic change in
speed of vehicles. In highways the vehicles average speed is
65 km/h i.e. 17m/s, so the routing should be very quick in
fraction of seconds. The routing protocol of VANET are
divided into two basic types, they are as follows,
1.1.1 Topology Based Routing Protocol
Topology based routing is protocol uses links of other nodes
to transfer data packets in a network to collect information.
This routing protocol suffers from huge amount of overhead
for route discovery and frequent change in topology limits
their scalability and efficiency. Topology based routing
protocol is further divided into two types. The proactive
routing protocol maintains routing tables for all routing in
the topology. In Proactive routing table updates regularly
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 389
and sends the information from source to destination. There
are two types of updates are available in proactive protocols
 periodic update
 triggered update
Reactive protocols are contrast to proactive protocols
because they do not maintains routing tables for routing in
changing topology. In this protocol, when source node want
to transmit the data and discovered route the query floods is
stored until other node is inaccessible. The bandwidth of
network is low due to route discovery mechanism. Reactive
protocols are Dynamic Source Routing (DSR) and Ad-hoc
On-Demand Distance Vector routing (AODV).
1.1.2 Geographic Routing Protocol
Geographic routing protocol uses neighbor location
information to perform data packet transmission. The
geographic routing protocols collects local information in
wireless networks. The node needs the location information
of their direct neighbors in order to forward packets. Mobile
networks with frequent topology changes, geographic
routing has fast response and can find new routes quickly by
using only local topology information which is complicated
method.
2. PROBLEM FORMULATION
VANET form a temporary network which consists of
sensors in moving vehicles. The sensors in vehicles
communicate within themselves and exchange of
information is possible. The node to infrastructure
communication is possible with cellular network. Due to the
mobility of vehicles, the topology of network changes
frequently, breakages of network links and no central
control. So both topology based and position based routing
are proposed previously. The AODV (Ad hoc On Demand
Vector) protocol is a type of reactive protocol that forms the
route whenever required. In route discovery, the route
request packet is sent from source to the RSU which in turn
sends it to central control unit which is maintained by
transportation authority. The destination RSU receives the
packet from Central control unit. One of the node is selected
as relay node among all nodes, dynamically which
establishes route and using shortest path sends the packets.
Effective routing is most difficult task in mobile vehicles
because of frequent change in topology. To achieve effective
routing two stage heuristic hybrid algorithm is proposed.
The two stage heuristic algorithm is based on particle swarm
optimization and ant colony optimization. The ant colony
optimization is upper level algorithm and particle swarm
optimization follows the route produced by ant colony
optimization. So that communication is more effective with
shortest route.
3. HYBRID TWO STAGE HEURISTIC
ALGORITHM
Swarm intelligent technique is a modified form of Ad hoc
On Demand Vector protocol and it serves best in routing.
The two swarm intelligent algorithms i.e. Ant colony
optimization algorithm and particle swarm optimization
algorithm are combined and performed routing.
By combining both particle swarm and ant colony algorithm,
the hybrid two stage heuristic algorithm is designed. The ant
colony algorithm aims to build route for mobile sensors.
Particle swarm optimization algorithm tries to determine the
links optimal stay time of each node for known route. The
route is critical connection between Ant colony optimization
and particle swarm optimization. Ant colony is the upper
level algorithm and provides route for particle swarm
optimization [1].
3.1 Ant Colony Optimization
Ant colony optimization is the algorithm based on
characteristics of natural ant’s activity of finding the shortest
path between its nest and food source. The ants searches
their food by depositing the chemical called pheromone
which triggers the member of same species. By pheromone
rest of the ants follows the previous ants. Between nest and
food source if the previous ant finds any shortest path it
deposits more pheromone which is followed by other ants.
Pheromone is critical component of ant colony optimization
and offer possibility to obtain better solution.
3.2 Particle Swarm Optimization
This algorithm is inspired by swarm of insects like honey
bee works together to form candidate solution. Here the
insect is called particle. The particle moves in search-space
using few simple formulae. The movements of particles are
guided by their own best known position in search space as
well as entire swarm best known position. When improved
position are being discovered these will then come to guide
the movement of the swarm. This algorithm considers
position and velocity of nodes.
The hybrid sensor routing technique is introduced in current
approach to improve the performance of transportation
network. The hybrid routing protocol is modification of Ad
Hoc on demand vector protocol and is related to swarm
intelligent. The ant colony optimization and particle swarm
optimization are used to form hybrid two stage Heuristic
Algorithm. The current approach will have multiple Road
Side Unit (RSU) and control server will be present at the
center. The routing process will be defined as follows, Road
Side Unit to Control Server, Control Server to Destination
Road Side Unit, Destination Road Side Unit to destination
node by selecting best route. The block diagram of steps
involved in traffic sensor routing is shown in figure 2.
Steps involved in traffic sensor routing
 Node Deployment is responsible for placing the node
ID in the network. The vehicle ID, X position of node
and Y position of node is generated by node
deployment algorithm.
 Lane Formation is used to arrange the sensors within
the lane.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 390
 Relay Node Selection Process is responsible for
selecting the relay vehicle in the network. The Relay
Vehicle selection process is triggered by using a
probing technique.
 Ad hoc on Demand Vector (AODV) Routing
algorithm is frequently used in routing process of
VANET. The nodes self organize themselves into
clusters at the start of routing process and called as
dynamic clustering.
 Heuristic Hybrid Algorithm Routing Process
In this process multiple routes will be discovered
and then for each of the route the characteristics are
determined and the best route is determined.
Fig - 2: The block diagram of steps involved in traffic sensor
routing
The RSU selection process can be defined as below
1. Node ID of specific Lane and RSU location.
2. Probing Technique is employed within mobile
sensors in each lane.
3. The Vehicle which has maximum RSU
acknowledgement (ACK) count acts as Relay
Vehicle.
Probing technique
1. Number of iteration
2. RSU ACK will be measured for each iteration.
RSU ACK =
3. Total RSU ACK = Summation of ACK for all
iteration.
The following steps are followed for Heuristic Hybrid
Algorithm Routing Process
1. The Maximum travel time for each of the sensors are
found out
routeinnodesofnumbertotalM
mtomnodethefortimerealem
nodesbetweentimet
timetotalW
valuerandom
MmMm
ehW
tW
h
mmi
k
mi









 

1
11.00
,1,
)max(
,
1,


2. The Position of the Particles are updated
3. The Velocity of the vehicle Sensor is updated as
follows
vi,d = Zvi,d-1 + C1 × ϴ2 × (pbest i,d-1 – h i,d-1) + C2 × ϴ
× (I best i,d-1 – h i,d-1)
Where,
d represents the dth generation for the ACO algorithm
hi, d represents the stay time of the ith particle of the dth
generation
hi, d is a vector, and each element of hi, d is hi,m
vi, d is the i th particle’s velocity at the dth generation
pbest i,d−1 is the personal optimal solution found by the ith
particle among its own historical solutions, and lbest i, d−1 is
the local optimal solution
Z is a positive inertia parameter
C1 and C2 are positive constants
θ2 is a random generated value ranging from 0 to 1
4. RESULTS
Comparing AODV algorithm and Heuristic routing
algorithm for some parameters are as follows. The
comparison is done for 25 iterations.
4.1 End to End Delay
The comparison of AODV algorithm and Heuristic routing
algorithm for end to end delay is shown in figure 4.1 is
plotted for 25 numbers of iteration. The time taken should
be in millisecond. The figure shows that for heuristic routing
in 1st
iteration it takes more time to deliver the packets, for
2nd
iteration it takes lesser time then the 1st
iteration and for
rest of the iteration the time taken is less than 2nd
iteration
and approximately .01ms constantly for all other iterations.
But in AODV routing the time is varying for each iteration
and maximum time taken by it is 0.14ms and minimum time
Four Way Lane
Formations
RSU Selection
Process
Heuristic Hybrid
Two Stage
Algorithm
AOCV based
routing
Comparison
 End to End Delay
 No of Nodes
 Packet Transmit Time
Node
Deployment
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 391
taken by it is .03ms which is more than heuristic. The time
taken to deliver all the packets using heuristic routing is less
compared to AODV routing.
4.2 Number of Hops
The Comparison of AODV algorithm and Heuristic routing
algorithm for number of hops are shown in figure 4.2.
Number of nodes taken to deliver all packets from source to
destination for heuristic more than 200 hops. The average
number of hops used by heuristic algorithm is approximately
25 hops which is very lesser than the hops used by the
AODV routing.
Fig - 4.1: End to End Delay
Fig - 4.2: Number of Hops
4.3 Energy Consumed
The comparison of AODV algorithm and Heuristic routing
algorithm for energy consumption is shown in figure 4.3.
Total number of energy consumed by all the nodes to deliver
all packets for AODV routing is more than 10000mJ and
that heuristic routing consumes less than 2000mJ energy to
deliver all the packets.
Fig - 3.3: Energy Consumed
5. CONCLUSION
In this project, the more emerging technology intelligent
transportation system is discussed. For developing countries
with more population intelligent transportation system is
very essential to avoid many road accidents, to give better
service to travellers, to guide drivers regarding traffic, travel
distance, road condition, weather etc. the routing is a major
issue in rapidly changing network.
By using hybrid two stage heuristic algorithm based on
swarm intelligent for routing gives better results than ad hoc
on demand vector algorithm. By comparing the both
heuristic and ad hoc on demand vector algorithm parameter
like end to end delay, routing overhead, number of hops,
energy consumed heuristic algorithm is found to give better
results than ad hoc on demand algorithm.
REFERENCES
[1] Ning Zhu, Yang Liu, Shoufeng Ma and Zhengbing
He, “Mobile Traffic Sensor Routing in Dynamic
Transportation systems,” IEEE Transactions on
Intelligent transportation systems, Vol. 28, No.19
March 2014, pp. 1524-9050.
[2] Siddhant Jaiswal, Dr D. S. Adane, ” Hybrid
Approach for Routing in Vehicular Ad-hoc Network
(VANET) Using Clustering Approach,” International
Journal of Innovative Research in Computer and
Communication Engineering,Vol. 1, Issue 5, July
2013
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 392
[3] Akhtar Husain, Ram Shringar Raw, Brajesh Kumar
and Amit Doegar,” Performance Comparison of
Topology and Position Based Routing Protocols in
Vehicular Network Environments,” International
Journal of Wireless & Mobile Networks (IJWMN)
Vol. 3, No. 4, August 2011 DOI :
10.5121/ijwmn.2011.3420 289
[4] Hong-En LI, Rocco ZITO, Michael A P TAYLOR,”
A Review of Travel-Time Prediction in Transport
and Logistics,” Proceedings of the Eastern Asia
Society for Transportation Studies, Vol. 5, pp. 1433 -
1448, 2005
[5] Vivek Katiyar, Prashant Kumar, Narottam Chand,”
An Intelligent Transportation Systems Architecture
using Wireless Sensor Networks,” International
Journal of Computer Applications (0975 – 8887)
Volume 14– No.2, January 2011
[6] Toshiyuki Yokota “ITS Applications Around the
World,” Technical Note For Developing Countries
july 22, 2004
[7] Roberto Di Pietro, Luigi V. Mancini, “Jaikumar
Radhakrishnan Connectivity Properties of Secure
Wireless Sensor Networks,” SASN’04, October 25,
2004.
[8] Roger R Stough and Guang Yang,” Intelligent
Transportation Systems,” Transportation Engineering
Planning- Vol II
[9] C.V.L.Sameera, M. Veda Chary,” Design Of
Intelligent Transport Related Issue System Based On
Arm7,” International Journal Of Research In
Engineering And Technology Eissn: 2319-1163 |
Pissn: 2321-7308 Volume: 02 Issue: 10 | Oct-2013,
Available @ http://www.ijret.org 526
[10] Shabbir Ahmed, Salil S. Kanhere,” VANETCODE:
Network Coding to Enhance Cooperative
Downloading in Vehicular Ad-Hoc Networks,”
IWCMC’06, July 3–6, 2006, Vancouver, British
Columbia, Canada. Copyright 2006 ACM 1-59593-
306-9/06/0007
[11] Xu Kaihua, Liu Yuhua,” A Novel Intelligent
Transportation Monitoring and Management System
Based on GPRS,”
[12] Lee Tsu-Tian,” Research on Intelligent
Transportation Systems in Taiwan,” Proceedings of
the 27th Chinese Control Conference July 16-18,
2008, Kunming, Yunnan, China
[13] René Meier, Anthony Harrington, and Vinny Cahill,”
A Framework for Integrating Existing and Novel
Intelligent Transportation Systems,” IEEE
Proceedings of the 8th International IEEE
Conference on Intelligent Transportation Systems
Vienna, Austria, September 13-16, 2005.
[14] S.Sathya Karthika, J. Rethna virgil Jeny, J. and
Albert Simon,” A Comparative Study of Routing
Protocols in Intelligent Transportation System,”
International Journal of Engineering Research &
Technology (IJERT) Vol. 2 Issue 11, November –
2013 ISSN: 2278-018.
[15] Vivek Katiyar, Prashant Kumar and Narottam
Chand,” An Intelligent Transportation Systems
Architecture using Wireless Sensor Networks,”
International Journal of Computer Applications (0975
– 8887) Volume 14– No.2, January 2011 22.
[16] Lang Peng, Zurong Ni, Fen Xia,” Design for
Wireless Sensor Network-Based Intelligent Public
Transportation System,” Science Foundation of
Fujian No.2008J0031
BIOGRAPHIES
Ms. Navyashree D G has received her
B.E. in Electronics and Communication
from GECK, Kushalnagar in 2013. She is
pursuing M Tech in Digital Electronics
and Communication in AMC Engineering
College, Bangalore.
Mr. Vinay Kumar T N has receiver his M
Tech in Digital Electronics and
Communication Systems from Malnad
college of Engineering Hassan. At present
he is working in AMC Engineering
College, Bangalore as Assistant Professor
in Electronics and Communication Department.

More Related Content

What's hot

AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...IJCNCJournal
 
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
 
Inter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryInter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryeSAT Publishing House
 
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
 
IRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET Journal
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systemseSAT Publishing House
 
IRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway EngineIRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway EngineIRJET Journal
 
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...IOSR Journals
 
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...IJECEIAES
 
India modern rail service for public
India modern rail service for publicIndia modern rail service for public
India modern rail service for publicMahesh Chandra Manav
 
Enhancing Opportunistic Routing for Cognitive Radio Network
Enhancing Opportunistic Routing for Cognitive Radio NetworkEnhancing Opportunistic Routing for Cognitive Radio Network
Enhancing Opportunistic Routing for Cognitive Radio NetworkIRJET Journal
 
A qos adaptive routing scheme (iglar) for highly dynamic
A qos adaptive routing scheme (iglar) for highly dynamicA qos adaptive routing scheme (iglar) for highly dynamic
A qos adaptive routing scheme (iglar) for highly dynamicAlexander Decker
 
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...sipij
 
A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...ijasa
 
Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam DesignDesign A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam Designijtsrd
 
A Proposed Model for Radio Frequency Systems to Tracking Trains via GPS
A Proposed Model for Radio Frequency Systems to Tracking Trains via GPSA Proposed Model for Radio Frequency Systems to Tracking Trains via GPS
A Proposed Model for Radio Frequency Systems to Tracking Trains via GPSHossam Al-Ansary
 

What's hot (20)

AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
AN EFFICIENT ANT BASED QOS AWARE INTELLIGENT TEMPORALLY ORDERED ROUTING ALGOR...
 
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...
 
Inter vehicular communication using packet network theory
Inter vehicular communication using packet network theoryInter vehicular communication using packet network theory
Inter vehicular communication using packet network theory
 
Survey of mirp for vehicular ad hoc networks in urban environments
Survey of mirp for vehicular ad hoc networks in urban environmentsSurvey of mirp for vehicular ad hoc networks in urban environments
Survey of mirp for vehicular ad hoc networks in urban environments
 
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 ...
 
Icquest1518
Icquest1518Icquest1518
Icquest1518
 
IRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot Car
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
 
IRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway EngineIRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway Engine
 
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
An Approach to Improve the Railway Crack Detection in the Tracks by Automated...
 
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
 
India modern rail service for public
India modern rail service for publicIndia modern rail service for public
India modern rail service for public
 
Enhancing Opportunistic Routing for Cognitive Radio Network
Enhancing Opportunistic Routing for Cognitive Radio NetworkEnhancing Opportunistic Routing for Cognitive Radio Network
Enhancing Opportunistic Routing for Cognitive Radio Network
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
A qos adaptive routing scheme (iglar) for highly dynamic
A qos adaptive routing scheme (iglar) for highly dynamicA qos adaptive routing scheme (iglar) for highly dynamic
A qos adaptive routing scheme (iglar) for highly dynamic
 
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
 
A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...A new approach in position-based routing Protocol using learning automata for...
A new approach in position-based routing Protocol using learning automata for...
 
Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam DesignDesign A Congestion Aware Routing Algorithm for Synchronous Cam Design
Design A Congestion Aware Routing Algorithm for Synchronous Cam Design
 
ppt
pptppt
ppt
 
A Proposed Model for Radio Frequency Systems to Tracking Trains via GPS
A Proposed Model for Radio Frequency Systems to Tracking Trains via GPSA Proposed Model for Radio Frequency Systems to Tracking Trains via GPS
A Proposed Model for Radio Frequency Systems to Tracking Trains via GPS
 

Viewers also liked

A swarm intelligence-based unicast routing protocol for hybrid ad hoc networks
A swarm intelligence-based unicast routing protocol for hybrid ad hoc networksA swarm intelligence-based unicast routing protocol for hybrid ad hoc networks
A swarm intelligence-based unicast routing protocol for hybrid ad hoc networksMarc Manthey
 
Swarm Intelligence Presentation
Swarm Intelligence PresentationSwarm Intelligence Presentation
Swarm Intelligence Presentationlatcole
 
From Biological to Smart CMOS Imaging: Architectural approach
From Biological to Smart CMOS Imaging: Architectural approachFrom Biological to Smart CMOS Imaging: Architectural approach
From Biological to Smart CMOS Imaging: Architectural approachUniversity of Waterloo, Canada
 
Jyotishkar dey roll 36.(swarm intelligence)
Jyotishkar dey roll  36.(swarm intelligence)Jyotishkar dey roll  36.(swarm intelligence)
Jyotishkar dey roll 36.(swarm intelligence)Jyotishkar Dey
 
Swarm Intelligence
Swarm IntelligenceSwarm Intelligence
Swarm Intelligenceshubham1306
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligenceEslam Hamed
 
Swarm intelligence pso and aco
Swarm intelligence pso and acoSwarm intelligence pso and aco
Swarm intelligence pso and acosatish561
 

Viewers also liked (11)

A swarm intelligence-based unicast routing protocol for hybrid ad hoc networks
A swarm intelligence-based unicast routing protocol for hybrid ad hoc networksA swarm intelligence-based unicast routing protocol for hybrid ad hoc networks
A swarm intelligence-based unicast routing protocol for hybrid ad hoc networks
 
Swarm Intelligence Presentation
Swarm Intelligence PresentationSwarm Intelligence Presentation
Swarm Intelligence Presentation
 
Yashashree_Wase_MEEE
Yashashree_Wase_MEEEYashashree_Wase_MEEE
Yashashree_Wase_MEEE
 
Swarm Intelligence
Swarm IntelligenceSwarm Intelligence
Swarm Intelligence
 
From Biological to Smart CMOS Imaging: Architectural approach
From Biological to Smart CMOS Imaging: Architectural approachFrom Biological to Smart CMOS Imaging: Architectural approach
From Biological to Smart CMOS Imaging: Architectural approach
 
Jyotishkar dey roll 36.(swarm intelligence)
Jyotishkar dey roll  36.(swarm intelligence)Jyotishkar dey roll  36.(swarm intelligence)
Jyotishkar dey roll 36.(swarm intelligence)
 
Swarm Intelligence
Swarm IntelligenceSwarm Intelligence
Swarm Intelligence
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligence
 
Swarm Intelligence
Swarm IntelligenceSwarm Intelligence
Swarm Intelligence
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligence
 
Swarm intelligence pso and aco
Swarm intelligence pso and acoSwarm intelligence pso and aco
Swarm intelligence pso and aco
 

Similar to Routing of traffic sensors in intelligent transportation system

Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...IRJET Journal
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and ga Route optimization in manets with aco and ga
Route optimization in manets with aco and ga eSAT Journals
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and gaRoute optimization in manets with aco and ga
Route optimization in manets with aco and gaeSAT Publishing House
 
A Random waypoint mobility model for Controlling Traffic Congestion
A Random waypoint mobility model for Controlling Traffic CongestionA Random waypoint mobility model for Controlling Traffic Congestion
A Random waypoint mobility model for Controlling Traffic CongestionIRJET Journal
 
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...IJEEE
 
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
 
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...IJSRD
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control systemeSAT Publishing House
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...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
 
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...Associate Professor in VSB Coimbatore
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...eSAT Publishing House
 
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBORouting Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBOIJERA Editor
 
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
 
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
 
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
 
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network
IRJET-	 Efficient and Secure Communication In Vehicular AD HOC NetworkIRJET-	 Efficient and Secure Communication In Vehicular AD HOC Network
IRJET- Efficient and Secure Communication In Vehicular AD HOC NetworkIRJET Journal
 
H046405864
H046405864H046405864
H046405864IOSR-JEN
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVijsrd.com
 

Similar to Routing of traffic sensors in intelligent transportation system (20)

Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and ga Route optimization in manets with aco and ga
Route optimization in manets with aco and ga
 
Route optimization in manets with aco and ga
Route optimization in manets with aco and gaRoute optimization in manets with aco and ga
Route optimization in manets with aco and ga
 
A Random waypoint mobility model for Controlling Traffic Congestion
A Random waypoint mobility model for Controlling Traffic CongestionA Random waypoint mobility model for Controlling Traffic Congestion
A Random waypoint mobility model for Controlling Traffic Congestion
 
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
A Review Report on Existing Routing Protocols in Vehicular Ad Hoc Networks (V...
 
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
 
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
Improvement of Traffic Monitoring System by Density and Flow Control For Indi...
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control system
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
 
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)
 
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
Sound Sensor Based Emergency Vehicle Preemption System using Microcontrolled ...
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...
 
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBORouting Enhancement of MANETs using Hybrid Protocol Combined with PBO
Routing Enhancement of MANETs using Hybrid Protocol Combined with PBO
 
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
 
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
 
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
 
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network
IRJET-	 Efficient and Secure Communication In Vehicular AD HOC NetworkIRJET-	 Efficient and Secure Communication In Vehicular AD HOC Network
IRJET- Efficient and Secure Communication In Vehicular AD HOC Network
 
H046405864
H046405864H046405864
H046405864
 
Improved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDVImproved routing scheme with ACO in WSN in comparison to DSDV
Improved routing scheme with ACO in WSN in comparison to DSDV
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

Routing of traffic sensors in intelligent transportation system

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 388 ROUTING OF TRAFFIC SENSORS IN INTELLIGENT TRANSPORTATION SYSTEM Navyashree D G1 , Vinay Kumar T N2 1 M Tech, Electronics and Communication Department, AMC Engineering College, Bangalore, Karnataka, India 2 Assistant Professor, Electronics and Communication Department, AMC Engineering College, Bangalore, Karnataka, India Abstract As country develops, the application of technology in each and every field increases to fulfill the demand of people. The application of technology in transportation system is called Intelligent Transportation System (ITS) which has more demand in today’s world for traffic management. Vehicular Ad hoc Network (VANET) is one of the technology used in Intelligent Transportation System. In Vehicular Ad hoc Network temporary network is formed within the vehicles or vehicle to traffic infrastructure which has sensors within it for communication. The temporary network establishes and ends after exchanging the required information. This process should happen within fraction of seconds which is more complicated issue in highly mobile vehicles, so routing is a major problem in Vehicular Ad hoc Network. In this work, hybrid two stage heuristic routing protocol which is based on ant colony optimization and particle swarm optimization algorithm is used to make routing more efficient in Vehicular Ad hoc Network. The MATLAB software is used to implement the algorithm. The result shows that two stage heuristic protocol perform better than Ad hoc on Demand Vector (AODV) protocol. Keywords: Intelligent Transportation System, Vehicular Ad Hoc Network (VANET), Ad Hoc on Demand Vector (AODV), Ant Colony optimization (ACO), Particle Swarm Optimization (PSO) --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION VANET is necessary for transportation system to obtain real time traffic information like origin-destination trips, route flow, link flow, travel time estimation etc. In VANET, sensors collect the information of vehicles to provide transportation services like travel and traffic management, emergency management, electronic payment etc. Vehicular Ad hoc Network (VANET) is a type of Mobile Ad hoc Network (MANET) used in Intelligent Transportation System to obtain traffic information. VANET is a network formed by moving vehicles with no infrastructure which is formed instantaneously. VANET architecture can be divided into three types WLAN network, Ad Hoc network and Hybrid network. Fig -1: Transportation system using mobile wireless sensor network Sensors are another important device which consists of basic elements like microcontroller, radio transceiver and energy source. The application of intelligent transportation system is shown in figure 1. The travel time estimation is the application used in logistic departments to deliver goods to customers on time. By using information of travel time estimation one can understand the condition of road, traffic congestion etc. and calculate the travel time for delivering particular goods. 1.1 VANET Protocols Routing protocols are used to transfer data in a network between entities. In vehicular Ad hoc network (VANET) routing is challenging task because of dynamic change in speed of vehicles. In highways the vehicles average speed is 65 km/h i.e. 17m/s, so the routing should be very quick in fraction of seconds. The routing protocol of VANET are divided into two basic types, they are as follows, 1.1.1 Topology Based Routing Protocol Topology based routing is protocol uses links of other nodes to transfer data packets in a network to collect information. This routing protocol suffers from huge amount of overhead for route discovery and frequent change in topology limits their scalability and efficiency. Topology based routing protocol is further divided into two types. The proactive routing protocol maintains routing tables for all routing in the topology. In Proactive routing table updates regularly
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 389 and sends the information from source to destination. There are two types of updates are available in proactive protocols  periodic update  triggered update Reactive protocols are contrast to proactive protocols because they do not maintains routing tables for routing in changing topology. In this protocol, when source node want to transmit the data and discovered route the query floods is stored until other node is inaccessible. The bandwidth of network is low due to route discovery mechanism. Reactive protocols are Dynamic Source Routing (DSR) and Ad-hoc On-Demand Distance Vector routing (AODV). 1.1.2 Geographic Routing Protocol Geographic routing protocol uses neighbor location information to perform data packet transmission. The geographic routing protocols collects local information in wireless networks. The node needs the location information of their direct neighbors in order to forward packets. Mobile networks with frequent topology changes, geographic routing has fast response and can find new routes quickly by using only local topology information which is complicated method. 2. PROBLEM FORMULATION VANET form a temporary network which consists of sensors in moving vehicles. The sensors in vehicles communicate within themselves and exchange of information is possible. The node to infrastructure communication is possible with cellular network. Due to the mobility of vehicles, the topology of network changes frequently, breakages of network links and no central control. So both topology based and position based routing are proposed previously. The AODV (Ad hoc On Demand Vector) protocol is a type of reactive protocol that forms the route whenever required. In route discovery, the route request packet is sent from source to the RSU which in turn sends it to central control unit which is maintained by transportation authority. The destination RSU receives the packet from Central control unit. One of the node is selected as relay node among all nodes, dynamically which establishes route and using shortest path sends the packets. Effective routing is most difficult task in mobile vehicles because of frequent change in topology. To achieve effective routing two stage heuristic hybrid algorithm is proposed. The two stage heuristic algorithm is based on particle swarm optimization and ant colony optimization. The ant colony optimization is upper level algorithm and particle swarm optimization follows the route produced by ant colony optimization. So that communication is more effective with shortest route. 3. HYBRID TWO STAGE HEURISTIC ALGORITHM Swarm intelligent technique is a modified form of Ad hoc On Demand Vector protocol and it serves best in routing. The two swarm intelligent algorithms i.e. Ant colony optimization algorithm and particle swarm optimization algorithm are combined and performed routing. By combining both particle swarm and ant colony algorithm, the hybrid two stage heuristic algorithm is designed. The ant colony algorithm aims to build route for mobile sensors. Particle swarm optimization algorithm tries to determine the links optimal stay time of each node for known route. The route is critical connection between Ant colony optimization and particle swarm optimization. Ant colony is the upper level algorithm and provides route for particle swarm optimization [1]. 3.1 Ant Colony Optimization Ant colony optimization is the algorithm based on characteristics of natural ant’s activity of finding the shortest path between its nest and food source. The ants searches their food by depositing the chemical called pheromone which triggers the member of same species. By pheromone rest of the ants follows the previous ants. Between nest and food source if the previous ant finds any shortest path it deposits more pheromone which is followed by other ants. Pheromone is critical component of ant colony optimization and offer possibility to obtain better solution. 3.2 Particle Swarm Optimization This algorithm is inspired by swarm of insects like honey bee works together to form candidate solution. Here the insect is called particle. The particle moves in search-space using few simple formulae. The movements of particles are guided by their own best known position in search space as well as entire swarm best known position. When improved position are being discovered these will then come to guide the movement of the swarm. This algorithm considers position and velocity of nodes. The hybrid sensor routing technique is introduced in current approach to improve the performance of transportation network. The hybrid routing protocol is modification of Ad Hoc on demand vector protocol and is related to swarm intelligent. The ant colony optimization and particle swarm optimization are used to form hybrid two stage Heuristic Algorithm. The current approach will have multiple Road Side Unit (RSU) and control server will be present at the center. The routing process will be defined as follows, Road Side Unit to Control Server, Control Server to Destination Road Side Unit, Destination Road Side Unit to destination node by selecting best route. The block diagram of steps involved in traffic sensor routing is shown in figure 2. Steps involved in traffic sensor routing  Node Deployment is responsible for placing the node ID in the network. The vehicle ID, X position of node and Y position of node is generated by node deployment algorithm.  Lane Formation is used to arrange the sensors within the lane.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 390  Relay Node Selection Process is responsible for selecting the relay vehicle in the network. The Relay Vehicle selection process is triggered by using a probing technique.  Ad hoc on Demand Vector (AODV) Routing algorithm is frequently used in routing process of VANET. The nodes self organize themselves into clusters at the start of routing process and called as dynamic clustering.  Heuristic Hybrid Algorithm Routing Process In this process multiple routes will be discovered and then for each of the route the characteristics are determined and the best route is determined. Fig - 2: The block diagram of steps involved in traffic sensor routing The RSU selection process can be defined as below 1. Node ID of specific Lane and RSU location. 2. Probing Technique is employed within mobile sensors in each lane. 3. The Vehicle which has maximum RSU acknowledgement (ACK) count acts as Relay Vehicle. Probing technique 1. Number of iteration 2. RSU ACK will be measured for each iteration. RSU ACK = 3. Total RSU ACK = Summation of ACK for all iteration. The following steps are followed for Heuristic Hybrid Algorithm Routing Process 1. The Maximum travel time for each of the sensors are found out routeinnodesofnumbertotalM mtomnodethefortimerealem nodesbetweentimet timetotalW valuerandom MmMm ehW tW h mmi k mi             1 11.00 ,1, )max( , 1,   2. The Position of the Particles are updated 3. The Velocity of the vehicle Sensor is updated as follows vi,d = Zvi,d-1 + C1 × ϴ2 × (pbest i,d-1 – h i,d-1) + C2 × ϴ × (I best i,d-1 – h i,d-1) Where, d represents the dth generation for the ACO algorithm hi, d represents the stay time of the ith particle of the dth generation hi, d is a vector, and each element of hi, d is hi,m vi, d is the i th particle’s velocity at the dth generation pbest i,d−1 is the personal optimal solution found by the ith particle among its own historical solutions, and lbest i, d−1 is the local optimal solution Z is a positive inertia parameter C1 and C2 are positive constants θ2 is a random generated value ranging from 0 to 1 4. RESULTS Comparing AODV algorithm and Heuristic routing algorithm for some parameters are as follows. The comparison is done for 25 iterations. 4.1 End to End Delay The comparison of AODV algorithm and Heuristic routing algorithm for end to end delay is shown in figure 4.1 is plotted for 25 numbers of iteration. The time taken should be in millisecond. The figure shows that for heuristic routing in 1st iteration it takes more time to deliver the packets, for 2nd iteration it takes lesser time then the 1st iteration and for rest of the iteration the time taken is less than 2nd iteration and approximately .01ms constantly for all other iterations. But in AODV routing the time is varying for each iteration and maximum time taken by it is 0.14ms and minimum time Four Way Lane Formations RSU Selection Process Heuristic Hybrid Two Stage Algorithm AOCV based routing Comparison  End to End Delay  No of Nodes  Packet Transmit Time Node Deployment
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 391 taken by it is .03ms which is more than heuristic. The time taken to deliver all the packets using heuristic routing is less compared to AODV routing. 4.2 Number of Hops The Comparison of AODV algorithm and Heuristic routing algorithm for number of hops are shown in figure 4.2. Number of nodes taken to deliver all packets from source to destination for heuristic more than 200 hops. The average number of hops used by heuristic algorithm is approximately 25 hops which is very lesser than the hops used by the AODV routing. Fig - 4.1: End to End Delay Fig - 4.2: Number of Hops 4.3 Energy Consumed The comparison of AODV algorithm and Heuristic routing algorithm for energy consumption is shown in figure 4.3. Total number of energy consumed by all the nodes to deliver all packets for AODV routing is more than 10000mJ and that heuristic routing consumes less than 2000mJ energy to deliver all the packets. Fig - 3.3: Energy Consumed 5. CONCLUSION In this project, the more emerging technology intelligent transportation system is discussed. For developing countries with more population intelligent transportation system is very essential to avoid many road accidents, to give better service to travellers, to guide drivers regarding traffic, travel distance, road condition, weather etc. the routing is a major issue in rapidly changing network. By using hybrid two stage heuristic algorithm based on swarm intelligent for routing gives better results than ad hoc on demand vector algorithm. By comparing the both heuristic and ad hoc on demand vector algorithm parameter like end to end delay, routing overhead, number of hops, energy consumed heuristic algorithm is found to give better results than ad hoc on demand algorithm. REFERENCES [1] Ning Zhu, Yang Liu, Shoufeng Ma and Zhengbing He, “Mobile Traffic Sensor Routing in Dynamic Transportation systems,” IEEE Transactions on Intelligent transportation systems, Vol. 28, No.19 March 2014, pp. 1524-9050. [2] Siddhant Jaiswal, Dr D. S. Adane, ” Hybrid Approach for Routing in Vehicular Ad-hoc Network (VANET) Using Clustering Approach,” International Journal of Innovative Research in Computer and Communication Engineering,Vol. 1, Issue 5, July 2013
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 392 [3] Akhtar Husain, Ram Shringar Raw, Brajesh Kumar and Amit Doegar,” Performance Comparison of Topology and Position Based Routing Protocols in Vehicular Network Environments,” International Journal of Wireless & Mobile Networks (IJWMN) Vol. 3, No. 4, August 2011 DOI : 10.5121/ijwmn.2011.3420 289 [4] Hong-En LI, Rocco ZITO, Michael A P TAYLOR,” A Review of Travel-Time Prediction in Transport and Logistics,” Proceedings of the Eastern Asia Society for Transportation Studies, Vol. 5, pp. 1433 - 1448, 2005 [5] Vivek Katiyar, Prashant Kumar, Narottam Chand,” An Intelligent Transportation Systems Architecture using Wireless Sensor Networks,” International Journal of Computer Applications (0975 – 8887) Volume 14– No.2, January 2011 [6] Toshiyuki Yokota “ITS Applications Around the World,” Technical Note For Developing Countries july 22, 2004 [7] Roberto Di Pietro, Luigi V. Mancini, “Jaikumar Radhakrishnan Connectivity Properties of Secure Wireless Sensor Networks,” SASN’04, October 25, 2004. [8] Roger R Stough and Guang Yang,” Intelligent Transportation Systems,” Transportation Engineering Planning- Vol II [9] C.V.L.Sameera, M. Veda Chary,” Design Of Intelligent Transport Related Issue System Based On Arm7,” International Journal Of Research In Engineering And Technology Eissn: 2319-1163 | Pissn: 2321-7308 Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 526 [10] Shabbir Ahmed, Salil S. Kanhere,” VANETCODE: Network Coding to Enhance Cooperative Downloading in Vehicular Ad-Hoc Networks,” IWCMC’06, July 3–6, 2006, Vancouver, British Columbia, Canada. Copyright 2006 ACM 1-59593- 306-9/06/0007 [11] Xu Kaihua, Liu Yuhua,” A Novel Intelligent Transportation Monitoring and Management System Based on GPRS,” [12] Lee Tsu-Tian,” Research on Intelligent Transportation Systems in Taiwan,” Proceedings of the 27th Chinese Control Conference July 16-18, 2008, Kunming, Yunnan, China [13] René Meier, Anthony Harrington, and Vinny Cahill,” A Framework for Integrating Existing and Novel Intelligent Transportation Systems,” IEEE Proceedings of the 8th International IEEE Conference on Intelligent Transportation Systems Vienna, Austria, September 13-16, 2005. [14] S.Sathya Karthika, J. Rethna virgil Jeny, J. and Albert Simon,” A Comparative Study of Routing Protocols in Intelligent Transportation System,” International Journal of Engineering Research & Technology (IJERT) Vol. 2 Issue 11, November – 2013 ISSN: 2278-018. [15] Vivek Katiyar, Prashant Kumar and Narottam Chand,” An Intelligent Transportation Systems Architecture using Wireless Sensor Networks,” International Journal of Computer Applications (0975 – 8887) Volume 14– No.2, January 2011 22. [16] Lang Peng, Zurong Ni, Fen Xia,” Design for Wireless Sensor Network-Based Intelligent Public Transportation System,” Science Foundation of Fujian No.2008J0031 BIOGRAPHIES Ms. Navyashree D G has received her B.E. in Electronics and Communication from GECK, Kushalnagar in 2013. She is pursuing M Tech in Digital Electronics and Communication in AMC Engineering College, Bangalore. Mr. Vinay Kumar T N has receiver his M Tech in Digital Electronics and Communication Systems from Malnad college of Engineering Hassan. At present he is working in AMC Engineering College, Bangalore as Assistant Professor in Electronics and Communication Department.