A Realistic Mobility Simulator for Vehicular Ad Hoc Networks 2

Size: px
Start display at page:

Download "A Realistic Mobility Simulator for Vehicular Ad Hoc Networks 2"

Transcription

1 Institut Eurécom 1 Department of Mobile Communications Sophia-Antipolis France Politecnico di Torino Dipartimento di Elettronica Torino Italy Research Report RR A Realistic Mobility Simulator for Vehicular Ad Hoc Networks 2 October 28 th, 2005 Jérôme Härri, Marco Fiore, Fethi Filali, Christian Bonnet, Claudio Casetti, Carla-Fabiana Chiasserini Tel : (+33) Fax : (+33) Tel : (+39) Fax : (+39) {Jerome.Haerri,Fethi.Filali,Christian.Bonnet}@eurecom.fr {Marco.Fiore,Claudio.Casetti,Carla.Chiasserini}@polito.it 1 Institut Eurécom s research is partially supported by its industrial members: Bouygues Télécom, France Télécom, Hitachi Europe, SFR, Sharp, ST Microelectronics, Swisscom, Texas Instruments, Thales. 2 This work has been supported partially by the European Community through the NoE NEW- COM, partially by the NoE EuroNGI, and partially by the Institut Eurécom and the Politecnico di Torino.

2

3 A Realistic Mobility Simulator for Vehicular Ad Hoc Networks Jérôme Härri, Marco Fiore, Fethi Filali, Christian Bonnet, Claudio Casetti, Carla-Fabiana Chiasserini Abstract Vehicular Ad-hoc Networks (VANETs) have been recently attracting increasing attention from both the research community and the world of industry. Many related projects have been developed, involving analytical modeling of vehicular traffic, simulation of vehicular environments and real world measurements. Regardless of this effort, no really complete simulation tool is today freely available to researchers wishing to simulate VANETs. The goal of our framework within Newcom JPA3 is to provide such a tool. This paper presents the framework, ideas and methodologies at the basis of our work, which is currently ongoing. Index Terms Mobility modeling, framework, macromobility, micromobility, vehicular ad hoc networks, VANET.

4

5 Contents 1 Introduction 1 2 Preliminaries Related work Proposed framework The NEWCOM Mobility Simulator: A Realistic Model Framework outline Random topology generation Intersection management Conclusions and Future Work 9 v

6 List of Figures 1 Proposed concept map of mobility model generation for inter-vehicle communications Illustration of the random topology generation The NEWCOM Mobility Simulator vi

7 1 Introduction One emerging new type of ad hoc networks is vehicular ad hoc networks (VANETs), in which the network nodes are vehicles. VANETs are a particularly challenging class of Mobile Ad Hoc Networks (MANETs), characterized by high node mobility but with limited degrees of freedom in the mobility patterns. While it is crucial to test and evaluate protocol implementations in a real testbed environment, simulations are still commonly used as a first step in any protocol development as well as for validation of analytical models for VANETs. While simulating VANETs, it is important to use mobility models that reflect as closely as possible the real behavior of these systems. In their studies, researchers often use random mobility models, which may be unsuitable for VANETs. Unfortunately, no complete, realistic models of vehicular mobility are currently freely available to researchers. In this paper, we present the framework for a realistic mobility simulator that is compliant with the principles of mobility model generation described in [5]. Our objective within the NEWCOM project is to provide the research community interested in vehicular networks with a tool that models, as realistically as possible, the particular motion behavior of motor-vehicles. Among the features of our tool are a realistic random vehicular topology generation, an improved micromobility modeling and an enhanced intersection management. The rest of the paper is organized as follows. Section 2 briefly discusses some related work and describes the framework for mobility model generation proposed in [5]. Section 3 outlines the main features of the tool we are developing and describes what has been already completed. Finally, Section 4, draws some conclusions and highlights on-going and future work. 2 Preliminaries In this section, we review some related work in vehicular mobility modeling. Next, we give a short description of the proposed framework; for a more detailed description, refer to [5]. 2.1 Related work When mobility was first taken into account in simulation of wireless networks, several models to generate mobility patterns of nodes were proposed. The Random Waypoint model, the Random Walk model, the Reference Point Group (or Platoon) model, the Node Following mode, the Gauss-Markov model, just to cite the most known ones, all involved generation of random linear speed-constant movements within the topology boundaries. Further works added pause times, reflection on boundaries, acceleration and deceleration of nodes. Simplicity of use conferred success to the Random Waypoint model in particular, however, the intrinsic nature 1

8 of such mobility models may produce unrealistic movement patterns when compared to some real world behavior. As far as Vehicular Ad-hoc Networks (VANETs) are concerned, it soon became clear that using any of the aforementioned models would produce completely useless results. Consequently, the research community started to seek more realistic models. The simple Freeway model and Manhattan (or Grid) model were the initial steps, then more complex projects were started involving the generation of mobility patterns based on real road maps or monitoring of real vehicular movements in cities. However, in most of these models, only the macromobility of nodes was considered. Although car-to-car interactions are a fundamental factor to take into account when dealing with vehicular mobility [1], little or no attention was paid to micromobility. More complete and detailed surveys of mobility models can be found in [2 5]. Recently, new open-source tools became available for the generation of vehicular mobility patterns. Most of them are capable of producing traces for network simulators such as ns-2 [6], GloMoSim [7] or OpNet [8]. In the rest of this section, we review some of these tools, in order to understand their strengths and weaknesses, and eventually indicate which one we selected as the starting point for our framework. Notice that, in the following survey, we did not take into consideration many tools that are not open-source or freely distributed; a complete review and comparison of such tools can be found in [9]. The IMPORTANT tool [10], and the BonnMotion tool [11] implement several random mobility models, plus the Manhattan model; no micromobility is considered and the structure of the tools is definitely non-compliant with the framework we propose. Thus, they are inadequate to simulate realistic vehicular mobility, and cannot be extended to generate more complex movement traces. The mobility traces used by Saha et al. [12] are obtained by monitoring buses movement patterns in Seattle, WA. Despite the realism of this approach, it is completely different from our driving idea, since we want to be able to generate realistic, although pseudo-random, movement of nodes. In another paper ( [13]), the same authors proposed a tool to extract road topologies from real road maps obtained from the TIGER database [14]. The possibility of generating topologies from real maps is considered in our framework, but we also seek alternate solutions, such as random or manual topology generation. Moreover, the complete absence of micromobility support makes it difficult to extend the tool to a complete mobility generator. The Mobility Model Generator for Vehicular Networks (MOVE) was recently presented as an on-going work [15]. It seems a quite complete tool, featuring real map extrapolation from the TIGER database as well as pseudo-random and manual topology generation. An efficient Graphical User Interface (GUI) is also provided. However, no micromobility is considered, and the in-progress status of the project discouraged us from considering this tool as a possible starting point for the implementation of our framework. 2

9 The Street Random Waypoint (STRAW) tool [16] is a mobility simulator based on the freely available Scalable Wireless Ad Hoc Network Simulator (SWANS) [17]. Under the point of view of vehicular mobility, it provides road topology extraction from the maps of the TIGER database, as well as micromobility support. STRAW also contains implementations for several transport, routing and media access protocols, since they are not present in the original SWANS software. The main drawback of the tool is the very limited diffusion of the SWANS platform, which is in contrast with our aim to develop a tool as widely accessible as possible. In other words, we preferred to have a standalone tool capable of producing traces which can then be used by different well-known network simulators, rather than an integrated mobility and traffic simulator such as STRAW. The GrooveSim tool [18] is a mobility and communication simulator, which again uses files from the TIGER database to generate realistic topologies. Being a self-contained software, GrooveSim neither models vehicles micromobility, nor produces traces usable by network simulators. As a matter of fact, it was developed to test a specific routing protocol exploiting the capability of the software to mix simulated and real car movements. However, its lack of micromobility, and its self-contained nature, make this tool unfit for the proposed framework. Finally, the CanuMobiSim tool [19,20] is a tool for the generation of movement traces in a variety of conditions. Extrapolation of real topologies from detailed Geographical Data Files (GDF) are possible, many different mobility models are implemented, a GUI is provided, and the tool can generate mobility traces for ns-2 and GloMoSim. Unlike many other tools, the CanuMobiSim tool keeps micromobility in consideration, implementing several car-to-car interaction models such as the Fluid Traffic Model [21] or the Intelligent Driver Model (IDM) [22]. Moreover, the general approach of the tool, even if in a simplified way, fits our framework. As a consequence, we decided to use the CanuMobiSim tool as the starting point for our framework. 2.2 Proposed framework In the literature, vehicular mobility models are usually classified as either microscopical or macroscopical [1]. When focusing on a macroscopic point of view, motion constraints such as roads, streets, crossroads, and traffic lights are considered. Also, the generation of vehicular traffic such as traffic density, traffic flows, and initial vehicle distributions are defined. The microscopic approach, instead, focuses on the movement of each individual vehicle and on the vehicle behavior with respect to others. Yet, this micro-macro approach is more a way to analyze a mobility model than a formal description. Another way to look at mobility models is to identify two functional blocks: Motion Constraints and Traffic Generator. Motion Constraints describe how each vehicle moves (its relative degree of freedom), and is usually obtained from a topological map. Macroscopically, motion constraints are streets or buildings, but microscopically, constraints are modeled by neighboring 3

10 Attraction/ Repulsion Points Speed Constraints Improve Car s type and particularities Describe cars capabilities Centers of Interest Determine initial location Determine preferred motion Social Habits Mobility Predictions Obstacles Topological Maps Car Generation Engine Driver Behavior Engine Describe mutual behaviors Describe Time Patterns n Compose 1 n Drivers Danger Assessments Motion Constraints Alter Traffic Generator 1 Compose 1 Mobility Model 1 Figure 1: Proposed concept map of mobility model generation for inter-vehicle communications cars, pedestrians, or by limited roads diversities either due to the type of cars or to drivers habits. The Traffic Generator, on the other hand, generates different kinds of car, and deals with their interactions according to the environment under study. Macroscopically, it models traffic densities or traffic flows, while microscopically, it deals with properties like inter-distances between cars, acceleration or braking. The framework we proposed in [5] stated that a realistic mobility model should include: Accurate and Realistic topological maps including different categories of streets and associated velocities. Smooth deceleration and acceleration. Obstacles including both mobility and wireless communication constraints. Attraction points including preferred roads depending on drivers habits. Simulation time performed on particular driving patterns such as Morning and evening rush hours, Lunch Break, or Night life. Non-random distribution of vehicles between homes, offices, or shopping malls; in other words: center of interests. Traffic generator controlling vehicles mutual interactions such as overtaking, traffic jam, preferred paths. We graphically illustrated our approach by a concept map for vehicular mobility models, as depicted in Figure 1. 4

11 3 The NEWCOM Mobility Simulator: A Realistic Model CanuMobiSim, although being more complete than many other tools, lacks several of the desired features for our tool. In this section, we point them out and outline the main directions our framework will take. We also briefly describe those parts of the framework that we have already completed and those that are still ongoing. 3.1 Framework outline The main difference between CanuMobiSim and our tool is the absence of a pseudo-random topology generator. In absence of GDF files, the only choice is to manually generate graphs describing road topologies, which could be a timeconsuming, tiresome task. Thus, our first goal is to provide a tool capable of randomly generating realistic topologies. Secondly, our attention goes to the micromobility models, and, since Treiber s IDM appears to be the most realistic one, we focus on enhancing such a model. Car-to-car interaction are well modeled by the IDM, but, since this is a model operating on single-lane, straight road, no realistic management of vehicles behavior is performed at road intersections. This turns out to be a major limitation, because, in real VANETs, the presence of intersections with traffic lights or roundabouts can lead to very particular nodes distributions, which should not be ignored. Thus, as far as micromobility is concerned, our priority is the implementation of an intersection management. Next, we plan to extend both macromobility and micromobility at once, by introducing multiple-lane roads. This would affect the description of the roads topology and would allow us to implement a vehicle overtaking model, such as MOBIL [23]. Also, this step introduces interesting problems in the intersection management, where multiple lanes must be handled. Finally, further extensions are planned, for instance i) the generation of trips based on Points of Interest instead of the current random ones, ii) the presence of classes of vehicles with different mechanical (e.g., speed, acceleration, deceleration) and driving (e.g., selfishness, attractive Points of Interest) characteristics, and iii) the introduction of the hour of the day, which affects the number and distribution of vehicles. In the following, we give a more detailed description of the completed and on-going CanuMobiSim enhancement activities, random topology generation and intersection management, respectively. 3.2 Random topology generation As mentioned in the previous section, CanuMobiSim is able to extract an urban topology from precise GDF files. However, with the exception of US topological maps, access to those information are restricted, further limiting research teams 5

12 ability to simulate accurate vehicular mobility. The objective of this part is precisely to solve this issue by generating random urban topologies whose features remain as close as possible to real urban configurations. Roughly described, an urban topology is a graph where vertices and edges represent, respectively, junction and road elements. As proposed by [25], a good solution to randomly generate graphs on a particular simulation area is Voronoi tessellation. We therefore begin by distributing points over the simulation area, representing obstacles (e.g., buildings). Then, we draw the Voronoi domains, where the Voronoi edges represent roads and intersections running around obstacles. Accordingly, we obtain a planar graph representing a set of urban roads, intersections and obstacles. Although being an interesting feature, these graphs too lack realism. Indeed, the distribution of obstacles should be fitted to match particular urban configurations. For instance, dense areas such as city centers have a larger number of obstacles, which in turn increases the number of Voronoi domains. By looking at topological maps, we can see that the density of obstacles is higher in presence of points of interests. To address these issues, our tool generate clusters of obstacles with different densities, which in turn creates clusters of Voronoi domains. Figure 2(a) presents a random topological map with uniformly spread obstacles, while Figure 2(b) depicts a topological map considering three different types of clusters with different obstacle densities. Accordingly, we show in Figure 3 a screen-shot of the proposed NEWCOM Mobility Simulator using a cluster-based topology, where dark dots followed by a pound sign represent the vehicles evolving on the topological map. (a) Uniform Topology (b) Cluster Topology Figure 2: Illustration of the random topology generation 6

13 3.3 Intersection management We are currently developing a realistic intersection management. In the Intelligent Driver Model no attention is paid to vehicles interactions in presence of intersections, as cars just drive through them, and possibly collide (see Figure 3). To model a more realistic traffic behavior, we are enhancing the existing IDM implementation to support intersection management. To this end, we first need to introduce deceleration and acceleration in proximity of road intersections, so that vehicles approaching a traffic light or a crossroad reduce their speed or stop. We took inspiration from Akcelik s acceleration/deceleration model [24] to derive our own model, described below. Figure 3: The NEWCOM Mobility Simulator At each time step t, vehicle i checks what its distance from the ahead intersection will be at next time step t + 1, d i t+1. Then it computes the minimum distance d i stop needed to come to a full stop at its current speed, with the comfortable deceleration specified by the IDM. If we have: d i t+1 < di stop then vehicle i enters intersection management mode, starting to decelerate, since otherwise it would not be able to stop or slow down in time. Once in intersection management mode, the IDM behavior is overridden, and, at each time step, the speed of vehicle i is changed according to the information that the micromobility model receives from the macromobility topology. In case of green traffic light, the vehicle maintains its speed, whereas in presence of red or yellow traffic lights, it decelerates in a way to stop right at the intersection. 7

14 When approaching an intersection a vehicle stops and acts depending on the presence of other nearby vehicles. When vehicle i arrives at the intersection, the micromobility model keeps interacting with the macromobility model, determining when it is allowed to move again (e.g., when the traffic light turns green from red, or when there is space in the roundabout), thus restoring IDM control and accelerating again to the desired speed. Notice that this scheme requires interaction between the micromobility model and the macromobility road topology, a feature which is rarely present in tools for the generation of mobility patterns. 8

15 4 Conclusions and Future Work We presented a framework for realistic mobility modeling, involving complex features that cannot be found in similar tools freely available today. We surveyed existing tools, and we chose the CanuMobiSim tool as a starting point to implement it. We outlined the major features of our tool, highlighting the tasks that we already implemented as well our on-going and future work. Specifically we are planning to extend our framework to include i) multiple-lane roads, ii) the generation of trips based on Points of Interest, iii) different classes of vehicles and iv) the hour of the day, which affects the number and distribution of vehicles. 9

16

17 References [1] D. Helbing, Traffic and Related Self-driven Many-particles Systems, Rev. Modern Physics, Vol. 73, pp , [2] T. Camp, J. Boleng, V. Davies, A Survey of Mobility Models for Ad Noc Network Research, Wireless Communications and Mobile Computing, Vol. 2, Issue 5, pp , September [3] F. Bai, A. Helmy, A Survey of Mobility Modeling and Analysis in Wireless Ad Hoc Networks, Book chapter in Wireless Ad Hoc and Sensor Networks, Kluwer academic Publishers, June [4] J.-Y. Le Boudec, M. Vojnovic, Perfect Simulation and Stationarity of a Class of Mobility Models, IEEE INFOCOM 2005, Miami, FL, March [5] J. Haerri, F. Filali, C. Bonnet, A Framework for Mobility Models Generation and its Application to Inter-Vehicular Networks, in Proc of the 3rd IEEE International Workshop on Mobility Management and Wireless Access (MobiWac 05), June 13-16, 2005, Maui, Hawaii, U.S.A. [6] The network simulator ns-2, [7] Global Mobile Information Systems Simulation Library, [8] The OPNET Modeler, [9] S. Boxill and L. Yu, An Evaluation of Traffic Simulation Models for Supporting ITS Development, Technical Report , Texas Southern University, October [10] F. Bai, N. Sadagopan, A. Helmy, The IMPORTANT Framework for Analyzing the Impact of Mobility on Performance of Routing for Ad Hoc Networks, AdHoc Networks Journal - Elsevier Science, Vol. 1, Issue 4, pp , November [11] BonnMotion, a mobility scenario generation and analysis tool, [12] J. Jetcheva, Y.-C. Hu, S. PalChaudhuri, A. K. Saha, D. Johnson, Design and Evaluation of a Metropolitan Area Multitier Wireless Ad Hoc Network Architecture, 5th IEEE Workshop on Mobile Computing Systems and Applications (WMCSA 2003), Monterey, CA, October [13] A. K. Saha, D. Johnson, Modeling Mobility for Vehicular Ad Hoc Networks. Poster Session, 1st ACM Workshop on Vehicular Ad Hoc Networks (VANET 2004), Philadelphia, PA, October

18 [14] U.S. Census Bureau - Topologically Integrated Geographic Encoding and Referencing (TIGER) system, [15] F. Karnadi, Z. Mo, K.-C. Lan, Rapid Generation of Realistic Mobility Models for VANET, Poster Session, 11th Annual International Conference on Mobile Computing and Networking (MobiCom 2005), Cologne, Germany, August [16] D. Choffnes, F. Bustamante, An Integrated Mobility and Traffic Model for Vehicular Wireless Networks, 2nd ACM Workshop on Vehicular Ad Hoc Networks (VANET 2005), Cologne, Germany, September [17] R. Barr, An efficient, unifying approach to simulation using virtual machines, PhD dissertation, Cornell University, May [18] R. Mangharam, D. Weller, D. Stancil, R. Rajkumar, J. Parikh, GrooveSim: a topography-accurate simulator for geographic routing in vehicular networks, 2nd ACM Workshop on Vehicular Ad Hoc Networks (VANET 2005), Cologne, Germany, September [19] I. Stepanov, J. Haehner, C. Becker, J. Tian, and K. Rothermel, A Meta- Model and Framework for User Mobility in Mobile Networks, 11th IEEE International Conference on Networks 2003 (ICON 2003), Sydney, Australia, October [20] CANU Project Home Page, [21] I. Seskar, S. Marie, J. Holtzman, J. Wasserman, Rate of Location Area Updates in Cellular Systems, IEEE Vehicular Technology Conference (VTC 92), Denver, CO, May [22] M. Trieber, A. Hennecke, D. Helbing, Congested traffic states in empirical observations and microscopic simulations, Phys. Rev. E 62, Issue 2, August [23] M. Treiber, D. Helbing, Realistische Mikrosimulation von Strassenverkehr mit einem einfachen Modell, 16th Symposium Simulationstechnik ASIM 2002, Rostock, September [24] R. Akcelik, M. Besley, Acceleration and Deceleration Models, 23rd Conference of Australian Institutes of Transport Research (CAITR 2001), Melbourne, Australia, December [25] Amit Jardosh, Elizabeth M. Belding-Royer, Kevin C. Almeroth, and Subhash Suri. Toward realistic mobility models for mobile ad hoc networks, In Proc. of the Ninth Annual International Conference on Mobile Computing and Networking, pp ,

Mobility Models for Vehicular Ad Hoc Networks: A Survey and Taxonomy

Mobility Models for Vehicular Ad Hoc Networks: A Survey and Taxonomy Institut Eurécom Department of Mobile Communications 2229, route des Crêtes B.P. 193 06904 Sophia-Antipolis FRANCE Research Report RR-06-168 Mobility Models for Vehicular Ad Hoc Networks: A Survey and

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

Understanding Vehicular Mobility in Network Simulation

Understanding Vehicular Mobility in Network Simulation Understanding Vehicular Mobility in Network Simulation Marco Fiore Politecnico di Torino Dipartimento di Elettronica 1129 Torino, Italy Email: marco.fiore@polito.it Jérôme Härri, Fethi Filali, Christian

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

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Study on and Outdoor for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Ibrahim khider,prof.wangfurong.prof.yinweihua,sacko Ibrahim khider, Communication Software and

More information

ASH: Application-aware SWANS with Highway mobility

ASH: Application-aware SWANS with Highway mobility ASH: Application-aware SWANS with Highway mobility Khaled Ibrahim and Michele C. Weigle Department of Computer Science Old Dominion University Norfolk, VA 23529 0162 ibrah k, mweigle@cs.odu.edu Abstract

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

Executive Overview. D1.3.2-VanetMobiSim/Ns-2: A VANET simulator for CARLINK

Executive Overview. D1.3.2-VanetMobiSim/Ns-2: A VANET simulator for CARLINK Executive Overview Title: D1.3.2-VanetMobiSim/Ns-2: A VANET simulator for CARLINK Summary: This document provides a brief introduction and analysis of the simulation tool VanetMobiSim/NS-2 proposed for

More information

IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION

IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION IMPORTANCE OF REALISTIC MOBILITY MODELS FOR VANET NETWORK SIMULATION Bahidja Boukenadil¹ ¹Department of Telecommunication, Tlemcen University, Tlemcen,Algeria ABSTRACT In the performance evaluation of

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

Evaluation of Mobility Models For Vehicular Ad-Hoc Network Simulations Atulya Mahajan, Niranjan Potnis, Kartik Gopalan, and An-I A.

Evaluation of Mobility Models For Vehicular Ad-Hoc Network Simulations Atulya Mahajan, Niranjan Potnis, Kartik Gopalan, and An-I A. Evaluation of Mobility Models For Vehicular Ad-Hoc Network Simulations Atulya Mahajan, Niranjan Potnis, Kartik Gopalan, and An-I A. Wang Dept. of Computer Science, Florida State University, {mahajan,potnis,kartik,awang}@cs.fsu.edu

More information

ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFERENT MOBILITY MODELS

ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFERENT MOBILITY MODELS ON THE PROBABILITY OF K-CONNECTIVITY IN WIRELESS AD HOC NETWORKS UNDER DIFFERENT MOBILITY MODELS Natarajan Meghanathan 1 and Sireesha Gorla 1, Jackson State University, 1400 Lynch St, Jackson, MS, USA

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

INTERNATIONAL COMPUTER SCIENCE INSTITUTE. CosMos Communication Scenario and Mobility Scenario Generator for Mobile Ad-hoc Networks

INTERNATIONAL COMPUTER SCIENCE INSTITUTE. CosMos Communication Scenario and Mobility Scenario Generator for Mobile Ad-hoc Networks INTERNATIONAL COMPUTER SCIENCE INSTITUTE 1947 Center St. Suite 6 Berkeley, California 9474-1198 (51) 666-29 FAX (51) 666-2956 CosMos Communication Scenario and Mobility Scenario Generator for Mobile Ad-hoc

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

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

Mobility Models for Vehicular Ad Hoc Networks: A Survey and Taxonomy

Mobility Models for Vehicular Ad Hoc Networks: A Survey and Taxonomy Institut Eurécom Department of Mobile Communications 2229, route des Crêtes B.P. 193 06904 Sophia-Antipolis FRANCE Research Report RR-06-168 Mobility Models for Vehicular Ad Hoc Networks: A Survey and

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

Reliable Routing Scheme for VANETs in City Environment

Reliable Routing Scheme for VANETs in City Environment Reliable Routing Scheme for VANETs in City Environment Rab Nawaz Jadoon, Mehtab Afzal, and Jawad Shafi Abstract Vehicular ad hoc networks are more helpful in providing road safety and many other commercial

More information

Perfect Simulations for Random Trip Mobility Models

Perfect Simulations for Random Trip Mobility Models Perfect Simulations for Random Trip Mobility Models Santashil PalChaudhuri Computer Science, Rice University Houston, Texas, USA santa@cs.rice.edu Jean-Yves Le Boudec EPFL Lausanne, Switzerland jean-yves.leboudec@epfl.ch

More information

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks

Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks Broadcast algorithms for Active Safety Applications over Vehicular Ad-hoc Networks M.N. Mariyasagayam, M. Lenardi HITACHI Europe, "Le Thélème", 1503 Route des Dolines, 06560 Sophia Antipolis, France Phone:

More information

AN INTEGRATED VEHICULAR AND NETWORK SIMULATOR FOR VEHICULAR AD-HOC NETWORKS

AN INTEGRATED VEHICULAR AND NETWORK SIMULATOR FOR VEHICULAR AD-HOC NETWORKS AN INTEGRATED VEHICULAR AND NETWORK SIMULATOR FOR VEHICULAR AD-HOC NETWORKS Cristian Gorgorin, Victor Gradinescu, Raluca Diaconescu and Valentin Cristea Politehnica University Bucharest Computer Science

More information

MAC Protocols for VANETs

MAC Protocols for VANETs MAC Protocols for VANETs Alexandru Oprea Department of Computer Science University of Freiburg Click to edit Master subtitle style Ad Hoc Networks Seminar Based on: Hamid Menouar and Fethi Filali, EURECOM

More information

Accuracy and Efficiency in Simulating VANETs

Accuracy and Efficiency in Simulating VANETs Accuracy and Efficiency in Simulating VANETs Enrique Alba, Sebastián Luna, and Jamal Toutouh Dept. de Lenguajes y Ciencias de la Computación, University of Málaga, ETSI Informática, Campus de Teatinos,

More information

Chapter 2 Mobility Model Characteristics

Chapter 2 Mobility Model Characteristics Chapter 2 Mobility Model Characteristics Abstract The salient characteristics of mobility models of mobile nodes in mobile ad hoc networks are described. We have described how the different mobility models

More information

Network Simulation Modeling

Network Simulation Modeling Copyright and Reference Information: This material (preprint, accepted manuscript, or other author-distributable version) is provided to ensure timely dissemination of scholarly work. Copyright and all

More information

Performance assessment of an epidemic protocol in VANET using real traces

Performance assessment of an epidemic protocol in VANET using real traces Performance assessment of an epidemic protocol in VANET using real traces Raul Amici, Marco Bonola, Lorenzo Bracciale, Pierpaolo Loreti, Antonello Rabuffi, Giuseppe Bianchi DIE, Universitá di Roma Tor

More information

PERFORMANCE EVALUATION OF MOBILITY AND ROUTING PROTOCOLS FOR VEHICULAR AD HOC NETWORKS USING NS-2 AND VANETMOBISIM

PERFORMANCE EVALUATION OF MOBILITY AND ROUTING PROTOCOLS FOR VEHICULAR AD HOC NETWORKS USING NS-2 AND VANETMOBISIM PERFORMANCE EVALUATION OF MOBILITY AND ROUTING PROTOCOLS FOR VEHICULAR AD HOC NETWORKS USING NS-2 AND VANETMOBISIM Fatma Baccar 1, Kais Mnif 1 and Lotfi Kammoun 2 1 National School of Electronics and Telecommunications,

More information

VanetMobiSim Vehicular Ad hoc Network mobility extension to the CanuMobiSim framework Copyright Institut Eurécom/Politecnico di Torino

VanetMobiSim Vehicular Ad hoc Network mobility extension to the CanuMobiSim framework Copyright Institut Eurécom/Politecnico di Torino VanetMobiSim Vehicular Ad hoc Network mobility extension to the CanuMobiSim framework Copyright 2005-2006 Institut Eurécom/Politecnico di Torino Contact Jérôme Härri Institut Eurécom Department of Mobile

More information

Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks

Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks Fatiha Djemili Tolba University of Haute Alsace GRTC Colmar, France fatiha.tolba@uha.fr Damien Magoni University

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

Modeling and Simulation of Vehicular Networks

Modeling and Simulation of Vehicular Networks Modeling and Simulation of Vehicular Networks Kaveh Shafiee 1, Jinwoo (Brian) Lee 2, Victor C.M. Leung 1, Garland Chow 1 1 The University of British Columbia, Vancouver, BC, Canada 2 Queensland University

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

Chapter XIV Simulation of VANET Applications

Chapter XIV Simulation of VANET Applications 258 Chapter XIV Valentin Cristea University Politehnica of Bucharest, Romania Victor Gradinescu University Politehnica of Bucharest, Romania Cristian Gorgorin University Politehnica of Bucharest, Romania

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

Histogram-Based Density Discovery in Establishing Road Connectivity

Histogram-Based Density Discovery in Establishing Road Connectivity Histogram-Based Density Discovery in Establishing Road Connectivity Kevin C. Lee, Jiajie Zhu, Jih-Chung Fan, Mario Gerla Department of Computer Science University of California, Los Angeles Los Angeles,

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

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

UrbiSim: A Framework for Simulation of Ad Hoc Networks in Realistic Urban Environment

UrbiSim: A Framework for Simulation of Ad Hoc Networks in Realistic Urban Environment UrbiSim: A Framework for Simulation of Ad Hoc Networks in Realistic Urban Environment Guillaume-Jean Herbiet Université du Luxembourg FSTC - CSC Luxembourg guillaume.herbiet@uni.lu Pascal Bouvry Université

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

SILAB A Task Oriented Driving Simulation

SILAB A Task Oriented Driving Simulation SILAB A Task Oriented Driving Simulation Hans-Peter Krueger, Martin Grein, Armin Kaussner, Christian Mark Center for Traffic Sciences, University of Wuerzburg Roentgenring 11 D-97070 Wuerzburg, Germany

More information

INDIAN INSTITUTE OF MANAGEMENT CALCUTTA WORKING PAPER SERIES. WPS No. 644/ August A Markov-based Diurnal Mobility Model for 3G Cellular Networks

INDIAN INSTITUTE OF MANAGEMENT CALCUTTA WORKING PAPER SERIES. WPS No. 644/ August A Markov-based Diurnal Mobility Model for 3G Cellular Networks INDIAN INSTITUTE OF MANAGEMENT CALCUTTA WORKING PAPER SERIES WPS No. 644/ August 2009 A Markov-based Diurnal Mobility Model for 3G Cellular Networks by Samir K Sadhukhan SSA, IIM Calcutta, Diamond Harbour

More information

Research Article Performance Comparison of IEEE p and IEEE b for Vehicle-to-Vehicle Communications in Highway, Rural, and Urban Areas

Research Article Performance Comparison of IEEE p and IEEE b for Vehicle-to-Vehicle Communications in Highway, Rural, and Urban Areas Vehicular Technology Volume 213, Article ID 971684, 1 pages http://dx.doi.org/1.1155/213/971684 Research Article Performance Comparison of IEEE 82.11p and IEEE 82.11b for Vehicle-to-Vehicle Communications

More information

GrooveNet: A Hybrid Simulator for Vehicle-to-Vehicle Networks

GrooveNet: A Hybrid Simulator for Vehicle-to-Vehicle Networks GrooveNet: A Hybrid Simulator for Vehicle-to-Vehicle Networks (Invited Paper) Rahul Mangharam Daniel Weller Raj Rajkumar Priyantha Mudalige Fan Bai Dept. of Electrical & Computer Engineering General Motors

More information

simits: An Integrated and Realistic Simulation Platform for Vehicular Networks

simits: An Integrated and Realistic Simulation Platform for Vehicular Networks simits: An Integrated and Realistic Simulation Platform for Vehicular Networks Fatma Hrizi EURECOM, Mobile Communications Department, Sophia-Antipolis, France fatma.hrizi@eurecom.fr Fethi Filali QU Wireless

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

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

LIMoSim: A Lightweight and Integrated Approach for Simulating Vehicular Mobility with OMNeT++

LIMoSim: A Lightweight and Integrated Approach for Simulating Vehicular Mobility with OMNeT++ OMNeT++ Community Summit 2017 LIMoSim: A Lightweight and Integrated Approach for Simulating Vehicular Mobility with OMNeT++ Benjamin Sliwa, Johannes Pillmann, Fabian Eckermann and Christian Wietfeld Bremen,

More information

Modeling Time-variant User Mobility in Wireless Mobile Networks (Time-variant Community (TVC) Model)

Modeling Time-variant User Mobility in Wireless Mobile Networks (Time-variant Community (TVC) Model) Modeling Time-variant User Mobility in Wireless Mobile Networks (Time-variant Community (TVC) Model) Wei-jen Hsu, Dept. of CISE, U. of Florida Thrasyvoulos Spyropoulos, INRIA, Sophia-Antipolis, France

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December-2016 286 A SURVEY ON FACTORS EFFECTING ENERGY CONSUMPTION IN MANET Pooja Ph.D Scholar, Department of Computer Science

More information

Information Diffusion in a Single-Hop Mobile Peer-to-Peer Network

Information Diffusion in a Single-Hop Mobile Peer-to-Peer Network Information Diffusion in a Single-Hop Mobile Peer-to-Peer Network Jani Kurhinen and Jarkko Vuori University of Jyväskylä Department of Mathematical Information Technology B.O.Box 35 (Agora) FIN-40014 University

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

Control Traffic Analysis of On-Demand Routing Protocol. in Mobile Ad-hoc Networks

Control Traffic Analysis of On-Demand Routing Protocol. in Mobile Ad-hoc Networks Second International Conference on Networking and Distributed Computing Control Traffic Analysis of On-Demand Routing Protocol in Mobile Ad-hoc Networks Zhilin Zhang School of Computer Science & Technology

More information

!"# $ I. Introduction

!# $ I. Introduction !"# $ LAGRIT (Laboratoire de gestion des réseaux informatiques et de télécommunications) * LACIME (Laboratoire de communications et d'intégration de la microélectronique) Department of Electrical Engineering,

More information

A 3D signal obstruction model for realistic mobility models in Mobile Ad Hoc Networks

A 3D signal obstruction model for realistic mobility models in Mobile Ad Hoc Networks www.ijcsi.org 168 A 3D signal obstruction model for realistic mobility models in Mobile Ad Hoc Networks Hamideh Babaei 1, Morteza Romoozi 2 and Majid Rostmai 3 1 Computer Engineering Department, Islamic

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

Car-2-X Simulations: Dezentrale Systeme und Netzdienste Institut für Telematik. Dr. Jérôme Härri

Car-2-X Simulations: Dezentrale Systeme und Netzdienste Institut für Telematik. Dr. Jérôme Härri Car-2-X Simulations: Tools, Methodology, Performance Results Dezentrale Systeme und Netzdienste Institut für Telematik Dr. Jérôme Härri With help of J. Mittag, F. Schmidt-Eisenlohr, M. Killat T. Tiellert,

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

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

The Challenges of Robust Inter-Vehicle Communications

The Challenges of Robust Inter-Vehicle Communications The Challenges of Robust Inter-Vehicle Communications IEEE VTC2005-Fall Marc Torrent-Moreno, Moritz Killat and Hannes Hartenstein DSN Research Group Institute of Telematics University of Karlsruhe Marc

More information

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network

Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network Author manuscript, published in "ITCom 6 - next generation and sensor networks, Boston : United States (26)" DOI :.7/2.68625 Performance evaluation of reactive and proactive routing protocol in IEEE 82.

More information

VERGILIUS: A Scenario Generator for VANET

VERGILIUS: A Scenario Generator for VANET VERGILIUS: A Scenario Generator for VANET Eugenio Giordano 1,2, Enzo De Sena 3, Giovanni Pau 1, and Mario Gerla 1 1 University of California at Los Angeles, California, USA. 2 DEIS, WiLab - University

More information

IP Paging Considered Unnecessary:

IP Paging Considered Unnecessary: IP Paging Considered Unnecessary: Mobile IPv6 and IP Paging for Dormant Mode Location Update in Macrocellular and Hotspot Networks James Kempf DoCoMo USA Communications Labs 181 Metro Drive, Suite 3 San

More information

GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS

GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS GLOBAL FRONTRUNNER ROUTING ALGORITHM (GFRA) FOR V2V COMMUNICATION IN VANETS A.Robertsingh 1, Suganya A 2 1 Asst.Prof, CSE, Kalasalingam University, Krishnankoil, India 2 Asst.Prof, CSE, Kalasalingam University,

More information

PEOPLE WORKING ON WIRELESS NETWORKS

PEOPLE WORKING ON WIRELESS NETWORKS PEOPLE WORKING ON WIRELESS NETWORKS Ò Ò Ò Ò Ò Ò Ò Ò Ò Carla-Fabiana Chiasserini Claudio Casetti Paolo Giaccone Francesco Malandrino Marco Ricca Massimo Reineri Claudio Rossi Vahid Forutan Carlo Borgiattino

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

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

Figure 1: Ad-Hoc routing protocols.

Figure 1: Ad-Hoc routing protocols. Performance Analysis of Routing Protocols for Wireless Ad-Hoc Networks Sukhchandan Lally and Ljiljana Trajković Simon Fraser University Vancouver, British Columbia Canada E-mail: {lally, ljilja}@sfu.ca

More information

Using Traffic Flow for Cluster Formation in Vehicular Ad-hoc Networks

Using Traffic Flow for Cluster Formation in Vehicular Ad-hoc Networks Using Traffic Flow for Cluster Formation in Vehicular Ad-hoc Networks Mohammad S. Almalag Department of Computer Science Old Dominion University Norfolk, VA 23529 Email: malmalag@cs.odu.edu Michele C.

More information

A survey and comparative study of simulators for vehicular ad hoc networks (VANETs)

A survey and comparative study of simulators for vehicular ad hoc networks (VANETs) WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. (2009) Published online in Wiley InterScience (www.interscience.wiley.com).859 A survey and comparative study of simulators for

More information

The Integrated Wireless and Traffic Platform for Real-Time Road Traffic Management Solutions

The Integrated Wireless and Traffic Platform for Real-Time Road Traffic Management Solutions The Integrated Wireless and Traffic Platform for Real-Time Road Traffic Management Solutions Michelle Wetterwald (Eurecom) / Jérémie Leguay (TCF) et al. 2nd ETSI TC ITS Workshop 10-12 February 2010 - ETSI,

More information

AN ADAPTIVE BROADCAST MECHANISM TO IMPROVE ALERT MESSAGE DISSEMINATION IN VANETS

AN ADAPTIVE BROADCAST MECHANISM TO IMPROVE ALERT MESSAGE DISSEMINATION IN VANETS AN ADAPTIVE BROADCAST MECHANISM TO IMPROVE ALERT MESSAGE DISSEMINATION IN VANETS Nidhin A S 1, Vinaya K 2 1 PG Scholar, Computer Science & Engineering Department, KCG College of Technology, Chennai, India

More information

Evaluation of Varrying Mobility Models & Network Loads on DSDV Protocol of MANETs

Evaluation of Varrying Mobility Models & Network Loads on DSDV Protocol of MANETs C.P.Agrawal et al /International Journal on Computer Science and Engineering Vol.1(2), 2009, 40-46 Evaluation of Varrying Mobility Models & Network Loads on DSDV Protocol of MANETs C.P.Agrawal Computer

More information

MOBILITY MODELS FOR NEXT WIRELESS NETWORKS GENERATION WILEY AD HOC, VEHICULAR AND MESH NETWORKS. Paolo Santi

MOBILITY MODELS FOR NEXT WIRELESS NETWORKS GENERATION WILEY AD HOC, VEHICULAR AND MESH NETWORKS. Paolo Santi MOBILITY MODELS FOR NEXT GENERATION WIRELESS NETWORKS AD HOC, VEHICULAR AND MESH NETWORKS Paolo Santi Istituto di Informatica e Telematica del CNR, Italy WILEY A John Wiley & Sons, Ltd., Publication Contents

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

Detection and Removal of Blackhole Attack Using Handshake Mechanism in MANET and VANET

Detection and Removal of Blackhole Attack Using Handshake Mechanism in MANET and VANET IOSR Journal of Mobile Computing & Application (IOSR-JMCA) e-issn: 2394-0050, P-ISSN: 2394-0042.Volume 2, Issue 1. (Mar. - Apr. 2015), PP 01-05 www.iosrjournals.org Detection and Removal of Blackhole Attack

More information

Enhanced Junction Selection Mechanism for Routing Protocol in VANETs

Enhanced Junction Selection Mechanism for Routing Protocol in VANETs 422 The International Arab Journal of Information Technology, Vol. 8, No. 4, October 2011 Enhanced Junction Selection Mechanism for Routing Protocol in VANETs Sardar Bilal, Sajjad Madani, and Imran Khan

More information

Information Dissemination in Vehicular Ad-hoc Networks

Information Dissemination in Vehicular Ad-hoc Networks POLITEHNICA UNIVERSITY OF BUCHAREST COMPUTER SCIENCE DEPARTMENT GRADUATION PROJECT Information Dissemination in Vehicular Ad-hoc Networks Scientific Coordinators: Prof. Valentin Cristea, Ph.D, Politehnica

More information

Analysis the Performance of Vehicles Ad Hoc Network

Analysis the Performance of Vehicles Ad Hoc Network Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 124 (2017) 682 690 4th Information Systems International Conference 2017, ISICO 2017, 6-8 November 2017, Bali, Indonesia

More information

Mobility Model for User s Realistic Behavior in Mobile Ad Hoc Network

Mobility Model for User s Realistic Behavior in Mobile Ad Hoc Network Mobility Model for User s Realistic Behavior in Mobile Ad Hoc Network Shiddhartha Raj Bhandari, Gyu Myoung Lee, and Noel Crespi Department of Wireless Networks and Multimedia Services Institut Telecom,

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

Simulation of Random Waypoint Mobility Model Using Colored Petri Nets

Simulation of Random Waypoint Mobility Model Using Colored Petri Nets 2012 International Conference on Computer Technology and Science (ICCTS 2012) IPCSIT vol. 47 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V47.13 Simulation of Random Waypoint Mobility

More information

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Deepak Agrawal, Brajesh Patel Department of CSE Shri Ram Institute of Technology Jabalpur,

More information

Modelling traffic congestion using queuing networks

Modelling traffic congestion using queuing networks Sādhanā Vol. 35, Part 4, August 2010, pp. 427 431. Indian Academy of Sciences Modelling traffic congestion using queuing networks TUSHAR RAHEJA Mechanical Engineering Department, Indian Institute of Technology

More information

Mobility Modeling of Outdoor Scenarios for MANETs

Mobility Modeling of Outdoor Scenarios for MANETs Mobility Modeling of Outdoor Scenarios for MANETs Illya Stepanov, Pedro José Marrón, and Kurt Rothermel Institute of Parallel and Distributed Systems (IPVS), Universität Stuttgart Universitätsstr. 38,

More information

Classification of MANET: A Review

Classification of MANET: A Review Classification of MANET: A Review Smita Das Assistant Professor. Dasaratha Deb Memorial College. Khowai,Tripura,India. Anuja Sarkar Informatics Research Officer. Forest Department. Agartala, Tripura, India.

More information

Laserscanner Based Cooperative Pre-Data-Fusion

Laserscanner Based Cooperative Pre-Data-Fusion Laserscanner Based Cooperative Pre-Data-Fusion 63 Laserscanner Based Cooperative Pre-Data-Fusion F. Ahlers, Ch. Stimming, Ibeo Automobile Sensor GmbH Abstract The Cooperative Pre-Data-Fusion is a novel

More information

Overview of Challenges in VANET

Overview of Challenges in VANET Overview of Challenges in VANET Er.Gurpreet Singh Department of Computer Science, Baba Farid College, Bathinda(Punjab), India ABSTRACT VANET are becoming active area of research and development because

More information

Evaluating Vehicle Network Strategies for Downtown Portland: Opportunistic Infrastructure and the Importance of Realistic Mobility Models

Evaluating Vehicle Network Strategies for Downtown Portland: Opportunistic Infrastructure and the Importance of Realistic Mobility Models Evaluating Vehicle Network Strategies for Downtown Portland: Opportunistic Infrastructure and the Importance of Realistic Mobility Models Gustavo Marfia gmarfia@cs.ucla.edu Eugenio Giordano Istituto Superiore

More information

Evaluating Vehicle Network Strategies for Downtown Portland: Opportunistic Infrastructure and the Importance of Realistic Mobility Models

Evaluating Vehicle Network Strategies for Downtown Portland: Opportunistic Infrastructure and the Importance of Realistic Mobility Models Evaluating Vehicle Network Strategies for Downtown Portland: Opportunistic Infrastructure and the Importance of Realistic Mobility Models Gustavo Marfia gmarfia@cs.ucla.edu Eugenio Giordano Istituto Superiore

More information

Mobile Wireless Networking Mobility and Location Management

Mobile Wireless Networking Mobility and Location Management Mobile Wireless Networking The University of Kansas EECS 882 Mobility and James P.G. Sterbenz Department of Electrical Engineering & Computer Science Information Technology & Telecommunications Research

More information

4.3 Network simulators. 4.3 Network simulators. collision free vehicle movement; several vehicle types; simulation of traffic lights;

4.3 Network simulators. 4.3 Network simulators. collision free vehicle movement; several vehicle types; simulation of traffic lights; 4.3 Network simulators collision free vehicle movement; several vehicle types; simulation of traffic lights; junction-based right-of-way rules (junctions with streets having equal / different priorities,

More information

Performance Comparison of Routing Protocols for wrecked ship scenario under Random Waypoint Mobility Model for MANET

Performance Comparison of Routing Protocols for wrecked ship scenario under Random Waypoint Mobility Model for MANET Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 1051-1058 Research India Publications http://www.ripublication.com Performance Comparison of Routing Protocols

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

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN International Journal of Scientific & Engineering Research Volume 8, Issue 5, May-2017 106 Self-organizing behavior of Wireless Ad Hoc Networks T. Raghu Trivedi, S. Giri Nath Abstract Self-organization

More information

Modeling Movement for Mobile IP Networks

Modeling Movement for Mobile IP Networks Modeling Movement for Mobile IP Networks Andres Rojas anrojas@swin.edu.au Center for Advanced Internet Architectures Swinburne University of Technology 30th March 2005 http://caia.swin.edu.au - anrojas@swin.edu.au

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

IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS

IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS E. Gnanamanoharan and R. Bensraj Department of Electrical Engineering, Annamalai University, Tamil Nadu, India

More information

Energy Aware and Anonymous Location Based Efficient Routing Protocol

Energy Aware and Anonymous Location Based Efficient Routing Protocol Energy Aware and Anonymous Location Based Efficient Routing Protocol N.Nivethitha 1, G.Balaji 2 1 PG student, 2 Asst.Professor Department of Electronics and Communication Engineering Angel College of Engineering

More information