Urban Vehicular Network Performance Optimization

Size: px
Start display at page:

Download "Urban Vehicular Network Performance Optimization"

Transcription

1 Urban Vehicular Network Performance Optimization Xiang Yu University of Warwick Dr. M. S. Leeson University of Warwick Prof. E. L. Hines University of Warwick Abstract In urban vehicular ad hoc network (VANET) design, it is always a problem to guarantee the quality of peer node communication for moving nodes. The reason is two-fold, namely the dynamic nature of an ad hoc network, and the complexity of an urban environment. Firstly, communication links between neighboring nodes are constantly established and torn down in an ad hoc network. This momentary phenomenon results in highly unpredictable network behavior, and it degrades the signal transmission performance severely. The second factor, complexity of the urban environment also affects network transmission: a wireless signal may travel across different buildings and materials with different fading qualities; before it finally reaches its destination, the quality of transmitted data becomes unforeseeable. In this paper, we propose a novel wireless sensor network (WSN) to assist VANET transmission in urban areas. Sensors are placed along streets and junctions to assist wireless signal transmission. Then we propose a novel algorithm called the Smart Routing Algorithm (SRA) to control the sensor network. It will search for communication links which guarantee bit error rates (BER) using a genetic algorithm optimization tool. Finally we verify SRA s performance by comparing its quality to the mainstream ad hoc network routing protocol Ad hoc On-demand Distance Vector routing (AODV), using the US city of Boston as an example environment. Simulation shows that SRA can optimize signal quality from 10-2 to 10-3 within 10 epochs of optimization rounds, and can optimize links ranging from distances of 100m to 1km. It also can locate links with the minimum number of sensors, for energy conservation purposes. Compared with AODV, SRA is a more efficient and feasible option for path routing optimization. 1. Introduction Keywords: VANET, Network Routing, Optimization, Genetic Algorithm In the past decade, ad hoc networks have been studied by many researchers due to their widespread application in daily life. However, much of the work has been carried out in the free-space environment and assumed that signal propagation follows a simple line of sight (LOS) transmission model [1], [2]. There was thus a dearth of research were executed in the real urban area environment, where wireless signals need to transmit through buildings and across concrete walls before reaching their destinations. This situation lasted until the 2000s, when a transportation based system, the Vehicular Ad hoc Network (VANET) was introduced and investigated in several industrial projects [3], [4], [5]. As described in the subsequent reports and surveys, a VANET is a mobile ad hoc network (MANET) where vehicles act as nodes which are restricted to move along city streets[6], [7]. The VANET is clearly a more realistic modeling of urban ad hoc networks. Unfortunately, previous routing algorithms, such as Ad hoc On-demand Distance Vector routing (AODV) [8] and GPSR [9] were reported to have unsatisfactory performance within the VANET environment [10]. This is because signal transmission in VANETs does not follow the LOS propagation model, and signal attenuation and reflections can no longer be ignored. Thus, we need a more accurate propagation model to describe signal transmission in VANETs, and a novel routing algorithm to guarantee communication quality. In 2005, an analytical formula for path loss prediction in urban street grid area was proposed [11] and has become established in the literature [12]. In this model, the signal strength at the receiver side is decided by the distances between the junctions and the transmitter and the receiver side, as well as by the widths of the streets. As shown in Figure 1.1, signals between two ad hoc nodes with the same geographic locations but different environments travel along different paths. Signal power attenuations, expressed as a ratio between transmit power P t and receive power P r, are calculated by different equations. So, a Advances in information Sciences and Service Sciences(AISS) Volume5, Number11, June 2013 doi: /aiss.vol5.issue11.1 1

2 routing algorithm designed for VANETs has to consider street grid distributions and node movement [13]. Several types of routing algorithms have been proposed for VANETs; one of these is Geographic Source Routing (GSR) [14], which is a basic shortest path algorithm utilizing satellite positioning technology (GPS) information to update ad hoc node positions and surroundings information. Based on this simple model, an advanced fuzzy-logic routing algorithm was proposed to predict driving directions of vehicles when they cross over street junctions [15]. Experimental results proved that while in sparse rural city areas traditional routing algorithms such as AODV and GPSR worked well, in dense urban areas knowledgebased routing algorithms performed more efficiently. Figure 1. Free space, Urban and Sensor propagation diagrams Due to recent technical advances, mass production of low-cost sensors has become feasible. Wireless Sensor Networks (WSN) [16] containing a large number of sensors have thus become popular in many research fields. In WSNs, sensors perform sensing, computation, and wireless communication with each other, and they are controlled by an external base station (BS). However, low cost sensors are severely restricted in energy consumption, and can only perform simple tasks. Routing protocols in WSNs, as reviewed in a survey [17], are categorized into 3 classes: flat-routing, hierarchical routing and location-based routing. Among the flat-routing algorithms, Sensor Protocols for Information via Negotiation (SPIN) [18] and Directed Diffusion (DC) [19] are two of the most widely applied for self-organizing WSNs and data centric WSNs. For hierarchical WSNs, in which sensors are classified into different clusters according to their conditions (in most cases, battery depletion status), Low Energy Adaptive Clustering Hierarchy (LEACH) [20] and Small minimum energy communication network (MECN) [21] are popular protocols in non-gps and GPS-assisted WSNs. In the location-based routing class, Geographic and Energy Aware Routing (GEAR) [22] and a set of protocols [23] named Most Forward within Radius (MFR), Geographic Distance Routing (GEDIR) are examples of how to take advantage of location information to assist routing. In this paper, we propose a WSN (detailed in Figure 2) whose sensors support packetforwarding and power amplification of received wireless signals. Sensors are placed along every street in a city and three sensors installed at each street junction to enable a triangle formation. These sensors in WSN perform wireless signal detection (particularly signal path loss from their neighbors in real time) so that when an ad hoc node is moving within their coverage, the information will be conveyed to their BS. This information is sent to our algorithm, the Smart Routing Algorithm (SRA), as a communication request and SRA will return optimized routing information back to WSN. The routing decision will be broadcast by the BS to sensors. The sensors so activated will turn on their power amplifiers and forward the data packets. In the second section, the urban environment model is described followed by section 3 giving details of SRA itself. In section 4, we further explore how to establish links between 10 sets of randomly selected nodes located within a real urban area, viz. Boston city. Conclusions and suggestions further work are provided in section 5. 2

3 2. Urban environment modeling To keep the bit error rate within an acceptable range and to also reduce the number of sensors used in communication, this algorithm needs to solve an optimization problem which considers: (a) urban area modeling; (b) ad hoc and sensor network topologies; (c) a network routing protocol; (d) digital transmission system requirements. An optimal solution to this problem will locate a route between two ad hoc nodes which consists of the smallest number of sensors that also satisfies the signal transmission requirement. In this section, we will describe how to setup a virtual network environment with ad hoc nodes and wireless sensors on a real city map. 2.1 City map modeling The urban network is represented as an undirected graph G ub = (V ub, E ub ), with each node pair representing a street on a city map. The set V ub represents node vectors which contain the coordinates of each node and set E ub represents link vectors which contain the node pair. The data is read in from satellite pictures of real cities (here we use the US city of Boston as an example), and street information extracted using MATLAB from this file into a matrix containing street node coordinates, street lengths and an adjacent link matrix. This street matrix will be used by algorithm as described in Table 1. Table 1. City map data elements Symbol Name Description Starting and ending nodes of each street, readable from N ub Nodes satellite map, reordered from geographic location view V ub Node coordinates Geographic information (latitude and altitude respectively), readable from satellite map E ub D ub Streets Distance matrix Streets in the city, readable from satellite map, reordered for algorithm optimization Distance matrix of street nodes, calculated with V ub and E ub, if two nodes belong to the same street, then their distances equal to this street length, otherwise Ad hoc network modeling The Ad hoc network model is simplified into a random selection of starting node and its ending peer within the city map. It is a data matrix of 10 rows and 2 columns, each row representing a node pair of Ad hoc network, and these nodes are randomly drawn from city map data V ub. Table 2. WSN data elements Symbol Name Description Sensor nodes (those placed in street junctions), associated N sn Sensor nodes with city map nodes N ub, each N ub links three N sn V sn Sensor coordinates Sensor node information, inherited from city map node information V ub, three V sn share one V ub E sn S sn D sn Sensor links Hop number matrix Sensor distance matrix Sensor node link status, if two sensors are on one street, E sn =1, otherwise 0 Distance matrix of number of hops required to jump over one street, calculated using information on matrix D ub Sensor node distance matrix inherited from D ub, if two sensor nodes belong to the same street, then their distances equal this street length plus their geographic distances, otherwise 0 3

4 2.3 Sensor network modeling Figure 2. Sensor network paradigm A sample WSN paradigm is illustrated in Figure 2, where two cars (ad hoc nodes) are moving in an urban area consisting of 17 streets. The WSN consists of 24 wireless sensors that are deployed in advance; 11 of them are currently activated to maintain live communication. Each sensor is equipped with sensing and amplifying blocks, enabling it to forward data packets and amplify received signals. The sensor network model is also represented as an undirected graph G sn = (V sn, E sn ), which is similar to an urban street map G ub. The initial placement of sensors is shown by red dots for the Boston example in Figure 3(a). In this paper, only those sensors placed in street junctions will be involved in the routing optimization process. Thus we only include these sensors in our modeling. Those sensors placed along streets will be represented in S sn as an attribute of city streets - the number of hops it will use to send signals over the street. Detailed description of WSN data elements can be found in Table Smart routing algorithm (SRA) In this section, we introduce an efficient calculation method termed the Smart Routing Algorithm (SRA), which is based on a genetic algorithm (GA). The idea is to divide the urban area into mesh grids, each of which contains one triangle formation of sensors placed in a street junction. 3.1 Triangle sensor formation Figure 3. (a) Sensor placements on Boston city map; (b) sensor triangle formation 4

5 These grids are coded into variable binary strings and different strings from different areas are combined together into one string, which represents a complete link between two ad hoc nodes. A randomly generated string will be used as an input of SRA, and then it will be manipulated using genetic techniques to reach an optimal string which represents the route between two ad hoc nodes with the lowest BER. Sensor triangle formation is a path routing strategy applied in SRA algorithm. In each grid, one sensor triangle formation is defined to allow multiple path generations. As shown in Figure 3(b), one sensor triangle formation provides three additional paths. Sensor triangle formations can only be found in street junction areas, where two adjacent sensors are close enough to send signals through buildings. Outside street junction areas, signals are not strong enough to penetrate concrete walls and reach the other side (we will not take indoor signal amplifier in consideration). Sensor triangle formations make path routing optimization possible with multiple candidate links available, SRA can calculate their fitness values and choose the optimal one from the set. 3.3 Path optimization In order to make this evolution efficient and successful, a fitness function is defined by: n 2 Fitnessi ( BERk, i BER0 ) N sn, i [1,4] (1) k 1 In equation (1), BER 0 is a threshold value for the digital communication system in question; for an audio system it is 10-3, and for a video system BER k,i is the cumulative BER value of link i traversing a number k of sensor grids. The fitness value for optimization describes the absolute distance from the desired BER per sensor exhibited by the current link. An optimal link shall be the one with the least number of sensors and also having good signal quality. The operation of the algorithm is illustrated in detail in Figure 4. Figure 4. Flowchart of smart routing algorithm 5

6 4. Simulation results As stated previously, in this paper a city map of the US city of Boston was used as a benchmark. This map information was read from mapping toolbox of MATLAB and is used to create three urban areas shown in Figure 5: Figure 5. Boston city map and area definitions 4.1 Adhoc On-Demand Vector Routing algorithm (AODV) Our simulation result with the AODV algorithm is shown in Figure 6, from which one can observe that AODV routing is not efficient in optimizing radio link signal quality; half of the links were not optimized at all. Also, as more streets are covered in communication links there is less opportunity for these links to be optimized. AODV tends to keep the original link as long as it is working, and is reluctant to evaluate new links; it thus performs badly in the urban environment. 4.2 Smart routing algorithm (SRA) Figure 6. Simulation outputs using the AODV algorithm Optimization on distance Figure 7 shows the results of optimization using SRA on a static scenario setting on Boston city central area. The algorithm defines 10 groups with evenly distributed spatial distances and randomly chooses 10 node pairs for each group. The x-axis in figure 7 is the maximum spatial distance of each group (first group distance (0, 72), then (72,144) ). The y-axis is the average signal bit error rate (BER) over 10 node pairs in each group, indicating received signal quality strength on receiver node side. From Figure 7 two findings can be gleaned: (a) both initial signal quality and optimized signal quality are not dependent on spatial distance between transmitters and receivers; (b) optimization efficiency is also not dependent on spatial distance but related to the initial conditions. 6

7 Figure 7. Optimization on link signal quality single objective optimization The first finding is explained by the fact that the signal quality at receiver side is heavily affected by the urban environment, so it cannot be predicted using a free-space transmission model. In simulation, the signal quality is a proportional to two factors: the number of streets and the length of the streets. The initial bit error rate, which is an average of 10 receiving node signal qualities, is a random value because the links between starting and receiving node pairs are randomly chosen with randomly generated bit strings. The second finding further strengthens the opinion that the optimization target is not dependent on spatial distance, but relies on initial link selection. Figure 7 shows optimization curves after 4 rounds, 8 rounds and 20 rounds, respectively, and these retain a similar profile to the initial curve but shifted down in BER. This finding indicates that choosing a good initial point will accelerate the optimization process Optimization on signal quality and sensor numbers The search space defined in algorithm contains two factors: signal quality indicator (BER) at the receiver side and the number of sensors used on the link. These may be plotted to form an optimization factor space as shown in Figure 8. Figure 8. Optimization factor space single objective optimization 7

8 In Figure 8, the fitness function is single objective, so only link signal quality is optimized. As optimization advances, the average link signal quality decreases. However, the x-axis: number of sensors is not optimized. Figure 9. Optimization factor space multiple objective optimizations In Figure 9, the fitness function has multiple objectives: 1 Fitnessn log10( FitnessSensor, n ) (2) log10( FitnessBER, n) The optimization progress evolves as a clustering of factor space, which means both the link signal quality and the number of sensors are optimized. From observing the results in Figure 9, we can conclude that SRA is optimizing its routing decision to clustering thus eliminating both the worst and the best routing solutions. It leaves those solutions with tolerable signal quality and sensor number usage. This simulation proves that SRA is able to manage multi-objective optimization tasks by modifying its fitness function. 5. Conclusions and future work In this paper, we have proposed a novel wireless sensor network to assist vehicular network point-to-point transmission. A novel routing algorithm, SRA, was defined on this network infrastructure. By forming sensor triangles, SRA will locate multiple candidate routes satisfying transmission requirements and then optimize signal quality or hop number for power efficiency. Our simulation results show that compared with the mainstream ad hoc routing protocol AODV, SRA is superior in both route searching and link signal quality optimization. SRA is also able to manipulate optimization to multiple-objective tasks, for example to find an optimal link with guaranteed signal quality using the minimum number of hops to save the energy. A potential urban wireless communication optimization extension is stochastic geometry [24], capturing the urban streets using one Poisson point process model and the survival of inter-node communications by another. SRA could use this survival rate within its optimization objective thus capturing both mathematical expectation and realistic routing information. 6. References [1] D. Johnson, and D. Maltz, Dynamic Source Routing in Ad hoc Wireless Networks, Mobile Computing, pp : Springer US [2] M.K. Marina and S.R. Das, Ad-hoc on-demand multi-path distance vector routing, Wireless Communication, Mobile Computing, vol. 6, no. 7, pp , Dec

9 [3] D.A. Magder, P. Bosch, T. Klein, P. Polakos, L. Samuel, H.Viswanathan, 911-NOW: a network on wheels for emergency response and recovery operations, Bell Labs Technical Journal, vol. 11, no. 4, 2007: pp [4] W. Enkelmann, FleetNet-applications for inter-vehicle communication, Proceedings of the IEEE Intelligent Vehicles Symposium, 2003: pp [5] D. Reichardt, M. Miglietta, L. Moretti, P. Morsink, W. Schulz, CarTALK2000: safe and comfortable driving based upon inter-vehicle communication. Intelligent Vehicles Symposium, Proceedings. IEEE, 2002: pp [6] F. Li and W. Yu, Routing in vehicular ad hoc networks: A survey. IEEE Vehicular Technology Magazine, vol. 2, no. 2, 2007: pp [7] Y. Toor, P. Muhlethaler, and A. Laouiti, Vehicle Ad Hoc networks: applications and related technical issues, IEEE Communications Surveys and Tutorials, vol. 10, no. 3, 2008: pp [8] P. Lalwani, S. Silakari, P. K. Shukla, Optimized and Executive Survey on Mobile Ad-hoc Network, Proceedings of the International Symposium on Cloud and Services Computing (ISCOS), 2012: pp [9] W. Chen, R. K. Guha, T. J. Kwon, J. Lee, Y.-Y. Hsu, A survey and challenges in routing and data dissemination in vehicular ad hoc networks, Wireless Communications and Mobile Computing, vol. 11, no. 7, 2011: pp [10] M. Torrent-Moreno, F. Schmidt-Eisenlohr, H. Füßler, H. Hartenstein., Packet forwarding in VANETs, the complete set of results. Technical report , ISSN , Germany. [11] Q. Sun, S.Y. Tan and K.C. Teh, Analytical formulae for path loss prediction in urban street grid microcellular environments, IEEE Transactions on Vehicular Technology, vol. 54, no. 4, 2005: pp [12] P. Ngor, S. Y. Tan, P. H. J. Chong, Routing performance of mobile ad hoc network in urban streetgrid environment using non-line-of-sight propagation model, Proceedings of 8th International Conference on Information, Communications and Signal Processing (ICICS), 2011: pp [13] L. Zhang, A. Lakas, H. El-Sayed, E. Barka, Mobility analysis in vehicular ad hoc network (VANET), Journal of Network and Computer Applications, vol. 36, no. 3, 2013: pp [14] J.Y. Boudec, S. Giordano, A location-based routing method for mobile ad hoc networks, IEEE Transactions on Mobile Computing, vol. 4, no. 2, 2005: pp [15] I. Skog, P. Handel, In-Car Positioning and Navigation Technologies A Survey, IEEE Transactions on Intelligent Transportation Systems, vol. 10, no. 1, 2009: pp [16] I.F. Akyildiz, A survey on sensor networks, IEEE Communications Magazine, vol. 40, no. 8, 2002: pp [17] M. Radi, B. Dezfouli, K. Abu Bakar, M. Lee, Multipath Routing in Wireless Sensor Networks: Survey Research Challenges, Sensors, vol. 12, no. 1, 2012: pp [18] J. Kulik, W.R. Heinzelman, and H. Balakrishnan, Negotiation-based protocols for disseminating information in wireless sensor networks, Wireless Networks, vol. 8, no. 2/3, 2002: pp [19] J. A. Stankovic, T. He, Energy management in sensor networks, Philosophical Transactions of the Royal Society A, vol. 370, no. 1958, 2012: pp [20] P. Jindal and V. Gupta, Study of Energy Efficient Routing Protocols of Wireless Sensor Networks and their further researches: a Survey, International Journal of Computer Science and Communication Engineering, vol. 2, no. 2, 2013: pp [21] S. K. Singh, M. P. Singh, D. K. Singh, Routing Protocols in Wireless Sensor Networks A Survey, International Journal of Computer Science & Engineering Survey, vol.1, no.2, 2010: pp [22] K. Zeng, K. Ren, W. Lou, P. J. Moran,Energy aware efficient geographic routing in lossy wireless sensor networks with environmental energy supply, Wireless Networks, vol. 15, no. 1, 2009: pp [23] E. Alotaibi, B. Mukherjee, A survey on routing algorithms for wireless Ad-Hoc and mesh networks, Computer Networks, vol. 56, no. 2, 2012: pp [24] W. Guo, T.O. Farrell, Relay Deployment in Cellular Networks: Planning and Optimization, IEEE Journal on Selected Areas in Communications, vol. 30, no. 8, 2012: pp

Estimation of System Operating Margin for Different Modulation Schemes in Vehicular Ad-Hoc Networks

Estimation of System Operating Margin for Different Modulation Schemes in Vehicular Ad-Hoc Networks Estimation of System Operating Margin for Different Modulation Schemes in Vehicular Ad-Hoc Networks TilotmaYadav 1, Partha Pratim Bhattacharya 2 Department of Electronics and Communication Engineering,

More information

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR 802.11P INCLUDING PROPAGATION MODELS Mit Parmar 1, Kinnar Vaghela 2 1 Student M.E. Communication Systems, Electronics & Communication Department, L.D. College

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Title Energy consumption reduction by multi-hop transmission in cellular network Author(s) Ngor, Pengty; Mi,

More information

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK CHUAN CAI, LIANG YUAN School of Information Engineering, Chongqing City Management College, Chongqing, China E-mail: 1 caichuan75@163.com,

More information

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1 ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS Xiang Ji and Hongyuan Zha Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley,

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

MIMO-Based Vehicle Positioning System for Vehicular Networks

MIMO-Based Vehicle Positioning System for Vehicular Networks MIMO-Based Vehicle Positioning System for Vehicular Networks Abduladhim Ashtaiwi* Computer Networks Department College of Information and Technology University of Tripoli Libya. * Corresponding author.

More information

Node Localization using 3D coordinates in Wireless Sensor Networks

Node Localization using 3D coordinates in Wireless Sensor Networks Node Localization using 3D coordinates in Wireless Sensor Networks Shayon Samanta Prof. Punesh U. Tembhare Prof. Charan R. Pote Computer technology Computer technology Computer technology Nagpur University

More information

Modeling Hop Length Distributions for Reactive Routing Protocols in One Dimensional MANETs

Modeling Hop Length Distributions for Reactive Routing Protocols in One Dimensional MANETs This full tet paper was peer reviewed at the direction of IEEE Communications Society subject matter eperts for publication in the ICC 27 proceedings. Modeling Hop Length Distributions for Reactive Routing

More information

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P.

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Bhattacharya 3 Abstract: Wireless Sensor Networks have attracted worldwide

More information

Performance Evaluation of MANET Using Quality of Service Metrics

Performance Evaluation of MANET Using Quality of Service Metrics Performance Evaluation of MANET Using Quality of Service Metrics C.Jinshong Hwang 1, Ashwani Kush 2, Ruchika,S.Tyagi 3 1 Department of Computer Science Texas State University, San Marcos Texas, USA 2,

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Manijeh Keshtgary Dept. of Computer Eng. & IT ShirazUniversity of technology Shiraz,Iran, Keshtgari@sutech.ac.ir

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network K.T. Sze, K.M. Ho, and K.T. Lo Abstract in this paper, we study the performance of a video-on-demand (VoD) system in wireless

More information

A novel, broadcasting-based algorithm for vehicle speed estimation in Intelligent Transportation Systems using ad-hoc networks

A novel, broadcasting-based algorithm for vehicle speed estimation in Intelligent Transportation Systems using ad-hoc networks A novel, broadcasting-based algorithm for vehicle speed estimation in Intelligent Transportation Systems using ad-hoc networks Boyan Petrov 1, Dr Evtim Peytchev 2 1 Faculty of Computer Systems and Control,

More information

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Algorithm for wavelength assignment in optical networks

Algorithm for wavelength assignment in optical networks Vol. 10(6), pp. 243-250, 30 March, 2015 DOI: 10.5897/SRE2014.5872 Article Number:589695451826 ISSN 1992-2248 Copyright 2015 Author(s) retain the copyright of this article http://www.academicjournals.org/sre

More information

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network EasyChair Preprint 78 A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network Yuzhou Liu and Wuwen Lai EasyChair preprints are intended for rapid dissemination of research results and

More information

CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions

CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions This dissertation reported results of an investigation into the performance of antenna arrays that can be mounted on handheld radios. Handheld arrays

More information

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Cesar Vargas-Rosales *, Yasuo Maidana, Rafaela Villalpando-Hernandez and Leyre Azpilicueta

More information

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

Link Activation with Parallel Interference Cancellation in Multi-hop VANET

Link Activation with Parallel Interference Cancellation in Multi-hop VANET Link Activation with Parallel Interference Cancellation in Multi-hop VANET Meysam Azizian, Soumaya Cherkaoui and Abdelhakim Senhaji Hafid Department of Electrical and Computer Engineering, Université de

More information

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

A Forwarding Station Integrated the Low Energy Adaptive Clustering Hierarchy in Ad-hoc Wireless Sensor Networks

A Forwarding Station Integrated the Low Energy Adaptive Clustering Hierarchy in Ad-hoc Wireless Sensor Networks A Forwarding Station Integrated the Low Energy Adaptive Clustering Hierarchy in Ad-hoc Wireless Sensor Networks Chao-Shui Lin, Ching-Mu Chen, Tung-Jung Chan and Tsair-Rong Chen Department of Electrical

More information

REIHE INFORMATIK TR Studying Vehicle Movements on Highways and their Impact on Ad-Hoc Connectivity

REIHE INFORMATIK TR Studying Vehicle Movements on Highways and their Impact on Ad-Hoc Connectivity REIHE INFORMATIK TR-25-3 Studying Vehicle Movements on Highways and their Impact on Ad-Hoc Connectivity Holger Füßler, Marc Torrent-Moreno, Roland Krüger, Matthias Transier, Hannes Hartenstein, and Wolfgang

More information

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks Symon Fedor and Martin Collier Research Institute for Networks and Communications Engineering (RINCE), Dublin

More information

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Divya.R PG Scholar, Electronics and communication Engineering, Pondicherry Engineering College, Puducherry, India Gunasundari.R

More information

Survey of MANET based on Routing Protocols

Survey of MANET based on Routing Protocols Survey of MANET based on Routing Protocols M.Tech CSE & RGPV ABSTRACT Routing protocols is a combination of rules and procedures for combining information which also received from other routers. Routing

More information

Exhaustive Study on the Infulence of Hello Packets in OLSR Routing Protocol

Exhaustive Study on the Infulence of Hello Packets in OLSR Routing Protocol International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 5 (2013), pp. 399-404 International Research Publications House http://www. irphouse.com /ijict.htm Exhaustive

More information

A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks

A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks Shaveta Gupta 1, Vinay Bhatia 2 1,2 (ECE Deptt. Baddi University of Emerging Sciences and Technology,HP)

More information

Gateways Placement in Backbone Wireless Mesh Networks

Gateways Placement in Backbone Wireless Mesh Networks I. J. Communications, Network and System Sciences, 2009, 1, 1-89 Published Online February 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Gateways Placement in Backbone Wireless Mesh Networks Abstract

More information

Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety

Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety 7th ACM PE-WASUN 2010 Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety Carolina Tripp Barba, Karen Ornelas, Mónica Aguilar Igartua Telematic Engineering Dept. Polytechnic

More information

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks A. P. Azad and A. Chockalingam Department of ECE, Indian Institute of Science, Bangalore 5612, India Abstract Increasing

More information

Introduction to wireless systems

Introduction to wireless systems Introduction to wireless systems Wireless Systems a.a. 2014/2015 Un. of Rome La Sapienza Chiara Petrioli Department of Computer Science University of Rome Sapienza Italy Background- Wireless Systems What

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network Performance comparison of AODV, DSDV and EE-DSDV routing algorithm for wireless sensor network Mohd.Taufiq Norhizat a, Zulkifli Ishak, Mohd Suhaimi Sauti, Md Zaini Jamaludin a Wireless Sensor Network Group,

More information

Localization of tagged inhabitants in smart environments

Localization of tagged inhabitants in smart environments Localization of tagged inhabitants in smart environments M. Javad Akhlaghinia, Student Member, IEEE, Ahmad Lotfi, Senior Member, IEEE, and Caroline Langensiepen School of Science and Technology Nottingham

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 016 Print ISSN: 1311-970;

More information

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1611-1615 1611 Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm

More information

Localization (Position Estimation) Problem in WSN

Localization (Position Estimation) Problem in WSN Localization (Position Estimation) Problem in WSN [1] Convex Position Estimation in Wireless Sensor Networks by L. Doherty, K.S.J. Pister, and L.E. Ghaoui [2] Semidefinite Programming for Ad Hoc Wireless

More information

Evaluation of Mobile Ad Hoc Network with Reactive and Proactive Routing Protocols and Mobility Models

Evaluation of Mobile Ad Hoc Network with Reactive and Proactive Routing Protocols and Mobility Models Evaluation of Mobile Ad Hoc Network with Reactive and Proactive Routing Protocols and Mobility Models Rohit Kumar Department of Computer Sc. & Engineering Chandigarh University, Gharuan Mohali, Punjab

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 181 A NOVEL RANGE FREE LOCALIZATION METHOD FOR MOBILE SENSOR NETWORKS Anju Thomas 1, Remya Ramachandran 2 1

More information

arxiv: v1 [cs.ni] 21 Mar 2013

arxiv: v1 [cs.ni] 21 Mar 2013 Procedia Computer Science 00 (2013) 1 8 Procedia Computer Science www.elsevier.com/locate/procedia 4th International Conference on Ambient Systems, Networks and Technologies (ANT), 2013 arxiv:1303.5268v1

More information

Ad Hoc and Neighborhood Search Methods for Placement of Mesh Routers in Wireless Mesh Networks

Ad Hoc and Neighborhood Search Methods for Placement of Mesh Routers in Wireless Mesh Networks 29 29th IEEE International Conference on Distributed Computing Systems Workshops Ad Hoc and Neighborhood Search Methods for Placement of Mesh Routers in Wireless Mesh Networks Fatos Xhafa Department of

More information

Fault-tolerant Coverage in Dense Wireless Sensor Networks

Fault-tolerant Coverage in Dense Wireless Sensor Networks Fault-tolerant Coverage in Dense Wireless Sensor Networks Akshaye Dhawan and Magdalena Parks Department of Mathematics and Computer Science, Ursinus College, 610 E Main Street, Collegeville, PA, USA {adhawan,

More information

Performance study of node placement in sensor networks

Performance study of node placement in sensor networks Performance study of node placement in sensor networks Mika ISHIZUKA and Masaki AIDA NTT Information Sharing Platform Labs, NTT Corporation 3-9-, Midori-Cho Musashino-Shi Tokyo 8-8585 Japan {ishizuka.mika,

More information

Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET

Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET Masters Project Final Report Author: Madhukesh Wali Email: mwali@cs.odu.edu Project Advisor: Dr. Michele Weigle Email: mweigle@cs.odu.edu

More information

Fast and efficient randomized flooding on lattice sensor networks

Fast and efficient randomized flooding on lattice sensor networks Fast and efficient randomized flooding on lattice sensor networks Ananth Kini, Vilas Veeraraghavan, Steven Weber Department of Electrical and Computer Engineering Drexel University November 19, 2004 presentation

More information

Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks

Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks Article Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks Mongkol Wongkhan and Soamsiri Chantaraskul* The Sirindhorn International Thai-German Graduate School of Engineering (TGGS),

More information

Engineering Project Proposals

Engineering Project Proposals Engineering Project Proposals (Wireless sensor networks) Group members Hamdi Roumani Douglas Stamp Patrick Tayao Tyson J Hamilton (cs233017) (cs233199) (cs232039) (cs231144) Contact Information Email:

More information

Scalable Routing Protocols for Mobile Ad Hoc Networks

Scalable Routing Protocols for Mobile Ad Hoc Networks Helsinki University of Technology T-79.300 Postgraduate Course in Theoretical Computer Science Scalable Routing Protocols for Mobile Ad Hoc Networks Hafeth Hourani hafeth.hourani@nokia.com Contents Overview

More information

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Biljana Risteska Stojkoska, Vesna Kirandziska Faculty of Computer Science and Engineering University "Ss. Cyril and Methodius"

More information

PUBLICATIONS BY THE STAFF Springer Vol 32, Issue 2, Dec Ms.S.Sujatha

PUBLICATIONS BY THE STAFF Springer Vol 32, Issue 2, Dec Ms.S.Sujatha PUBLICATIONS BY THE 2009-2010 JOURNAL NAME AND Springer Vol 32, Issue 2, Dec 2009 - Intelligent Agent Based Artificial Immune System for computer security review 2010-2011 Ms.R.Mala JOURNAL NAME AND CIIT

More information

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Prepared For: UMIACS/LTS Seminar March 3, 2004 Telcordia Contact: Stephanie Demers Robert A. Ziegler ziegler@research.telcordia.com 732.758.5494

More information

State and Path Analysis of RSSI in Indoor Environment

State and Path Analysis of RSSI in Indoor Environment 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore State and Path Analysis of RSSI in Indoor Environment Chuan-Chin Pu 1, Hoon-Jae Lee 2

More information

Multicast Energy Aware Routing in Wireless Networks

Multicast Energy Aware Routing in Wireless Networks Ahmad Karimi Department of Mathematics, Behbahan Khatam Alanbia University of Technology, Behbahan, Iran karimi@bkatu.ac.ir ABSTRACT Multicasting is a service for disseminating data to a group of hosts

More information

EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN

EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN ABSTRACT Jagathishan.K 1, Jayavel.J 2 1 PG Scholar, 2 Teaching Assistant Deptof IT, Anna University, Coimbatore (India)

More information

Improvement in reliability of coverage using 2-hop relaying in cellular networks

Improvement in reliability of coverage using 2-hop relaying in cellular networks Improvement in reliability of coverage using 2-hop relaying in cellular networks Ansuya Negi Department of Computer Science Portland State University Portland, OR, USA negi@cs.pdx.edu Abstract It has been

More information

Modeling of Shadow Fading Correlation in Urban Environments Using the Uniform Theory of Diffraction

Modeling of Shadow Fading Correlation in Urban Environments Using the Uniform Theory of Diffraction URSI-France Journées scientifiques 26/27 mars 203 L ÉLECTROMAGNÉTISME, 50- UNE SCIENCE EN PLEINE ACTION! Modeling of Shadow Fading in Urban Environments Using the Uniform Theory of Diffraction Xin ZENG

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF) : 3.134 ISSN (Print) : 2348-6406 ISSN (Online): 2348-4470 International Journal of Advance Engineering and Research Development COMPARATIVE ANALYSIS OF THREE

More information

More Efficient Routing Algorithm for Ad Hoc Network

More Efficient Routing Algorithm for Ad Hoc Network More Efficient Routing Algorithm for Ad Hoc Network ENSC 835: HIGH-PERFORMANCE NETWORKS INSTRUCTOR: Dr. Ljiljana Trajkovic Mark Wang mrw@sfu.ca Carl Qian chunq@sfu.ca Outline Quick Overview of Ad hoc Networks

More information

A Novel Routing Algorithm for Vehicular Sensor Networks

A Novel Routing Algorithm for Vehicular Sensor Networks Wireless Sensor Network, 2010, 2, 919-923 doi:10.4236/wsn.2010.212110 Published Online December 2010 (http://www.scirp.org/journal/wsn) A Novel Routing Algorithm for Vehicular Sensor Networks Mohammad

More information

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Adamu Murtala Zungeru, Joseph Chuma and Mmoloki Mangwala Department of Electrical, Computer

More information

This is a repository copy of A simulation based distributed MIMO network optimisation using channel map.

This is a repository copy of A simulation based distributed MIMO network optimisation using channel map. This is a repository copy of A simulation based distributed MIMO network optimisation using channel map. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/94014/ Version: Submitted

More information

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Yuqun Zhang, Chen-Hsiang Feng, Ilker Demirkol, Wendi B. Heinzelman Department of Electrical and Computer

More information

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Thanapong Chuenurajit 1, DwiJoko Suroso 2, and Panarat Cherntanomwong 1 1 Department of Computer

More information

Adaptive Transmission Scheme for Vehicle Communication System

Adaptive Transmission Scheme for Vehicle Communication System Sangmi Moon, Sara Bae, Myeonghun Chu, Jihye Lee, Soonho Kwon and Intae Hwang Dept. of Electronics and Computer Engineering, Chonnam National University, 300 Yongbongdong Bukgu Gwangju, 500-757, Republic

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

2-D RSSI-Based Localization in Wireless Sensor Networks

2-D RSSI-Based Localization in Wireless Sensor Networks 2-D RSSI-Based Localization in Wireless Sensor Networks Wa el S. Belkasim Kaidi Xu Computer Science Georgia State University wbelkasim1@student.gsu.edu Abstract Abstract in large and sparse wireless sensor

More information

International Journal of Advance Engineering and Research Development. Performance Comparison of Rayleigh and Rician Fading Channel Models: A Review

International Journal of Advance Engineering and Research Development. Performance Comparison of Rayleigh and Rician Fading Channel Models: A Review Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 02, February -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Performance

More information

RECOMMENDATION ITU-R BS

RECOMMENDATION ITU-R BS Rec. ITU-R BS.1350-1 1 RECOMMENDATION ITU-R BS.1350-1 SYSTEMS REQUIREMENTS FOR MULTIPLEXING (FM) SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2014, 8, 777-781 777 Open Access Analysis on Privacy and Reliability of Ad Hoc Network-Based

More information

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas IJCSNS International Journal of Computer Science and Network Security, VO.6 No.10, October 2006 3 A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

More information

Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networks

Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networks Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networs Christian Müller*, Anja Klein*, Fran Wegner**, Martin Kuipers**, Bernhard Raaf** *Communications Engineering Lab, Technische Universität

More information

Exploiting Vertical Diversity in Vehicular Channel Environments

Exploiting Vertical Diversity in Vehicular Channel Environments Exploiting Vertical Diversity in Vehicular Channel Environments Sangho Oh, Sanjit Kaul, Marco Gruteser Electrical & Computer Engineering, Rutgers University, 94 Brett Rd, Piscataway NJ 8854 Email: {sangho,

More information

A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information

A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information Xin Yuan Wei Zheng Department of Computer Science, Florida State University, Tallahassee, FL 330 {xyuan,zheng}@cs.fsu.edu

More information

PERFORMANCE EVALUATION OF AODV AND DSR IN FEASIBLE AND RANDOM PLACEMENT MODELS

PERFORMANCE EVALUATION OF AODV AND DSR IN FEASIBLE AND RANDOM PLACEMENT MODELS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.487

More information

Performance Analysis and Improvements for the Future Aeronautical Mobile Airport Communications System. Candidate: Paola Pulini Advisor: Marco Chiani

Performance Analysis and Improvements for the Future Aeronautical Mobile Airport Communications System. Candidate: Paola Pulini Advisor: Marco Chiani Performance Analysis and Improvements for the Future Aeronautical Mobile Airport Communications System (AeroMACS) Candidate: Paola Pulini Advisor: Marco Chiani Outline Introduction and Motivations Thesis

More information

Safety Message Power Transmission Control for Vehicular Ad hoc Networks

Safety Message Power Transmission Control for Vehicular Ad hoc Networks Journal of Computer Science 6 (10): 1056-1061, 2010 ISSN 1549-3636 2010 Science Publications Safety Message Power Transmission Control for Vehicular Ad hoc Networks 1 Ghassan Samara, 1 Sureswaran Ramadas

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch, David Maltz, David Johnson, Yih-Chun Hu and Jorjeta Jetcheva Computer Science Department Carnegie Mellon University

More information

Comparing the ns 3 Propagation Models

Comparing the ns 3 Propagation Models Comparing the ns 3 Propagation Models Mirko Stoffers School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, Georgia, USA Email: stoffers@gatech.edu George Riley School of

More information

Performance Analysis of DV-Hop Localization Using Voronoi Approach

Performance Analysis of DV-Hop Localization Using Voronoi Approach Vol.3, Issue.4, Jul - Aug. 2013 pp-1958-1964 ISSN: 2249-6645 Performance Analysis of DV-Hop Localization Using Voronoi Approach Mrs. P. D.Patil 1, Dr. (Smt). R. S. Patil 2 *(Department of Electronics and

More information

Location Discovery in Sensor Network

Location Discovery in Sensor Network Location Discovery in Sensor Network Pin Nie Telecommunications Software and Multimedia Laboratory Helsinki University of Technology niepin@cc.hut.fi Abstract One established trend in electronics is micromation.

More information

An Adaptive Indoor Positioning Algorithm for ZigBee WSN

An Adaptive Indoor Positioning Algorithm for ZigBee WSN An Adaptive Indoor Positioning Algorithm for ZigBee WSN Tareq Alhmiedat Department of Information Technology Tabuk University Tabuk, Saudi Arabia t.alhmiedat@ut.edu.sa ABSTRACT: The areas of positioning

More information

Performance Analysis of Cooperative Communication System with a SISO system in Flat Fading Rayleigh channel

Performance Analysis of Cooperative Communication System with a SISO system in Flat Fading Rayleigh channel Performance Analysis of Cooperative Communication System with a SISO system in Flat Fading Rayleigh channel Sara Viqar 1, Shoab Ahmed 2, Zaka ul Mustafa 3 and Waleed Ejaz 4 1, 2, 3 National University

More information

An Algorithm for Localization in Vehicular Ad-Hoc Networks

An Algorithm for Localization in Vehicular Ad-Hoc Networks Journal of Computer Science 6 (2): 168-172, 2010 ISSN 1549-3636 2010 Science Publications An Algorithm for Localization in Vehicular Ad-Hoc Networks Hajar Barani and Mahmoud Fathy Department of Computer

More information

Performance Study of MIMO-OFDM System in Rayleigh Fading Channel with QO-STB Coding Technique

Performance Study of MIMO-OFDM System in Rayleigh Fading Channel with QO-STB Coding Technique e-issn 2455 1392 Volume 2 Issue 6, June 2016 pp. 190 197 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Performance Study of MIMO-OFDM System in Rayleigh Fading Channel with QO-STB Coding

More information

A Study for Finding Location of Nodes in Wireless Sensor Networks

A Study for Finding Location of Nodes in Wireless Sensor Networks A Study for Finding Location of Nodes in Wireless Sensor Networks Shikha Department of Computer Science, Maharishi Markandeshwar University, Sadopur, Ambala. Shikha.vrgo@gmail.com Abstract The popularity

More information

Improved Directional Perturbation Algorithm for Collaborative Beamforming

Improved Directional Perturbation Algorithm for Collaborative Beamforming American Journal of Networks and Communications 2017; 6(4): 62-66 http://www.sciencepublishinggroup.com/j/ajnc doi: 10.11648/j.ajnc.20170604.11 ISSN: 2326-893X (Print); ISSN: 2326-8964 (Online) Improved

More information

Modeling Connectivity of Inter-Vehicle Communication Systems with Road-Side Stations

Modeling Connectivity of Inter-Vehicle Communication Systems with Road-Side Stations Modeling Connectivity of Inter-Vehicle Communication Systems with Road-Side Stations Wen-Long Jin* and Hong-Jun Wang Department of Automation, University of Science and Technology of China, P.R. China

More information

Deployment and Radio Resource Reuse in IEEE j Multi-hop Relay Network in Manhattan-like Environment

Deployment and Radio Resource Reuse in IEEE j Multi-hop Relay Network in Manhattan-like Environment Deployment and Radio Resource Reuse in IEEE 802.16j Multi-hop Relay Network in Manhattan-like Environment I-Kang Fu and Wern-Ho Sheen Department of Communication Engineering National Chiao Tung University

More information

Chapter- 5. Performance Evaluation of Conventional Handoff

Chapter- 5. Performance Evaluation of Conventional Handoff Chapter- 5 Performance Evaluation of Conventional Handoff Chapter Overview This chapter immensely compares the different mobile phone technologies (GSM, UMTS and CDMA). It also presents the related results

More information

Wireless Mesh Networks

Wireless Mesh Networks Wireless Mesh Networks Renato Lo Cigno www.disi.unitn.it/locigno/teaching Part of this material (including some pictures) features and are freely reproduced from: Ian F.Akyildiz, Xudong Wang,Weilin Wang,

More information

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Mostafa Arbabi Monfared Department of Electrical & Electronic Engineering Eastern Mediterranean University Famagusta,

More information

for Vehicular Ad Hoc Networks

for Vehicular Ad Hoc Networks Distributed Fair Transmit Power Adjustment for Vehicular Ad Hoc Networks Third Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON 06) Reston, VA,

More information

1.1 Introduction to the book

1.1 Introduction to the book 1 Introduction 1.1 Introduction to the book Recent advances in wireless communication systems have increased the throughput over wireless channels and networks. At the same time, the reliability of wireless

More information

Performance Evaluation of Mobile Wireless Communication Channel Gangeshwar Singh 1 Vaseem Khan 2

Performance Evaluation of Mobile Wireless Communication Channel Gangeshwar Singh 1 Vaseem Khan 2 IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 11, 2015 ISSN (online): 2321-0613 Performance Evaluation of Mobile Wireless Communication Channel Gangeshwar Singh 1 Vaseem

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information