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

Size: px
Start display at page:

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

Transcription

1 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 or impractical [86] to do in the system itself. The operation of the model can be studied, and hence, properties concerning the behavior of the actual system or its subsystem can be inferred. For example, we may focus on the performance and the validity of the network and present the result before applying these features on the real system. Moreover, networking technologies reduce the time and the cost of using the natural system. Vehicular Ad-hoc Networks (VANETs) are form when vehicles are equipped with devices capable of short-range wireless communication. Accurate simulation of VANETs is a challenging task, requiring both a vehicle mobility model and a network simulation. It is required to use the following two separate simulators in order to analyze and define the routings in VANETs. Traffic Simulator (used for mobility model). Network Simulator (used for network simulation). Both simulators should be jointly used with powerful feedback between them to provide the simulation results as accurate as real life. This section also presents various possibilities for installation and working process of both the simulators. 67

2 5.2 Traffic Simulator Traffic simulation is the mathematical modeling transportation systems like freeway junctions, major routes, roundabouts, downtown grid systems etc. It helps the computer application software to better plan, design and operates transportation systems. Traffic simulation models are useful from a microscopic, macroscopic and sometimes mesoscopic perspectives. There are many traffic simulators available for the research work such as CanuMobiSim, VanetMobiSim, SUMO/MOVE, TraNs, NCTUns. Among these VanetMobiSim have the strongest strength, because it supports macro mobility and micro mobility model. VanetMobiSim is an extension for the CanuMobiSim, a flexible framework for traffic simulation CanuMobiSim CANU (Communication in Ad-hoc Networks for Ubiquitous Computing) [87] mobility simulator is a java-based application with a graphical user interface (GUI). The CanuMobiSim project was started in Germany at the University of Stuttgart [88]. This tool can generate many mobility models like smooth mobility model, pedestrian, graph walk, fluid traffic, activity based mobility models. The patterns drawn by CanuMobiSim are not self-generated but in fact are derived from Markov Graph. CanuMobiSim lacks the ability to generate random graphs and does not include obstacles in the simulation of wireless networks. 68

3 5.2.2 VanetMobiSim VanetMobiSim (Vehicular Ad-hoc Network Mobility Simulator) [17] is an extension to CanuMobiSim. The scope of CanuMobiSim is limited to some specific areas only; it was unable to produce high levels of details in specific scenarios. Therefore CanuMobiSim was expanded to achieve a high level of realism in the form of VanetMobiSim. Modeling of VanetMobiSim includes car-to-car and car-to-infrastructure relationship. Thus it combines the stop signs, traffic lights and activity based macromobility with the support of human mobility dynamics. It can extract road topologies from TIGER, GDF, random and custom topologies. It allows users to generate trips based on their own assumptions or activity based and can configure the path between the start and end position on the basis of the Dijkstra algorithm, road-speed shortest or densityspeed shortest. VanetMobiSim contains a parser to extract topologies from GDF, TIGER or cluster Voronoi graphs that will be used by network simulators. The Vehicular Ad-hoc Network Mobility Simulator (VanetMobiSim) is a set of extensions to CanuMobiSim, a framework for user mobility modeling used by the CANU [89]. The framework includes a number of mobility models, as well as parsers for geographic data sources in various formats, and a visualization module. The framework is based on the concept of pluggable modules so that it is easily extensible. The set of extensions provided by VanetMobiSim consists mainly of two models. They are as follows: 69

4 A vehicular spatial model is made up of spatial elements like traffic lights or multi-lane roads, their attributes and the relationships linking these spatial elements in order to describe vehicular areas. This model is created in four different ways: User-defined graph The user defines a set of vertices and edges composing the backbone of the vehicular spatial model. Geographic Data Files (GDF) The backbone data is obtained from GDF files. TIGER/Line Files It is similar to previous one, but based on the TIGER/line files from the US Census Bureau [90]. Random The backbone is randomly generated using the Voronoi tessellations. In chapter 3, these ways have been described in detailed. Any one of these methods MUST be loaded AFTER the Spatial Model, as it controls all data describing the topology. Then, it adds vehicular specific spatial elements such as multi-lane and multiflow roads, stop signs and traffic lights. There are two vehicular-oriented mobility models, which are in support of a microscopic level mobility models: Intelligent Driving Model with Intersection Management (IDM_IM), describing perfectly Car - to- Car and intersection managements. Intelligent Driving Model with Lane Changing (IDM_LC), an overtaking model is also included, which interacts with IDM_IM to manage lanes changes and vehicle accelerations and decelerations. 70

5 VanetMobiSim offers so many possibilities and features to create realistic scenarios. Besides that, simulation scenarios for VanetMobiSim are defined in XML format using tags, making scenario configuration easier and in a more handy way. Definitely, VanetMobiSim is quite more appropriate in order to generate scenarios for VANETs than other MANETs mobility pattern generators such as CityMob [91] and Bonnmotion [92]. The Appendix A shows the installation process of VanetMobiSim 1.1, Java Development Kit and Apache Ant Network Simulator Network simulation is a technique where a program models the behavior of a network either by calculating the interaction between the different network entities like hosts or routers, data links, packets etc. using mathematical formulas or actually capturing and playing back observations from a production network. The Appendix B shows the installation process of NS-2.34 and AWK. The Network Simulator 2 (known as NS-2) is a discrete event network simulator targeted at networking research. NS provides a packet level simulation over a lot of protocols, supporting several transport protocols, several forms of multicast, wired networking, several ad-hoc routing protocols and propagation models, data broadcasting, satellite and so on [93]. It also has the possibility of using mobile nodes. The mobility of these nodes may be specified either directly in the simulation file or by using a mobility trace file. In this research work, the trace file is generated by VanetMobiSim. Network Simulator began as a variant of the REAL network simulator in 1989 and has evolved 71

6 substantially over the past few years. In 1995 Network Simulator development was supported by DARPA through the VINT [94], a collaborative project at LBNL (Lawrence Berkeley National Laboratory), Xerox PARC (Xerox Palo Alto Research Center), UCB (University of California, Berkeley), and USC/ISINS (University of Southern California s Information Sciences Institute). Network Simulator was built using the C++ programming language and provides a simulation interface through OTcl, It has an object-oriented dialect of Tcl (Tool Command Language). The user describes a network topology by writing OTcl scripts, and then the main Network Simulator program simulates that topology with specified parameters. Moreover, NS2 is easily extensible since the simulation kernel source code is available, which implements new routing protocols; propagation models etc, and use them in our simulations. 5.4 Languages and Files Used research work: The following languages and files have been used in the simulation process of this XML and Trace File According to the research methodology, simulators are different at the microscopic level and this is main criteria for selecting a vehicular mobility simulation. The input to VanetMobiSim is an XML configuration file. The VanetMobiSim page have explained in [Appendix C], how to define vehicular mobility model in VanetMobiSim. 72

7 A realistic vehicular movement pattern, it is necessary to define in xml file the attributes like velocity of the vehicles, traffic light, number of lanes, trip motion, and road topology etc. After defining a mobility scenario in an xml file, launching the VanetMobiSim framework is necessary in order to produce a node mobility trace file in ns-2 format. The output of xml file at simulation time is seconds and trace file examples are shown in figures 5.1 and 5.2. Figure 5.1 XML File Output through VanetMobiSim Figure 5.2 Trace File in NS-2 Format through VanetMobiSim 73

8 5.4.2 TCL Language Tool Command Language (TCL) [95] is an interpreted script language developed by Dr. John Ousterhout at the University of California, Berkeley. The file is the scripting representation for coding and developing the desired networking scenarios, or vehicular ad-hoc network flow on the road is scripted for generating and associating relevant file. These scenarios are based on various parameters and their settings of generated traffics along with their mobility, reliability and likewise constraints as discussed in last chapter. Initializing the on-demand routing protocol within a TCL file as inputs in association of particular traffic and movement files, the NS-2 simulates accordingly. Finally, as a result, it generates two files i.e. Trace files (*.tr) as the outputs and Network Animator File (*.nam) AWL Language The AWK utility is a data extraction and reporting tool that uses a data-driven scripting language for the purpose of producing formatted reports. In other words, AWK is an excellent filter and files of text processor. It was created at Bell Labs in 1970s, and its name is derived from the family names of its authors Alfred Aho, Peter Weinberger and Brian Kernighan. A file is treated as a sequence of records, and by default each line is a record. Each line is broken up into a sequence of fields, so we can think of the first word in a line as the first field, the second word as the second field, and so on. AWK reads the input a 74

9 line at a time. Then a line is scanned for each pattern in the program, and for each pattern that matches, the associated action is executed. AWK is easier to use than most conventional programming languages. It can be considered to be a pseudo C interpreter, as it understands the same arithmetic operators as C. AWK also has string manipulation functions, so it can search for particular strings and modify the output. To use a library function in a file from a program typed in on the command line [96], specify by the syntax awk [options] -f source-file Trace and NAM File The trace file contains all of the data e.g. how many packets are sent, received, dropped and with what sequence number, type, packet size etc. The trace file is simply available in a text format and could be called as a log file of the simulation with all the information logged in columns format in figure 5.3. Figure 5.3 Trace File of AODV The NAM file consists of all the operations to be performed at the time of simulation with all the positioning and graphical information and their defined parameters. 75

10 Figure 5.4 NAM File Output This NAM file then can be called or executed by its built-in nam command from the operation component of NS itself. The output example of this file is shown in figure

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

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

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

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

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

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

APPENDIX A. Installation Procedure of VanetMobiSim 1.1

APPENDIX A. Installation Procedure of VanetMobiSim 1.1 APPENDIX A Installation Procedure of VanetMobiSim 1.1 A1.1 How to install VanetMobiSim-1.1 The first step is downloading the source code of VanetMobiSim-1.1and expand it in a base directory of our choice.

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

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

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

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

A Realistic Mobility Simulator for Vehicular Ad Hoc Networks 2

A Realistic Mobility Simulator for Vehicular Ad Hoc Networks 2 Institut Eurécom 1 Department of Mobile Communications 06904 Sophia-Antipolis France Politecnico di Torino Dipartimento di Elettronica 10129 Torino Italy Research Report RR-05-150 A Realistic Mobility

More information

NS-2: A Free Open Source Network Simulator

NS-2: A Free Open Source Network Simulator : A Free Open Source Network Simulator srinath@it.iitb.ac.in Open Source Software Research Center Workshop on FOSS tools for Engineering June 27, 2005 Simulation Introduction Definition A simulation imitates

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

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

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

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

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

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

Routing Protocols Simulation of Wireless Self-organized Network Based. on NS-2. Qian CAI

Routing Protocols Simulation of Wireless Self-organized Network Based. on NS-2. Qian CAI International Conference on Computational Science and Engineering (ICCSE 2015) Routing Protocols Simulation of Wireless Self-organized Network Based on NS-2 Qian CAI School of Information Engineering,

More information

PTV VISUM - BASE. Introduction to macroscopic network modelling with PTV Visum. PRICE: ####,- DHS plus VAT SHORT DESCRIPTION TARGET GROUP

PTV VISUM - BASE. Introduction to macroscopic network modelling with PTV Visum. PRICE: ####,- DHS plus VAT SHORT DESCRIPTION TARGET GROUP PTV VISUM BASIC PTV VISUM - BASE Introduction to macroscopic network modelling with PTV Visum You will learn how to handle the objects of both private and public transport network and the processing of

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

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

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

PTV VISSIM - BASE. Introduction to microscopic traffic simulation with PTV Vissim. PRICE: ####,- DHS plus VAT SHORT DESCRIPTION TARGET GROUP

PTV VISSIM - BASE. Introduction to microscopic traffic simulation with PTV Vissim. PRICE: ####,- DHS plus VAT SHORT DESCRIPTION TARGET GROUP PTV VISSIM BASIC PTV VISSIM - BASE Introduction to microscopic traffic simulation with PTV Vissim You will learn modeling of transport network and demand microscopically. In addition to private traffic

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

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

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

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

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

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

Microscopic Traffic Simulation

Microscopic Traffic Simulation Microscopic Traffic Simulation Lecture Notes in Transportation Systems Engineering Prof. Tom V. Mathew Contents Overview 2 Traffic Simulation Models 2 2. Need for simulation.................................

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

Routing Protocol in Urban Environment for V2V communication Vanet

Routing Protocol in Urban Environment for V2V communication Vanet www.ijcsi.org 210 Routing Protocol in Urban Environment for V2V communication Vanet My Driss LAANAOUI, Pr. Said RAGHAY University Cadi Ayyad Marrakech, Department of Mathematics LAMAI B.P 549, Av.Abdelkarim

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

Simulation and Improvement of the Handover process in IEEE p based VANETs (Vehicle Ad-hoc NETworks)

Simulation and Improvement of the Handover process in IEEE p based VANETs (Vehicle Ad-hoc NETworks) Simulation and Improvement of the Handover process in IEEE 802.11p based VANETs (Vehicle Ad-hoc NETworks) Pablo Urmeneta College of Electronics and Information Engineering, Tongji University Escola Tècnica

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

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

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

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

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

APPENDIX 1 SIMULATORS

APPENDIX 1 SIMULATORS 113 APPENDIX 1 SIMULATORS The Network Simulator-2 (NS-2) and Opportunistic Network Environment (ONE) Simulators are used for simulation purpose. Movement report of ONE generates suitable movement data

More information

Chapter 16. Microscopic Traffic Simulation Overview Traffic Simulation Models

Chapter 16. Microscopic Traffic Simulation Overview Traffic Simulation Models Chapter 6 Microscopic Traffic Simulation 6. Overview The complexity of traffic stream behaviour and the difficulties in performing experiments with real world traffic make computer simulation an important

More information

Realistic Environment for VANET Simulations to Detect the Presence of Obstacles in Vehicular Ad Hoc Networks

Realistic Environment for VANET Simulations to Detect the Presence of Obstacles in Vehicular Ad Hoc Networks Realistic Environment for VANET Simulations to Detect the Presence of Obstacles in Vehicular Ad Hoc Networks ABSTRACT Ahmad Mohamad Mezher, Juan Jurado Oltra, Luis Urquiza-Aguiar Cristhian Iza Paredes,

More information

Analysis of Routing Protocols in MANETs

Analysis of Routing Protocols in MANETs Analysis of Routing Protocols in MANETs Musica Supriya, Rashmi, Nishchitha, Ashwini C Shetty, Sharath Kumar Student, Dept. of CSE, SMVITM Bantakal, Karnataka, India Student, Dept. of CSE, SMVITM Bantakal,

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

Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group Mobility Model

Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group Mobility Model 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Analysis QoS Parameters for Mobile Ad-Hoc Network Routing Protocols: Under Group

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 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

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

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

Modeling of data networks by example: ns-2 (I)

Modeling of data networks by example: ns-2 (I) Modeling of data networks by example: ns-2 (I) Holger Füßler Holger Füßler Course overview 1. Introduction 7. NS-2: Fixed networks 2. Building block: RNG 8. NS-2: Wireless networks 3. Building block: Generating

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

Simulation lifecycle

Simulation lifecycle Simulation lifecycle Holger Füßler Holger Füßler Lecture overview» Retrospection Tour d horizon Simulation life-cycle (recap from another perspective) Holger Füßler - 2 Retrospection RNGs DES Ns-2 OMNeT++

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 A brief Introduction to ns-2 2 Contents 1. Introduction to ns-2 2. ns-2 Components 3. Create a Basic ns-2 Model 4. Case Study: WiFi Simulation 5. Simulation

More information

Performance Evaluation of Routing Protocols for Mobile Ad Hoc Networks

Performance Evaluation of Routing Protocols for Mobile Ad Hoc Networks 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Performance Evaluation of Routing Protocols for Mobile Ad Hoc Networks Hina Tariq 1, Urfa Suhaib

More information

Simulation Study and Implementation on Routing Protocols in MANET

Simulation Study and Implementation on Routing Protocols in MANET Simulation Study and Implementation on Routing Protocols in MANET Anju Yadav M.Tech Scholar, Shekhawati Engineering College, Jhunjhunu, Rajasthan anjuyadav02@yahoo.co.in Abstract Ad-hoc networks are characterized

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

RoutesMobilityModel: Easy Realistic Mobility Simulation using External Information Services

RoutesMobilityModel: Easy Realistic Mobility Simulation using External Information Services RoutesMobilityModel: Easy Realistic Mobility Simulation using External Information Services Tiago Cerqueira, Michele Albano CISTER Research Centre, ISEP, Portugal www.cister.isep.ipp.pt Workshop on Network

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

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

PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING APPROACH

PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING APPROACH PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING APPROACH Ankita Anand H. No- 246, Shastri nagar, Jammu (J&K), India riet_ankita@yahoo.com ABSTRACT Vehicular ad hoc networks

More information

study on vehicular network application and simulation

study on vehicular network application and simulation Graduate Theses and Dissertations Graduate College 2011 study on vehicular network application and simulation Xuejia Lu Iowa State University Follow this and additional works at: http://lib.dr.iastate.edu/etd

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

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

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

Enhanced Approach to Reduce Routing Overhead on VANET

Enhanced Approach to Reduce Routing Overhead on VANET International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Enhanced

More information

))) ) ) ) )) ) ) ))) )) ) ))) nnnnnnnnnnn. nnnnnnnnnnnnnn n n nn n nn n nnnn n nnnn n n n n n n n n n nn n nnnn n

))) ) ) ) )) ) ) ))) )) ) ))) nnnnnnnnnnn. nnnnnnnnnnnnnn n n nn n nn n nnnn n nnnn n n n n n n n n n nn n nnnn n nnnnnnnnnnn nnnnnnnnnnnnnn n n nn n nn n nnnn n nnnn n n n n n n n n n nn n nnnn n n n n n nnn nnnnn n n n n nn g n n nnnnnn nnn innninnin n nnnnnnnn nn nmn ))) ) ) ) )) ) ) ))) )) ) ))) innninnin g n

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

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

A Review paper on Routing Protocol Comparison

A Review paper on Routing Protocol Comparison A Review paper on Routing Protocol Comparison Ms. Aastha kohli 1, Mr. Sukhbir 2 1 M.Tech(CSE) (N.C College of Engineering, Israna Panipat) 2 HOD Computer Science Dept.( N.C College of Engineering, Israna

More information

Microscopic Traffic Simulation

Microscopic Traffic Simulation Transportation System Engineering 37. Microscopic Traffic Simulation Chapter 37 Microscopic Traffic Simulation 37. Overview The complexity of traffic stream behaviour and the difficulties in performing

More information

Energy Consumption Analysis of modified AODV Routing protocol under Random Waypoint and Reference point Group Mobility Models

Energy Consumption Analysis of modified AODV Routing protocol under Random Waypoint and Reference point Group Mobility Models ICACSIS 2012 ISBN: 978-979-1421-15-7 Energy Consumption Analysis of modified AODV Routing protocol under Random Waypoint and Reference point Group Mobility Models Harris Simaremare*, Abdusy Syarif**, Abdelhafid

More information

Performance Analysis of Ad Hoc Routing Protocols For Vehicular Ad Hoc - Networks

Performance Analysis of Ad Hoc Routing Protocols For Vehicular Ad Hoc - Networks Performance Analysis of Ad Hoc Routing Protocols For Vehicular Ad Hoc - Networks Sunil Shukla¹, Namrata Dixit² 1 Fourth Semester M.Tech, Acropolis institute of Technology & Research, Indore. ²Asst. Prof.Dept

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

A Simulation study : Performance comparison of AODV and DSR

A Simulation study : Performance comparison of AODV and DSR A Simulation study : Performance comparison of AODV and DSR K.Dileep Kumar 1, N.Seethayya 2, H.Venkata Bhagya Sri 3,S.Papa Rao 4 1,2,3,4 Asst.Professor Department of CSE, Sri Sivani College of Engineering,

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

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

A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS

A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS M.KRISHNAMOORTHI 1 Research Scholar in PG and Research Department of Computer Science, Jamal Mohamed College, Tiruchirappalli, Tamilnadu, India Krishnasmk004@hotmail.com

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

for a Fleet of Driverless Vehicles

for a Fleet of Driverless Vehicles for a Fleet of Driverless Vehicles Olivier Mehani olivier.mehani@inria.fr La Route Automatisée A -Mines Paris/INRIA Rocquencourt- Joint Research Unit February 14, 2007 Eurocast 2007 Plan 1 2 3 Solution

More information

Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV

Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV INTERNATIONAL JOURNAL OF COMPUTER SCIENCE AND MOBILE APPLICATIONS IJCSMA Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV Er. Sandeep Singh Khehra 1, Er. Abhinash Singla

More information

NETWORK SIMULATION USING NCTUns. Ankit Verma* Shashi Singh* Meenakshi Vyas*

NETWORK SIMULATION USING NCTUns. Ankit Verma* Shashi Singh* Meenakshi Vyas* NETWORK SIMULATION USING NCTUns Ankit Verma* Shashi Singh* Meenakshi Vyas* 1. Introduction: Network simulator is software which is very helpful tool to develop, test, and diagnose any network protocol.

More information

Inferring Maps from GPS Data

Inferring Maps from GPS Data Inferring Maps from GPS Data 1. Why infer maps from GPS traces? 2. Biagioni/Eriksson algorithm 3. Evaluation metrics 4. Similar approaches: satellite images, map update 5. Lab 4 1 2 3 OpenStreetMap Licensed

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

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

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

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

EE 122: Computer Networks Network Simulator ns2

EE 122: Computer Networks Network Simulator ns2 EE 122: Computer Networks Network Simulator ns2 Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776 Adapted from F04 Slides K. Fall, J.

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

Performance Of Routing Protocols For Mobile Ad Hoc Networks

Performance Of Routing Protocols For Mobile Ad Hoc Networks Performance Of Routing Protocols For Mobile Ad Hoc Networks San San Naing, Zaw Min Naing, Hla Myo Tun Abstract: Mobile ad hoc network has become popular in wireless network communication technology. Recently

More information

QUANTITATIVE ANALYSIS OF VANET ROUTING PROTOCOLS IN URBAN AND HIGHWAY SCENARIOS

QUANTITATIVE ANALYSIS OF VANET ROUTING PROTOCOLS IN URBAN AND HIGHWAY SCENARIOS ISSN: 0976-1353 Volume 23 Issue 6 OCTOBER 2016 (SPECIAL ISSUE) QUANTITATIVE ANALYSIS OF VANET ROUTING PROTOCOLS IN URBAN AND HIGHWAY SCENARIOS Rachana #1 # MTech, Computer Science and Engineering, P.D.A

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

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

Prediction Based Routing for Vehicular Ad Hoc Networks

Prediction Based Routing for Vehicular Ad Hoc Networks 1 Prediction Based Routing for Vehicular Ad Hoc Networks Vinod Namboodiri, Lixin Gao Department of Electrical and Computer Engineering University of Massachusetts at Amherst Amherst, MA, U.S.A Email: {vnambood,

More information

MESO & HYBRID MODELING IN

MESO & HYBRID MODELING IN MESO & HYBRID MODELING IN www.ptvgroup.com JONGSUN WON, P.E. www.ptvgroup.com I Slide 1 SOMETHING NEW WITH PTV NORTH AMERICA Portland, OR Arlington, VA www.ptvgroup.com I Slide 2 MULTIRESOLUTION MODELING

More information

CHAPTER 3: LITERATURE REVIEW 3.1 NEED FOR SIMULATION ENVIRONMENT IN WSN

CHAPTER 3: LITERATURE REVIEW 3.1 NEED FOR SIMULATION ENVIRONMENT IN WSN 26 CHAPTER 3: LITERATURE REVIEW 3.1 NEED FOR SIMULATION ENVIRONMENT IN WSN Due to the continuous research progress in the field of WSN, it is essential to verify the new hardware and software design and

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 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

ANNATTO: Adaptive Nearest Neighbor Queries in Travel Time Networks

ANNATTO: Adaptive Nearest Neighbor Queries in Travel Time Networks ANNATTO: Adaptive Nearest Neighbor Queries in Travel Time Networks Wei-Shinn Ku, Roger Zimmermann, Haojun Wang and Trung Nguyen Computer Science Department University of Southern California Los Angeles,

More information