Design, Implementation, and Experiments on Outdoor Deployment of Wireless Sensor Network for Environmental Monitoring

Size: px
Start display at page:

Download "Design, Implementation, and Experiments on Outdoor Deployment of Wireless Sensor Network for Environmental Monitoring"

Transcription

1 Design, Implementation, and Experiments on Outdoor Deployment of Wireless Sensor Network for Environmental Monitoring Jukka Suhonen, Mikko Kohvakka, Marko Hännikäinen, and Timo D. Hämäläinen Tampere University of Technology / Institute of Computer and Digital Systems {jukka.suhonen, mikko.kohvakka, marko.hannikainen, timo.d.hamalainen}@tut.fi Abstract. This paper presents the design, implementation, and practical real world experiments of an energy optimized multi-hop wireless sensor network (WSN) targeted at environmental monitoring. The WSN is fully autonomous and consists of energy-efficient and scalable communication protocols and low-power hardware platform. Software tools are developed for configuring and analyzing large scale networks. The network has been deployed in outdoor environment consisting of 20 nodes covering over 2 km 2 area. The results show that the multihop network works autonomously, reacts to environmental changes, and is able to operate temperatures down to -30 C. The hardware nodes operating on 433 MHz frequency provide over 1 km communication distances, while still having sufficient throughput and low energy consumption. The deployed nodes had a lifetime of 6 months with a 1600 mah battery, while generating 4 packets per minute. 1 Introduction Wireless sensor network (WSN) is an emerging ad-hoc network technology that may consist of thousands of sensor nodes combining environment sensing, data processing, and wireless networking with extremely low energy and cost. Applications for WSN have been envisioned in home, outdoor, and industrial environments. An environmental sensor network can be deployed in hostile environments or over large geographical areas to provide accurate and localized data. The vast number of sensor nodes introduces several challenges. The network must be scalable and autonomous, as the reconfiguration of individual nodes is not feasible. Also, since recharging or changing power sources is not practical or possible, the network must be extremely energy-efficient to allow a lifetime of even several years [1]. Still, the network must have adequate throughput and delay for the target application. Few environmental monitoring applications utilizing WSN have been published. In NIMS [2], PC104 based devices use suspension cables to obtain low interference links to sensors deployed on the ground. Sensors perform complex data processing and aggregation, but the network itself is not suitable for large scale deployments. The implementation in [3] has wireless nodes that are inserted in glaciers. The network activity is low as sensors transmits readings to a base station once per day, which allows successful use of solar panels. [4] presents results with 25 multi-hop PicoNodes that utilize Bluetooth physical layer with a custom data link layer and energy aware routing scheme [5]. S. Vassiliadis et al. (Eds.): SAMOS 2006, LNCS 4017, pp , c Springer-Verlag Berlin Heidelberg 2006

2 110 J. Suhonen et al. While the results in office environment show less than 4% packet loss, nodes have only few months lifetime with two 1400 mah batteries. Implementations that are based on Mica II motes [6] have been published in [7], [8], and [9]. [7] introduces a multihop network that measures temperature in a vineyard consisting of 65 nodes. [8] presents a WSN for bird observation during four month deployment with 150 nodes. [9] describes a surveillance system for moving vehicles and consists of 70 nodes. Although the Mica platform provides adequate processing and sensor capabilities for most sensor applications, its energy consumption is too large to allow lifetime of years with low-capacity batteries. In general, the problem with the presented proposals is that the network has either too short lifetime, or the usage is limited to certain applications. This paper presents a measurement network that uses our WSN, referred to as Tampere University of Technology WSN (TUTWSN). The network has been developed to address the challenges on WSNs, gather experiences on applying a WSN for practical purposes, and to create tools and methods for analyzing a large scale network. Furthermore, the network addresses how to cover large area with long-range multi-hop communications, while still having low energy consumption. The measurement network is presented in Fig. 1. Our ultra-low power hardware nodes utilize a long-range 433 MHz radio. A node has an energy-efficient and scalable TUTWSN protocol stack containing embedded sensor applications, TUTWSN routing protocol (TUTWSNR), and a TDMA-based Medium Access Control (MAC). The developed sensor applications provide control access to node configuration, gather temperature readings, and collect WSN self-diagnostics for network analyzation purposes. A sensor node referred to as sink collects data from other nodes by injecting interests into the network. An interest defines gathered data and collection intervals. A configuration software run on a PC is used to set the interests without tedious reprogramming. A gateway computer receives data from the sink and forwards it to a specifically designed remote database over TCP/IP through a IPSec/VPN tunnel. An easy-to-use web software has been implemented for viewing measurements and network status. TUTWSN is the first WSN to provide extensive tool set for network analyzation and simulation. Cross-layer design has been used in network protocols to achieve energyefficiency and scalability. Although TUTWSN is used to receive temperature and selfdiagnostics packets in this paper, the network itself is bidirectional and symmetric, and can be used to transfer any data. Unlike other published environmental monitoring Fig. 1. Measurement network consisting of TUTWSN and network analyzation facilities. Protocol stack in sensor nodes contains communication protocols and sensor applications.

3 Design, Implementation, and Experiments on Outdoor Deployment of WSN 111 WSNs, TUTWSN has a long lifetime, while not being limited to a specific application. Also, the network can be implemented on nodes having very low memory and processing capabilities. The network is verified by an extensive deployment in outdoor environment. In our measurements, we use interests that instruct each node to send both its temperature and diagnostics information twice per minute. It should be noted that TUTWSN is autonomous, and does not need any user software or a connection to backbone networks to operate. The rest of the paper is organized as follows. TUTWSN protocol stack is presented in Section 2. Section 3 presents data visualization and network analyzation software. The prototype hardware is presented in Section 4. Section 5 presents the deployment and discusses the obtained results. Section 6 concludes the paper. 2 TUTWSN Protocol Stack The TUTWSN protocol stack contains MAC, routing, and application layers. TUT- WSN uses clustered mesh topology. A cluster consists of a cluster head and subnodes as shown in Fig. 2. A cluster head can receive and transmit data to any node within communication range, while subnodes save energy by communicating only with the cluster head. A sensor node can change its role between cluster head and subnode. 2.1 MAC Layer TUTWSN MAC uses TDMA-based channel access, where each cluster operates on its own frequency (cluster channel). In addition, a common network channel is used to advertise and detect clusters. A cluster head maintains a periodic data exchange structure (access cycle) on its cluster channel as shown in Fig. 3. An access cycle consists of active and idle periods. Active period begins with a cluster beacon (CB) that is followed by a super frame. A super frame consists of two type of communication slots, reserved and ALOHA slots. Data is exchanged in reserved slots that provide collision free communication. Contention based ALOHA slots are used when joining a cluster and requesting a reservation. Cluster beacons signal cluster information, time schedules, and slot allocations within current the active period. The communication between cluster head and subnodes takes place in the active period. During the idle period cluster head sleeps, communicates with other clusters, and sends/receives periodically network beacons (NB) in the common network channel. A network beacon contains cluster timing and channel information that is required for other nodes to gain sync to the cluster. The access cycle length and the number of ALOHA and reserved slots are adjustable parameters. The optimal access cycle length depends on the amount of the network traffic, because it causes a trade-off between delay, throughput, and energy consumption. Current implementation has 4 ALOHA slots, 8 reserved slots, and 2 s access cycle length. The parameters are selected by the expected traffic on the network. 2.2 Network Layer In TUTWSNR, each node maintains a routing table to known sinks. A node selects the neighbor that minimizes cost to the sink as its next hop. The cost is calculated from

4 112 J. Suhonen et al. Fig. 2. TUTWSN clustered mesh network topology Fig. 3. TDMA-based channel access in TUT- WSN MAC the number of hops to the sink, remaining energy, link reliability, and thetransmission power required to reach the next hop cluster. Sender decided unicast transmissions is used to communicate with the next hop nodes. A node joins its next hop cluster in MAC layer, thus becoming a member of that cluster. The routing begins with a setup phase. Initially, the sink sends routeadvertisement to its neighbors. When a cluster head receives new advertisement, it calculates a new cost to the sink based on the cost-field included in the packet and the cost that is required to reach the nexthopcluster.ifthecostdecreases,thenodechangesitsnexthopandsendsadvertisement with updated cost to its neighbors. Eventually, all nodes have a route to the sink. Sink asks data from nodes by declaring an interest that defines the type of data that the sink is interested in and reply generation interval (once, on change, or period). Furthermore, an interest can be limited to a certain group of sensor nodes by defining an area code or time-to-live field (hops from sink) into the interest. The interest is broadcast in the reverse direction of established gradients. When a node does not have a connection to the sink, it performs periodic network scans. After the node has detected its neighbors, the node request them for routes and interests. In this way, a node that is not part of the network establishes a route to the sink, when it is brought in the communication range of a connected cluster. After the routes have been established, extensive network scans are not needed. 2.3 Embedded Sensor Applications Sensor nodes have three embedded sensor applications, sensor control, temperature, and WSN self-diagnostics. A light-weight operating system (OS) provides timer services and message passing between application layer and network stack. A sensor control application handles received control messages, thus allowing remote configuration of a node. Temperature and self-diagnostics applications generate packets, if the node has received an interest requesting for that data. Temperature application performs sensing on a digital sensor or reads value from analog-to-digital converter (ADC). The sensing interval is set in the related interest. Also, the interest includes measurement range that defines the values that cause generation of a reply packet to the sink that defined the interest. WSN self-diagnostics application maintains statistics of sensor voltage, buffer state, performed network scans, a list of known neighbor nodes, and transmitted/received traffic counters.

5 Design, Implementation, and Experiments on Outdoor Deployment of WSN TUTWSN Prototype Hardware The hardware architecture of the prototype is presented in Fig. 4. Arctic operating conditions set high requirements for components and batteries. Thus, all the components have extended temperature range ( 40 C). The operation of the TUTWSN node is controlled by a Microchip PIC18LF4620 MCU. Available 64 kb program memory and 4 kb data memory are sufficient for TUTWSN protocol stack and application algorithms. 1 kb EEPROM is used for non-volatile configuration data, such as node address and node status log. The controller has high energy-efficiency and versatile power saving modes. Utilized clock frequency is 4 MHz resulting 1 MIPS performance. An internal 10-bit ADC is utilized for monitoring battery energy status. Nordic Semiconductor nrf905 operating at 433 MHz license-free frequency band is used as radio transceiver. Totally 9 non-overlapping frequency channels are available between MHz and MHz. Radio data rate is 50 kbps, which is adequate for low data rate WSN applications. Internal transmission and reception buffers and Cyclic Redundancy Check (CRC) error detection reduce MCU loading. The radio has 100 dbm sensitivity and adjustable transmission power from 10 dbm to +10 dbm enabling long transmission range with efficient antennae. A folded dipole antenna is implemented directly on a printed circuit board. The antenna is selected due to a small size and low directivity. Antenna impedance is also near to the transceiver output impedance requiring only a minimum impedance matching. In addition, the antenna fits well in a slim tube enclosure selected for the nodes. Temperature sensing is implemented by a Dallas Semiconductor DS620 sensor interfaced with a digital I2C bus. The sensor has ±0.5 C accuracy from 0 to +70 Cand an operating temperature range of 55 Cto+125 C. A CR123A primary lithium battery specified with 3 V / 1600 mah capacity and from 40 Cto+60 C operating temperature is selected as power source. Battery voltage is converted to 2.25 V supply voltage by a MAX1725 linear regulator. According to our measurements, linear regulators suit well for the WSN node current profile, which consists of very short and high current bursts, while around 99% of the time node is in low power sleep mode. The implemented long-range TUTWSN prototype is presented in Fig. 5. The prototype is 255 mm x 21 mm sized, and encapsulated in a waterproof plastic enclosure. Fig. 4. TUTWSN prototype hardware architecture Fig. 5. Long-range TUTWSN prototype

6 114 J. Suhonen et al. The prototype consists of two separate boards, one for MCU, radio, voltage regulation and temperature sensor, and other extension board for battery, push button, LED and I/O connector. Also, other types of sensors and energy scavenging circuits can be easily implemented in the extension board increasing flexibility for various applications. 3.1 Measured Static Power Consumption and Radio Range The measured minimum power consumption of a prototype node at 3.0 V supply voltage is 31 µw, when all components are in sleep mode. The static power consumptions of individual components in active mode are presented in Table 1. According to the measurements, transceiver consumes significantly more power than the rest of prototype components. Transceiver in reception mode consumes 11.8 times the power of MCU. Data transmission at 10 dbm transmission power consumes 29.4 times the power of MCU. Thus, the transmission of 1 bit of data at 50 kbps data rate consumes energy equivalent to the execution of 647 instructions on MCU. For energy efficiency, both the transmission and reception time should be minimized. Radio transmission ranges with four power levels are measured outdoors in an open space and line-of-sight conditions. One prototype is placed 1.5 m above a snowy ground and configured to periodically transmit beacons with the four possible power levels, while another node is moved away from the transmitter around 2 m above the ground, and is receiving beacons. The measured power levels with minimum and maximum Table 1. The power consumption of the TUTWSN prototype components at 3.0 V supply voltage Component Power (mw) Energy MCU nj / instruction ADC nj / sample Temperature sensor µj/sample Radio RX nj / bit ( Radio TX@-10 dbm nj / bit ( Radio TX@+10 dbm µj/bit ( ) 256 bit packet, includes start-up trancient, MCU in sleep mode Out of range Required TX power (dbm) Maximum antenna gain Minimum antenna gain Distance (m) Fig. 6. Measured radio range versus transmission power

7 Design, Implementation, and Experiments on Outdoor Deployment of WSN 115 antenna gains are shown in Fig. 6. In an open space, a path loss increases quiteproportionally to the distance. At maximum gain, beacons transmitted at 10 dbm, 2 dbm, 6 dbm, and 10 dbm power levels are received until 58 m, 150 m, 250 mand375 mdistances, respectively. At minimum gain, the distances are 42 m, 83 m, 117 mand240 m, respectively. A measured antenna directivity is around 2 dbi. 4 User Software for Network Analyzation The configuration software communicates with a TUTWSN sink via a serial port interface. The software defines interests and writes them to the sink, which propagates Fig. 7. Configuration software showing the real-time status and active routes in the network. A dialog for setting interests is presented on right. Fig. 8. Web software for local residents showing measurement history

8 116 J. Suhonen et al. interests to the network. Also, the software can configure a node by sending/receiving packets to the node through the sink. The adjustable node parameters contain description, area code used to select nodes in interests, sensor role (subnode/cluster head), and network wide configuration parameters that have a trade-off between performance and energy-usage (e.g. access cycle length). The configuration software connects to a database for storing received data, and analyzing earlier measurements and WSN self-diagnostics history. The self-diagnostics history allows to detect bottlenecks on network, find erroneous nodes, and predict the lifetime of a node based on a battery voltage usage history. Figure 7 shows the capture of the software on GNU/Linux desktop environment. The web software is targeted at end-users and can be used with any device having a Web browser. The data is processed completely on server side with Java Servlets, which eases the requirements of the device using the service. The shown diagnostics information contain variables that affect the reliability of measured values, such as packet reception interval and the time of the last received measurement. The service starts with a selection of deployment area. Next, the map of the area containing sensors and last measured values is presented. A user can examine the measurement history of an individual sensor or a group of sensors, as shown in Fig Outdoor Deployment and Measurement Results The outdoor deployment consists of 19 nodes covering 2 km 2 area. The nodes do not generally have line of sight and are located over 1 m above the ground, typically bound in a tree as shown in Fig. 9. So far, the nodes have been deployedover 4 months from November 2005 to March Because the TUTWSN protocol stack is under development, few different revisions of the protocols have been used. Therefore, the presented results measured with current version are obtained since January Two of the nodes are subnodes, while the rest of the nodes act as cluster heads. (a) (b) Fig. 9. The typical deployment of nodes in trees

9 Design, Implementation, and Experiments on Outdoor Deployment of WSN Distribution of Traffic Geographic locations of deployed sensor nodes (identified with numbers 1-18) and the distribution of transmitted traffic on selected nodes is shown in Fig. 10. Average successfully transmitted traffic per node is presented in Fig. 11. The bandwidth usage between temperature and self-diagnostics data was equal. Control traffic (route advertisements and interests) used less than 1% of bandwidth. Since nodes originate the same amount of traffic, the difference in traffic volumes is caused by forwarded data. The nodes located in the edge of the network transmit less data, since routing algorithm tries to minimize required energy and hops, thus preferring routes through centrally located nodes. The nodes 17 and 18 do not forward data, because they were configured as subnodes. Node 6 experienced high link error rates due to bad location, which resulted into low traffic. A significant portion of the traffic to the sink is forwarded via node 2. Node 2 sent 91% of its traffic (8.7 bit/s) to the sink, which corresponds to over 1/3 of the traffic received by the sink (17.8 bit/s). Although node 2 is located relatively close to the sink, other nodes have a to the sink through it because the sink is inside a building while the node 2 is outside. Thus, nodes have better connection to the node 2. Sink / gateway Node 4 1% 72% 8 9% 18% 5 6% 4% 14% 15% 17% 44% 12 34% 66% m % 15 91% % 1% m Lake % 1% 11% 63% 20% 3 Fig. 10. Geographic locations of deployed sensor nodes and the distribution of transmitted traffic in selected nodes (node 16 is outside the picture, 250 m north of node 4) A node had only one active next hop route at a time. Route changes are caused by a broken next hop link due to communication errors, or changes in network conditions that caused routing to change next hop node. An average time between route changes

10 118 J. Suhonen et al. 10 Temperature (C) Nov 11-Dec Min Average Max 06-Jan Date 01-Feb 27-Feb Fig. 11. Average transmitted traffic per node Fig. 12. Measured minimum, maximum, and average day temperatures was 30 minutes, caused typically by routing algorithm balancing the network load. Typical hop count from a node to the sink was 4, while the maximum count was 8. The longest link is 1.1 km from node 3 to node 15. This is notably more than the measured communication ranges presented in Fig. 6. The difference is caused by reflections from the ground and buildings. The measured values were obtained in an opens space, while the deployment environment contains cliffs, icy surface of the lake, and other elements of terrain that can enhance the radio wave propagation. 5.2 Temperatures Day temperatures during the measurement period are shown in Fig. 12. The temperatures are averaged over readings from all sensor nodes. The temperature changes significantly and often radiply. For example, on January 23, 2006 the lowest temperature was 21.8 C, while the highest temperature on the next day was 5.2 C. The rapid changes can be seen in Fig. 13 that shows temperature per hour on a selected sensor. Temperature changes introduce challenges to the equipment and protocols. As the temperature alternates between below zero and above zero, the casing must be compact to prevent water damage. The MAC protocol must compensate clock drift, since the Temperature (C) Feb 24-Feb 25-Feb Date 26-Feb 27-Feb Temperature ( o C) Jan-27 Feb Temperature Voltage 2.7 Feb-12 Feb-20 Feb-28 Time Voltage (V) Fig. 13. Rapid environmental temperature changes on a selected sensor (node 8) Fig. 14. The effect of temperature to voltage (node 8)

11 Design, Implementation, and Experiments on Outdoor Deployment of WSN 119 oscillating frequency of crystals depends slightly on temperature. On the deployment region, temperature does not change evenly and some nodes might be inside buildings. 5.3 Energy Consumption A node measured its battery voltage with ADC. The voltage information was send to the sink in diagnostics packets. The energy consumption is calculated with drop in battery voltage. However, a short term development on voltage level cannot be used, as temperature affects the level. The effect is seen on Fig. 14 that shows temperatures and voltages measured on a selected node. Figure 15 presents voltages of two sensor nodes (2 and 8) and average voltage drop. The average voltage drop is calculated with linear regression, because the battery discharge rate is near linear between voltages 2.9 V and 2.6 V with presented temperatures and light load. The steeper voltage drop on node 2 is caused by heavy traffic. Figure 16 presents the voltages and incremental sum of transmitted and received packets on both nodes. The result indicates that it is beneficial to add a new node near a highly loaded node. In this way, the traffic between them averages and the network lifetime increases. 5.4 Discussion The experiments are providing vast amount of information about the real operation of WSN nodes and radio links in forested, low temperature outdoor environment. According to the experiments, a forest attenuates radio wave propagation significantly. Achieved radio range in a forest has been below 100 meters, while the longest measured range has been near 1.5 km. An edge of the forest seems to operate as a reflector causing notable gain in antenna radiation pattern. Also, radio wave propagation has been notably affected by snowfall, rain, humidity, temperature, and the frost and snow in trees, ground, and around the nodes. Hence, the quality of radio links and the network topology changes dynamically although nodes are stationary. Dynamic network topology affects significantly on the routing protocol operation. The experiments depict that the entire route to a sink must be considered in the route selection. As the difference between link qualities is very high, examining only next hop Voltage (V) Jan-27 Measured voltage (node 8) Measured voltage (node 2) Average voltage (node 8) Average voltage (node 2) Feb-2 Feb-8 Feb-15 Feb-21 Feb-28 Time Voltage (V) Jan-27 Feb-2 Packets (node 8) Packets (node 2) Voltage (node 8) Voltage (node 2) Feb-8 Feb-15Feb-21Feb-28 Time Rx/tx packets (10 6 ) Fig. 15. Decrease in the battery voltage of two selected sensors Fig. 16. Voltage decrease and transmitted/ received packets in sensors

12 120 J. Suhonen et al. quality when determining a route leads to unsatisfactory performance. Since the environment affects radio wave propagation significantly, cost-effective routing paths do not typically follow geometrically reasonable routes. The utilized cost-gradient based routing seems to work well in outdoor multi-hop networks without line-of-sight. The outdoor temperatures until March 2006 ranged from 31.5 Cto12.0 C. The high temperature variation reduced significantly the accuracy of crystals and thus, the accuracy of time synchronization. In the worst case scenario some nodes were inside buildings and other in outdoors resulting nearly 50 degrees difference in the operation temperature. The implemented hardware prototypes performed well during the whole test period. In some locations, nodes were not able to associate with the network for long periods of time. This was caused by poor radio link quality, not the hardware prototype itself. According to the reduction of battery voltages during the test period, an expected network lifetime is around 6 months. It should be noted that the network traffic consisted not only of temperature measurements but also diagnostics information, which increased load and decreased lifetime. Although the expected lifetime is satisfactory, some improvements for the energy efficiency will be made. The high variation in temperature decreased significantly the accuracy of TDMA synchronization, therefore increasing idle listening time prior to beacon receptions. A significant energy save is achieved by an algorithm that dynamically compensates the crystal drift. A further energy save is achieved by an algorithm, which adjusts the access cycle lengths for each cluster head according to traffic conditions. According to our energy analysis, these improvements will decrease network energy consumption to a quarter, thus increasing expected network lifetime to around 2 years. For comparison, this equals to 3.5 years with 2xAA batteries. 6 Conclusions This paper presents a complete measurement network based on a fully featured autonomous wireless sensor network. The network combines small energy consumption with adjustable network performance. The network protocols and hardware platform are energy-efficient, giving a node the lifetime of 6 months with a 1600 mah battery during deployment in harsh outdoor environment. The future work will focus on implementing different services, such as positioning into sensor networks. The presented network allows fast implementation and testing of new ideas in practice. References 1. Akyildiz, I.F., Weilian, S., Sankarasubramaniam, Y., Cayirci, E.: A survey on sensor networks. IEEE Communications Magazine 40 (2002) M. A. Batalin et al: Call and response: Experiments in sampling the environment. In: Proceedings of the 2nd international conference on Embedded Networked Sensor Systems. (2004) Martinez, K., Hart, J.K., Ong, R.: Environmental sensor networks. Computer 37 (2004) Reason, J.M., Rabaey, J.M.: A study of energy consumption and reliability in a multi-hop sensor network. Mobile Computing and Communications Review 8 (2004) 84 97

13 Design, Implementation, and Experiments on Outdoor Deployment of WSN Shah, R.C., Rabaey, J.M.: Energy aware routing for low energy ad hoc sensor networks. In: Wireless Communications and Networking Conference. (2002) Hill, J.L., Culler, D.E.: Mica: a wireless platform for deeply embedded networks. IEEE Micro 22 (2002) Beckwith, R., Teibel, D., Bowen, P.: Report from the field: Results from an agricultural wireless sensor network. In: Local Computer Networks. (2004) Szewczyk, R., Mainwaring, A., Polastre, J., Anderson, J., Culler, D.: An analysis of a large scale habitat monitorin application. In: Proceedings of the 2nd international conference on Embedded Networked Sensor Systems. (2004) T. He et al: Energy-efficient surveillance system using wireless sensor networks. In: Proceedings of the 2nd international conference on Mobile system. (2004)

Availability and End-to-end Reliability in Low Duty Cycle Multihop Wireless Sensor Networks

Availability and End-to-end Reliability in Low Duty Cycle Multihop Wireless Sensor Networks Sensors 2009, 9, 2088-2116; doi:10.3390/s90302088 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Availability and End-to-end Reliability in Low Duty Cycle Multihop Wireless Sensor

More information

Wireless Sensor Networks

Wireless Sensor Networks Wireless Sensor Networks c.buratti@unibo.it +39 051 20 93147 Office Hours: Tuesday 3 5 pm @ Main Building, second floor Credits: 6 Ouline 1. WS(A)Ns Introduction 2. Applications 3. Energy Efficiency Section

More information

Reservation Packet Medium Access Control for Wireless Sensor Networks

Reservation Packet Medium Access Control for Wireless Sensor Networks Reservation Packet Medium Access Control for Wireless Sensor Networks Hengguang Li and Paul D Mitchell Abstract - This paper introduces the Reservation Packet Medium Access Control (RP-MAC) protocol for

More information

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks Distributed Sensor Networks Volume 2013, Article ID 858765, 6 pages http://dx.doi.org/10.1155/2013/858765 Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless

More information

Wireless Sensor Networks CS742

Wireless Sensor Networks CS742 Wireless Sensor Networks CS742 Outline Overview Environment Monitoring Medical application Data-dissemination schemes Media access control schemes Distributed algorithms for collaborative processing Architecture

More information

A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN

A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN A PERFORMANCE EVALUATION OF YMAC A MEDIUM ACCESS PROTOCOL FOR WSN Albeiro Cortés Cabezas and José de Jesús Salgado Patrón Department of Electronic Engineering, Surcolombiana University, Neiva, Colombia

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS YINGHUI QIU School of Electrical and Electronic Engineering, North China Electric Power University, Beijing, 102206, China ABSTRACT

More information

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1 Presented by Viraj Anagal Kaushik Mada Presented to Dr. Mohamed Mahmoud ECE 6900 Fall 2014 Date: 09/29/2014 1 Outline Motivation Overview Wireless Sensor Network Components Characteristics of Wireless

More information

WPAN/WBANs: ZigBee. Dmitri A. Moltchanov kurssit/elt-53306/

WPAN/WBANs: ZigBee. Dmitri A. Moltchanov    kurssit/elt-53306/ WPAN/WBANs: ZigBee Dmitri A. Moltchanov E-mail: dmitri.moltchanov@tut.fi http://www.cs.tut.fi/ kurssit/elt-53306/ IEEE 802.15 WG breakdown; ZigBee Comparison with other technologies; PHY and MAC; Network

More information

CSMA based Medium Access Control for Wireless Sensor Network

CSMA based Medium Access Control for Wireless Sensor Network CSMA based Medium Access Control for Wireless Sensor Network H. Hoang, Halmstad University Abstract Wireless sensor networks bring many challenges on implementation of Medium Access Control protocols because

More information

Lecture 8 Wireless Sensor Networks: Overview

Lecture 8 Wireless Sensor Networks: Overview Lecture 8 Wireless Sensor Networks: Overview Reading: Wireless Sensor Networks, in Ad Hoc Wireless Networks: Architectures and Protocols, Chapter 12, sections 12.1-12.2. I. Akyildiz, W. Su, Y. Sankarasubramaniam

More information

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication WSN Wireless sensor networks consist of large number of sensor

More information

Reliable Time Synchronization Protocol for Wireless Sensor Networks

Reliable Time Synchronization Protocol for Wireless Sensor Networks Reliable Time Synchronization Protocol for Wireless Sensor Networks Soyoung Hwang and Yunju Baek Department of Computer Science and Engineering Pusan National University, Busan 69-735, South Korea {youngox,yunju}@pnu.edu

More information

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K.

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. Nisha Menon 2 1 Mar Baselios Christian College of Engineering and Technology,

More information

An Efficient Low Power Transmission Over Long Range in Wireless Sensor Networks for environmental studies

An Efficient Low Power Transmission Over Long Range in Wireless Sensor Networks for environmental studies International Journal of Applied Environmental Sciences ISSN 0973-6077 Volume 11, Number 2 (2016), pp. 657-665 Research India Publications http://www.ripublication.com An Efficient Low Power Transmission

More information

ENSC 427: COMMUNICATION NETWORKS

ENSC 427: COMMUNICATION NETWORKS ENSC 427: COMMUNICATION NETWORKS Simulation of ZigBee Wireless Sensor Networks Final Report Spring 2012 Mehran Ferdowsi Mfa6@sfu.ca Table of Contents 1. Introduction...2 2. Project Scope...2 3. ZigBee

More information

Time Synchronization in Wireless Sensor Networks: CCTS

Time Synchronization in Wireless Sensor Networks: CCTS Time Synchronization in Wireless Sensor Networks: CCTS 1 Nerin Thomas, 2 Smita C Thomas 1, 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: A time synchronization algorithm

More information

RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar

RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar RT-Link: A global time-synchronized link protocol for sensor networks Anthony Rowe, Rahul Mangharam, Raj Rajkumar Papa Alioune Ly, Joel Alloh, Carl Hedari, Tom Reynaert Outline Introduction Design of the

More information

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Madhusmita Nandi School of Electronics Engineering, KIIT University Bhubaneswar-751024, Odisha, India ABSTRACT The present work is to evaluate

More information

Presented by: Murad Kaplan

Presented by: Murad Kaplan Presented by: Murad Kaplan Introduction. Design of SCP-MAC. Lower Bound of Energy Performance with Periodic Traffic. Protocol Implementation. Experimental Evaluation. Related Work. 2 Energy is a critical

More information

INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION

INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION Bulletin of the Transilvania University of Braşov Vol. 7 (56) No. 2-2014 Series I: Engineering Sciences INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION Mihai MACHEDON-PISU

More information

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis Part I: Introduction to Wireless Sensor Networks Xenofon Fafoutis Sensors 2 DTU Informatics, Technical University of Denmark Wireless Sensor Networks Sink Sensor Sensed Area 3 DTU Informatics,

More information

Review on an Underwater Acoustic Networks

Review on an Underwater Acoustic Networks Review on an Underwater Acoustic Networks Amanpreet Singh Mann Lovely Professional University Phagwara, Punjab Reena Aggarwal Lovely Professional University Phagwara, Punjab Abstract: For the enhancement

More information

LXRS and LXRS+ Wireless Sensor Protocol

LXRS and LXRS+ Wireless Sensor Protocol LORD TECHNICAL NOTE LXRS and LXRS+ Wireless Sensor Protocol Using LXRS and LXRS+ For Long-Term Monitoring and High Bandwidth Test and Measurement Introduction LORD Sensing has developed and deployed two

More information

WSN Routing Protocols

WSN Routing Protocols WSN Routing Protocols 1 Routing Challenges and Design Issues in WSNs 2 Overview The design of routing protocols in WSNs is influenced by many challenging factors. These factors must be overcome before

More information

Part I. Wireless Communication

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

More information

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi QUALITY OF SERVICE EVALUATION IN IEEE 802.15.4 NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi *M.Tech. (ECE) in Deptt. of ECE at CET,Moradabad, U.P., India **Assistant professor in Deptt. of ECE at CET, Moradabad,

More information

WIRELESS TECHNOLOGIES

WIRELESS TECHNOLOGIES WIRELESS TECHNOLOGIES Bluetooth, ZigBee and ANT Thomas Aasebø OVERVIEW What are wireless sensor networks? What are personal area networks? What are these networks typically used for? Bluetooth, ZigBee

More information

TOSSIM simulation of wireless sensor network serving as hardware platform for Hopfield neural net configured for max independent set

TOSSIM simulation of wireless sensor network serving as hardware platform for Hopfield neural net configured for max independent set Available online at www.sciencedirect.com Procedia Computer Science 6 (2011) 408 412 Complex Adaptive Systems, Volume 1 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University of Science

More information

Sensor Network Protocols

Sensor Network Protocols EE360: Lecture 15 Outline Sensor Network Protocols Announcements 2nd paper summary due March 7 Reschedule Wed lecture: 11-12:15? 12-1:15? 5-6:15? Project poster session March 15 5:30pm? Next HW posted

More information

MAC Essentials for Wireless Sensor Networks

MAC Essentials for Wireless Sensor Networks MAC Essentials for Wireless Sensor Networks Abdelmalik Bachir, Mischa Dohler, Senior Member, IEEE, Thomas Watteyne, Member, IEEE, and Kin K. Leung, Fellow, IEEE Medium access control Part of the link layer

More information

Computational Model for Energy Aware TDMA-based MAC Protocol for Wireless Sensor Network System

Computational Model for Energy Aware TDMA-based MAC Protocol for Wireless Sensor Network System 6th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, Dec 29-31, 2007 489 Computational Model for Energy Aware TDMA-based MAC Protocol for Wireless

More information

Etiquette protocol for Ultra Low Power Operation in Sensor Networks

Etiquette protocol for Ultra Low Power Operation in Sensor Networks Etiquette protocol for Ultra Low Power Operation in Sensor Networks Samir Goel and Tomasz Imielinski {gsamir, imielins}@cs.rutgers.edu DataMan Lab, Department of Computer Science Acknowledgement: Prof.

More information

WSN NETWORK ARCHITECTURES AND PROTOCOL STACK

WSN NETWORK ARCHITECTURES AND PROTOCOL STACK WSN NETWORK ARCHITECTURES AND PROTOCOL STACK Sensing is a technique used to gather information about a physical object or process, including the occurrence of events (i.e., changes in state such as a drop

More information

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks

UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks UAMAC: Unidirectional-Link Aware MAC Protocol for Heterogeneous Ad Hoc Networks Sung-Hee Lee, Jong-Mu Choi, and Young-Bae Ko College of Information and Communication, Ajou University, South Korea shlee@dmc.ajou.ac.kr,

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

Wireless Sensor Networks

Wireless Sensor Networks Wireless Sensor Networks 1 Ch. Steup / J. Kaiser, IVS-EOS Ubiquitous Sensing 2 Ch. Steup / J. Kaiser, IVS-EOS IEEE 802.x Wireless Communication 3 Ch. Steup / J. Kaiser, IVS-EOS Wireless Technology Comparision

More information

McGill University - Faculty of Engineering Department of Electrical and Computer Engineering

McGill University - Faculty of Engineering Department of Electrical and Computer Engineering McGill University - Faculty of Engineering Department of Electrical and Computer Engineering ECSE 494 Telecommunication Networks Lab Prof. M. Coates Winter 2003 Experiment 5: LAN Operation, Multiple Access

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Sensor Networks A wireless sensor network (WSN) is a wireless network consisting

More information

WP-PD Wirepas Mesh Overview

WP-PD Wirepas Mesh Overview WP-PD-123 - Wirepas Mesh Overview Product Description Version: v1.0a Wirepas Mesh is a de-centralized radio communications protocol for devices. The Wirepas Mesh protocol software can be used in any device,

More information

CS 410/510 Sensor Networks Portland State University

CS 410/510 Sensor Networks Portland State University CS 410/510 Sensor Networks Portland State University Lecture 7 Energy Conservation and Harvesting 2/9/2009 Nirupama Bulusu 1 Source Acknowledgements Wei Ye and John Heidemann USC Information Sciences Institute

More information

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2 CS5984 Mobile Computing Outline : a Survey Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech An Introduction to 1 2 1/2 Advances in micro-electro-mechanical systems technology, wireless communications,

More information

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks The Impact of Clustering on the Average Path Length in Wireless Sensor Networks Azrina Abd Aziz Y. Ahmet Şekercioğlu Department of Electrical and Computer Systems Engineering, Monash University, Australia

More information

A Low-Energy Adaptive and Distributed MAC Protocol for Wireless Sensor-Actuator Networks

A Low-Energy Adaptive and Distributed MAC Protocol for Wireless Sensor-Actuator Networks Institut Eurécom Department of Mobile Communications 2229, route des Crêtes B.P. 193 06904 Sophia-Antipolis FRANCE Research Report RR-06-161 A Low-Energy Adaptive and Distributed MAC Protocol for Wireless

More information

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol

An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol An Energy Consumption Analytic Model for A Wireless Sensor MAC Protocol Hung-Wei Tseng, Shih-Hsien Yang, Po-Yu Chuang,Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Volume 2 Issue 9, 213, ISSN-2319-756 (Online) An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Nishi Sharma Rajasthan Technical University Kota, India Abstract: The popularity of Wireless

More information

An Industrial Employee Development Application Protocol Using Wireless Sensor Networks

An Industrial Employee Development Application Protocol Using Wireless Sensor Networks RESEARCH ARTICLE An Industrial Employee Development Application Protocol Using Wireless Sensor Networks 1 N.Roja Ramani, 2 A.Stenila 1,2 Asst.professor, Dept.of.Computer Application, Annai Vailankanni

More information

ENGINEERING SENSOR NETWORKS FOR LONG- TERM ENVIRONMENTAL MONITORING. Guest lecturer: Doug Carlson

ENGINEERING SENSOR NETWORKS FOR LONG- TERM ENVIRONMENTAL MONITORING. Guest lecturer: Doug Carlson ENGINEERING SENSOR NETWORKS FOR LONG- TERM ENVIRONMENTAL MONITORING Guest lecturer: Doug Carlson 2 Hi. Who are you? I m Doug Carlson, one of Dr. Terzis s PhD students. I have been doing research on wireless

More information

AT Ground Surveillance System (GSS)

AT Ground Surveillance System (GSS) AT Ground Surveillance System (GSS) AT Ground Surveillance System (GSS) AT Ground Security Sensors The AT Ground Surveillance System (GSS) is integrated network of sensors, cameras and mesh radio network

More information

Energy Management Issue in Ad Hoc Networks

Energy Management Issue in Ad Hoc Networks Wireless Ad Hoc and Sensor Networks - Energy Management Outline Energy Management Issue in ad hoc networks WS 2010/2011 Main Reasons for Energy Management in ad hoc networks Classification of Energy Management

More information

WIR-1386 / WIR-1186M Long Range 865MHz 867MHz RF Wireless Module with WIR-METERING Mesh Stack

WIR-1386 / WIR-1186M Long Range 865MHz 867MHz RF Wireless Module with WIR-METERING Mesh Stack WIR-1386 / WIR-1186M Long Range 865MHz 867MHz RF Wireless Module with WIR-METERING Mesh Stack info@wiredin.co.in Page 1 of 13 Table of Contents Features... 5 Pin-outs and Pin description... 5 Specifications...

More information

Energy Management Issue in Ad Hoc Networks

Energy Management Issue in Ad Hoc Networks Wireless Ad Hoc and Sensor Networks (Energy Management) Outline Energy Management Issue in ad hoc networks WS 2009/2010 Main Reasons for Energy Management in ad hoc networks Classification of Energy Management

More information

Networking Sensors, I

Networking Sensors, I Networking Sensors, I Sensing Networking Leonidas Guibas Stanford University Computation CS428 Networking Sensors Networking is a crucial capability for sensor networks -- networking allows: Placement

More information

CHAPTER 5 PROPAGATION DELAY

CHAPTER 5 PROPAGATION DELAY 98 CHAPTER 5 PROPAGATION DELAY Underwater wireless sensor networks deployed of sensor nodes with sensing, forwarding and processing abilities that operate in underwater. In this environment brought challenges,

More information

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey S. Rajesh, Dr. A.N. Jayanthi, J.Mala, K.Senthamarai Sri Ramakrishna Institute of Technology, Coimbatore ABSTRACT One of

More information

CONCLUSIONS AND SCOPE FOR FUTURE WORK

CONCLUSIONS AND SCOPE FOR FUTURE WORK Introduction CONCLUSIONS AND SCOPE FOR FUTURE WORK 7.1 Conclusions... 154 7.2 Scope for Future Work... 157 7 1 Chapter 7 150 Department of Computer Science Conclusion and scope for future work In this

More information

sensors ISSN

sensors ISSN Sensors 2010, 10, 2752-2769; doi:10.3390/s100402752 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article A Time Tree Medium Access Control for Energy Efficiency and Collision Avoidance

More information

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e

The Design of the Sensor Node of IOT Based on SIM20 KUANG Xinghong 1, a,yao Zheyi 1, b, Huo haibo 1, c, Li junjun 1, d, Wu yanxiang 1, e Advanced Materials Research Online: 2012-12-13 ISSN: 1662-8985, Vols. 605-607, pp 2375-2378 doi:10.4028/www.scientific.net/amr.605-607.2375 2013 Trans Tech Publications, Switzerland The Design of the Sensor

More information

Strengthening Unlicensed Band Wireless Backhaul

Strengthening Unlicensed Band Wireless Backhaul be in charge Strengthening Unlicensed Band Wireless Backhaul Use TDD/TDMA Based Channel Access Mechanism WHITE PAPER Strengthening Unlicensed Band Wireless Backhaul: Use TDD/TDMA Based Channel Access Mechanism

More information

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks Turkmen Canli, Zhihui Chen, Ashfaq Khokhar University of Illinois at Chicago Ajay Gupta Western Michigan University Abstract-This

More information

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Padmalaya Nayak V. Bhavani B. Lavanya ABSTRACT With the drastic growth of Internet and VLSI design, applications of WSNs are increasing

More information

A Survey on Underwater Sensor Network Architecture and Protocols

A Survey on Underwater Sensor Network Architecture and Protocols A Survey on Underwater Sensor Network Architecture and Protocols Rakesh V S 4 th SEM M.Tech, Department of Computer Science MVJ College of Engineering Bangalore, India raki.rakesh102@gmail.com Srimathi

More information

Robust Multi-Hop Time Synchronization in Sensor Networks

Robust Multi-Hop Time Synchronization in Sensor Networks Robust Multi-Hop Time Synchronization in Sensor Networks Miklos Maroti, Branislav Kusy, Gyula Simon and Akos Ledeczi {miklos.maroti,branislav.kusy,gyula.simon,akos.ledeczi}@vanderbilt.edu phone: (615)

More information

IPv6 Stack. 6LoWPAN makes this possible. IPv6 over Low-Power wireless Area Networks (IEEE )

IPv6 Stack. 6LoWPAN makes this possible. IPv6 over Low-Power wireless Area Networks (IEEE ) Reference: 6LoWPAN: The Wireless Embedded Internet, Shelby & Bormann What is 6LoWPAN? 6LoWPAN makes this possible - Low-power RF + IPv6 = The Wireless Embedded Internet IPv6 over Low-Power wireless Area

More information

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu Chapter 5 Ad Hoc Wireless Network Jang Ping Sheu Introduction Ad Hoc Network is a multi-hop relaying network ALOHAnet developed in 1970 Ethernet developed in 1980 In 1994, Bluetooth proposed by Ericsson

More information

Performance Evaluation of Intermittent Receiver-driven Data Transmission on Wireless Sensor Networks

Performance Evaluation of Intermittent Receiver-driven Data Transmission on Wireless Sensor Networks Performance Evaluation of Intermittent Receiver-driven Data Transmission on Wireless Sensor Networks Daichi Kominami #, Masashi Sugano 2, Masayuki Murata #3 Takaaki Hatauchi $, Yoshikazu Fukuyama $5 #

More information

AN ADAPTIVE ENERGY EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS

AN ADAPTIVE ENERGY EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS International Journal on Intelligent Electronic Systems, Vol.3, No.2, July 2009 7 Abstract AN ADAPTIVE ENERGY EFFICIENT MAC PROTOCOL FOR WIRELESS SENSOR NETWORKS Lakshmanan M., Noor Mohammed V. 1 E-mail

More information

II. ZigBee technology. III. ZigBee technology as the basis of wireless AMR system

II. ZigBee technology. III. ZigBee technology as the basis of wireless AMR system II. ZigBee technology ZigBee technology is a low data rate, low power consumption, low cost, wireless networking protocol targeted towards automation and remote control applications [3]. It operates on

More information

RM-COMPACT. Radio Modem DATASHEET WIRELESS BROADBAND RADIO

RM-COMPACT. Radio Modem DATASHEET WIRELESS BROADBAND RADIO Radio Modem DATASHEET RM-COMPACT WIRELESS BROADBAND RADIO Carrier Grade Performance MIMO & OFDMA Technologies License Exempt Frequencies (2.4 and 5.8 GHz) with Security Net Aggregate User Throughput of

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

Sensor Deployment, Self- Organization, And Localization. Model of Sensor Nodes. Model of Sensor Nodes. WiSe

Sensor Deployment, Self- Organization, And Localization. Model of Sensor Nodes. Model of Sensor Nodes. WiSe Sensor Deployment, Self- Organization, And Localization Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley, 2007 5/20/2008 WiSeLab@WMU; www.cs.wmich.edu/wise

More information

A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks

A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks Jing Ai, Damla Turgut, and Ladislau Bölöni Networking and Mobile Computing Research Laboratory (NetMoC) Department of Electrical

More information

November 1998 doc.: IEEE /378 IEEE P Wireless LANs Extension of Bluetooth and Direct Sequence Interference Model.

November 1998 doc.: IEEE /378 IEEE P Wireless LANs Extension of Bluetooth and Direct Sequence Interference Model. IEEE P802.11 Wireless LANs Extension of Bluetooth and 802.11 Direct Sequence Interference Model Date: November 11, 1998 Author: Jim Zyren Harris Semiconductor Melbourne, FL, USA Phone: (407)729-4177 Fax:

More information

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols 1 Negative Reinforcement Time out Explicitly degrade the path by re-sending interest with lower data rate. Source Gradient New Data Path

More information

References. The vision of ambient intelligence. The missing component...

References. The vision of ambient intelligence. The missing component... References Introduction 1 K. Sohraby, D. Minoli, and T. Znadi. Wireless Sensor Networks: Technology, Protocols, and Applications. John Wiley & Sons, 2007. H. Karl and A. Willig. Protocols and Architectures

More information

Major Design Challenges. Sensor Network Characteristics. Crosslayer Design in Sensor Networks. Energy-Constrained Nodes. Wireless Sensor Networks

Major Design Challenges. Sensor Network Characteristics. Crosslayer Design in Sensor Networks. Energy-Constrained Nodes. Wireless Sensor Networks EE360: Lecture 14 Outline Sensor Networks Announcements Progress report deadline extended to 3/ (11:59pm) nd paper summary due March 7 (extended) Project poster session March 15 5pm? Overview of sensor

More information

Ad Hoc Networks: Introduction

Ad Hoc Networks: Introduction Ad Hoc Networks: Introduction Module A.int.1 Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico Albuquerque, NM, USA 1 Ad Hoc networks: introduction A.int.1-2

More information

A Time Synchronized Wireless Sensor Tree Network using SimpliciTI

A Time Synchronized Wireless Sensor Tree Network using SimpliciTI International Journal of Computer and Communication Engineering, Vol., No. 5, September 03 A Time Synchronized Wireless Sensor Tree Network using SimpliciTI Vaibhav Pratap Singh, Nitin Chandrachoodan,

More information

Wireless Embedded Systems ( x) Ad hoc and Sensor Networks

Wireless Embedded Systems ( x) Ad hoc and Sensor Networks Wireless Embedded Systems (0120442x) Ad hoc and Sensor Networks Chaiporn Jaikaeo chaiporn.j@ku.ac.th Department of Computer Engineering Kasetsart University Materials taken from lecture slides by Karl

More information

MC-LMAC: A Multi-Channel MAC Protocol for Wireless Sensor Networks

MC-LMAC: A Multi-Channel MAC Protocol for Wireless Sensor Networks : A Multi-Channel MAC Protocol for Wireless Sensor Networks Özlem Durmaz Incel, Pierre Jansen, Sape Mullender University of Twente Department of Computer Science Enschede, The Netherlands {durmazo, jansen,

More information

DASH7 ALLIANCE PROTOCOL - WHERE RFID MEETS WSN. public

DASH7 ALLIANCE PROTOCOL - WHERE RFID MEETS WSN. public DASH7 ALLIANCE PROTOCOL - WHERE RFID MEETS WSN public DASH7 ALLIANCE PROTOCOL OPEN STANDARD OF ULTRA LOW POWER MID-RANGE SENSOR AND ACTUATOR COMMUNICATION Wireless Sensor and Actuator Network Protocol

More information

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS Shivakumar A B 1, Rashmi K R 2, Ananda Babu J. 3 1,2 M.Tech (CSE) Scholar, 3 CSE, Assistant Professor,

More information

A Zigbee Based Wireless Datalogging System

A Zigbee Based Wireless Datalogging System International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 A Zigbee Based Wireless Datalogging System Author: Arun Kumar Abstract This paper is designed using embedded

More information

A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK Md. Nadeem Enam 1, Ozair Ahmad 2 1 Department of ECE, Maulana Azad College of Engineering & Technology, Patna, (India)

More information

Principles of Wireless Sensor Networks. Medium Access Control and IEEE

Principles of Wireless Sensor Networks. Medium Access Control and IEEE http://www.ee.kth.se/~carlofi/teaching/pwsn-2011/wsn_course.shtml Lecture 7 Stockholm, November 8, 2011 Medium Access Control and IEEE 802.15.4 Royal Institute of Technology - KTH Stockholm, Sweden e-mail:

More information

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. II (Nov Dec. 2014), PP 56-61 Low Energy Adaptive Clustering Hierarchy based routing Protocols

More information

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Qiaoqin Li 12, Mei Yang 1, Hongyan Wang 1, Yingtao Jiang 1, Jiazhi Zeng 2 1 Department

More information

Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5

Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5 Wireless and Mobile Networks Reading: Sections 2.8 and 4.2.5 Acknowledgments: Lecture slides are from Computer networks course thought by Jennifer Rexford at Princeton University. When slides are obtained

More information

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication Vol., Issue.3, May-June 0 pp--7 ISSN: - Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication J. Divakaran, S. ilango sambasivan Pg student, Sri Shakthi Institute of

More information

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver 1 A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois

More information

WIRELESS sensor networking is an emerging technology

WIRELESS sensor networking is an emerging technology USC/ISI TECHNICAL REPORT ISI-TR-567, JANUARY 2003 1 Medium Access Control with Coordinated, Adaptive Sleeping for Wireless Sensor Networks Wei Ye, John Heidemann, Deborah Estrin Abstract This paper proposes

More information

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA

Smart Dust : Dispersed, Un-tethered Geospatial Monitoring. Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA Smart Dust : Dispersed, Un-tethered Geospatial Monitoring Dr. Raja R. Kadiyala Chief Technology Officer CH2M HILL - Oakland, CA raja@ch2m.com Drivers and Trends Sensing, Communication and Computation MEMS

More information

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Mina Malekzadeh Golestan University Zohre Fereidooni Golestan University M.H. Shahrokh Abadi

More information

Integrated Routing and Query Processing in Wireless Sensor Networks

Integrated Routing and Query Processing in Wireless Sensor Networks Integrated Routing and Query Processing in Wireless Sensor Networks T.Krishnakumar Lecturer, Nandha Engineering College, Erode krishnakumarbtech@gmail.com ABSTRACT Wireless Sensor Networks are considered

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Chapter 16 High Speed LANs Eighth Edition by William Stallings Why High Speed LANs? speed and power of PCs has risen graphics-intensive applications and GUIs see LANs as

More information

Fig. 2: Architecture of sensor node

Fig. 2: Architecture of sensor node Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com To Reduce

More information

Empirical Analysis of the Hidden Terminal Problem in Wireless Underground Sensor Networks

Empirical Analysis of the Hidden Terminal Problem in Wireless Underground Sensor Networks Empirical Analysis of the Hidden Terminal Problem in Wireless Underground Sensor Networks Xin Dong, Mehmet C. Vuran Cyber-Physical Networking Laboratory Department of Computer Science & Engineering University

More information

TinySec: A Link Layer Security Architecture for Wireless Sensor Networks. Presented by Paul Ruggieri

TinySec: A Link Layer Security Architecture for Wireless Sensor Networks. Presented by Paul Ruggieri TinySec: A Link Layer Security Architecture for Wireless Sensor Networks Chris Karlof, Naveen Sastry,, David Wagner Presented by Paul Ruggieri 1 Introduction What is TinySec? Link-layer security architecture

More information

An Energy Efficient Clustering in Wireless Sensor Networks

An Energy Efficient Clustering in Wireless Sensor Networks , pp.37-42 http://dx.doi.org/10.14257/astl.2015.95.08 An Energy Efficient Clustering in Wireless Sensor Networks Se-Jung Lim 1, Gwang-Jun Kim 1* and Daehyon Kim 2 1 Department of computer engineering,

More information