SlideShare a Scribd company logo
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page -16
Enhancing Energy Efficiency in WSN using Energy Potential
and Energy Balancing
Smt. Sheetalrani R Kawale*
Dr. Aziz Makandar Mr. Ramesh K
Dept. Of Computer Science, Dept. Of Computer Science, Dept. Of Computer Science,
KSWU, Bijapur KSWU, Bijapur KSWU, Bijapur
Abstract— There are many different energy aware routing protocols proposed in the literature, most of them focus only on
energy efficiency by finding the optimal path to minimize energy consumption. These protocols should not only aim for
energy efficiency but also for energy balance consumption. In this work, energy balanced data gathering routing algorithm
is developed using the concepts of potential in classical physics [16]. Our scheme called energy balanced routing protocol,
forwards data packets toward the sink through dense energy areas so as to protect the nodes with relatively low residual
energy. This is to construct three independent virtual potential fields in terms of depth, energy density and residual energy.
The depth field is used to establish a basic routing paradigm which helps in moving the packets towards the sink. The
energy density field ensures that packets are always forwarded along the high energy areas. Finally, the residual energy
field aims to protect the low energy nodes. An energy-efficient routing protocol, tries to extend the network lifetime through
minimizing the energy consumption whereas energy balanced with efficiency routing protocol intends to prolong the
network lifetime through uniform energy consumption with efficiently.
Keywords: Sensor networks, energy efficient routing, potential fields, low energy nodes.
I. INTRODUCTION
Recent development in wireless technology has enabled the development of low power, multifunctional sensor nodes that are
in small size and communicate in small distances. This tiny sensor node, which consists of sensing, data processing and
communicating components, leverage the idea of sensor networks. A sensor network is composed of a large number of sensor
nodes that are densely deployed either inside the phenomenon or very close to it. The positions of these sensor nodes can be
easily engineered to be either fixed to a particular location or have certain amount of mobility in a predefined area. [24] [25]
II. ROLE OF SENSORS AND WIRELESS SENSOR NETWORKS
The sensing or monitoring of for example temperature, humidity etc., constitutes one of the two main tasks of each sensor. The
other main task is packet forwarding using the equipped wireless technology. Whichever way data is transmitted the network
must provide a way of transporting information from different sensors to wherever this information is needed. Sensor networks
could be deployed in a wide variety of application domains such as military intelligence, commercial inventory tracking and
agricultural monitoring. [23][24][25]
Each node stores the identity of one or more nodes through which it heard an announcement that another group exists. That
node may have itself heard the information second-hand, so every node within a group will end up with a next-hop path to
every other group, as in distance-vector. Topology discovery proceeds in this manner until all network nodes are members of a
single group. By the end of topology discovery, each node learns every other node’s virtual address, public key, and certificate,
since every group members knows the identities of all other group members and the network converges to a single group.
III. EXISTING SYSTEM
The existing system focus on energy efficient routing whose target is to find an optimal path to minimize energy consumption
on local nodes or in the whole WSN [17],[18],[19]. The energy aware routing maintains multiple paths and properly chooses
one for each packet delivery to improve network survivability. It may be quite costly since indeed to exchange routing
information very frequently and may result in energy burden and traffic overload for the nodes.
IV.PROBLEM IDENTIFICATION
Energy is an important resource for battery-powered wireless sensor networks (WSN) that makes energy-efficient protocol
design a key challenging problem. The three main reasons that can cause an imbalance in energy distribution:
 Topology: The topology of the initial deployment limits the number of paths along which the data packets can flow.
For example, if there is only a single path to the sink, nodes along this path would deplete their energy rather quickly. In this
extreme case, there are no ways to reach an overall energy balance.
 Application: The applications themselves will determine the location and the rate at which the nodes generate data.
The area generating more data and the path forwarding more packets may suffer faster energy depletion.
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page -17
 Routing: Most energy-efficient routing protocols always choose a static optimal path to minimize energy consumption
which results in energy imbalance since the energy at the nodes on the optimal path is quickly depleted.
V. SYSTEM DESIGN DESCRIPTION
5.1 EBERP: Energy Balanced with Efficiency Routing Protocol: The goal of Energy Balanced with Efficiency Routing
Protocol is to force the packets to move towards the sink so that the nodes with relatively low residual energy are protected.
The Energy Balanced with Efficiency Routing Protocol is designed by constructing a mixed virtual potential field. It forces
packets to move towards the sink through dense energy area. It protects the sensor nodes with low residual energy.
Successfully delivers the sensed packet to the sink. Result shows significant improvement in network lifetime, coverage ratio
and throughput.
This article focuses on routing that balances the energy consumption with efficiency. Its main contributions are:
 The concept of potential in classical physics is referred to build a virtual hybrid potential field to drive packets to
move towards the sink through the high energy area and steer clear of the nodes with low residual energy so that the energy is
consumed as evenly as possible in any given arbitrary network deployment.
 Classify the routing loops and devise an enhanced mechanism to detect and eliminate loops. The simulation results
reflect that the proposed solution for EBERP makes significant improvements in energy consumption balance, network
lifetime and throughput when compared to the other commonly used energy efficient routing algorithm.
An energy-efficient routing protocol, tries to extend the network lifetime through minimizing the energy consumption whereas
energy balanced with efficiency routing protocol intends to prolong the network lifetime through uniform and efficient energy
consumption. The former readily results in the premature network partition that disables the network functioning, although
there may be much residual energy left. On the other hand, the latter may not be optimal with respect to energy efficiency as it
can burn energy evenly to keep network connectivity and maintain network functioning as long as possible. Let us use a simple
example to demonstrate what uneven energy depletion results in and how the proposed scheme Energy Balanced with
Efficiency Routing Protocol (EBERP) works to balance energy consumption with efficiently.
In this system, energy balanced data gathering routing algorithm is developed using the concepts of potential in classical
physics. Our scheme called energy balanced routing protocol, forwards data packets toward the sink through dense energy
areas so the nodes with relatively low residual energy can be protected. The cornerstone of the EBERP is to construct three
independent virtual potential fields in terms of energy density, depth and residual energy. The depth field is used to establish a
basic routing paradigm which helps in moving the packets towards the sink. The energy density field ensures that packets are
always forwarded along the high energy areas. Finally, the residual energy field aims to protect the low energy nodes and the
energy is balanced efficiently.
5.2 Depth of Potential Field
To provide the basic routing function, namely to instruct packets move toward the sink, we define the inverse proportional
function of depth as the depth potential field Vd(d)as shown in Eq 5.1:
Where d =D (i) denotes the depth of node i. Then, the depth potential difference Ud (d1; d2) from depth d1 to depth d2 is given
by Eq 5.2
Since the potential function Vd (d) is monotonically decreasing, when the packets in this depth potential field move along the
direction of the gradient, they could reach the sink eventually and the basic routing function can be achieved. For a given
network topology, Vd(d) is definite and time invariant. Moreover, when the data packets move closer to the sink, the centrality
should be larger, where the centrality denotes the trend that a node in depth d forwards the packets to the neighbors in depth d-
1.
Fig. 2Depth potential field
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page -18
 Energy Density Potential Field
A node adds up the energy values of all its neighbors, which can be obtained through messages exchanged among nodes and
calculates the area of the radio coverage disk, so that the corresponding energy density can be readily obtained using the
aforementioned definition. EBERP defines the energy density potential field as shown in Eq 5.3 as follows:
Where Ved(i; t) is the energy density potential of node i at time t, and ED(i; t) is the energy density on the position of node i at
time t. Thus, the potential difference Ued(i; j; t)from node i to node j is given by Eq 5.4
Driven by this potential field, the data packets will always flow toward the dense energy areas. However, with only this energy
density field, the routing algorithm is not practical since it would suffer from the serious problem of routing loops. This fact
will be clarified in the subsequent simulation experiments.
 Energy Potential Field
EBERP defines an energy potential field as shown in Eq 5.5 using the residual energy on the nodes in order to protect the
nodes with low energy:
Where Ve (i; t) is the energy potential of node i at time t, and E(i; t) is the residual energy of node i at time t. Then potential
difference Ue (i; j; t) from node i to j is derived as shown in Eq 5.6.
The two latter potential fields are constructed using the linear functions of energy density and residual energy, respectively.
Although the properties of the linear potential fields are straightforward, both of them are time varying, which will result in the
routing loop.
VI. PERFORMANCE EVALUATION
In this section protocols are evaluated by simulation. It illustrates the advantages of our protocol along with Mint Route
protocol which uses the shortest path for transfer of packets from source to sink.
6.1 Performance Metrics
To make a performance evaluation, several measurable metrics has to be defined.
 Network Lifetime
The network lifetime [16] of a sensor network is defined as the time when the first energy exhausted node (First Dead
Node, FDN) appears. The network lifetime is closely related to the network partition and network coverage ratio. When a node
begins to die, the probability of network partition increases and the network coverage ratio might reduce.
 Functional lifetime
The functional lifetime of a task is defined as the amount of time that the task is perfectly carried out. Different tasks
have different requirements. Some tasks may require no node failure while some others just need a portion of nodes to be alive,
therefore the function lifetime may vary much according to task requirements. In simulation experiments, requirements are
based on the application by making all the sampling nodes alive, functional lifetime is defined as the interval between the
beginning of task and the appearance of the First Dead Sampling Node (FDSN).
 Functional Throughput (FT)
Functional throughput is defined as the number of packets that the sink receives during the functional lifetime. For a given
application, FT is mainly influenced by the length of the functional lifetime
6.2 Simulation Setup
The simulation experiments in wireless sensor networks are conducted and evaluated to get the performance of our EBERP
and compare them with Mint Route algorithm. In this special topology, a node can only communicate with its direct neighbors.
The node can act as either a sampling node or a relaying node depending on the requirements. The nodes in the event areas can
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page -19
execute sampling and relaying tasks. The same simulation is repeated by deploy in n number of nodes with a maximum of
1000 nodes, the average values of the performance metrics are calculated.
6.3 Performance Results.
In order to evaluate the relative performance of proposed protocol, the protocol is compared with the existing Mint
Route protocol. The graph shown in the fig 3 will give a comparison result of how well the energy is balanced for routing in
our proposed scheme.
Fig. 3 Comparison results for EBERP and Mint Route routing
 Network Lifetime and Network Throughput
Mint Route always chooses the shortest path, thus it will burn out the energy of nodes on that path quickly. However, EBERP
will choose another path through other areas with more energy once it finds out that the energy density in this area is lower
than that in other areas nearby. Therefore, EBERP can improve the energy consumption balance across the network and
prolong the network lifetime as well as the functional lifetime. The statistical results are listed in table 8.1 shows the network
throughput. The EBERP prolongs the time of FDN. The functional throughput is and network lifetime is also improved. The
statistics listed in the table 8.2 show the results of network lifetime. From these results, conclusion can be drawn that more gain
can be obtained through the EBERP’s energy consumption balance and the integrity of the data received in EBERP is much
better than that in Mint Route since there is fewer packets loss in EBERP.
Fig. 4 Network Throughput
Fig. 5 Network Lifetime
6.4 Summary
The performance evaluation chapter discusses about the simulation results drawn by considering all the performance metrics
parameters like functional lifetime, network lifetime and network throughput. The comparison performance graph along with
the network throughput and network lifetime graph gives a clear overview of the existing and proposed protocols being
implemented.
VII. CONCLUSION AND FUTURE ENHANCEMENT
7.1 Conclusion
Energy is an important resource for battery-powered wireless sensor networks (WSN) that makes a key challenging
problem for designing energy-efficient protocol. Most of the existing energy efficient routing protocols usually forward
packets through the minimum energy path to the sink that merely minimizes energy consumption which leads unbalanced
distribution of residual energy amongst sensor nodes. Only, saving energy is not enough to effectively prolong the network
lifetime. The uneven energy depletion often results in network partition and low coverage ratio which decrease the
performance.
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page -20
This article focuses on routing that balances the energy consumption with efficiently. Its main contributions are:
 Referring the concept of potential in classical physics to build a virtual hybrid potential field to drive packets to move
towards the sink through the high energy area and steer clear of the nodes with low residual energy so that the energy is
consumed as evenly as possible in any given arbitrary network deployment.
 Classify the routing loops and devise an enhanced mechanism to detect and eliminate loops.
The simulation results reflect that the proposed solution for EBERP makes significant improvements in energy consumption
balance, network lifetime and throughput when compared to the other commonly used energy efficient routing algorithm.
7.2 Future Enhancement
In this project the routing loops: one hop - loop, origin - loop and queue - loop are being detected and eliminated by
cutting the loop. Hence, future enhancement can be done in detecting and eliminating the loops and transmitting packets by
avoiding the loops. It will further help in improving the overall system performance.
REFERENCES
[1] Andrew S. Tanenbaum, Computer Networks, Prentice Hall of India Publications, 4th Edition, 2006.
[2] Carlos Golmez, Joseph Padelles, Sensors Everywhere,Prentice Hall of India Publication, 4th Edition. Papers
[3] J. Evans, D. Raychaudhuri, and S. Paul, “Overview of Wireless, Mobile and Sensor Networks in GENI,” GENI Design Document 06-
14, Wireless Working Group, 2006.
[4] S. Olariu and I. Stojmenovi_c, “Design Guidelines for Maximizing Lifetime and Avoiding Energy Holes in Sensor Networks with
Uniform Distribution and Uniform Reporting,” Proc. IEEE INFOCOM, 2006.
[5] Ian F. Akyildizon, Weilian Su, Yogesh Sankasubramanium and Erdal Cayirici, A Survey on Sensor Networks, IEEE communications
Magazine, August 2002, pp 102 - 114
[6] H. Zhang and H. Shen, “Balancing Energy Consumption to Maximize Network Lifetime in Data-Gathering Sensor Networks,” IEEE
Trans. Parallel and Distributed Systems, vol. 20, no. 10, pp. 1526-1539, Oct. 2009.
[7] W. Heinzelman, A. Chandrakasan, and H. Balakrishnan, “Energy- Efficient Communication Protocols for Wireless Microsensor
Networks,” Proc. Hawaiian Int’l Conf. Systems Science, 2000.
[8] O. Younis and S. Fahmy, “HEED: A Hybrid, Energy-Efficient Distributed Clustering Approach for Ad Hoc Sensor Networks,” IEEE
Trans. Mobile Computing, vol. 3, no. 4, pp. 366-379, Oct.-Dec. 2004.
[9] M. Singh and V. Prasanna, “Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network,” Proc. First IEEE
Int’l Conf. Pervasive Computing and Comm., 2003.
[10] H. Lin, M. Lu, N. Milosavljevic, J. Gao, and L.J. Guibas, “Composable Information Gradients in Wireless Sensor Networks,” Proc.
Seventh Int’l Conf. Information Processing in Sensor Networks (IPSN), pp. 121-132, 2008.
[11] Y. Xu, J. Heidemann, and D. Estrin, “Geography-Informed Energy Conservation for Ad-Hoc Routing,” Proc. ACM MobiCom, 2001.
[12] V. Rodoplu and T.H. Meng, “Minimum Energy Mobile Wireless Networks,” IEEE J. Selected Areas in Comm., vol. 17, no. 8, pp. 1333-
1344, Aug. 1999.
[13] W. Heinzelman, J. Kulik, and H. Balakrishnan, “Adaptive Protocols for Information Dissemination in Wireless Sensor Networks,” Proc.
ACM MobiCom, 1999.
[14] D.H. Armitage and S.J. Gardiner, Classical Potential Theory. Springer, 2001.
[15] C. Schurgers and M. Srivastava, “Energy Efficient Routing in Wireless Sensor Networks,” Proc. Military Comm. Conf. (MILCOM),
2001.
[16]K. Kalpakis, K. Dasgupta, and P. Namjoshi, “Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks,” Proc.
IEEE Int’l Conf. Networking (ICN), pp. 685-696, 2002.
[17] Amol Bakshi, Viktor K.Prasanna, “Energy-Efficient Communication in Multi-Channel Single-Hop Sensor Networks.” Proceeding
ICPADS ’04 Proceedings of the Parallel and Distributed Systems, Tenth International Conference, page 403.
[18] Jing Wang , Dept. of ECE, North Carolina Univ., Charlotte, NC ,“Power Efficient Stochastic - Wireless Sensor Networks.” Wireless
Communications and Networking Conference,2006.WCNC2006.IEEE, page 419-424.
[19] Li Hong , Shu-Ling Yang,“An Overall Energy-Balanced Routing Protocol for Wireless Sensor Network.” Information and Automation
for Sustainability, 2008. ICIAFS 2008. 4th International Conference, page 314-318.
[20] Lin Wang, Ruihua Zhang, Shichao Geng,“An Energy-Balanced Ant-Based Routing Protocol for Wireless Sensor Networks.” Wireless
Communications, Networking and Mobile Computing, 2009. WiCom '09. 5th International Conference on, page 1-4.
[21] Talooki, Marques. H, Rodriguez. J, Aqua, H. Blanco. N, Campos. L,“An Energy Efficient Flat Routing Protocol for Wireless Ad Hoc
Networks.” Computer Communications and Networks (ICCCN), 2010 Proceedings of 19th International Conference
[22] www.google.com.
[23] http://en.wikipedia.org/wiki/Wireless_network.
[24] http://oretan2011.wordpress.com/2011/01/28/wireless-sensor-network-wsn/
[25] http://en.wikipedia.org/wiki/WSN

More Related Content

What's hot

A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
IJERA Editor
 
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’SAN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
IJCNCJournal
 
An energy-efficient cluster head selection in wireless sensor network using g...
An energy-efficient cluster head selection in wireless sensor network using g...An energy-efficient cluster head selection in wireless sensor network using g...
An energy-efficient cluster head selection in wireless sensor network using g...
TELKOMNIKA JOURNAL
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
ijassn
 
On improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring scheOn improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring sche
IAEME Publication
 
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
International Journal of Technical Research & Application
 
A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...
A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...
A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...
ijwmn
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
IJERA Editor
 
7. 7775 8118-1-pb
7. 7775 8118-1-pb7. 7775 8118-1-pb
7. 7775 8118-1-pb
IAESIJEECS
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
IJERA Editor
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
IJECEIAES
 
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ijasuc
 
Ijetcas14 591
Ijetcas14 591Ijetcas14 591
Ijetcas14 591
Iasir Journals
 
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET Journal
 
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
IOSR Journals
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
chokrio
 
M010226367
M010226367M010226367
M010226367
IOSR Journals
 
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
IJECEIAES
 
energy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws nsenergy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws ns
INFOGAIN PUBLICATION
 

What's hot (20)

A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
 
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’SAN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
AN OPTIMUM ENERGY CONSUMPTION HYBRID ALGORITHM FOR XLN STRATEGIC DESIGN IN WSN’S
 
An energy-efficient cluster head selection in wireless sensor network using g...
An energy-efficient cluster head selection in wireless sensor network using g...An energy-efficient cluster head selection in wireless sensor network using g...
An energy-efficient cluster head selection in wireless sensor network using g...
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
 
On improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring scheOn improvement of performance for transport protocol using sectoring sche
On improvement of performance for transport protocol using sectoring sche
 
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
ENERGY EFFICIENT UNEQUAL CLUSTERING ALGORITHM FOR CLUSTERED WIRELESS SENSOR N...
 
A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...
A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...
A NODE DEPLOYMENT MODEL WITH VARIABLE TRANSMISSION DISTANCE FOR WIRELESS SENS...
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
 
7. 7775 8118-1-pb
7. 7775 8118-1-pb7. 7775 8118-1-pb
7. 7775 8118-1-pb
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
Novel approach for hybrid MAC scheme for balanced energy and transmission in ...
 
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
 
Ijetcas14 591
Ijetcas14 591Ijetcas14 591
Ijetcas14 591
 
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
 
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
Energy Efficient Stable Election Protocol for Clustered Heterogeneous Wireles...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
NEW APPROACH TO IMPROVING LIFETIME IN HETEROGENEOUS WIRELESS SENSOR NETWORKS ...
 
M010226367
M010226367M010226367
M010226367
 
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
 
energy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws nsenergy efficiency routing protocol for ws ns
energy efficiency routing protocol for ws ns
 

Similar to Enhancing Energy Efficiency in WSN using Energy Potential and Energy Balancing

Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...
redpel dot com
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
F04623943
F04623943F04623943
F04623943
IOSR-JEN
 
J031101064069
J031101064069J031101064069
J031101064069
theijes
 
Energy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A ReviewEnergy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A Review
theijes
 
3. journal paper nov 10, 2017 ( dhyan)
3. journal paper nov 10, 2017 ( dhyan)3. journal paper nov 10, 2017 ( dhyan)
3. journal paper nov 10, 2017 ( dhyan)
IAESIJEECS
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
IJCI JOURNAL
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
eSAT Publishing House
 
Analysis of Energy in Wireless Sensor Networks An Assessment
Analysis of Energy in Wireless Sensor Networks An AssessmentAnalysis of Energy in Wireless Sensor Networks An Assessment
Analysis of Energy in Wireless Sensor Networks An Assessment
ijtsrd
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
ijwmn
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
ijwmn
 
Survey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocolSurvey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocol
eSAT Publishing House
 
Survey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocolSurvey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocol
eSAT Journals
 
A Review of Sensor Node in Wireless Sensor Networks
A Review of Sensor Node in Wireless Sensor NetworksA Review of Sensor Node in Wireless Sensor Networks
A Review of Sensor Node in Wireless Sensor Networks
ijtsrd
 
Cg4301470474
Cg4301470474Cg4301470474
Cg4301470474
IJERA Editor
 
An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...
eSAT Publishing House
 
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSNData Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
rahulmonikasharma
 
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor NetworkIRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET Journal
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2
IAEME Publication
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2
IAEME Publication
 

Similar to Enhancing Energy Efficiency in WSN using Energy Potential and Energy Balancing (20)

Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...
 
C011131925
C011131925C011131925
C011131925
 
F04623943
F04623943F04623943
F04623943
 
J031101064069
J031101064069J031101064069
J031101064069
 
Energy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A ReviewEnergy Proficient and Security Protocol for WSN: A Review
Energy Proficient and Security Protocol for WSN: A Review
 
3. journal paper nov 10, 2017 ( dhyan)
3. journal paper nov 10, 2017 ( dhyan)3. journal paper nov 10, 2017 ( dhyan)
3. journal paper nov 10, 2017 ( dhyan)
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
 
Analysis of Energy in Wireless Sensor Networks An Assessment
Analysis of Energy in Wireless Sensor Networks An AssessmentAnalysis of Energy in Wireless Sensor Networks An Assessment
Analysis of Energy in Wireless Sensor Networks An Assessment
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
 
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
CUTTING DOWN ENERGY USAGE IN WIRELESS SENSOR NETWORKS USING DUTY CYCLE TECHNI...
 
Survey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocolSurvey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocol
 
Survey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocolSurvey on sensor protocol for information via negotiation (spin) protocol
Survey on sensor protocol for information via negotiation (spin) protocol
 
A Review of Sensor Node in Wireless Sensor Networks
A Review of Sensor Node in Wireless Sensor NetworksA Review of Sensor Node in Wireless Sensor Networks
A Review of Sensor Node in Wireless Sensor Networks
 
Cg4301470474
Cg4301470474Cg4301470474
Cg4301470474
 
An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...An efficient routing approach for aggregated data transmission along with per...
An efficient routing approach for aggregated data transmission along with per...
 
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSNData Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
Data Aggregation & Transfer in Data Centric Network Using Spin Protocol in WSN
 
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor NetworkIRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
IRJET- Studies on Lifetime Enhancement Techniques for Wireless Sensor Network
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2
 
Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2Corona based energy efficient clustering in wsn 2
Corona based energy efficient clustering in wsn 2
 

Recently uploaded

WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
Patrick Weigel
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
kalichargn70th171
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
Bert Jan Schrijver
 
KuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CD
KuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CDKuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CD
KuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CD
rodomar2
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
Remote DBA Services
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
ShulagnaSarkar2
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
sjcobrien
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
ToXSL Technologies
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
Octavian Nadolu
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
Green Software Development
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
Quickdice ERP
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
Rakesh Kumar R
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
GohKiangHock
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
safelyiotech
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
Hornet Dynamics
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
Marcin Chrost
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
kalichargn70th171
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
Karya Keeper
 

Recently uploaded (20)

WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
 
KuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CD
KuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CDKuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CD
KuberTENes Birthday Bash Guadalajara - IntroducciĂłn a Argo CD
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
Oracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptxOracle 23c New Features For DBAs and Developers.pptx
Oracle 23c New Features For DBAs and Developers.pptx
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
 
Malibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed RoundMalibou Pitch Deck For Its €3M Seed Round
Malibou Pitch Deck For Its €3M Seed Round
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
 
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian CompaniesE-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
E-Invoicing Implementation: A Step-by-Step Guide for Saudi Arabian Companies
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
 
Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !Enums On Steroids - let's look at sealed classes !
Enums On Steroids - let's look at sealed classes !
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
 
Project Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdfProject Management: The Role of Project Dashboards.pdf
Project Management: The Role of Project Dashboards.pdf
 

Enhancing Energy Efficiency in WSN using Energy Potential and Energy Balancing

  • 1. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page -16 Enhancing Energy Efficiency in WSN using Energy Potential and Energy Balancing Smt. Sheetalrani R Kawale* Dr. Aziz Makandar Mr. Ramesh K Dept. Of Computer Science, Dept. Of Computer Science, Dept. Of Computer Science, KSWU, Bijapur KSWU, Bijapur KSWU, Bijapur Abstract— There are many different energy aware routing protocols proposed in the literature, most of them focus only on energy efficiency by finding the optimal path to minimize energy consumption. These protocols should not only aim for energy efficiency but also for energy balance consumption. In this work, energy balanced data gathering routing algorithm is developed using the concepts of potential in classical physics [16]. Our scheme called energy balanced routing protocol, forwards data packets toward the sink through dense energy areas so as to protect the nodes with relatively low residual energy. This is to construct three independent virtual potential fields in terms of depth, energy density and residual energy. The depth field is used to establish a basic routing paradigm which helps in moving the packets towards the sink. The energy density field ensures that packets are always forwarded along the high energy areas. Finally, the residual energy field aims to protect the low energy nodes. An energy-efficient routing protocol, tries to extend the network lifetime through minimizing the energy consumption whereas energy balanced with efficiency routing protocol intends to prolong the network lifetime through uniform energy consumption with efficiently. Keywords: Sensor networks, energy efficient routing, potential fields, low energy nodes. I. INTRODUCTION Recent development in wireless technology has enabled the development of low power, multifunctional sensor nodes that are in small size and communicate in small distances. This tiny sensor node, which consists of sensing, data processing and communicating components, leverage the idea of sensor networks. A sensor network is composed of a large number of sensor nodes that are densely deployed either inside the phenomenon or very close to it. The positions of these sensor nodes can be easily engineered to be either fixed to a particular location or have certain amount of mobility in a predefined area. [24] [25] II. ROLE OF SENSORS AND WIRELESS SENSOR NETWORKS The sensing or monitoring of for example temperature, humidity etc., constitutes one of the two main tasks of each sensor. The other main task is packet forwarding using the equipped wireless technology. Whichever way data is transmitted the network must provide a way of transporting information from different sensors to wherever this information is needed. Sensor networks could be deployed in a wide variety of application domains such as military intelligence, commercial inventory tracking and agricultural monitoring. [23][24][25] Each node stores the identity of one or more nodes through which it heard an announcement that another group exists. That node may have itself heard the information second-hand, so every node within a group will end up with a next-hop path to every other group, as in distance-vector. Topology discovery proceeds in this manner until all network nodes are members of a single group. By the end of topology discovery, each node learns every other node’s virtual address, public key, and certificate, since every group members knows the identities of all other group members and the network converges to a single group. III. EXISTING SYSTEM The existing system focus on energy efficient routing whose target is to find an optimal path to minimize energy consumption on local nodes or in the whole WSN [17],[18],[19]. The energy aware routing maintains multiple paths and properly chooses one for each packet delivery to improve network survivability. It may be quite costly since indeed to exchange routing information very frequently and may result in energy burden and traffic overload for the nodes. IV.PROBLEM IDENTIFICATION Energy is an important resource for battery-powered wireless sensor networks (WSN) that makes energy-efficient protocol design a key challenging problem. The three main reasons that can cause an imbalance in energy distribution:  Topology: The topology of the initial deployment limits the number of paths along which the data packets can flow. For example, if there is only a single path to the sink, nodes along this path would deplete their energy rather quickly. In this extreme case, there are no ways to reach an overall energy balance.  Application: The applications themselves will determine the location and the rate at which the nodes generate data. The area generating more data and the path forwarding more packets may suffer faster energy depletion.
  • 2. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page -17  Routing: Most energy-efficient routing protocols always choose a static optimal path to minimize energy consumption which results in energy imbalance since the energy at the nodes on the optimal path is quickly depleted. V. SYSTEM DESIGN DESCRIPTION 5.1 EBERP: Energy Balanced with Efficiency Routing Protocol: The goal of Energy Balanced with Efficiency Routing Protocol is to force the packets to move towards the sink so that the nodes with relatively low residual energy are protected. The Energy Balanced with Efficiency Routing Protocol is designed by constructing a mixed virtual potential field. It forces packets to move towards the sink through dense energy area. It protects the sensor nodes with low residual energy. Successfully delivers the sensed packet to the sink. Result shows significant improvement in network lifetime, coverage ratio and throughput. This article focuses on routing that balances the energy consumption with efficiency. Its main contributions are:  The concept of potential in classical physics is referred to build a virtual hybrid potential field to drive packets to move towards the sink through the high energy area and steer clear of the nodes with low residual energy so that the energy is consumed as evenly as possible in any given arbitrary network deployment.  Classify the routing loops and devise an enhanced mechanism to detect and eliminate loops. The simulation results reflect that the proposed solution for EBERP makes significant improvements in energy consumption balance, network lifetime and throughput when compared to the other commonly used energy efficient routing algorithm. An energy-efficient routing protocol, tries to extend the network lifetime through minimizing the energy consumption whereas energy balanced with efficiency routing protocol intends to prolong the network lifetime through uniform and efficient energy consumption. The former readily results in the premature network partition that disables the network functioning, although there may be much residual energy left. On the other hand, the latter may not be optimal with respect to energy efficiency as it can burn energy evenly to keep network connectivity and maintain network functioning as long as possible. Let us use a simple example to demonstrate what uneven energy depletion results in and how the proposed scheme Energy Balanced with Efficiency Routing Protocol (EBERP) works to balance energy consumption with efficiently. In this system, energy balanced data gathering routing algorithm is developed using the concepts of potential in classical physics. Our scheme called energy balanced routing protocol, forwards data packets toward the sink through dense energy areas so the nodes with relatively low residual energy can be protected. The cornerstone of the EBERP is to construct three independent virtual potential fields in terms of energy density, depth and residual energy. The depth field is used to establish a basic routing paradigm which helps in moving the packets towards the sink. The energy density field ensures that packets are always forwarded along the high energy areas. Finally, the residual energy field aims to protect the low energy nodes and the energy is balanced efficiently. 5.2 Depth of Potential Field To provide the basic routing function, namely to instruct packets move toward the sink, we define the inverse proportional function of depth as the depth potential field Vd(d)as shown in Eq 5.1: Where d =D (i) denotes the depth of node i. Then, the depth potential difference Ud (d1; d2) from depth d1 to depth d2 is given by Eq 5.2 Since the potential function Vd (d) is monotonically decreasing, when the packets in this depth potential field move along the direction of the gradient, they could reach the sink eventually and the basic routing function can be achieved. For a given network topology, Vd(d) is definite and time invariant. Moreover, when the data packets move closer to the sink, the centrality should be larger, where the centrality denotes the trend that a node in depth d forwards the packets to the neighbors in depth d- 1. Fig. 2Depth potential field
  • 3. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page -18  Energy Density Potential Field A node adds up the energy values of all its neighbors, which can be obtained through messages exchanged among nodes and calculates the area of the radio coverage disk, so that the corresponding energy density can be readily obtained using the aforementioned definition. EBERP defines the energy density potential field as shown in Eq 5.3 as follows: Where Ved(i; t) is the energy density potential of node i at time t, and ED(i; t) is the energy density on the position of node i at time t. Thus, the potential difference Ued(i; j; t)from node i to node j is given by Eq 5.4 Driven by this potential field, the data packets will always flow toward the dense energy areas. However, with only this energy density field, the routing algorithm is not practical since it would suffer from the serious problem of routing loops. This fact will be clarified in the subsequent simulation experiments.  Energy Potential Field EBERP defines an energy potential field as shown in Eq 5.5 using the residual energy on the nodes in order to protect the nodes with low energy: Where Ve (i; t) is the energy potential of node i at time t, and E(i; t) is the residual energy of node i at time t. Then potential difference Ue (i; j; t) from node i to j is derived as shown in Eq 5.6. The two latter potential fields are constructed using the linear functions of energy density and residual energy, respectively. Although the properties of the linear potential fields are straightforward, both of them are time varying, which will result in the routing loop. VI. PERFORMANCE EVALUATION In this section protocols are evaluated by simulation. It illustrates the advantages of our protocol along with Mint Route protocol which uses the shortest path for transfer of packets from source to sink. 6.1 Performance Metrics To make a performance evaluation, several measurable metrics has to be defined.  Network Lifetime The network lifetime [16] of a sensor network is defined as the time when the first energy exhausted node (First Dead Node, FDN) appears. The network lifetime is closely related to the network partition and network coverage ratio. When a node begins to die, the probability of network partition increases and the network coverage ratio might reduce.  Functional lifetime The functional lifetime of a task is defined as the amount of time that the task is perfectly carried out. Different tasks have different requirements. Some tasks may require no node failure while some others just need a portion of nodes to be alive, therefore the function lifetime may vary much according to task requirements. In simulation experiments, requirements are based on the application by making all the sampling nodes alive, functional lifetime is defined as the interval between the beginning of task and the appearance of the First Dead Sampling Node (FDSN).  Functional Throughput (FT) Functional throughput is defined as the number of packets that the sink receives during the functional lifetime. For a given application, FT is mainly influenced by the length of the functional lifetime 6.2 Simulation Setup The simulation experiments in wireless sensor networks are conducted and evaluated to get the performance of our EBERP and compare them with Mint Route algorithm. In this special topology, a node can only communicate with its direct neighbors. The node can act as either a sampling node or a relaying node depending on the requirements. The nodes in the event areas can
  • 4. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page -19 execute sampling and relaying tasks. The same simulation is repeated by deploy in n number of nodes with a maximum of 1000 nodes, the average values of the performance metrics are calculated. 6.3 Performance Results. In order to evaluate the relative performance of proposed protocol, the protocol is compared with the existing Mint Route protocol. The graph shown in the fig 3 will give a comparison result of how well the energy is balanced for routing in our proposed scheme. Fig. 3 Comparison results for EBERP and Mint Route routing  Network Lifetime and Network Throughput Mint Route always chooses the shortest path, thus it will burn out the energy of nodes on that path quickly. However, EBERP will choose another path through other areas with more energy once it finds out that the energy density in this area is lower than that in other areas nearby. Therefore, EBERP can improve the energy consumption balance across the network and prolong the network lifetime as well as the functional lifetime. The statistical results are listed in table 8.1 shows the network throughput. The EBERP prolongs the time of FDN. The functional throughput is and network lifetime is also improved. The statistics listed in the table 8.2 show the results of network lifetime. From these results, conclusion can be drawn that more gain can be obtained through the EBERP’s energy consumption balance and the integrity of the data received in EBERP is much better than that in Mint Route since there is fewer packets loss in EBERP. Fig. 4 Network Throughput Fig. 5 Network Lifetime 6.4 Summary The performance evaluation chapter discusses about the simulation results drawn by considering all the performance metrics parameters like functional lifetime, network lifetime and network throughput. The comparison performance graph along with the network throughput and network lifetime graph gives a clear overview of the existing and proposed protocols being implemented. VII. CONCLUSION AND FUTURE ENHANCEMENT 7.1 Conclusion Energy is an important resource for battery-powered wireless sensor networks (WSN) that makes a key challenging problem for designing energy-efficient protocol. Most of the existing energy efficient routing protocols usually forward packets through the minimum energy path to the sink that merely minimizes energy consumption which leads unbalanced distribution of residual energy amongst sensor nodes. Only, saving energy is not enough to effectively prolong the network lifetime. The uneven energy depletion often results in network partition and low coverage ratio which decrease the performance.
  • 5. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009(P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page -20 This article focuses on routing that balances the energy consumption with efficiently. Its main contributions are:  Referring the concept of potential in classical physics to build a virtual hybrid potential field to drive packets to move towards the sink through the high energy area and steer clear of the nodes with low residual energy so that the energy is consumed as evenly as possible in any given arbitrary network deployment.  Classify the routing loops and devise an enhanced mechanism to detect and eliminate loops. The simulation results reflect that the proposed solution for EBERP makes significant improvements in energy consumption balance, network lifetime and throughput when compared to the other commonly used energy efficient routing algorithm. 7.2 Future Enhancement In this project the routing loops: one hop - loop, origin - loop and queue - loop are being detected and eliminated by cutting the loop. Hence, future enhancement can be done in detecting and eliminating the loops and transmitting packets by avoiding the loops. It will further help in improving the overall system performance. REFERENCES [1] Andrew S. Tanenbaum, Computer Networks, Prentice Hall of India Publications, 4th Edition, 2006. [2] Carlos Golmez, Joseph Padelles, Sensors Everywhere,Prentice Hall of India Publication, 4th Edition. Papers [3] J. Evans, D. Raychaudhuri, and S. Paul, “Overview of Wireless, Mobile and Sensor Networks in GENI,” GENI Design Document 06- 14, Wireless Working Group, 2006. [4] S. Olariu and I. Stojmenovi_c, “Design Guidelines for Maximizing Lifetime and Avoiding Energy Holes in Sensor Networks with Uniform Distribution and Uniform Reporting,” Proc. IEEE INFOCOM, 2006. [5] Ian F. Akyildizon, Weilian Su, Yogesh Sankasubramanium and Erdal Cayirici, A Survey on Sensor Networks, IEEE communications Magazine, August 2002, pp 102 - 114 [6] H. Zhang and H. Shen, “Balancing Energy Consumption to Maximize Network Lifetime in Data-Gathering Sensor Networks,” IEEE Trans. Parallel and Distributed Systems, vol. 20, no. 10, pp. 1526-1539, Oct. 2009. [7] W. Heinzelman, A. Chandrakasan, and H. Balakrishnan, “Energy- Efficient Communication Protocols for Wireless Microsensor Networks,” Proc. Hawaiian Int’l Conf. Systems Science, 2000. [8] O. Younis and S. Fahmy, “HEED: A Hybrid, Energy-Efficient Distributed Clustering Approach for Ad Hoc Sensor Networks,” IEEE Trans. Mobile Computing, vol. 3, no. 4, pp. 366-379, Oct.-Dec. 2004. [9] M. Singh and V. Prasanna, “Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network,” Proc. First IEEE Int’l Conf. Pervasive Computing and Comm., 2003. [10] H. Lin, M. Lu, N. Milosavljevic, J. Gao, and L.J. Guibas, “Composable Information Gradients in Wireless Sensor Networks,” Proc. Seventh Int’l Conf. Information Processing in Sensor Networks (IPSN), pp. 121-132, 2008. [11] Y. Xu, J. Heidemann, and D. Estrin, “Geography-Informed Energy Conservation for Ad-Hoc Routing,” Proc. ACM MobiCom, 2001. [12] V. Rodoplu and T.H. Meng, “Minimum Energy Mobile Wireless Networks,” IEEE J. Selected Areas in Comm., vol. 17, no. 8, pp. 1333- 1344, Aug. 1999. [13] W. Heinzelman, J. Kulik, and H. Balakrishnan, “Adaptive Protocols for Information Dissemination in Wireless Sensor Networks,” Proc. ACM MobiCom, 1999. [14] D.H. Armitage and S.J. Gardiner, Classical Potential Theory. Springer, 2001. [15] C. Schurgers and M. Srivastava, “Energy Efficient Routing in Wireless Sensor Networks,” Proc. Military Comm. Conf. (MILCOM), 2001. [16]K. Kalpakis, K. Dasgupta, and P. Namjoshi, “Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks,” Proc. IEEE Int’l Conf. Networking (ICN), pp. 685-696, 2002. [17] Amol Bakshi, Viktor K.Prasanna, “Energy-Efficient Communication in Multi-Channel Single-Hop Sensor Networks.” Proceeding ICPADS ’04 Proceedings of the Parallel and Distributed Systems, Tenth International Conference, page 403. [18] Jing Wang , Dept. of ECE, North Carolina Univ., Charlotte, NC ,“Power Efficient Stochastic - Wireless Sensor Networks.” Wireless Communications and Networking Conference,2006.WCNC2006.IEEE, page 419-424. [19] Li Hong , Shu-Ling Yang,“An Overall Energy-Balanced Routing Protocol for Wireless Sensor Network.” Information and Automation for Sustainability, 2008. ICIAFS 2008. 4th International Conference, page 314-318. [20] Lin Wang, Ruihua Zhang, Shichao Geng,“An Energy-Balanced Ant-Based Routing Protocol for Wireless Sensor Networks.” Wireless Communications, Networking and Mobile Computing, 2009. WiCom '09. 5th International Conference on, page 1-4. [21] Talooki, Marques. H, Rodriguez. J, Aqua, H. Blanco. N, Campos. L,“An Energy Efficient Flat Routing Protocol for Wireless Ad Hoc Networks.” Computer Communications and Networks (ICCCN), 2010 Proceedings of 19th International Conference [22] www.google.com. [23] http://en.wikipedia.org/wiki/Wireless_network. [24] http://oretan2011.wordpress.com/2011/01/28/wireless-sensor-network-wsn/ [25] http://en.wikipedia.org/wiki/WSN