SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 8, No. 5, October 2018, pp. 3839~3842
ISSN: 2088-8708, DOI: 10.11591/ijece.v8i5.pp3839-3842 ïČ 3839
Journal homepage: http://iaescore.com/journals/index.php/IJECE
A Novel Technique to Enhance the Lifetime of Wireless Sensor
Networks through Software Realization
Adarsh Sagar1
, T. G. Basavaraju2
, K. B. Surekha3
1
Department of CSE, APSCE, Bangalore, India
2
Department of CSE, GSKSJTI, Bangalore, India
3
Department of CSE, Acharya IT, Bangalore, India
Article Info ABSTRACT
Article history:
Received Feb 15, 2018
Revised May 20, 2018
Accepted May 28, 2018
In the most of the real world scenarios, wireless sensor networks are used.
Some of the major tasks of these types of networks is to sense some
information and sending it to monitoring system or tracking some activity
etc. In such applications, the sensor nodes are deployed in large area and in
considerably large numbers [1]-[3]. Each of these node will be having
constrained resources whether it might be energy, memory or processing
capability. Energy is the major resource constraint in these types of networks.
Hence enough care to be taken in all aspects such that energy can be used
very efficiently. Different Activities which will be taking place in a sensor
node are sensing, radio operations and receiving and computing. Among all
these operations, radio consumes maximum power. Hence there is a need of
reducing the power consumption in such radio operations. In the proposed
work a software module is developed which will reduce the number of
transmissions done to the base station. The work compares the consecutively
sensed data and if these data are same then the old data then the old data will
be retained. In other case the newly sensed data will be sent to the sink node.
This technique reduces the number of data transmissions in a significant way.
With the reduced number of transmissions, the energy saved in each node
will be more, which will increase the lifetime of the entire network.
Keyword:
Aggregation
Coverage
Software realization
WSN
Copyright © 2018 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
K. B. Surekha,
Department of CSE,
Acharya IT,
Bangalore, India.
Email: surekha@acharya.ac.in
1. INTRODUCTION
Wireless Sensor Network consists of small nodes called as sensors (motes) which are used for
varieties of applications. Some of the applications are monitoring a particular part of the area, objects, people,
sensing the humidity, temperature. The deployment of these sensor nodes in the required application will be
in large numbers. The reason for large quantity of deployment is to maintain the coverage of the network.
Even physical theft of nodes and also the energy will drain of the sensor node at a faster makes the
deployment of the nodes in a larger extent.
In sensor networks, energy is one of the most precious resources and it’s a critical issue also. Hence
in this proposed work an attempt is been made to reduce the usage of energy by every node. The major
activities which are going to take place in every sensor node is sensing, transmitting, receiving, idle and
sleep. Out of all these activities, transmission consumes most of the energy. So, in this proposed work a
software module is developed, where the number of transmissions to the base station are reduced which will
save the energy of the node. Our objective in this work is to minimize the usage of the energy and increase
the network lifetime.
ïČ ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 5, October 2018 : 3839 – 3842
3840
2. EXISTING WORK
Amrita Ruperee et al. [4] have discussed about the comparator which reduces the length of the data
before transmitting it to the base station. The proposed method compares the previously sensed data with the
present data using delta modulator. The proposed technique is applicable to hierarchical network, where
clusters are defined.
Kiran Mariaya [5] have discussed about the issues in data aggregation process. The author has also
listed the mean to measure the performance of data aggregation, how data aggregation impacts on WSN.
Different data aggregation function used in WSN are (a) duplicate sensitive and duplicate insensitive, which
used several duplication functions to remove redundancy (b) lossy and lossless approach where compression
of data collected will be done at the nodes. The procs and cons of the data aggregation process is also listed
in the work.
Krishnamachari et al. [6] derive a model for data centric routing which is different from normal
address centric routing. In address centric routing, packets will be routed from one hop to other based on the
destination address. The routing path will be searched based on the destination address and the packet will be
reaching to the destination. Where as in data centric routing, routing nodes, check the content of the packet. If
the packet are from same source along the same route to the destination, aggregation will be done in the
routing process it self. This process will eliminate the redundant data. The author has also given the
performance measure for the entire data aggregation process. They are the amount of energy saved due to
entire process of data transmission, and the latency encountered in the data aggregation process.
Akimtsu et al. [7] have proposed a new way of reducing the number of data transmission. This
technique is called as ODAS (Overhearing based data aggregation method using spatial interpolation). The
theme work well for wireless networks, because, the data transmission in wireless networks happens usually
in omni directions. Or in other words, if one node is in the transmission process, the neighboring nodes
overhear this transmission. The method identifies the spatially correlated nodes. The sensed value of the
actual transmitted node and the reading of the overhearing node will be compare. If the resulting data is
within acceptable range, the data will be transmitted only once. This will reduce the number of data
transmission to the greater extent.
Similarity based Adaptive Framework [8] technique works based on time series forecasting model.
The technique tries to reduce the number of data transmission based on the predicting the sensor readings.
The predicted or forcasted readings might prove wrong in some cases. But in some applications like,
temperature sensing, during a particular season, it can be predicted and in most of the cases it may be prove
correct also. Again the technique will reduce the transmission of data to the sink, which reduces the usage
energy.
3. PROPOSED WORK
The availability of energy is the most critical issue, which makes us think the usage of energy in
more efficient manner. Experimental results have shown that among all the operations in sensor network like
sensing, transmitting and receiving, transmitting consumes more energy compared to all the operations.
In the work [4], [9], a comparator is designed which will compare the previously sensed data with
the present data. If both data are same or within acceptable range then a handshaking signal is sent, by just
sending a bit 0. Otherwise the sensed data will be sent. This will reduce the number of data transmissions and
increases the lifetime of the sensor node.
In the work [9], the hardware is proposed to compare the subsequent sensed data and decision is
made to transmit the data or not. The hardware incorporated for comparing the data consumes additional
energy of 0.088 ”Joules for each comparison. The benefit of the method is demonstrated using the
temperature sensing application.
The proposed idea is brought to realization using the microprocessor instruction set. By considering
the MSP430 micro controller [10] is the idea is arrived at the implementation. The Figure 1 shows the routine
gives the set of for the same.
Figure 1. Set of instruction for the proposed work
above: Cmp.b reg4,[port b]
Jeq Neext
Mov.b[port b],reg4
Neext: jmp above
Int J Elec & Comp Eng ISSN: 2088-8708 ïČ
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks 
 (Adarsh Sagar)
3841
The actions of the above micro controller instructions set is been explained below. The newly sensed
data will be present any port of the micro control. Let us say the information is saved in port B. the propose
method is made to save the previously sensed value in the any one general purpose register of the the micro
controller.
Now the newly sensed data which is made to sit in port B is compared with the previous data which
is stored in register. If the compared values are same or within the tolerable limit, then the present data which
is available in port will not be saved or neither be transmitted. This act will tell that there is no need of data
transmission in this case. In the other case, .i.e if the difference value of sensed data is beyond the tolerable
limit, the presently sensed data will be transmitted to the sink. Apart from this transmission operation, the
microcontroller has to save a copy of this for further comparison in the next iteration. This process will
reduce the number of data transmissions to the grater extent.
Now let us analyze the energy consumption for the proposed technique. Usually, to fetch a single
instruction from the EEPROM, the amount of energy consumed will be 0.10509 ”Joules [11]. The voltage
required to pull the data will be ranging from 3V to 3.3V. The current drawn for each such instruction will be
6.2mA. The time consumed to draw on instruction from EEPROM will be is 565”s [11]. Hence the entire
process of fetching the instruction and executing in the main memory will consume v*i*t amount of energy.
By substituting the standard values, the energy consumption calculated will arrive at 0.1059 ”Joules. The
proposed technique involves 4 instructions. Hence the total energy consumed by the entire routine will reach
at 0.42” Joules.
Table 1. Comparison with the Hardware Module
Data recorded for the year(No of times)
Energy dissipation with the hardware
module[9] (in ”Joules)
Energy dissipation with the software
routine (in ”Joules)
2011(18) 1.584 7.56
2012(16) 1.408 6.72
2013(10) 0.88 4.2
2014(14) 1.232 5.88
2015(15) 11.25 15.98
Table 1 gives the comparison of energy savings with hardware module [9] and the software routine.
The data collected is for temperature sensing application [9]. The data collected is for the day of January Ist
in different years like 2011, 2012 
 2015, how many times data was sent (shown in brackets). For example
if we take for the year 2011, data sent was only 18 times (against normal 24 times). In case of the hardware
module [9] the energy dissipation was 1.584”Joules, where as in case of software routine the energy
dissipation is 7.56 ” Joules. The overhead incurred in software method is almost 5 times higher than the
hardware design.
4. CONCLUSION
Reducing the number of data transmissions is always better in WSN, as the data transmission
consumes more energy when compared to all the other operations in the sensor networks. This also will
reduce the usage of bandwidth also, as bandwidth is also one of the constrain resource. In this work the
hardware circuit [9] is compared with the software realization of the same. It is been proved that software
implementation consumes considerably more energy when it is compared with the hardware design.
REFERENCES
[1] I. Akyildiz, et al., “A Survey on Sensor Networks”, Communications Magazine, IEEE, vol. 40, no. 8, pp. 102-114,
2002.
[2] Al-Karaki, et al., “Routing Techniques in Wireless Sensor Networks: A Survey”, IEEE Wireless Communications,
vol. 11, no. 6, pp. 6-28, 2004.
[3] Guo-Xing Liu and Zhen-Wei Yu, “Survey on Wireless Sensor Networks”, IEEE, International Conference on
Internet Technology and Applications, 2011.
[4] Amrita Ruperee, et al., “Achieving Energy Efficiencyand Increasing Network Life in Wireless Sensor Network”,
IEEE International Advance Computing Conference (IACC), 2014.
[5] Kiran Maraiya, et al., “Wireless Sensor Network: A Review on Data Aggregation”, International Journal of
Scientific & Engineering Research, vol. 2, no. 4, April 2011, ISSN-2229-5518.
[6] Krishnamachari, L., et al., “The Impact of Data Aggregation in Wireless Sensor Networks”, Distributed Computing
Systems Workshops, Proceedings 22nd International Conference on. IEEE, 2002.
ïČ ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 5, October 2018 : 3839 – 3842
3842
[7] Kanzaki, et al. “Overhearing-based Data Transmission Reduction using Data Interpolation in Wireless Sensor
Networks”, The 5th Int’l conference on Mobile Computing and Ubiquitious Networking, vol. 2010, 2010.
[8] Gennaro Boggia, et al., “Power Efficiency of the Similarity-based Adaptive Framework in Wireless Sensor
Networks”, Proc. of Wireless Rural and Emergency Communications, WRECOM 2007, Rome, Italy, Oct., 2007.
[9] Surekha K. B., et al., “Minimization of Transmission Energy by exploiting Redundancy in Temporal Data”,
ICDECS-2015, International Journal of Applied Engineering Research, vol. 10, no. 56, 2015, ISSN 0973-4562.
[10] Davies, John H., “MSP430 microcontroller basics” Elsevier, 2008.
[11] Nicholas D. Lane and Andrew T. Campbell, “The Influence of Microprocessor Instructions on the Energy
Consumption of Wireless Sensor Networks”.

More Related Content

What's hot

Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...eSAT Journals
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocoleSAT Publishing House
 
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Editor IJMTER
 
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...inventionjournals
 
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksEnergy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksIRJET Journal
 
Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...
Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...
Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...idescitation
 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...Journal For Research
 
Algorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systemsAlgorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systemsJigisha Aryya
 
SENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACH
SENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACHSENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACH
SENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACHcsandit
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2IAEME Publication
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurgeijeei-iaes
 
SENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORK
SENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORKSENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORK
SENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORKijwmn
 
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...ijasuc
 
Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...
Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...
Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...IRJET Journal
 
Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...eSAT Journals
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...IJMIT JOURNAL
 
Prediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkPrediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkIRJET Journal
 
Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...ijasuc
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...eSAT Publishing House
 

What's hot (20)

Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocol
 
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
 
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
 
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksEnergy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
 
Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...
Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...
Energy Efficient Mobile Targets Classification and Tracking in WSNs based on ...
 
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
WIND SPEED & POWER FORECASTING USING ARTIFICIAL NEURAL NETWORK (NARX) FOR NEW...
 
Algorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systemsAlgorithm selection for sorting in embedded and mobile systems
Algorithm selection for sorting in embedded and mobile systems
 
SENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACH
SENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACHSENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACH
SENSOR SELECTION SCHEME IN WIRELESS SENSOR NETWORKS: A NEW ROUTING APPROACH
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
 
B1804010610
B1804010610B1804010610
B1804010610
 
SENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORK
SENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORKSENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORK
SENSOR SELECTION SCHEME IN TEMPERATURE WIRELESS SENSOR NETWORK
 
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
 
Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...
Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...
Delay Constraint Network Structure with in-Network Data Fusion for Wireless S...
 
Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...Genetic related clustering for reducing energy consumption in wireless sensor...
Genetic related clustering for reducing energy consumption in wireless sensor...
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
 
Prediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkPrediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor Network
 
Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...Interplay of Communication and Computation Energy Consumption for Low Power S...
Interplay of Communication and Computation Energy Consumption for Low Power S...
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
 

Similar to A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through Software Realization

CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...ijdpsjournal
 
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor NetworksMobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor NetworksEswar Publications
 
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...Editor IJCATR
 
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...IJCNCJournal
 
Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyIJMTST Journal
 
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKTHRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKpijans
 
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKTHRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKpijans
 
Energy efficient chaotic whale optimization technique for data gathering in w...
Energy efficient chaotic whale optimization technique for data gathering in w...Energy efficient chaotic whale optimization technique for data gathering in w...
Energy efficient chaotic whale optimization technique for data gathering in w...IJECEIAES
 
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...IRJET Journal
 
Improvement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor NetworkImprovement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor NetworkIOSR Journals
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...zaidinvisible
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkeSAT Publishing House
 
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 Reviewtheijes
 
J031101064069
J031101064069J031101064069
J031101064069theijes
 
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...IJCNCJournal
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyIRJET Journal
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET Journal
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...ijmnct
 

Similar to A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through Software Realization (20)

C011131925
C011131925C011131925
C011131925
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
 
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
[IJET-V1I4P2] Authors : Doddappa Kandakur; Ashwini B P
 
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor NetworksMobile Agents based Energy Efficient Routing for Wireless Sensor Networks
Mobile Agents based Energy Efficient Routing for Wireless Sensor Networks
 
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
 
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
A LOW-ENERGY DATA AGGREGATION PROTOCOL USING AN EMERGENCY EFFICIENT HYBRID ME...
 
Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A Survey
 
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKTHRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
 
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKTHRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
 
Energy efficient chaotic whale optimization technique for data gathering in w...
Energy efficient chaotic whale optimization technique for data gathering in w...Energy efficient chaotic whale optimization technique for data gathering in w...
Energy efficient chaotic whale optimization technique for data gathering in w...
 
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
A Survey on Data Aggregation Cluster based Technique in Wireless Sensor Netwo...
 
Improvement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor NetworkImprovement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor Network
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor network
 
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
 
J031101064069
J031101064069J031101064069
J031101064069
 
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
 
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
Design and Implementation a New Energy Efficient Clustering Algorithm Using t...
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through Software Realization

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 8, No. 5, October 2018, pp. 3839~3842 ISSN: 2088-8708, DOI: 10.11591/ijece.v8i5.pp3839-3842 ïČ 3839 Journal homepage: http://iaescore.com/journals/index.php/IJECE A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through Software Realization Adarsh Sagar1 , T. G. Basavaraju2 , K. B. Surekha3 1 Department of CSE, APSCE, Bangalore, India 2 Department of CSE, GSKSJTI, Bangalore, India 3 Department of CSE, Acharya IT, Bangalore, India Article Info ABSTRACT Article history: Received Feb 15, 2018 Revised May 20, 2018 Accepted May 28, 2018 In the most of the real world scenarios, wireless sensor networks are used. Some of the major tasks of these types of networks is to sense some information and sending it to monitoring system or tracking some activity etc. In such applications, the sensor nodes are deployed in large area and in considerably large numbers [1]-[3]. Each of these node will be having constrained resources whether it might be energy, memory or processing capability. Energy is the major resource constraint in these types of networks. Hence enough care to be taken in all aspects such that energy can be used very efficiently. Different Activities which will be taking place in a sensor node are sensing, radio operations and receiving and computing. Among all these operations, radio consumes maximum power. Hence there is a need of reducing the power consumption in such radio operations. In the proposed work a software module is developed which will reduce the number of transmissions done to the base station. The work compares the consecutively sensed data and if these data are same then the old data then the old data will be retained. In other case the newly sensed data will be sent to the sink node. This technique reduces the number of data transmissions in a significant way. With the reduced number of transmissions, the energy saved in each node will be more, which will increase the lifetime of the entire network. Keyword: Aggregation Coverage Software realization WSN Copyright © 2018 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: K. B. Surekha, Department of CSE, Acharya IT, Bangalore, India. Email: surekha@acharya.ac.in 1. INTRODUCTION Wireless Sensor Network consists of small nodes called as sensors (motes) which are used for varieties of applications. Some of the applications are monitoring a particular part of the area, objects, people, sensing the humidity, temperature. The deployment of these sensor nodes in the required application will be in large numbers. The reason for large quantity of deployment is to maintain the coverage of the network. Even physical theft of nodes and also the energy will drain of the sensor node at a faster makes the deployment of the nodes in a larger extent. In sensor networks, energy is one of the most precious resources and it’s a critical issue also. Hence in this proposed work an attempt is been made to reduce the usage of energy by every node. The major activities which are going to take place in every sensor node is sensing, transmitting, receiving, idle and sleep. Out of all these activities, transmission consumes most of the energy. So, in this proposed work a software module is developed, where the number of transmissions to the base station are reduced which will save the energy of the node. Our objective in this work is to minimize the usage of the energy and increase the network lifetime.
  • 2. ïČ ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 5, October 2018 : 3839 – 3842 3840 2. EXISTING WORK Amrita Ruperee et al. [4] have discussed about the comparator which reduces the length of the data before transmitting it to the base station. The proposed method compares the previously sensed data with the present data using delta modulator. The proposed technique is applicable to hierarchical network, where clusters are defined. Kiran Mariaya [5] have discussed about the issues in data aggregation process. The author has also listed the mean to measure the performance of data aggregation, how data aggregation impacts on WSN. Different data aggregation function used in WSN are (a) duplicate sensitive and duplicate insensitive, which used several duplication functions to remove redundancy (b) lossy and lossless approach where compression of data collected will be done at the nodes. The procs and cons of the data aggregation process is also listed in the work. Krishnamachari et al. [6] derive a model for data centric routing which is different from normal address centric routing. In address centric routing, packets will be routed from one hop to other based on the destination address. The routing path will be searched based on the destination address and the packet will be reaching to the destination. Where as in data centric routing, routing nodes, check the content of the packet. If the packet are from same source along the same route to the destination, aggregation will be done in the routing process it self. This process will eliminate the redundant data. The author has also given the performance measure for the entire data aggregation process. They are the amount of energy saved due to entire process of data transmission, and the latency encountered in the data aggregation process. Akimtsu et al. [7] have proposed a new way of reducing the number of data transmission. This technique is called as ODAS (Overhearing based data aggregation method using spatial interpolation). The theme work well for wireless networks, because, the data transmission in wireless networks happens usually in omni directions. Or in other words, if one node is in the transmission process, the neighboring nodes overhear this transmission. The method identifies the spatially correlated nodes. The sensed value of the actual transmitted node and the reading of the overhearing node will be compare. If the resulting data is within acceptable range, the data will be transmitted only once. This will reduce the number of data transmission to the greater extent. Similarity based Adaptive Framework [8] technique works based on time series forecasting model. The technique tries to reduce the number of data transmission based on the predicting the sensor readings. The predicted or forcasted readings might prove wrong in some cases. But in some applications like, temperature sensing, during a particular season, it can be predicted and in most of the cases it may be prove correct also. Again the technique will reduce the transmission of data to the sink, which reduces the usage energy. 3. PROPOSED WORK The availability of energy is the most critical issue, which makes us think the usage of energy in more efficient manner. Experimental results have shown that among all the operations in sensor network like sensing, transmitting and receiving, transmitting consumes more energy compared to all the operations. In the work [4], [9], a comparator is designed which will compare the previously sensed data with the present data. If both data are same or within acceptable range then a handshaking signal is sent, by just sending a bit 0. Otherwise the sensed data will be sent. This will reduce the number of data transmissions and increases the lifetime of the sensor node. In the work [9], the hardware is proposed to compare the subsequent sensed data and decision is made to transmit the data or not. The hardware incorporated for comparing the data consumes additional energy of 0.088 ”Joules for each comparison. The benefit of the method is demonstrated using the temperature sensing application. The proposed idea is brought to realization using the microprocessor instruction set. By considering the MSP430 micro controller [10] is the idea is arrived at the implementation. The Figure 1 shows the routine gives the set of for the same. Figure 1. Set of instruction for the proposed work above: Cmp.b reg4,[port b] Jeq Neext Mov.b[port b],reg4 Neext: jmp above
  • 3. Int J Elec & Comp Eng ISSN: 2088-8708 ïČ A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks 
 (Adarsh Sagar) 3841 The actions of the above micro controller instructions set is been explained below. The newly sensed data will be present any port of the micro control. Let us say the information is saved in port B. the propose method is made to save the previously sensed value in the any one general purpose register of the the micro controller. Now the newly sensed data which is made to sit in port B is compared with the previous data which is stored in register. If the compared values are same or within the tolerable limit, then the present data which is available in port will not be saved or neither be transmitted. This act will tell that there is no need of data transmission in this case. In the other case, .i.e if the difference value of sensed data is beyond the tolerable limit, the presently sensed data will be transmitted to the sink. Apart from this transmission operation, the microcontroller has to save a copy of this for further comparison in the next iteration. This process will reduce the number of data transmissions to the grater extent. Now let us analyze the energy consumption for the proposed technique. Usually, to fetch a single instruction from the EEPROM, the amount of energy consumed will be 0.10509 ”Joules [11]. The voltage required to pull the data will be ranging from 3V to 3.3V. The current drawn for each such instruction will be 6.2mA. The time consumed to draw on instruction from EEPROM will be is 565”s [11]. Hence the entire process of fetching the instruction and executing in the main memory will consume v*i*t amount of energy. By substituting the standard values, the energy consumption calculated will arrive at 0.1059 ”Joules. The proposed technique involves 4 instructions. Hence the total energy consumed by the entire routine will reach at 0.42” Joules. Table 1. Comparison with the Hardware Module Data recorded for the year(No of times) Energy dissipation with the hardware module[9] (in ”Joules) Energy dissipation with the software routine (in ”Joules) 2011(18) 1.584 7.56 2012(16) 1.408 6.72 2013(10) 0.88 4.2 2014(14) 1.232 5.88 2015(15) 11.25 15.98 Table 1 gives the comparison of energy savings with hardware module [9] and the software routine. The data collected is for temperature sensing application [9]. The data collected is for the day of January Ist in different years like 2011, 2012 
 2015, how many times data was sent (shown in brackets). For example if we take for the year 2011, data sent was only 18 times (against normal 24 times). In case of the hardware module [9] the energy dissipation was 1.584”Joules, where as in case of software routine the energy dissipation is 7.56 ” Joules. The overhead incurred in software method is almost 5 times higher than the hardware design. 4. CONCLUSION Reducing the number of data transmissions is always better in WSN, as the data transmission consumes more energy when compared to all the other operations in the sensor networks. This also will reduce the usage of bandwidth also, as bandwidth is also one of the constrain resource. In this work the hardware circuit [9] is compared with the software realization of the same. It is been proved that software implementation consumes considerably more energy when it is compared with the hardware design. REFERENCES [1] I. Akyildiz, et al., “A Survey on Sensor Networks”, Communications Magazine, IEEE, vol. 40, no. 8, pp. 102-114, 2002. [2] Al-Karaki, et al., “Routing Techniques in Wireless Sensor Networks: A Survey”, IEEE Wireless Communications, vol. 11, no. 6, pp. 6-28, 2004. [3] Guo-Xing Liu and Zhen-Wei Yu, “Survey on Wireless Sensor Networks”, IEEE, International Conference on Internet Technology and Applications, 2011. [4] Amrita Ruperee, et al., “Achieving Energy Efficiencyand Increasing Network Life in Wireless Sensor Network”, IEEE International Advance Computing Conference (IACC), 2014. [5] Kiran Maraiya, et al., “Wireless Sensor Network: A Review on Data Aggregation”, International Journal of Scientific & Engineering Research, vol. 2, no. 4, April 2011, ISSN-2229-5518. [6] Krishnamachari, L., et al., “The Impact of Data Aggregation in Wireless Sensor Networks”, Distributed Computing Systems Workshops, Proceedings 22nd International Conference on. IEEE, 2002.
  • 4. ïČ ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 5, October 2018 : 3839 – 3842 3842 [7] Kanzaki, et al. “Overhearing-based Data Transmission Reduction using Data Interpolation in Wireless Sensor Networks”, The 5th Int’l conference on Mobile Computing and Ubiquitious Networking, vol. 2010, 2010. [8] Gennaro Boggia, et al., “Power Efficiency of the Similarity-based Adaptive Framework in Wireless Sensor Networks”, Proc. of Wireless Rural and Emergency Communications, WRECOM 2007, Rome, Italy, Oct., 2007. [9] Surekha K. B., et al., “Minimization of Transmission Energy by exploiting Redundancy in Temporal Data”, ICDECS-2015, International Journal of Applied Engineering Research, vol. 10, no. 56, 2015, ISSN 0973-4562. [10] Davies, John H., “MSP430 microcontroller basics” Elsevier, 2008. [11] Nicholas D. Lane and Andrew T. Campbell, “The Influence of Microprocessor Instructions on the Energy Consumption of Wireless Sensor Networks”.