POWER: Planning and Deployment Platform for Wireless Sensor Networks *

Size: px
Start display at page:

Download "POWER: Planning and Deployment Platform for Wireless Sensor Networks *"

Transcription

1 POWER: Planning and Deployment Platform for Wireless Sensor Networks * Jinghao Li 1, Yuebin Bai 1, Haixing Ji 1, Jihong Ma 2, Yong Tian 1 and Depei Qian 1 1 School of Computer, Beihang University, Beijing, , China 2 Handan Polytechnic College, Handan , China lijinghao@cse.buaa.edu.cn Abstract Impeded by the bottleneck of the information collection in the information chain, researchers are more and more interested in the development of wireless sensor networks; the applications of wireless sensor networks are growing too. But less attention are paid to wireless sensor networks planning. To resolve deployment challenges, reduce the deployment risk, we propose to build the planning and deployment platform for wireless sensor networks. POWER is a software environment for planning and deploying wireless sensor networks applications into actual environment. POWER has three main parts, network deployment, simulation, and performance evaluation and optimization. Simulation is the foundation of the POWER. Lifetime is the most important performance evaluation metrics. The target of the POWER is to supply an integrated and optimal deployment solution for an actual application. 1. Introduction With the requirement of the wireless sensor networks (WSNs) growing, the applications of the WSNs get more and more. Currently, WSNs have been widely used in the fields like habitat monitoring, health-care, smart home, industries, and military [1, 2]. When users deploy the above mentioned WSN applications into an actual environment, we found that there are various challenges and problems; thereby we propose the planning and deployment platform for WSNs, namely POWER. And, the goal of the POWER is to: support WSNs deployment solution reduce the deployment cost and improve the efficiency of deployment afford the whole network performance evaluation test new routing protocols and MAC protocols accelerate the WSNs practicality There are limited literature on planning and deployment for WSNs, but a lot on the WSN simulator, which is the base of POWER. J-Sim [3], Ns- 2 [4] and OPNET [5] are the popular widely adopted network simulators. SENS [6] and EmStar [7] are application-oriented simulators. TOSSIM [8] is a discrete-event simulator for TinyOS. In this paper we propose the problems of planning actual applications into environment, and give our solution to solve these problems, which is to build the POWER. Moreover, we also introduce the implementation framework of POWER prototype, which consists of three main parts, network deployment, simulation, and performance evaluation and optimization. The framework is based on the opensource J-Sim simulator. This paper is organized as the following. Section 2 describes the design considerations. Section 3 presents the POWER framework. Finally, Section 4 concludes this paper and presents the future work. 2. Design Considerations 2.1. The Problems To understand the requirements when users deploy sensors into actual environment, these key problems can be divided into following five parts. A. How to place sensor nodes The placement is divided into two kinds, predetermined or stochastically. In a pre-determined network, sensors can be placed according to the user s request (i.e. manually). In a more realistic WSN environment, sensors are placed in a stochastically * Project and project supported by National Natural Science Foundation of China.

2 fashion. For example, a common method to distribute sensor nodes is to scatter them from the plane. B. The connectivity of WSN Suppose that every node has a fixed radio range. The network topology is seen as a mathematic graph, the target is to studying the graph s connectivity, i.e. to determine whether all the sensor nodes can deliver packets to SINK nodes. In addition, the relationship between the number of the sensor nodes and the connectivity; the radio range of the sensor node and the connectivity should also be studied. In this way, this can help users to choose optimal sensor nodes and save the cost. From above motioned, we found that POWER should contain relative functions to resolve these problems. But these problems are not independence, they are often interrelated. We have to circulatory implement these operations. Figure 1 describes this circulatory process. C. The coverage of WSN Coverage which by definition is how well a sensing field is monitored or tracked by sensors [9] is another key point. Generally, the coverage validation can divide into two kinds. One is to confirm how well some key field is monitored. Another one is in some application specific scenarios, WSN require a predetermined sensor nodes density in whole areas. All the two kinds would require extra sensors to be placed, and also need to modify MAC or routing protocol to deal with the heavy traffic. D. How to collect the data Until now, several kinds of routing protocols and MAC protocols have been studied. They all base on different applications background. So, in order to maximize performance in application specific WSN, one must not only take into account the routing protocol but also the MAC protocol. The choice of MAC protocol or routing protocol can help to determine the node and the application specific WSN parameter. Moreover, whether the WSN needs the data aggregation, including average, minimum, or maximum data, should also be taken into account. E. How to evaluate the WSN Having discussed possible questions and choices, one must also determine the appropriate performance metrics. The key metrics for evaluating sensor network protocols as a whole are lifetime, coverage, latency, fault-tolerance, scalability, and security [2, 10]. Due to the character of the WSN, these metrics are often interrelated Our Solution Fig. 1. The implement process of POWER In figure 1, the first step of POWER is pre-placement. it manually or stochastically places some sensor nodes into the virtual environment, and become an integrated network topology graph. Of course, it should initialize some WSN parameter, including the nodes parameter, MAC protocol, and the routing protocol etc. Except these, it also accomplishes coverage validation and connectivity validation. The coverage validation is to determine whether the WSN satisfies the density requirement and whether the number of sensor nodes is enough. The connectivity validation is to determine whether the WSN is connective. Simulation and Evaluation accomplishes the network simulation and performance evaluation. When the evaluation is done, where should be modify to get optimal performance is the purpose of the optimization. Maybe the performance bottleneck is the unfitted protocol, unfitted placement, even the unfitted nodes. When modified scheme is determined, the process goes back to the pre-placement to modify placement or to set models over again. The whole process is a circulation and the target is to get optimal deployment solution. The major aim of the POWER is to rebuild the actual WSN application in the virtual environment, and supplies a deployment solution. Thus simulation is the foundation of POWER. We should build several kinds of models to ensure the accuracy of the simulation. Just like in the traditional network architecture, the bottom

3 three layers of the sensor network architecture are mainly concerned by POWER, which are shown in the Figure 2. By combining these models, POWER can set up a virtual network according to the actual network. course, it should have a drag-and-draw graphics user interface (GUI) to help user to operate the network topology. Moreover, the network topology structure should also guarantee the requirement of the coverage and connectivity. Coverage validation helps users to determine whether the number of the nodes is enough, whether the nodes density and coverage are satisfied, where should be added nodes, and where can be reduced nodes. Connectivity validation is to determine the network topology graph connectivity Simulation Fig. 2. The main type of models 3. Overview of the Proposed Framework This section describes the conceptual framework design of POWER prototype. According to the above mentioned deployment problems and the implementation process, we found POWER should contain three main parts. And the key part of POWER is the simulation. The framework of POWER is shown in Figure 3. In the following sections, we will describe these parts in details. To support WSN deployment solution for a real application, it is needed to simulate the WSN and carry out the quantitative analysis of the WSN. So simulation is the fundamental component of the architecture. J-Sim is chosen as the simulator for POWER. J-Sim is an open-source, component-based compositional network simulation environment that is developed entirely in Java. J-Sim was chosen due to its looselycoupled, component-based programming model, as well as its completed Sensor Network packets [12, 13]. J-Sim includes several kinds of WSN models, such as radio models, energy models, MAC protocol models, and routing protocol models. But not all models are suited for special WSN simulation. To improve the accuracy of simulation, POWER should add some new special WSN models, which is the most important part of this platform. The extensions are shown as follows. A. Protocol models Fig. 3. The framework of POWER 3.1. Network Deployment The network deployment aims to find an optimal placement solution. It contains three main parts, preplacement, coverage validation and connectivity validation. The pre-placement finishes the placement of the sensor nodes. Users can manually or stochastically place each node. Now, quite a lot literature has studies it; in [11], the author proposes three typical types of stochastic sensor placement. Of Just as figure 3 shows, POWER adds new MAC protocols; they are IEEE , TDMA, S-MAC, etc. POWER also adds some new special WSN routing protocols according to different network characteristics [10]. They are One-Hop, Multi-Hop, and Hierarchical (LEACH) [14]. Other well known routing protocols, for example SPEED [15], may be added later. B. Radio models All the previous preparation work does not help POWER support environment factor (i.e. assume that there are no obstructions in the environment), so the radio propagation model is needed to ensure the accuracy of simulations. Radio propagation models attempt to predict the received signal strength at a given distance from the transmitter. If the strength is more than a threshold, the sensor begins to receive the packet. In addition, there are three main phenomena

4 that affect wireless communication which should be taken into account. A standard model used to simulate a clear, unobstructed line-to-sight path between two nodes is the Friss free-space equation [10]. More accurate radio model also will be added later. C. Energy models The most important factor in a WSN application is the energy, as well as the energy model in the architecture. J-Sim energy model is too simple, which should be extended. The energy consumption of a sensor node is divided into three parts: CPU energy consumption, sense energy consumption, and radio energy consumption. Thanks to the development of the micro-electro-mechanical systems, the sense energy consumption and the CPU energy consumption is very little. So in the framework, the CPU energy consumption and the radio energy consumption are mainly considered. A sensor s CPU can be in one of the following four states: active, idle, sleep and off. Similarly, a sensor s radio also has four states: transmit, receive, idle, and sleep. There are two methods to calculate the energy consumption. The first method is to assign every state a constant value. When there is transferring into a different state, relevant value will be subtracted from the sensor remnant energy with relevant value. The second method is to calculate energy according to some equations. For example in the radio transmit state, energy consumption is in association with the distant between the two nodes. The longer the distant, the more the energy consumption is. This is much flexible than the first one Performance Evaluation and Optimization The evaluation part focuses on the evaluations of the virtual WSN. The appropriate performance metrics should be determined initially. POWER evaluates the WSN by following performance metrics: lifetime, latency, scalability, and reliability. They are used to determine which protocols as a whole provides the most efficient paradigm. Lifetime is the most crucial indicator of the usefulness of a WSN. Supposing that lifetime is the time between sensor nodes begins to sense and the time SINK nodes can get packet from any sensor nodes. Latency was the travel time between the packet creation at a sensor node and the received time at the SINK node. In some disaster forecast applications, the WSN must update the critical information in time. Hence keeping the delay time as short as possible is a must. Reliability means, any protocol that is chosen must be robust. The dropped packets and error packets should be as few as possible. The dropped package can be calculated by comparing the number of packets that were sent by sensor nodes and the number of packets that were received by SINK nodes. Scalability for WSN means the performance is independent of the number of sensor nodes. It can be calculated by comparing the performance with different amount of sensor nodes. Other performance metrics, including security and fault-tolerance, are not easy to scale. They will not be taken into account for now. Optimization works on the optimization of the virtual network. According to the evaluation result, we can find the bottleneck of the performance. Therefore, we can correct the problem to eliminate or avoid the bottleneck. Possible solutions include the changing of the types of sensor nodes, protocols, or some nodes position, etc. Of course, we can validate the modification by re-simulate the new WSN according to the implementation process of POWER. 4. Conclusions POWER is a software environment to plan the deployment of the WSN applications. Its target is to resolve the deployment problems, reduce the deployment risk, and get an optimal deployment solution. In this paper, we analyze the deployment challenges, and then propose the planning and deployment platform for WSN, namely POWER, to resolve these problems. Moreover, we introduce the implement framework of the POWER prototype. It offers an integrated process for planning an actual deployment. Recently, according to the framework, we have built a prototype of POWER. It only has two types of routing protocol, two types of MAC protocol, an energy model and a simple radio model. However it proves that POWER is credible and useful. The more accurate models the proposed models are; the more accuracy the POWER result would be. Therefore, in future work, new models that POWER needs would be investigated, such as environment models, obstacle models, new special protocols, and new radio models etc. Except these, we also should take into account about other deployment problems to improve the reliable of POWER. 5. References [1] Deborah Estrin, Ramesh Govindan, John Heidemann, and Satish Kumar.: Next century challenges: scalable

5 coordination in sensor networks. ACM/IEEE International Conference on Mobile Computing and Networking archive, ACM Press, Seattle, Washington, United States, (1999), pp [2] Sameer Tilak, Nael Abu-Ghazaleh, and Wendi heizelman.: A taxonomy of wireless micro-sensor network models. Mobile Computing and Communications Review, (2002), pp ,. [3] J-Sim Homepage. (2005). [4] Ns-2 Homepage. [5] OPNET Homepage. [6] Sameer Sundresh, Wooyoung kim, and Gul Agha.: SENS: a sensor, environment and network simulator. Simulation Symposium. (2004), [7] J. Elson, S. Bien, N. Busek, V.Bychkovskiy, A. Cerpa, D. Ganesan, L. Girod, B.Greenstein, T. Schoellhammer, T.Stathopoulos, and D. Estrin.: Emstar: An Environment for Developing Wireless Embedded Systems Software. Technical report, Center for Embeded Networked Sensoring, University of California, Los Angeless, (2003). [8] P. Levis, N. Lee, M. Welsh, and D.Culler.: TOSSIM: Accurate and Scalable Simulation of Entire TinyOS Application. In Proceedings of the First ACM Conference on Embedded Networked Sensor System (SenSys), (2003). [9] Chi-Fu huang and Yu-Chee Tseng.: The coverage problem in a wirless sensor network. Proceedings of the Workshop on Wireless Sensor Network and Application, ACM Press, San Diego, CA, USA, (2003), pp [10] Nicholas Merizzi.: Sensor Network Deployment in the McMaster Nuclear Reactor, Master thesis, McMaster University, (2005). [11] Ishizuka. M, Aida. M.: Performance study of node placement in sensor networks. Proc. IEEE ICDCSW 04, (2004), pp [12] Ahmed Sobeih, Wei-Peng Chen, Jennifer C.Hou, Lu- Chuan Kung, Ning Li, Hyuk Lim, Hung-Ying Yyan, and honghai Zhang.: J-Sim: A simulation and emulation environment for wireless sensor networks. (2005). [13] Sung Park, Andreas Savvides, and Mani B. Srivastava.: SensorSim: A Simulation Framework for Sensor Networks. Proceeding of the 3rd ACM international workshop on Modeling, analysis and simulation of wireless and mobile systems, Boston, MA, (2000). [14] W. B. Heinzelman, A. P. Chandrakasan, and H. Balakrishnan.: An Application-Specific Protocol Architecture for Wireless Microsensor Networks. IEEE Trans. Wireless Communications, Oct. (2002), pp [15] He T, Stankovic J A, Lu C, Abdelzaher T F.: SPEED: A stateless protocol for real-time communication in sensor networks. In Proc 23rd Int l Conf on Distributed Computing Systems, Providence, Rhode Island. (2003).

Prianka.P 1, Thenral 2

Prianka.P 1, Thenral 2 An Efficient Routing Protocol design and Optimizing Sensor Coverage Area in Wireless Sensor Networks Prianka.P 1, Thenral 2 Department of Electronics Communication and Engineering, Ganadipathy Tulsi s

More information

A CLUSTERING TECHNIQUE BASED ON ENERGY BALANCING ALGORITHM FOR ROUTING IN WIRELESS SENSOR NETWORKS

A CLUSTERING TECHNIQUE BASED ON ENERGY BALANCING ALGORITHM FOR ROUTING IN WIRELESS SENSOR NETWORKS A CLUSTERING TECHNIQUE BASED ON ENERGY BALANCING ALGORITHM FOR ROUTING IN WIRELESS SENSOR NETWORKS Souad EHLALI, Awatif SAYAH Laboratoire de mathématiques, informatique et applications Faculty of Sciences

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

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

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

Energy-efficient Data Dissemination in Wireless Sensor Networks

Energy-efficient Data Dissemination in Wireless Sensor Networks Energy-efficient Data Dissemination in Wireless Sensor Networks Ji-Han Jiang 1 Kuo-Hua Kao 2 Singing ee 2 1 Department of Computer Science and Information Engineering National Formosa University, Yun-in,

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

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Guangyan Huang 1, Xiaowei Li 1, and Jing He 1 Advanced Test Technology Lab., Institute of Computing Technology, Chinese

More information

Hierarchical Energy Efficient Clustering Algorithm for WSN

Hierarchical Energy Efficient Clustering Algorithm for WSN Middle-East Journal of Scientific Research 23 (Sensing, Signal Processing and Security): 108-117, 2015 ISSN 1990-9233 IDOSI Publications, 2015 DOI: 10.5829/idosi.mejsr.2015.23.ssps.30 Hierarchical Energy

More information

IMPORTANCE OF RELAY NODE SET FRAMEWORK FOR MANET COMMUNICATION ENVIRONMENT

IMPORTANCE OF RELAY NODE SET FRAMEWORK FOR MANET COMMUNICATION ENVIRONMENT IMPORTANCE OF RELAY NODE SET FRAMEWORK FOR MANET COMMUNICATION ENVIRONMENT Manoj Kumar Khinchi 1, Dr. Bharat Bhushan 2 1 Research Scholar of Department of computer science, Singhania University, Rajasthan,

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

Exploration of New Simulation Tools for Wireless Sensor Networks

Exploration of New Simulation Tools for Wireless Sensor Networks Exploration of New Simulation Tools for Wireless Sensor Networks B. Sai Chand 1, K. Raghava Rao 2, S. Sreedhar Babu 3 1 UG project Scholar, Department of EEE, K L University, Guntur, Andhra Pradesh-522502,

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks William Shaw 1, Yifeng He 1, and Ivan Lee 1,2 1 Department of Electrical and Computer Engineering, Ryerson University, Toronto,

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

Wireless sensor network simulator to study routing protocols

Wireless sensor network simulator to study routing protocols Available online at www.scinzer.com American Journal of Bioinformatics and Computer Sciences, Vol 1, Issue 1, (2017): 10-15 ISSN 0000-0000 Wireless sensor network simulator to study routing protocols Mojgan

More information

A Survey of Simulation in Sensor Networks

A Survey of Simulation in Sensor Networks A Survey of Simulation in Sensor Networks David Curren University of Binghamton bj92489@binghamton.edu Abstract Sensor networks face many problems that do not arise in other types of networks. Power constraints,

More information

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks S. Rizvi and K. Ferens Department of Electrical and Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Ken.Ferens@ad.umanitoba.ca

More information

A Novel Hierarchical Routing Protocol for Wireless Sensor Networks

A Novel Hierarchical Routing Protocol for Wireless Sensor Networks A Novel Hierarchical Routing Protocol for Wireless Sensor Networks TrongThuaHuynh 1 and Choong Seon Hong 2 Department of Computer Science, Kyung Hee University, 1 Seocheon, Giheung, Yongin, Gyeonggi 449-701

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

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

Mobile Agent Driven Time Synchronized Energy Efficient WSN

Mobile Agent Driven Time Synchronized Energy Efficient WSN Mobile Agent Driven Time Synchronized Energy Efficient WSN Sharanu 1, Padmapriya Patil 2 1 M.Tech, Department of Electronics and Communication Engineering, Poojya Doddappa Appa College of Engineering,

More information

Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network

Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network Deepthi G B 1 Mrs. Netravati U M 2 P G Scholar (Digital Electronics), Assistant Professor Department of ECE Department

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

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 Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina

An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina Rajasekaran 1, Rashmi 2 1 Asst. Professor, Department of Electronics and Communication, St. Joseph College of Engineering,

More information

A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK

A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK ABSTRACT Tran Cong Hung1 and Nguyen Hong Quan2 1Post & Telecommunications Institute of Technology, Vietnam 2University of Science, Ho Chi

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

Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs

Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs Flávio V. C. Martins, cruzeiro@dcc.ufmg.br Frederico P. Quintão, fred@dcc.ufmg.br Fabíola G. Nakamura fgnaka@dcc.ufmg.br,fabiola@dcc.ufam.edu.br

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

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

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

A deployment procedure for wireless sensor networks

A deployment procedure for wireless sensor networks A deployment procedure for wireless sensor networks Tzu-Che Huang, Hung-Ren Lai and Cheng-Hsien Ku Networks and Multimedia Institute, Institute for Information Industry tzuche@nmi.iii.org.tw Abstract Since

More information

VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS

VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS VORONOI LEACH FOR ENERGY EFFICIENT COMMUNICATION IN WIRELESS SENSOR NETWORKS D. Satyanarayana Department of Electrical and Computer Engineering University of Buraimi Al Buraimi, Sultanate of Oman Sathyashree.

More information

Minimum Spanning Tree based Improved Routing Protocol for Heterogeneous Wireless Sensor Network

Minimum Spanning Tree based Improved Routing Protocol for Heterogeneous Wireless Sensor Network Minimum Spanning Tree based Improved Routing Protocol for Heterogeneous Wireless Sensor Network Risha Vashist Research scholar Chandigarh Engineering College, Landran Suniti Dutt Assistant Professor Chandigarh

More information

A Review on Routing Protocols For Wireless Sensor Network

A Review on Routing Protocols For Wireless Sensor Network A Review on Routing Protocols For Wireless Sensor Network Archana Chauhan 1 Praveen Sharma 2 M-Tech Student 1, Assit. Prof. 2 & Department of CSE & NGF College of Engineering &Technology Palwal, Haryana,

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976-6480 (Print) ISSN 0976-6499 (Online) Volume 4, Issue 1, January- February (2013), pp. 50-58 IAEME: www.iaeme.com/ijaret.asp

More information

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 1 Suresh, 2 C.B.Vinutha, 3 Dr.M.Z Kurian 1 4 th Sem, M.Tech (Digital Electronics), SSIT, Tumkur 2 Lecturer, Dept.of E&C, SSIT,

More information

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Maryam Soltan, Inkwon Hwang, Massoud Pedram Dept. of Electrical Engineering University of Southern California Los Angeles, CA

More information

Power Efficient Advanced Node Clustering Hierarchical Protocol for Wireless Sensor Networks

Power Efficient Advanced Node Clustering Hierarchical Protocol for Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 3, Ver. I (May-Jun.2016), PP 44-52 www.iosrjournals.org Power Efficient Advanced

More information

AN EFFICIENT MAC PROTOCOL BASED ON HYBRID SUPERFRAME FOR WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL BASED ON HYBRID SUPERFRAME FOR WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL BASED ON HYBRID SUPERFRAME FOR WIRELESS SENSOR NETWORKS Ge Ma and Dongyu Qiu Department of Electrical and Computer Engineering Concordia University, Montreal, QC, Canada tina0702@gmail.com,

More information

Available online at ScienceDirect. Procedia Computer Science 87 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 87 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 87 (2016 ) 270 274 4th International Conference on Recent Trends in Computer Science & Engineering Analysis of Routing

More information

ISSN: [Krishan Bala* et al., 6(12): December, 2017] Impact Factor: 4.116

ISSN: [Krishan Bala* et al., 6(12): December, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ENERGY EFFICIENT CLUSTERING HIERARCHY PROTOCOL IN WSN BASED ON RIDGE METHOD CLUSTER HEAD SELECTION Krishan Bala *1, Paramjeet

More information

On the Sensitivity of Sensor Network Simulations

On the Sensitivity of Sensor Network Simulations On the Sensitivity of Sensor Network Simulations C. J. Sreenan* Dept. of Computer Science University College Cork Cork, Ireland S. Nawaz, T.D. Le, S. Jha School of Computer Science & Engineering University

More information

Energy-Efficient Routing Protocol in Event-Driven Wireless Sensor Networks

Energy-Efficient Routing Protocol in Event-Driven Wireless Sensor Networks Energy-Efficient Routing Protocol in Event-Driven Wireless Sensor Networks Yan Sun, Haiqin Liu, and Min Sik Kim School of Electrical Engineering and Computer Science Washington State University Pullman,

More information

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks Vol. 5, No. 5, 214 Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks MOSTAFA BAGHOURI SAAD CHAKKOR ABDERRAHMANE HAJRAOUI Abstract Ameliorating

More information

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing Jaekwang Kim Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon,

More information

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Mr. V. Narsing Rao 1, Dr.K.Bhargavi 2 1,2 Asst. Professor in CSE Dept., Sphoorthy Engineering College, Hyderabad Abstract- Wireless Sensor

More information

Simulating interaction with wireless sensor networks

Simulating interaction with wireless sensor networks Provided by the author(s) and University College Dublin Library in accordance with publisher policies. Please cite the published version when available. Title Simulating interaction with wireless sensor

More information

A Fault-recovery Routing Approach for Loop-based Clustering WSN

A Fault-recovery Routing Approach for Loop-based Clustering WSN A Fault-recovery Routing Approach for Loop-based Clustering WSN Ming Xu 1, Shengdong Zhang 1, Jiannong Cao 2, Xiaoxing Guo 3 ( 1 School of Computer, National Univ. of Defense Technology, Changsha, China)

More information

Energy Balancing LEACH for Wireless Sensor Networks

Energy Balancing LEACH for Wireless Sensor Networks Energy Balancing LEACH for Wireless Sensor Networks Department of Computer Science, Sookmyung Women s University, Korea choejn@sookmyung.ac.kr, axxujun@hotmail.com Abstract This paper suggests an algorithm

More information

Adapting Distance Based Clustering Concept to a Heterogeneous Network

Adapting Distance Based Clustering Concept to a Heterogeneous Network International Journal of Computer Theory and Engineering, Vol. 7, No. 3, June 215 Adapting Distance Based Clustering Concept to a Heterogeneous Network N. Laloo, M. Z. A. A. Aungnoo, and M. S. Sunhaloo

More information

Locating Objects in a Sensor Grid

Locating Objects in a Sensor Grid Locating Objects in a Sensor Grid Buddhadeb Sau 1 and Krishnendu Mukhopadhyaya 2 1 Department of Mathematics, Jadavpur University, Kolkata - 700032, India buddhadebsau@indiatimes.com 2 Advanced Computing

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

Energy Efficient Routing for Wireless Sensor Networks with Grid Topology

Energy Efficient Routing for Wireless Sensor Networks with Grid Topology Energy Efficient Routing for Wireless Sensor Networks with Grid Topology Hock Guan Goh 1, Moh Lim Sim 2, and Hong Tat Ewe 1 1 Faculty of Information Technology, 2 Faculty of Engineering, Multimedia University,

More information

Study on Wireless Sensor Networks Challenges and Routing Protocols

Study on Wireless Sensor Networks Challenges and Routing Protocols International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 5 (7): 824-828 Science Explorer Publications Study on Wireless Sensor Networks

More information

RWPS: A Low Computation Routing Algorithm for Sensor Networks

RWPS: A Low Computation Routing Algorithm for Sensor Networks RWPS: A Low Computation Routing Algorithm for Sensor Networks Pierpaolo Bergamo, Daniela Maniezzo, Gianluca Mazzini Engineering Dept., University of Ferrara, Italy Mario Gerla Computer Science Dept., UCLA,

More information

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks 1 J S Rauthan 1, S Mishra 2 Department of Computer Science & Engineering, B T Kumaon Institute of Technology,

More information

ScienceDirect. Extending Lifetime of Wireless Sensor Networks by Management of Spare Nodes

ScienceDirect. Extending Lifetime of Wireless Sensor Networks by Management of Spare Nodes Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 34 (2014 ) 493 498 The 2nd International Workshop on Communications and Sensor Networks (ComSense-2014) Extending Lifetime

More information

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Ayad Salhieh Department of Electrical and Computer Engineering Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren

More information

CVLEACH: Coverage based energy efficient LEACH algorithm

CVLEACH: Coverage based energy efficient LEACH algorithm CVLEACH: Coverage based energy efficient LEACH algorithm 1 Prof Ankit Thakkar and 2 Dr K Kotecha 1 Assistant Professor, CSE Department, Institute of Technology, Nirma University Ahmedabad, Gujarat 382

More information

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION V. A. Dahifale 1, N. Y. Siddiqui 2 PG Student, College of Engineering Kopargaon, Maharashtra, India 1 Assistant Professor, College of Engineering

More information

A Novel Protocol for Better Energy-Efficiency, Latency and Fault Tolerance in Wireless Sensor Network

A Novel Protocol for Better Energy-Efficiency, Latency and Fault Tolerance in Wireless Sensor Network A Novel Protocol for Better Energy-Efficiency, Latency and Fault Tolerance in Wireless Sensor Er.Rakesh Kumar Gupta Department of Computer Science & Engineering K.C.Institute of Engineering & Technology

More information

Webpage: Volume 3, Issue III, March 2015 ISSN

Webpage:   Volume 3, Issue III, March 2015 ISSN A Survey on Hierarchical Routing Protocols for Wireless Sensor Networks Suparti Koul 1, Kiran Narang 2 1 M.Tech student Department of Computer Science and Engineering Hindu college of Engineering, Sonipat,

More information

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks S. Faisal 1, N. Javaid 1, A. Javaid 2, M. A. Khan 1, S. H. Bouk 1, Z. A. Khan 3 1 COMSATS Institute of Information Technology, Islamabad,

More information

Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network

Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network G.Premalatha 1, T.K.P.Rajagopal 2 Computer Science and Engineering Department, Kathir College of Engineering

More information

Zonal Rumor Routing for. Wireless Sensor Networks

Zonal Rumor Routing for. Wireless Sensor Networks Tarun Banka Department of Electrical and Computer Engineering tarunb@engr.colostate.edu Zonal Rumor Routing for. Wireless Sensor Networks Gagan Tandon Department of Computer Science gagan@cs.colostate.edu

More information

Comparative Study of SWST (Simple Weighted Spanning Tree) and EAST (Energy Aware Spanning Tree)

Comparative Study of SWST (Simple Weighted Spanning Tree) and EAST (Energy Aware Spanning Tree) International Journal of Networked and Distributed Computing, Vol. 2, No. 3 (August 2014), 148-155 Comparative Study of SWST (Simple Weighted Spanning Tree) and EAST (Energy Aware Spanning Tree) Lifford

More information

Enhancing the Life Time of Wireless Sensor Network by Using the Minimum Energy Scheduling Algorithms

Enhancing the Life Time of Wireless Sensor Network by Using the Minimum Energy Scheduling Algorithms Enhancing the Life Time of Wireless Sensor Network by Using the Minimum Energy Scheduling Algorithms Mr. Ramanan.S.V 1, Mr.Kumareshan.N 2 Assistant Professor, Department of Electronics and Communication

More information

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level Ali Abdi Seyedkolaei 1 and Ali Zakerolhosseini 2 1 Department of Computer, Shahid Beheshti University, Tehran,

More information

A Spatial Fluid-based Framework to Analyze Large-Scale Wireless Sensor Networks

A Spatial Fluid-based Framework to Analyze Large-Scale Wireless Sensor Networks A Spatial Fluid-based Framework to Analyze Large-Scale Wireless Sensor Networks 1 M. Gribaudo, C.-F. Chiasserini, R. Gaeta, M. Garetto, D. Manini, M. Sereno Dip. di Informatica, Università di Torino Dip.

More information

DAPR: A Protocol for Wireless Sensor Networks Utilizing an Application-based Routing Cost

DAPR: A Protocol for Wireless Sensor Networks Utilizing an Application-based Routing Cost DAPR: A Protocol for Wireless Sensor Networks Utilizing an Application-based Routing Cost Mark Perillo and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester Rochester,

More information

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Paper by: Wendi Rabiner Heinzelman, Anantha Chandrakasan, and Hari Balakrishnan Outline Brief Introduction on Wireless Sensor

More information

Energy and Memory Efficient Clone Detection in Wireless Sensor Networks

Energy and Memory Efficient Clone Detection in Wireless Sensor Networks Energy and Memory Efficient Clone Detection in Wireless Sensor Networks Chennai) 1 Vladymir.F, 2 J.Sivanesa Selvan, 3 Mr.Prabhu.D 1 (Information Technology, Loyola Institute of Technology, Chennai) ( Email:

More information

SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs

SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs Bhavana H.T 1, Jayanthi K Murthy 2 1 M.Tech Scholar, Dept. of ECE, BMS College of Engineering, Bangalore 2 Associate

More information

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks A Simple Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks Chun-Su Park, You-Sun Kim, Kwang-Wook Lee, Seung-Kyun Kim, and Sung-Jea Ko Department of Electronics Engineering, Korea

More information

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks Appl. Math. Inf. Sci. 8, No. 1L, 349-354 (2014) 349 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l44 Energy Optimized Routing Algorithm in Multi-sink

More information

Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks

Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks Haeyong Kim, Yongho Seok, Nakjung Choi, Yanghee Choi, and Taekyoung Kwon School of Computer Science and Engineering

More information

Artery: A Data-Centric Architecture for Wireless Sensor Networks

Artery: A Data-Centric Architecture for Wireless Sensor Networks Artery: A Data-Centric Architecture for Wireless Sensor Networks Lan LIN Department of Computer Science, University of Denver Denver, CO 80208, USA Hailin WU Department of Computer Science, University

More information

SENS: A Sensor, Environment and Network Simulator

SENS: A Sensor, Environment and Network Simulator SENS: A Sensor, Environment and Network Simulator Sameer Sundresh, Wooyoung Kim, and Gul Agha Department of Computer Science University of Illinois at Urbana-Champaign 201 N. Goodwin, Urbana, IL 61801

More information

Hex-Grid Based Relay Node Deployment for Assuring Coverage and Connectivity in a Wireless Sensor Network

Hex-Grid Based Relay Node Deployment for Assuring Coverage and Connectivity in a Wireless Sensor Network ISBN 978-93-84422-8-6 17th IIE International Conference on Computer, Electrical, Electronics and Communication Engineering (CEECE-217) Pattaya (Thailand) Dec. 28-29, 217 Relay Node Deployment for Assuring

More information

Lifetime Enhancement of Wireless Sensor Networks using Duty Cycle, Network Coding and Cluster Head Selection Algorithm

Lifetime Enhancement of Wireless Sensor Networks using Duty Cycle, Network Coding and Cluster Head Selection Algorithm Lifetime Enhancement of Wireless Sensor Networks using Cycle, Network Coding and Cluster Head Selection Algorithm 1 Mrunal V. Funde, B.D.C.E Sevagram,Maharashtra,India, 2 Dr. M.A. Gaikwad, Principal, B.D.C.E

More information

RMAC: A Routing-Enhanced Duty-Cycle MAC Protocol for Wireless Sensor Networks

RMAC: A Routing-Enhanced Duty-Cycle MAC Protocol for Wireless Sensor Networks 1 RMAC: A Routing-Enhanced Duty-Cycle MAC Protocol for Wireless Sensor Networks Shu Du Amit Kumar Saha David B. Johnson Department of Computer Science, Rice University, Houston, TX, USA Abstract Duty-cycle

More information

Target Tracking in Wireless Sensor Network

Target Tracking in Wireless Sensor Network International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 6 (2014), pp. 643-648 International Research Publications House http://www. irphouse.com Target Tracking in

More information

Geographic Adaptive Fidelity and Geographic Energy Aware Routing in Ad Hoc Routing

Geographic Adaptive Fidelity and Geographic Energy Aware Routing in Ad Hoc Routing 309 Geographic Adaptive Fidelity and Geographic Energy Aware Routing in Ad Hoc Routing Sinchan Roychowdhury Instrumentation Control Engineering Calcutta Institute of Engineering & Management Kolkata, India

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

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Ashika R. Naik Department of Electronics & Tele-communication, Goa College of Engineering (India) ABSTRACT Wireless

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

Gateway Based WSN algorithm for environmental monitoring for Energy Conservation

Gateway Based WSN algorithm for environmental monitoring for Energy Conservation International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Gateway Based WSN algorithm for environmental monitoring for Energy Conservation Arunesh Kumar Singh 1, Arjun Kumar

More information

An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks

An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks RESEARCH ARTICLE OPEN ACCESS An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks Mrs.J.Monisha, PG scholar, Mrs.M.MuthuSelvi, Assistant Professor,

More information

Binary Tree Routing for Parallel Data Gathering in Sensor Networks of Smart Home

Binary Tree Routing for Parallel Data Gathering in Sensor Networks of Smart Home Binary Tree Routing for Parallel Data Gathering in Sensor etworks of Smart Home Guangyan Huang and Xiaowei Li Jing He Advanced Test Technology Lab. Chinese Academy of Sciences Research Center on Data Institute

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

GIS based topology for wireless sensor network modeling: Arc-Node topology approach

GIS based topology for wireless sensor network modeling: Arc-Node topology approach GIS based topology for wireless sensor network modeling: Arc-Node topology approach S.Amin Hosseini (Author) Zanjan Branch, Islamic Azad University, Zanjan,. Iran Email: s.a.hosseini86@gmail.com Behrooz

More information

An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks

An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks Samah Alnajdi, Fuad Bajaber Department of Information Technology Faculty of Computing and Information Technology King

More information

The Effect of Physical Topology on Wireless Sensor Network Lifetime

The Effect of Physical Topology on Wireless Sensor Network Lifetime 1 JOURNAL OF NETWORKS, VOL., NO. 5, SEPTEMBER 7 The Effect of Physical Topology on Wireless Sensor Network Lifetime Debdhanit Yupho Planning Department Aeronautical Radio of Thailand Limited, Bangkok,

More information

Technical Report. A Two-Tiered Architecture for Real-Time Communications in Large-Scale Wireless Sensor Networks: Research Challenges

Technical Report. A Two-Tiered Architecture for Real-Time Communications in Large-Scale Wireless Sensor Networks: Research Challenges www.hurray.isep.ipp.pt Technical Report A Two-Tiered Architecture for Real-Time Communications in Large-Scale Wireless Sensor Networks: Research Challenges Anis Koubaa Mário Alves TR-050701 Version: 1.0

More information

An Energy-Efficient Data-Dissemination Protocol in Wireless Sensor Networks

An Energy-Efficient Data-Dissemination Protocol in Wireless Sensor Networks An Energy-Efficient Data-Dissemination Protocol in Wireless Sensor Networks Zehua Zhou Xiaojing Xiang State University of New York at Buffalo Buffalo, NY, USA {zzhou5, xxiang}@cse.buffalo.edu Xin Wang

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

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

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

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