SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
21
A Survey on Techniques of Energy Efficiency in
Wireless Sensor Networks
Satpute Priya1
, A. R. Panhalkar 2
Department of Information Technology, Amrutvahini College of Engineering,
Sangamner, (M.S) India-431005
Email: satputepriya22@gmail.com1
, archana10bhosale@rediffmail.com2
Abstract- Today Wireless Sensor Networks (WSN) is used in many industries. WSN consist of large number of
self organized sensor nodes with sensing, computation and wireless communication capabilities. These sensor
node are distributed in monitored area used to collect, transmit and process data. In WSN it is very difficult to
charge or replace the batteries, thus energy efficient communication is important part in WSN. Therefore to
increase the network lifetime is primary objective in WSN.
Index Terms- Energy Efficient Communication, Silent Periods, Wireless Sensor Networks.
1. INTRODUCTION
WSN have been used for many applications such as
forest fire detection, industrial monitoring, remote
healthcare, environmental monitoring, and
agricultures. In medical application, WSN is used to
monitor the various parameters of patients such as
temperature, blood pressure, heart rate and send this
information wirelessly to a control station. WSN
consist of small ad-hoc sensor device node working
together to complete a common task. These sensor
nodes provide the information about status of the
specific system [4].
The information could be measurement of
environmental or physical parameter such as pressure,
temperature, vibrations [8]. The information will then
be sending wirelessly and received by central location
for further analysis and usage. Each component of
sensor node performing different task of work and
each of these component required power sources. In
WSN it expected that battery powered devices are
operated in long periods of time because of
difficulties in replacing the batteries.
So, increase the battery lifetime or save the
transmission energy is very important in WSN. To
reduce the device recharging cycle periods is very
important in WSN to provide the connectivity for
longer duration of time [5].
2. RELATED WORKS
Number of communication scheme such as Energy
based Transmission (EbT), Communication through
Silence (CtS), Variable based Tacit Communication
(VarBaTac), Ternary with Silent Symbol (TSS), and
RBNSizeComm are used to provide energy efficient
communication. Data aggregation algorithms are also
used to save the transmission energy for these
clustering methods are used in wireless sensor
network.
2.1. Energy based Transmission
In Energy based Transmission non-zero voltage level
is used for both transmission of 0 and 1. They keep
both the transmitter and receiver switched on for the
entire duration of transmission of data means they use
the energy for transmission of every bit of data. E.g.
when sensor s1 want to send data 113 to sensor s2.
Then s1 send binary bit of 113 that is 111001 to s2. It
uses energy for every bit of transmission. Thus energy
consumed per bit transmitted is E, the total energy
consumption is 7*E [5,6].
To reduce energy consumption researcher focus
on the MAC layer design. Maximum energy waste in
MAC layer is because of collision, Overhearing,
Control-packet overhead, Ideal Listening, and
Overmitting. Main disadvantage of this Energy based
Transmission is energy consumption for data
transmission is more [7].
2.2. Communication through Silence
Communication through Silence mechanism is
completely opposite to Energy based Transmission. In
CtS mechanism silent periods are used to transmit
information means energy is used only at the
transmission of 1 bit and at the transmission of 0 bit
no energy is used. For e.g. when sensor s1 want to
communicate value 113 with sensor s2. s1 send start
signal to sensor s2. After receiving signal from s1, s2
start counting from 0. Sensor s1 knows the counting
rate of s2, s1 send stop signal to s2 when s1 count 113
values and this counted value is considered as
information transmitted by s1 [4].
Challenges in the design of CtS are Framing,
Addressing, Error Control, and Contention
Resolution. CtS mechanism gives better performance
than the Energy based Transmission. Disadvantage in
Communication through silence mechanism is energy
throughput trade-off [9].
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
22
Fig 1: Block diagram for TSS Technique
2.3 RBNSiZeCommunication
RBNSiZeComm combine the concept of CtS and
VarBaTac. Conversion of the data to be transmitted to
its equivalent redundant binary number (RBN)
representation with the strategy of using silence for
communicating the digit zero. By using the redundant
binary number system (RBNS) that utilizes the digits
from the set -1, 0, 1 to represent a number with radix
2, significantly reduce the number of non-zero digits
that need to be transmitted. The transmission time
remains linear in the number of bits used for data
representation, as in the binary number system. For
operations in a noisy channel, transceiver uses a
hybrid modulation scheme utilizing FSK and ASK to
keep the cost and complexity of the radio low [1],[2].
RBNSiZeComm transmission strategy involves
the execution of following steps:
1. Recode the binary data frame in RBNS using
reduction rules.
2. Send the RBNS data frame, transmitting only the 1
symbol, while remain silent for the 0 symbol.
This scheme save the transmission energy only
at the transmitter.
2.4 Ternary with Silent Symbol
Koushik Sinha, Debasish Datta proposes a new
energy efficient communication scheme for wireless
sensor networks that is based on the ternary number
system encoding of data called as Ternary with Silent
Symbol (TSS) [11].
In this system data is converted from binary to
ternary by using silent symbol strategy as shown in
figure 1. Aim of this strategy is save the energy
simultaneously both at transmitter and receiver. An
efficient algorithm for conversion from binary to
ternary and vice versa is used that does not involve
any division or multiplication but only addition.
Transceiver design uses a hybrid modulation scheme
utilizing FSK and ASK to keep both the cost and
complexity low. Coupled with the low cost and low
complexity of transceiver, these savings clearly
demonstrate the usefulness of TSS for low power
wireless sensor networks, particularly for multi-hop
communications [12].
2.5 Variable based Tacit Communication
Variable based Tacit Communication (VarBaTaC)
uses a variable coding base to control the trade-off
between network throughput and energy is saving.
VarBaTaC is used to minimize the delay introduced
by CtS. Three MAC protocol are used for VarBaTaC
implementation to meet different application need.
The MAC protocols are sVarBaTaC (the synchronous
MAC), aVarBaTaC (the asynchronous MAC), and
eVarBaTaC (the enhancement MAC) to address the
hidden terminal problem [4].
3. APPLICATIONS
Various application of Wireless Sensor Network are
as follows:
1. Area Monitoring
2. Forest Fire Detection
3. Air Pollution Monitoring
4. Industrial Monitoring
5. Waste Water Monitoring
Create Wireless
Sensor Network
VB.Net Application
1. Decimal to Binary
Conversion
2. Binary to Ternary
Conversion
RF Transmitter
RF Receiver
VB.Net Application
1. Ternary to Binary
conversion
2. Binary to Decimal
Conversion
LED
International Journal of Research in Advent Technology, Vol.3, No.6, June 2015
E-ISSN: 2321-9637
23
6. Agriculture
7. Greenhouse Monitoring
4. CONCLUSION
This paper presents survey on energy efficiency
techniques in wireless sensor network. Because of
difficulties in the replacement of usable batteries,
energy efficient communication is very important.
Communication through silence is widely use
technique and it gives better result than other
techniques as well as it save energy at both
transmitting and receiving end. Many research issues
have been highlighted and directions for future work
have been suggested.
5. REFERENCES
[1] Akyildiz I, Su W, Sankarasubramaniam Y, and
Cayirci E, "Wireless Sensor Networks: a survey,
“Computer Networks, 38:393-422, 2010.
[2] K. Sinha and B. P. Sinha, "A new energy efficient
wireless communication technique using
redundant radix representation,"Tech. Rep.,
Indian Stat. Inst., ISI/ACMU 07/01, 2007.
[3] Y. Zhu and R. Sivakumar, "Challenges:
communication through silence in wireless
Sensor networks," Proc. Intl.Conf. On Mobile
Comp. and Networking (MobiCom), pp. 140-147,
2012.
[4] Y. P. Chen, D. Wang and J. Zhang, "Variable-
base tacit communication: a new energy efficient
communication scheme for sensor
networks,"Proc. 1st Int. Conf. on Integrated
Internet Ad hoc and Sensor Networks
(InterSense), Nice, France, 2010.
[5] W. Ye, J. Heidemann and D. Estrin, "An energy
efficient MAC Protocol for Wireless Sensor
Networks,"Proc. IEEE Infocom, pp. 1567-1576,
2011.
[6] J. Pan, Y. T. Hou, L. Cai, Y. Shi, and S. X.
Shen,"Topology control for wireless sensor
networks,"in Proc. MobiCom, 2009, pp. 286-299.
[7] J.Vazifehdan, R.V. Prasad, M. Jacobsson, and I.
Niemegeers,"An analytical energy consumption
model for packet transfer over wireless
links,"IEEE Communications Letters, vol. 16, no.
1, pp. 30-33, Jan. 2012.
[8] K. Kalpakis, K. Dasgupta, and P. Namjoshi,
"Maximum lifetime data gathering and
aggregation in wireless sensor networks,"in Proc.
ICN, Aug. 2012, pp. 685-696.
[9] K. Sinha, S. Ghose and P. K. Srimani,"Fast
deterministic broadcast and gossiping algorithms
for mobile ad hoc networks,"J. of Par. Dist.
Comp. (JPDC), vol. 68(7), pp. 922-938, 2008.
[10] M. Hempstead, M. J. Lyons, D. Brooks, and G.
Y. Wei,"Survey of hardware systems for wireless
sensor networks,"Journal of Low Power
Electronics, vol. 4, no.1, pp. 11-20, Apr. 2008.
[11]M. A. Marsan, L. Chiaraviglio, D. Ciullo, and M.
Meo,"Optimal energy savings in cellular access
networks,"in IEEE ICC Workshops, Dresden,
DE, 14-18 Jun. 2009.
[12]R. N. Ghosh, K. Sinha, B. P. Sinha and D.
Datta,"TSS: an energy efficient communication
scheme for low power wireless networks,"in
Proc. IEEE Intl. Perf.Comput. Commun. Conf.,
pp. 85-92, Dec. 2008.

More Related Content

What's hot

ADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENN
ADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENNADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENN
ADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENNcscpconf
 
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...cscpconf
 
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...ijeei-iaes
 
A Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSNA Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSNIJERA Editor
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...IJECEIAES
 
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSNIRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSNIRJET Journal
 
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...ijwmn
 
21 31 jan17 4nov16 13236 28448-2-ed(edit-new)
21 31 jan17 4nov16 13236 28448-2-ed(edit-new)21 31 jan17 4nov16 13236 28448-2-ed(edit-new)
21 31 jan17 4nov16 13236 28448-2-ed(edit-new)IAESIJEECS
 
Faulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor networkFaulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor networkprjpublications
 
Performance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingPerformance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingeSAT Publishing House
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Adaptive quantization for spectrum exchange information in mobile cognitive r...
Adaptive quantization for spectrum exchange information in mobile cognitive r...Adaptive quantization for spectrum exchange information in mobile cognitive r...
Adaptive quantization for spectrum exchange information in mobile cognitive r...IJECEIAES
 
Cube2012 Submission 359
Cube2012 Submission 359Cube2012 Submission 359
Cube2012 Submission 359Sandeep Saxena
 
2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stack2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stackSyed Ariful Islam Emon
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...csijjournal
 

What's hot (18)

ADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENN
ADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENNADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENN
ADAPTIVE AND DYNAMIC WIRELESS ROUTERS WITH SMART ANTENN
 
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
AN OPTIMIZED WEIGHT BASED CLUSTERING ALGORITHM IN HETEROGENEOUS WIRELESS SENS...
 
Q026201030106
Q026201030106Q026201030106
Q026201030106
 
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
 
A Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSNA Review Paper on Power Consumption Improvements in WSN
A Review Paper on Power Consumption Improvements in WSN
 
80 152-157
80 152-15780 152-157
80 152-157
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
 
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSNIRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
 
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
Performance Analysis of Bfsk Multi-Hop Communication Systems Over K-μ Fading ...
 
21 31 jan17 4nov16 13236 28448-2-ed(edit-new)
21 31 jan17 4nov16 13236 28448-2-ed(edit-new)21 31 jan17 4nov16 13236 28448-2-ed(edit-new)
21 31 jan17 4nov16 13236 28448-2-ed(edit-new)
 
Faulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor networkFaulty node recovery and replacement algorithm for wireless sensor network
Faulty node recovery and replacement algorithm for wireless sensor network
 
Performance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingPerformance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding using
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
Adaptive quantization for spectrum exchange information in mobile cognitive r...
Adaptive quantization for spectrum exchange information in mobile cognitive r...Adaptive quantization for spectrum exchange information in mobile cognitive r...
Adaptive quantization for spectrum exchange information in mobile cognitive r...
 
Cube2012 Submission 359
Cube2012 Submission 359Cube2012 Submission 359
Cube2012 Submission 359
 
2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stack2015 11-07 -ad_hoc__network architectures and protocol stack
2015 11-07 -ad_hoc__network architectures and protocol stack
 
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
 

Viewers also liked

Paper id 41201606
Paper id 41201606Paper id 41201606
Paper id 41201606IJRAT
 
Paper id 212014141
Paper id 212014141Paper id 212014141
Paper id 212014141IJRAT
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146IJRAT
 
Paper id 42201609
Paper id 42201609Paper id 42201609
Paper id 42201609IJRAT
 
Paper id 24201441
Paper id 24201441Paper id 24201441
Paper id 24201441IJRAT
 
Paper id 25201416
Paper id 25201416Paper id 25201416
Paper id 25201416IJRAT
 
Paper id 24201491
Paper id 24201491Paper id 24201491
Paper id 24201491IJRAT
 
Paper id 252014156
Paper id 252014156Paper id 252014156
Paper id 252014156IJRAT
 
Paper id 25201442
Paper id 25201442Paper id 25201442
Paper id 25201442IJRAT
 
Paper id 37201533
Paper id 37201533Paper id 37201533
Paper id 37201533IJRAT
 
Paper id 37201505
Paper id 37201505Paper id 37201505
Paper id 37201505IJRAT
 
Paper id 24201472
Paper id 24201472Paper id 24201472
Paper id 24201472IJRAT
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621IJRAT
 
Paper id 212014121
Paper id 212014121Paper id 212014121
Paper id 212014121IJRAT
 
Paper id 252014138
Paper id 252014138Paper id 252014138
Paper id 252014138IJRAT
 
Paper id 28201439
Paper id 28201439Paper id 28201439
Paper id 28201439IJRAT
 
Paper id 41201613
Paper id 41201613Paper id 41201613
Paper id 41201613IJRAT
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103IJRAT
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148IJRAT
 

Viewers also liked (20)

Paper id 41201606
Paper id 41201606Paper id 41201606
Paper id 41201606
 
Paper id 212014141
Paper id 212014141Paper id 212014141
Paper id 212014141
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146
 
Paper id 42201609
Paper id 42201609Paper id 42201609
Paper id 42201609
 
Paper id 24201441
Paper id 24201441Paper id 24201441
Paper id 24201441
 
Paper id 25201416
Paper id 25201416Paper id 25201416
Paper id 25201416
 
Paper id 24201491
Paper id 24201491Paper id 24201491
Paper id 24201491
 
Paper id 252014156
Paper id 252014156Paper id 252014156
Paper id 252014156
 
Paper id 25201442
Paper id 25201442Paper id 25201442
Paper id 25201442
 
Paper id 37201533
Paper id 37201533Paper id 37201533
Paper id 37201533
 
Paper id 37201505
Paper id 37201505Paper id 37201505
Paper id 37201505
 
Paper id 24201472
Paper id 24201472Paper id 24201472
Paper id 24201472
 
Paper id 42201621
Paper id 42201621Paper id 42201621
Paper id 42201621
 
Paper id 212014121
Paper id 212014121Paper id 212014121
Paper id 212014121
 
Paper id 252014138
Paper id 252014138Paper id 252014138
Paper id 252014138
 
Paper id 28201439
Paper id 28201439Paper id 28201439
Paper id 28201439
 
Paper id 41201613
Paper id 41201613Paper id 41201613
Paper id 41201613
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148
 

Similar to Survey Techniques Energy Efficiency Wireless Sensor Networks

An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNEswar Publications
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET Journal
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ijasuc
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...IJCNCJournal
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...IJCNCJournal
 
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 Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor NetworksEnergy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor NetworksIDES Editor
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...ijsrd.com
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ijasuc
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ijasuc
 
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...IJEACS
 
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
 
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...IJEEE
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYijasuc
 
A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...
A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...
A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...CrimsonpublishersTTEH
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...IJECEIAES
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...csijjournal
 

Similar to Survey Techniques Energy Efficiency Wireless Sensor Networks (20)

Ijsrp p8593
Ijsrp p8593Ijsrp p8593
Ijsrp p8593
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSN
 
C011131925
C011131925C011131925
C011131925
 
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
IRJET- Energy Efficient Secure Communication in Wireless Sensor Networks: A S...
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
 
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
DESIGNING AN ENERGY EFFICIENT CLUSTERING IN HETEROGENEOUS WIRELESS SENSOR NET...
 
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 Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor NetworksEnergy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
Energy Efficient Multipath Data Fusion Technique for Wireless Sensor Networks
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
 
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 )
 
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
Optimization of Transmission Schemes in Energy-Constrained Wireless Sensor Ne...
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
 
A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...
A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...
A Survey of Energy Efficiency in Wireless Human Body Sensors Lifetime for Hea...
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
 
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
Evaluation of Energy Consumption using Receiver–Centric MAC Protocol in Wirel...
 
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
Energy Efficient Zone Divided and Energy Balanced Clustering Routing Protocol...
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Survey Techniques Energy Efficiency Wireless Sensor Networks

  • 1. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 21 A Survey on Techniques of Energy Efficiency in Wireless Sensor Networks Satpute Priya1 , A. R. Panhalkar 2 Department of Information Technology, Amrutvahini College of Engineering, Sangamner, (M.S) India-431005 Email: satputepriya22@gmail.com1 , archana10bhosale@rediffmail.com2 Abstract- Today Wireless Sensor Networks (WSN) is used in many industries. WSN consist of large number of self organized sensor nodes with sensing, computation and wireless communication capabilities. These sensor node are distributed in monitored area used to collect, transmit and process data. In WSN it is very difficult to charge or replace the batteries, thus energy efficient communication is important part in WSN. Therefore to increase the network lifetime is primary objective in WSN. Index Terms- Energy Efficient Communication, Silent Periods, Wireless Sensor Networks. 1. INTRODUCTION WSN have been used for many applications such as forest fire detection, industrial monitoring, remote healthcare, environmental monitoring, and agricultures. In medical application, WSN is used to monitor the various parameters of patients such as temperature, blood pressure, heart rate and send this information wirelessly to a control station. WSN consist of small ad-hoc sensor device node working together to complete a common task. These sensor nodes provide the information about status of the specific system [4]. The information could be measurement of environmental or physical parameter such as pressure, temperature, vibrations [8]. The information will then be sending wirelessly and received by central location for further analysis and usage. Each component of sensor node performing different task of work and each of these component required power sources. In WSN it expected that battery powered devices are operated in long periods of time because of difficulties in replacing the batteries. So, increase the battery lifetime or save the transmission energy is very important in WSN. To reduce the device recharging cycle periods is very important in WSN to provide the connectivity for longer duration of time [5]. 2. RELATED WORKS Number of communication scheme such as Energy based Transmission (EbT), Communication through Silence (CtS), Variable based Tacit Communication (VarBaTac), Ternary with Silent Symbol (TSS), and RBNSizeComm are used to provide energy efficient communication. Data aggregation algorithms are also used to save the transmission energy for these clustering methods are used in wireless sensor network. 2.1. Energy based Transmission In Energy based Transmission non-zero voltage level is used for both transmission of 0 and 1. They keep both the transmitter and receiver switched on for the entire duration of transmission of data means they use the energy for transmission of every bit of data. E.g. when sensor s1 want to send data 113 to sensor s2. Then s1 send binary bit of 113 that is 111001 to s2. It uses energy for every bit of transmission. Thus energy consumed per bit transmitted is E, the total energy consumption is 7*E [5,6]. To reduce energy consumption researcher focus on the MAC layer design. Maximum energy waste in MAC layer is because of collision, Overhearing, Control-packet overhead, Ideal Listening, and Overmitting. Main disadvantage of this Energy based Transmission is energy consumption for data transmission is more [7]. 2.2. Communication through Silence Communication through Silence mechanism is completely opposite to Energy based Transmission. In CtS mechanism silent periods are used to transmit information means energy is used only at the transmission of 1 bit and at the transmission of 0 bit no energy is used. For e.g. when sensor s1 want to communicate value 113 with sensor s2. s1 send start signal to sensor s2. After receiving signal from s1, s2 start counting from 0. Sensor s1 knows the counting rate of s2, s1 send stop signal to s2 when s1 count 113 values and this counted value is considered as information transmitted by s1 [4]. Challenges in the design of CtS are Framing, Addressing, Error Control, and Contention Resolution. CtS mechanism gives better performance than the Energy based Transmission. Disadvantage in Communication through silence mechanism is energy throughput trade-off [9].
  • 2. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 22 Fig 1: Block diagram for TSS Technique 2.3 RBNSiZeCommunication RBNSiZeComm combine the concept of CtS and VarBaTac. Conversion of the data to be transmitted to its equivalent redundant binary number (RBN) representation with the strategy of using silence for communicating the digit zero. By using the redundant binary number system (RBNS) that utilizes the digits from the set -1, 0, 1 to represent a number with radix 2, significantly reduce the number of non-zero digits that need to be transmitted. The transmission time remains linear in the number of bits used for data representation, as in the binary number system. For operations in a noisy channel, transceiver uses a hybrid modulation scheme utilizing FSK and ASK to keep the cost and complexity of the radio low [1],[2]. RBNSiZeComm transmission strategy involves the execution of following steps: 1. Recode the binary data frame in RBNS using reduction rules. 2. Send the RBNS data frame, transmitting only the 1 symbol, while remain silent for the 0 symbol. This scheme save the transmission energy only at the transmitter. 2.4 Ternary with Silent Symbol Koushik Sinha, Debasish Datta proposes a new energy efficient communication scheme for wireless sensor networks that is based on the ternary number system encoding of data called as Ternary with Silent Symbol (TSS) [11]. In this system data is converted from binary to ternary by using silent symbol strategy as shown in figure 1. Aim of this strategy is save the energy simultaneously both at transmitter and receiver. An efficient algorithm for conversion from binary to ternary and vice versa is used that does not involve any division or multiplication but only addition. Transceiver design uses a hybrid modulation scheme utilizing FSK and ASK to keep both the cost and complexity low. Coupled with the low cost and low complexity of transceiver, these savings clearly demonstrate the usefulness of TSS for low power wireless sensor networks, particularly for multi-hop communications [12]. 2.5 Variable based Tacit Communication Variable based Tacit Communication (VarBaTaC) uses a variable coding base to control the trade-off between network throughput and energy is saving. VarBaTaC is used to minimize the delay introduced by CtS. Three MAC protocol are used for VarBaTaC implementation to meet different application need. The MAC protocols are sVarBaTaC (the synchronous MAC), aVarBaTaC (the asynchronous MAC), and eVarBaTaC (the enhancement MAC) to address the hidden terminal problem [4]. 3. APPLICATIONS Various application of Wireless Sensor Network are as follows: 1. Area Monitoring 2. Forest Fire Detection 3. Air Pollution Monitoring 4. Industrial Monitoring 5. Waste Water Monitoring Create Wireless Sensor Network VB.Net Application 1. Decimal to Binary Conversion 2. Binary to Ternary Conversion RF Transmitter RF Receiver VB.Net Application 1. Ternary to Binary conversion 2. Binary to Decimal Conversion LED
  • 3. International Journal of Research in Advent Technology, Vol.3, No.6, June 2015 E-ISSN: 2321-9637 23 6. Agriculture 7. Greenhouse Monitoring 4. CONCLUSION This paper presents survey on energy efficiency techniques in wireless sensor network. Because of difficulties in the replacement of usable batteries, energy efficient communication is very important. Communication through silence is widely use technique and it gives better result than other techniques as well as it save energy at both transmitting and receiving end. Many research issues have been highlighted and directions for future work have been suggested. 5. REFERENCES [1] Akyildiz I, Su W, Sankarasubramaniam Y, and Cayirci E, "Wireless Sensor Networks: a survey, “Computer Networks, 38:393-422, 2010. [2] K. Sinha and B. P. Sinha, "A new energy efficient wireless communication technique using redundant radix representation,"Tech. Rep., Indian Stat. Inst., ISI/ACMU 07/01, 2007. [3] Y. Zhu and R. Sivakumar, "Challenges: communication through silence in wireless Sensor networks," Proc. Intl.Conf. On Mobile Comp. and Networking (MobiCom), pp. 140-147, 2012. [4] Y. P. Chen, D. Wang and J. Zhang, "Variable- base tacit communication: a new energy efficient communication scheme for sensor networks,"Proc. 1st Int. Conf. on Integrated Internet Ad hoc and Sensor Networks (InterSense), Nice, France, 2010. [5] W. Ye, J. Heidemann and D. Estrin, "An energy efficient MAC Protocol for Wireless Sensor Networks,"Proc. IEEE Infocom, pp. 1567-1576, 2011. [6] J. Pan, Y. T. Hou, L. Cai, Y. Shi, and S. X. Shen,"Topology control for wireless sensor networks,"in Proc. MobiCom, 2009, pp. 286-299. [7] J.Vazifehdan, R.V. Prasad, M. Jacobsson, and I. Niemegeers,"An analytical energy consumption model for packet transfer over wireless links,"IEEE Communications Letters, vol. 16, no. 1, pp. 30-33, Jan. 2012. [8] K. Kalpakis, K. Dasgupta, and P. Namjoshi, "Maximum lifetime data gathering and aggregation in wireless sensor networks,"in Proc. ICN, Aug. 2012, pp. 685-696. [9] K. Sinha, S. Ghose and P. K. Srimani,"Fast deterministic broadcast and gossiping algorithms for mobile ad hoc networks,"J. of Par. Dist. Comp. (JPDC), vol. 68(7), pp. 922-938, 2008. [10] M. Hempstead, M. J. Lyons, D. Brooks, and G. Y. Wei,"Survey of hardware systems for wireless sensor networks,"Journal of Low Power Electronics, vol. 4, no.1, pp. 11-20, Apr. 2008. [11]M. A. Marsan, L. Chiaraviglio, D. Ciullo, and M. Meo,"Optimal energy savings in cellular access networks,"in IEEE ICC Workshops, Dresden, DE, 14-18 Jun. 2009. [12]R. N. Ghosh, K. Sinha, B. P. Sinha and D. Datta,"TSS: an energy efficient communication scheme for low power wireless networks,"in Proc. IEEE Intl. Perf.Comput. Commun. Conf., pp. 85-92, Dec. 2008.