You are on page 1of 7

International Conference on Advances in Human Machine Interaction (HMI - 2016),

March 03-05, 2016, R. L. Jalappa Institute of Technology, Doddaballapur, Bangalore, India

ROAD TRAFFIC CONGESTION


MANAGEMENT USING VANET
Cynthia Jayapal*, Sujith Roy. S#
Department of Information Technology, Kumaraguru College of Technology, Coimbatore 641 049,
India *cynthia.j.it@kct.ac.in, #ind.sujith@gmail.com

ABSTRACT - With the constant increase in vehicular I. INTRODUCTION


traffic, existing traffic management solutions have
become inefficient. Urbanization has led to an increase Transportation is an activity involving the movement
in traffic jams and accidents in major cities. In order to of people or goods from one place to another in order
accommodate the growing needs of transport systems to meet the perceived social and economic needs of a
today, there is a need for an Intelligent Transport user. As these needs change, the transportation
System. Vehicular Adhoc Network (VANET) is a system itself evolves and problems occur as it
growing technology that assists in Intelligent Transport becomes difficult to serve the public interest. One of
Systems. VANETs enable communication between the negative impacts of any transportation system is
vehicles as well as fixed infrastructure called Road Side traffic congestion [1].Vehicular traffic congestion is a
Units (RSU). We propose a distributed, collaborative condition that occurs on road networks, which
traffic congestion detection and dissemination system involves the increased queuing of vehicles
that uses VANET. Each of the driver’s smart phones is characterized by increased trip times and fuel
equipped with a Traffic App which is capable of consumption. Traffic congestion occurs wherever
location detection through Geographic Position based demand exceeds the capacity of the transportation
System (GPS). This information is relayed to a remote system and the most common problem is queuing up
server which detects traffic congestion. Once of vehicles near toll booths [2]. Vehicular traffic can
congestion is confirmed the congestion information is be witnessed mainly on highways and major roads
disseminated to the end user phone through RSUs. that connect industries. Metropolitan and
cosmopolitan cities are found to have higher traffic
The Mobile App transmits the location information at congestion than other parts. Vehicular traffic
periodic intervals. Using the latitude, longitude and congestion poses numerous threats and arises
the current time, the location of each vehicle is numerous problems to the vehicle drivers. Various
traced. Using location information, the distance industries that bank on freight transport lose a heavy
moved by the vehicle at a given time is monitored. If sum of money annually due to traffic congestion.
the value is below a fixed threshold, congestion is Various institutions, government bodies and
suspected in a particular area. If many vehicles in the organizations have undertaken surveys and studies to
same area send similar messages, traffic congestion is understand the causes and consequences of vehicular
confirmed. Once traffic congestion is confirmed, the traffic congestion and also to provide efficient
vehicles approaching the congested area are informed solutions to avoid traffic congestion. VANET also
about the traffic through display boards that are helps us to achieve car to car communications and
available in the nearest RSUs (traffic signals). The perform simulations at a relatively low cost [3].
congestion information is also made available Recent efforts have placed a strong emphasis on
through the Mobile App present in vehicles VANET design implementations [4].
approaching the congested area. The approaching
vehicles may take diversion and alleviate congestion.

Thus a smart traffic congestion detection II. NEED FOR TRAFFIC CONGESTION
and dissemination system is developed to divert MANAGEMENT
incoming vehicles and reduce congestion without
human intervention. This system can be further The steady population increase in urban areas has led
enhanced by communicating the congestion to a exponential increase in the number of vehicles on
information directly between vehicles using IEEE road. Vehicular traffic is one of the most important
802.11p protocol. social and economic issues faced today resulting in
congestion. With tremendous growth in industries,

978-1-4673-8810-8/16/$31.00 ©2016 IEEE


International Conference on Advances in Human Machine Interaction (HMI - 2016),
March 03-05, 2016, R. L. Jalappa Institute of Technology, Doddaballapur, Bangalore, India

the need to reach the destination within a certain time management using VANET is achieved by setting
is on-demand. Problem occurs when important up a Vehicle-Infrastructure-Vehicle network
destinations lie on the same route. A single [6].These networks allow several applications, such
technology park housing multiple companies with as traffic safety, driver assistance and entertainment
each company accommodating more than a hundred for passengers. The constant movement of vehicles
employees is one such example. In these cases, traffic at varying speeds causes constant changes in the
becomes unavoidable and there is a need for a network topology. Further, vehicles have a limited
solution to avoid vehicular traffic congestion. time to exchange data among other vehicles or the
Road Side Units (RSU) [7]. IEEE proposed a family
A smart transport system which will provide real of standards for vehicular networks called WAVE
time information about the traffic by p2p [5] is the (Wireless Access in the Vehicular Environment).
need of the hour. The existing smart transport WAVE is composed by two categories of standards:
systems demand a need for the construction of (i) 802.11p for PHY and MAC layers and (ii) IEEE
expensive infrastructures or a change in the road 1609 for security, network management as well as
structure. Although these systems prove to be very other aspects of VANETs [7].
effective, they will consume enormous amount of The IEEE 802.11p standard establishes
time and cost to be deployed. communication in two ways: (i) vehicle-to-
infrastructure (ii) vehicle-to-vehicle communication.
Nowadays, the roads within cities are well-connected The vehicle-to-infrastructure involves the use of on-
and therefore there are numerous routes for a single board units and road side units. The on-board units
destination. If one route is congested, an alternate are placed in the vehicles. These act as transceivers
route can be taken. A simple solution to traffic sending location information and receiving
congestion is to gain knowledge about the traffic congestion information. The RSUs are located at the
congested routes. Once this knowledge is gained, it is cross roads. They receive location information,
feasible to identify an alternate path and divert from calculate traffic for the particular location and send
traffic congested areas. This solution not only helps congestion information to all the vehicles requesting
in vehicle diversion but also resolves traffic traffic information. In the vehicle-to-vehicle
congestion at a minimal time. communication, there are only on-board units which
communicate with each other to exchange traffic
information.
III. VEHICULAR ADHOC NETWORKS
IV. VEHICULAR TRAFFIC
Currently, traffic information systems are centralized
MANAGEMENT SYSTEM
vehicular applications using technologies like Traffic
Message Channel (TMC), provides information OVERVIEW OF THE SYSTEM
about road traffic conditions. However, it lacks short
delay times (due to the centralized approach), The vehicular traffic management system consists of
averages information for large geographical areas a Traffic App installed in the driver’s smart phone
(due to cost-sensitiveness of detailed sensor and a remote server. Fig.1 illustrates the traffic
networks and limited radio resources) and does not management system. The GPS in the driver’s smart
have the opportunity to provide services for time phone detects the location of the vehicle. The Traffic
critical applications. Such systems would, for App extracts this location information and sends it
example, not meet the requirements of a congestion periodically to a remote server. The location
avoidance application, because they have long information consists of the latitude, longitude, and
delays and would require large capacity due to the date and time which can be extracted through a code
large geographical area of service. In contrast, [8].
VANET-based systems can have short delays and
the capacity can be reused more efficiently. This location information obtained from the smart
Moreover, the structure of VANET can be phone is logged into a database periodically using
distributed, which improves the level of GPRS. This location information is used to calculate
independence, scalability and stability. traffic congestion.

VANET is a fast growing and recent technology to Traffic congestion is calculated by considering the
automate and ease Vehicular issues like traffic, location of the vehicle and the number of vehicles in
pollution, etc. In this paper, traffic congestion a particular location boundary. If a vehicle is found to

978-1-4673-8810-8/16/$31.00 ©2016 IEEE


International Conference on Advances in Human Machine Interaction (HMI - 2016),
March 03-05, 2016, R. L. Jalappa Institute of Technology, Doddaballapur, Bangalore, India

transmit the same location information for a update on the traffic information is of utmost
prolonged period of time, then the vehicle is marked importance. Being a smart system, it can also analyze
for traffic boundary. A traffic boundary is computed traffic in curved roads and roads of lowest safety [9].
with the marked vehicle’s location. The number of
vehicles within that boundary is estimated. Each of
these vehicles is checked for location to identify the
density of traffic. The congestion information
provides information about the existence of
congestion in a particular area.
V. IMPLEMENTATION

The entire traffic congestion management system


consists of three modules: (i) Data Acquisition
Module (ii) Congestion Detection Module and (iii)
Congestion Dissemination Module.

Data Acquisition Module:

The Traffic App is installed in the driver’s smart


phone and used to obtain traffic information. The
Traffic App has been developed in the Android
platform.

Once this app is initialized, it enables the location


Fig.1. A Smart Traffic Information System sensor of the smart phone. Fig.4 illustrates the Traffic
App installed in the driver’s smart phone. The “show
location” button present in the Traffic App gains
access to the location sensor of the smart phone and
The congestion information is sent to the smart extracts the latitude and longitude of the device along
phones equipped with the Traffic App. By using this with Greenwich Mean Time. This information is
updated every 15 seconds. On clicking the submit

Location, Date,
Time, Device ID
Remote server Traffic detection
Smart phone
(Database) Module
(Traffic App)
Congestion
information
Fig.2. Block diagram of a smart traffic information system

information, the vehicles can divert in alternate route. button in the app, it connects itself to the internet Fi
using the GPRS in the smart phone and logs the
A block diagram of the system is illustrated in location information into the remote server. On
Fig.2. Thus, a vehicle-infrastructure-vehicle clicking the “Get Traffic” button, the congestion
communication system can be efficiently used to information computed at the remote server is
relay traffic information. However, while developing extracted and displayed for the driver.
the system, steps must be taken to ensure that traffic
information does not get outdated. As traffic
information is very sensitive and critical, a frequent

978-1-4673-8810-8/16/$31.00 ©2016 IEEE


International Conference on Advances
in Human Machine Interaction (HMI -
2016),
March 03-05, 2016, R. L. Jalappa Institute of
Technology, Doddaballapur, Bangalore, India
Fig.3. Database as stored in remote server

The Traffic App detects location information and Congestion detection Module:
sends it to the remote server. The remote server
consists of a MySQL database.This database logs the The system uses PHP for coding the congestion
location information such as latitude, longitude, detection module. The congestion detection program
Greenwich Mean Time (GMT) and the International computes the average of the last three location
Mobile Equipment Identity (IMEI) number of the information and compares it with the most recent
device sending the data. The IMEI number is a location received from a particular vehicle. A
unique number used to identify the device or smart threshold value is calculated by computing the
phone. difference between the location of the vehicle and the
location within a 100m radius. If the difference is
The location information is stored in an online below a threshold value of 0.0000333, then it can be
database that consists of a table named location. The concluded that the vehicle has undergone limited or
location table shown in Fig.3 stores the latitude, no motion. Therefore, this vehicle is marked for
longitude, GMT and device ID received from various traffic.
mobile phones that are connected to the network. The
database is refreshed every 15 seconds to log the The location of this vehicle is extracted and a
incoming values. The location information in this boundary of 100m approximately is formed around
database is used by the congestion detection module this vehicle. All other vehicles lying within this
to compute the congestion information. boundary are checked for congestion. If two or more
vehicles are found to be under congestion, traffic
The location information from each device is logged congestion is declared. Vehicles can perform inter
into an online database every 15 seconds. The server vehicular communicate if they are within a
monitors the position of each device every 15 threshold distance [10].
seconds. A congestion check is done on every vehicle
using congestion detection module.

978-1-4673-8810-8/16/$31.00 ©2016 IEEE


International Conference on Advances in Human Machine Interaction (HMI - 2016),
March 03-05, 2016, R. L. Jalappa Institute of Technology, Doddaballapur, Bangalore, India
Screenshots of the Traffic App installed in the driver’s app

Fig.4. Android GPS Tracking App Fig.5. Location of the vehicle

Fig.6. Congestion information displayed on the app

978-1-4673-8810-8/16/$31.00 ©2016 IEEE


International Conference on Advances in Human Machine Interaction (HMI - 2016),
March 03-05, 2016, R. L. Jalappa Institute of Technology, Doddaballapur, Bangalore, India

Congestion dissemination Module: factors that affect traffic are studied, their
relationship with the traffic congestion must be
The congestion information is transmitted to the analyzed. A weightage must be given to each factor
Traffic App in the driver’s smart phones that are and a model can be formulated to compute traffic
approaching the particular congested region. The congestion coefficient. This congestion coefficient
congestion information is also transmitted to the can be used efficiently in reconstruction of roads,
RSUs located in the nearby traffic signals. These designing road infrastructure and in intelligent
RSUs consist of Liquid Crystal Display (LCD) which transport systems that detects and controls traffic
displays congestion information [11]. This congestion. The GPS details can be used to find the
information can be used by the approaching vehicle velocity of the vehicles in front of them so that to be
drivers and they can take alternate routes. An cautioned if the vehicle in front is taking an overtake
illustration of an LCD displaying congestion by changing the lane [13]. Evaluations should also be
information is specified in Fig.7. performed so as to reduce the delay in re-routing the
path for the end user [14]. Furthermore, the traffic
movement speed and the estimated time for traffic
dispersal can also be calculated by using enhanced
algorithms [15].

VIII. REFERENCES

[1] Lecture notes in Traffic Engineering And


Management by Civil department, IITB.

[2] Robinson, R. "Problems in the urban


environment: traffic congestion and its
effects." Wollongong Studies in Geography (1984):
14.
Fig.7.A RSU displaying congestion information
[3] Mittal, Narendra Mohan, and Savita Choudhary.
"Comparative Study of Simulators for Vehicular
Ad-hoc Networks (VANETs)." International
VI. CONCLUSION AND FUTURE Journal of Emerging Technology and Advanced
ENHANCEMENT Engineering Website: www. ijetae. com (ISSN 2250-
2459, ISO 9001: 2008 Certified Journal, Volume 4,
Issue 4(2014).
The vehicular traffic information can be monitored
periodically to identify the peak hours of the day. [4] Zeadally, Sherali, Ray Hunt, Yuh-Shyan Chen,
During peak hours, the roads can be studied for Angela Irwin, and Aamir Hassan. "Vehicular ad
traffic. A classification of traffic congested roads and hoc networks (VANETS): status, results, and
traffic less roads can be obtained. Also, the alternate challenges." Telecommunication Systems 50, no. 4
routes [12] for traffic congested routes suggested by (2012): 217-241.
RSU’s can be used to direct traffic flow in all
possible routes equally. This way, all the roads are [5] El-Sersy, Heba, and Ayman El-Sayed. "Survey
used equally and thereby reduce congestion. of Traffic Congestion Detection using VANET."

By using the periodic congestion information, a [6] Zeadally, S., Hunt, R., Chen, Y. S., Irwin, A., &
congestion coefficient could be computed. A Hassan, A. (2012). Vehicular ad hoc networks
congestion coefficient is a threshold value that (VANETS): status, results, and
indicates the level of traffic. The congestion challenges.Telecommunication Systems, 50(4), 217-
coefficient value can range between 0 to 10 with 0 241.
indicating lowest congestion and 10 indicating
highest congestion. In order to compute the [7] Teixeira, Fernando A., et al. "Vehicular networks
coefficient, a study on the traffic patterns must be using the IEEE 802.11 p standard: an experimental
done. For each type of road, the factors that analysis." Vehicular Communications 1.2 (2014): 91-
determine traffic are to be studied. Once the critical 96.

978-1-4673-8810-8/16/$31.00 ©2016 IEEE


International Conference on Advances in Human Machine Interaction (HMI - 2016),
March 03-05, 2016, R. L. Jalappa Institute of Technology, Doddaballapur, Bangalore, India

[8]http://www.gpsinformation.org/dale/nmea.htm#G
GA[Data accessed on 13/12/2014].

[9] Kausar, Tanwee, Priyanka Gupta, Deepesh Arora,


and Rishabh Kumar. "A VANET based Cooperative
Collision Avoidance System for a 4-Lane Highway."

[10] Akhtar, Naheed, Sinem Coleri Ergen, and Oznur


Ozkasap. "Vehicle mobility and communication
channel models for realistic and efficient highway
VANET simulation." Vehicular Technology, IEEE
Transactions on 64.1 (2015): 248-262.

[11] Cavalcante, Evellyn S., André LL Aquino,


Gisele L. Pappa, and Antonio AF Loureiro.
"Roadside unit deployment for information
dissemination in a VANET: An evolutionary
approach." In Proceedings of the 14th annual
conference companion on Genetic and
evolutionary computation, pp. 27-34. ACM, 2012.

[12] Gamati, Emadeddin A., Richard Germon, and


Evtim Peytchev. "Collaborative Data
Dissemination Methods In VANETs For
Identifying Road Conditions Zone Boundaries." In
ECMS, pp. 372-378. 2013.

[13] Kausar, Tanwee, Priyanka Gupta, Deepesh


Arora, and Rishabh Kumar. "A VANET based
Cooperative Collision Avoidance System for a 4-
Lane Highway."

[14] Wang, Miao, et al. "Real-time path planning


based on hybrid-VANET-enhanced transportation
system." Vehicular Technology, IEEE Transactions
on 64.5 (2015): 1664-1678.

[15] He, Zongjian, Buyang Cao, and Yan Liu.


"Accurate Real-Time Traffic Speed Estimation Using
Infrastructure-Free Vehicular
Networks." International Journal of Distributed
Sensor Networks 2015 (2015).

978-1-4673-8810-8/16/$31.00 ©2016 IEEE

You might also like