SlideShare a Scribd company logo
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

PDF
Network Lifetime Enhancement by Node Deployment in WSN
PDF
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
PDF
An Ant colony optimization algorithm to solve the broken link problem in wire...
PDF
Performance Comparison of Sensor Deployment Techniques Used in WSN
PDF
K010326568
PDF
Ac36167172
PDF
Optimized sensor nodes by fault node recovery algorithm
PDF
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Network Lifetime Enhancement by Node Deployment in WSN
Simulation Time and Energy Test for Topology Construction Protocol in Wireles...
An Ant colony optimization algorithm to solve the broken link problem in wire...
Performance Comparison of Sensor Deployment Techniques Used in WSN
K010326568
Ac36167172
Optimized sensor nodes by fault node recovery algorithm
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...

What's hot (18)

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

Viewers also liked (6)

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

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

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

More from IJARIIE JOURNAL (20)

PDF
Ijariie1173
PDF
Ijariie1179
PDF
Ijariie1182
PDF
Ijariie1183
PDF
Ijariie1189
PDF
Ijariie1191
PDF
Ijariie1194
PDF
Ijariie1196
PDF
Ijariie1177
PDF
Ijariie1178
PDF
Ijariie1181
PDF
Ijariie1184
PDF
Ijariie1186
PDF
Ijariie1171
PDF
Ijariie1175
PDF
Ijariie1132
PDF
Ijariie1172
PDF
Ijariie1166
PDF
Ijariie1167
PDF
Ijariie1168
Ijariie1173
Ijariie1179
Ijariie1182
Ijariie1183
Ijariie1189
Ijariie1191
Ijariie1194
Ijariie1196
Ijariie1177
Ijariie1178
Ijariie1181
Ijariie1184
Ijariie1186
Ijariie1171
Ijariie1175
Ijariie1132
Ijariie1172
Ijariie1166
Ijariie1167
Ijariie1168

Recently uploaded (20)

PDF
Complications of Minimal Access Surgery at WLH
PPTX
Pharma ospi slides which help in ospi learning
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Computing-Curriculum for Schools in Ghana
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Pre independence Education in Inndia.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Cell Types and Its function , kingdom of life
Complications of Minimal Access Surgery at WLH
Pharma ospi slides which help in ospi learning
O7-L3 Supply Chain Operations - ICLT Program
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPH.pptx obstetrics and gynecology in nursing
human mycosis Human fungal infections are called human mycosis..pptx
VCE English Exam - Section C Student Revision Booklet
TR - Agricultural Crops Production NC III.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Final Presentation General Medicine 03-08-2024.pptx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Anesthesia in Laparoscopic Surgery in India
Computing-Curriculum for Schools in Ghana
O5-L3 Freight Transport Ops (International) V1.pdf
Microbial disease of the cardiovascular and lymphatic systems
Pre independence Education in Inndia.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Cell Types and Its function , kingdom of life

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.