1 \documentclass[journal]{IEEEtran}
4 % correct bad hyphenation here
5 \hyphenation{op-tical net-works semi-conduc-tor}
8 %\setlength{\heavyrulewidth}{1.5pt}
9 %\setlength{\abovetopsep}{4pt}
10 %\usepackage{pstricks}
11 %\usepackage{auto-pst-pdf}
18 \usepackage{times,amssymb,amsmath,latexsym}
24 %\usepackage[pdf]{pstricks}
25 %\usepackage{algorithmic}
26 \usepackage[T1]{fontenc}
28 %\usepackage{algorithm}
29 %\usepackage{algpseudocode}
30 %\usepackage{algorithmwh}
31 \usepackage{subfigure}
34 \usepackage[linesnumbered,ruled,vlined,commentsnumbered]{algorithm2e}
39 \usepackage{graphicx,epstopdf}
40 \epstopdfsetup{suffix=}
41 \DeclareGraphicsExtensions{.ps}
42 \DeclareGraphicsRule{.ps}{pdf}{.pdf}{`ps2pdf -dEPSCrop -dNOSAFER #1 \noexpand\OutputFile}
49 % can use linebreaks \\ within to get better formatting as desired
50 \title{Energy-Efficient Distributed Multirounds Coverage Optimization Protocol to Prolong the Lifetime in Wireless Sensor Networks}
52 \author{Ali Kadhum Idrees,~\IEEEmembership{}
53 Karine Deschinkel,~\IEEEmembership{}
54 Michel Salomon,~\IEEEmembership{}
55 and~Rapha\"el Couturier ~\IEEEmembership{}% <-this % stops a space
56 %\thanks{are members in the AND team - DISC department - FEMTO-ST Institute, University of Franche-Comt\'e, Belfort, France.
57 % e-mail: ali.idness@edu.univ-fcomte.fr, $\lbrace$karine.deschinkel, michel.salomon, raphael.couturier$\rbrace$@univ-fcomte.fr.}% <-this % stops a space
58 %\thanks{}% <-this % stops a space
59 \thanks{Manuscript received April 19, 2005; revised January 11, 2007.}}
64 \markboth{Journal of \LaTeX\ Class Files,~Vol.~6, No.~1, January~2007}%
65 {Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for Journals}
66 % The only time the second header will appear is for the odd numbered pages
67 % after the title page when using the twoside option.
76 One of the fundamental challenges in Wireless Sensor Networks (WSNs)
77 is the coverage preservation and the extension of the network lifetime
78 continuously and effectively when monitoring a certain area (or
79 region) of interest. In this paper, a Energy-Efficient Distributed
80 Multirounds Coverage Optimization Protocol (EDMCOP)
81 to improve the lifetime in wireless sensor
82 networks is proposed. The area of interest is first divided into
83 subregions using a divide-and-conquer method and then the EDMCOP protocol is distributed on the sensor nodes in each subregion. The EDMCOP combines two efficient techniques: Leader election for each subregion after that activity scheduling based optimization is planned for each subregion. The proposed
84 EDMCOP works into rounds during which a small number of nodes,
85 remaining active for sensing, is selected to ensure coverage so as to maximize the lifetime of wireless sensor network. Each round consists of four phases: (i)~Information Exchange, (ii)~Leader
86 Election, (iii)~Decision, and (iv)~Sensing. The decision process is
87 carried out by a leader node, which solves an integer program. Compared with some existing
88 protocols, simulation results show that the proposed protocol can prolong the
89 network lifetime and improve the coverage performance effectively.
93 Wireless Sensor Networks, Area Coverage, Network lifetime,
94 Optimization, Scheduling.
96 %\keywords{Area Coverage, Network lifetime, Optimization, Distributed Protocol}
98 \IEEEpeerreviewmaketitle
100 \section{Introduction}
102 \indent The fast developments in the low-cost sensor devices and
103 wireless communications have allowed the emergence the WSNs. WSN
104 includes a large number of small, limited-power sensors that can
105 sense, process and transmit data over a wireless communication. They
106 communicate with each other by using multi-hop wireless communications, cooperate together to monitor the area of interest,
107 and the measured data can be reported to a monitoring center called sink
108 for analysis it~\cite{Sudip03}. There are several applications used the
109 WSN including health, home, environmental, military, and industrial
110 applications~\cite{Akyildiz02}. One of the major scientific research challenges in WSNs, which are addressed by a large number of literature during the last few years is to design energy efficient approches for coverage and connectivity in WSNs~\cite{conti2014mobile}. The coverage problem is one of the
111 fundamental challenges in WSNs~\cite{Nayak04} that consists in monitoring efficiently and continuously
112 the area of interest. Thelimited energy of sensors represents the main challenge in the WSNs
113 design~\cite{Sudip03}, where it is difficult to replace and/or recharge their batteries because the the area of interest nature (such
114 as hostile environments) and the cost. So, it is necessary that a WSN
115 deployed with high density because spatial redundancy can then be
116 exploited to increase the lifetime of the network. However, turn on
117 all the sensor nodes, which monitor the same region at the same time
118 leads to decrease the lifetime of the network. To extend the lifetime
119 of the network, the main idea is to take advantage of the overlapping
120 sensing regions of some sensor nodes to save energy by turning off
121 some of them during the sensing phase~\cite{Misra05}. WSNs require
122 energy-efficient solutions to improve the network lifetime that is
123 constrained by the limited power of each sensor node ~\cite{Akyildiz02}. In this paper, we concentrate on the area
124 coverage problem, with the objective of maximizing the network
125 lifetime by using an adaptive scheduling. The area of interest is
126 divided into subregions and an activity scheduling for sensor nodes is
127 planned for each subregion. In fact, the nodes in a subregion can be
128 seen as a cluster where each node sends sensing data to the cluster head or the sink node. Furthermore, the activities in a
129 subregion/cluster can continue even if another cluster stops due to
130 too many node failures. Our scheduling scheme considers rounds, where
131 a round starts with a discovery phase to exchange information between
132 sensors of the subregion, in order to choose in a suitable manner a
133 sensor node to carry out a coverage strategy. This coverage strategy
134 involves the solving of an integer program, which provides the
135 activation of the sensors for the sensing phase of the current round.
137 The remainder of the paper is organized as follows. The next section
139 reviews the related work in the field. In section~\ref{Pr}, the problem definition and some background are described. Section~\ref{pd} is devoted to
140 the EDMCOP Protocol Description. Section~\ref{cp} gives the coverage model formulation, which is used
141 to schedule the activation of sensors. Section~\ref{exp} shows the
142 simulation results obtained using the discrete event simulator OMNeT++
143 \cite{varga}. They fully demonstrate the usefulness of the proposed
144 approach. Finally, we give concluding remarks and some suggestions
145 for future works in Section~\ref{sec:conclusion}.
147 \section{Related works}
150 \indent This section is dedicated to the various approaches proposed
151 in the literature for the coverage lifetime maximization problem,
152 where the objective is to optimally schedule sensors' activities in
153 order to extend network lifetime in WSNs. Cardei and Wu \cite{cardei2006energy} provide a taxonomy for coverage algorithms in WSNs according to several design choices:
155 \item Sensors scheduling Algorithms, i.e. centralized or distributed/localized algorithms.
156 \item The objective of sensor coverage, i.e. to maximize the network lifetime
157 or to minimize the number of sensors during the sensing period.
158 \item The homogeneous or heterogeneous nature of the
159 nodes, in terms of sensing or communication capabilities.
160 \item The node deployment method, which may be random or deterministic.
161 \item Additional requirements for energy-efficient
162 coverage and connected coverage.
165 The independency in the cover set (i.e. whether the cover sets are disjoint or non-disjoint) \cite{zorbas2010solving} is another design choice that can be added to the above
168 \subsection{Centralized Approaches}
169 %{\bf Centralized approaches}
170 The major approach is
171 to divide/organize the sensors into a suitable number of set covers
172 where each set completely covers an interest region and to activate
173 these set covers successively. The centralized algorithms always provide nearly or close to optimal solution since the algorithm has global view of the whole network. However, its advantage of
174 this type of algorithms is that it requires very low processing power from the sensor nodes, which usually have
175 limited processing capabilities where the schdule of selected sensor nodes will be computed on the base stations and then sent it to the sensor nodes to apply it to monitor the area of interest.
177 The first algorithms proposed in the literature consider that the cover
178 sets are disjoint: a sensor node appears in exactly one of the
179 generated cover sets. For instance, Slijepcevic and Potkonjak
180 \cite{Slijepcevic01powerefficient} propose an algorithm, which
181 allocates sensor nodes in mutually independent sets to monitor an area
182 divided into several fields. Their algorithm builds a cover set by
183 including in priority the sensor nodes, which cover critical fields,
184 that is to say fields that are covered by the smallest number of
185 sensors. The time complexity of their heuristic is $O(n^2)$ where $n$
186 is the number of sensors. Abrams et al.~\cite{abrams2004set} design three approximation
187 algorithms for a variation of the set k-cover problem, where the
188 objective is to partition the sensors into covers such that the number
189 of covers that includes an area, summed over all areas, is maximized.
190 Their work builds upon previous work
191 in~\cite{Slijepcevic01powerefficient} and the generated cover sets do
192 not provide complete coverage of the monitoring zone.
193 \cite{cardei2005improving} propose a method to efficiently
194 compute the maximum number of disjoint set covers such that each set
195 can monitor all targets. They first transform the problem into a
196 maximum flow problem, which is formulated as a mixed integer
197 programming (MIP). Then their heuristic uses the output of the MIP to
198 compute disjoint set covers. Results show that this heuristic
199 provides a number of set covers slightly larger compared to
200 \cite{Slijepcevic01powerefficient} but with a larger execution time
201 due to the complexity of the mixed integer programming resolution.
203 Zorbas et al. \cite{zorbas2010solving} presented a centralised greedy
204 algorithm for the efficient production of both node disjoint
205 and non-disjoint cover sets. Compared to algorithm's results of Slijepcevic and Potkonjak
206 \cite{Slijepcevic01powerefficient}, their heuristic produces more
207 disjoint cover sets with a slight growth rate in execution time. When producing non-disjoint cover sets, both Static-CCF and Dynamic-CCF provide cover sets offering longer network lifetime than those produced by
208 \cite{cardei2005energy}. Also, they require a smaller number of node participations in order to
209 achieve these results.
211 In the case of non-disjoint algorithms \cite{pujari2011high}, sensors may
212 participate in more than one cover set. In some cases, this may
213 prolong the lifetime of the network in comparison to the disjoint
214 cover set algorithms, but designing algorithms for non-disjoint cover
215 sets generally induces a higher order of complexity. Moreover, in
216 case of a sensor's failure, non-disjoint scheduling policies are less
217 resilient and less reliable because a sensor may be involved in more
218 than one cover sets. For instance, Cardei et al.~\cite{cardei2005energy}
219 present a linear programming (LP) solution and a greedy approach to
220 extend the sensor network lifetime by organizing the sensors into a
221 maximal number of non-disjoint cover sets. Simulation results show
222 that by allowing sensors to participate in multiple sets, the network
223 lifetime increases compared with related
224 work~\cite{cardei2005improving}. In~\cite{berman04}, the
225 authors have formulated the lifetime problem and suggested another
226 (LP) technique to solve this problem. A centralized solution based on the Garg-K\"{o}nemann
227 algorithm~\cite{garg98}, provably near
228 the optimal solution, is also proposed.
230 \subsection{Distributed approaches}
231 %{\bf Distributed approaches}
232 In distributed $\&$ localized coverage algorithms, the required computation to schedule the activity of sensor nodes will be done by the cooperation among the neighbours nodes. These algorithms may require more computation power for the processing by the cooperated sensor nodes but they are more scaleable for large WSNs. Normally, the localized and distributed algorithms result in non-disjoint set covers.
234 Some distributed algorithms have been developed
235 in~\cite{Gallais06,Tian02,Ye03,Zhang05,HeinzelmanCB02, yardibi2010distributed} to perform the
236 scheduling so as to coverage preservation. Distributed algorithms typically operate in rounds for
237 a predetermined duration. At the beginning of each round, a sensor
238 exchanges information with its neighbors and makes a decision to either
239 remain turned on or to go to sleep for the round. This decision is
240 basically made on simple greedy criteria like the largest uncovered
241 area \cite{Berman05efficientenergy}, maximum uncovered targets
242 \cite{lu2003coverage}. In \cite{Tian02}, the scheduling scheme is divided
243 into rounds, where each round has a self-scheduling phase followed by
244 a sensing phase. Each sensor broadcasts a message containing the node ID
245 and the node location to its neighbors at the beginning of each round. A
246 sensor determines its status by a rule named off-duty eligible rule,
247 which tells him to turn off if its sensing area is covered by its
248 neighbors. A back-off scheme is introduced to let each sensor delay
249 the decision process with a random period of time, in order to avoid
250 simultaneous conflicting decisions between nodes and lack of coverage on any area.
251 \cite{prasad2007distributed} defines a model for capturing
252 the dependencies between different cover sets and proposes localized
253 heuristic based on this dependency. The algorithm consists of two
254 phases, an initial setup phase during which each sensor computes and
255 prioritizes the covers and a sensing phase during which each sensor
256 first decides its on/off status, and then remains on or off for the
257 rest of the duration.
259 The authors in \cite{yardibi2010distributed}, are developed a distributed adaptive sleep scheduling algorithm (DASSA) for WSNs with partial coverage. DASSA does not require location information of sensors while maintaining connectivity and satisfying a user defined coverage target. In DASSA, nodes use the residual energy levels and feedback from the sink for scheduling the activity of their neighbors. This feedback mechanism reduces the randomness in scheduling that would otherwise occur due to the absence of location information.
261 In \cite{ChinhVu}, the author proposed a novel distributed heuristic, called
262 Distributed Energy-efficient Scheduling for k-coverage (DESK), which
263 ensures that the energy consumption among the sensors is balanced and
264 the lifetime maximized while the coverage requirement is maintained.
265 This heuristic works in rounds, requires only 1-hop neighbor
266 information, and each sensor decides its status (active or sleep)
267 based on the perimeter coverage model proposed in
268 \cite{Huang:2003:CPW:941350.941367}.
269 Idrees et al. ~\cite{idrees2014coverage} proposed a coverage optimization protocol to improve the lifetime in
270 heterogeneous energy wireless sensor networks. In this work, the coverage protocol distributed in each sensor node in the subregion but the optimization take place over the the whole subregion. We consider only distributing the coverage protocol over two subregions.
272 The works presented in \cite{Bang, Zhixin, Zhang} focuses on a Coverage-Aware, Distributed Energy- Efficient and distributed clustering methods respectively, which aims to extend the network lifetime, while the coverage is ensured.
273 S. Misra et al. \cite{Misra} proposed a localized algorithm for
274 coverage in sensor networks. The algorithm conserve the energy while
275 ensuring the network coverage by activating the subset of sensors,
276 with the minimum overlap area.The proposed method preserves the
277 network connectivity by formation of the network backbone.
278 More recently, Shibo et
279 al. \cite{Shibo} expressed the coverage problem as a minimum weight
280 submodular set cover problem and proposed a Distributed Truncated
281 Greedy Algorithm (DTGA) to solve it. They take advantage from both
282 temporal and spatial correlations between data sensed by different
283 sensors, and leverage prediction, to improve the lifetime.
286 Some other approaches do not consider a synchronized and predetermined
287 period of time where the sensors are active or not. Indeed, each
288 sensor maintains its own timer and its wake-up time is randomized
289 \cite{Ye03} or regulated \cite{cardei2005maximum} over time.
291 The main contributions of our approach can be summarized as follows: (1) The high coverage ratio, (2) The reduced number of active nodes. 3) The optimization distributed over the subregions in the area of interest. 4) The dynamic leader election at each round based on some priority factors that will apply activity scheduling based optimization on the subregion to activate as less number as possible of sensor nodes to take the mission of the coverage in each subregion(5) The very low energy consumption. 6) The higher network lifetime. 7) primary point coverage model to represent the sensing range of the sensor node. All this came from addresses three main questions to build a scheduling strategy by our EDMCOP Protocol :
293 {\bf How must the phases for information exchange, decision and
294 sensing be planned over time?} Our algorithm divides the time line
295 into a number of rounds. Each round contains 4 phases: Information
296 Exchange, Leader Election, Decision, and Sensing.
298 {\bf What are the rules to decide which node has to be turned on
299 or off?} Our algorithm tends to limit the overcoverage of points of
300 interest to avoid turning on too many sensors covering the same
301 areas at the same time, and tries to prevent undercoverage. The
302 decision is a good compromise between these two conflicting
305 {\bf Which node should make such a decision?} As mentioned in
306 \cite{pc10}, both centralized and distributed algorithms have their
307 own advantages and disadvantages. Centralized coverage algorithms
308 have the advantage of requiring very low processing power from the
309 sensor nodes which have usually limited processing capabilities.
310 Distributed algorithms are very adaptable to the dynamic and
311 scalable nature of sensors network. Authors in \cite{pc10} conclude
312 that there is a threshold in terms of network size to switch from a
313 localized to a centralized algorithm. Indeed the exchange of
314 messages in large networks may consume a considerable amount of
315 energy in a centralized approach compared to a distributed one. Our
316 work does not consider only one leader to compute and to broadcast
317 the scheduling decision to all the sensors. When the network size
318 increases, the network is divided into many subregions and the
319 decision is made by a leader in each subregion.
322 \section{Preliminaries}
325 \subsection{Coverage Problem}
326 The most discussed coverage problems in literature can be classified
327 into three types \cite{ghosh2008coverage}\cite{wang2011coverage}: area coverage \cite{mulligan2010coverage}(also called full or blanket
328 coverage), target coverage \cite{yang2014novel}, and barrier coverage \cite{HeShibo}. An area coverage problem is to find a minimum number of sensors to work, such that each physical point in the area is within the sensing range of at least one working sensor node.
329 Target coverage problem is to cover only a finite number of discrete
330 points called targets. This type of coverage has mainly military
331 applications. The problem of preventing an intruder from entering a region of interest is referred to as the barrier coverage . Our work will concentrate on the area coverage by design
332 and implementation of a strategy, which efficiently selects the active
333 nodes that must maintain both sensing coverage and network
334 connectivity and at the same time improve the lifetime of the wireless
335 sensor network. But, requiring that all physical points of the
336 considered region are covered may be too strict, especially where the
337 sensor network is not dense. Our approach represents an area covered
338 by a sensor as a set of primary points and tries to maximize the total
339 number of primary points that are covered in each round, while
340 minimizing overcoverage (points covered by multiple active sensors
344 \subsection{Network Lifetime}
345 Various definitions exist for the lifetime of a sensor
346 network~\cite{die09}. The main definitions proposed in the literature are
347 related to the remaining energy of the nodes or to the coverage percentage.
348 The lifetime of the network is mainly defined as the amount
349 of time during which the network can satisfy its coverage objective (the
350 amount of time that the network can cover a given percentage of its
351 area or targets of interest). In this work, we assume that the network
352 is alive until all nodes have been drained of their energy or the
353 sensor network becomes disconnected, and we measure the coverage ratio
354 during the WSN lifetime. Network connectivity is important because an
355 active sensor node without connectivity towards a base station cannot
356 transmit information on an event in the area that it monitors.
358 \subsection{Activity Scheduling }
359 Activity scheduling is to schedule the activation and deac-
360 tivation of sensor nodes. The basic objective is to decide which
361 sensors are in what states (active or sleeping mode) and for
362 how long, so that the application coverage requirement can be
363 guaranteed and the network lifetime can be prolonged. Various
364 approaches, including centralized, distributed, and localized
365 algorithms, have been proposed for activity scheduling. In
366 distributed algorithms, each node in the network autonomously
367 makes decisions on whether to turn on or turn off itself only
368 using local neighbor information. In centralized algorithms, a
369 central controller (a node or base station) informs every sensors
370 of the time intervals to be activated. There are many sensor node scheduling methods are proposed in \cite{wang2010clique}, where they are grouped into two main categories:round-based sensor node scheduling in which, sensor nodes will execute the scheduling
371 algorithm during the initialization of each round and group-based sensor node scheduling in which, each node will performs the scheduling algorithm only once after its deployment and after
372 the execution of scheduling algorithm, all nodes will be allocated into different groups.
376 \section{ The EDMCOP Protocol Description}
379 In this section, we introduce Energy-Efficient Distributed
380 Multirounds Coverage Optimization Protocol named EDMCOP, which is distributed on the subregions for the area of interest. It is based on two efficient techniques: network
381 leader election and sensor activity scheduling for coverage preservation and energy conservation continuously and efficiently to maximize the lifetime in the network.
382 The main features of our EDMCOP protocol: i)It divides the area of interest into subregions. ii)It requires only the information of the nodes within the subregion. iii) it divides the network lifetime into rounds. iv)It based on the autonomous distributed decision by the nodes in the subregion to elect the Leader, which will apply the activity scheduling based optimization on the subregion. v) it achieves an energy consumption balancing among the nodes in the subregion by selecting the nodes with maximum energy as leader in each round. vi) It uses the optimization to select the best representative set of sensors in the subregion by optimize the coverage and the lifetime over the area of interest.
383 vii)It uses our developed primary point coverage model, which represent the sensing range of the sensor as a set of points, which are used by the our optimization algorithm. viii) It uses a simple energy model that takes communication, sensing and computation energy consumptions into account to evaluate the performance of our Protocol.
386 \subsection{ Assumptions and Models}
387 We consider a randomly and uniformly deployed network consisting of
388 static wireless sensors. The wireless sensors are deployed in high
389 density to ensure initially a full coverage of the interested area. We
390 assume that all nodes are homogeneous in terms of communication and
391 processing capabilities and heterogeneous in term of energy provision.
392 The location information is available to the sensor node either
393 through hardware such as embedded GPS or through location discovery
395 \indent We consider a boolean disk coverage model which is the most
396 widely used sensor coverage model in the literature. Each sensor has a
397 constant sensing range $R_s$. All space points within a disk centered
398 at the sensor with the radius of the sensing range is said to be
399 covered by this sensor. We also assume that the communication range $R_c \geq 2R_s$.
400 In fact, Zhang and Zhou~\cite{Zhang05} proved that if the transmission range fulfills the
401 previous hypothesis, a complete coverage of a convex area implies
402 connectivity among the working nodes in the active mode.
409 %%\includegraphics[scale=0.25]{fig1.pdf}\\ %& \includegraphics[scale=0.10]{1.pdf} \\
410 %%(A) Figure 1 & (B) Figure 2
412 %\caption{Unit Circle in radians. }
413 %\label{fig:cluster1}
416 %By using the Unit Circle in figure~\ref{fig:cluster1},
417 %We choose to representEach wireless sensor node will be represented into a selected number of primary points by which we can know if the sensor node is covered or not.
418 % Figure ~\ref{fig:cluster2} shows the selected primary points that represents the area of the sensor node and according to the sensing range of the wireless sensor node.
420 \indent Instead of working with the coverage area, we consider for each
421 sensor a set of points called primary points. We also assume that the
422 sensing disk defined by a sensor is covered if all the primary points of
423 this sensor are covered.
427 %%\includegraphics[scale=0.25]{fig2.pdf}\\ %& \includegraphics[scale=0.10]{1.pdf} \\
428 %%(A) Figure 1 & (B) Figure 2
430 %\caption{Wireless Sensor Node Area Coverage Model.}
431 %\label{fig:cluster2}
433 By knowing the position (point center: ($p_x,p_y$)) of a wireless
434 sensor node and its $R_s$, we calculate the primary points directly
435 based on the proposed model. We use these primary points (that can be
436 increased or decreased if necessary) as references to ensure that the
437 monitored region of interest is covered by the selected set of
438 sensors, instead of using all the points in the area.
440 \indent We can calculate the positions of the selected primary
441 points in the circle disk of the sensing range of a wireless sensor
442 node (see figure~\ref{fig1}) as follows:\\
443 $(p_x,p_y)$ = point center of wireless sensor node\\
445 $X_2=( p_x + R_s * (1), p_y + R_s * (0) )$\\
446 $X_3=( p_x + R_s * (-1), p_y + R_s * (0)) $\\
447 $X_4=( p_x + R_s * (0), p_y + R_s * (1) )$\\
448 $X_5=( p_x + R_s * (0), p_y + R_s * (-1 )) $\\
449 $X_6= ( p_x + R_s * (\frac{-\sqrt{2}}{2}), p_y + R_s * (0)) $\\
450 $X_7=( p_x + R_s * (\frac{\sqrt{2}}{2}), p_y + R_s * (0))$\\
451 $X_8=( p_x + R_s * (\frac{-\sqrt{2}}{2}), p_y + R_s * (\frac{-\sqrt{2}}{2})) $\\
452 $X_9=( p_x + R_s * (\frac{\sqrt{2}}{2}), p_y + R_s * (\frac{-\sqrt{2}}{2})) $\\
453 $X_{10}=( p_x + R_s * (\frac{-\sqrt{2}}{2}), p_y + R_s * (\frac{\sqrt{2}}{2})) $\\
454 $X_{11}=( p_x + R_s * (\frac{\sqrt{2}}{2}), p_y + R_s * (\frac{\sqrt{2}}{2})) $\\
455 $X_{12}=( p_x + R_s * (0), p_y + R_s * (\frac{\sqrt{2}}{2})) $\\
456 $X_{13}=( p_x + R_s * (0), p_y + R_s * (\frac{-\sqrt{2}}{2})) $.
460 % \begin{multicols}{6}
462 %\includegraphics[scale=0.10]{fig21.pdf}\\~ ~ ~(a)
463 %\includegraphics[scale=0.10]{fig22.pdf}\\~ ~ ~(b)
464 \includegraphics[scale=0.25]{principles13.eps}
465 %\includegraphics[scale=0.10]{fig25.pdf}\\~ ~ ~(d)
466 %\includegraphics[scale=0.10]{fig26.pdf}\\~ ~ ~(e)
467 %\includegraphics[scale=0.10]{fig27.pdf}\\~ ~ ~(f)
469 \caption{Wireless sensor node represented by 13 primary points}
473 \subsection{The Main Idea}
474 The area of interest can be divided using the
475 divide-and-conquer strategy into smaller areas called subregions and
476 then our coverage protocol will be implemented in each subregion
477 simultaneously. Our EDMCOP protocol works in rounds fashion as shown in figure~\ref{fig2}.
480 \includegraphics[width=85mm]{FirstModel.eps} % 70mm
481 \caption{EDMCOP protocol}
485 Each round is divided into 4 phases : Information (INFO) Exchange,
486 Leader Election, Decision, and Sensing. For each round there is
487 exactly one set cover responsible for the sensing task. This protocol is
488 more reliable against an unexpected node failure because it works
489 in rounds. On the one hand, if a node failure is detected before
490 making the decision, the node will not participate to this phase, and,
491 on the other hand, if the node failure occurs after the decision, the
492 sensing task of the network will be temporarily affected: only during
493 the period of sensing until a new round starts, since a new set cover
494 will take charge of the sensing task in the next round. The energy
495 consumption and some other constraints can easily be taken into
496 account since the sensors can update and then exchange their
497 information (including their residual energy) at the beginning of each
498 round. However, the pre-sensing phases (INFO Exchange, Leader
499 Election, Decision) are energy consuming for some nodes, even when
500 they do not join the network to monitor the area.
501 We define two types of packets to be used by our EDMCOP protocol.
502 \begin{enumerate}[(a)]
503 \item INFO packet: sent by each sensor node to all the nodes of it's subregion for information exchange.
504 \item ActiveSleep packet: sent by the leader to all the nodes in the same of it's subregion to inform them to be Active or Sleep during the sensing phase.
507 There are four status for each sensor node in the network
508 \begin{enumerate}[(a)]
509 \item LISTENING: Sensor has not yet decided.
510 \item ACTIVE: Sensor is active.
511 \item SLEEP: Sensor decides to turn off.
512 \item COMMUNICATION: Sensor is Transmitting or Receiving packet.
515 Below, we describe each phase in more details.
517 \subsubsection{Information Exchange Phase}
519 Each sensor node $j$ sends its position, remaining energy $RE_j$, and
520 the number of neighbours $NBR_j$ to all wireless sensor nodes in
521 its subregion by using an INFO packet and then listens to the packets
522 sent from other nodes. After that, each node will have information
523 about all the sensor nodes in the subregion. In our model, the
524 remaining energy corresponds to the time that a sensor can live in the
527 %\subsection{\textbf Working Phase:}
529 %The working phase works in rounding fashion. Each round include 3 steps described as follow :
531 \subsubsection{Leader Election Phase}
532 This step includes choosing the Wireless Sensor Node Leader (WSNL),
533 which will be responsible for executing the coverage algorithm. Each
534 subregion in the area of interest will select its own WSNL
535 independently for each round. All the sensor nodes cooperate to
536 select WSNL. The nodes in the same subregion will select the leader
537 based on the received information from all other nodes in the same
538 subregion. The selection criteria in order of priority are: larger
539 number of neighbours, larger remaining energy, and then in case of
540 equality, larger index. The pseudo-code for leader election phase is provided in Algorithm~1.
542 \KwIn{all the parameters related to information exchange}
543 \KwOut{$node-id$ (: the id of the winner sensor node, which is the leader of current round)}
545 \emph{Select the node(s) with higher $NBR_j$ and $ RE_j \geqslant E_{th}$} \;
547 \If{ there are more than two nodes with the same maximum $NBR_j$ }{
548 \If{ there are more than two nodes with the same maximum $NBR_j$ and the same $RE_j$}{
549 \emph{ Select the node with higher id} \;
552 \emph{Select the node with maximum $RE_j$} \;
556 \emph{ Select the node with higher $NBR_j$ } \;
559 \emph{return node-id} \;
560 \caption{LEADER ELECTION}
565 Where $E_{th}$ is the minimum energy needed to stay active during the sensing phase. As shown in Algorithm~1, the more priority selection factor is the number of $1-hop$ neighbours, $NBR j$, which can minimize the energy consumption during the communication Significantly.
568 \subsubsection{Decision phase}
569 The WSNL will solve an integer program (see section~\ref{cp}) to
570 select which sensors will be activated in the following sensing phase
571 to cover the subregion. WSNL will send Active-Sleep packet to each
572 sensor in the subregion based on the algorithm's results.
575 \subsubsection{Sensing phase}
576 Active sensors in the round will execute their sensing task to
577 preserve maximal coverage in the region of interest. We will assume
578 that the cost of keeping a node awake (or asleep) for sensing task is
579 the same for all wireless sensor nodes in the network. Each sensor
580 will receive an Active-Sleep packet from WSNL informing it to stay
581 awake or to go to sleep for a time equal to the period of sensing until
582 starting a new round.
584 \subsection{EDMCOP protocol Algorithm}
585 we first show the pseudo-code of EDMCOP protocol, which is executed by each sensor in the subregion and then describe it in more detail.
588 % \KwIn{all the parameters related to information exchange}
589 % \KwOut{$winer-node$ (: the id of the winner sensor node, which is the leader of current round)}
591 \emph{Initialize the sensor node and determine it's position and it's subregion} \;
593 \If{ $RE_j \geq E_{th}$ }{
594 \emph{ Send and Receive INFO Packet to and from other nodes in the subregion}\;
595 \emph{ Collect information and construct the list L for all nodes in the subregion}\;
596 \emph{ $s_j.status$ = LISTENING}\;
597 \If{ the received INFO Packet = number of nodes in it's subregion -1 }{
598 \emph{ LeaderID $\leftarrow$ \bf Algorithm~\ref{alg:LEADER}}\;
599 \If{ $ s_j.ID = LeaderID $}{
600 \emph{Execute Integer Program Algorithm (Gbest) }\;
601 \For{$k\leftarrow 1$ \KwTo No. of nodes in subregion}{
602 \If{$ s_j.ID \neq L_k$ }{
603 \If{$ Gbest_k = 1$ }{
604 \emph{ Send ActiveSleep() Packet with status = ACTIVE }\;
606 \Else{\emph{Send ActiveSleep() Packet with status = SLEEP}\;}
608 \If{$ Gbest_k = 1$ }{
609 \emph{ $s_j.status$ = ACTIVE}\;
610 \emph{UPDATE Remaining Energy $RE_j $}\;
613 \emph{ $s_j.status$ = SLEEP}\;
614 \emph{UPDATE Remaining Energy $RE_j $}\;
622 \emph{Wait ActiveSleep() Packet from the Leader}\;
623 \If{received ActiveSleep().status = ACTIVE }{
624 \emph{ $s_j.status$ = ACTIVE}\;
625 \emph{UPDATE Remaining Energy $RE_j $}\;
628 \emph{ $s_j.status$ = SLEEP}\;
629 \emph{UPDATE Remaining Energy $RE_j $}\;
635 \Else { Exclude me from entering in the current round}
638 \caption{EDMCOP($s_j$)}
643 The EDMCOP protocol work in rounds and executed at each sensor node in the network , each sensor node can still sense data while being in
644 LISTENING mode. Thus, by entering the LISTENING mode at the beginning of each round,
645 sensor nodes still executing sensing task while participating in the leader election and decision phases. More specifically, The EDMCOP protocol algorithm works as follow:
646 Initially, the sensor node check it's remaining energy in order to participate in the current round. Each sensor node determines it's position and it's subregion based Embedded GPS or Location Discovery Algorithm. After that, All the sensors collect position coordinates, current remaining energy, sensor node id, and the number of its one-hop live neighbors during the information exchange. It stores this information into a list L.
647 The sensor node enter in listening mode waiting to receive ActiveSleep packet from the leader to take the decision. Each sensor node will execute the Algorithm~1 to know who is the leader. After that, if the sensor node is leader, It will execute the integer program algorithm ( see section~\ref{cp}) to optimize the coverage and the lifetime in it's subregion. After the decision, the optimization approach will select the set of sensor nodes to take the mission of coverage during the sensing phase. The leader will send ActiveSleep packet to each sensor node in the subregion to inform him to it's status during the period of sensing, either Active or sleep until the starting of next round. Based on the decision, the leader as other nodes in subregion, either go to be active or go to be sleep during current sensing phase. the other nodes in the same subregion will stay in listening mode waiting the ActiveSleep packet from the leader. After finishing the time period for sensing, all the sensor nodes in the same subregion will start new round by executing the EDMCOP protocol and the lifetime in the subregion will continue until all the sensor nodes are died or the network becomes disconnected in the subregion.
649 \section{Coverage problem formulation}
653 \indent Our model is based on the model proposed by
654 \cite{pedraza2006} where the objective is to find a maximum number of
655 disjoint cover sets. To accomplish this goal, authors proposed an
656 integer program, which forces undercoverage and overcoverage of targets
657 to become minimal at the same time. They use binary variables
658 $x_{jl}$ to indicate if sensor $j$ belongs to cover set $l$. In our
659 model, we consider binary variables $X_{j}$, which determine the
660 activation of sensor $j$ in the sensing phase of the round. We also
661 consider primary points as targets. The set of primary points is
662 denoted by $P$ and the set of sensors by $J$.
664 \noindent For a primary point $p$, let $\alpha_{jp}$ denote the
665 indicator function of whether the point $p$ is covered, that is:
667 \alpha_{jp} = \left \{
669 1 & \mbox{if the primary point $p$ is covered} \\
670 & \mbox{by sensor node $j$}, \\
671 0 & \mbox{otherwise.}\\
675 The number of active sensors that cover the primary point $p$ is equal
676 to $\sum_{j \in J} \alpha_{jp} * X_{j}$ where:
680 1& \mbox{if sensor $j$ is active,} \\
681 0 & \mbox{otherwise.}\\
685 We define the Overcoverage variable $\Theta_{p}$ as:
687 \Theta_{p} = \left \{
689 0 & \mbox{if the primary point}\\
690 & \mbox{$p$ is not covered,}\\
691 \left( \sum_{j \in J} \alpha_{jp} * X_{j} \right)- 1 & \mbox{otherwise.}\\
695 \noindent More precisely, $\Theta_{p}$ represents the number of active
696 sensor nodes minus one that cover the primary point $p$.\\
697 The Undercoverage variable $U_{p}$ of the primary point $p$ is defined
702 1 &\mbox{if the primary point $p$ is not covered,} \\
703 0 & \mbox{otherwise.}\\
708 \noindent Our coverage optimization problem can then be formulated as follows
709 \begin{equation} \label{eq:ip2r}
712 \min \sum_{p \in P} (w_{\theta} \Theta_{p} + w_{U} U_{p})&\\
713 \textrm{subject to :}&\\
714 \sum_{j \in J} \alpha_{jp} X_{j} - \Theta_{p}+ U_{p} =1, &\forall p \in P\\
716 %\sum_{t \in T} X_{j,t} \leq \frac{RE_j}{e_t} &\forall j \in J \\
718 \Theta_{p}\in \mathbb{N} , &\forall p \in P\\
719 U_{p} \in \{0,1\}, &\forall p \in P \\
720 X_{j} \in \{0,1\}, &\forall j \in J
728 \item $X_{j}$ : indicates whether or not the sensor $j$ is actively
729 sensing in the round (1 if yes and 0 if not);
730 \item $\Theta_{p}$ : {\it overcoverage}, the number of sensors minus
731 one that are covering the primary point $p$;
732 \item $U_{p}$ : {\it undercoverage}, indicates whether or not the primary point
733 $p$ is being covered (1 if not covered and 0 if covered).
736 The first group of constraints indicates that some primary point $p$
737 should be covered by at least one sensor and, if it is not always the
738 case, overcoverage and undercoverage variables help balancing the
739 restriction equations by taking positive values. There are two main
740 objectives. First, we limit the overcoverage of primary points in order to
741 activate a minimum number of sensors. Second we prevent the absence of monitoring on
742 some parts of the subregion by minimizing the undercoverage. The
743 weights $w_\theta$ and $w_U$ must be properly chosen so as to
744 guarantee that the maximum number of points are covered during each
748 \section{Simulation Results and Analysis}
750 In this section, we conducted a series of simulations to evaluate the
751 efficiency and the relevance of our approach, using the discrete event
752 simulator OMNeT++ \cite{varga}. The simulation parameters are summarized in
756 \caption{Relevant parameters for network initializing.}
759 % used for centering table
761 % centered columns (4 columns)
763 %inserts double horizontal lines
764 Parameter & Value \\ [0.5ex]
766 %Case & Strategy (with Two Leaders) & Strategy (with One Leader) & Simple Heuristic \\ [0.5ex]
770 % inserts single horizontal line
771 Sensing Field & $(50 \times 25)~m^2 $ \\
772 % inserting body of the table
774 Nodes Number & 50, 100, 150, 200 and 250~nodes \\
776 Initial Energy & 50-75~joules \\
778 Sensing Period & 20 Minutes \\
779 $E_{thr}$ & 12.2472 \\
783 % [1ex] adds vertical space
789 % is used to refer this table in the text
793 ends when all the nodes are dead or the sensor network becomes
794 disconnected (some nodes may not be able to send, to a base station, an
796 Our proposed coverage protocol uses a simple energy model
797 defined by~\cite{ChinhVu} that based on ~\cite{raghunathan2002energy} with some modification as energy consumption model for each wireless sensor node in the network and for all the simulations.
799 The modification is to add the energy consumption for receiving the packets as well as we ignore the part that related to the sensing range because we used fixed sensing range. The new energy consumption model will take inro account the energy consumption for communication (packet transmission/reception), data sensing and computational energy.
800 There are four subsystems in each sensor node that consume energy: the micro-controller
801 unit (MCU) subsystem which is capable of computation, communication subsystem which is responsible for
802 transmitting/receiving messages, sensing subsystem that collects data, and the powe suply which supplies power to the complete sensor node ~\cite{raghunathan2002energy}. In our model, we will concentrate on first three main subsystems and each subsystem can be turned on or off depending on the current status of the sensor which is summarized in Table~\ref{table4}.
805 \caption{The Energy Consumption Model}
808 % used for centering table
809 \begin{tabular}{|c|c|c|c|c|}
810 % centered columns (4 columns)
812 %inserts double horizontal lines
813 Sensor mode & MCU & Radio & Sensing & Power (mW) \\ [0.5ex]
815 % inserts single horizontal line
816 Listening & On & On & On & 20.05 \\
817 % inserting body of the table
819 Active & On & Off & On & 9.72 \\
821 Sleep & Off & Off & Off & 0.02 \\
823 \multicolumn{4}{|c|}{Energy needed to send/receive a 1-bit} & 0.2575\\
828 % is used to refer this table in the text
831 For the simplicity, we ignore the energy needed to turn on the
832 radio, to start up the sensor node, the transition from mode to another, etc. We also do not consider the need of collecting sensing data. Thus, when a sensor becomes active (i.e., it already decides it status), it can turn its radio off to save battery. Since our couverage optimization protocol uses two types of the packets, the size of the INFO-Packet and Status-Packet are 112 bits and 16 bits respectively. The value of energy spent to send a message shown in Table~\ref{table4} is obtained by using the equation in ~\cite{raghunathan2002energy} to calculate the energy cost for transmitting messages and we propose the same value for receiving the packets.
835 We performed simulations for five different densities varying from 50 to 250~nodes. Experimental results
836 were obtained from randomly generated networks in which nodes are
837 deployed over a $(50 \times 25)~m^2 $ sensing field. More precisely, the deployment is controlled at a coarse scale in order to ensure that the deployed nodes can fully cover the sensing
838 field with the given sensing range.
839 The energy of each node in a network is initialized randomly within the
840 range 50-75~joules. Each sensor node will not participate in the next round if its remaining energy is less than $E_{thr}$, the minimum energy needed for the node to stay alive during one round.
842 In the simulations, we introduce the following performance metrics to
843 evaluate the efficiency of our approach:
845 (i) Coverage Ratio (CR): the coverage ratio measures how much the area of a sensor field is covered. In our case, we treated the sensing fields as a grid, and used each grid point as a sample point
846 for calculating the coverage. The coverage ratio can be calculated by:
849 \mbox{CR}(\%) = \frac{\mbox{$n$}}{\mbox{$N$}} \times 100.
851 Where: $n$ is the Number of Covered Grid points by the Active Sensors of the all subregions of the network during the current sensing phase and $N$ is total number of grid points in the sensing field of the network.
852 The accuracy of this method depends on the distance between grids. In our
853 simulations, the sensing field has been divided into 50 by 25 grid points, which means
854 there are $51~x~26~ = ~ 1326$ points in total. Therefore, for our simulations, the error in the coverage calculation is less than ~ 1 $\% $.
856 (ii) Number of Active Sensors Ratio(ASR): It is important to have as few active nodes as possible in each round,
857 in order to minimize the communication overhead and maximize the
858 network lifetime.The Active Sensors Ratio is defined as follows:
861 \mbox{ASR}(\%) = \sum\limits_{r=1}^R \left( \frac{\mbox{$A_r$}}{\mbox{$S$}} \times 100 \right) .
863 Where: $A_r$ is the number of active sensors in the subregion $r$ during the current sensing phase, $S$ is the total number of sensors in the network, and $R$ is the total number of the subregions in the network.
865 (iii) Energy Saving Ratio(ESR):is defined by:
868 \mbox{ESR}(\%) = \sum\limits_{r=1}^R \left( \frac{\mbox{${ES}_r$}}{\mbox{$S$}} \times 100 \right) .
870 Where: ${ES}_r$ is the number of alive sensors in subregion $r$ during this round. The longer the ratio is, the more redundant sensor nodes are switched off, and consequently the longer the network may live.
872 (iv) Energy Consumption:
874 Energy Consumption (EC) can be seen as the total energy consumed by the sensors during the lifetime of the network divided by the total number of rounds. The EC can be computed as follow: \\
877 \mbox{EC} = \frac{\mbox{$\sum\limits_{d=1}^D \left( E^c_d + E^l_d + E^a_d + E^s_d \right)$ }}{\mbox{$D$}} .
881 %\mbox{EC} = \frac{\mbox{$\sum\limits_{d=1}^D E^c_d$}}{\mbox{$D$}} + \frac{\mbox{$\sum\limits_{d=1}^D %E^l_d$}}{\mbox{$D$}} + \frac{\mbox{$\sum\limits_{d=1}^D E^a_d$}}{\mbox{$D$}} + %\frac{\mbox{$\sum\limits_{d=1}^D E^s_d$}}{\mbox{$D$}}.
884 Where: D is the total number of rounds.
885 The total energy consumed by the sensors (EC) comes through taking into consideration four main energy factors, which are $E^c_d$, $E^l_d$, $E^a_d$, and $E^s_d$.
886 The factor $E^c_d$ represents the energy consumption resulting from wireless communications is calculated by taking into account the energy spent by all the nodes when transmitting and
887 receiving packets during round $d$. The $E^l_d$ represents the energy consumed by all the sensors during the listening mode before taking the decision to go Active or Sleep in round $d$. The $E^a_d$ and $E^s_d$ are refered to enegy consumed by the turned on and turned off sensors in the period of sensing during the round $d$.
889 (v) Network Lifetime: we have defined the network lifetime as the time until all
890 nodes have been drained of their energy or each sensor network monitoring an area has become disconnected.
893 (vi) Execution Time: a sensor node has limited energy resources and computing power,
894 therefore it is important that the proposed algorithm has the shortest
895 possible execution time. The energy of a sensor node must be mainly
896 used for the sensing phase, not for the pre-sensing ones.
898 (vii)The number of stopped simulation runs: we will study the percentage of simulations, which are stopped due to network disconnections per round.
902 \subsection{Performance Comparison for differnet subregions}
904 In this subsection, we will study the performance of our approach for a different number of regions (Leaders).
905 10~simulation runs are performed with different network topologies for each node density. The results presented hereafter are the average of these 10 runs.
906 Our approach are called strategy 1 ( With One Leader), strategy 2 ( With Two Leaders), strategy 3 ( With Four Leaders), and strategy 4 ( With Eight Leaders). The strategy 1 ( With One Leader) is a centralized approach on all the area of the interest, while strategy 2 ( With Two Leaders), strategy 3 ( With Four Leaders), and strategy 4 ( With Eight Leaders) are distributed on two, four, and eight subregions respectively.
907 \subsubsection{The impact of the number of rounds on the coverage ratio}
908 In this experiment, Figure~\ref{fig3} shows the impact of the
909 number of rounds on the average coverage ratio for 150 deployed nodes
910 for the four strategies.
914 \includegraphics[scale=0.43] {R1/CR.eps}
915 \caption{The impact of the number of rounds on the coverage ratio for 150 deployed nodes}
919 It can be seen that the four strategies
920 give nearly similar coverage ratios during the first three rounds.
921 As shown in the figure ~\ref{fig3}, when we increase the number of sub-regions, It will leads to cover the area of interest for a larger number of rounds. Coverage ratio decreases when the number of rounds increases due to dead nodes. Although some nodes are dead,
922 thanks to strategy~4, other nodes are preserved to ensure the
923 coverage. Moreover, when we have a dense sensor network, it leads to
924 maintain the full coverage for a larger number of rounds. Strategy~4 is
925 slightly more efficient than other strategies, because strategy~4 subdivides
926 the Area of interest into 8~subregions and if one of the eight subregions becomes
927 disconnected, the coverage may be still ensured in the remaining
930 \subsubsection{The impact of the number of rounds on the active sensors ratio}
931 Figure~\ref{fig4} shows the average active nodes ratio versus the number of rounds
932 for 150 deployed nodes.
935 \includegraphics[scale=0.5]{R1/ASR.eps}
936 \caption{The impact of the number of rounds on the active sensors ratio for 150 deployed nodes }
940 The results presented in figure~\ref{fig4} show the superiority of
941 the proposed strategy 4, in comparison with the other strategies. The
942 strategy with less number of leaders uses less active nodes than the other strategies, which uses a more number of leaders until the last rounds, because it uses central control on
943 the larger area of the sensing field. The advantage of the strategy~4 approach is
944 that even if a network is disconnected in one subregion, the other ones
945 usually continues the optimization process, and this extends the lifetime of the network.
947 \subsubsection{The impact of the number of rounds on the energy saving ratio}
948 In this experiment, we consider a performance metric linked to energy. Figure~\ref{fig5} shows the average Energy Saving Ratio versus number of rounds for all four strategies and for 150 deployed nodes.
951 \includegraphics[scale=0.5]{R1/ESR.eps}
952 \caption{The impact of the number of rounds on the energy saving ratio for 150 deployed nodes}
956 The simulation results show that our strategies allow to efficiently
957 save energy by turning off some sensors during the sensing phase. As
958 expected, the strategy 4 is usually slightly better than
959 the other strategies, because the distributed optimization on larger number of subregions permits to minimize the energy needed for communication and It led to save more energy obviously. Indeed, when there are more than one subregion more nodes
960 remain awake near the border shared by them but the energy consumed by these nodes have no effect in comparison with the energy consumed by the communication. Note that again as the number of rounds increases the strategy 4 becomes the most
961 performing one, since it takes longer to have the eight subregion networks
962 simultaneously disconnected.
964 \subsubsection{The percentage of stopped simulation runs}
965 Figure~\ref{fig6} illustrates the percentage of stopped simulation
966 runs per round for 150 deployed nodes.
969 \includegraphics[scale=0.43]{R1/SR.eps}
970 \caption{The percentage of stopped simulation runs compared to the number of rounds for 150 deployed nodes }
973 It can be observed that the
974 strategy 1 is the approach which stops first because it apply the
975 centralized control on all the area of interest That is why it is first exhibits network disconnections. Thus, as explained previously, in case of the strategy 4 with several subregions the optimization effectively continues as long as a network in a
976 subregion is still connected. This longer partial coverage
977 optimization participates in extending the network lifetime.
979 \subsubsection{The Energy Consumption}
980 In this experiment, we study the effect of the energy consumed by the sensors during the communication , listening, active, and sleep modes for different network densities. Figure~\ref{fig7} illustrates the energy consumption for the different
981 network sizes and for the four proposed stratgies.
984 \includegraphics[scale=0.5]{R1/EC.eps}
985 \caption{The Energy Consumption}
989 The results show that the strategy with eight leaders is the most competitive from the energy
990 consumption point of view. The other strategies have a high energy consumption due to many
991 communications as well as the energy consumed during the listening before taking the decision. In fact, a distributed method on the subregions greatly reduces the number of communications and the time of listening so thanks to the partitioning of the initial
992 network in several independent subnetworks.
995 \subsubsection{The impact of the number of sensors on execution time}
996 In this experiment, we study the the impact of the size of the network on the excution time of the our distributed optimization approach. Table~\ref{table1} gives the average execution times in seconds for the decision phase (solving of the optimization problem)
997 during one round. They are given for the different approaches and
998 various numbers of sensors. We can see from Table~\ref{table1}, that the strategy 4 has very low execution times in comparison with other strategies, because it distributed on larger number of small subregions. Conversely, the strategy 1 which requires to solve an optimization problem considering all the nodes presents high execution times.
999 Moreover, increasing the network size by 50~nodes multiplies the time
1000 by almost a factor of 10. The strategy 4 has more
1001 suitable times. We think that in distributed fashion the solving of
1002 the optimization problem in a subregion can be tackled by sensor
1003 nodes. Overall, to be able to deal with very large networks, a
1004 distributed method is clearly required.
1006 \caption{The Execution Time(s) vs The Number of Sensors}
1009 % used for centering table
1010 \begin{tabular}{|c|c|c|c|c|}
1011 % centered columns (4 columns)
1013 %inserts double horizontal lines
1014 Sensors number & Strategy~1 & Strategy~2 & Strategy~3 & Strategy~4 \\ [0.5ex]
1016 % inserts single horizontal line
1017 50 & 0.1848396 & 0.04655324 & 0.0117669418 & 0.0033982841 \\
1018 % inserting body of the table
1020 100 & 1.895704 & 0.2190363 & 0.0445454425 & 0.0111192651 \\
1022 150 & 12.211936 & 0.6322759 & 0.095189135 & 0.0228475025 \\
1024 200 & 152.25806 & 2.285319 & 0.184868 & 0.0412940988 \\
1026 250 & 1542.5396 & 5.656081 & 0.3147647 & 0.0609174088 \\
1027 % [1ex] adds vertical space
1029 %inserts single line
1032 % is used to refer this table in the text
1035 \subsubsection{The Network Lifetime}
1036 Finally, in figure~\ref{fig8}, the
1037 network lifetime for different network sizes and for the four strategies is illustrated.
1040 \includegraphics[scale=0.5]{R1/LT.eps}
1041 \caption{The Network Lifetime }
1044 We see that the strategy 1 results in execution times that quickly become unsuitable for a sensor network as well as the energy consumed during the communication seems to be huge because it used a centralised control on the all the area of interest.
1046 As highlighted by figure~\ref{fig8}, the network lifetime obviously
1047 increases when the size of the network increases, with our approach strategy~4
1048 that leads to the larger lifetime improvement. By choosing the best
1049 suited nodes, for each round, to cover the Area of interest and by
1050 letting the other ones sleep in order to be used later in next rounds,
1051 our strategy~4 efficiently prolonges the network lifetime. Comparison shows that
1052 the Strategy~4, which uses eight leaders, is the best
1053 one because it is robust to network disconnection during the network lifetime. It
1054 also means that distributing the algorithm in each node and
1055 subdividing the sensing field into many subregions, which are managed
1056 independently and simultaneously, is the most relevant way to maximize
1057 the lifetime of a network.
1060 \subsection{Performance Comparison for Differnet Primary Point Models}
1062 Based on the results, which are conducted in subsection~\ref{sub1}, we will study the performance of the Strategy~4 approach for a different primary point models.
1063 50~simulation runs are performed with different network topologies for each node density. The results presented hereafter are the average of these 50 runs.
1064 In this comparisons, our approaches are called Model~1( With 5 Primary Points), Model~2 ( With 13 Primary Points), Model~3 ( With 17 Primary Points), and Model~4 ( With 21 Primary Points). The simulation will applied with strategy~4 by subdividing the area of interest into eight subregions and distribute our strategy~4 approach on the all subregions.
1065 \subsubsection{The impact of the number of rounds on the coverage ratio}
1066 In this experiment, we Figure~\ref{fig33} shows the impact of the
1067 number of rounds on the average coverage ratio for 150 deployed nodes
1068 for the four strategies.
1072 \includegraphics[scale=0.5] {R2/CR.eps}
1073 \caption{The impact of the number of rounds on the coverage ratio for 150 deployed nodes}
1076 It is shown that Model~4 and Model~3 provides a
1077 better coverage ratio with 99.5\% and 99.4\% against 99.2\% and 98.1\% produced by
1078 model~2 and Model~1 for the first ninth rounds, because they are used a larger number of primary points to represent the sensing range of the sensor during optimization process. Moreover, when the number of rounds increases, coverage
1079 ratio produced by Model~4 and Model~3 decreases in comparison with Model~1 and Model~2 due to the high energy consumption during the listening to take the decision after finishing optimization process for larger number of primary points. As shown in the figure ~\ref{fig33}, Coverage ratio decreases when the number of rounds increases due to dead nodes. Although some nodes are dead,
1080 thanks to Model~2, which is slightly more efficient than other Models, because Model~2 balances between the number of rounds and the better coverage ratio in comparison with other Models.
1082 \subsubsection{The impact of the number of rounds on the active sensors ratio}
1083 Figure~\ref{fig44} shows the average active nodes ratio versus the number of rounds
1084 for 150 deployed nodes.
1087 \includegraphics[scale=0.5]{R2/ASR.eps}
1088 \caption{The impact of the number of rounds on the active sensors ratio for 150 deployed nodes }
1092 The results presented in figure~\ref{fig44} show the superiority of
1093 the proposed Model 1, in comparison with the other Models. The
1094 model with less number of primary points uses less active nodes than the other models, which uses a more number of primary points to represent the area of the sensor. According to the results that presented in figure~\ref{fig33}, we observe that although the Model~1 continue to a larger number of rounds, but it has less coverage ratio compared with other models.The advantage of the Model~2 approach is to use less number of active nodes for each round compared with Model~3 and Model~4, and this led to continue for a larger number of rounds with extending the network lifetime. Model~2 has a better coverage ratio compared to Model~1 and acceptable number of rounds.
1096 \subsubsection{The impact of the number of rounds on the energy saving ratio}
1097 In this experiment, we study the effect of increasing primary points on the energy conservation in the wireless sensor network. Figure~\ref{fig55} shows the average Energy Saving Ratio versus number of rounds for all four Models and for 150 deployed nodes.
1100 \includegraphics[scale=0.5]{R2/ESR.eps}
1101 \caption{The impact of the number of rounds on the energy saving ratio for 150 deployed nodes}
1104 The simulation results show that our Models allow to efficiently
1105 save energy by turning off the redundant sensors during the sensing phase.
1106 As expected, the Model 1 is usually slightly better than the other Models, because it turn on a less number of nodes during the sensing phase in comparison with other models and according to the results, which are observed in figure ~\ref{fig33}, and It led to save more energy obviously.
1107 Indeed, when there are more primary points to represent the area of the sensor leads to activate more nodes to cover them and in the same time ensuring more coverage ratio. From the previous presented results, we see it is preferable to choose the model that balance between the coverage ratio and the number of rounds. The Model~2 becomes the most performing one, since it could apply this requirement where, It can coverage the area of interest with a good coverage ratio and for a larger number of rounds prolonging the lifetime of the wireless sensor network.
1109 \subsubsection{The percentage of stopped simulation runs}
1110 In this study, we want to show the effect of increasing the primary points on the number of stopped simulation runs for each round. Figure~\ref{fig66} illustrates the percentage of stopped simulation
1111 runs per round for 150 deployed nodes.
1114 \includegraphics[scale=0.5]{R2/SR.eps}
1115 \caption{The percentage of stopped simulation runs compared to the number of rounds for 150 deployed nodes }
1118 As shown in Figure~\ref{fig66}, when the number of primary points increase leads to increase the percentage of the stopped simulation runs per rounds and starting from round 11 until the the network is died. The reason behind the increase is the increase in the sensors dead When the primary points increases. We can observe that the Model~1 is a better than other models because it conserve more energy by turn on less number of sensors during the sensing phase, but in the same time it preserve the coverage with a less coverage ratio in comparison with other models. Model~2 seems to be more suitable to be used in sensor networks.
1121 \subsubsection{The Energy Consumption}
1122 In this experiment, we study the effect of increasing the primary points to represent the area of the sensor on the the energy consumed by the wireless sensor network for different network densities. Figure~\ref{fig77} illustrates the energy consumption for the different
1123 network sizes and for the four proposed Models.
1126 \includegraphics[scale=0.5]{R2/EC.eps}
1127 \caption{The Energy Consumption}
1131 We see from the results presented in Figure~\ref{fig77}, The energy consumed by the network for each round increases when the primary points increases, because the decision for optimization process will takes more time leads to consume more energy during the listening mode. The results show that the Model~1 is the most competitive from the energy
1132 consumption point of view but the worst one from coverage ratio point of view. The other Models have a high energy consumption due to the increase in the primary points, which are led to increase the energy consumption during the listening mode before taking the optimization decision. In fact, we see that the Model~2 is a good candidate to be used the wireless sensor network because I have a good coverage ratio and a suitable energy consumption in comparison with other models.
1135 \subsubsection{The impact of the number of sensors on execution time}
1136 In this experiment, we study the the impact of the increase in primary points on the excution time of the our distributed optimization approach. Table~\ref{table11} gives the average execution times in seconds for the decision phase (solving of the optimization problem) during one round.
1138 \caption{The Execution Time(s) vs The Number of Sensors}
1141 % used for centering table
1142 \begin{tabular}{|c|c|c|c|c|}
1143 % centered columns (4 columns)
1145 %inserts double horizontal lines
1146 Sensors number & Model~1 & Model~2 & Model~3 & Model~4 \\ [0.5ex]
1148 % inserts single horizontal line
1149 50 & 0.0024106288 & 0.0034540527 & 0.0045273282 & 0.0064475788 \\
1150 % inserting body of the table
1152 100 & 0.0045475502 & 0.0104693717 & 0.0144968192 & 0.0198072788 \\
1154 150 & 0.0090504642 & 0.0224529648 & 0.031136629 & 0.0442327285 \\
1156 200 & 0.0156788154 & 0.0412170018 & 0.0566654188 & 0.0785000165 \\
1158 250 & 0.023145026 & 0.0618075108 & 0.0853965538 & 0.1195402003 \\
1159 % [1ex] adds vertical space
1161 %inserts single line
1164 % is used to refer this table in the text
1167 They are given for the different primary point models and
1168 various numbers of sensors. We can see from Table~\ref{table11}, that the Model~1 has lower execution time in comparison with other Models, because it used smaller number of primary points to represent the area of the sensor. Conversely, the other primary point models presents higher execution times.
1169 Moreover, the Model~2 has more suitable times, coverage ratio, and saving energy ratio leads to continue for a larger number of rounds extending the network lifetime. We think that a good primary point model, this one that balances between the coverage ratio and the number of rounds during the lifetime of the network.
1171 \subsubsection{The Network Lifetime}
1172 Finally, we will study the effect of increasing the primary points on the lifetime of the network. In figure~\ref{fig88}, the network lifetime for different network sizes and for the four proposed models is illustrated.
1175 \includegraphics[scale=0.5]{R2/LT.eps}
1176 \caption{The Network Lifetime }
1179 As highlighted by figure~\ref{fig88}, the network lifetime obviously
1180 increases when the size of the network increases, with our approach Model~1
1181 that leads to the larger lifetime improvement.
1182 Comparison shows that the Model~1, which uses less number of primary points , is the best one because it is less energy consumption during the network lifetime. It is also the worst one from the point of view of coverage ratio. Our proposed Model~2 efficiently prolongs the network lifetime with a good coverage ratio in comparison with other models.
1184 \subsection{Performance Comparison for differnet Approaches}
1185 Based on the results, which are conducted from previous two subsections, ~\ref{sub1} and \ref{sub2}, we found that the Strategy~4 with Model~2 is the best candidate to be compared with other two approches. The first approach, called DESK that proposed by ~\cite{ChinhVu}, which is a full distributed coverage algorithm. The second approach, called Simple Heuristic,
1186 consists in uniformly dividing the region into squares of $(5 \times
1187 5)~m^2$. During the decision phase, in each square, a sensor is
1188 randomly chosen, it will remain turned on for the coming sensing
1189 phase. In this subsection, 50 simulation runs are
1190 performed with different network topologies. The results
1191 presented hereafter are the average of these 50 runs.
1193 \subsubsection{The impact of the number of rounds on the coverage ratio}
1194 In this experiment, Figure~\ref{fig333} shows the impact of the
1195 number of rounds on the average coverage ratio for 150 deployed nodes
1196 for the three approaches.
1200 \includegraphics[scale=0.45] {R3/CR.eps}
1201 \caption{The impact of the number of rounds on the coverage ratio for 150 deployed nodes}
1205 It is shown that DESK provides a
1206 better coverage ratio with 99.9 \% against 99.2 \% produced by
1207 our approach Strategy~4 for the lowest number of rounds. This is due to
1208 the fact that our protocol Strategy~4 put in sleep mode
1209 redundant sensors using optimization (which lightly decreases the coverage
1210 ratio) while there are more nodes are active in the case of DESK.
1211 Moreover, when the number of rounds increases, coverage
1212 ratio produced by DESK protocol decreases. This is due to dead nodes. However, Our protocol Strategy~4 maintains almost full
1213 coverage. This is because it optimize the coverage and the lifetime in wireless sensor network by selecting the best representative sensor nodes to take the reponsibilty of coverage during the sensing phase and this will leads to continue for a larger number of rounds and prolonging the network lifetime; although some nodes are dead, sensor activity scheduling of our protocol chooses other nodes to ensure the coverage of the area of interest. It can be seen that the Simple Heuristic approach gives similar coverage ratios 99.8 \% during the first four rounds. From the
1214 5th~round the coverage ratio decreases continuously and quickly with the simple heuristic until the 8th~round, the network is died.
1216 \subsubsection{The impact of the number of rounds on the active sensors ratio}
1217 It is important to have as few active nodes as possible in each round,
1218 in order to minimize the communication overhead and maximize the
1219 network lifetime. Figure~\ref{fig444} shows the average active nodes ratio versus the number of rounds for 150 deployed nodes.
1222 \includegraphics[scale=0.5]{R3/ASR.eps}
1223 \caption{The impact of the number of rounds on the active sensors ratio for 150 deployed nodes }
1227 The results presented in figure~\ref{fig444} show the superiority of
1228 the proposed protocol with Strategy~4, in comparison with the other approaches. We can observe that DESK has 37.5 \% active nodes and our protocol with Strategy~4
1229 competes perfectly with only 22.6 \% active nodes for the first four rounds. Then as the number of rounds increases our protocol with Strategy~4 generates less active nodes than DESK until the $10^{th}$ round, we see that the DESK has less number of active nodes because there are many nodes are died due to the high energy consumption by the redundant nodes during the sensing phase. The Simple Heuristic turn on 33.3 \% for the first four rounds after that the number of active nodes decreased in the next rounds due to the died nodes until the died of the network in the $8^{th}$ round.
1231 \subsubsection{The impact of the number of rounds on the energy saving ratio}
1232 In this experiment, we will perform a comparison study for the performance of our protocol with Strategy~4 with two other approaches from the point of view of energy conservation. Figure~\ref{fig555} shows the average Energy Saving Ratio versus number of rounds for all three approaches and for 150 deployed nodes.
1235 \includegraphics[scale=0.5]{R3/ESR.eps}
1236 \caption{The impact of the number of rounds on the energy saving ratio for 150 deployed nodes}
1239 The simulation results show that our protocol with Strategy~4 allow to efficiently
1240 save energy by turning off the redundant sensors during the sensing phase. As
1241 expected, our protocol with Strategy~4 is usually slightly better than
1242 the other approaches, because the distributed optimization on the subregions permits to minimize the energy needed for communication as well as turn off all the redundant sensor nodes, which are led to save more energy obviously. Note that again as the number of rounds increases, our protocol with Strategy~4 becomes the most performing one, since it is distributed the optimization process on the eight subregion networks simultaneously so as to optimize the coverage and the lifetime in the network.
1244 \subsubsection{The percentage of stopped simulation runs}
1245 The results presented in this experiment, is to show the comparison of our protocol with Strategy~4 with other two approaches from the point of view the stopped simulation runs per round.
1246 Figure~\ref{fig666} illustrates the percentage of stopped simulation
1247 runs per round for 150 deployed nodes.
1250 \includegraphics[scale=0.4]{R3/SR.eps}
1251 \caption{The percentage of stopped simulation runs compared to the number of rounds for 150 deployed nodes }
1254 It can be observed that the Simple Heuristic is the approach, which stops first because it consumes more energy for communication as well as it turn on a large number of redundant nodes during the sensing phase. Our protocol with Strategy~4 has less stopped simulation runs in comparison with DESK because it distributed the optimization on several subregions in order to optimize the coverage and the lifetime of the network by activating a less number of nodes during the sensing phase leading to extend the network lifetime and coverage preservation.The optimization effectively continues as long as a network in a subregion is still connected.
1256 \subsubsection{The Energy Consumption}
1257 In this experiment, we study the effect of the energy consumed by the wireless sensor network during the communication , listening, active, and sleep modes for different network densities and compare it with other approaches. Figure~\ref{fig777} illustrates the energy consumption for the different
1258 network sizes and for the three approaches.
1261 \includegraphics[scale=0.5]{R3/EC.eps}
1262 \caption{The Energy Consumption}
1265 The results show that our protocol with Strategy~4 is the most competitive from the energy consumption point of view. The other approaches have a high energy consumption due to activating a larger number of redundant nodes as well as the energy consumed for communication, active and listening modes. In fact, a distributed method on the subregions greatly reduces the number of communications and the time of listening so thanks to the partitioning of the initial network into several independent subnetworks.
1266 \subsubsection{The Network Lifetime}
1267 Finally, In this experiment, we will show the superiority of our protocol with Strategy~4 against other two approaches in prolonging the network lifetime. In Figure~\ref{fig888}, the
1268 network lifetime for different network sizes and for the four strategies is illustrated.
1271 \includegraphics[scale=0.5]{R3/LT.eps}
1272 \caption{The Network Lifetime }
1276 As highlighted by figure~\ref{fig888}, the network lifetime obviously
1277 increases when the size of the network increases, with our protocol with Strategy~4
1278 that leads to maximize the lifetime of the network compared with other approaches.
1279 By choosing the best suited nodes, for each round, by optimizing the coverage and lifetime of the network to cover the area of interest and by
1280 letting the other ones sleep in order to be used later in next rounds, our protocol with Strategy~4 efficiently prolonges the network lifetime.
1281 Comparison shows that our protocol with Strategy~4, which uses distributed optimization on the subregions, is the best
1282 one because it is robust to network disconnection during the network lifetime as well as it consume less energy in comparison with other approaches. It also means that distributing the algorithm in each node and subdividing the sensing field into many subregions, which are managed
1283 independently and simultaneously, is the most relevant way to maximize the lifetime of a network.
1285 \section{Conclusion and future works}
1286 \label{sec:conclusion}
1288 In this paper, we have addressed the problem of the coverage and the lifetime
1289 optimization in wireless sensor networks. This is a key issue as
1290 sensor nodes have limited resources in terms of memory, energy and
1291 computational power. To cope with this problem, the field of sensing
1292 is divided into smaller subregions using the concept of
1293 divide-and-conquer method, and then a multi-rounds coverage protocol
1294 will optimize coverage and lifetime performances in each subregion.
1295 The proposed protocol combines two efficient techniques: network
1296 leader election and sensor activity scheduling, where the challenges
1297 include how to select the most efficient leader in each subregion and
1298 the best representative active nodes that will optimize the network lifetime
1299 while taking the responsibility of covering the corresponding
1300 subregion. The network lifetime in each subregion is divided into
1301 rounds, each round consists of four phases: (i) Information Exchange,
1302 (ii) Leader Election, (iii) an optimization-based Decision in order to
1303 select the nodes remaining active for the last phase, and (iv)
1304 Sensing. The simulations show the relevance of the proposed
1305 protocol in terms of lifetime, coverage ratio, active sensors ratio,
1306 energy saving, energy consumption, execution time, and the number of
1307 stopped simulation runs due to network disconnection. Indeed, when
1308 dealing with large and dense wireless sensor networks, a distributed
1309 approach like the one we propose allows to reduce the difficulty of a
1310 single global optimization problem by partitioning it in many smaller
1311 problems, one per subregion, that can be solved more easily.
1313 In future work, we plan to study and propose a coverage protocol which
1314 computes all active sensor schedules in one time, using
1315 optimization methods such as swarms optimization or evolutionary
1316 algorithms. The round will still consist of 4 phases, but the
1317 decision phase will compute the schedules for several sensing phases
1318 which, aggregated together, define a kind of meta-sensing phase.
1319 The computation of all cover sets in one time is far more
1320 difficult, but will reduce the communication overhead.
1321 % use section* for acknowledgement
1322 %\section*{Acknowledgment}
1327 \bibliographystyle{IEEEtran}
1328 \bibliography{biblio}
1332 %\section{Proof of the First Zonklar Equation}
1333 %Appendix one text goes here.
1335 % you can choose not to have a title for an appendix
1336 % if you want by leaving the argument blank
1338 %Appendix two text goes here.
1341 % use section* for acknowledgement
1342 \section*{Acknowledgment}
1344 We would like to thank , and also thank anonymous reviewers for their constructive comments which helped us to
1345 improve the quality of this paper.
1349 % Can use something like this to put references on a page
1350 % by themselves when using endfloat and the captionsoff option.
1351 \ifCLASSOPTIONcaptionsoff