ISSN ONLINE(2319-8753)PRINT(2347-6710)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

Performance Analysis of Intersection Based Algorithm in VANET with Traffic Light Considerations

Jitender Kumar Nagar1, Dr. Anita Singhrova2
  1. M.Tech, Department of CSE, DCR University of Science & Technology, Murthal, India
  2. Professor, Department of CSE, DCR University of Science & Technology, Murthal, India
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Innovative Research in Science, Engineering and Technology

Abstract

Vehicular Ad hoc Networks is an emerging technology. In Vehicular safety algorithm, the source vehicle that detects an accident can generate a warning message and propagate it to the succeeding vehicles to notify drivers before they reach to the potential danger zone on the road. The main application of VANET is in Intelligent Transportation System providing various applications such safety and non-safety related services. VANET is subclass of Mobile Ad hoc Network. Dynamic topology change and high speeds of nodes creates a distinction from MANET. In this paper we discuss the impact of traffic light employed at intersections on the routing process. This paper proposes an effective and reliable routing protocol that takes traffic lights into consideration

Keywords

ITS, GPSR, MANET, V2I, V2V, VANET

I . INTRODUCTION

During the last few years vehicular communication is attracting growing attention from both academic and industrial point of view. This is because of its applications ranging from road safety to traffic control and up to infotainment. Vehicular ad-hoc networks (VANETs) are self organized networks built up from moving vehicles. VANETs are instantiation of Mobile Ad-hoc Networks (MANETs). As in MANETs, packet forwarding in VANET takes place through multi hop relaying. But certain features distinguish VANETs from MANETs. These include high mobility of nodes, frequent network partition, constraints on roadways, etc. These characteristics pose technical challenges to implement high performance Vehicular networks. Possible applications [1-2] can be generally classified as safety and non safety applications.
Safety applications include cooperative driving, accident avoidance etc. Non-safety applications include traffic information, toll service, internet access, games, entertainment etc. Success of VANET applications depends on how data is routed between nodes. The history of VANET routing protocols starts with MANET routing protocols such as Ad-hoc On Demand Distance Vector routing (AODV)[3] ,Dynamic Source Routing [4] etc. But these protocols fail to address certain peculiar characteristics of VANET. Then various routing protocols especially for VANET were proposed.
Designing a routing protocol for urban environment is quite challenging task since the traffic lights deployed at intersections divide the road in to different segments. The nodes move at constrained speeds through these segments. In such an environment intersection based routing protocols are highly reliable. In intersection based routing, when vehicles move on straight road, they forward by greedy forwarding. When they reach an intersection a decision is made whether to forward in same direction or to perpendicular direction. Many intersection based routing protocols have been proposed to carry efficient routing in VANET. But only few protocols consider traffic lights.
The communication in the VANET appears in such forms i.e. Intra-Vehicle (InV), Vehicle-to-Vehicle (V2V), and Vehicle-to-Infrastructure (V2I) communications[5]. This communication takes place with the help of communication protocol called Dedicated Short Range Communication protocol (DSRC) Automatic IP address configuration is unexplored issue in vehicular ad hoc network (VANET) environment [6-7].
This paper proposes a new routing protocol by considering traffic lights. The new protocol proposes how data are routed on a straight road and what decision should be taken when data reaches intersection. The remaining of this paper is organized in to following sections: Section II gives related works, Section III describes the problem at intersection, Section IV describes Algorithm and their steps, Section V gives the simulation setup, Section VI gives Simulation Result, and Section VII gives conclusion and future scope.

II RELATED WORK

VANET routing protocols can be categorized mainly in to two: topology based and geographic (position based) routing protocols. In topology based routing protocols each node is expected to know the entire network topology. In Geographic or position based routing protocols the decision on routing is based on the position of the sender, position of the destination and position of the sender’s one hop neighbours. It is assumed that each vehicle is employed with GPS and can know its own position and the position of its destination. The position of its one hop neighbours is obtained from periodically exchanged beacons. In geographic routing the messages can be forwarded to destination without knowing the topology and without prior route discovery. Geographic routing protocols are more Prominent among various routing protocols[2].
In[8], a Greedy Perimeter Stateless Routing (GPSR) is proposed. In GPSR, a node forwards a packet to an immediate neighbour which is geographically closer to destination. When local optimum is reached a recovery mode is used to forward a packet to a node that is closer to destination than the node where the packet encountered local maximum. In[9], Vehicle Assisted Data Delivery (VADD) is proposed. VADD aims at improving routing in disconnected networks by using the idea of carry and forward together with Vehicular mobility prediction.
In[10], Shortest Path Based Traffic Aware Routing (STAR) is proposed. Shortest path based Traffic Aware Routing is an intersection based routing protocol proposed for urban areas where traffic density is high and intersections are deployed with traffic lights. In STAR protocol the data is forwarded using greedy forwarding together with carry and forward recovery mechanism.
In[11-12], Vehicle Assisted Data Delivery (VADD) is proposed. VADD aims at improving routing in disconnected networks by using the idea of carry and forward together with vehicular mobility prediction. In[13], an Improved Greedy Traffic Aware Routing (GyTAR) is proposed. GYTAR is an intersection based routing protocol consisting of 2 modules: dynamic junction selection through which a packet must reach destination and an improved greedy strategy used for forwarding. In GyTAR a forwarding node looks for the neighbouring junctions in digital map. Then it assigns a score to each of these junctions considering the traffic density and curve metric distance to destination. The junction with highest score is selected to forward the packet. Once junction is selected the next phase is to forward the packet between these junctions.
In recent years, the interest in VANETs research has dramatically increased. The applications in vehicular safety have widely been discussed by the National Highway Traffic Safety Administration (NHTSA) [14-16]. For example, the Vehicle Safety Communications (VSC) Project brings BMW, DCRTNA, Ford, GM, Nissan, Toyota, and VW together to work cooperatively. The VSC Project identifies vehicle safety applications enabled by DSRC communications. Safety applications rely on broadcasting. There is some previous research that addresses the broadcast messaging in VANETs. In [17-19], for example, Tonguz et al. proposed a distributed vehicular broadcasting protocol (DV-CAST), which makes local routing decisions based on a vehicle’s connectivity. Farnoud et al. in [20-22] used a positive orthogonal code to distribute a transmission pattern for broadcast messages.
image

III PROBLEM AT INTERSECTION

In urban areas the intersections are employed with traffic lights. These traffic lights divide the road in to different red and green light segments. The vehicles move smoothly on a green light segment and when light turns to red they slow down and wait at intersections until the light turns green. Thus, the vehicles tend to cluster at both directions in a red light segment. This clustering of vehicles generates a gap between vehicles and thus creates a traffic hole problem.

IV ALGORITHM

It is assumed that each vehicle is employed with GPS and digital map. Each node knows its position, position of its neighbours and position of destination. The traffic lights installed at the intersection of roads contains the transmitter and receiver which sends and receives data packets during the peak hours of traffic.
The algorithm works in two steps
(i) Straight Mode: In straight road, vehicles forward packets by greedy forwarding mechanism. If the destination is reachable, packet is forwarded to destination else the packet is forwarded through hop by hop mechanism or through the RSU.
(ii) Intersection Mode: In intersection mode, when a packet reaches an intersection it checks whether destination is connected if so, it will transmit the packet. The intersection is given priority over straight mode. Thus the packets always stay on connected links and ensure highly efficient routing.

Steps:

Step 1. Create n no. of mobile nodes from MN1,MN2,.........,MNn which which are moving on the road. for(i=1;i<=n;i++)
Step 2. Create n no. RSU starting from RSU1,......,RSUn for(i=1;i<=n;i++)
RSU no. i= RSU[i];
Step 3. Create m no. of cluster slots, C[i] denote the ith cluster head. for(i=1;i<=m;i++)
{
cluster head i= C[i];
}
if(distance between MN[1] and MN[2] is less than Range)
{
then MN[1] and MN[2] are in same cluster i.e. C[i];
}
else
MN[1] is in cluster C[i] and MN[2] is in cluster C[j];
Step 4. Repeat step 5 to 10 for broadcasting data packets
Step 5. Let S be the source and H be the broadcasting host
and Dmin be the distance between the source and broadcasting host
if(Dmin < D)
then wait for random no. of slots;
then submit message for retransmission to start;
else
retransmit the message.
Step 6. if (there is change in the node density)
(a) then recalculate the transmission range;
(b) Recalculate the routes between the different intersections and the RSU
(d) Send this message to the nodes in the network
end;
Step 7. If (the MN is at intersection) then
send the data packets to traffic lights for transmission
and go to step 8
else go to step 8
Step 8. if a MN has to transmit data then
(a) Queries its neighbours about the optimal backbone route before message forwarding
(b) if the information is available then
Step 9. (a) optimal route information is sent to source node
else
(b) query is relayed to RSU and receive the information from RSU
end;
Step 10. On Receiving the response of query
(a) Save the updated route information;
(b) Adjust the transmission range;
Step 11. (a) use this information to send the data packets to the destination.
(b) send the data packet
end;

V SIMULATION SETUP

In this section the performance of Proposed Algorithm is evaluated using NS2 [24]. The Vehicles moves at maximum speed of 60-65 Kmph and move at minimum speed of 20-25 Kmph. The acceleration and de-acceleration speeds are 1.5 m/s and 1.5 m/s respectively. The threshold distance is set to be 150 metres. The simulation environment consists of a 1600 x 1000 rectangular area. Table I gives the simulation period and range of values.
image

VI SIMULATION RESULT

For analyzing the performance of the proposed algorithm with respect to the GPSR, the different parameters like Delay, packet delivery, throughput, message overhead, safety message delivery etc. are measured against time (ms, 100/10) and packets used in the xgraphs.
The simulation results and the performance comparison are as follows:
Delay: Packet delay is the difference in end-to-end one-way delay between selected packets in a flow with any lost packets being ignored. The delay is compared in terms of time(ms) and packet. The xgraph shows that our proposed algorithm has less delay in comparison to the existing algorithm as shown by Figure 2.
image
Message Overhead: Message Overhead is the no. of messages required to communicate with other mobile node to carry out the communication. The xgraph shows that our proposed algorithm requires fewer messages in comparison to the existing algorithm as shown by Figure 3.
image
Packet Delivery: Packet Delivery is the ratio of total sent packets and total received packets. The xgraph shows that proposed algorithm has more packet delivery in comparison to the existing algorithm as shown by Figure 4.
image
Throughput: Throughput is the the sum of the data that are delivered to all terminals in a network. The xgraph shows that proposed algorithm has more throughput in comparison to the existing algorithm as shown by Figure 5.
image

VII .CONCLUSION AND FUTURE SCOPE

VANET have recently been the topic of extensive research due to its wide range of applications. Routing is the main component for success of VANET applications. There are lots of routing protocols designed especially for VANET. But most promising for urban scenarios are intersection based routing protocols. Designing of a routing protocol in urban environment must deal with traffic lights. This paper proposes an intersection based routing protocol that consider traffic lights. The algorithm is compared with existing GPSR in terms of Packet delivery ratio, delay and message overhead. The simulation results show that RLFF performs well in urban environment compared to GPSR.
There is a need of evaluating these techniques in a more realistic scenario and applying them to actual wireless scenario. There is a need of improving these schemes keeping in mind high speed of vehicles, frequently changing topology and large number of vehicles in city scenarios or in highway scenarios especially at the intersection, which will help in attaining future techniques in VANET like Intelligence in sensing the information, Intelligence in Communication.

References

  1. Yasser Toor, Paul Muhlethaler, Anis Laoutti and Arnaud De La Fortelle “Vehicular Ad-hoc Networks: Applications and related technical issues” IEEE Communications Surveys, 3rd Quarter 2008, Vol 10, No.3.
  2. Sangheetha Sukumaran, Lakshmi Ramchandran, Surya Rani Sunny,”Intersection Based Traffic Aware Routing In Vanet” , 978-1-4673-6217-7/13 IEEE, 2013.
  3. Perkins, C.; Belding Royer, E.; Das, S.”Ad-hoc On Demand Distance Vector Routing”, IETF RFC, 3561, July 2003.
  4. D. B. Johnson and D. A. Maltz,”Dynamic Source Routing In Ad-hoc Wireless Networks” in Mobile Communications, Vol 353.
  5. Dedicated Short Range Communication (DSRC) home,http://www.leearmstrong.com/DSRC/DSRCHomeset.htm
  6. Das, S., Fazio, M., Gerla, M., Matematica, D., Palazzi, C.E.: Facilitating Real-time, Applications in VANETs through Fast Address Auto configuration. In: 4th IEEE, Consumer Communications and Networking Conference, pp. 981–985 (January 2007)
  7. X. Zhang, H. Su, and H. H. Chen, “Cluster-based multichannel communications protocols in vehicle ad-hoc networks,” IEEE Wireless Communication. vol. 13, no. 5, pp. 44–51, Oct. 2006.
  8. Brad Karp and H.T Kung, “Greedy Perimeter Stateless Routing For Wireless Networks” in MobiCom 2000.
  9. Jing Zhao and Guohong Cao, “VADD: Vehicle-Assisted Data Delivery in Vehicular Ad-Hoc Networks”
  10. Jin-Jia-Chang, Yi-Hua Li, Wanjiun Liao, Ing-Chau Chang” Intersection Based Routing in Urban Vehicular Communication with Traffic Light Considerations” IEEE Wireless Communication, Feb 2012.
  11. Jing Zhao and Guohong Cao, “VADD: Vehicle-Assisted Data Delivery in Vehicular Ad-Hoc Networks
  12. Y.Ding, C.Wang and L.Xiao “A Static –Node Assisted Adaptive Routing Protocol in Vehicular Networks” ACM VANET’07, pp.59-68.
  13. Moer Jerbi, Sidi-Mohammed Senouci, Rabah Meraihi and Yacine Ghamri-Doudane, “An Improved Vehicular Ad-Hoc Routing Protocol for City Environments” IEEE ICC’07, pp3972-79.
  14. Second annual report of the Crash Avoidance Metrics Partnership, April 2002–March 2003,” Nat. Highway Traffic Safety Admin., Washington, DC, DOT HS 809 663, Jan. 2003.
  15. Third annual report of the Crash Avoidance Metrics Partnership, April 2003–March 2004,” Nat. Highway Traffic Safety Admin., Washington, DC, DOT HS 809 837, Feb. 2005.
  16. O. K. Tonguz, N. Wisitpongphan, F. Bai, P. Mudalige, and V. Sadekar, “Broadcasting in VANET,” in Proc. IEEE INFOCOM MOVE Workshop, May 2007, pp. 7–12.
  17. O. K. Tonguz, N. Wisitpongphan, and F. Bai, “DV-CAST: A distributed vehicular broadcast protocol for vehicular ad hoc networks,” IEEE Wireless Commun., vol. 17, no. 2, pp. 47–57, Apr. 2010.
  18. F. Farnoud and S. Valaee, “Reliable broadcast of safety messages in vehicular ad hoc networks,” in Proc. IEEE INFOCOM, Apr. 2009, pp. 226– 234.
  19. Sok-Ian Sou and Ozan K. Tonguz, Member, IEEE” Enhancing VANET Connectivity Through Roadside Units on Highways,IEEE transactions on vehicular technology, vol. 60, no. 8, october 2011
  20. Kie, W., ler, H.F., Widmer, J., and Mauve, M. Hierarchical location service for mobile ad-hoc networks, ACM SIGMOBILE Mobile computing and Communications Review, 2004, 8,(4), pp. 47- 58.
  21. Paolo Bucciol, Federico Ridolfo and Juan Carlos De Martin, “ Multicast Voice Transmission over Vehicular Ad-Hoc Networks: Issues and Challenges”, IEEE,978-0-7695-3106-9/08,2008 IEEE, 2008
  22. J.J. Blum, A. Eskandarian and L.J. Hoffman. Challenges of inter-vehicle ad hoc networks. In IEEE Trans. On Intelligent Transportation system (Dec. 2004), vol. 5, no. 4, pp. 347-351.
  23. M. Moske, H. Fiiblet, H. Hartenstein and W. Franz. Performance measurements of a vehicular ad hoc network. In Proc. IEEE Vehicular technology Conference (VTC 2004 Spring) (Milan, Italy, May 2004), vol.4, pp.2116-2120.
  24. ns-2. http:// www.isi.edu/nsnam /ns.