SlideShare a Scribd company logo
1 of 5
Download to read offline
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1145 www.ijariie.com 130
Energy Efficient Target Coverage in wireless Sensor
Network
Arpana Patel1
, GaurangRathod2
,Anand Patel3
1
Electronics & Communication, HasmukhGoswami College of Engineering, Ahmedabad, India
2
Electronics & Communication, Sarvajanik College of Engineering and Technology Surat, India
3
Electronics & Communication, HasmukhGoswami College of Engineering, Ahmedabad, India
Abstract
Sensor networks have been applied in a wide variety of situations. Recently directional sensor networks consisting of directional
sensors have gained attention. Network life is very crucial parameter for sensor network. In this paer, we use artificial intelligence to
deploy sensor node with objective of maximize life of network. Simulation results shows that proposed method perform well.
Key Word- wireless sensor network, deployment, netweork lifetime
I. INTRODUCTION
Technological advances in recent years have made feasible the deployment of hundreds or thousands of sensor nodes in an ad-hoc
fashion, that are able to coordinate and perform a variety of monitoring applications ranging from measurements of meteorological
data (like temperature, pressure, humidity), noise levels, chemicals etc. Sensor network generally made of a base station and a group
of wireless sensor nodes. Nodes are responsible for monitoring the data and send this data to base station. The base station works as a
gateway for the wireless sensor network to exchange data with application to fulfill their aim.
The base stations have continuous power supply and the nodes deployed in sensing area are usually battery operated. The batteries are
inconvenient and sometimes even impossible to replace. When a sensor node runs out of energy, its coverage is lost. The mission of a
sensor application would not be able to continue if the coverage loss is remarkable. Therefore, the value of a sensor network
isdetermined by the time duration before it fails to carry out the mission due to insufficient number of live sensor nodes.
It is both missions critical and economically desirable to manage location of node in an energy-efficient way to extend the lifetime of
sensor networks.
Fig.-1 Sensor network
Coverage in a WSN needs to guarantee that the region is monitored with the required degree of reliability. Locations of sensor nodes
constitute the basic input for the algorithms that examine coverage of the network [2]. Coverage problems can be broadly classified as
area coverage problem and target coverage problem. Area coverage focuses on monitoring the entire region of interest, whereas target
coverage concerns monitoring only certain specific points in a given region. Target coverage can be categorized as simple coverage,
k-coverage and Q-coverage. With simple coverage, each target should be monitored by at least one sensor node. For k-coverage, each
target has to be monitored by at least k sensor nodes, where k is a predefined integer constant. In Q-coverage [3], the target vector T =
{T1, T2, . . . ,Tn} should be monitored by Q = {q1, q2, . . . , qn} number of sensor nodes such that target Tj is monitored by at least qj
number of sensor nodes, where n is the number of targets and 1 ≤ j ≤ n.
In deterministic deployment, the details of the region will be known and since a provision of deploying nodes at specific locations
prevails many ways by which network lifetime can be maximized. As target location [4] known, upper bound for network lifetime is
calculated and it used as a fitness function in artificial intelligence [5] to get best sensor node location to extend network life.
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1145 www.ijariie.com 131
The remainder of this paper is organized as follows. In Section-II and III, we present the proposed deployment scheme for target
coverage. Section IV contains the experimental results of proposed method and performances of the proposed scheme.
II. LITERATURE SURVEY
1.amitabhaghosha
,sajalk.dasb
(7): in this paper we study how to maximizing coverage as well as maintaining network connectivity
using the resource constrain node is a nontrival problem.
2.mohamedyounisa
,KemalAkkayab
(4):in this paper we study optimized node placement in sensor network.also to categorized the
various approaches in the literature on Node positioning into static and dynamic.
3.mihaela cardie,jiewu(10):in this paper we survey recent contributions addressing energy efficient coverage problem in the contex on
static wireless sensor network the coverage problem is subject to be covered target and areaand study about scheduling sensor nodes
to alternate between sleep and active mode is an important method to conserve energy resouces.
4.zhao cheng,markpenillo(3):in this paper we study a comprehensive analysis on the maximum achievable sensor network lifetime
for different deployment startergies and we study about general network lifetime model to evaluate multiple sensor network
deployment strategies.
III PRELIMINARIES AND PROPOSED METHOD
a )Network lifetime calculation:
Considered each sensor had monitoring radius r, initial energy J0 and energy consumption rate is C joule per second, then lifetime of
node iis calculated by
0
, 1i
i
J
i m
C
  (1)
A node said to monitored a target if target in the range of node’s coverage radius r and target monitoring matrix is computed by
equation (2). Network lifetime L is calculated using equation (3)
1
0
X
i j
m n
if N monitorsT
M
otherwise

 

(2)
1
*
min
m
i j i
i
j
M l
j qL 
      
    
(3)
where j={1,2, . . ., n}, qjis coverage level and matrix dimension is m x n.
b )Proposed deployment method
Algorithm: Proposed approach
Input:
Number of targets, number of nodes
Output:
Optimum location of node such that maximum network
life achieve with required target coverage level
Procedure:
1. Select random location for the given no. of target
which are fixed
2. Deploy nodes randomly such that each target must
be covered by minimum one node
3. Recomputed node position using ABC algorithm
such that network life maximum
c) Artificial bee colony algorithm
Artificial bee colony algorithm The ABC algorithm, proposed by Karaboga from Turkey Erciyes University in 2005 for real-
parameter optimization, is a recently introduced swarm intelligence algorithm.
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1145 www.ijariie.com 132
In the basic ABC algorithm, the minimal model in a bee colony that the algorithm simulates consists of three kinds of bees:
employed bees, onlooker bees and scout bees. Employed bees are responsible for exploiting the nectar sources and giving
information to onlooker bees in the hive about the quality of the food sources (a food source means a feasible solution for the
problem with multiple solutions) they are exploiting. Onlooker bees choose a food source to exploit with a certain probability based
on the information shared by the employed bees. Besides, Scouts randomly search the surrounding environment in order to find a
better nectar source depending on an internal motivation or possible external clues
Fig.-2. Artificial bee colony algorithm flow chart
At the initial stage of the search process, the bees start to explore the environment randomly in order to find a nectar source. After
finding a nectar source, half of the bees become employed bees and prepare to exploit the discovered source. If the quality of the
new position is better than the old, the new position will be memorized. If the source is exhausted, the bee becomes a scout and
starts to randomly search for a new source. Onlooker bees choose the employed bees with a certain probability proportional to the
quality of the source, and search for a new position around the neighborhood, and check the amount of honey. The bees try their
best to find the best nectar with maximum amount of honey
III. RESULTS AND ANALYSIS
Simulation work is done in MATLAB R2009 with below considering parameters of table 1. Output taken as average of 5 times
simulated as algorithm first step is started with randomly deploying nodes.
We have done simulation in two phase one for analysis of various parameters of table 1 and other one for to check proposed
method’s performance.
Table 2 Simulation Parameters
Parameters Values
Number of targets 25
Number of nodes 100 to 250
Initial energy of node 100 Joule
Coverage radius of node 75m
Energy consumption rate 1 Joule/Second
Coverage type Simple (K=1)
Topology size 500m x 500m
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1145 www.ijariie.com 133
a) Analysis of network lifetime
Before deployment of nodes in monitoring area, it is necessary to analyze effect of each and every parameter.
We have implemented deployment using artificial bee colony algorithm and analyze various parameters of table 1 by
varying parameters value and note downing network lifetime.
Case I. Effect of number of nodes
By increasing number of nodes and keep number of targets constant, one target covered by more number of nodes.
This will increase life of network as shown in fig. 3. Just by increasing number of nodes from 100 to 1500, life increases
three times approximately.
Fig.-3 Effect of number of nodes on network lifetime
Case II. Effect of number of targets
Lifetime of network mostly depends on number of nodes as shown previous and also depends on number of targets. As number of
targets increases for constant number of nodes, network lifetime drastically decreases. From fig. 4, as number of targets increases
from 20 to 35, network lifetime decreases significantly. When number of sensor nodes is large, then value of number of targets
selected carefully because network lifetime changes significantly for more number of nodes compared too few nodes.
Fig.- 4. Number of targets and network lifetime
Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396
1145 www.ijariie.com 134
CONCLUSIONS
Sensing range of node, size of network, number of target, number of nodes and scheduling have significant effect on life of
network which we have done analyses in the simulation by increasing no. of target and sensing area network life decrease but by
increasing node’s sensing radius life increases with effective coverage level.
By using artificial bee colony algorithm for node deployment, we achieve the required target coverage level and maximize the
network lifetime compared to random deployment. Node deployment by using ABC algorithm works good for simple as well as k-
coverage application.
REFERENCES
[1] F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirci, “A survey on sensor networks,” IEEE Commun. Mag., vol. 40,
no. 8, pp. 102–114, Aug. 2002.
[2] R. Szewczyk, E. Osterweil, J. Polastre, M. Hamilton, A. Mainwaring and D. Estrin, “Habitat monitoring with sensor
networks,” Commun. ACM, vol. 47, no. 6, pp. 34–40, June 2004.
[3] Zhao Cheng, Mark Perillo, and Wendi B. Heinzelman,,” General Network Lifetime and Cost Models for Evaluating Sensor
Network for deployment stratages” IEEE/ACM transactions on networking, VOL. 7, NO. 4, April 2008
[4] Mohamed Younis, Kemal Akkaya, “Strategies and techniques for node placement in wireless sensor networks A survey”,
IEEE Communications Surveys & Tutorials, vol. 8, no. 4, pp. 48-63, 2006.
[5] H. Xiang, L: Peng, G. Liu et al, “Multiple target coverage considering area coverage in visual sensor network”, Application
Research of Computers, vol.29, no. 9, pp. 3428-3431, 2012.
[6] X. Wang, S. Wang, and J. J. MA, “Dynamic sensor deployment strategy based on virtuai force-directed particle swarm
optimization in wireless sensor networks”, Acta Electronica Sinica, Vol. 35, No. 11, pp. 2038- 2042, 2007.
[7] A. Ghos, S. Das, “Coverage and connectivity issues in wireless sensor networks survey”, IEEE Wireless Communications ,
pp. 70-87, April 2007.
[8] E. M. Shakshuki, H. Malik, and T. R. Sheltami, “A Comparative Study on Simulation vs. Real Time Deployment in Wireless
Sensor Networks”, Journal of Systems and Software, vol. 84, no.1, pp. 45–54, 2011.
[9] S. Mini, Siba K. Udgata, and Samrat L. Sabat, “Sensor Deployment and Scheduling for Target Coverage Problem in
Wireless Sensor Networks”, IEEE sensor journal, vol. 14, no. 3, March 2014..
[10] Mihaelacardiei “energy efficient coverage problem in wirelessad-hoc sensor network network “gernal of florida Atlantic
University,December 2004.

More Related Content

What's hot

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
 
Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...eSAT Journals
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...eSAT Journals
 
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...ijasuc
 
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...IRJET Journal
 
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
 
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...Anax_Fotopoulos
 
A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...
A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...
A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...IJERA Editor
 
Wireless Sensor Network: Topology Issues
Wireless Sensor Network: Topology IssuesWireless Sensor Network: Topology Issues
Wireless Sensor Network: Topology Issuesijsrd.com
 
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...IJECEIAES
 
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
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...IJCSIT Journal
 
A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE
A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUEA RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE
A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUEIAEME Publication
 
1. 7697 8112-1-pb
1. 7697 8112-1-pb1. 7697 8112-1-pb
1. 7697 8112-1-pbIAESIJEECS
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...IJEEE
 

What's hot (18)

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
 
Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...
 
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
 
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
 
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 ...
 
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
 
A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...
A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...
A Compact Multiband Metamaterial based Microstrip Patch Antenna for Wireless ...
 
La3518941898
La3518941898La3518941898
La3518941898
 
Wireless Sensor Network: Topology Issues
Wireless Sensor Network: Topology IssuesWireless Sensor Network: Topology Issues
Wireless Sensor Network: Topology Issues
 
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
 
F017544247
F017544247F017544247
F017544247
 
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...
 
46 138-1-pb
46 138-1-pb46 138-1-pb
46 138-1-pb
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
 
A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE
A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUEA RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE
A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE
 
1. 7697 8112-1-pb
1. 7697 8112-1-pb1. 7697 8112-1-pb
1. 7697 8112-1-pb
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
 

Viewers also liked

Ppt on low latency sinr based data gathering model in wireless sensor netwok
Ppt on low latency sinr based data gathering model in wireless sensor netwokPpt on low latency sinr based data gathering model in wireless sensor netwok
Ppt on low latency sinr based data gathering model in wireless sensor netwokmanjusha gaikwad
 
Winds of change from vender lock in to the meta cloud
Winds of change from vender lock in to the meta cloudWinds of change from vender lock in to the meta cloud
Winds of change from vender lock in to the meta cloudMunisekhar Gunapati
 
Load balanced clustering with mimo uploading technique for mobile data gather...
Load balanced clustering with mimo uploading technique for mobile data gather...Load balanced clustering with mimo uploading technique for mobile data gather...
Load balanced clustering with mimo uploading technique for mobile data gather...Munisekhar Gunapati
 
Reliable and Energy-Efficient Communication in Wireless Sensor Networks
Reliable and Energy-Efficient Communication in Wireless Sensor NetworksReliable and Energy-Efficient Communication in Wireless Sensor Networks
Reliable and Energy-Efficient Communication in Wireless Sensor NetworksTorsten Braun, Universität Bern
 
Performance Analysis of AODV and DSDV - FINAL YEAR PROJECT
Performance Analysis of AODV and DSDV - FINAL YEAR PROJECTPerformance Analysis of AODV and DSDV - FINAL YEAR PROJECT
Performance Analysis of AODV and DSDV - FINAL YEAR PROJECTRavi Teja P
 

Viewers also liked (6)

Ns2 x graphs
Ns2 x graphsNs2 x graphs
Ns2 x graphs
 
Ppt on low latency sinr based data gathering model in wireless sensor netwok
Ppt on low latency sinr based data gathering model in wireless sensor netwokPpt on low latency sinr based data gathering model in wireless sensor netwok
Ppt on low latency sinr based data gathering model in wireless sensor netwok
 
Winds of change from vender lock in to the meta cloud
Winds of change from vender lock in to the meta cloudWinds of change from vender lock in to the meta cloud
Winds of change from vender lock in to the meta cloud
 
Load balanced clustering with mimo uploading technique for mobile data gather...
Load balanced clustering with mimo uploading technique for mobile data gather...Load balanced clustering with mimo uploading technique for mobile data gather...
Load balanced clustering with mimo uploading technique for mobile data gather...
 
Reliable and Energy-Efficient Communication in Wireless Sensor Networks
Reliable and Energy-Efficient Communication in Wireless Sensor NetworksReliable and Energy-Efficient Communication in Wireless Sensor Networks
Reliable and Energy-Efficient Communication in Wireless Sensor Networks
 
Performance Analysis of AODV and DSDV - FINAL YEAR PROJECT
Performance Analysis of AODV and DSDV - FINAL YEAR PROJECTPerformance Analysis of AODV and DSDV - FINAL YEAR PROJECT
Performance Analysis of AODV and DSDV - FINAL YEAR PROJECT
 

Similar to Energy Efficient Target Coverage in wireless Sensor Network

Energy efficient node deployment for target coverage in wireless sensor network
Energy efficient node deployment for target coverage in wireless sensor networkEnergy efficient node deployment for target coverage in wireless sensor network
Energy efficient node deployment for target coverage in wireless sensor networkGaurang Rathod
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...ijasuc
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...ijasuc
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingeSAT Publishing House
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modeleSAT Journals
 
Greedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor NetworksGreedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor NetworksIJMER
 
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksScenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksIJCNCJournal
 
An Energy efficient cluster head selection in wireless sensor networks using ...
An Energy efficient cluster head selection in wireless sensor networks using ...An Energy efficient cluster head selection in wireless sensor networks using ...
An Energy efficient cluster head selection in wireless sensor networks using ...nikhilkumar3205
 
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...IRJET Journal
 
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...IJMER
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networksIJECEIAES
 
IRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET Journal
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...ijcseit
 
Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...ijcseit
 
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...ijcseit
 
High-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage Problem
High-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage ProblemHigh-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage Problem
High-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage Problemijasuc
 

Similar to Energy Efficient Target Coverage in wireless Sensor Network (20)

Energy efficient node deployment for target coverage in wireless sensor network
Energy efficient node deployment for target coverage in wireless sensor networkEnergy efficient node deployment for target coverage in wireless sensor network
Energy efficient node deployment for target coverage in wireless sensor network
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna using
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network model
 
Greedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor NetworksGreedy – based Heuristic for OSC problems in Wireless Sensor Networks
Greedy – based Heuristic for OSC problems in Wireless Sensor Networks
 
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksScenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
 
An Energy efficient cluster head selection in wireless sensor networks using ...
An Energy efficient cluster head selection in wireless sensor networks using ...An Energy efficient cluster head selection in wireless sensor networks using ...
An Energy efficient cluster head selection in wireless sensor networks using ...
 
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
IRJET- A Study in Wireless Sensor Network (WSN) using Artificial Bee Colony (...
 
C0361011014
C0361011014C0361011014
C0361011014
 
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
Artificial Neural Networks (ANNS) For Prediction of California Bearing Ratio ...
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networks
 
Bz02516281633
Bz02516281633Bz02516281633
Bz02516281633
 
IRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing Protocol
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...
 
Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...Energy efficient approach based on evolutionary algorithm for coverage contro...
Energy efficient approach based on evolutionary algorithm for coverage contro...
 
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
ENERGY EFFICIENT APPROACH BASED ON EVOLUTIONARY ALGORITHM FOR COVERAGE CONTRO...
 
1 ijcse-01179-6
1 ijcse-01179-61 ijcse-01179-6
1 ijcse-01179-6
 
High-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage Problem
High-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage ProblemHigh-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage Problem
High-Energy-First (HEF) Heuristic for Energy-Efficient Target Coverage Problem
 
Ce35461464
Ce35461464Ce35461464
Ce35461464
 

More from IJARIIE JOURNAL (20)

Ijariie1173
Ijariie1173Ijariie1173
Ijariie1173
 
Ijariie1179
Ijariie1179Ijariie1179
Ijariie1179
 
Ijariie1182
Ijariie1182Ijariie1182
Ijariie1182
 
Ijariie1183
Ijariie1183Ijariie1183
Ijariie1183
 
Ijariie1189
Ijariie1189Ijariie1189
Ijariie1189
 
Ijariie1191
Ijariie1191Ijariie1191
Ijariie1191
 
Ijariie1194
Ijariie1194Ijariie1194
Ijariie1194
 
Ijariie1196
Ijariie1196Ijariie1196
Ijariie1196
 
Ijariie1177
Ijariie1177Ijariie1177
Ijariie1177
 
Ijariie1178
Ijariie1178Ijariie1178
Ijariie1178
 
Ijariie1181
Ijariie1181Ijariie1181
Ijariie1181
 
Ijariie1184
Ijariie1184Ijariie1184
Ijariie1184
 
Ijariie1186
Ijariie1186Ijariie1186
Ijariie1186
 
Ijariie1171
Ijariie1171Ijariie1171
Ijariie1171
 
Ijariie1175
Ijariie1175Ijariie1175
Ijariie1175
 
Ijariie1132
Ijariie1132Ijariie1132
Ijariie1132
 
Ijariie1172
Ijariie1172Ijariie1172
Ijariie1172
 
Ijariie1166
Ijariie1166Ijariie1166
Ijariie1166
 
Ijariie1167
Ijariie1167Ijariie1167
Ijariie1167
 
Ijariie1168
Ijariie1168Ijariie1168
Ijariie1168
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Energy Efficient Target Coverage in wireless Sensor Network

  • 1. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1145 www.ijariie.com 130 Energy Efficient Target Coverage in wireless Sensor Network Arpana Patel1 , GaurangRathod2 ,Anand Patel3 1 Electronics & Communication, HasmukhGoswami College of Engineering, Ahmedabad, India 2 Electronics & Communication, Sarvajanik College of Engineering and Technology Surat, India 3 Electronics & Communication, HasmukhGoswami College of Engineering, Ahmedabad, India Abstract Sensor networks have been applied in a wide variety of situations. Recently directional sensor networks consisting of directional sensors have gained attention. Network life is very crucial parameter for sensor network. In this paer, we use artificial intelligence to deploy sensor node with objective of maximize life of network. Simulation results shows that proposed method perform well. Key Word- wireless sensor network, deployment, netweork lifetime I. INTRODUCTION Technological advances in recent years have made feasible the deployment of hundreds or thousands of sensor nodes in an ad-hoc fashion, that are able to coordinate and perform a variety of monitoring applications ranging from measurements of meteorological data (like temperature, pressure, humidity), noise levels, chemicals etc. Sensor network generally made of a base station and a group of wireless sensor nodes. Nodes are responsible for monitoring the data and send this data to base station. The base station works as a gateway for the wireless sensor network to exchange data with application to fulfill their aim. The base stations have continuous power supply and the nodes deployed in sensing area are usually battery operated. The batteries are inconvenient and sometimes even impossible to replace. When a sensor node runs out of energy, its coverage is lost. The mission of a sensor application would not be able to continue if the coverage loss is remarkable. Therefore, the value of a sensor network isdetermined by the time duration before it fails to carry out the mission due to insufficient number of live sensor nodes. It is both missions critical and economically desirable to manage location of node in an energy-efficient way to extend the lifetime of sensor networks. Fig.-1 Sensor network Coverage in a WSN needs to guarantee that the region is monitored with the required degree of reliability. Locations of sensor nodes constitute the basic input for the algorithms that examine coverage of the network [2]. Coverage problems can be broadly classified as area coverage problem and target coverage problem. Area coverage focuses on monitoring the entire region of interest, whereas target coverage concerns monitoring only certain specific points in a given region. Target coverage can be categorized as simple coverage, k-coverage and Q-coverage. With simple coverage, each target should be monitored by at least one sensor node. For k-coverage, each target has to be monitored by at least k sensor nodes, where k is a predefined integer constant. In Q-coverage [3], the target vector T = {T1, T2, . . . ,Tn} should be monitored by Q = {q1, q2, . . . , qn} number of sensor nodes such that target Tj is monitored by at least qj number of sensor nodes, where n is the number of targets and 1 ≤ j ≤ n. In deterministic deployment, the details of the region will be known and since a provision of deploying nodes at specific locations prevails many ways by which network lifetime can be maximized. As target location [4] known, upper bound for network lifetime is calculated and it used as a fitness function in artificial intelligence [5] to get best sensor node location to extend network life.
  • 2. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1145 www.ijariie.com 131 The remainder of this paper is organized as follows. In Section-II and III, we present the proposed deployment scheme for target coverage. Section IV contains the experimental results of proposed method and performances of the proposed scheme. II. LITERATURE SURVEY 1.amitabhaghosha ,sajalk.dasb (7): in this paper we study how to maximizing coverage as well as maintaining network connectivity using the resource constrain node is a nontrival problem. 2.mohamedyounisa ,KemalAkkayab (4):in this paper we study optimized node placement in sensor network.also to categorized the various approaches in the literature on Node positioning into static and dynamic. 3.mihaela cardie,jiewu(10):in this paper we survey recent contributions addressing energy efficient coverage problem in the contex on static wireless sensor network the coverage problem is subject to be covered target and areaand study about scheduling sensor nodes to alternate between sleep and active mode is an important method to conserve energy resouces. 4.zhao cheng,markpenillo(3):in this paper we study a comprehensive analysis on the maximum achievable sensor network lifetime for different deployment startergies and we study about general network lifetime model to evaluate multiple sensor network deployment strategies. III PRELIMINARIES AND PROPOSED METHOD a )Network lifetime calculation: Considered each sensor had monitoring radius r, initial energy J0 and energy consumption rate is C joule per second, then lifetime of node iis calculated by 0 , 1i i J i m C   (1) A node said to monitored a target if target in the range of node’s coverage radius r and target monitoring matrix is computed by equation (2). Network lifetime L is calculated using equation (3) 1 0 X i j m n if N monitorsT M otherwise     (2) 1 * min m i j i i j M l j qL              (3) where j={1,2, . . ., n}, qjis coverage level and matrix dimension is m x n. b )Proposed deployment method Algorithm: Proposed approach Input: Number of targets, number of nodes Output: Optimum location of node such that maximum network life achieve with required target coverage level Procedure: 1. Select random location for the given no. of target which are fixed 2. Deploy nodes randomly such that each target must be covered by minimum one node 3. Recomputed node position using ABC algorithm such that network life maximum c) Artificial bee colony algorithm Artificial bee colony algorithm The ABC algorithm, proposed by Karaboga from Turkey Erciyes University in 2005 for real- parameter optimization, is a recently introduced swarm intelligence algorithm.
  • 3. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1145 www.ijariie.com 132 In the basic ABC algorithm, the minimal model in a bee colony that the algorithm simulates consists of three kinds of bees: employed bees, onlooker bees and scout bees. Employed bees are responsible for exploiting the nectar sources and giving information to onlooker bees in the hive about the quality of the food sources (a food source means a feasible solution for the problem with multiple solutions) they are exploiting. Onlooker bees choose a food source to exploit with a certain probability based on the information shared by the employed bees. Besides, Scouts randomly search the surrounding environment in order to find a better nectar source depending on an internal motivation or possible external clues Fig.-2. Artificial bee colony algorithm flow chart At the initial stage of the search process, the bees start to explore the environment randomly in order to find a nectar source. After finding a nectar source, half of the bees become employed bees and prepare to exploit the discovered source. If the quality of the new position is better than the old, the new position will be memorized. If the source is exhausted, the bee becomes a scout and starts to randomly search for a new source. Onlooker bees choose the employed bees with a certain probability proportional to the quality of the source, and search for a new position around the neighborhood, and check the amount of honey. The bees try their best to find the best nectar with maximum amount of honey III. RESULTS AND ANALYSIS Simulation work is done in MATLAB R2009 with below considering parameters of table 1. Output taken as average of 5 times simulated as algorithm first step is started with randomly deploying nodes. We have done simulation in two phase one for analysis of various parameters of table 1 and other one for to check proposed method’s performance. Table 2 Simulation Parameters Parameters Values Number of targets 25 Number of nodes 100 to 250 Initial energy of node 100 Joule Coverage radius of node 75m Energy consumption rate 1 Joule/Second Coverage type Simple (K=1) Topology size 500m x 500m
  • 4. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1145 www.ijariie.com 133 a) Analysis of network lifetime Before deployment of nodes in monitoring area, it is necessary to analyze effect of each and every parameter. We have implemented deployment using artificial bee colony algorithm and analyze various parameters of table 1 by varying parameters value and note downing network lifetime. Case I. Effect of number of nodes By increasing number of nodes and keep number of targets constant, one target covered by more number of nodes. This will increase life of network as shown in fig. 3. Just by increasing number of nodes from 100 to 1500, life increases three times approximately. Fig.-3 Effect of number of nodes on network lifetime Case II. Effect of number of targets Lifetime of network mostly depends on number of nodes as shown previous and also depends on number of targets. As number of targets increases for constant number of nodes, network lifetime drastically decreases. From fig. 4, as number of targets increases from 20 to 35, network lifetime decreases significantly. When number of sensor nodes is large, then value of number of targets selected carefully because network lifetime changes significantly for more number of nodes compared too few nodes. Fig.- 4. Number of targets and network lifetime
  • 5. Vol-1 Issue-2 2015 IJARIIE-ISSN(O)-2395-4396 1145 www.ijariie.com 134 CONCLUSIONS Sensing range of node, size of network, number of target, number of nodes and scheduling have significant effect on life of network which we have done analyses in the simulation by increasing no. of target and sensing area network life decrease but by increasing node’s sensing radius life increases with effective coverage level. By using artificial bee colony algorithm for node deployment, we achieve the required target coverage level and maximize the network lifetime compared to random deployment. Node deployment by using ABC algorithm works good for simple as well as k- coverage application. REFERENCES [1] F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirci, “A survey on sensor networks,” IEEE Commun. Mag., vol. 40, no. 8, pp. 102–114, Aug. 2002. [2] R. Szewczyk, E. Osterweil, J. Polastre, M. Hamilton, A. Mainwaring and D. Estrin, “Habitat monitoring with sensor networks,” Commun. ACM, vol. 47, no. 6, pp. 34–40, June 2004. [3] Zhao Cheng, Mark Perillo, and Wendi B. Heinzelman,,” General Network Lifetime and Cost Models for Evaluating Sensor Network for deployment stratages” IEEE/ACM transactions on networking, VOL. 7, NO. 4, April 2008 [4] Mohamed Younis, Kemal Akkaya, “Strategies and techniques for node placement in wireless sensor networks A survey”, IEEE Communications Surveys & Tutorials, vol. 8, no. 4, pp. 48-63, 2006. [5] H. Xiang, L: Peng, G. Liu et al, “Multiple target coverage considering area coverage in visual sensor network”, Application Research of Computers, vol.29, no. 9, pp. 3428-3431, 2012. [6] X. Wang, S. Wang, and J. J. MA, “Dynamic sensor deployment strategy based on virtuai force-directed particle swarm optimization in wireless sensor networks”, Acta Electronica Sinica, Vol. 35, No. 11, pp. 2038- 2042, 2007. [7] A. Ghos, S. Das, “Coverage and connectivity issues in wireless sensor networks survey”, IEEE Wireless Communications , pp. 70-87, April 2007. [8] E. M. Shakshuki, H. Malik, and T. R. Sheltami, “A Comparative Study on Simulation vs. Real Time Deployment in Wireless Sensor Networks”, Journal of Systems and Software, vol. 84, no.1, pp. 45–54, 2011. [9] S. Mini, Siba K. Udgata, and Samrat L. Sabat, “Sensor Deployment and Scheduling for Target Coverage Problem in Wireless Sensor Networks”, IEEE sensor journal, vol. 14, no. 3, March 2014.. [10] Mihaelacardiei “energy efficient coverage problem in wirelessad-hoc sensor network network “gernal of florida Atlantic University,December 2004.