Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations

Size: px
Start display at page:

Download "Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations"

Transcription

1 Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations Guided by Sujesh P. Lal 08MCS054, M.Tech CSE Prof. H. R. Viswakarma - SCS VIT University Vellore, TN

2 TABLE OF CONTENTS CONTENTS Page Number I. Abstract 2 II. Literature Survey 3 III. Comprehensive study on topic 4 i. IP address Configuration in VANET 5 ii. P2P Computing in design of VANET routing protocol 5 iii. Simulation of the routing protocol in VANET 6 iv. Centralized address configuration 9 IV. Inference and innovations 10 i. Routing in VANET 11 ii. Realistic mobility models 11 iii. Evaluation 12 V. Conclusion and future work 14 VI. References 15 Page 2 of 16

3 ABSTRACT Vehicular Ad-Hoc Network, or VANET, is a form of Mobile ad-hoc network, to provide communications among nearby vehicles and between vehicles and nearby fixed equipment, usually described as roadside equipment. InVANET, or Intelligent Vehicular Ad-Hoc Networking, defines an Intelligent way of using Vehicular Networking. InVANET integrates on multiple ad-hoc networking technologies such as WiFi IEEE b/g, WiMAX IEEE , Bluetooth, IRA, ZigBee for easy, accurate, effective and simple communication between vehicles on dynamic mobility. Although there are many proposed solutions for routing in VANET, it is still unclear as to what specific characteristics VANET routing protocols should possess, since none of the proposed solutions achieves optimum performance in both urban and highway, as well as sparse and dense environment. To shed light on these issues, we analyze some of the most important QoS metrics in VANET. A vehicle in VANET is considered to be an intelligent mobile node capable of communicating with its neighbors and other vehicles in the network. For configuring the vehicle with a unique address, there is a need for address reconfigurations depending on the mobility patterns; we have presented a centralized addressing scheme for VANET using DHCP (Dynamic Host Configuration Protocol). By building up a P2P overlay network on top of VANET's physical infrastructure, we effectively integrated P2P network s advantage on sustaining highly dynamic network into the design of VANET routing protocol. By deploying passive VANET routing algorithms with innovative P2P routing mechanisms, we propose a new kind of VANET routing protocol named Peer Computing based Ad hoc On Demand Vector (PAV). A detailed description of the P2P decentralized naming, route discovering, route querying and updating algorithm used in PAV is presented in this paper. The simulation results indicate that PAV has an improved routing performance in comparison with the popularly used AODV protocol. Page 3 of 16

4 I. LITERATURE SURVEY Vehicular Ad-Hoc Network (VANET) communication has recently become an increasingly popular research topic in the area of wireless networking as well as the automotive industries. The goal of VANET research is to develop a vehicular communication system to enable quick and cost-efficient distribution of data for the benefit of passengers safety and comfort. Due to the high cost of deploying and implementing such a system in real world, most of the research work in VANET is on simulations for evaluation. Random Way Point (RWP) is an earlier mobility model widely used in MANET simulation. RWP assumes that nodes can move freely in a simulation area without considering any obstacle. However, in a VANET environment vehicles are typically restricted by streets, traffic lights and obstacles. Selecting appropriate level of details in the mobility model for a VANET simulation is a critical decision. MOVE is a tool to facilitate users to rapidly generate realistic mobility model for VANET simulations. MOVE provides a facility to quickly pinpoint incorrect details and manage details overheads. This tool is developed on top of an open source micro-traffic simulator SUMO, and the output of the MOVE is a mobility trace file that contains information about realistic vehicle movement. MOVE is implemented in JAVA and runs atop of SUMO, and contains two components: the map editor and the Vehicle movement editor. Map editor used to create the road topology. We can create road topology the map can be manually created by the user, generated automatically, or imported from existing real world maps such as TIGER (Topologically Integrated Geographic Encoding and Referencing). MOVE also integrated Google Earth to create nodes in a realistic setting. In the real world scenario, the problem of address conflicts and re-configurations by using a centralized DHCP server can be solved. Address conflict can be avoided by using proper address management throughout a city or a province. We have proposed a centralized addressing scheme by exploiting the architecture of vehicular ad-hoc network. Addressing each node is an important aspect in networking. Performance evaluation is done based on three case-studies. Nodes location, density, and direction etc. affect VANET performance directly. The three case studies are based on Existence of traffic lights, Driver route choice, and Overtaking behavior. Page 4 of 16

5 II. COMPREHENSIVE STUDY ON TOPIC Development in wireless communication networks has made Inter-Vehicular Communications (IVC) and Road-Vehicle Communications (RVC) possible in Mobile Ad Hoc Networks (MANETs). This has given birth to a new type of MANET known as the Vehicular Ad Hoc Network (VANET). Governments and some car manufacturers, such as Toyota, BMW, and Daimler- Chrysler have launched some important projects for VANET, for example, Advanced Driver Assistance Systems(ADASE). The application of VANET includes the traffic control and share of multimedia information. When VANET is applied to the traffic control, it can distribute the information about the road situation, such as traffic accidents and road congestion, and is helpful in avoiding accidents. Mobility models play an important role in VANET simulations. Nodes location, density, and direction etc. affect VANET performance directly. The objective of MOVE is to inject as much detail as possible into the simulation in order to provide a more realistic mobility model. However, a truely realistic simulation is very challenging since human behavior (e.g. mood, sex, age, etc.) and unexpected road accidents are difficult to model while all of them have strong effects on vehicle movement patterns. The road topology generated by MOVE is based on the TIGER database data. The propagation model employed in our simulation is the Two Ray Page 5 of 16

6 Ground model. All nodes use MAC operating at 2Mbps. The transmission range is 250m. The routing protocol is AODV. In real world, a driver normally has to decide his moving direction at an intersection. He can choose to either go straight, turn left, or turn right. MOVE allows s user to define the turning probability of different directions at each in the Vehicle Movement Editor. IP ADDRESS CONFIGURATION IN VANET Vehicles in VANET are equipped with sensors and actuators to collect useful information and to control the behavior of the vehicle. Information sent by these sensors is collected by a centralized onboard controller. Based on the requirement, this information can also be shared with the neighboring vehicles using the onboard radio device that is DSRC (Dedicated Short Range Communications) capable. DSRC is a medium range communication service that supports inter-vehicle and vehicle-to-roadside communication. Routing in VANET has attracted a lot of interest. Some of the existing mobile ad-hoc network routing protocols like Dynamic Source Routing (DSR), Ad-hoc On Demand Distance Vector (AODV) and Optimized Link State Routing (OLSR) have been tested for vehicular ad-hoc networks. Addressing in vehicular networks could be achieved by using Dynamic Host Configuration Protocol (DHCP), which is an extensively used address configuration protocol in computer networks. Dynamic Host Configuration Protocol (DHCP) is an application layer protocol used to configure hosts in the computer communication network. DHCP supports automatic, dynamic and manual allocation of addresses. In the automatic approach, permanent addresses are assigned to the hosts by the DHCP server. In the dynamic approach, addresses are assigned by the DHCP server for a limited period of time. Page 6 of 16

7 P2P COMPUTING IN DESIGN OF VANET ROUTING PROTOCOL Different kinds of P2P network models such as Napster, Freenet and Gnutella have already been popularly used. Architecture of PAV Model The object of our design is to construct a new type of VANET routing model based on P2P computing technology. Architecture and Basic design File Discovery Service Information Administration Service File Transfer Service Communicat ion Security Service P2P Computing Based VANET Routing Algorithm P2P Overlay Network (Node Naming and Indexing) VANET Physical Network Node naming mechanism PAV adopts the similar node naming mechanism used in Chord and HASN. By adopting a consistent hashing algorithm, PAV assigns each node an m-bit node identifier (NID). NID is chosen by hashing the node's IP address, which can be used to specify the location of node in a hash ring. When a node joins the network for the first time, a NID ranges from 0 to (2m-1) will be automatically assigned to it based on the adopted hashing algorithm. Based on the large scale simulations, employed routing solution, and by implementing DSRC at physical and MAC layers, we are able to perform detailed analysis of the QoS parameters as well as the attainable unicast-based application performance over infrastructureless VANET in both highway and urban environments. SIMULATION OF THE ROUTING PROTOCOLS IN VANET According to the scheme to find route, existing MANET routing protocols can be classified into two sorts, proactive and reactive routing protocols. Destination-Sequenced Distance Vector (DSDV) protocol falls into the proactive ones. It broadcasts routing packets Page 7 of 16

8 periodically, and each node maintains the routes to all other nodes in the network. On contrary, Dynamic Source Routing (DSR) protocol is a typical reactive routing protocol, which establishes route by source node only when it needs, and the topology and routing table are also set up on demand. Reactive protocols remain then passive until the established route becomes invalid or lost. Selecting appropriate level of details in the mobility model for a VANET simulation is a critical decision. Developed a tool MOVE (Mobility model generator for Vehicular networks) to facilitate users to rapidly generate realistic mobility models for VANET simulations. MOVE provides an environment that allows the user to quickly pinpoint incorrect details and manage details overhead. Our tool is built on top of an open source micro-traffic simulator SUMO. MOVE allows user to conveniently incorporate realistic road maps into the simulation. In addition, by providing a set of GUI that automate the simulation script generation. Architecture of MOVE In a typical VANET scenario, numerous concurrent communication sessions will take place between different sender/receiver pairs for unicast applications. Given the high cost of deploying actual equipment in the vehicles, real life test beds for VANET research are extremely rare. We conducted simulations using the Jist/SWANS simulator with the STRAW mobility model. JiST (Java in Simulation Time) is a discrete event simulation environment, and SWANS (Scalable Wireless Ad Hoc Network Simulator) is a publicly available Java-based scalable Page 8 of 16

9 wireless network simulator. STRAW (Street Random Waypoint) is a vehicular mobility model, built on top of the JiST/SWANS platform, that constrains the node movement to real U.S. streets (based on the U.S. Census Bureau s TIGER data). A Tiger map and its Visualization Tiger Map Simulation Visualization The roadway portion we used was approximately 43.5 km long, with 3 lanes per direction. Within the simulation, we chose two vehicles as the observed vehicles (vehicles selected to be the sender/receiver pair in a given simulation run). For these vehicles, we specified initial placement, speed, and travel direction. We distinguished same direction and opposite direction scenarios. In the same direction scenarios, the observed vehicles were initially placed next to each other and moved in the same direction. In the opposite direction scenarios, the observed vehicles were placed approximately 10 km apart and moved towards each other. To have a greater control over the simulation, we specified the relative speed (difference between the speeds) of the two observed vehicles as 0, 5, 10, and 15 m/s in the same direction and as 40, 50, 60, and 70 m/s in the opposite direction scenarios. Performance metrics 1. Connection duration 2. End-to-end delay 3. Jitter 4. Packet delivery ratio Page 9 of 16

10 The values of delay and jitter in VANET can satisfy the requirements of most applications, while PDR and connection duration are both highly dependent on the vehicle density and the specific environment, and the connection duration is also closely related to the relative speed of vehicles. The results also confirmed our initial assumptions regarding the locality of interest for applications in VANET; communication over large area will not be possible without the use of infrastructure. CENTRALIZED ADDRESS CONFIGURATION At first we assume that there is a central authority to control address distribution and management. This responsibility can be taken up by vehicle manufactures or government agencies. DHCP servers are installed in cities to cover a large area or an entire city depending on vehicle densities. Redundant DHCP servers can be installed in order to provide fault tolerance. Some of these servers might be capable of extending the lease for an IP address assigned by a distant DHCP server. Such responsibilities can be assigned and managed by the central authority. Access to these servers is provided by roadside units. Roadside units are equipped with access points that provide Internet access to vehicles. These roadside units act as an interface between vehicles and DHCP servers that dynamically assign IP addresses to vehicles. Page 10 of 16

11 III. INFERENCE AND INNOVATIONS The goal of VANET research is to develop a vehicular communication system to enable quick and cost-efficient distribution of data for the benefit of passengers safety and comfort. It is important to use a realistic mobility model so that results from the simulation correctly reflect the real-world performance of a VANET. The main goal of VANET is providing safety and comfort for passengers. To this end a special electronic device will be placed inside each vehicle which will provide Ad-Hoc Network connectivity for the passengers. This network tends to operate without any infra-structure or legacy client and server communication. Each vehicle equipped with VANET device will be a node in the Ad-Hoc network and can receive and relay others messages through the wireless network. Collision warning, road sign alarms and in-place traffic view will give the driver essential tools to decide the best path along the way. There are also multimedia and internet connectivity facilities for passengers, all provided within the wireless coverage of each car. Automatic payment for parking lots and toll collection are other examples of possibilities inside VANET. Most of the concerns of interest to MANets are of interest in VANets, but the details differ. Rather than moving at random, vehicles tend to move in an organized fashion. The interactions with roadside equipment can likewise be characterized fairly accurately. And finally, most vehicles are restricted in their range of motion, for example by being constrained to follow a paved highway. Vehicular Ad-hoc Networks are expected to implement variety of wireless technologies such as Dedicated Short Range Communications (DSRC) which is a type of WiFi. Other candidate wireless technologies are Cellular, Satellite, and WiMAX. Vehicular Ad-hoc Networks can be viewed as component of the Intelligent Transportation Systems (ITS). Vehicular Networks are an envision of the Intelligent Transportation Systems (ITS). Vehicles communicate with each other via Inter-Vehicle Communication (IVC) as well as with roadside base stations via Roadside-to-Vehicle Communication (RVC). The optimal goal is that Page 11 of 16

12 vehicular networks will contribute to safer and more efficient roads in the future by providing timely information to drivers and concerned authorities. The main goal of VANET is providing safety and comfort for passengers. To this end a special electronic device will be placed inside each vehicle which will provide Ad-Hoc Network connectivity for the passengers. This network tends to operate without any infra-structure or legacy client and server communication. Each vehicle equipped with VANET device will be a node in the Ad-Hoc network and can receive and relay others messages through the wireless network. Collision warning, road sign alarms and in-place traffic view will give the driver essential tools to decide the best path along the way ROUTING IN VANET Routing in VANETs are Often position based addressing. GeoBroadcast: send to all nodes within a region All cars in the area of Ulm/B10: Accident on Adenauer bridge when heading towards Neu-Ulm. GeoAnycast: send to arbitrary node within a region How are traffic conditions three km ahead?. The next technique is Fleetnet Routing Protocol which address surrounding nodes. Here direct flooding of message in target region ( Area-Forwarding ) is carried out and in address remote nodes it first does the line-forwarding, and then areaforwarding is done. REALISTIC MOBILITY MODELS FOR VANET SIMULATIONS Several communication networking simulation tools already exist to provide a platform to test and evaluate network protocols, such ns-2, OPNET and Qualnet. However, these tool are designed to provide generic simulation scenarios without being particularly tailored for applications in the transportation environment. On the other hand, in the transportation arena, simulations have also played an important role. A variety of simulation tools such as PARAMICS, CORSIM, VISSIM etc have been developed to analyze transportation scenarios at the micro- and macro-scale levels. MOVE is currently implemented in Java and runs atop an open-source micro-traffic simulator SUMO. MOVE consists of two main components: the Map Editor and the Vehicle Page 12 of 16

13 Movement Editor. The objective of MOVE is toinject as much detail as possible into the simulation in order to provide a more realistic mobility model. EVALUATION Figure 1 shows the distribution of the number of neighboring nodes when ten traffic lights are included in the simulations. Our results show that each node has twice the number of neighboring nodes when traffic lights are simulated, as compared to the case when traffic lights are not simulated. Figure 1 Figure 2 Figure 2 shows the packet delivery ratio is improved when the traffic lights are simulated. Note that in this simulation the distance between two adjacent traffic lights is shorter than the given radio range. In addition, we observe that the number of packet collisions increases as we increase the number of traffic sources. As a result, the packet delivery ratio decrease when there are more traffic sources.to understand the effect of inter-cluster distance on the simulations results, increase the distance between two adjacent traffic lights (from 200m to 400m) so that the intercluster distance is larger than the effective radio distance. As shown in Figure 3, in this scenario we observe frequent link breakage between two adjacent clusters which significant degrades the network performance. Page 13 of 16

14 Figure 4shows that we find that different choices of route directions can significantly change the simulation results (the x-y-z notation in Figure 4 means that the car has x% of chance to turn left, y% to go straight and z% to turn right). In real world, a driver normally has to decide his moving direction at an intersection. He can choose to either go straight, turn left, or turn right. MOVE allows s user to define the turning probability of different directions at each intersection (e.g. 0.5 to turn left,0.3 to go straight and 0.2 to turn right) in the Vehicle Movement Editor. Page 14 of 16

15 IV. CONCLUSION AND FUTURE WORK The paper studied the application of VANET to the city road traffic control. The results have some value in the research and application of VANET to traffic control, and the design of a more suitable routing protocol for VANET is the next step of work. The tool MOVE which is based on an open source micro-traffic simulator SUMO. MOVE allows user to quickly generate realistic mobility models for vehicular network simulations. MOVE is publicly available and can be downloaded via the following URL - It is shown that the details of a mobility model such as the existence of traffic lights, driver route choice and car overtaking behavior can have a significant impact on the simulation results. The movements of vehicles are based on static configurations defined in the Vehicle Movement Editor. Based on the study of synergies between P2P network and VANET, proposed a new type of VANET routing protocol named PAV. By building up a P2P overlay network on top of VANET's physical infrastructure, PAV seamlessly integrates the functions of p2p overlay routing protocols operating in a logical namespace with those of VANET routing protocols operating in a physical namespace. Compared to the other ad hoc networks, due to its highly dynamic nature a VANET environment clearly presents great challenges in designing appropriate routing protocols. The results obtained are valuable because they define the upper performance bound for unicast routing over DSRC-enabled VANET in both urban and highway environments with typical vehicle speeds and traffic densities. In the future, we plan to further elaborate on the redundant routes in urban and highway environment in order to determine the optimum rebroadcast probabilities for selective broadcast routing protocols in these environments. We are also going to analyze the QoS metrics in urban environment with respect to close proximity neighbors (i.e., one and two hop neighbors), in order to see whether restricting the geographical range of communication can assure increased PDR and connection duration even without infrastructure support. Furthermore, extending the employed routing scheme to support broadcast/multicastwould provide a useful insight into the potential performance of many safety and non-safety applications in VANET that require such communication. Page 15 of 16

16 REFERENCES [1] Kun-chan Lan and Chien-Ming Chou, Realistic Mobility Models for VANET Simulations. [2] SUN Xi, LI Xia-miao, Study of the Feasibility of VANET and its Routing Protocols. [3] Brijesh Kadri Mohandas, Ramiro Liscano, IP Address Configuration in VANET using Centralized DHCP. [4] Song Haibin, Meng Qi, Men Aidong P2P Computing in Design of VANET Routing Protocol. [5] Mate Boban, Geoff Misek, and Ozan K. Tonguz, What is the Best Achievable QoS for Unicast Routing in VANET? [6] Bojin Liu, Behrooz Khorashadi, Haining Du, Dipak Ghosal, Chen-Nee Chuah, and Michael Zhang, VGSim: An Integrated Networking and Microscopic Vehicular Mobility Simulation Platform. Page 16 of 16

Reliable and Efficient flooding Algorithm for Broadcasting in VANET

Reliable and Efficient flooding Algorithm for Broadcasting in VANET Reliable and Efficient flooding Algorithm for Broadcasting in VANET Vinod Kumar*, Meenakshi Bansal Mtech Student YCOE,Talwandi Sabo(india), A.P. YCOE, Talwandi Sabo(india) Vinod_Sharma85@rediffmail.com,

More information

Analyzing Routing Protocols Performance in VANET Using p and g

Analyzing Routing Protocols Performance in VANET Using p and g Analyzing Routing Protocols Performance in VANET Using 802.11p and 802.11g Rasha Kaiss Aswed and Mohammed Ahmed Abdala Network Engineering Department, College of Information Engineering, Al-Nahrain University

More information

Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations

Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations Realistic Mobility Models for Vehicular Ad hoc Network (VANET) Simulations Kun-chan Lan and Chien-Ming Chou National Cheng Kung University Department of Computer Science and Information Engineering Tainan,

More information

A Review on Vehicular Ad-Hoc Network

A Review on Vehicular Ad-Hoc Network A Review on Vehicular Ad-Hoc Network Arshdeep Kaur 1, Shilpa Sharma 2 M.Tech Student, Dept. of Computer Science Engineering, Lovely Professional University, Phagwara, Punjab, India 1 Assistant Professor,

More information

An Analysis of Simulators for Vehicular Ad hoc Networks

An Analysis of Simulators for Vehicular Ad hoc Networks World Applied Sciences Journal 23 (8): 1044-1048, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.23.08.584 An Analysis of Simulators for Vehicular Ad hoc Networks Syed A. Hussain

More information

STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks

STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks STRAW - An integrated mobility & traffic model for vehicular ad-hoc networks David R. Choffnes & Fabián E. Bustamante Department of Computer Science, Northwestern University www.aqualab.cs.northwestern.edu

More information

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Aye Zarchi Minn 1, May Zin Oo 2, Mazliza Othman 3 1,2 Department of Information Technology, Mandalay Technological University, Myanmar

More information

BUSNet: Model and Usage of Regular Traffic Patterns in Mobile Ad Hoc Networks for Inter-Vehicular Communications

BUSNet: Model and Usage of Regular Traffic Patterns in Mobile Ad Hoc Networks for Inter-Vehicular Communications BUSNet: Model and Usage of Regular Traffic Patterns in Mobile Ad Hoc Networks for Inter-Vehicular Communications Kai-Juan Wong, Bu-Sung Lee, Boon-Chong Seet, Genping Liu, Lijuan Zhu School of Computer

More information

Simulation of Vehicle Adhoc NETwork (VANET) Using. Network Simulator (Ns-2) Tools

Simulation of Vehicle Adhoc NETwork (VANET) Using. Network Simulator (Ns-2) Tools Simulation of Vehicle Adhoc NETwork (VANET) Using Network Simulator (Ns-2) Tools 1 Sridharan.S, 2 Ramprakash.S, 3 Durairasan.M 1 Asst.Professor and Head/CSE 2 Teaching Fellow/CSE 3 Asst.Professor /EEE

More information

Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS

Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS Information Management and Business Review Vol. 6, No. 3, pp. 115-120, Jun 2014 (ISSN 2220-3796) Multiprotocol Label Switching in Vehicular Ad hoc Network for QoS * Kashif Naseer Qureshi, Abdul Hanan Abdullah

More information

Evaluation of Information Dissemination Characteristics in a PTS VANET

Evaluation of Information Dissemination Characteristics in a PTS VANET Evaluation of Information Dissemination Characteristics in a PTS VANET Holger Kuprian 1, Marek Meyer 2, Miguel Rios 3 1) Technische Universität Darmstadt, Multimedia Communications Lab Holger.Kuprian@KOM.tu-darmstadt.de

More information

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT

Lecture 6: Vehicular Computing and Networking. Cristian Borcea Department of Computer Science NJIT Lecture 6: Vehicular Computing and Networking Cristian Borcea Department of Computer Science NJIT GPS & navigation system On-Board Diagnostic (OBD) systems DVD player Satellite communication 2 Internet

More information

International Journal of Advance Engineering and Research Development. Improved OLSR Protocol for VANET

International Journal of Advance Engineering and Research Development. Improved OLSR Protocol for VANET Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 11, November -2017 Improved OLSR Protocol for VANET Ravi Shrimali

More information

Reliable Routing In VANET Using Cross Layer Approach

Reliable Routing In VANET Using Cross Layer Approach Reliable Routing In VANET Using Cross Layer Approach 1 Mr. Bhagirath Patel, 2 Ms. Khushbu Shah 1 Department of Computer engineering, 1 LJ Institute of Technology, Ahmedabad, India 1 er.bhagirath@gmail.com,

More information

Literature Review on Characteristic Analysis of Efficient and Reliable Broadcast in Vehicular Networks

Literature Review on Characteristic Analysis of Efficient and Reliable Broadcast in Vehicular Networks International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 6, Number 3 (2013), pp. 205-210 International Research Publication House http://www.irphouse.com Literature Review

More information

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model 1 R. Jeevitha, 2 M. Chandra Kumar 1 Research Scholar, Department of Computer

More information

Simulations of VANET Scenarios with OPNET and SUMO

Simulations of VANET Scenarios with OPNET and SUMO Simulations of VANET Scenarios with OPNET and SUMO Florent Kaisser, Christophe Gransart, Marion Berbineau To cite this version: Florent Kaisser, Christophe Gransart, Marion Berbineau. Simulations of VANET

More information

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen

More information

Methods to Resolve Traffic Jams using VANET

Methods to Resolve Traffic Jams using VANET Methods to Resolve Traffic Jams using VANET Rohit Kumar Department of Computer Sc. & Engineering Chandigarh University, Gharuan Mohali, Punjab Abstract - In this paper we have proposed a method to avoid

More information

The Study of Routing Strategies in Vehicular Ad- Hoc Network to Enhance Security

The Study of Routing Strategies in Vehicular Ad- Hoc Network to Enhance Security The Study of Routing Strategies in Vehicular Ad- Hoc Network to Enhance Security Parveen Kumar Research Scholar, CMJ University, Shillong, Meghalaya (India) Abstract In VANET, or Intelligent Vehicular

More information

International Journal of Computer & Organization Trends Volume 5 Issue 1 Jan to Feb 2015

International Journal of Computer & Organization Trends Volume 5 Issue 1 Jan to Feb 2015 Introducing Autonomous Car Methodology in WSN Promita Maitra 1, Sohini Nandi 2, Ipsita Saha 3, Poojarini Mitra 4, Sayani Chandra 5 1 Student, Dept. of Computer Science and Engineering, Gurunanak Institute

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

SUMMERY, CONCLUSIONS AND FUTURE WORK Chapter - 6 SUMMERY, CONCLUSIONS AND FUTURE WORK The entire Research Work on On-Demand Routing in Multi-Hop Wireless Mobile Ad hoc Networks has been presented in simplified and easy-to-read form in six

More information

Mobile-Gateway Routing for Vehicular Networks 1

Mobile-Gateway Routing for Vehicular Networks 1 Mobile-Gateway Routing for Vehicular Networks 1 Hsin-Ya Pan, Rong-Hong Jan 2, Andy An-Kai Jeng, and Chien Chen Department of Computer Science National Chiao Tung University Hsinchu, 30010, Taiwan {hypan,

More information

PIONEER RESEARCH & DEVELOPMENT GROUP

PIONEER RESEARCH & DEVELOPMENT GROUP Realistic Mobility Model And Co-Operative Peer To Peer Data Transmission For VANET s Using SUMO And MOVE Nataraj B, Dr. T. Kantharaju 1,2 Electronics and Communication, JNTUA, BITIT, Hindupur, Andhra Pradesh,

More information

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE)

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE) An Effect of Route Caching Scheme in DSR for Vehicular Adhoc Networks Poonam kori, Dr. Sanjeev Sharma School Of Information Technology, RGPV BHOPAL, INDIA E-mail: Poonam.kori@gmail.com Abstract - Routing

More information

SIMULATION BASED AND ANALYSIS OF ROUTING PROTOCOLS FOR VANET USING VANETMOBISIM AND NS-2

SIMULATION BASED AND ANALYSIS OF ROUTING PROTOCOLS FOR VANET USING VANETMOBISIM AND NS-2 International Journal of Computer Engineering & Technology (IJCET) Volume 6, Issue 9, Sep 2015, pp. 32-41, Article ID: IJCET_06_09_004 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=6&itype=9

More information

Performance Comparison of Mobility Generator C4R and MOVE using Optimized Link State Routing (OLSR)

Performance Comparison of Mobility Generator C4R and MOVE using Optimized Link State Routing (OLSR) IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 06, Issue 11 (November. 2016), V1 PP 25-29 www.iosrjen.org Performance Comparison of Mobility Generator and MOVE using

More information

ITS (Intelligent Transportation Systems) Solutions

ITS (Intelligent Transportation Systems) Solutions Special Issue Advanced Technologies and Solutions toward Ubiquitous Network Society ITS (Intelligent Transportation Systems) Solutions By Makoto MAEKAWA* Worldwide ITS goals for safety and environment

More information

Performance Evaluation of MANET through NS2 Simulation

Performance Evaluation of MANET through NS2 Simulation International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 25-30 International Research Publication House http://www.irphouse.com Performance Evaluation

More information

Aanchal Walia #1, Pushparaj Pal *2

Aanchal Walia #1, Pushparaj Pal *2 An Implemented approach of VANET using Location Information based Technique for safe city and vehicle Aanchal Walia #1, Pushparaj Pal *2 #1. M.Tech Scholor,ECE,Krukshetra University, *2. A.P.ECE Department,

More information

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET K. Venkateswarlu 1, G. Murali 2 1 M. Tech, CSE, JNTUA College of Engineering (Pulivendula), Andhra Pradesh, India 2 Asst.Prof (HOD), CSE,

More information

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 130 CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 5.1 INTRODUCTION The feasibility of direct and wireless multi-hop V2V communication based on WLAN technologies, and the importance of position based

More information

Performance Analysis of MANET Routing Protocols OLSR and AODV

Performance Analysis of MANET Routing Protocols OLSR and AODV VOL. 2, NO. 3, SEPTEMBER 211 Performance Analysis of MANET Routing Protocols OLSR and AODV Jiri Hosek Faculty of Electrical Engineering and Communication, Brno University of Technology Email: hosek@feec.vutbr.cz

More information

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.

Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5. Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management

More information

Performance Improvement of Wireless Network Using Modern Simulation Tools

Performance Improvement of Wireless Network Using Modern Simulation Tools Performance Improvement of Wireless Network Using Modern Simulation Tools Ms. Nimisha Dinesh Deval 1, Prof. Mrs. S. P. Pawar 2 1ME student CSE Dept, SVERIs college of Engineering, Pandharpur, Maharashtra,

More information

Chapter-4. Simulation Design and Implementation

Chapter-4. Simulation Design and Implementation Chapter-4 Simulation Design and Implementation In this chapter, the design parameters of system and the various metrics measured for performance evaluation of the routing protocols are presented. An overview

More information

INTERNATIONAL JOURNAL OF SCIENTIFIC & ENGINEERING RESEARCH VOLUME 5, ISSUE 3, MARCH-2014 ISSN

INTERNATIONAL JOURNAL OF SCIENTIFIC & ENGINEERING RESEARCH VOLUME 5, ISSUE 3, MARCH-2014 ISSN 657 Performance Evaluation of DDSR via NS- 3 Simulation using RSU s in Vehicular Network Abhay Deep Seth, Ankit Khare Abstract: - Mobile Ad hoc Networks (MANET) are wireless networks without an infrastructure,

More information

Evaluation of Realistic Mobility Model for Comparative Study of Routing Protocols in IEEE p (DSRC) Vehicular Ad-hoc Network (VANET) Dongsuk Song

Evaluation of Realistic Mobility Model for Comparative Study of Routing Protocols in IEEE p (DSRC) Vehicular Ad-hoc Network (VANET) Dongsuk Song Evaluation of Realistic Mobility Model for Comparative Study of Routing Protocols in IEEE 802.11p (DSRC) Vehicular Ad-hoc Network (VANET) by Dongsuk Song A thesis submitted to the Graduate Faculty of Auburn

More information

Performance Metrics of MANET in Multi-Hop Wireless Ad-Hoc Network Routing Protocols

Performance Metrics of MANET in Multi-Hop Wireless Ad-Hoc Network Routing Protocols Performance Metrics of MANET in Multi-Hop Wireless Ad-Hoc Network Routing Protocols R.Devi, B.Sumathi, T.Gandhimathi, G.Alaiyarasi 1 st year, M.Tech (Software Engineering), Department of Information Technology,

More information

Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput.

Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput. Volume 6, Issue 7, July 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Analysis

More information

LTE and IEEE802.p for vehicular networking: a performance evaluation

LTE and IEEE802.p for vehicular networking: a performance evaluation LTE and IEEE802.p for vehicular networking: a performance evaluation Zeeshan Hameed Mir* Fethi Filali EURASIP Journal on Wireless Communications and Networking 1 Presenter Renato Iida v2 Outline Introduction

More information

Evaluation of Routing Protocols for Mobile Ad hoc Networks

Evaluation of Routing Protocols for Mobile Ad hoc Networks International Journal of Soft Computing and Engineering (IJSCE) Evaluation of Routing Protocols for Mobile Ad hoc Networks Abstract Mobile Ad hoc network is a self-configuring infrastructure less network

More information

Avoiding Traffic Congestion Using Position Based Routing Protocol in VANET

Avoiding Traffic Congestion Using Position Based Routing Protocol in VANET Avoiding Traffic Congestion Using Position Based Routing Protocol in VANET Ms. D. Jeya 1, Mr P. Ranjith Kumar 2, Mr G. Naresh kumar 3 (M.E) PG-Scholar, Department of Computer Science And Engineering, Sri

More information

A Literature survey on Improving AODV protocol through cross layer design in MANET

A Literature survey on Improving AODV protocol through cross layer design in MANET A Literature survey on Improving AODV protocol through cross layer design in MANET Nidhishkumar P. Modi 1, Krunal J. Panchal 2 1 Department of Computer Engineering, LJIET, Gujarat, India 2 Asst.Professor,

More information

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET

QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore QoS Routing By Ad-Hoc on Demand Vector Routing Protocol for MANET Ashwini V. Biradar

More information

EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS

EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS EFFICIENT TRAJECTORY PROTOCOL FOR MULTICASTING IN VEHICULAR AD HOC NETWORKS Nandhini P. 1 and Ravi G. 2 1 Department of Electronics and Communication Engineering, Communication Systems, Sona College of

More information

Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols

Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols www.ijcsi.org 551 Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols Kashif Ibrahim Qazi Javed Ahmed Abdul Qudoos Mirza Aamir Mehmood Department of Computer Science, Balochistan

More information

Simulation and Analysis of Transmission Range Effect on DSR Routing Protocol in a Vanet Network with Different Speed and Node Density

Simulation and Analysis of Transmission Range Effect on DSR Routing Protocol in a Vanet Network with Different Speed and Node Density Simulation and Analysis of Transmission Range Effect on DSR Routing Protocol in a Vanet Network with Different Speed and Node Density Muhammad Faikar Widjanarko School of Electrical Engineering Telkom

More information

A STUDY ON CURRENT TRENDS IN VEHICULAR AD HOC NETWORKS

A STUDY ON CURRENT TRENDS IN VEHICULAR AD HOC NETWORKS 953 A STUDY ON CURRENT TRENDS IN VEHICULAR AD HOC NETWORKS K.Prasuna 1, Chilakalapudi Meher Babu 2,K.Ram Kumar 3 1 Asst.Professor, Vijaya Institute of Technology for Women, Enikepadu, INDIA. 2 Ph.D., Scholar,

More information

Protection Against DDOS Using Secure Code Propagation In The VANETs

Protection Against DDOS Using Secure Code Propagation In The VANETs Protection Against DDOS Using Secure Code Propagation In The VANETs Mandeep Kaur, Manish Mahajan Mandeepcheema6@gmail.com,cgccoe.hodcse@gmail.com ABSTRACT--VANETs are the vehicular networks used to connect

More information

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS Deepa B 1 and Dr. S A Kulkarni 2 1 IV Sem M. Tech, Dept of CSE, KLS Gogte Institute of Technology, Belagavi deepa.bangarshetru@gmail.com

More information

Keywords VANET, Routing protocols, AODV, DSR, DSDV.

Keywords VANET, Routing protocols, AODV, DSR, DSDV. Volume 5, Issue 5, May 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative Study

More information

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe VANETs Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe April 15 th 2005 Marc Torrent Moreno 1 Main Motivation

More information

A framework to simulate VANET scenarios with SUMO

A framework to simulate VANET scenarios with SUMO A framework to simulate VANET scenarios with SUMO Florent Kaisser, Christophe Gransart, Mohamed Kassab and Marion Berbineau Université Lille Nord de France IFSTTAR-LEOST F-59650 Villeneuve d'ascq, France

More information

A Topology Based Routing Protocols Comparative Analysis for MANETs Girish Paliwal, Swapnesh Taterh

A Topology Based Routing Protocols Comparative Analysis for MANETs Girish Paliwal, Swapnesh Taterh A Topology Based Routing Protocols Comparative Analysis for MANETs Girish Paliwal, Swapnesh Taterh Amity University Rajasthan, Jaipur, India Abstract MANET is a dynamic topology wireless network in which

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET S. J. Sultanuddin 1 and Mohammed Ali Hussain 2 1 Department of Computer Science Engineering, Sathyabama University,

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

Part I. Wireless Communication

Part I. Wireless Communication 1 Part I. Wireless Communication 1.5 Topologies of cellular and ad-hoc networks 2 Introduction Cellular telephony has forever changed the way people communicate with one another. Cellular networks enable

More information

Performance Evaluation of VoIP over VANET

Performance Evaluation of VoIP over VANET (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of VoIP over VANET Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com Publishing

More information

A Priority based Congestion Prevention Technique for Vehicular Ad-Hoc Networks

A Priority based Congestion Prevention Technique for Vehicular Ad-Hoc Networks Computing For Nation Development, March 10 11, 2011 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi A Priority based Congestion Prevention Technique for Vehicular Ad-Hoc

More information

QoS Based Evaluation of Multipath Routing Protocols in Manets

QoS Based Evaluation of Multipath Routing Protocols in Manets Advances in Networks 2017; 5(2): 47-53 http://www.sciencepublishinggroup.com/j/net doi: 10.11648/j.net.20170502.13 ISSN: 2326-9766 (Print); ISSN: 2326-9782 (Online) QoS Based Evaluation of Multipath Routing

More information

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service)

2. LITERATURE REVIEW. Performance Evaluation of Ad Hoc Networking Protocol with QoS (Quality of Service) 2. LITERATURE REVIEW I have surveyed many of the papers for the current work carried out by most of the researchers. The abstract, methodology, parameters focused for performance evaluation of Ad-hoc routing

More information

THE REALISTIC MOBILITY EVALUATION OF VEHICULAR AD-HOC NETWORK FOR INDIAN AUTOMOTIVE NETWORKS

THE REALISTIC MOBILITY EVALUATION OF VEHICULAR AD-HOC NETWORK FOR INDIAN AUTOMOTIVE NETWORKS THE REALISTIC MOBILITY EVALUATION OF VEHICULAR AD-HOC NETWORK FOR INDIAN AUTOMOTIVE NETWORKS V. S. DHAKA, RAMESH C. POONIA and LINESH RAJA School of Engineering & Technology, Jaipur National University,

More information

VGSim: An Integrated Networking and Microscopic Vehicular Mobility Simulation Platform

VGSim: An Integrated Networking and Microscopic Vehicular Mobility Simulation Platform LIU LAYOUT 4/1/9 5:34 PM Page 2 AUTOMOTIVE NETWORKING SERIES VGSim: An Integrated Networking and Microscopic Vehicular Mobility Simulation Platform Bojin Liu, Behrooz Khorashadi, Haining Du, Dipak Ghosal,

More information

Computation of Multiple Node Disjoint Paths

Computation of Multiple Node Disjoint Paths Chapter 5 Computation of Multiple Node Disjoint Paths 5.1 Introduction In recent years, on demand routing protocols have attained more attention in mobile Ad Hoc networks as compared to other routing schemes

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK COMPARISON OF MANET REACTIVE ROUTING PROTOCOLS USING OPNET SIMULATOR SANGEETA MONGA

More information

Intelligent Transportation System For Vehicular Ad-Hoc Networks

Intelligent Transportation System For Vehicular Ad-Hoc Networks INTERNATIONAL JOURNAL OF TECHNOLOGY ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH, VOL 2, ISSUE 6 69 Intelligent Transportation System For Vehicular Ad-Hoc Networks T. Sujitha, S. Punitha Devi Department

More information

Enhancement of VANET Communication Range using WiMAX and Wi-Fi: A Survey

Enhancement of VANET Communication Range using WiMAX and Wi-Fi: A Survey International Journal of Urban Design for Ubiquitous Computing Vol.1, No.1, (2013), pp. 9-16 http://dx.doi.org/10.21742/ijuduc.2013.1.1.02 Enhancement of VANET Communication Range using WiMAX and Wi-Fi:

More information

MANET is considered a collection of wireless mobile nodes that are capable of communicating with each other. Research Article 2014

MANET is considered a collection of wireless mobile nodes that are capable of communicating with each other. Research Article 2014 Throughput Analysis of Proactive and Reactive MANET Routing Protocols Kiranveer Kaur 1 Surinderjit Kaur 2 Vikramjit Singh 3 Department of Computer Science, University College of Engineering, Department

More information

Kapitel 5: Mobile Ad Hoc Networks. Characteristics. Applications of Ad Hoc Networks. Wireless Communication. Wireless communication networks types

Kapitel 5: Mobile Ad Hoc Networks. Characteristics. Applications of Ad Hoc Networks. Wireless Communication. Wireless communication networks types Kapitel 5: Mobile Ad Hoc Networks Mobilkommunikation 2 WS 08/09 Wireless Communication Wireless communication networks types Infrastructure-based networks Infrastructureless networks Ad hoc networks Prof.

More information

II. ROUTING CATEGORIES

II. ROUTING CATEGORIES ANALYSIS OF ROUTING PROTOCOLS IN MANETS DIVYA GHOSH Researcher,Kolkata,India Abstract: The study of routing protocols in MANETs is one that requires a great deal of research due to the challenges it poses

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 9, September ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 9, September ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 9, September-2013 831 Performance Analysis of Reactive and Proactive Routing Protocols for Vehicular Adhoc Network Ms. Monika

More information

Cluster Based Message Dissemination for Broadcasting the Emergency/Warning Messages using a Novel Scheduling in VANETS

Cluster Based Message Dissemination for Broadcasting the Emergency/Warning Messages using a Novel Scheduling in VANETS Cluster Based Message Dissemination for Broadcasting the Emergency/Warning Messages using a Novel Scheduling in VANETS M. A. Berlin Department of computer science and engineering R. M. D Engineering College

More information

Performance Analysis of Optimization Techniques for OLSR Routing Protocol for VANET

Performance Analysis of Optimization Techniques for OLSR Routing Protocol for VANET Performance Analysis of Optimization Techniques for OL Routing Protocol for VANET Suhaib sheikh 1, Bhawna Sharma 2, Sunil Panjeta 3 1,2 Mtech scholar in electronics and communication engineering, YIET,

More information

Performance Enhancement of Routing Protocols for VANET With Variable Traffic Scenario

Performance Enhancement of Routing Protocols for VANET With Variable Traffic Scenario Performance Enhancement of Routing Protocols for VANET With Variable Traffic Scenario Uttara Vyas 1, Prof. Kamlesh Chopra 2, Prof. Prashant Lakkadwala 3 1 Computer Science and Engineering,Acropolis Technical

More information

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks

Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks Unicast Routing in Mobile Ad Hoc Networks 1 Routing problem 2 Responsibility of a routing protocol Determining an optimal way to find optimal routes Determining a feasible path to a destination based on

More information

Appraising Vehicular ADHOC Networks Routing Protocols Using NS2

Appraising Vehicular ADHOC Networks Routing Protocols Using NS2 International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 5 (2014), pp. 491-498 International Research Publications House http://www. irphouse.com /ijict.htm Appraising

More information

Active source routing for ad-hoc network: seamless integration of wireless environment

Active source routing for ad-hoc network: seamless integration of wireless environment Active source routing for ad-hoc network: seamless integration of wireless environment 1. Introduction Active networking is the emerging technology that will provide new network environment where lots

More information

GSM Based Comparative Investigation of Hybrid Routing Protocols in MANETS

GSM Based Comparative Investigation of Hybrid Routing Protocols in MANETS IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. II (May - Jun. 214), PP 82-86 GSM Based Comparative Investigation of Hybrid

More information

Wireless Sensor Networks (WSN)

Wireless Sensor Networks (WSN) Wireless Sensor Networks (WSN) Introduction M. Schölzel Difference to existing wireless networks Infrastructure-based networks e.g., GSM, UMTS, Base stations connected to a wired backbone network Mobile

More information

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET

A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET ISSN: 2278 1323 All Rights Reserved 2016 IJARCET 296 A COMPARISON OF REACTIVE ROUTING PROTOCOLS DSR, AODV AND TORA IN MANET Dr. R. Shanmugavadivu 1, B. Chitra 2 1 Assistant Professor, Department of Computer

More information

DESIGN AND DEVELOPMENT OF A WIRELESS SENSOR MODEL FOR VEHICULAR AREA NETWORKS

DESIGN AND DEVELOPMENT OF A WIRELESS SENSOR MODEL FOR VEHICULAR AREA NETWORKS DESIGN AND DEVELOPMENT OF A WIRELESS SENSOR MODEL FOR VEHICULAR AREA NETWORKS Umesh P, G.Varaprasad Department of Computer Science and Engineering, B.M.S. College of Engineering, Bangalore 5600 19, India.

More information

Improving Energy and Efficiency in cluster based VANETs through AODV Protocol

Improving Energy and Efficiency in cluster based VANETs through AODV Protocol Improving Energy and Efficiency in cluster based VANETs through AODV Protocol Prerana Deshmukh PG Department of Computer Science and Engineering, J.D.College of Engineering & Managment, RTMNU, Maharashtra,

More information

Wireless Ad Hoc and Sensor Networks Prof. Sudip Misra Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Wireless Ad Hoc and Sensor Networks Prof. Sudip Misra Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Wireless Ad Hoc and Sensor Networks Prof. Sudip Misra Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 20 UAV Networks- Part- III So we come to finally,

More information

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power

Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power , pp.1-6 http://dx.doi.org/10.14257/ijsacs.2015.3.1.01 Performance Analysis of Wireless Mobile ad Hoc Network with Varying Transmission Power Surabhi Shrivastava, Laxmi Shrivastava and Sarita Singh Bhadauria

More information

CHAPTER 5. Simulation Tools. be reconfigured and experimented with, usually this is impossible and too expensive or

CHAPTER 5. Simulation Tools. be reconfigured and experimented with, usually this is impossible and too expensive or CHAPTER 5 Simulation Tools 5.1 Introduction A simulation of a system is the operation of a model of the system. The model can be reconfigured and experimented with, usually this is impossible and too expensive

More information

Data Dissemination in Ad Hoc Networks Based on Inter-Vehicle Communication

Data Dissemination in Ad Hoc Networks Based on Inter-Vehicle Communication Data Dissemination in Ad Hoc Networks Based on Inter-Vehicle Communication Lars Wischhof, Prof. Hermann Rohling {l.wischhof, rohling}@tu-harburg.de Technical University of Hamburg-Harburg, Germany Overview

More information

Multicast over Vehicle Ad Hoc Networks

Multicast over Vehicle Ad Hoc Networks 1 Multicast over Vehicle Ad Hoc Networks Alberto Gordillo Muñoz Abstract Vehicular networks may improve the safety and efficiency of road travel but there are many challenges that still need to be overcome.

More information

Vehicular Road Side Backbone Network with Multiprotocol Label Switching Kashif Naseer Qureshi *, Abdul Hanan Abdullah, Raja Waseem Anwar

Vehicular Road Side Backbone Network with Multiprotocol Label Switching Kashif Naseer Qureshi *, Abdul Hanan Abdullah, Raja Waseem Anwar 1 st International Conference of Recent Trends in Information and Communication Technologies Vehicular Road Side Backbone Network with Multiprotocol Label Switching Kashif Naseer Qureshi *, Abdul Hanan

More information

Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization

Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization Enhancement of Routing in Urban Scenario using Link State Routing Protocol and Firefly Optimization Dhanveer Kaur 1, Harwant Singh Arri 2 1 M.Tech, Department of Computer Science and Engineering, Lovely

More information

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud 2016 International Conference on Service Science, Technology and Engineering (SSTE 2016) ISBN: 978-1-60595-351-9 Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous

More information

Comparative Study of Routing Protocols in MANET

Comparative Study of Routing Protocols in MANET Comparative Study of Routing Protocols in MANET First Author-PrernaYadav 1 Student,Second Author-ShubhraSaxena 2 Professor Abstract-An ad hoc network is basically a collection of wireless nodes not having

More information

Methods to Resolve Traffic Jams using VANET

Methods to Resolve Traffic Jams using VANET Methods to Resolve Traffic Jams using VANET Rohit Kumar Department of Computer Sc. & Engineering Chandigarh University, Gharuan Mohali, Punjab Abstract VANET has been an important technology for managing

More information

Performance Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela

Performance Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Performance Evaluation of Routing Protocols in Wireless Mesh Networks Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Department of Computer Science, North West University, Mafikeng Campus,

More information

A Survey - Energy Efficient Routing Protocols in MANET

A Survey - Energy Efficient Routing Protocols in MANET , pp. 163-168 http://dx.doi.org/10.14257/ijfgcn.2016.9.5.16 A Survey - Energy Efficient Routing Protocols in MANET Jyoti Upadhyaya and Nitin Manjhi Department of Computer Science, RGPV University Shriram

More information

Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET

Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET Comparison of Three Greedy Routing Algorithms for Efficient Packet Forwarding in VANET R. Nirmala 1, R. Sudha 2 Assistant Professor, Department of Computer Science, K.S.R College of Arts & Science (Autonomous),

More information

International Journal of Information Movement. Website: ISSN: (online) Pages

International Journal of Information Movement. Website:   ISSN: (online) Pages REVIEW: VANET ARCHITECTURES AND DESIGN Chetna Research Scholar Department Of Electronic & Communication Engg. Galaxy Global Group of Institutions, Dinarpur Saranjeet Singh Faculty Department of Electronic

More information

Performance Evaluation of AODV and DSR routing protocols in MANET

Performance Evaluation of AODV and DSR routing protocols in MANET Performance Evaluation of AODV and DSR routing protocols in MANET Naresh Dobhal Diwakar Mourya ABSTRACT MANETs are wireless temporary adhoc networks that are being setup with no prior infrastructure and

More information