Calibrating And Comparing Simulators for Wireless Sensor Networks

Size: px
Start display at page:

Download "Calibrating And Comparing Simulators for Wireless Sensor Networks"

Transcription

1 211 Eighth IEEE International Conference on Mobile Ad-Hoc and Sensor Systems Calibrating And Comparing Simulators for Wireless Sensor Networks Andriy Stetsko, Martin Stehlík, Vashek Matyas Faculty of Informatics, Masaryk University, Brno, Czech Republic {xstetsko, xstehl2, Abstract In this paper, we present our findings from the calibration and comparison of selected simulators for wireless sensor networks. This work is motivated by our current research on a framework that optimizes a network-based intrusion detection system for a given application. For this purpose, we need a simulator that supports realistic models for topology, antenna, radio propagation, noise, radio, medium access control and energy consumption factors that can influence the performance of an intrusion detection system, which is intended to be run on the medium access control layer. In the paper, we consider four open-source simulators,, and. We compare these simulators and run a set of experiments on MICAz sensor nodes in the indoor and outdoor environment. Based on the data gathered from the real experiments, we calibrate the radio propagation and noise models of,, and. Also, we calibrate the energy consumption model of, and according to the MICAz datasheet. We present the results from the simulations and compare them between each other. Even though the simulators are set in the same way, their results significantly differ from each other. In the paper, we discuss possible reasons of the differences. Keywords-calibration; comparison; simulator; wireless sensor network. I. INTRODUCTION A wireless sensor network (WSN) consists of sensor nodes standalone devices equipped with a microcontroller, a radio, sensors and a set of batteries. The device measures a physical phenomenon and sends the measurements to a base station through its wireless interface. When a sensor node cannot directly communicate with a base station it uses hop-by-hop communication. WSNs are assumed to be used in different scenarios (e.g., emergency response, wildlife or battlefield monitoring) since they can be easily deployed in an area without additional investments to a cable installation. However, the advantage turns into a disadvantage when energy resources are considered. A common sensor node has only two AA batteries. When a WSN is assumed to be left unattended, which is a common case, energy saving becomes a tricky task. A lot of new protocols that take the specifics of WSNs into account has been proposed, e.g., medium access control (MAC) and routing protocols, key distribution and intrusion detection schemes. However, only a small number of them were tested on real hardware. When a testbed includes dozens or hundreds of sensor nodes, the testing becomes a significantly more time consuming process in comparison to simulations, which provide an easy and relatively fast evaluation of proposals. However, the simulation results are inaccurate (often, even misleading) when realistic models are not used or they are not properly calibrated. In [1], Kurkowski et al. surveyed 2-25 proceedings of the MobiHoc conference and presented shortfalls found in the simulation methodology. Model validation and verification was one of them according to the authors, many researchers download a simulator, compile it and begin to run simulations. The authors emphasized that a simulation model must be validated before any experiment takes place. In [2], Hurni et al. calibrated and validated the energy consumption model of OMNeT++ Mobility Framework for the WiseMAC protocol. In order to evaluate a protocol that runs at a certain layer, we need to calibrate and validate the layers underneath. In our research, we focus on intrusion detection systems (IDSs), which collect data at the MAC layer by overhearing the communication between the neighbors. Currently, we are working on a framework that optimizes an IDS for a given application. For more information on the conceptual design of the framework, see [3]. The optimization process requires to repeat the evaluation of an IDS with different settings. The optimization on real hardware is not considered due to several reasons. First, the evaluation on real hardware takes significantly more time than in a simulator. Second, the purchase of a large network is not always feasible due to the current price of a sensor node (about e8). As optimization metrics we choose accuracy (expressed by a number of false positives and a number of false negatives) and energy consumption. For more information on the metrics see [4]. Since the accuracy of a network-based IDS is highly dependent on its ability to overhear packets, its evaluation results depend on the proper calibration of the wireless channel, antenna and radio. Although we can find an accurate IDS, it may consume so much energy that nobody will deploy such an IDS in a real scenario. Hence, energy consumption should be taken into account and it should be properly modeled as well. To our best knowledge, the selection of proper models, calibration of these models remains an open issue in wireless sensor networks. In Section II, we present a theoretical comparison of four selected open-source simulators (,, and ), focusing on topology, an /11 $ IEEE DOI 1.119/MASS

2 tenna, radio propagation, noise, radio, medium access control and energy consumption modeling. In Subsection III-A, we proceed with a description of two experiments, which we run on MICAz sensor nodes in the indoor and outdoor environment in order to calibrate the radio propagation and noise models. The calibration process is described in the same subsection. In Subsection III-B, we describe an experiment in which we measure energy consumption of two sensor nodes running two different applications. We calibrate the energy consumption model of, and according to the MICAz and CC242 radio datasheets. In Section IV, we present and compare the results from the calibrated simulators. The possible reasons of the differences are mentioned in the same section. We conclude the work in Section V. II. THEORETICAL COMPARISON In this section, we present the theoretical comparison of the selected simulators with focus on topology, wireless channel, antenna, radio, MAC layer and energy consumption modeling. We selected the simulators based on the following criteria. First, it should support the simulation of WSNs. Second, it should be open-source. Third, the simulator should be actively supported by its developers. Although more simulators meet our criteria, due to the limitation on human/time resources, we consider only four of them (the most promising ones from our point of view) (version 3.), (version 2.1), (version that comes with TinyOS 2.1.1) and (version 9.7). emulates the TinyOS operating system and provides models for a network simulation. and are frameworks that are built on top of the OMNeT++ platform and extend it with the models for a simulation of WSNs. and are network simulators that do not emulate hardware or any of the existing operating systems. is also a network simulator but it can be used together with WSim a platform simulation tool which can run a native code generated for the target microcontroller (currently, only TI MSP43 is supported). A. Antenna All of the considered simulators only provide the model for an omni-directional antenna., however, provides a possibility for a user to implement own antenna model with a non omni-directional radiation pattern. Sensor nodes may integrate either an internal or an external antenna. For an external monopole or dipole antenna (e.g., a quarter-wave whip antenna used in a MICAz sensor node [5]), the horizontal radiation pattern is omnidirectional. However, for an internal inverted-f antenna used in a tmote sky sensor node, the horizontal radiation pattern is non omni-directional [6]. The simulation of a non omnidirectional antenna with a simplified omni-directional model might be inaccurate. B. Topology In, and a node location can be modeled by 3-dimensional Euclidean coordinates. supports only 2-dimensional coordinates. All of the considered simulators allow to set a topology manually or generate it automatically. can generate a topology where nodes are placed randomly (following a uniform distribution), into a grid or into a grid with variations. can generate a topology by setting node coordinates to randomly generated numbers. comes with the wsnet-topogen a tool intended for a topology generation. The tool allows to generate a topology with uniformly distributed nodes (for a given density), a static number of nodes, nodes placed in a form of grid. Additionally, the topology can be shaped into a circle or rectangle and it can contain holes or clusters. In, a topology creation is significantly different from other simulators. The topology is represented as a weighted oriented graph, where each edge specifies the received signal power (gain) between two nodes and the coordinates are not considered. offers the Javabased tool called LinkLayerModel which calculates the gains between each two nodes based on a topology (specified in 2-dimensional Euclidean metric space) and a wireless channel model. This tool allows to generate a grid, a grid with variations or randomly distributed topologies. C. Wireless Channel In our work, we consider only static sensor nodes. Hence, we do not examine models (or extensions) that take sensor nodes mobility into account.,, and implement the widely used log-normal shadowing model. The model calculates an average received power P r (d) at distance d from a transmitter using the following formula: P r (d)[dbm] = P r (d )[dbm] 1 n log 1 ( d d )+X δ (1) where P r (d ) is an average power at reference distance d, n is a path loss exponent, and X δ is a random variable that follows N(, δ 2 ) distribution. For more information on the model see [7]. extends the log-normal shadowing model with the temporal variation model [8]. In addition to the log-normal shadowing model, provides the ITU Indoor radio propagation model, Rayleigh and Nakagami fading models. D. Noise The noise modeling has a high impact on the reception of packets., and model noise as a constant value that does not change with time. uses the Closest Pattern Matching (CPM) algorithm that calculates a statistical model capturing noise and interferences appearing in the wireless environment. The input of the algorithm is a noise trace file based on empirical measurements. 734

3 E. Radio and MAC In the experiments, we used MICAz sensor nodes (see Section III). The nodes are equipped with a 24 MHz CC242 radio. The radio is compatible with the IEEE standard, which specifies PHY and MAC layers of a networking stack. We check whether the considered simulators provide models for CC242 PHY and MAC layers., and directly support a CC242 radio. provides the radio model with possibility to select between 8 MHz, 9 MHz and 24 MHz bands (as defined in the standard). If more than one signal is received by a node in, or, a signal-to-interference-plus-noise-ratio (SINR) is calculated. Based on the SINR and modulation scheme, the bit error rate (BER) is calculated. Based on the BER and packet length, the decision about a packet reception is made. Additionally, takes the encoding into account for the computation of packet error rate (PER). The comes with another approach where PER is calculated based on the empirical measured data with a CC242 radio chip., and have a model for the CSMA-CA unslotted protocol. provides Configurable CSMA, which offers several functions for controlling parameters of back-off behavior. In TinyOS, Configurable CSMA is set up to correspond to the behavior of a CC242 radio chip by default. F. Energy Consumption, and model the energy consumption as the linear depletion of a battery. Specific node operations can draw energy, which is subtracted from the remaining battery capacity. and allow to specify values for energy consumptions of a radio chip in different modes (receiving, transmitting and sleeping). also models energy consumption of the transitions between any of these radio modes and energy consumption of a microcontroller. models energy consumption of only two transitions between receiving and transmitting modes. allows to specify the energy consumption of a node in two modes when transmitting or receiving a packet. does not have a direct support for energy consumption. The development of its extension Power- was terminated in 25 and is no longer supported. III. CALIBRATION We ran a series of indoor and outdoor experiments on MICAz sensor nodes to calibrate a wireless channel model. The energy consumption model was calibrated according to the MICAz and CC242 datasheets. Our testbed consists of a base station, transmitter and receiver. In order to automate the process of experiments setting and data collection, we implemented four applications. The first application is written in Java and it is intended to be run on a laptop. Using it, we were able to set the transmission power of the transmitter, a number of packets to be sent, a time interval between two consecutive packet transmissions. Using the same application, we collected data from a receiver. The second application is run on a base station, which is connected to a laptop through the USB and serves as a gateway between the laptop and sensor nodes. The application simply forwards packets with requests from the laptop to sensor nodes and packets with responses from the sensor nodes to the laptop. The third application is run on a transmitter, it receives settings from the base station and transmits packets according to these settings. The last application is intended to be run on a receiving sensor node. Its primary goal is to record a number of received packets together with their received signal powers. When a request to send statistics comes from a base station, the receiver calculates average signal power, its standard deviation and send them together with a number of received packets to the base station. A. Radio Propagation Model We calibrated the log-normal shadowing model for a specific topology in two different environments indoor and outdoor. In order to calibrate a simulator for the environment (not only a specific topology), more extensive experiments are required. Sensor nodes should be placed in different locations of the environment to get the average signal power and deviation for a certain distance. The first set of experiments was run at an old football pitch, the second one in a corridor of the building where our laboratory is situated. The corridor is over 5 m long and 2.14 m wide. 3 cm high paper boxes with sensor nodes at top of them were put along the corridor at the same distance from the both walls. Our testbed consists of 3 MICAz sensor nodes. One of the sensor nodes was set up as a transmitter, another one as a base station. The remaining one was set up as a receiver. The transmitter sent 1 packets, each packet every 5 ms. The packet size was 11 B. The transmission power was set to minimum possible one, i.e., 25 dbm. The sensor nodes were configured to use a channel number 26. The experiment was repeated i times, each time putting the receiver at a different distance d i (i N) from the transmitter. At a distance d i, the receiver calculated the average signal power value P i for all n i (n i N, n i 1) successfully received packets. The values of P i for different distances d i are depicted in Figure 1. As expected, the graph for the outdoor environment is smoother than the graph for the 735

4 *log (a) Outdoor *log (b) Indoor Figure 1: Relationship between an average signal power and a distance from the transmitter. indoor environment. The most likely reason is signal reflections from the walls as well as a higher number of networks operating on the same or adjacent frequencies. At the old football pitch, there were only several networks using the channels 7, 11 and 12 (specified in the standard), which do not overlap with the channel 26 (specified in the standard) [9]. In the building, there were more than fifteen networks using the channels 1, 3, 5, 7, 11 and 13, where the last one overlaps with the channel 26 [9]. The log-normal shadowing model involves three parameters, a signal power at a reference distance P (d ), a path loss exponent n and a deviation δ (see Subsection II-C). We took 1 m as the reference distance. The signal power at the reference distance was set to dbm 1. X δ was set to zero. Since it follows N(, δ 2 ) distribution, after a high number of repetition (1 in our case) the mean value should be zero. Using the non-linear least squares method (implemented in the Curve Fitting Toolbox of MATLAB R21b), we found the optimal value of the parameter n, so the model fits the real data in the best possible way. For the indoor environment, n = 1.56, while for the outdoor environment n = The fitting curves are depicted in Figure 1. The other possibility was to set P (d ) to the value measured during the experiment ( 7 dbm for both environments, see Figure 1) or to optimize it together with the path loss exponent n. Both approaches may result into more accurate simulation results. However, only and 1 It is calculated using the Friis equation for a 248 MHz wave frequency (corresponds to channel number 26), setting antenna gains of a tranceiver and a receiver to 1. allow to set the signal power at a reference distance without their source code modification. and calculate it automatically using the Friis equation. B. Energy Consumption Model We measured energy consumption of two MICAz sensor nodes. One of them was running the transmitter application, the second one the receiver application. The transmitter sent 6 packets, each packet every 1 ms. The packet size was 11 B. The transmitter power was set to 25 dbm. Both sensor nodes were equipped with two AA batteries. In order to measure the energy consumption, we used the widely accepted approach which utilizes a shunt resistor. We put a 1 Ω resistor into a current path. Using the PicoScope 4224 oscilloscope (sampling at the 1 MHz frequency), we measured the supply voltage and voltage over the resistor. For both sensor nodes, the average supply voltage (during the experiment) was the same and equal to V. Using MATLAB for processing of the gathered data, we obtained the following results. The transmitter consumed.3373 J, while the receiver consumed.3483 J. The energy consumption model in the simulators was set in accordance to the MICAz and CC242 datasheets. A CC242 radio chip consumes 18.3 ma (8.5 ma) in a receiving (transmitting) mode when a supply voltage is 3.3 V [1]. We converted these values for the case when a supply voltage is V. The radio chip consumes ma ( ma) in a receiving (transmitting) mode when the supply voltage is V. The power consumption (multiplication of the current and supply voltage) is then equal to mw (18.75 mw) in a receiving (transmitting) mode. In, there is also a possibility to set the energy consumption of a microcontroller. We set it to mw (according to [11]) which is ma * V. IV. VALIDATION In this section, we present the results from,, and simulators set in way we described in Section III. A. Radio Propagation Model A topology was set manually. Nodes formed a line. First of them was a transmitter, others were receivers. The first receiver was at the distance of 1 m from the transmitter. The distance between the receivers was 1 m. The total number of nodes varied for different simulators (simulations). It was set in such a way that the last node did not receive any packets from the transmitter. The transmitter sent 1 packets, each packet every 5 ms. The transmission power was set to 25 dbm. The size of packet was 11 B. Each node recorded the number of received packets, signal power of the received packets and calculated the average value. 736

5 *log (a) Outdoor *log (b) Indoor Figure 2: Relationship between the average signal power and distance (a) Outdoor (b) Indoor Figure 3: Relationship between the number of received packets and signal power. 95 The file with the noise floor sampled by a sensor node during the experiments was used as the input for the noise model of. In and, we set the noise floor to dbm and dbm for the outdoor and indoor environment, respectively (i.e., we used the mean values of the measured noise floor). The deviation δ was set to.57 and.48 for the outdoor and indoor environment, respectively. These values come from the experiments, which we described in Subsection III-A. In, and we used the CC242 radio. In, we utilized the radio for the 24 MHz band. The simulation was repeated only once, which helped us to reveal some interesting facts about the simulators. The relationship between the average signal power and distance is depicted in Figure 2. For both environments, the results from perfectly match the fitting curves from the calibration. The results from and are different since they generate X δ for a certain link and keep it unchanged during the whole simulation. On the contrary, and generate X δ for every packet and every second, respectively. The relationship between the number of received packets and the averaged signal power is depicted in Figure 3. In and the nodes received packets up to 95 dbm, while in and sensor nodes stop receiving packets at approximately 9 dbm threshold. It might be caused by differently implemented mechanisms which translate SINR into a packet reception probability. Finally, the relationship between the number of received packets and distance is depicted in Figure 4. Even though the simulators were calibrated and were set in the same way, their results are significantly different. Again, this might be caused by differently implemented mechanisms, which translate SINR into a packet reception probability. B. Energy Consumption Model We simulated only two sensor nodes, at the distance of 1 m from each other. The receiver has been receiving all of (a) Outdoor, both simulations and real measurements (b) Indoor, simulations (c) Indoor, real measurements Figure 4: Relationship between the number of received packets and distance. the transmitted packets. The packet size was set to 11 B, 6 packets were sent, each every 1 ms. The results from the simulators are listed in Table I. The results from were significantly different from the results from, and the real measurements. A deeper investigation showed that counts energy consumption only when a node is receiving or transmitting a packet. Although in the real experiment, a node was always in the receiving mode, the does not take this into account. Also, the code analysis shows that the packet transmission takes.176 ms, which does not correspond to reality. In the reality, a packet transmission (or reception) takes between 1 and 1.5 ms (see Figure 5). 737

6 Voltage, V Table I: Energy consumption. Simulator Transmitter Receiver (radio) J J (radio + CPU) J J J J.1975 J.4369 J Real measurements.3373 J.3483 J Time, ns (a) Transmitting Voltage, V Time, ns (b) Receiving Figure 5: Voltage over resistor. V. CONCLUSION In this work, we compared,, and simulators in both theoretical and experimental ways. The theoretical comparison revealed the following. None of these simulators provide a model for non omni-directional antenna. These simulators provide more than one model for radio propagation, one of which is the widely accepted log-normal shadowing model. The energy consumption is modeled as a linear depletion of a battery in, and. does not model the energy consumption. We ran a set of experiments on MICAz sensor nodes and calibrated the simulators. We simulated the same scenarios as in the real experiments and compared the results. The simulations revealed that even though the simulators were set in the same way, their results (e.g., an energy consumption, a number of received packets) significantly differ from each other. In order to add both more realism and credibility to simulation results, researchers should calibrate and validate the models (e.g., for radio propagation, energy consumption) used in simulators based on the data collected from (smallscale) real experiments. Also, a continuous comparison of simulators should be undertaken. It would help to understand the differences in simulators, to reveal their design and implementation mistakes, to unify the simulators in the sense that they will provide the same results when set in the same way. Further, we plan to undertake a deeper investigation on the differences of simulators and to examine their impact on the performance of simulated protocols by implementing and simulating the same intrusion detection system on different simulators set in the same way. ACKNOWLEDGMENT We are grateful to Petr Hanáček, Filip Jurnečka, Jiří Kůr, Michal Král, Luděk Smolík, Tobiáš Smolka, Ihor Stetsko, Petr Švenda for the discussions and suggestions. Also, we thank the anonymous reviewers for their comments and suggestions that improved the paper. This work was supported by the project GAP22/11/422 and Andriy Stetsko was additionally supported by the project GD12/9/H42 of the Czech Science Foundation. REFERENCES [1] S. Kurkowski, T. Camp, and M. Colagrosso, MANET simulation studies: The incredibles, ACM Mobile Computing and Communications Review, vol. 9, pp. 5 61, 25. [2] P. Hurni and T. Braun, Calibrating wireless sensor network simulation models with real-world experiments, in IFIP-TC 6 Networking Conference. Springer-Verlag, 29, pp [3] A. Stetsko and V. Matyas, One size does not fit all how to approach intrusion detection in wireless sensor networks, in Annual Doctoral Workshop on Mathematical and Engineering Methods in Computer Science (MEMICS9). Schloss Dagstuhl Leibniz-Zentrum fuer Informatik, 29. [4] A. Stetsko and V. Matyas, Effectiveness metrics for intrusion detection in wireless sensor networks, in European Conference on Computer Network Defense. IEEE Computer Society, 29, pp [5] Memsic. Mote processor radio & mote interface boards user manual: Document part number: Rev A. [Online]. Available: [6] Moteiv. Tmote sky: Ultra low power IEEE compliant wireless sensor module. [Online]. Available: [7] T. Rappaport, Wireless Communications: Principles and Practice, 2nd ed. Upper Saddle River, NJ, USA: Prentice Hall PTR, 21. [8] A. Boulis. : A simulator for wireless sensor networks and body area networks: Version 3.2: User s manual. [Online]. Available: [9] IEEE Standard for Information technology Telecommunications and information exchange between systems Local and metropolitan area networks Specific requirements. Part 15.4: Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Low-Rate Wireless Personal Area Networks (WPANs), 26. [1] TI. CC GHz IEEE / ZigBee-ready RF transceiver. [Online]. Available: [11] Memsic. MICAz wireless measurement system. [Online]. Available: 738

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

Signal Propagation Measurements with Wireless Sensor Nodes

Signal Propagation Measurements with Wireless Sensor Nodes F E D E R Signal Propagation Measurements with Wireless Sensor Nodes Joaquim A. R. Azevedo, Filipe Edgar Santos University of Madeira Campus da Penteada 9000-390 Funchal Portugal July 2007 1. Introduction

More information

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements 15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements Simas Joneliunas 1, Darius Gailius 2, Stasys Vygantas Augutis 3, Pranas Kuzas 4 Kaunas University of Technology, Department

More information

Study of RSS-based Localisation Methods in Wireless Sensor Networks

Study of RSS-based Localisation Methods in Wireless Sensor Networks Study of RSS-based Localisation Methods in Wireless Sensor Networks De Cauwer, Peter; Van Overtveldt, Tim; Doggen, Jeroen; Van der Schueren, Filip; Weyn, Maarten; Bracke, Jerry Jeroen Doggen jeroen.doggen@artesis.be

More information

Measurement and Experimental Characterization of RSSI for Indoor WSN

Measurement and Experimental Characterization of RSSI for Indoor WSN International Journal of Computer Science and Telecommunications [Volume 5, Issue 10, October 2014] 25 ISSN 2047-3338 Measurement and Experimental Characterization of RSSI for Indoor WSN NNEBE Scholastica.

More information

ZigBee-based Intra-car Wireless Sensor Network

ZigBee-based Intra-car Wireless Sensor Network This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the ICC 27 proceedings. ZigBee-based Intra-car Wireless Sensor Network Hsin-Mu

More information

Open Access Research on RSSI Based Localization System in the Wireless Sensor Network

Open Access Research on RSSI Based Localization System in the Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1139-1146 1139 Open Access Research on RSSI Based Localization System in the Wireless Sensor

More information

Location Estimation in Ad-Hoc Networks with Directional Antennas

Location Estimation in Ad-Hoc Networks with Directional Antennas Location Estimation in Ad-Hoc Networks with Directional Antennas Nipoon Malhotra, Mark Krasniewski, Chin-Lung Yang, Saurabh Bagchi, William Chappell School of Electrical and Computer Engineering Purdue

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

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks By Beakcheol Jang, Jun Bum Lim, Mihail Sichitiu, NC State University 1 Presentation by Andrew Keating for CS577 Fall 2009 Outline

More information

Application Note AN041

Application Note AN041 CC24 Coexistence By G. E. Jonsrud 1 KEYWORDS CC24 Coexistence ZigBee Bluetooth IEEE 82.15.4 IEEE 82.11b WLAN 2 INTRODUCTION This application note describes the coexistence performance of the CC24 2.4 GHz

More information

FTSP Power Characterization

FTSP Power Characterization 1. Introduction FTSP Power Characterization Chris Trezzo Tyler Netherland Over the last few decades, advancements in technology have allowed for small lowpowered devices that can accomplish a multitude

More information

0. Brief Introduction

0. Brief Introduction The IEEE 802.15.4 standard specifies that a radio's PHY layer must provide an 8-bit integer value as an estimate of received signal power. This value is commonly known as Received Signal Strength Indication

More information

Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study

Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study M. Yousof Naderi, Kaushik R. Chowdhury, Stefano Basagni, Wendi Heinzelman, Swades De, and Soumya Jana Department

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Sistemas de Última Generación para la Observación, Predicción y Vigilancia Activa de Espacios Naturales Forestales en la Macaronesia FORESMAC

Sistemas de Última Generación para la Observación, Predicción y Vigilancia Activa de Espacios Naturales Forestales en la Macaronesia FORESMAC F E D E R Sistemas de Última Generación para la Observación, Predicción y Vigilancia Activa de Espacios Naturales Forestales en la Macaronesia FORESMAC (INTERREG III B, 05/MAC/2.3/C16) Madeira Programa

More information

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks He Ba, Ilker Demirkol, and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester

More information

Antenna Performance. Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary...

Antenna Performance. Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary... Antenna Performance Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary... 9 06/15/07 135765 Introduction In this new age of wireless

More information

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Richard Su, Thomas Watteyne, Kristofer S. J. Pister BSAC, University of California, Berkeley, USA {yukuwan,watteyne,pister}@eecs.berkeley.edu

More information

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Theofilos Chrysikos (1), Giannis Georgopoulos (1) and Stavros Kotsopoulos (1) (1) Wireless Telecommunications Laboratory Department of

More information

A Modelof Real-Time Outdoor Wireless Monitoring

A Modelof Real-Time Outdoor Wireless Monitoring International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, Volume 8, Issue 7 (September 2013), PP. 89-94 A Modelof Real-Time Outdoor Wireless Monitoring Dr Ezechukwu

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks

ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks Shan Lin, Jingbin Zhang, Gang Zhou, Lin Gu, Tian He, and John A. Stankovic Department of Computer Science, University of Virginia

More information

Multihop Routing in Ad Hoc Networks

Multihop Routing in Ad Hoc Networks Multihop Routing in Ad Hoc Networks Dr. D. Torrieri 1, S. Talarico 2 and Dr. M. C. Valenti 2 1 U.S Army Research Laboratory, Adelphi, MD 2 West Virginia University, Morgantown, WV Nov. 18 th, 20131 Outline

More information

Common Control Channel Allocation in Cognitive Radio Networks through UWB Multi-hop Communications

Common Control Channel Allocation in Cognitive Radio Networks through UWB Multi-hop Communications The first Nordic Workshop on Cross-Layer Optimization in Wireless Networks at Levi, Finland Common Control Channel Allocation in Cognitive Radio Networks through UWB Multi-hop Communications Ahmed M. Masri

More information

ZigBee Propagation Testing

ZigBee Propagation Testing ZigBee Propagation Testing EDF Energy Ember December 3 rd 2010 Contents 1. Introduction... 3 1.1 Purpose... 3 2. Test Plan... 4 2.1 Location... 4 2.2 Test Point Selection... 4 2.3 Equipment... 5 3 Results...

More information

Secret Key Extraction in MIMO like Sensor Networks Using Wireless Signal Strength

Secret Key Extraction in MIMO like Sensor Networks Using Wireless Signal Strength Secret Key Extraction in MIMO like Sensor Networks Using Wireless Signal Strength Sriram Nandha Premnath Academic Advisors: Sneha K. Kasera, Neal Patwari nandha@cs.utah.edu, kasera@cs.utah.edu, npatwari@ece.utah.edu

More information

Wireless Ad hoc and Sensor Network Underground with Sensor Data in Real-Time

Wireless Ad hoc and Sensor Network Underground with Sensor Data in Real-Time Wireless Ad hoc and Sensor Network Underground with Sensor Data in Real-Time Emmanuel Odei-Lartey, Klaus Hartmann Center for Sensor Systems, University of Siegen Paul-Bonatz-Str. 9-11, 57068 Siegen, Germany

More information

Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario

Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario Millimeter Wave Small-Scale Spatial Statistics in an Urban Microcell Scenario Shu Sun, Hangsong Yan, George R. MacCartney, Jr., and Theodore S. Rappaport {ss7152,hy942,gmac,tsr}@nyu.edu IEEE International

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

Effect of Antenna Placement and Diversity on Vehicular Network Communications

Effect of Antenna Placement and Diversity on Vehicular Network Communications Effect of Antenna Placement and Diversity on Vehicular Network Communications IAB, 3 rd Dec 2007 Sanjit Kaul {sanjit@winlab.rutgers.edu} Kishore Ramachandran {kishore@winlab.rutgers.edu} Pravin Shankar

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

Optimizing the Performance of MANET with an Enhanced Antenna Positioning System

Optimizing the Performance of MANET with an Enhanced Antenna Positioning System 50 Optimizing the Performance of MANET with an Enhanced Antenna Positioning System Jackline Alphonse and Mohamed Naufal M.Saad Electrical and Electronics Department, Universiti Teknologi PETRONAS, Bandar

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

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS 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. 4, Issue. 5, May 2015, pg.955

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #4: Medium Access Control Power/CarrierSense Control, Multi-Channel, Directional Antenna Tamer Nadeem Dept. of Computer Science Power & Carrier Sense

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

User Guide for the Calculators Version 0.9

User Guide for the Calculators Version 0.9 User Guide for the Calculators Version 0.9 Last Update: Nov 2 nd 2008 By: Shahin Farahani Copyright 2008, Shahin Farahani. All rights reserved. You may download a copy of this calculator for your personal

More information

Indoor Off-Body Wireless Communication Using Static Zero-Elevation Beamforming on Front and Back Textile Antenna Arrays

Indoor Off-Body Wireless Communication Using Static Zero-Elevation Beamforming on Front and Back Textile Antenna Arrays Indoor Off-Body Wireless Communication Using Static Zero-Elevation Beamforming on Front and Back Textile Antenna Arrays Patrick Van Torre, Luigi Vallozzi, Hendrik Rogier, Jo Verhaevert Department of Information

More information

How Public Key Cryptography Influences Wireless Sensor Node Lifetime

How Public Key Cryptography Influences Wireless Sensor Node Lifetime How Public Key Cryptography Influences Wireless Sensor Node Lifetime Krzysztof Piotrowski and Peter Langendoerfer and Steffen Peter IHP Im Technologiepark 25 15236 Frankfurt (Oder), Germany September 18,

More information

MODELLING AND SIMULATION OF LOCAL AREA WIRELESS CHANNELS FOR WLAN PERFORMANCE ANALYSIS

MODELLING AND SIMULATION OF LOCAL AREA WIRELESS CHANNELS FOR WLAN PERFORMANCE ANALYSIS MODELLING AND SIMULATION OF LOCAL AREA WIRELESS CHANNELS FOR WLAN PERFORMANCE ANALYSIS Simmi Dutta, Assistant Professor Computer Engineering Deptt., Govt. College of Engg. & Tech., Jammu. Email: simmi_dutta@rediffmail.com;

More information

Two Improvements of Random Key Predistribution for Wireless Sensor Networks

Two Improvements of Random Key Predistribution for Wireless Sensor Networks Two Improvements of Random Key Predistribution for Wireless Sensor Networks Jiří Kůr, Vashek Matyáš, Petr Švenda Faculty of Informatics Masaryk University Capture resilience improvements Collision key

More information

SPECTRUM DECISION MODEL WITH PROPAGATION LOSSES

SPECTRUM DECISION MODEL WITH PROPAGATION LOSSES SPECTRUM DECISION MODEL WITH PROPAGATION LOSSES Katherine Galeano 1, Luis Pedraza 1, 2 and Danilo Lopez 1 1 Universidad Distrital Francisco José de Caldas, Bogota, Colombia 2 Doctorate in Systems and Computing

More information

Channel Propagation Measurement and Simulation of MICAz mote

Channel Propagation Measurement and Simulation of MICAz mote Channel Propagation Measurement and Simulation of MICAz mote Department of Electrical and Computer Engineering Naval Postgraduate School Monterey, CA 93943 USA {weilian, malzagha}@nps.edu http://web.nps.navy.mil/

More information

Radio propagation modeling on 433 MHz

Radio propagation modeling on 433 MHz Ákos Milánkovich 1, Károly Lendvai 1, Sándor Imre 1, Sándor Szabó 1 1 Budapest University of Technology and Economics, Műegyetem rkp. 3-9. 1111 Budapest, Hungary {milankovich, lendvai, szabos, imre}@hit.bme.hu

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

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

Research Article Topology Control Algorithm considering Antenna Radiation Pattern in Three-Dimensional Wireless Sensor Networks

Research Article Topology Control Algorithm considering Antenna Radiation Pattern in Three-Dimensional Wireless Sensor Networks International Journal of Distributed Sensor Networks Volume, Article ID 019, 11 pages http://dx.doi.org/.1//019 Research Article Topology Control Algorithm considering Antenna Radiation Pattern in Three-Dimensional

More information

Applicability of ZigBee Technology to Electric Motor Rotor Measurements

Applicability of ZigBee Technology to Electric Motor Rotor Measurements Applicability of ZigBee Technology to Electric Motor Rotor Measurements Ville Särkimäki, Risto Tiainen, Tuomo Lindh and Jero Ahola Department of Electrical Engineering Lappeenranta University of Technology

More information

Multipath fading effects on short range indoor RF links. White paper

Multipath fading effects on short range indoor RF links. White paper ALCIOM 5, Parvis Robert Schuman 92370 CHAVILLE - FRANCE Tel/Fax : 01 47 09 30 51 contact@alciom.com www.alciom.com Project : Multipath fading effects on short range indoor RF links DOCUMENT : REFERENCE

More information

Real-World Range Testing By Christopher Hofmeister August, 2011

Real-World Range Testing By Christopher Hofmeister August, 2011 Real-World Range Testing By Christopher Hofmeister August, 2011 Introduction Scope This paper outlines the procedure for a successful RF range test that provides quantitative data on how the RF link performs

More information

NIST Activities in Wireless Coexistence

NIST Activities in Wireless Coexistence NIST Activities in Wireless Coexistence Communications Technology Laboratory National Institute of Standards and Technology Bill Young 1, Jason Coder 2, Dan Kuester, and Yao Ma 1 william.young@nist.gov,

More information

Distributed spectrum sensing in unlicensed bands using the VESNA platform. Student: Zoltan Padrah Mentor: doc. dr. Mihael Mohorčič

Distributed spectrum sensing in unlicensed bands using the VESNA platform. Student: Zoltan Padrah Mentor: doc. dr. Mihael Mohorčič Distributed spectrum sensing in unlicensed bands using the VESNA platform Student: Zoltan Padrah Mentor: doc. dr. Mihael Mohorčič Agenda Motivation Theoretical aspects Practical aspects Stand-alone spectrum

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /TWC.2004.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /TWC.2004. Doufexi, A., Armour, S. M. D., Nix, A. R., Karlsson, P., & Bull, D. R. (2004). Range and throughput enhancement of wireless local area networks using smart sectorised antennas. IEEE Transactions on Wireless

More information

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009 Adaptive Sensor Selection Algorithms for Wireless Sensor Networks Silvia Santini PhD defense October 12, 2009 Wireless Sensor Networks (WSNs) WSN: compound of sensor nodes Sensor nodes Computation Wireless

More information

UWB Small Scale Channel Modeling and System Performance

UWB Small Scale Channel Modeling and System Performance UWB Small Scale Channel Modeling and System Performance David R. McKinstry and R. Michael Buehrer Mobile and Portable Radio Research Group Virginia Tech Blacksburg, VA, USA {dmckinst, buehrer}@vt.edu Abstract

More information

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples.

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. Antenna Basics This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. What Do Antennas Do? Antennas transmit radio

More information

RECOMMENDATION ITU-R M.1652 *

RECOMMENDATION ITU-R M.1652 * Rec. ITU-R M.1652 1 RECOMMENDATION ITU-R M.1652 * Dynamic frequency selection (DFS) 1 in wireless access systems including radio local area networks for the purpose of protecting the radiodetermination

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

RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks

RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks RSSI-Based Localization in Low-cost 2.4GHz Wireless Networks Sorin Dincă Dan Ştefan Tudose Faculty of Computer Science and Computer Engineering Polytechnic University of Bucharest Bucharest, Romania Email:

More information

An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks

An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks Haiming Chen 1,2, Li Cui 1, Shilong Lu 1,2 1 Institute of Computing Technology, Chinese Academy of Sciences

More information

Experimental Study of Concurrent Data and Wireless Energy Transfer for Sensor Networks

Experimental Study of Concurrent Data and Wireless Energy Transfer for Sensor Networks Experimental Study of Concurrent Data and Wireless Energy Transfer for Sensor Networks M. Yousof Naderi, Kaushik R. Chowdhury, Stefano Basagni, Wendi Heinzelman, Swades De, and Soumya Jana Department of

More information

IN Wireless Sensor Networks. Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes

IN Wireless Sensor Networks. Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes IN4181 - Wireless Sensor Networks Koen Langendoen Muneeb Ali, Aline Baggio Gertjan Halkes VLSI Trends: Moore s Law in 1965, Gordon Moore predicted that transistors would continue to shrink, allowing: doubled

More information

Effects of Beamforming on the Connectivity of Ad Hoc Networks

Effects of Beamforming on the Connectivity of Ad Hoc Networks Effects of Beamforming on the Connectivity of Ad Hoc Networks Xiangyun Zhou, Haley M. Jones, Salman Durrani and Adele Scott Department of Engineering, CECS The Australian National University Canberra ACT,

More information

THE APPLICATION OF ZIGBEE PHASE SHIFT MEASUREMENT IN RANGING

THE APPLICATION OF ZIGBEE PHASE SHIFT MEASUREMENT IN RANGING Acta Geodyn. Geomater., Vol. 12, No. 2 (178), 145 149, 2015 DOI: 10.13168/AGG.2015.0014 journal homepage: http://www.irsm.cas.cz/acta ORIGINAL PAPER THE APPLICATION OF ZIGBEE PHASE SHIFT MEASUREMENT IN

More information

FILTERING THE RESULTS OF ZIGBEE DISTANCE MEASUREMENTS WITH RANSAC ALGORITHM

FILTERING THE RESULTS OF ZIGBEE DISTANCE MEASUREMENTS WITH RANSAC ALGORITHM Acta Geodyn. Geomater., Vol. 13, No. 1 (181), 83 88, 2016 DOI: 10.13168/AGG.2015.0043 journal homepage: http://www.irsm.cas.cz/acta ORIGINAL PAPER FILTERING THE RESULTS OF ZIGBEE DISTANCE MEASUREMENTS

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

Agenda. A short overview of the CITI lab. Wireless Sensor Networks : Key applications & constraints. Energy consumption and network lifetime

Agenda. A short overview of the CITI lab. Wireless Sensor Networks : Key applications & constraints. Energy consumption and network lifetime CITI Wireless Sensor Networks in a Nutshell Séminaire Internet du Futur, ASPROM Paris, 24 octobre 2012 Prof. Fabrice Valois, Université de Lyon, INSA-Lyon, INRIA fabrice.valois@insa-lyon.fr 1 Agenda A

More information

Simulation of Outdoor Radio Channel

Simulation of Outdoor Radio Channel Simulation of Outdoor Radio Channel Peter Brída, Ján Dúha Department of Telecommunication, University of Žilina Univerzitná 815/1, 010 6 Žilina Email: brida@fel.utc.sk, duha@fel.utc.sk Abstract Wireless

More information

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Data Gathering Chapter 4 Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Environmental Monitoring (PermaSense) Understand global warming in alpine environment Harsh environmental conditions Swiss made

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

Capacity Enhancement in Wireless Networks using Directional Antennas

Capacity Enhancement in Wireless Networks using Directional Antennas Capacity Enhancement in Wireless Networks using Directional Antennas Sedat Atmaca, Celal Ceken, and Ismail Erturk Abstract One of the biggest drawbacks of the wireless environment is the limited bandwidth.

More information

Modulated Backscattering Coverage in Wireless Passive Sensor Networks

Modulated Backscattering Coverage in Wireless Passive Sensor Networks Modulated Backscattering Coverage in Wireless Passive Sensor Networks Anusha Chitneni 1, Karunakar Pothuganti 1 Department of Electronics and Communication Engineering, Sree Indhu College of Engineering

More information

2 Intelligent meter reading mode

2 Intelligent meter reading mode 3rd International Conference on Multimedia Technology(ICMT 2013) Intelligent water meter with low power consumption based on ZigBee technology Zhe Xie Rangding Wang 1 Abstract. A design of intelligent

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

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

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

The Deeter Group. Wireless Site Survey Tool

The Deeter Group. Wireless Site Survey Tool The Deeter Group Wireless Site Survey Tool Contents Page 1 Introduction... 3 2 Deeter Wireless Sensor System Devices... 4 3 Wireless Site Survey Tool Devices... 4 4 Network Parameters... 4 4.1 LQI... 4

More information

UNDERSTANDING AND MITIGATING

UNDERSTANDING AND MITIGATING UNDERSTANDING AND MITIGATING THE IMPACT OF RF INTERFERENCE ON 802.11 NETWORKS RAMAKRISHNA GUMMADI UCS DAVID WETHERALL INTEL RESEARCH BEN GREENSTEIN UNIVERSITY OF WASHINGTON SRINIVASAN SESHAN CMU 1 Presented

More information

DATE: June 14, 2007 TO: FROM: SUBJECT:

DATE: June 14, 2007 TO: FROM: SUBJECT: DATE: June 14, 2007 TO: FROM: SUBJECT: Pierre Collinet Chinmoy Gavini A proposal for quantifying tradeoffs in the Physical Layer s modulation methods of the IEEE 802.15.4 protocol through simulation INTRODUCTION

More information

Multipath Fading in Wireless Sensor Networks: Measurements and Interpretation

Multipath Fading in Wireless Sensor Networks: Measurements and Interpretation Multipath Fading in Wireless Sensor Networks: Measurements and Interpretation Daniele Puccinelli and Martin Haenggi Network Communication and Information Processing Laboratory University of Notre Dame

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

Optimized Asynchronous Multi-channel Neighbor Discovery

Optimized Asynchronous Multi-channel Neighbor Discovery Optimized Asynchronous Multi-channel Neighbor Discovery Niels Karowski TKN/TU-Berlin niels.karowski@tu-berlin.de Aline Carneiro Viana INRIA and TKN/TU-Berlin aline.viana@inria.fr Adam Wolisz TKN/TU-Berlin

More information

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Wei Ye and John Heidemann CS577 Brett Levasseur 12/3/2013 Outline Introduction Scheduled Channel Polling (SCP-MAC) Energy Performance Analysis Implementation

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

Sensor Network Platforms and Tools

Sensor Network Platforms and Tools Sensor Network Platforms and Tools 1 AN OVERVIEW OF SENSOR NODES AND THEIR COMPONENTS References 2 Sensor Node Architecture 3 1 Main components of a sensor node 4 A controller Communication device(s) Sensor(s)/actuator(s)

More information

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD Masashi Sugano yschool of Comprehensive rehabilitation Osaka Prefecture University -7-0, Habikino,

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

Communication Networks. Braunschweiger Verkehrskolloquium

Communication Networks. Braunschweiger Verkehrskolloquium Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium DLR, 03.02.2011 02 2011 Henrik Schumacher, IKT Introduction VANET = Vehicular Ad hoc NETwork Originally used to emphasize

More information

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Kyle Charbonneau, Michael Bauer and Steven Beauchemin Department of Computer Science University of Western Ontario

More information

A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization

A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization EE359 Course Project Mayank Jain Department of Electrical Engineering Stanford University Introduction

More information

Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks

Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks Mariam Kaynia and Nihar Jindal Dept. of Electrical and Computer Engineering, University of Minnesota Dept. of Electronics and Telecommunications,

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

Mathematical Problems in Networked Embedded Systems

Mathematical Problems in Networked Embedded Systems Mathematical Problems in Networked Embedded Systems Miklós Maróti Institute for Software Integrated Systems Vanderbilt University Outline Acoustic ranging TDMA in globally asynchronous locally synchronous

More information

Ad hoc and Sensor Networks Chapter 4: Physical layer. Holger Karl

Ad hoc and Sensor Networks Chapter 4: Physical layer. Holger Karl Ad hoc and Sensor Networks Chapter 4: Physical layer Holger Karl Goals of this chapter Get an understanding of the peculiarities of wireless communication Wireless channel as abstraction of these properties

More information

Industrial Wireless Systems

Industrial Wireless Systems Application Considerations Don Pretty Principal Engineer Geometric Controls Inc Bethlehem, PA Sheet 1 Ethernet Dominates on the Plant Floor Sheet 2 Recognize Any of These? Sheet 3 Answers: 10 BASE 2 RG

More information

Applying ITU-R P.1411 Estimation for Urban N Network Planning

Applying ITU-R P.1411 Estimation for Urban N Network Planning Progress In Electromagnetics Research Letters, Vol. 54, 55 59, 2015 Applying ITU-R P.1411 Estimation for Urban 802.11N Network Planning Thiagarajah Siva Priya, Shamini Pillay Narayanasamy Pillay *, Vasudhevan

More information

Jamming Wireless Networks: Attack and Defense Strategies

Jamming Wireless Networks: Attack and Defense Strategies Jamming Wireless Networks: Attack and Defense Strategies Wenyuan Xu, Ke Ma, Wade Trappe, Yanyong Zhang, WINLAB, Rutgers University IAB, Dec. 6 th, 2005 Roadmap Introduction and Motivation Jammer Models

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

ns-3 and wifi - An overview of physical layer models

ns-3 and wifi - An overview of physical layer models ns-3 and wifi - An overview of physical layer models Workshop on ns-3 in conjunction with SIMUTools 2009 March 2nd, 2009 Decentralized Systems and Network Services Research Group and Junior Research Group

More information