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

Size: px
Start display at page:

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

Transcription

1 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, ITM University, Gurgaon, India ABSTRACT In this paper we have analyzed energy efficient neighbour selection algorithms for routing in wireless sensor networks. Since energy saving or consumption is an important aspect of wireless sensor networks, its precise usage is highly desirable both for the faithful performance of network and to increase the network life time. For this work, we have considered a flat network topology where every node has the same responsibility and capability. We have compared two energy efficient algorithms and analyzed their performances when all sensor nodes in a network have either homogeneous or heterogeneous energy with increase in number of nodes, time rounds and node failures. KEYWORDS Flat Topology, Negotiation Based Routing, Routing Protocol, Wireless Sensor Networks 1. INTRODUCTION Wireless sensor networks consist of number of small nodes deployed in an area under supervision. Each node has limited storage, computational and sensing capability and limited energy resource, as nodes are battery operated. Since energy is the main concern in wireless sensor networks (WSN) to maximize the performance and to increase the lifetime of a network, various approaches are implemented to reduce energy consumption in a network. Most of the energy is consumed during idle period and during transmission of data from one node to another i.e. routing. An efficient media access control (MAC) and routing protocol should be designed to save energy. While MAC protocol targets at reduction of energy in scanning and accessing the channel, routing protocol helps to reduce the energy requirement for end-to-end transmission. In WSN, there are number of routing protocols that have been proposed for different network criteria. Based on the network topology WSN protocols have been categorized as flat network protocols and hierarchical protocols as shown in Figure 1. Protocols that fall under hierarchical class select one head amongst all and form a hierarchy [1]. This hierarchy may be a cluster, a chain or a grid. Cluster head or a leader collects the information from all the other nodes in its region and sends it to the sink node or gateway node. Some examples are low energy adaptive clustering hierarchy (LEACH), power efficient gathering in sensor information systems (PEGASIS), virtual grid architecture (VGA), etc. The work presented in this paper considers flat protocols and thus we are not including descriptions of hierarchical protocols and will only be DOI: /ijassn

2 focusing on flat protocol strategies in the rest of this paper. In a flat network, every node is treated equally in terms of responsibility and capability. There is no master and no slave. Flat network protocols are further classified into quality of service (QoS) based protocols, data centric protocols and location based protocols. Some examples of this type of protocols are sensor protocol for information via negotiation (SPIN), directed diffusion (DD), gradient based routing (GBR) and geographic and energy aware routing (GEAR) [2]. Most of the protocols mentioned above implement energy saving as an important feature and accordingly, before delivering the data packet to the next hop neighbour, the source or intermediate node checks residual energy or consumed energy to decide the neighbour for the data forwarding. Protocols working on this approach are known as energy centric or energy aware protocols. In data centric protocols, sink sends queries and waits for data. Attribute-based naming is necessary to specify the property of data that data can be requested through queries. QoS based routing is different from address based routing mechanism used in data centric protocols. It selects the path based on some previous knowledge of resource availability and maximum tolerable delay as well as QoS requirement of a network. Also for optimum routing it adaptively allocates the available resources to maintain QoS. Location based protocols are used for routing queries towards targeted region of sensor network. Location information of next hop neighbour should be known to each sensor node. This information is used to calculate the distance between two nodes so that energy consumption can be determined [7]. Out of these techniques, we have considered data centric approach for the analysis and analyzed two different strategies to reduce energy consumption during routing. The detail description of these techniques is given in the next section. Figure 1. Classification of routing protocols based on network topology In [8], two energy efficient approaches have been compared, where every node has same energy level. In this paper, comparison of those approaches has been done for both homogeneous and heterogeneous energy levels. The rest of this paper is organized as follows. Section 2 briefs the routing algorithms considered for analysis. Section 3 presents different approaches that have been implemented on the chosen routing protocol to attain energy efficiency. The simulation setup and results are discussed in section 4 and the paper concludes with section 5. 14

3 2. DATA CENTRIC PROTOCOLS As we have discussed, the data centric protocols work in a flat networks. The working principle of these routing protocols is based on query (or a request) [4]. Query may be generated either by a sink node or source node. In first case, sink broadcasts query to get specific type of data, any node having that specific data replies back. In second case, source sends the signal to specify that it is having some specific data, interested node can receive that by sending request. As we can observe that the routing is taking place via negotiation, it is important here to mention that the negotiation based protocols are the special class of data centric protocols. Negotiation based protocols may be of two stages query and data or it may be of three stages metadata, query and data. Metadata is a packet that contains information regarding the data of the node. Format of metadata may vary with the variation in application. Traditional flat protocols like flooding and gossiping have various drawbacks and limitations like implosion, data redundancy and resource blindness [3]. These can be overcome by use of data centric protocols. According to the stages best example of three stages negotiation based protocol is SPIN and example of two stage protocol is DD. Their brief description is given below Sensor Protocol for Information via Negotiation SPIN is a data dissemination protocol that disseminates its information to all the nodes in its vicinity. This protocol works in three stages. First the node having data sends the advertising message (ADV) to the single hop neighbour. ADV acts as a metadata here. The interesting neighbour replies with request message REQ to indicate that it needs the data and finally the data is sent to requesting node. SPIN is classified in different classes like point-to-point (SPIN-PP), broadcast (SPIN-BC) reliable (SPIN-RL) and energy centric (SPIN-EC) and are used depending upon the application [4] Directed Diffusion The DD is again a flat network protocol that works on a principle of flooding. Here for a need of specific data sink node floods the interest signal in the network through the neighbours. After receiving a request every node maintains an interest cache. This is maintained till the gradient is not formed. The gradient is a reply link through which a request was received. Gradient contains all the information about the path i.e. data rate, duration etc. among all the paths formed from sink to source the best path is selected through the reinforcement process that means data is sent through selected shortest path and hence prevents further flooding [4]. From above discussed protocols we have analyzed three stage negotiation based protocol with the addition of subroutine that makes it energy efficient. 3. ENERGY EFFICIENT APPROACH There are various approaches to minimize the energy consumed by the routing protocol. To make flat routing protocols more energy efficient - 1) we can select the neighbour which is closest to base station so that the number of hops to perform routing is minimum, this will save energy 2) another approach is to select the neighbour or next hop having maximum residual energy among all and 3) select the path towards the destination or sink that consumes minimum energy. Among all the approaches mentioned above we have applied second and third approach for the analysis. Detailed specification is given below. 15

4 3.1. Selection of Neighbour having Highest Energy In this selection approach, when source want to transmit data to the destination which is multiple hop away from the source then the source checks the energy level of all the neighbours and selects the one having highest energy among all. Similarly, all intermediate nodes find out the neighbour with highest energy and deliver the data to that node and finally the data packet reaches to the destination, shown in figure 2. In the rest of this paper, we have referred this technique as highest energy (HE). Figure 2. Selection of neighbour having highest energy 3.2. Selection of Path that Consumes Minimum Energy In this process the source node or sending node at first, estimates the total energy that will be consumed by all possible paths formed in multipath communication scenario and then selects the best path toward base station which will consume minimum energy amongst all paths during transmission of data packets. Figure 3 shows that the data is transferred to path 4 that will consume minimum energy. This technique is referred as minimum energy consumption route (MECRT). Figure 3. Selection of path that consumes minimum energy 4. SIMULATION SET UP AND ANALYSIS A flat sensor network was created and above said routing protocols were compared using SENSORIA a Graphical User Interface (GUI) based simulator [6]. Figure 4 is a snapshot of sensor field of SENSORIA. 16

5 Figure 4. Sensor field of SENSORIA simulator The details of simulation setup are given in table1. Routing protocol selected is a negotiation based protocol that works on three stages as we have discussed earlier (replica of SPIN). Simulation takes place till there is a path (nodes are alive) between source and destination to forward packets, otherwise it gets terminated. The nodes are randomly deployed and are dynamic in nature Analysis and comparison of routing protocols for their energy consumption First, we have studied the impact of energy awareness on routing protocol. Selected protocol has been made energy efficient by the application of minimum energy consuming path selection Table 1. Simulation parameters and values Parameters Values Number of nodes 50 (default) and 10 to 200 Energy / node Simulation area Transmission range of each node Sensing range (each node) Location of base station Data packet Control packet Data transmission speed Bandwidth 0.5 J (Homogenous) J (Heterogeneous) 50m X 50m 15 m 8m 25m X 150 m 2000 bits 248 bits 100 bits/sec bits/sec. algorithm, MECRT. The comparison of this protocol with its counterpart i.e. the technique that does not account energy consumption of the path during the transmission is done. The result shows that the energy saving capability of a network is more in which MECRT is implemented, as shown in figure 5. Life time of a network is also increased by the application of MECRT as compared to the life of a network that works without MECRT routing protocol. We can also see 17

6 from the graph that energy consumption is less in MECRT hence it works for comparatively long time rounds. Figure 5. Comparison of algorithms (to select the route among all the available routes) with and without energy consideration Further, we have compared the performance of HE and MECRT that makes routing more energy efficient. Highest Energy neighbour selection and MECRT are applied on three stage negotiation based protocol like SPIN, where communication takes place through the exchange of metadata, query (or request) and then data, as we discussed earlier. These energy aware techniques used in our scenario helped in increasing life time and its performance. Their performances have been studied in homogenous and heterogeneous networks Network of Sensor nodes with Homogeneous Energy Both the protocols were applied on the same network with same parameters as described above and their performances were recorded. The performance analysis represents that MECRT gives better results than HE in homogenous network in terms of reduction of energy consumed by the network during routing as shown in Figure 6. Moreover when network route was discovered using HE algorithm, its life time was shortened as compared to the network that has MECRT as energy saving mechanism. Nodes death rate frequently increased in case of HE after certain time round compared to the MECRT algorithm which is shown in Figure 7. Both plots represent the energy decay and node failure with respect to the time round. 18

7 Figure 6. Comparison of algorithms HE and MECRT in homogenous network in terms of energy degradation of a network Figure 7. Comparison of algorithms HE and MECRT in homogenous network in terms of number of nodes failure In small network size, i.e. with few numbers of nodes, the difference was not significant. As flat routing protocols are mainly designed for small and medium size networks, we have simulated their performance on networks having nodes ranging from 10 to 200. As the number of nodes increased to 25 to 150 we can easily identify the difference and can conclude that MECRT gives better results than HE for the static network topology in terms of energy consumption as well as network life time. The comparison with increase in number of nodes in a scenario is shown in figure 8. 19

8 Figure 8. Comparison of algorithms HE and MECRT when number of nodes are increased in a homogenous network Network of Sensor nodes with Heterogeneous Energy In a heterogeneous network the performance of both the protocols HE and MECRT is different from the homogenous network. For small network, MECRT shows better result where remaining energy of a network is higher than the energy of HE. For medium size network where nodes range from 100 to 200, performance of HE is better as compared to MECRT. This difference is shown in figure 9. The life of a network in which HE is applied is lower for the nodes range from 10 to 50 but for more number of nodes (medium network) i.e. for 100 to 200, the network life time is greater compared to the MECRT protocol. Figure 9. Comparison of algorithms HE and MECRT when number of nodes are increased in a heterogeneous network. Simulation runs until there is no path for data transmission in a network. Figure 10 represents the number of node failure with the time rounds. For MECRT the nodes died out gradually but in case of HE, after certain time period nodes died rapidly. For small networks MECRT shows better performance than HE but for medium size heterogenous network performance of HE is found to be better. 20

9 Figure 10. Comparison of algorithms HE and MECRT in heterogeneous network in terms of number of nodes failure 5. CONCLUSIONS Through this paper, it is clear that energy efficient routing protocols helps to save energy in wireless sensor network and should be used in scenarios where energy consumption of sensors is a constraint. We have compared HE and MECRT in a flat network topology, to reduce energy consumption during routing. In a network that contains 10 or 20 nodes, any approach either HE or MECRT will give almost similar result. Hence any of the algorithms can be implemented in a routing protocol. Through the experimental analysis we can conclude that MECRT is better for medium to large network size, where node selects a path that consumes minimum energy among all available paths for data forwarding as compared to the HE algorithm where node delivers the data to the neighbouring node having highest energy for homogenous network. On the other hand, in heterogeneous network HE performs better than MECRT for medium size networks. However, both these techniques do not guarantee the shortest route selection or fast routing mechanism. These protocols only deal with less expenditure of energy during routing. Hence more effective routing algorithm can be designed in future that will tend to select shortest path while assuring least energy consumption. ACKNOWLEDGEMENTS We would like to thank G. Al.-Mashaqbeh for providing permission and guidance to install and understand SENSORIA simulator. REFERENCES [1] K. Akkaya and M. Younis,(2005) A Survey on Routing Protocols for Wireless Sensor Networks, Elsevier Ad Hoc Network Journal, Vol. 3, No. 3, pp [2] I.F. Akyildiz, M.C. Vuran, O. Akan and W. Su, (2004) Wireless Sensor Networks: A Survey Revisited, Elsevier Journal of Computer Networks, Vol. 45, No. 3. [3] Jamal N. Al-Karaki and Ahmed E. Kamal,(2004) Routing Techniques in Wireless Sensor Networks: A Survey, IEEE Wireless Communications, Vol.11, No.6, pp:6-28. [4] Sohrabi K., Gao J., and Ilawadhi V.,(2000) Protocols for Self-organization of a Wireless Sensor Network, IEEE Personal Communications, Vol. 7, No. 5, pp

10 [5] J. N. Al-Karaki and G. Al-Mashaqbeh, (2006) Energy Centric Routing in Wireless Sensor Networks, Proceedings of IEEE International symposium on comuputer and Communications. pp [6] J. N. Al-Karaki and G. Al-Mashaqbeh, (2007) SENSORIA: A New Simulation Platform for Wireless Sensor Networks, Internatiuonal conferednce on Sensor Technologies and Applications, SensorComm. pp [7] Sohrabi K, Daniel Minoli and Taieb Znati, (2007) Wireless Sensor Networks: Technology,Protocols and Applications., Wiley and sons Publication. [8] S. Mishra, Prabhjot Kaur, Energy Efficient Neighbour Selection for Flat Wireless Sensor Networks, Proceedigns of Fourth International Conference on Advances in Computing and Information Technology. ACITY2014.pp: May, 2014 Authors Saraswati Mishra is pursuing post graduation in Electronics and Communications from Institute of Technology and Management University, Gurgaon, India. She did her graduation in Electronics and Software Technology from LAD College, Nagpur University, Nagpur, Maharashtra, India. She is currently working on Cognitive radio technology. Her research interests include Ad-hoc networks, wireless sensor networks, mobile communications and cognitive radios. Prabhjot Kaur did her Ph.D. on MAC models for Dynamic Spectrum Access in Cognitive Radio Networks from National Institute of Technology, Jalandhar, and her Masters of Engineering from Punjab University, Chandigarh India. She is currently working as Associate Professor and Deputy Dean (RDIL) with ITM University, Gurgaon, India. Her research interests include dynamic spectrum allocation, Ad-hoc Networks, Green Networks, MIMO, software defined radios and Cognitive Radios.She has completed a research project funded under Research Grant from AICTE, Govt. of India under research promotion scheme in April 2010 and an international travel grant for attending IEEE conference by Department of Science and Technology, Govt. of India. She received the `Best Emerging Researcher Award` of the year 2012 at ITM University, India and Best Paper recognition at an International conference, Malaysia. She is member, IEEE and life member of IETE and ISTE societies. 22

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

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

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

Overview of Sensor Network Routing Protocols. WeeSan Lee 11/1/04

Overview of Sensor Network Routing Protocols. WeeSan Lee 11/1/04 Overview of Sensor Network Routing Protocols WeeSan Lee weesan@cs.ucr.edu 11/1/04 Outline Background Data-centric Protocols Flooding & Gossiping SPIN Directed Diffusion Rumor Routing Hierarchical Protocols

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

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

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

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

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

Routing Protocols for Wireless Sensor Networks

Routing Protocols for Wireless Sensor Networks Routing Protocols for Wireless Sensor Networks Chaitanya Mankar 1, Vidhya Dhamdhere 2 1 MECN, G. H. Raisoni College of Engineering and Management (GHRCEM), India 2 Faculty, Computer Department, G.H.Raisoni

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 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative

More information

ENERGY SAVING IN WIRELESS SENSOR NETWORK WITH SPIN PROTOCOL

ENERGY SAVING IN WIRELESS SENSOR NETWORK WITH SPIN PROTOCOL ENERGY SAVING IN WIRELESS SENSOR NETWORK WITH SPIN PROTOCOL Kunal M Pattani 1, Palak J Chauhan 2 1 Professor,C.U.Shah College of Engineering and Technology Wadhwan City Gujarat, India. 2 M.E Student, Dept.

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

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

Routing in Ad-Hoc Networks

Routing in Ad-Hoc Networks Routing in Ad-Hoc Networks Ramesh Patil Computer Science Department, University of Texas at Arlington Abstract In this paper, we deal with the basic concept of ad-hoc networks and the need for it. We present

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

Chapter 4: Routing in Wireless Sensor Networks

Chapter 4: Routing in Wireless Sensor Networks 1 Chapter 4: Routing in Wireless Sensor Networks 4.1 Introduction to Routing in Wireless Sensor Networks Wireless Sensor Networks (WSNs) is a distributed wireless ad-hoc network comprising of a number

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

HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK International Journal of Information Technology and Knowledge Management January June 2009, Volume 2, No. 1, pp. 97-101 HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK Dinesh Anand * & Sanjay

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

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

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 1, January 2017

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 1, January 2017 Energy Efficient Hierarchical Clustering Algorithm for Heterogeneous Wireless Sensor Networks Ritu Department of Electronics and Communication Engineering Guru Nanak Institute of Technology Mullana (Ambala),

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

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS 1 M.KARPAGAM, 2 DR.N.NAGARAJAN, 3 K.VIJAIPRIYA 1 Department of ECE, Assistant Professor, SKCET, Coimbatore, TamilNadu, India

More information

High-Performance Multipath Routing Algorithm Using CPEGASIS Protocol in Wireless Sensor Cloud Environment

High-Performance Multipath Routing Algorithm Using CPEGASIS Protocol in Wireless Sensor Cloud Environment Circuits and Systems, 2016, 7, 3246-3252 Published Online August 2016 in SciRes. http://www.scirp.org/journal/cs http://dx.doi.org/10.4236/cs.2016.710276 High-Performance Multipath Routing Algorithm Using

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

Data Centric Routing Protocols in Wireless Sensor Networks: A Survey

Data Centric Routing Protocols in Wireless Sensor Networks: A Survey Available onlinewww.ejaet.com European Journal of Advances in Engineering and Technology, 2015, 2(6):62-69 Review Article ISSN: 2394-658X Data Centric Routing Protocols in Wireless Sensor Networks: A Survey

More information

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks G. Beni (Assistant Professor) Department of Information Technology, C.S.I Institute of Technology, Thovalai, Tamil Nadu, India.

More information

Proposition and evaluation of a novel routing protocol for wireless sensor networks

Proposition and evaluation of a novel routing protocol for wireless sensor networks roposition and evaluation of a novel routing protocol for wireless sensor networks Samira Yessad Louiza Bouallouche Djamil Aissani University of Bejaia, University of Bejaia, University of Bejaia, Algeria

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

SURVEY ON DATA ROUTING IN WIRELESS SENSOR NETWORKS

SURVEY ON DATA ROUTING IN WIRELESS SENSOR NETWORKS SURVEY ON DATA ROUTING IN WIRELESS SENSOR NETWORKS José Cecílio, João Costa, Pedro Furtado University of Coimbra, DEI/CISUC {jcecilio, jpcosta, pnf}@dei.uc.pt Abstract: Routing in sensor networks is very

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

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

Energy Efficient Collection Tree Protocol in Wireless Sensor Networks

Energy Efficient Collection Tree Protocol in Wireless Sensor Networks Indian Journal of Science and Technology, Vol 9(45), DOI: 10.17485/ijst/2016/v9i45/89793, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Energy Efficient Collection Tree Protocol in Wireless

More information

A survey on routing protocols for wireless sensor networks

A survey on routing protocols for wireless sensor networks Ad Hoc Networks 3 (2005) 325 349 www.elsevier.com/locate/adhoc A survey on routing protocols for wireless sensor networks Kemal Akkaya *, Mohamed Younis Department of Computer Science and Electrical Engineering,

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

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

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

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 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

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

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

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

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

Examining Routing Methods and the Role of Neural Network in Wireless Sensor Networks.

Examining Routing Methods and the Role of Neural Network in Wireless Sensor Networks. IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 4, Ver. III (Jul.-Aug. 2016), PP 95-101 www.iosrjournals.org Examining Routing Methods and the Role

More information

Evaluation of Communication Overheads in Wireless Sensor Networks

Evaluation of Communication Overheads in Wireless Sensor Networks Evaluation of Communication Overheads in Wireless Sensor Networks Shiv Prasad Kori 1, Dr. R. K. Baghel 2 1 Deptt. of ECE, JIJA Mata Govt. Women Polytechnic College, Burhanpur (MP)- INDIA 2 Electronics

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

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

Routing Protocols to provide Quality of Service in Wireless Sensor Networks

Routing Protocols to provide Quality of Service in Wireless Sensor Networks Routing Protocols to provide Quality of Service in Wireless Sensor Networks Gaurav Patel 1, Prof. Nirav M. Raja 2 PG Student 1, Assistant Professor 2 Department of Information Technology, G. H. Patel College

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

A survey on positioning based energy efficient wireless sensor network

A survey on positioning based energy efficient wireless sensor network A survey on positioning based energy efficient wireless sensor network (Received 17 September, 2016 Accepted 02 October, 2016) Robin Chadha M.TECH scholar, DAVIET Jalandhar, India robin.chadha2002@gmail.com

More information

Energy Efficient Multipath Routing Protocol with Guaranteed Data Delivery for Wireless Sensor Network

Energy Efficient Multipath Routing Protocol with Guaranteed Data Delivery for Wireless Sensor Network Energy Efficient Multipath Routing Protocol with Guaranteed Data Delivery for Wireless Sensor Network Kirankumar B. Balavalad, Ajayakumar C. Katageri, Poornima M. Chanal, and Gururaj Kori Abstract The

More information

CHAPTER 4 ENERGY-EFFICIENT MESSAGE ROUTING

CHAPTER 4 ENERGY-EFFICIENT MESSAGE ROUTING CHAPTER 4 ENERGY-EFFICIENT MESSAGE ROUTING In this chapter the work in Chapter 3 is extended by proposing a hybrid routing strategy after the WSN has been modelled as a small world network. In Chapter

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

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

Analysis and Comparison of Routing Protocol of Wireless Sensor Network

Analysis and Comparison of Routing Protocol of Wireless Sensor Network Analysis and Comparison of Routing Protocol of Wireless Sensor Network https://doi.org/10.3991/ijoe.v12i10.6195 Lei An 1, Aihua Li 1, Ling Pang 2, Guangdong He 1 1 BaoDing University 2 HeBei Finance University

More information

Data aggregation techniques in sensor networks: A survey

Data aggregation techniques in sensor networks: A survey Syracuse University SURFACE Electrical Engineering and Computer Science College of Engineering and Computer Science 2006 Data aggregation techniques in sensor networks: A survey Ramesh Rajagopalan Syracuse

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

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

ROUTING TECHNIQUES IN WIRELESS SENSOR NETWORKS: A SURVEY

ROUTING TECHNIQUES IN WIRELESS SENSOR NETWORKS: A SURVEY WIRELESS SENSOR N ETWORKS ROUTING TECHNIQUES IN WIRELESS SENSOR NETWORKS: A SURVEY JAMAL N. AL-KARAKI, THE HASHEMITE UNIVERSITY AHMED E. KAMAL, IOWA STATE UNIVERSITY WSNs consist of small nodes with sensing,

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

Implementation of enhanced REAC-IN protocol

Implementation of enhanced REAC-IN protocol Implementation of enhanced REAC-IN protocol Amandeep kaur M. Tech student, Computer science Department. Bhai Gurdas Institute Of Engg. And Tech., Sangrur, Punjab(India) Tungaman6@gmail.com Dr. Rajesh kumar

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

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

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

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

Implementing Application Layer Algorithms to Improve Energy Efficiency of a Proprietary Wireless Sensor Network Routing Protocol

Implementing Application Layer Algorithms to Improve Energy Efficiency of a Proprietary Wireless Sensor Network Routing Protocol Implementing Application Layer Algorithms to Improve Energy Efficiency of a Proprietary Wireless Sensor Network Routing Protocol Authors: Vlad Adrian Cealicu, Dr. Abhaya Induruwa A sensor network usually

More information

PEGASIS in WSN. Software Recommended: NetSim Standard v bit, Visual Studio 2015/2017, MATLAB 64 bit

PEGASIS in WSN. Software Recommended: NetSim Standard v bit, Visual Studio 2015/2017, MATLAB 64 bit PEGASIS in WSN Software Recommended: NetSim Standard v11.0 64 bit, Visual Studio 2015/2017, MATLAB 64 bit Project Download Link: https://github.com/netsim-tetcos/pegasis_routing_in_wsn_v11.0/archive/master.zip

More information

An Improved- SPIN Protocol for Wireless Sensor Networks

An Improved- SPIN Protocol for Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 2, Issue 10 [Jun. 2013] PP: 66-71 1 Shanti, 2 k sujatha, 3 k mahesh 1,2,3 ( ECE Dept, Sree Dattha Institute of

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

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

Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs

Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs Prabhleen Kaur Punjab Institute of Technology, Kapurthala (PTU Main Campus), Punjab India ABSTRACT Wireless Sensor Network has gained

More information

Design Issues, Characteristics and Challenges in Routing Protocols for Wireless Sensor Networks

Design Issues, Characteristics and Challenges in Routing Protocols for Wireless Sensor Networks Design Issues, Characteristics and Challenges in Routing Protocols for Wireless Sensor Networks Sangeeta Vhatkar Research Scholar Computer Science & Engg. Department P.I.E.T Nagpur Mohammad Atique, Ph.D

More information

Energy Aware Data-Centric Routing in Wireless Sensor Network

Energy Aware Data-Centric Routing in Wireless Sensor Network Energy Aware Data-Centric Routing in Wireless Sensor Network May Mon Khaing, and Tun Min Naing Abstract Wireless sensor networks are especially used in highly dynamic and hostile area. In Wireless sensor

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

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

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

Delay Performance of Multi-hop Wireless Sensor Networks With Mobile Sinks

Delay Performance of Multi-hop Wireless Sensor Networks With Mobile Sinks Delay Performance of Multi-hop Wireless Sensor Networks With Mobile Sinks Aswathy M.V & Sreekantha Kumar V.P CSE Dept, Anna University, KCG College of Technology, Karappakkam,Chennai E-mail : aswathy.mv1@gmail.com,

More information

Comparative Analysis of EDDEEC & Fuzzy Cost Based EDDEEC Protocol for WSNs

Comparative Analysis of EDDEEC & Fuzzy Cost Based EDDEEC Protocol for WSNs Comparative Analysis of EDDEEC & Fuzzy Cost Based EDDEEC Protocol for WSNs Baljinder Kaur 1 and Parveen Kakkar 2 1,2 Department of Computer Science & Engineering, DAV Institution of Engineering & Technology,

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS Neha Jain 1, Manasvi Mannan 2 1 Research Scholar, Electronics and Communication Engineering, Punjab College Of

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

Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor Network

Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor Network Wireless Sensor Network, 2010, 2, 710-717 doi:10.4236/wsn.2010.29086 Published Online September 2010 (http://www.scirp.org/journal/wsn) Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor

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

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

Energy Efficient Routing Protocols in Wireless Sensor Network

Energy Efficient Routing Protocols in Wireless Sensor Network Energy Efficient Routing Protocols in Wireless Sensor Network 1 Vinesh Kumari, 2 Hakam Singh, 3 Pratibha Sharma 1 Student Mtech, CSE 4 th SEM, 2 Assistant professor, CSE, 3 Assistant professor, CSE Career

More information

A survey on Clustering Energy Efficient Hierarchical Routing Protocols in Wireless Sensor Networks

A survey on Clustering Energy Efficient Hierarchical Routing Protocols in Wireless Sensor Networks ISSN:2320-0790 A survey on Clustering Energy Efficient Hierarchical Routing Protocols in Wireless Sensor Networks N.Legapriyadharshini Department of Information Technology Adhiparasakthi Engineering college

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

Energy Efficient Clustering Protocol for Wireless Sensor Network

Energy Efficient Clustering Protocol for Wireless Sensor Network Energy Efficient Clustering Protocol for Wireless Sensor Network Shraddha Agrawal #1, Rajeev Pandey #2, Mahesh Motwani #3 # Department of Computer Science and Engineering UIT RGPV, Bhopal, India 1 45shraddha@gmail.com

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

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

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

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

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

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

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

ENERGY PROFICIENT CLUSTER BASED ROUTING PROTOCOL FOR WSN 1

ENERGY PROFICIENT CLUSTER BASED ROUTING PROTOCOL FOR WSN 1 ENERGY PROFICIENT CLUSTER BASED ROUTING PROTOCOL FOR WSN 1 Shriom Maurya, 2 Shish Ahmad, 3 Mohd Haroon Dept. of Computer Sc. & Engg., Integral University Lucknow, India 1 Shriommaurya87@gmail.com, 2 shish@iul.ac.in,

More information

MultiHop Routing for Delay Minimization in WSN

MultiHop Routing for Delay Minimization in WSN MultiHop Routing for Delay Minimization in WSN Sandeep Chaurasia, Saima Khan, Sudesh Gupta Abstract Wireless sensor network, consists of sensor nodes in capacity of hundred or thousand, which deployed

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