SlideShare a Scribd company logo
1 of 4
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 167
Improvement of Traffic Monitoring System by Density and Flow Control
for Indian Road System using IoT
Karan A. Shah1
Ms. Jasmine Jha2
Manmitsinh Zala3
Nirav Khetra4
1
P.G. Student 2,3,4
Assistant Professor
1,2,3,4
Department of Computer Engineering
1,2
LJIET, Gujarat, India 3,4
ACET, Gujarat, India
Abstract— The growth and scale of vehicles today makes
management of traffic a constant problem. The existing
traffic control system works based on a timing mechanism,
meaning an equal time slot is provided for each junction.
This is inefficient for non-uniform flow of vehicles. Hence
there is a need for a system which is adaptive in nature.
Routes should have an option of being granted more time
slots depending on the requirements for the given route.
This paper proposes a traffic congestion control system
which would be adaptive in nature and provide time slot to
each route based on traffic density.
Key words: Wireless Sensor Network, Traffic Congestion,
traffic lights, road traffic
I. INTRODUCTION
Many technical communities are vigorously pursuing
research topics that contribute to the Internet of Things
(IoT). Nowadays, as sensing, actuation, communication, and
control become even more sophisticated and ubiquitous,
there is a significant overlap in these communities,
sometimes from slightly different perspectives. More
cooperation between communities is encouraged[8]
.
The Internet of Things (IoT), also called Internet of
Everything is the network of physical objects or “things”
embedded with electronics, software, sensors, and
connectivity to enable objects to exchange data with the
production, operator and/or other connected devices[8]
. The
Internet of Things allows objects to be sensed and controlled
remotely across existing network infrastructure, creating
opportunities for more direct integration between the
physical world and computer-based systems, and resulting
in improved efficiency, accuracy and economic benefit[8]
.
Each thing is uniquely identifiable through its
embedded computing system but is able to interoperate
within the existing Internet infrastructure. Experts estimate
that the IoT will consist of almost 50 billion objects by
2020[8]
.
There are several applications of IoT. For example,
nowadays, many buildings already have sensors for
attempting to save energy; home automation is occurring;
cars, taxis, and traffic lights have devices to try and improve
safety and transportation; people have smart phones with
sensors for running many useful apps; industrial plants are
connecting to the Internet; and healthcare services are
relying on increased home sensing to support remote
medicine and wellness.
From all these applications we are focusing on
smart city concept. In smart city we are focusing on smart
traffic. The basic architecture of smart traffic system is as
shown below:
Fig.1: System Architecture
II. LITERATURE SURVEY
A. Adaptive Traffic Signal Flow Control using Wireless
Sensor Network [3]
The objective of this paper is to reduce the waiting time and
traffic flow volume using Wireless Sensor Network (WSN).
Wireless sensor networks are composed of hundreds of
inexpensive, low-powered sensing devices with limited
memory, computational, and communication resources. The
existing traffic control system works based on a timing
mechanism, meaning an equal time slot is provided for each
junction. This is inefficient for non-uniform flow of vehicles
[3] [6]. Hence there is a need for a system which is adaptive
in nature. Routes should have an option of being granted
more time slots depending on the requirements for the given
route. This paper proposes a traffic congestion control
system which would be adaptive in nature and provide time
slot to each route based on traffic density.
The existing fixed time approach and the proposed
approach ATSWSN have been simulated in LabView. The
proposed adaptive approach has been developed on a
hardware board using ATMEL microcontroller AT89C51.
The inputs to the microcontroller are provided by the sensor
nodes. The microcontroller executes an internal scheduling
algorithm and controls the traffic signals. The direction to be
cleared is decided by the algorithm based on a number of
parameters. The parameters like speed factor and emergency
factor are significantly needed to reduce the waiting time of
the traffic and to devise a system with acceptable QoS. The
basic system model is as shown below:
Fig. 2: System Model
III. SMART TRAFFIC CONGESTION CONTROL USING
WIRELESS COMMUNICATION [4]
The goal of intelligent traffic management systems is to
achieve improvements in mobility, safety and productivity
Improvement of Traffic Monitoring System by Density and Flow Control for Indian Road System using IoT
(IJSRD/Vol. 3/Issue 10/2015/037)
All rights reserved by www.ijsrd.com 168
of the transport system through integrated application of
advanced monitoring, communication, display and control
process technologies both in the vehicle and on the road.
The paper presents a method to
 Solve the problem of Invisibility of the traffic
signal due to huge vehicles blocking the view.
 Prevent congestion caused at toll gates
 Give Collision Warning to the vehicles.
A system comprising of a microcontroller, RF
module and a traffic signal status display system is installed
in every automobiles. The RF module installed in the
vehicle is capable of transmitting and receiving appropriate
data which is controlled by the backend software algorithm
in the microcontroller. Each road would be given a unique 5
bit address. Considering the range of the RF modules to be
about 30 meters, the 5 bit unique address for the road can be
repeated such that any two roads having the same road ID
are not within 30 meters distance from each other. This
gives the system a capability to address a region of any size.
An alternative to this would be to increase the number of
bytes to be wirelessly exchanged instead of a single byte.
IV. TECHNIQUES FOR SMART TRAFFIC CONTROL: AN IN-
DEPTH REVIEW [5]
Almost all urban cities in the world use traffic lights to
control the traffic on the roads. The lights switch from red,
which means stop, to green, which means move. Over time
there has been developments of different types of traffic
light control systems, the most commonly used being static
traffic lights and vehicle actuated lights. Static traffic lights‟
timing and switching patterns are predetermined despite
prevailing traffic conditions for the different lanes. They do
not operate with real time data.
Smart traffic light controls are dynamic. This
means that they use real time data to make priority based
decisions. They use advanced communication systems based
on sensors and/or RFID tags to collect data and provide the
system with information on the current situation on the
roads (such as number of vehicles on individual roads or
how long vehicles have been waiting for green light). The
smart system then processes this information and makes
decisions; that is, it automatically determines the duration of
each traffic light signal based on prevailing traffic situation
on the roads. Commonly used systems include fuzzy expert
systems (FES), artificial neural networks (ANN) and
wireless sensor networks (WSN).
A. Fuzzy Expert Systems (FES)
FES is a suitable approach to dynamic traffic signal control
because of the nature of uncertainties on road traffic where
the traffic distributions fluctuate non-uniformly. It is a
superset of Boolean logic that has been extended to handle
partial truths between completely false (0) and completely
true (1). The sensors collect data from the environment
which in turn is fed into the fuzzy logic controller (FLC) for
processing. The FLC‟s objective is to control operations in
systems by making decisions that utilize rules expressed
with the uncertainty of human terms such as cool (slightly
cold) or warm (slightly hot). Therefore FLCs are a suitable
approach to traffic signal control because it assigns green or
red light signal based on urgency or as traffic fluctuates; and
selects the best decision that will minimize congestion at a
particular interval. For instance, a lane could also have low
or medium traffic as opposed to just no traffic (0) or high
traffic (1).
B. Artificial Neural Networks (ANN)
The major difference between ANN (learning systems) and
FES is that; while an FES uses present knowledge to make
decisions, in a learning system, the decisions are computed
using the accumulated experience or knowledge from
successfully solved examples. Since ANNs try to mimic the
human brain they possess an adaptive feature that allows
each node within the network to modify its state in response
to past and present knowledge.
C. Wireless Sensor Networks (WSN)
In the event WSN is used to not only collect traffic data but
also actively control road traffic, additional functionalities
are incorporated into the network‟s controller. An algorithm
is embedded to control the traffic lights – it generates
routing decisions based on sensor data aggregated. Unlike
some A.I systems, WSN does not require vehicles to have
additional systems such as RFID tags to control and manage
traffic. As a result WSN are cost inexpensive and make it a
more practical than ANN and FES approaches especially in
emerging economies.
V. STUDY ON THE SCHEME OF TRAFFIC SIGNAL TIMING FOR
PRIORITY VEHICLES BASED ON NAVIGATION SYSTEM [6]
With the development of urbanization and the increase of
automobile ownership, the traffic becomes more and more
congested. At the same time, the traffic accidents arise and
the environment aggravates. These problems have happened
not only in the developing countries but also in the
developed ones. This paper presents a new signal timing
method The purpose is to make priority vehicles reach their
destinations without delay at signalized intersection. That is,
whenever the vehicles reach a signalized intersection, the
signal light is always green.
Fig. 3: Architecture of the system operation
In our scheme, signal parameters of intersections
can be changed at any time if needed. The subject vehicle
uses the Global Positioning System (GPS) to locate its
position. According to these data, we can get the vehicle's
position and speed, then calculate the accurate time when
the vehicle reaches the next intersection. At that time, if the
indication of signal light is not green, the timing plan must
be changed so that the subject vehicle can be given the right
Improvement of Traffic Monitoring System by Density and Flow Control for Indian Road System using IoT
(IJSRD/Vol. 3/Issue 10/2015/037)
All rights reserved by www.ijsrd.com 169
of way to move into the intersection. The architecture of the
system is simplified as Fig. 3:
When the vehicle determines its origin and
destination, it can get the optimal path offered by the vehicle
guidance system. During its course the vehicle can gain
position, velocity and other useful information by the GPS
receiver assembled on it. Based on this information the
vehicle will calculate the time to arrive to the next
intersection. If the time is greater than the cycle time (C) of
the next intersection, the vehicle will keep going without
submitting a request to the traffic control center. For the
intersection timing plan can be adjusted in next cycle. If it is
smaller than the cycle C, the vehicle will submit a request
and send all the information to the traffic control center.
These are done through communication system. The traffic
control center will predict the accurate time when the
vehicle arrives at the intersection according to its
performing status. The control center also knows the timing
plan at that time, and judges whether the traffic light is
green or not. If green, there is no need to adjust the timing
plan of that intersection. If not, the timing plan will be
changed.
VI. CITY TRAFFIC CONGESTION CONTROL IN INDIAN
SCENARIO USING WIRELESS SENSOR NETWORK [7]
Traffic management is becoming an increasingly serious
concern due the rapid rate of increase of vehicles. The
growth and scale of vehicles today makes management of
traffic a recurring problem.
In this paper author has proposed a mechanism to
increase the capacity using existing infrastructure like traffic
lights while incorporating new infrastructure such as sensor
motes on vehicles to study the traffic flow pattern. The
algorithm for this system is as shown below:
A. Pseudo code for the Algorithm:
 Step 1: Synchronize all the routes; calculate „mf‟ and
„k‟.
 Step 2: Calculate CR for all the routes; sort them in
descending order.
 Step 3: Choose the first route; calculate TClearance
for it.
 Step 4: Find the set of possible routes.
 Step 5: Grant clearance to these routes for the time
TClearance.
 Step 6: Repeat the steps 1 to 5.
The following parameters are critical for the algorithm:
 Waiting time is defined as the time a route has been
waiting for after its last clearance.
 Clearance time is defined as the total time allotted to
schedule one round for a given route, and is
calculated on the basis of requirement.
 Rate of arrivals is the number of vehicles arriving at
the junction, desiring a particular route of travel.
 Proportionality constant „k‟ is an exponentially
varying parameter which is activated when the wait
time of a particular path crosses a given threshold.
The threshold can be configured.
 CR (clear route) is a variable which will be calculated
using the parameters, waiting time, number of
vehicles, and the proportionality constant. The route
having the highest CR will be cleared first.
 Multiplication factor „mf‟ is a critical parameter to
maintain fairness in the system and also helps to
handle emergency situations.
VII. CONCLUSION
This paper proposes a traffic control system using the WSN
technology. The advantages of the proposed system include:
1) accurate monitoring and measurement of the vehicle
number and vehicle speeds in real time due to the
introduction of the WSN technology; 2) it is easy to append
more functions to this system since the system not only
know the statistical information but also the information of a
special vehicle as well; and the roadside system can
communicate with the vehicles. This paper also proposes a
traffic control algorithm for the signal control in an
intersection. Since the vehicle state is monitored
dynamically, the phase time is determined exactly instead of
by forecasting. Compared with conventional algorithm, the
advantages of the algorithm includes: 1) eliminate the phase
time when no vehicle passing across; 2) Let all of the
waiting vehicles pass if possible, which reduces the waiting
time.
REFERENCES
[1] John A. Stankovic, Life Fellow, “Research Directions
for the Internet of Things,” IEEE vol. 1, no. 1, Feb.
2014.
[2] Andrea Zanella, Senior Member, IEEE, Nicola Bui,
Angelo Castellani, Lorenzo Vangelista, Senior Member,
IEEE, and Michele Zorzi, Fellow, IEEE, “Internet of
Things for Smart Cities,” IEEE Internet of Things
Journal, vol. 1, no. 1, Feb. 2014.
[3] Bhuvaneswari.P.T.V, Arun raj.G.V, Balaji. R and
Kanagasabai.S Department of Electronics Engineering,
MIT, Anna University, Chennai, India “Adaptive
Traffic Signal Flow Control using Wireless Sensor
Networks”, 978-0-7695-4850-0/12 $26.00 © 2012
IEEE.
[4] Reshma R Nayak , Sahana S K, Anupama S Bagalkot,
Soumya M, Roopa J, Govinda Raju M,
N.Ramavenkateswaran “Smart Traffic Congestion
Control Using Wireless Communication”, International
Journal of Advanced Research in Computer and
Communication Engineering Vol. 2, Issue 9, September
2013.
[5] Roxanne Hawi, George Okeyo, Michael Kimwele
“Techniques for Smart Traffic Control: An In-depth
Review”, International Journal of Computer
Applications Technology and Research Volume 4–
Issue 7, 566 - 573, 2015, ISSN: 2319–8656.
[6] Zhaosheng Yang, Deyong Guan “Study on the Scheme
of Traffic Signal Timing for Priority Vehicles Based on
Navigation System”, 0-7803-7229-8/01/$10.00 02001
IEEE
[7] Abishek C, Mukul Kumar and Kumar Padmanabh “City
Traffic Congestion Control in Indian Scenario using
Wireless Sensors Network”, IEEE Internet of Things
Journal, vol. 1, no. 1, Feb. 2014.
[8] Internet of Things,
Improvement of Traffic Monitoring System by Density and Flow Control for Indian Road System using IoT
(IJSRD/Vol. 3/Issue 10/2015/037)
All rights reserved by www.ijsrd.com 170
https://en.wikipedia.org/wiki/Internet_of_Things, Aug-
2015, 9:45pm
[9] Advantages and Disadvantages of Internet of Things,
http://www.philforhumanity.com/
Internet_of_Things.html, Aug-2015, 10:20pm

More Related Content

What's hot

Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerkrity kumari
 
Density based trafiic control
Density based trafiic controlDensity based trafiic control
Density based trafiic controlnskprasad
 
Micro controller based Traffic control system
Micro controller based Traffic control systemMicro controller based Traffic control system
Micro controller based Traffic control systemRohit Kumar
 
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALADENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALASaikiran Panjala
 
density based traffic control system with mannual override
density based traffic control system with mannual overridedensity based traffic control system with mannual override
density based traffic control system with mannual overridemokshi koganti
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)hardik1240
 
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering collegeVEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering collegeHIGHVOLTEEE
 
intelligence Ambulance project report
intelligence Ambulance project reportintelligence Ambulance project report
intelligence Ambulance project reportRitesh Kumar
 
Density based traffic light control
Density based traffic light controlDensity based traffic light control
Density based traffic light controlRohit Nair
 
A Comparative Study of Sensors for Road Traffic Density Measurement
A Comparative Study of Sensors for Road Traffic Density MeasurementA Comparative Study of Sensors for Road Traffic Density Measurement
A Comparative Study of Sensors for Road Traffic Density MeasurementIJSRD
 
Density Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothDensity Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothChull Productions
 
Traffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologyTraffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologykrushna kotgire
 
Design of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded systemDesign of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded systemYakkali Kiran
 
6 smart traffic control
6 smart traffic control6 smart traffic control
6 smart traffic controlYousaf Hameed
 
Traffic light control using atmega16 ppt
Traffic light control using atmega16 pptTraffic light control using atmega16 ppt
Traffic light control using atmega16 pptSHIVA KUMAR
 

What's hot (20)

Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontroller
 
Density based traffic signal system
Density based traffic signal systemDensity based traffic signal system
Density based traffic signal system
 
Density based trafiic control
Density based trafiic controlDensity based trafiic control
Density based trafiic control
 
Micro controller based Traffic control system
Micro controller based Traffic control systemMicro controller based Traffic control system
Micro controller based Traffic control system
 
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALADENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
 
densitybased
densitybaseddensitybased
densitybased
 
density based traffic control system with mannual override
density based traffic control system with mannual overridedensity based traffic control system with mannual override
density based traffic control system with mannual override
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)
 
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering collegeVEHICLE  DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
VEHICLE DENSITY CONTROLLED AUTOMATIC TRAFFIC LIGHT from KMP Engineering college
 
Traffic signals based on microcontroller based
Traffic signals based on microcontroller basedTraffic signals based on microcontroller based
Traffic signals based on microcontroller based
 
intelligence Ambulance project report
intelligence Ambulance project reportintelligence Ambulance project report
intelligence Ambulance project report
 
Density based traffic light control
Density based traffic light controlDensity based traffic light control
Density based traffic light control
 
A Comparative Study of Sensors for Road Traffic Density Measurement
A Comparative Study of Sensors for Road Traffic Density MeasurementA Comparative Study of Sensors for Road Traffic Density Measurement
A Comparative Study of Sensors for Road Traffic Density Measurement
 
Density Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothDensity Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using Bluetooth
 
339_311 PPT
339_311 PPT339_311 PPT
339_311 PPT
 
Traffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technologyTraffic signal control management based on integrating GIS and WSN technology
Traffic signal control management based on integrating GIS and WSN technology
 
Design of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded systemDesign of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded system
 
SMART TRAFFIC CONTROL
SMART TRAFFIC CONTROLSMART TRAFFIC CONTROL
SMART TRAFFIC CONTROL
 
6 smart traffic control
6 smart traffic control6 smart traffic control
6 smart traffic control
 
Traffic light control using atmega16 ppt
Traffic light control using atmega16 pptTraffic light control using atmega16 ppt
Traffic light control using atmega16 ppt
 

Viewers also liked

Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controllerRkrishna Mishra
 
A four way autometic traffic control system with variable delay using hdl
A four way autometic traffic control system with variable delay using hdlA four way autometic traffic control system with variable delay using hdl
A four way autometic traffic control system with variable delay using hdleSAT Journals
 
Arduino traffic lights
Arduino traffic lightsArduino traffic lights
Arduino traffic lightsqichengpan
 
Smart Control of Traffic Signal System using Image Processing
Smart Control of Traffic Signal System using Image Processing Smart Control of Traffic Signal System using Image Processing
Smart Control of Traffic Signal System using Image Processing Raihan Bin-Mofidul
 
Embedded system for traffic light control
Embedded system for traffic light controlEmbedded system for traffic light control
Embedded system for traffic light controlMadhu Prasad
 
Accident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsAccident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsSachin Kumar Asokan
 
Simulation of Traffic Flow - Density
Simulation of Traffic Flow - DensitySimulation of Traffic Flow - Density
Simulation of Traffic Flow - DensityAzdeen Najah
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentationBanwari Lal
 
Smart Traffic Light Controller
Smart Traffic Light ControllerSmart Traffic Light Controller
Smart Traffic Light ControllerHimanshi_Sharma
 
Traffic light.ppt (1)
Traffic light.ppt (1)Traffic light.ppt (1)
Traffic light.ppt (1)chelseaaaaad
 

Viewers also liked (11)

Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controller
 
A four way autometic traffic control system with variable delay using hdl
A four way autometic traffic control system with variable delay using hdlA four way autometic traffic control system with variable delay using hdl
A four way autometic traffic control system with variable delay using hdl
 
Arduino traffic lights
Arduino traffic lightsArduino traffic lights
Arduino traffic lights
 
Smart Control of Traffic Signal System using Image Processing
Smart Control of Traffic Signal System using Image Processing Smart Control of Traffic Signal System using Image Processing
Smart Control of Traffic Signal System using Image Processing
 
Embedded system for traffic light control
Embedded system for traffic light controlEmbedded system for traffic light control
Embedded system for traffic light control
 
Accident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsAccident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management Systems
 
Simulation of Traffic Flow - Density
Simulation of Traffic Flow - DensitySimulation of Traffic Flow - Density
Simulation of Traffic Flow - Density
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentation
 
Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controller
 
Smart Traffic Light Controller
Smart Traffic Light ControllerSmart Traffic Light Controller
Smart Traffic Light Controller
 
Traffic light.ppt (1)
Traffic light.ppt (1)Traffic light.ppt (1)
Traffic light.ppt (1)
 

Similar to Improvement of Traffic Monitoring System by Density and Flow Control For Indian Road System Using IoT

IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficMphasis
 
A Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflowA Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflowjournal ijrtem
 
Traffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNTraffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNIJMTST Journal
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...IJSRD
 
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...IRJET Journal
 
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET Journal
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...IRJET Journal
 
IRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFIDIRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFIDIRJET Journal
 
A highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of thingsA highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of thingsijmnct
 
Automated signal pre-emption system for emergency vehicles using internet of ...
Automated signal pre-emption system for emergency vehicles using internet of ...Automated signal pre-emption system for emergency vehicles using internet of ...
Automated signal pre-emption system for emergency vehicles using internet of ...IAESIJAI
 
ITS development in Kajang city
ITS development in Kajang cityITS development in Kajang city
ITS development in Kajang cityengrasha
 
Embedding Intelligent System on Ambulance and Traffic Monitoring
Embedding Intelligent System on Ambulance and Traffic MonitoringEmbedding Intelligent System on Ambulance and Traffic Monitoring
Embedding Intelligent System on Ambulance and Traffic Monitoringijtsrd
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationIAEME Publication
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine LearningIRJET Journal
 
Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)Jonathan D'Cruz
 

Similar to Improvement of Traffic Monitoring System by Density and Flow Control For Indian Road System Using IoT (20)

Its architecture
Its architectureIts architecture
Its architecture
 
IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular Traffic
 
A Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflowA Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflow
 
Icquest1518
Icquest1518Icquest1518
Icquest1518
 
Traffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNTraffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSN
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
 
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
Wireless Smart Traffic Control System based on Vehicle density in Traffic Lan...
 
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
 
C0961318
C0961318C0961318
C0961318
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
 
IRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFIDIRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFID
 
A highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of thingsA highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of things
 
Automated signal pre-emption system for emergency vehicles using internet of ...
Automated signal pre-emption system for emergency vehicles using internet of ...Automated signal pre-emption system for emergency vehicles using internet of ...
Automated signal pre-emption system for emergency vehicles using internet of ...
 
ITS development in Kajang city
ITS development in Kajang cityITS development in Kajang city
ITS development in Kajang city
 
Embedding Intelligent System on Ambulance and Traffic Monitoring
Embedding Intelligent System on Ambulance and Traffic MonitoringEmbedding Intelligent System on Ambulance and Traffic Monitoring
Embedding Intelligent System on Ambulance and Traffic Monitoring
 
CAN BASE VOLVO AUTOMATION
CAN BASE VOLVO AUTOMATIONCAN BASE VOLVO AUTOMATION
CAN BASE VOLVO AUTOMATION
 
Congestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportationCongestion control & collision avoidance algorithm in intelligent transportation
Congestion control & collision avoidance algorithm in intelligent transportation
 
A0362001003
A0362001003A0362001003
A0362001003
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine Learning
 
Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)Intelligent Transportation System (ITS)
Intelligent Transportation System (ITS)
 

More from IJSRD

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper PublicationIJSRD
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...IJSRD
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...IJSRD
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWIJSRD
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolIJSRD
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...IJSRD
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelIJSRD
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnIJSRD
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemIJSRD
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksIJSRD
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningIJSRD
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISIJSRD
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...IJSRD
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsIJSRD
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersIJSRD
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningIJSRD
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...IJSRD
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...IJSRD
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorIJSRD
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionIJSRD
 

More from IJSRD (20)

#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication#IJSRD #Research Paper Publication
#IJSRD #Research Paper Publication
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEWPreclusion of High and Low Pressure In Boiler by Using LABVIEW
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV ProtocolPrevention and Detection of Man in the Middle Attack on AODV Protocol
Prevention and Detection of Man in the Middle Attack on AODV Protocol
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild SteelEvaluation the Effect of Machining Parameters on MRR of Mild Steel
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osnFilter unwanted messages from walls and blocking nonlegitimate user in osn
Filter unwanted messages from walls and blocking nonlegitimate user in osn
 
Keystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management SystemKeystroke Dynamics Authentication with Project Management System
Keystroke Dynamics Authentication with Project Management System
 
Diagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural NetworksDiagnosing lungs cancer Using Neural Networks
Diagnosing lungs cancer Using Neural Networks
 
A Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion MiningA Survey on Sentiment Analysis and Opinion Mining
A Survey on Sentiment Analysis and Opinion Mining
 
A Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFISA Defect Prediction Model for Software Product based on ANFIS
A Defect Prediction Model for Software Product based on ANFIS
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
 
Product Quality Analysis based on online Reviews
Product Quality Analysis based on online ReviewsProduct Quality Analysis based on online Reviews
Product Quality Analysis based on online Reviews
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy NumbersSolving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
 
Study of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data MiningStudy of Clustering of Data Base in Education Sector Using Data Mining
Study of Clustering of Data Base in Education Sector Using Data Mining
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...Investigation of Effect of Process Parameters on Maximum Temperature during F...
Investigation of Effect of Process Parameters on Maximum Temperature during F...
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a RotavatorReview Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots PredictionA Survey on Data Mining Techniques for Crime Hotspots Prediction
A Survey on Data Mining Techniques for Crime Hotspots Prediction
 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 

Recently uploaded (20)

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 

Improvement of Traffic Monitoring System by Density and Flow Control For Indian Road System Using IoT

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 167 Improvement of Traffic Monitoring System by Density and Flow Control for Indian Road System using IoT Karan A. Shah1 Ms. Jasmine Jha2 Manmitsinh Zala3 Nirav Khetra4 1 P.G. Student 2,3,4 Assistant Professor 1,2,3,4 Department of Computer Engineering 1,2 LJIET, Gujarat, India 3,4 ACET, Gujarat, India Abstract— The growth and scale of vehicles today makes management of traffic a constant problem. The existing traffic control system works based on a timing mechanism, meaning an equal time slot is provided for each junction. This is inefficient for non-uniform flow of vehicles. Hence there is a need for a system which is adaptive in nature. Routes should have an option of being granted more time slots depending on the requirements for the given route. This paper proposes a traffic congestion control system which would be adaptive in nature and provide time slot to each route based on traffic density. Key words: Wireless Sensor Network, Traffic Congestion, traffic lights, road traffic I. INTRODUCTION Many technical communities are vigorously pursuing research topics that contribute to the Internet of Things (IoT). Nowadays, as sensing, actuation, communication, and control become even more sophisticated and ubiquitous, there is a significant overlap in these communities, sometimes from slightly different perspectives. More cooperation between communities is encouraged[8] . The Internet of Things (IoT), also called Internet of Everything is the network of physical objects or “things” embedded with electronics, software, sensors, and connectivity to enable objects to exchange data with the production, operator and/or other connected devices[8] . The Internet of Things allows objects to be sensed and controlled remotely across existing network infrastructure, creating opportunities for more direct integration between the physical world and computer-based systems, and resulting in improved efficiency, accuracy and economic benefit[8] . Each thing is uniquely identifiable through its embedded computing system but is able to interoperate within the existing Internet infrastructure. Experts estimate that the IoT will consist of almost 50 billion objects by 2020[8] . There are several applications of IoT. For example, nowadays, many buildings already have sensors for attempting to save energy; home automation is occurring; cars, taxis, and traffic lights have devices to try and improve safety and transportation; people have smart phones with sensors for running many useful apps; industrial plants are connecting to the Internet; and healthcare services are relying on increased home sensing to support remote medicine and wellness. From all these applications we are focusing on smart city concept. In smart city we are focusing on smart traffic. The basic architecture of smart traffic system is as shown below: Fig.1: System Architecture II. LITERATURE SURVEY A. Adaptive Traffic Signal Flow Control using Wireless Sensor Network [3] The objective of this paper is to reduce the waiting time and traffic flow volume using Wireless Sensor Network (WSN). Wireless sensor networks are composed of hundreds of inexpensive, low-powered sensing devices with limited memory, computational, and communication resources. The existing traffic control system works based on a timing mechanism, meaning an equal time slot is provided for each junction. This is inefficient for non-uniform flow of vehicles [3] [6]. Hence there is a need for a system which is adaptive in nature. Routes should have an option of being granted more time slots depending on the requirements for the given route. This paper proposes a traffic congestion control system which would be adaptive in nature and provide time slot to each route based on traffic density. The existing fixed time approach and the proposed approach ATSWSN have been simulated in LabView. The proposed adaptive approach has been developed on a hardware board using ATMEL microcontroller AT89C51. The inputs to the microcontroller are provided by the sensor nodes. The microcontroller executes an internal scheduling algorithm and controls the traffic signals. The direction to be cleared is decided by the algorithm based on a number of parameters. The parameters like speed factor and emergency factor are significantly needed to reduce the waiting time of the traffic and to devise a system with acceptable QoS. The basic system model is as shown below: Fig. 2: System Model III. SMART TRAFFIC CONGESTION CONTROL USING WIRELESS COMMUNICATION [4] The goal of intelligent traffic management systems is to achieve improvements in mobility, safety and productivity
  • 2. Improvement of Traffic Monitoring System by Density and Flow Control for Indian Road System using IoT (IJSRD/Vol. 3/Issue 10/2015/037) All rights reserved by www.ijsrd.com 168 of the transport system through integrated application of advanced monitoring, communication, display and control process technologies both in the vehicle and on the road. The paper presents a method to  Solve the problem of Invisibility of the traffic signal due to huge vehicles blocking the view.  Prevent congestion caused at toll gates  Give Collision Warning to the vehicles. A system comprising of a microcontroller, RF module and a traffic signal status display system is installed in every automobiles. The RF module installed in the vehicle is capable of transmitting and receiving appropriate data which is controlled by the backend software algorithm in the microcontroller. Each road would be given a unique 5 bit address. Considering the range of the RF modules to be about 30 meters, the 5 bit unique address for the road can be repeated such that any two roads having the same road ID are not within 30 meters distance from each other. This gives the system a capability to address a region of any size. An alternative to this would be to increase the number of bytes to be wirelessly exchanged instead of a single byte. IV. TECHNIQUES FOR SMART TRAFFIC CONTROL: AN IN- DEPTH REVIEW [5] Almost all urban cities in the world use traffic lights to control the traffic on the roads. The lights switch from red, which means stop, to green, which means move. Over time there has been developments of different types of traffic light control systems, the most commonly used being static traffic lights and vehicle actuated lights. Static traffic lights‟ timing and switching patterns are predetermined despite prevailing traffic conditions for the different lanes. They do not operate with real time data. Smart traffic light controls are dynamic. This means that they use real time data to make priority based decisions. They use advanced communication systems based on sensors and/or RFID tags to collect data and provide the system with information on the current situation on the roads (such as number of vehicles on individual roads or how long vehicles have been waiting for green light). The smart system then processes this information and makes decisions; that is, it automatically determines the duration of each traffic light signal based on prevailing traffic situation on the roads. Commonly used systems include fuzzy expert systems (FES), artificial neural networks (ANN) and wireless sensor networks (WSN). A. Fuzzy Expert Systems (FES) FES is a suitable approach to dynamic traffic signal control because of the nature of uncertainties on road traffic where the traffic distributions fluctuate non-uniformly. It is a superset of Boolean logic that has been extended to handle partial truths between completely false (0) and completely true (1). The sensors collect data from the environment which in turn is fed into the fuzzy logic controller (FLC) for processing. The FLC‟s objective is to control operations in systems by making decisions that utilize rules expressed with the uncertainty of human terms such as cool (slightly cold) or warm (slightly hot). Therefore FLCs are a suitable approach to traffic signal control because it assigns green or red light signal based on urgency or as traffic fluctuates; and selects the best decision that will minimize congestion at a particular interval. For instance, a lane could also have low or medium traffic as opposed to just no traffic (0) or high traffic (1). B. Artificial Neural Networks (ANN) The major difference between ANN (learning systems) and FES is that; while an FES uses present knowledge to make decisions, in a learning system, the decisions are computed using the accumulated experience or knowledge from successfully solved examples. Since ANNs try to mimic the human brain they possess an adaptive feature that allows each node within the network to modify its state in response to past and present knowledge. C. Wireless Sensor Networks (WSN) In the event WSN is used to not only collect traffic data but also actively control road traffic, additional functionalities are incorporated into the network‟s controller. An algorithm is embedded to control the traffic lights – it generates routing decisions based on sensor data aggregated. Unlike some A.I systems, WSN does not require vehicles to have additional systems such as RFID tags to control and manage traffic. As a result WSN are cost inexpensive and make it a more practical than ANN and FES approaches especially in emerging economies. V. STUDY ON THE SCHEME OF TRAFFIC SIGNAL TIMING FOR PRIORITY VEHICLES BASED ON NAVIGATION SYSTEM [6] With the development of urbanization and the increase of automobile ownership, the traffic becomes more and more congested. At the same time, the traffic accidents arise and the environment aggravates. These problems have happened not only in the developing countries but also in the developed ones. This paper presents a new signal timing method The purpose is to make priority vehicles reach their destinations without delay at signalized intersection. That is, whenever the vehicles reach a signalized intersection, the signal light is always green. Fig. 3: Architecture of the system operation In our scheme, signal parameters of intersections can be changed at any time if needed. The subject vehicle uses the Global Positioning System (GPS) to locate its position. According to these data, we can get the vehicle's position and speed, then calculate the accurate time when the vehicle reaches the next intersection. At that time, if the indication of signal light is not green, the timing plan must be changed so that the subject vehicle can be given the right
  • 3. Improvement of Traffic Monitoring System by Density and Flow Control for Indian Road System using IoT (IJSRD/Vol. 3/Issue 10/2015/037) All rights reserved by www.ijsrd.com 169 of way to move into the intersection. The architecture of the system is simplified as Fig. 3: When the vehicle determines its origin and destination, it can get the optimal path offered by the vehicle guidance system. During its course the vehicle can gain position, velocity and other useful information by the GPS receiver assembled on it. Based on this information the vehicle will calculate the time to arrive to the next intersection. If the time is greater than the cycle time (C) of the next intersection, the vehicle will keep going without submitting a request to the traffic control center. For the intersection timing plan can be adjusted in next cycle. If it is smaller than the cycle C, the vehicle will submit a request and send all the information to the traffic control center. These are done through communication system. The traffic control center will predict the accurate time when the vehicle arrives at the intersection according to its performing status. The control center also knows the timing plan at that time, and judges whether the traffic light is green or not. If green, there is no need to adjust the timing plan of that intersection. If not, the timing plan will be changed. VI. CITY TRAFFIC CONGESTION CONTROL IN INDIAN SCENARIO USING WIRELESS SENSOR NETWORK [7] Traffic management is becoming an increasingly serious concern due the rapid rate of increase of vehicles. The growth and scale of vehicles today makes management of traffic a recurring problem. In this paper author has proposed a mechanism to increase the capacity using existing infrastructure like traffic lights while incorporating new infrastructure such as sensor motes on vehicles to study the traffic flow pattern. The algorithm for this system is as shown below: A. Pseudo code for the Algorithm:  Step 1: Synchronize all the routes; calculate „mf‟ and „k‟.  Step 2: Calculate CR for all the routes; sort them in descending order.  Step 3: Choose the first route; calculate TClearance for it.  Step 4: Find the set of possible routes.  Step 5: Grant clearance to these routes for the time TClearance.  Step 6: Repeat the steps 1 to 5. The following parameters are critical for the algorithm:  Waiting time is defined as the time a route has been waiting for after its last clearance.  Clearance time is defined as the total time allotted to schedule one round for a given route, and is calculated on the basis of requirement.  Rate of arrivals is the number of vehicles arriving at the junction, desiring a particular route of travel.  Proportionality constant „k‟ is an exponentially varying parameter which is activated when the wait time of a particular path crosses a given threshold. The threshold can be configured.  CR (clear route) is a variable which will be calculated using the parameters, waiting time, number of vehicles, and the proportionality constant. The route having the highest CR will be cleared first.  Multiplication factor „mf‟ is a critical parameter to maintain fairness in the system and also helps to handle emergency situations. VII. CONCLUSION This paper proposes a traffic control system using the WSN technology. The advantages of the proposed system include: 1) accurate monitoring and measurement of the vehicle number and vehicle speeds in real time due to the introduction of the WSN technology; 2) it is easy to append more functions to this system since the system not only know the statistical information but also the information of a special vehicle as well; and the roadside system can communicate with the vehicles. This paper also proposes a traffic control algorithm for the signal control in an intersection. Since the vehicle state is monitored dynamically, the phase time is determined exactly instead of by forecasting. Compared with conventional algorithm, the advantages of the algorithm includes: 1) eliminate the phase time when no vehicle passing across; 2) Let all of the waiting vehicles pass if possible, which reduces the waiting time. REFERENCES [1] John A. Stankovic, Life Fellow, “Research Directions for the Internet of Things,” IEEE vol. 1, no. 1, Feb. 2014. [2] Andrea Zanella, Senior Member, IEEE, Nicola Bui, Angelo Castellani, Lorenzo Vangelista, Senior Member, IEEE, and Michele Zorzi, Fellow, IEEE, “Internet of Things for Smart Cities,” IEEE Internet of Things Journal, vol. 1, no. 1, Feb. 2014. [3] Bhuvaneswari.P.T.V, Arun raj.G.V, Balaji. R and Kanagasabai.S Department of Electronics Engineering, MIT, Anna University, Chennai, India “Adaptive Traffic Signal Flow Control using Wireless Sensor Networks”, 978-0-7695-4850-0/12 $26.00 © 2012 IEEE. [4] Reshma R Nayak , Sahana S K, Anupama S Bagalkot, Soumya M, Roopa J, Govinda Raju M, N.Ramavenkateswaran “Smart Traffic Congestion Control Using Wireless Communication”, International Journal of Advanced Research in Computer and Communication Engineering Vol. 2, Issue 9, September 2013. [5] Roxanne Hawi, George Okeyo, Michael Kimwele “Techniques for Smart Traffic Control: An In-depth Review”, International Journal of Computer Applications Technology and Research Volume 4– Issue 7, 566 - 573, 2015, ISSN: 2319–8656. [6] Zhaosheng Yang, Deyong Guan “Study on the Scheme of Traffic Signal Timing for Priority Vehicles Based on Navigation System”, 0-7803-7229-8/01/$10.00 02001 IEEE [7] Abishek C, Mukul Kumar and Kumar Padmanabh “City Traffic Congestion Control in Indian Scenario using Wireless Sensors Network”, IEEE Internet of Things Journal, vol. 1, no. 1, Feb. 2014. [8] Internet of Things,
  • 4. Improvement of Traffic Monitoring System by Density and Flow Control for Indian Road System using IoT (IJSRD/Vol. 3/Issue 10/2015/037) All rights reserved by www.ijsrd.com 170 https://en.wikipedia.org/wiki/Internet_of_Things, Aug- 2015, 9:45pm [9] Advantages and Disadvantages of Internet of Things, http://www.philforhumanity.com/ Internet_of_Things.html, Aug-2015, 10:20pm