International Journal of Advance Foundation and Research in Computer (IJAFRC) Volume 1, Issue 12, December ISSN

Size: px
Start display at page:

Download "International Journal of Advance Foundation and Research in Computer (IJAFRC) Volume 1, Issue 12, December ISSN"

Transcription

1 Data Aggregation Techniques to Remove Redundancy in Wireless Sensor Networks: Brief Overview. Samarth Anavatti, Sumedha Sirsikar Research Scholar, Department of Information Technology Assistant Professor Department of Information Technology Maharashtra Institute of Technology, Pune University, Pune A B S T R A C T In Wireless Sensor Networks (WSN), some sensor nodes are mobile in nature. Due to mobility of nodes, there is no guarantee of reliable delivery of information. To ensure reliability, many sensor nodes are deployed in the monitoring environment. These sensor nodes sense the same kind of data and forward it to the sink node. This redundant information sustains the reliability; but at the same time, sink node wastes its energy in processing the redundant data. So there is a need to eliminate the redundancy in sensed data up to adequate level in order to maintain the tradeoff between energy conservation and reliability. There exist many data aggregation techniques that perform data redundancy removal in order to improve life time of sensor nodes. Data aggregation is a technique in which each intermediate node in the routing path receives multiple input packets, process them and transmits a single packet. In this paper we have studied different data aggregation strategies and focused on some data aggregation techniques based on these strategies. Further we havediscussed advantages and limitations of these techniques. Index Term- Wireless Sensor Network, Data Aggregation, Energy conservation, Traffic load, Reliability I. INTRODUCTION Wireless Sensor Network (WSN) is collection of large number of tiny self-powered sensor nodes connected to each other wirelessly within their radio range. These nodes sense the data and pass it to the base station using hop by hop communication. As these sensor nodes have less power it is necessary to reduce energy consumption at sensor node to enhance overall life time of WSN. We can achieve this by removing redundancy from WSN. Because nodes waste their power in processing redundant data. Therefore removing redundancy will become solution for improving WSN life time. Data Aggregation is the technique which gather and aggregate data in an energy efficient manner and reduces redundancy so that network lifetime is enhanced. This paper presents study of various data aggregation techniques which includes, Dynamically Balanced Spanning Tree (DBST) [2] which provides dynamic structure of tree to solve hotspot problem and improve energy conservation. SVM based Data Redundancy Elimination (SDRE) [3] algorithm makes use of SVM for redundancy elimination. Bandwidth efficient Heterogeneity aware Cluster based Data Aggregation (BHCDA) [4] which performs both intra cluster and inter cluster aggregation to eliminate redundancy. Redundancy Eliminated Data Dissemination (REDD) [5] algorithm makes use of context aware , IJAFRC All Rights Reserved

2 system for validation and correlation coefficient is used to eliminate redundancy from valid data. Adaptive Energy Efficient Reliable Data Aggregation Technique (AEERDAT)[6]this algorithm changes the size of cluster and allows only valid nodes to be in the cluster in order to maintain reliability. The rest of the paper is organized as follows. The section 2 gives related work. Section 3 contains overview of data aggregation. Section 4 focuses on Data aggregation techniques. Section 5 shows advantages and limitations of data aggregation techniques and section 6 contains conclusion followed by references. II. RELATED WORKS Nandini. S. Patil, Prof. P. R. Patil [1] performed comparison of performance of WSN with data aggregation and performance without data aggregation. Avid Avokh, GhasemMirjalilyPatil [2] proposed an approach called Dynamic Balanced Spanning Tree Approach which is improvement over fixed spanning tree approach. In fixed spanning tree there was problem of hotspots which is eliminated here.this work results in minimum energy consumption and also it balances the traffic load. Prakash goudpatil, Umakant Kulkarni [3] developed a new technique which makes use of Support Vector Machine (SVM) to eliminate redundant data and then used LSH algorithm to eliminate outliers who may send false data. In this way, this technique not only reduces energy consumption but also eliminate false data. DnyaneshwarMantri, NeeliRashmi Prasad, Ramjee Prasad [4]developed cluster based approach which works efficiently in heterogeneous environment. This approach reduces redundant transmission by performing intra cluster and inter cluster data aggregation which utilizes bandwidth efficiently and reduces energy consumption. Sumalatha Ramachandran, Aswin Kumar Gopi, GiridaraVarmaElumalai, MurugesanChellapa[5]proposed a novice cluster based approach which uses context aware system to validate data and then eliminate redundancy of validated data. This redundancy is removed using correlation coefficient technique. Basavaraj S. Mathapati, Siddarama. R. Patil [6] have developed a technique which performs reliable and energy efficient data aggregation and they compared its performance erdc [12]. III. DATA AGGREGATION The deployment of large number of sensors over sensing area increases the data accuracy. The sensors deployed in the nearby region sense the same phenomena which leads to produce lot of duplicate data. This duplication of data causes redundancy and leads to more bandwidth and energy consumption. Data De- duplication means removing duplicates to reduce redundancy. The data aggregation techniques are used to perform De-duplication [9]. In data aggregation sensor data is collected by sensor nodes are aggregated by using some data aggregation algorithms and then aggregated data is forwarded towards base station. There are different strategies for data aggregation. A. Data Aggregation Strategies There are many strategies for aggregation some of them are listed below: Centralized Approach, In- Network Aggregation, Tree-Based Approach and cluster-based Approach 1. Centralized Approach: It is an address centric approach. In this each node sends data to a central node via the shortest possible route using a multichip wireless protocol. The central node also called as header node aggregates the data which can be queried, to reduce the redundancy. 2. In-Network Aggregation: The aggregation is the global process of gathering and routing , IJAFRC All Rights Reserved

3 information through a multi-hop network and processing data at intermediate nodes with the objective of reducing power consumption. There are two approaches for in-network aggregation: 3. With size reduction: It refers to the process of combining & compressing the data packets received by anode from its neighbors in order to reduce the packet length that is to be transmitted or forwarded towards sink. 4. Without size reduction: In-network aggregation without size reduction refers to the process merging data packets received from different neighbors into a single data packet but without processing the value of data. 5. Tree-Based Approach: In the tree-based approach aggregation is done by constructing an aggregation tree, which could be a minimum spanning tree, rooted at sink and source nodes are considered as leaves. Each node has a parent node to forward its data. Flow of data starts from leaves nodes up to the sink and the aggregation done by parent nodes. 6. Cluster-Based Approach: In cluster-based approach, whole network is divided in to several clusters. Each cluster has a cluster-head which is selected among cluster members. Cluster-heads do the role of aggregator which aggregate data received from cluster members locally and then transmit the result to sink. [1] IV. DATA AGGREGATION TECHNIQUES Based on the nature of the network, data aggregation can be done via data aggregation tree (DAT for flat networks) or by a clustering strategy for hierarchical networks. In flat network architecture, all nodes are equal and connections are set up between nodes that are within each other s radio range although constrained by connectivity conditions and available resources. In a hierarchical network, all nodes typically function both as switches/routers, with one node in each cluster being designated as the cluster head (CH).The number of tiers within a hierarchical network can vary according to the number of sensor nodes. Traffic between nodes of different clusters must always be routed through their respective CHs or via gateway nodes. Gateway nodes are responsible for maintaining connectivity among neighboring CHs. Although the hierarchical network architecture is energy efficient for collecting and aggregating data from the entire WSN or all nodes within a larger target region, using knowledge of their relative locations, flat network architecture is suitable for transferring data between source-destination pairs separated by a large number of hops. Following figure shows taxonomy of data aggregation techniques we considered in our study , IJAFRC All Rights Reserved

4 A. Dynamic balanced spanning tree (DBST) Figure 1: Data aggregation techniques This algorithm considers distance, residual energy and node weight as parameters to improve lifetime of network. In previous researches, a fixed routing tree is used for all rounds. A round is time needed for collection of one data unit from every node in the network and delivering the aggregated data to sink. But as nodes are fixed, the hotspot problem occurs. Hotspot drains the battery quickly. DBST [2] solves this hotspot problem. This algorithm not only minimizes the maximum energy consumption among the sensor nodes but also balance the traffic load. DBST is a tree based approach, in this smallest possible weight spanning tree can be formed by using kruskals algorithm [7]. DBST uses residual energy as a parameter for the root node selection in tree formation process. The node with the highest residual energy after each round will be selected as a root. Due to this, responsibility of root is fairly get distributed among all nodes and problem of hotspot get solved. Though DBST solves hotspot problem there is need to form spanning tree for each round. To form spanning tree they considered node weight and link weight as parameters. Now, to find node weight they considered energy required for communication, residual energy and heterogeneity of network as main criterions. Link weight is determined by using node weight of all nodes as: F i,j= F j,i=wiwj, ( ) i,j=1,2 n After tree formation and root node selection DBST performs data gathering and aggregation. Aggregated data is sent towards root androot forwards it to sink (Destination). DBST has a dynamic routing tree which minimize the energy consumption and also balance the traffic load. So bandwidth overhead is less. But this algorithm needs to create new tree for each round resulting, little bit increase in delay. B. SVM based Data Redundancy Elimination (SDRE) This algorithm considers an input tree which has one parent node and one gateway node. All parent nodes are connected to gateway node. Whenever a sensor node receives data packet first time, the node from which it gets the packet will acts as parent node. If the same node receives same packet from some other node that node will acts as backup parent node and all the similar messages are ignored. In this way Data Aggregation Tree (DAT) is formed [8]. The Support Vector Machine (SVM) is applied on DAT to eliminate redundancy. SVM Performs two functions one is classification and other is correlated data elimination. It uses linear classifier method to represent the classification of redundant data. This method divides the hyper plane in two classes, redundant (no) and not redundant (yes) , IJAFRC All Rights Reserved

5 To check the similarity Locality Sensitive Hashing (LSH) is used. This method generates the hash code which is small in size than data. These LSH codes are sent to supervisor node. Aggregation supervisor maintains redundancy count for similar LSH codes. The similarity count below or equal threshold is accepted and those who have more than threshold are rejected. In this way supervisor node eliminates outliers [3]. This protocol keeps the redundancy at adequate level so as to provide reliability and reduces the average energy consumption. C. Bandwidth efficient heterogeneity aware cluster based Data Aggregation (BHCDA) BHCDA [4] reduces number of transmissions of data packets from sensor nodes to mobile sink. The network model of BHCDA is a connecting graph of different clusters of Wireless Sensor Network (WSN).Each cluster is having heterogeneous nodes and mobile sink. Some nodes from the cluster have high energy are called as Super nodes, some have moderate energy are called as advanced nodes and some are with normal energy are normal nodes. Cluster head (CH) is selected from each cluster. Data Aggregation is done at cluster head (CH) for the packets inside the cluster. These cluster heads (CH) will further acts as a nodes and one of the cluster head (CH) from these CH s, will become aggregator node. This aggregator node will forward aggregated data to the sink. The aggregation function used in BHCDA is based on correlation of data packets generated by high energy nodes and low energy nodes. The aggregation function is as follows: F(C a)= (Xi)+ (Yj) Where Xi and Yj are variables that represent the correlation of the number of data packets generated by the u and h. BHCDA performs both intra cluster and inter cluster aggregation which results not only in improving life time of sensor network but also in improving bandwidth utilization. D. Redundancy Eliminated Data Dissemination (REDD) In this approach total geographical area is divided into grid based clusters. In each cluster one representative node called header node is elected. This header node is elected based upon battery power. The nodes of WSN are moving so there might be a chance that node may go in other cluster. This is handled by dynamic topology management module of REDD [5]. Whenever sink node queries for data of interest from source nodes, that query is forwarded by header to header forwarding upto source [9]. This forwarding is done through shortest path which is found by sink. REDD uses context aware system for validation. Context aware system checks the sensor data against the rules of its rule engine. If provided context satisfies the rules then the data is transmitted else it is rejected. Then redundancy only from valid data is removed in two ways: intra-cluster redundancy removal and inter cluster redundancy removal. To eliminate redundancy correlation coefficient is used , IJAFRC All Rights Reserved

6 International Journal of Advance Foundation and Research in Computer (IJAFRC) Figure 2: Intra cluster redundancy elimination Figure 3: Inter cluster redundancy removals REDD optimizes data transmission therefore bandwidth overhead is less and reduces amount of power consumption in order to improve network lifetime. E. Adaptive Energy Efficient Reliable Data Aggregation Technique (AEERDAT) AEERDAT [6] addresses reliability issue of Wireless Sensor Network (WSN). One disadvantage of data aggregation is that there might be a chance of malicious attack on node whichh performs aggregation called aggregator node. EERDAT forms a cluster and for each cluster coordinator node (CN) is randomly selected. This CN monitors the function of clusters. Each node inside the cluster maintains Neighbor Information Table (NIT). Each node sends this NIT information to CH. Coordinator Node (CN) selects CH The CH is selected based up on cost value. Highest cost value node in the cluster is selected as CH. Cost value is calculated based on residual energy and distance of a node from CN. Minimum distance and maximum residual energy node has highest cost value. The CH performs aggregation and sends this aggregated data to CN. The CN calculates Loss Ratio (LR) which is amount of data packets forwarded to the data packets received. This value of LR is forwarded to CH. Based upon this, the size of cluster is changed that is the number of forwarding nodes added or removed. As the size of cluster is changing adaptively outliers are get removed , IJAFRC All Rights Reserved

7 Reliability is increased due to altering the cluster size before data transmission and also LR is measured at CN itself therefore, energy consumption is effectively reduced. F. Energy Efficient and Balanced Cluster-Based Data Aggregation Algorithm for Wireless Sensor Networks (EEBCDA) This protocol addresses the problem of cluster-based and homogeneous WSNs in which cluster heads transmit data to base station by one-hop communication. The operation of EEBCDA [10] is also divided into rounds and every round consists of a set-up phase and a steady-state phase, especially, there is a network-division phase before the first round. The network is divided into rectangular regions firstly, called swim lanes, then, each swim lane is further partitioned into smaller rectangular regions, called grids. The node with the maximal residual energy of each grid is selected as CH. The grids further away from BS are bigger and have more nodes to participate in CHs rotation. It divides the network into rectangular grids with unequal size and makes cluster heads rotate among the nodes in each grid respectively, the grid whose cluster head consumes more energy has more sensor nodes to take part in cluster head rotation and share energy load, by this way, it is able to balance energy dissipation. Besides, it adopts some measures to save energy. EEBCDA remarkably enhance energy efficiency, balance energy dissipation and prolong the network lifetime. G. Delay Efficient Distributed Data Aggregation (DEDA) This scheduling algorithm is proposed to handle the delay and energy tradeoff in the process of aggregation using the timeout concept. This approach first builds aggregation tree, and then distributed aggregation scheduling algorithm is applied to achieve the optimized energy efficiency and delay aware data aggregation. This algorithm makes use of Decision Making Unit (DMU) to handle energy and delay tradeoff. One of the advantage of DEAD is to achieve the ideal energy consumption by limiting a number of redundant and unnecessary responses from the sensor nodes. V. ADVANTAGES & LIMITATION OF DATA AGGREGATION TECHNIQUES Following table shows the comparison between the aggregations techniques discussed earlier. All techniques are compared based on strategy which they used either tree based or cluster based, delay that is time required for data aggregation, redundancy, accuracy, energy consumption and bandwidth overhead. Table I: Advantages and Limitations Of Data Aggregation Techniques Techniques Advantages Limitations DBST Balances traffic load, provides energy conservation Need to form dynamic minimum spanning tree for each round SDRE Handles tradeoff between energy Traffic load on supervisor node conservation and accuracy BHCDA Provides more bandwidth efficiency Energy saving is not that much up to the mark REDD Increases life time and reliability of WSN Algorithm may produce delay if the cluster head itself moves into another grid, again , IJAFRC All Rights Reserved

8 AEERDAT International Journal of Advance Foundation and Research in Computer (IJAFRC) Provides energy efficiency and reliability by Adaptively changing the size of cluster DEDA Handles energy and delay tradeoff EEBCDA header election algorithm needs to be executed Delay is increases if the number of nodes are increased Does not remove redundancy completely Balance energy dissipation To enhance Used for homogenous network only energy efficiency VI. CONCLUSION Data aggregation techniques presented in this paper focuses on to remove the redundancy in order to enhance the life time of wireless sensor network.to improve network life time it is necessary to eliminate redundancy but at the same time redundancy is necessary to maintain accuracy. This paper presents survey of data aggregation techniques which are helpful in balancing the tradeoff between energy efficiency and accuracy. SDRE is the protocol which is best in maintaining tradeoff between energy efficiency and accuracy. VII. REFERENCES [1] Nandini. S. Patil, Prof. P. R. Patil, Data Aggregation in Wireless Sensor Network, IEEE International Conference on Computational Intelligence and Computing Research, ISBN: [2] Avid Avokh, GhasemMirjalilyPatil, Dynamic Balanced Spanning Tree (DBST) for Data Aggregation in Wireless Sensor Networks, 5th International Symposium on Telecommunications (IST2010), / IEEE [3] PrakashgoudPatil, Umakant Kulkarni, SVM based Data Redundancy Elimination for Data Aggregation in Wireless Sensor Networks, / IEEE [4] DnyaneshwarMantri, NeeliRashmi Prasad, RamjeePrasad, BHCDA:Bandwidth Efficient Heterogeneity aware Cluster based Data Aggregation for Wireless Sensor Network, ICRTIT 2011, / IEEE [5] Sumalatha Ramachandran, Aswin Kumar Gopi, GiridaraVarmaElumalai,Murugesan Chellapa, REDD: Redundancy Eliminated Data Dissemination in Cluster Based Mobile Sinks, ICRTIT 2011, / IEEE [6] Basavaraj S. Mathapati, Siddarama. R. Patil, Energy Efficient Reliable Data Aggregation Technique for Wireless Sensor Networks, International Conference on Computing Sciences, / IEEE [7] A. Gagarin, S. Hussain, and L.T. Yang, Distributed hierarchical search for balanced energy consumption routing spanning trees in Wireless Sensor Networks, J. Parallel Distrib. Comput. Vol. 70, no. 9, pp , 2010 [8] PrakashgoudPatil, UmakantKulkarni Delay Efficient Data Aggregation Algorithm in Wireless Sensor Network, International Journal of Computer Application ( ) vol.69 No.1,May , IJAFRC All Rights Reserved

9 2013 [9] A.C. Viana, A.Ziviani and R.Friedman, Decoupling Data Dissemination from Mobile Sink s Trajectory in Wireless Sensor Networks, IEEECommunication Letters, vol. 13, no. 3, Mar [10] Yuea Jun Weiming Zhang, Weidong Xiao, Daquan Tang, and Jiuyang Tang, Energy efficient and balanced cluster-based dataaggregation algorithm for wireless sensor networks, ProcediaEngineering 29 (2012): [11] Ren P. Liu, John Zic, Iain B. Collings, Alex Y. Dong, and Sanjay Jha, Efficient Reliable Data Collection in Wireless Sensor Networks, inproceedings of IEEE 68th Vehicular Technology Conference, VTC2008, , IJAFRC All Rights Reserved

Energy Efficiency and Latency Improving In Wireless Sensor Networks

Energy Efficiency and Latency Improving In Wireless Sensor Networks Energy Efficiency and Latency Improving In Wireless Sensor Networks Vivekchandran K. C 1, Nikesh Narayan.P 2 1 PG Scholar, Department of Computer Science & Engineering, Malabar Institute of Technology,

More information

I. INTRODUCTION. Keywords: WSN, Data Aggregation, Cluster, LEACH algo.

I. INTRODUCTION. Keywords: WSN, Data Aggregation, Cluster, LEACH algo. GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES AN EFFICIENT METHOD FOR DATA AGGREGATION IN WSN Ashwini A. Ghadge 1 & Mr. Rajesh A. Deokate 2 1 M.Tech. student(cse), BDCOE, Sewagram, Wardha 2 Electronics

More information

A REVIEW ON DATA AGGREGATION TECHNIQUES IN WIRELESS SENSOR NETWORKS

A REVIEW ON DATA AGGREGATION TECHNIQUES IN WIRELESS SENSOR NETWORKS A REVIEW ON DATA AGGREGATION TECHNIQUES IN WIRELESS SENSOR NETWORKS Arshpreet Kaur 1, Simarjeet Kaur 2 1 MTech Scholar, 2 Assistant Professor, Department of Computer Science and Engineering Sri Guru Granth

More information

Overview on Load Balanced Data Aggregation Tree in Wireless Sensor Network

Overview on Load Balanced Data Aggregation Tree in Wireless Sensor Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 11, November 2015,

More information

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS e-issn 2455 1392 Volume 1 Issue 1, November 2015 pp. 1-7 http://www.ijcter.com ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS Komal Shah 1, Heena Sheth 2 1,2 M. S. University, Baroda Abstract--

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN: Fast Data Collection with Reduced Interference and Increased Life Time in Wireless Sensor Networks Jayachandran.J 1 and Ramalakshmi.R 2 1 M.Tech Network Engineering, Kalasalingam University, Krishnan koil.

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

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

Routing protocols in WSN

Routing protocols in WSN Routing protocols in WSN 1.1 WSN Routing Scheme Data collected by sensor nodes in a WSN is typically propagated toward a base station (gateway) that links the WSN with other networks where the data can

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

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks , pp.135-140 http://dx.doi.org/10.14257/astl.2014.48.22 An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks Jin Wang 1, Bo Tang 1, Zhongqi Zhang 1, Jian Shen 1, Jeong-Uk Kim 2

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network V. Shunmuga Sundari 1, N. Mymoon Zuviria 2 1 Student, 2 Asisstant Professor, Computer Science and Engineering, National College

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

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

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

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

Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks

Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.4, April 2016 115 Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks Shideh Sadat Shirazi,

More information

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS Saraswati Mishra 1 and Prabhjot Kaur 2 Department of Electrical, Electronics and Communication Engineering,

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

A Survey on Data Aggregation cluster based technique in wireless sensor network for modern railway track monitoring

A Survey on Data Aggregation cluster based technique in wireless sensor network for modern railway track monitoring A Survey on Data Aggregation cluster based technique in wireless sensor network for modern railway track monitoring Yamini Mistry 1, Arpit Rana 2 1Student, Department of Computer Engineering, SVIT, VASAD,

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

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

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs Sarita Naruka 1, Dr. Amit Sharma 2 1 M.Tech. Scholar, 2 Professor, Computer Science & Engineering, Vedant College of Engineering

More information

CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN

CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN Nidhi Bhatia Manju Bala Varsha Research Scholar, Khalsa College of Engineering Assistant Professor, CTIEMT Shahpur Jalandhar, & Technology, Amritsar, CTIEMT

More information

A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network

A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network Sunil Kumar Patel 1, Dr. Ravi Kant Kapoor 2 P.G. Scholar, Department of Computer Engineering and Applications, NITTTR, Bhopal, MP,

More information

Data Gathering for Wireless Sensor Network using PEGASIS Protocol

Data Gathering for Wireless Sensor Network using PEGASIS Protocol Data Gathering for Wireless Sensor Network using PEGASIS Protocol Kumari Kalpna a, Kanu Gopal b, Navtej katoch c a Deptt. of ECE, College of Engg.& Mgmt.,Kapurthala, b Deptt. of CSE, College of Engg.&

More information

CASER Protocol Using DCFN Mechanism in Wireless Sensor Network

CASER Protocol Using DCFN Mechanism in Wireless Sensor Network Volume 118 No. 7 2018, 501-505 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu CASER Protocol Using DCFN Mechanism in Wireless Sensor Network A.Shirly

More information

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.854

More information

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network ISSN (e): 2250 3005 Volume, 06 Issue, 06 June 2016 International Journal of Computational Engineering Research (IJCER) Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor

More information

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols 1 Why can t we use conventional routing algorithms here?? A sensor node does not have an identity (address) Content based and data centric

More information

Comparative analysis of centralized and distributed clustering algorithm for energy- efficient wireless sensor network

Comparative analysis of centralized and distributed clustering algorithm for energy- efficient wireless sensor network Research Journal of Computer and Information Technology Sciences ISSN 2320 6527 Comparative analysis of centralized and distributed clustering algorithm for energy- efficient wireless sensor network Abstract

More information

Energy Consumption for Cluster Based Wireless Routing Protocols in Sensor Networks

Energy Consumption for Cluster Based Wireless Routing Protocols in Sensor Networks Energy Consumption for Cluster Based Wireless Routing Protocols in Sensor Networks 1 J.Daniel Mano, 2 Dr.S.Sathappan 1 Ph.D Research Scholar, 2 Associate Professor 1 Department of Computer Science 1 Erode

More information

DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS

DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS Haftom Gebrehiwet Kidanu 1, Prof. Pallam

More information

Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey

Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey International Journal of Scientific and Research Publications, Volume 4, Issue 11, November 2014 1 Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey Vivek pandiya raj *, B.Gunasundari

More information

An Enhanced General Self-Organized Tree-Based Energy- Balance Routing Protocol (EGSTEB) for Wireless Sensor Network

An Enhanced General Self-Organized Tree-Based Energy- Balance Routing Protocol (EGSTEB) for Wireless Sensor Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 239-7242 Volume 4 Issue 8 Aug 205, Page No. 3640-3643 An Enhanced General Self-Organized Tree-Based Energy- Balance Routing

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

Clustering in Wireless Sensor Networks: Performance Comparison of EAMMH and LEACH Protocols using MATLAB

Clustering in Wireless Sensor Networks: Performance Comparison of EAMMH and LEACH Protocols using MATLAB Clustering in Wireless Sensor Networks: Performance Comparison of EAMMH and LEACH Protocols using MATLAB Nishanth Thimmegowda Department of Computer Science & Engineering MSRIT Monica R Mundada Research

More information

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang

A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks. Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang A Low-Overhead Hybrid Routing Algorithm for ZigBee Networks Zhi Ren, Lihua Tian, Jianling Cao, Jibi Li, Zilong Zhang Chongqing Key Lab of Mobile Communications Technology, Chongqing University of Posts

More information

DE-LEACH: Distance and Energy Aware LEACH

DE-LEACH: Distance and Energy Aware LEACH DE-LEACH: Distance and Energy Aware LEACH Surender Kumar University of Petroleum and Energy Studies, India M.Prateek, N.J.Ahuja University of Petroleum and Energy Studies, India Bharat Bhushan Guru Nanak

More information

High Speed Data Collection in Wireless Sensor Network

High Speed Data Collection in Wireless Sensor Network High Speed Data Collection in Wireless Sensor Network Kamal Kr. Gola a, *, Bhumika Gupta b, Zubair Iqbal c a Department of Computer Science & Engineering, Uttarakhand Technical University, Uttarakhand,

More information

A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN

A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN Saranya.N 1, Sharmila.S 2, Jeevanantham.C 3 1,2,3 Assistant Professor, Department of ECE, SNS College of Engineering

More information

An Improved Gateway Based Multi Hop Routing Protocol for Wireless Sensor Network

An Improved Gateway Based Multi Hop Routing Protocol for Wireless Sensor Network International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 15 (2014), pp. 1567-1574 International Research Publications House http://www. irphouse.com An Improved Gateway

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

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks Sushma K M, Manjula Devi T H [PG Student], [Associate Professor] Telecommunication Department Dayananda Sagar College of

More information

SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN)

SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN) SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN) Md. Nadeem Enam 1, Arun Kumar Bag 2 1 M.tech Student, 2 Assistant.Prof, Department of ECE, Bengal Institute of

More information

A Comparative Study on Advances in LEACH Routing Protocol for Wireless Sensor Networks: A survey

A Comparative Study on Advances in LEACH Routing Protocol for Wireless Sensor Networks: A survey A Comparative Study on Advances in LEACH Routing Protocol for Wireless Sensor Networks: A survey Alakesh Braman 1, Umapathi G. R 2 M.Tech. Student, Dept., of Information Science and Engineering, Acharya

More information

Neural Network based LEACH Clustering Algorithm in WSN

Neural Network based LEACH Clustering Algorithm in WSN Neural Network based LEACH Clustering Algorithm in WSN 1 Inderjeet Singh; 2 Pooja; 3 Varsha 1 Research Scholar, CTIEMT Shahpur, Jalandhar, Punjab, India 2 Assistant Professor, CTIEMT Shahpur, Jalandhar

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

Multi-Hop Clustering Protocol using Gateway Nodes in Wireless Sensor Network

Multi-Hop Clustering Protocol using Gateway Nodes in Wireless Sensor Network Multi-Hop Clustering Protocol using Gateway Nodes in Wireless Sensor Network S. Taruna 1, Rekha Kumawat 2, G.N.Purohit 3 1 Banasthali University, Jaipur, Rajasthan staruna71@yahoo.com 2 Banasthali University,

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 Modified LEACH Protocol for Increasing Lifetime of the Wireless Sensor Network

A Modified LEACH Protocol for Increasing Lifetime of the Wireless Sensor Network BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 3 Sofia 2016 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2016-0040 A Modified LEACH Protocol for

More information

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: HETEROGENEOUS CLUSTER BASED ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK- A SURVEY Padmavati 1, T.C. Aseri 2 1 2 CSE Dept 1 2 PEC University of Technology 1 padmavati@pec.ac.in, trilokchand@pec.ac.in ABSTARCT:

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

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

CHAPTER 4 THRESHOLD BASIS CLUSTER HEAD SELECTION TECHNIQUES

CHAPTER 4 THRESHOLD BASIS CLUSTER HEAD SELECTION TECHNIQUES 173 CHAPTER 4 THRESHOLD BASIS CLUSTER HEAD SELECTION TECHNIQUES 4.1 ORGANIZATION CHART OF ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORKS Issues and challenges, Estrin et al (1999), considered as a result

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

Wireless Sensor Networks applications and Protocols- A Review

Wireless Sensor Networks applications and Protocols- A Review Wireless Sensor Networks applications and Protocols- A Review Er. Pooja Student(M.Tech), Deptt. Of C.S.E, Geeta Institute of Management and Technology, Kurukshetra University, India ABSTRACT The design

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

A Survey on an Energy-Efficient and Energy-Balanced Routing Protocol for Wireless Sensor Networks

A Survey on an Energy-Efficient and Energy-Balanced Routing Protocol for Wireless Sensor Networks sensors Article A Survey on an Energy-Efficient and Energy-Balanced Routing Protocol for Wireless Sensor Networks Olayinka O. Ogundile 1, * and Attahiru S. Alfa 1,2 1 Department of Electrical, Electronic

More information

A Survey on Energy Efficient Hierarchical (Leach) Clustering Algorithms in Wireless Sensor Network

A Survey on Energy Efficient Hierarchical (Leach) Clustering Algorithms in Wireless Sensor Network A Survey on Energy Efficient Hierarchical (Leach) Clustering Algorithms in Wireless Sensor Network M.Usha 1, Dr.N.Sankarram 2 Dept of CSE, Velammal Engineering College. Chennai, India 1 Dept of CSE, RMK

More information

Optimization of Ant based Cluster Head Election Algorithm in Wireless Sensor Networks

Optimization of Ant based Cluster Head Election Algorithm in Wireless Sensor Networks Optimization of Ant based Cluster Head Election Algorithm in Wireless Sensor Networks Siddharth Kumar M.Tech Student, Dept of Computer Science and Technology, Central University of Punjab, Punjab, India

More information

Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network

Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network C.Divya1, N.Krishnan2, A.Petchiammal3 Center for Information Technology and Engineering Manonmaniam Sundaranar

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

Energy Efficient Protocols in Wireless Sensor Networks: A Survey

Energy Efficient Protocols in Wireless Sensor Networks: A Survey www.ijcsi.org 520 Energy Efficient Protocols in Wireless Sensor Networks: A Survey Dr. Kavita Taneja 1, Amandeep kaur 2 1 MMICT&BM, Maharishi Markandeshwar University Ambala, Haryana, India 2 Computer

More information

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks RAFE ALASEM 1, AHMED REDA 2 AND MAHMUD MANSOUR 3 (1) Computer Science Department Imam Muhammad ibn Saud Islamic University

More information

Low Energy Adaptive Clustering Hierarchy Variance in Wireless Sensor Network (LEACH)

Low Energy Adaptive Clustering Hierarchy Variance in Wireless Sensor Network (LEACH) International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Volume: 2 Issue: 4 July-2 www.irjet.net p-issn: 2395-72 Low Energy Adaptive Clustering Hierarchy Variance in Wireless

More information

Event Driven Routing Protocols For Wireless Sensor Networks

Event Driven Routing Protocols For Wireless Sensor Networks Event Driven Routing Protocols For Wireless Sensor Networks Sherif Moussa 1, Ghada Abdel Halim 2, Salah Abdel-Mageid 2 1 Faculty of Engineering, Canadian University Dubai, Dubai, UAE. 2 Faculty of Engineering,

More information

Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network

Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network Priyanka.B.Patil 1 Student,Department of Electronics &Telecommunication D.Y. Patil College of Engineering

More information

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks S. Gokilarani 1, P. B. Pankajavalli 2 1 Research Scholar, Kongu Arts and Science College,

More information

A Novel Data Aggregation Scheme for Energy Efficient Wireless Sensor Networks

A Novel Data Aggregation Scheme for Energy Efficient Wireless Sensor Networks 1 A Novel Data Aggregation Scheme for Energy Efficient Wireless Sensor Networks 1 J.Martin Sahayaraj, 2 Dr.N.Dhasarathan 1 Assistant Professor, Department of ECE, Kurinji College of Engineering and Technology,

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

To Enhance the Lifetime of WSN Network using PSO

To Enhance the Lifetime of WSN Network using PSO To Enhance the Lifetime of WSN Network using PSO K.SyedAliFathima 1, T.Sumitha 2 Assistant Professor, M. Kumarasamy College of engineering, Karur, Tamilnadu, India 1 PG Student, M. Kumarasamy College of

More information

Enhanced Leach for Better Cluster Management Using MAX-HEAP

Enhanced Leach for Better Cluster Management Using MAX-HEAP Enhanced Leach for Better Cluster Management Using MAX-HEAP Rajni Kamboj 1, Rohit Chahal 2 1 M.Tech Scholar, Dept.of CSE, Haryana Engineering College Jagadhri 2 Lecturar CSE,Haryana Engineering College,Jagadhri

More information

Chapter 6 Route Alteration Based Congestion Avoidance Methodologies For Wireless Sensor Networks

Chapter 6 Route Alteration Based Congestion Avoidance Methodologies For Wireless Sensor Networks Chapter 6 Route Alteration Based Congestion Avoidance Methodologies For Wireless Sensor Networks Early studies shows that congestion avoid in wireless sensor networks (WSNs) is a critical issue, it will

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 A SURVEY

More information

Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks

Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks Distributed Indexing and Data Dissemination in Large Scale Wireless Sensor Networks Yiwei Wu Department of Computer Science Georgia State University Email: wyw@cs.gsu.edu Yingshu Li Department of Computer

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

A Survey on Secure Routing for Cooperative Heterogeneous Network

A Survey on Secure Routing for Cooperative Heterogeneous Network A Survey on Secure Routing for Cooperative Heterogeneous Network Patil Madhuri Shivaji, Pro.S.P.Patil ME Student, Department of E&Tc, D.N.Patel COE Shahada Dis.Nandurbar, North Maharashtra University,

More information

Efficient Heterogeneous Wireless Sensor Network Using Improved Energy Optimization Approach

Efficient Heterogeneous Wireless Sensor Network Using Improved Energy Optimization Approach Efficient Heterogeneous Wireless Sensor Network Using Improved Energy Optimization Approach Anupam Chandrayan I, Nitin Rathore II Abstract- Wireless Sensor Network is collection of Sensors. Sensor nodes

More information

TOPOLOGY CONTROL IN WIRELESS NETWORKS BASED ON CLUSTERING SCHEME

TOPOLOGY CONTROL IN WIRELESS NETWORKS BASED ON CLUSTERING SCHEME International Journal of Wireless Communications and Networking 3(1), 2011, pp. 89-93 TOPOLOGY CONTROL IN WIRELESS NETWORKS BASED ON CLUSTERING SCHEME A. Wims Magdalene Mary 1 and S. Smys 2 1 PG Scholar,

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

Efficient Cluster Head Selection Method Based On K-means Algorithm to Maximize Energy of Wireless Sensor Networks

Efficient Cluster Head Selection Method Based On K-means Algorithm to Maximize Energy of Wireless Sensor Networks Efficient Cluster Head Selection Method Based On K-means Algorithm to Maximize Energy of Wireless Sensor Networks Miss Saba S. Jamadar 1, Prof. (Mrs.) D.Y. Loni 2 1Research Student, Department of Electronics

More information

THE CONSTRUCTION OF A LIFETIME-PRESERVING TREE FOR DATA AGGREGATION IN WIRELESS SENSOR NETWORKS

THE CONSTRUCTION OF A LIFETIME-PRESERVING TREE FOR DATA AGGREGATION IN WIRELESS SENSOR NETWORKS THE CONSTRUCTION OF A LIFETIME-PRESERVING TREE FOR DATA AGGREGATION IN WIRELESS SENSOR NETWORKS by Wei Nan Marc Lee B.A.Sc. The University of British Columbia, 2002 A THESIS SUBMITTED IN PARTIAL FULFILLMENT

More information

There into, Ei : Residual energy of each node in I round; Er : average energy of rest nodes in I round;

There into, Ei : Residual energy of each node in I round; Er : average energy of rest nodes in I round; Volume 119 No. 16 2018, 1563-1567 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ Secure Data Aggregation Algorithms for Sensor Networks in the Presence of Collision Attacks A.AJIN ROCH

More information

Prof. N. B. Pokale 2 Computer Engineering Department BSCOER Pune, India

Prof. N. B. Pokale 2 Computer Engineering Department BSCOER Pune, India ISSN: 2321-7782 (Online) Impact Factor: 6.047 Volume 4, Issue 7, July 2016 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study

More information

Energy Efficient and Collision Aware Routing Algorithm for Wireless Sensor Networks

Energy Efficient and Collision Aware Routing Algorithm for Wireless Sensor Networks Energy Efficient and Collision Aware Routing Algorithm for Wireless Sensor Networks Vinitha 1 1 Assistant Professor, Computer Science Engineering, P.S.R.Engineering College, Tamilnadu, India ABSTRACT Wireless

More information

Figure 1. Clustering in MANET.

Figure 1. Clustering in MANET. Volume 6, Issue 12, December 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance

More information

A Review Paper on Routing Protocols in Wireless Sensor Networks

A Review Paper on Routing Protocols in Wireless Sensor Networks A Review Paper on Routing Protocols in Wireless Sensor Networks Seema Pahal 1, Kusum Dalal 2 1,2 ECE Department, DCRUST MURTHAL, Haryana Abstract- This paper presents a literature review on WSN networks,

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

Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA)

Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA) Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA) Sushruta Mishra 1, Lambodar Jena 2, Alok Chakrabarty 3, Jyotirmayee Choudhury 4 Department of Computer Science & Engineering 1,

More information

Energy Enhanced Base Station Controlled Dynamic Clustering Protocol for Wireless Sensor Networks

Energy Enhanced Base Station Controlled Dynamic Clustering Protocol for Wireless Sensor Networks Journal of Advances in Computer Networks, Vol. 1, No. 1, March 213 Energy Enhanced Base Station Controlled Dynamic Clustering Protocol for Wireless Sensor Networks K. Padmanabhan and P. Kamalakkannan consume

More information

An Energy Efficient Routing Protocol for extending Lifetime of Wireless Sensor Networks by Transmission Radius Adjustment

An Energy Efficient Routing Protocol for extending Lifetime of Wireless Sensor Networks by Transmission Radius Adjustment An Energy Efficient Routing Protocol for extending Lifetime of Wireless Sensor Networks by Transmission Radius Adjustment Dr. K. Mohaideen Pitchai Department of Computer Science and Engineering, National

More information

Multipath Routing Algorithm for Wireless Sensor Networks

Multipath Routing Algorithm for Wireless Sensor Networks Multipath Routing Algorithm for Wireless Sensor Networks by Ye Ming Lu B. Eng., École Ploytechnique de Montréal, 1999 A THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER

More information

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS International Journal of Wireless Communications and Networking 3(1), 2011, pp. 7-13 CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS Sudhanshu Pant 1, Naveen Chauhan 2 and Brij Bihari Dubey 3 Department

More information

Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network

Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network P.S Patheja, Akhilesh Waoo & Parul Shrivastava Dept.of Computer Science and Engineering, B.I.S.T, Anand Nagar,

More information

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model Zhang Ying-Hui Software

More information

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2

Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2 Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2 1 Student Department of Electronics & Telecommunication, SITS, Savitribai Phule Pune University,

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 2, February 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of

More information

Wireless and Sensor Networks - Routing. 3rd Class Deokjai Choi

Wireless and Sensor Networks - Routing. 3rd Class Deokjai Choi Wireless and Sensor Networks - Routing 3rd Class Deokjai Choi 1 Outline Introduction Motivation and Design Issues in WSN Routing Routing Challenges in WSNs Flat Routing Hierarchical Routing Adaptive Routing

More information