]> AND Private Git Repository - JournalMultiPeriods.git/blob - article.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Minor modifications in cover / reponse letter
[JournalMultiPeriods.git] / article.tex
1
2 \documentclass[preprint,12pt]{elsarticle}
3
4 \usepackage[linesnumbered,ruled,vlined,commentsnumbered]{algorithm2e}
5 \usepackage{multicol}
6 \usepackage{mathtools}  
7 \usepackage{colortbl}
8 \usepackage{multirow}
9
10 \SetAlFnt{\small}
11 \SetAlCapFnt{\large}
12 \SetAlCapNameFnt{\large}
13 \usepackage{algorithmic}
14 \algsetup{linenosize=\tiny}
15
16 \DeclarePairedDelimiter\ceil{\lceil}{\rceil}
17 \DeclarePairedDelimiter\floor{\lfloor}{\rfloor}
18 %% Use the option review to obtain double line spacing
19 %% \documentclass[authoryear,preprint,review,12pt]{elsarticle}
20
21 %% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
22 %% for a journal layout:
23 %% \documentclass[final,1p,times]{elsarticle}
24 %% \documentclass[final,1p,times,twocolumn]{elsarticle}
25 %% \documentclass[final,3p,times]{elsarticle}
26 %% \documentclass[final,3p,times,twocolumn]{elsarticle}
27 %% \documentclass[final,5p,times]{elsarticle}
28 %% \documentclass[final,5p,times,twocolumn]{elsarticle}
29
30 %% For including figures, graphicx.sty has been loaded in
31 %% elsarticle.cls. If you prefer to use the old commands
32 %% please give \usepackage{epsfig}
33
34 %% The amssymb package provides various useful mathematical symbols
35 \usepackage{amssymb}
36 %% The amsthm package provides extended theorem environments
37 %% \usepackage{amsthm}
38
39 %% The lineno packages adds line numbers. Start line numbering with
40 %% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
41 %% for the whole article with \linenumbers.
42 %% \usepackage{lineno}
43
44 \journal{Ad Hoc Networks}
45
46 \begin{document}
47
48 \begin{frontmatter}
49
50 %% Title, authors and addresses
51
52 %% use the tnoteref command within \title for footnotes;
53 %% use the tnotetext command for theassociated footnote;
54 %% use the fnref command within \author or \address for footnotes;
55 %% use the fntext command for theassociated footnote;
56 %% use the corref command within \author for corresponding author footnotes;
57 %% use the cortext command for theassociated footnote;
58 %% use the ead command for the email address,
59 %% and the form \ead[url] for the home page:
60 %% \title{Title\tnoteref{label1}}
61 %% \tnotetext[label1]{}
62 %% \author{Name\corref{cor1}\fnref{label2}}
63 %% \ead{email address}
64 %% \ead[url]{home page}
65 %% \fntext[label2]{}
66 %% \cortext[cor1]{}
67 %% \address{Address\fnref{label3}}
68 %% \fntext[label3]{}
69
70 \title{Multiround Distributed Lifetime Coverage Optimization Protocol in Wireless Sensor Networks}
71
72 %% use optional labels to link authors explicitly to addresses:
73 %% \author[label1,label2]{}
74 %% \address[label1]{}
75 %% \address[label2]{}
76 %\author{Ali Kadhum Idrees, Karine Deschinkel, \\
77 %Michel Salomon, and Rapha\"el Couturier}
78
79 %\thanks{are members in the AND team - DISC department - FEMTO-ST Institute, University of Franche-Comt\'e, Belfort, France.
80 % e-mail: ali.idness@edu.univ-fcomte.fr, $\lbrace$karine.deschinkel, michel.salomon, raphael.couturier$\rbrace$@univ-fcomte.fr.}% <-this % stops a space
81 %\thanks{}% <-this % stops a space
82  
83 %\address{FEMTO-ST Institute, University of Franche-Comt\'e, Belfort, France. \\ 
84 %e-mail: ali.idness@edu.univ-fcomte.fr, \\
85 %$\lbrace$karine.deschinkel, michel.salomon, raphael.couturier$\rbrace$@univ-fcomte.fr.}
86
87
88 \author{Ali Kadhum Idrees$^{a,b}$, Karine Deschinkel$^{a}$, \\
89 Michel Salomon$^{a}$ and Rapha\"el Couturier $^{a}$ \\
90   $^{a}${\em{FEMTO-ST Institute, UMR 6174 CNRS, \\
91   University Bourgogne Franche-Comt\'e, Belfort, France}} \\ 
92   $^{b}${\em{Department of Computer Science, University of Babylon, Babylon, Iraq}}
93 }  
94
95
96 \begin{abstract}
97 %One of  the fundamental challenges in Wireless Sensor Networks (WSNs)
98 %is the coverage preservation and the extension of the network lifetime
99 %continuously  and  effectively  when  monitoring a  certain  area  (or
100 %region) of  interest. 
101 Coverage and  lifetime are  two paramount problems  in Wireless  Sensor Networks
102 (WSNs). In this paper, a method called Multiround Distributed Lifetime Coverage
103 Optimization  protocol (MuDiLCO)  is proposed  to maintain  the coverage  and to
104 improve the lifetime in wireless sensor  networks. The area of interest is first
105 divided  into subregions and  then the  MuDiLCO protocol  is distributed  on the
106 sensor nodes in each subregion. The proposed MuDiLCO protocol works in periods
107 during which sets of sensor nodes are scheduled to remain active for a number of
108 rounds  during the  sensing phase,  to  ensure coverage  so as  to maximize  the
109 lifetime of  WSN. \textcolor{green}{The decision process is  carried out by a  leader node, which
110 solves an optimization problem to  produce the best  representative sets to  be used
111 during the rounds  of the sensing phase. The optimization problem formulated as an integer program is solved to optimality through a branch-and-Bound method for small instances. For larger instances, the best feasible solution found by the solver after a given time limit threshold is considered. }
112 %The decision process is  carried out by a  leader node, which
113 %solves an  integer program to  produce the best  representative sets to  be used
114 %during the rounds  of the sensing phase. 
115 %\textcolor{red}{The integer program is solved by either GLPK solver or Genetic Algorithm (GA)}. 
116 Compared  with some existing protocols,
117 simulation  results based  on  multiple criteria  (energy consumption,  coverage
118 ratio, and  so on) show that  the proposed protocol can  prolong efficiently the
119 network lifetime and improve the coverage performance.
120
121 \end{abstract}
122
123 \begin{keyword}
124 Wireless   Sensor   Networks,   Area   Coverage,   Network   Lifetime,
125 Optimization, Scheduling, Distributed Computation.
126
127 \end{keyword}
128
129 \end{frontmatter}
130
131 \section{Introduction}
132  
133 \indent  The   fast  developments  of  low-cost  sensor   devices  and  wireless
134 communications have allowed the emergence of WSNs. A WSN includes a large number
135 of small, limited-power sensors that  can sense, process, and transmit data over
136 a wireless  communication. They communicate  with each other by  using multi-hop
137 wireless communications and cooperate together  to monitor the area of interest,
138 so that  each measured data can be  reported to a monitoring  center called sink
139 for further  analysis~\cite{Sudip03}.  There  are several fields  of application
140 covering  a wide  spectrum for  a  WSN, including  health, home,  environmental,
141 military, and industrial applications~\cite{Akyildiz02}.
142
143 On the one hand sensor nodes run on batteries with limited capacities, and it is
144 often  costly  or  simply  impossible  to  replace  and/or  recharge  batteries,
145 especially in remote and hostile environments. Obviously, to achieve a long life
146 of the  network it is important  to conserve battery  power. Therefore, lifetime
147 optimization is one of the most  critical issues in wireless sensor networks. On
148 the other hand we must guarantee  coverage over the area of interest. To fulfill
149 these two objectives, the main idea  is to take advantage of overlapping sensing
150 regions to turn-off redundant sensor nodes  and thus save energy. In this paper,
151 we concentrate  on the area coverage  problem, with the  objective of maximizing
152 the network lifetime by using an optimized multiround scheduling.
153
154 % 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 approaches for coverage and connectivity in WSNs~\cite{conti2014mobile}. The coverage problem is one  of the
155 %fundamental challenges in WSNs~\cite{Nayak04} that consists in monitoring efficiently and continuously
156 %the area of interest. The limited energy of sensors represents the main challenge in the WSNs
157 %design~\cite{Sudip03}, where it is difficult to replace and/or recharge their batteries because the the area of interest nature (such as hostile environments) and the cost. So, it is necessary that a WSN
158 %deployed  with high  density because  spatial redundancy  can  then be exploited to increase  the lifetime of the network. However, turn on all the sensor nodes, which monitor the same region at the same time
159 %leads to decrease the lifetime of the network. To extend the lifetime of the network, the main idea is to take advantage of the overlapping sensing regions  of some  sensor nodes to  save energy by  turning off
160 %some  of them  during the  sensing phase~\cite{Misra05}. WSNs require energy-efficient solutions to improve the network lifetime that is constrained by the limited power of each sensor node ~\cite{Akyildiz02}. 
161
162 %In this paper,  we concentrate on the area coverage  problem, with the objective
163 %of maximizing the network lifetime by using an optimized multirounds scheduling.
164 %The area of interest is divided into subregions.
165
166 % Each period includes four phases starts with a discovery phase to exchange information among the sensors of the subregion, in order  to choose in a  suitable manner a sensor node as leader to carry out a coverage strategy.  This coverage strategy involves the solving of an integer program by the leader,  to optimize the coverage and the lifetime in the subregion by producing a sets of sensor nodes in order to take the mission of coverage preservation during several rounds in the sensing phase. In fact, the nodes in a subregion can be seen as a cluster where each node sends sensing data to the cluster head or the sink node. Furthermore, the activities in a subregion/cluster can continue even if another cluster stops due to too many node failures.  
167
168 The remainder of the paper is organized as follows. The next section
169 % Section~\ref{rw}
170 reviews  the related works  in the  field.  Section~\ref{pd}  is devoted  to the
171 description of MuDiLCO protocol.  Section~\ref{exp} shows the simulation results
172 obtained using  the discrete event  simulator OMNeT++ \cite{varga}.   They fully
173 demonstrate  the  usefulness  of   the  proposed  approach.   Finally,  we  give
174 concluding    remarks   and    some    suggestions   for    future   works    in
175 Section~\ref{sec:conclusion}.
176
177
178 %%RC : Related works good for a phd thesis but too long for a paper. Ali you  need to learn to .... summarize :-)
179 \section{Related works} % Trop proche de l'etat de l'art de l'article de Zorbas ?
180 \label{rw}
181
182 \indent  This section is  dedicated to  the various  approaches proposed  in the
183 literature for  the coverage lifetime maximization problem,  where the objective
184 is to optimally schedule sensors' activities in order to extend network lifetime
185 in WSNs. Cardei  and Wu \cite{cardei2006energy} provide a  taxonomy for coverage
186 algorithms in WSNs according to several design choices:
187 \begin{itemize}
188 \item  Sensors   scheduling  algorithm  implementation,   i.e.   centralized  or
189   distributed/localized algorithms.
190 \item The objective of sensor coverage, i.e. to maximize the network lifetime or
191   to minimize the number of active sensors during a sensing round.
192 \item The homogeneous or heterogeneous nature  of the nodes, in terms of sensing
193   or communication capabilities.
194 \item The node deployment method, which may be random or deterministic.
195 \item  Additional  requirements  for  energy-efficient and  connected coverage.
196 \end{itemize}
197
198 The choice of non-disjoint or disjoint cover sets (sensors participate or not in
199 many cover sets) can be added to the above list.
200 % 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 list.
201
202 \subsection{Centralized approaches}
203
204 The major approach  is to divide/organize the sensors into  a suitable number of
205 cover sets where  each set completely covers an interest  region and to activate
206 these cover sets successively.  The centralized algorithms always provide nearly
207 or close  to optimal solution since the  algorithm has global view  of the whole
208 network. Note that  centralized algorithms have the advantage  of requiring very
209 low  processing  power  from  the  sensor  nodes,  which  usually  have  limited
210 processing  capabilities. The  main drawback  of this  kind of  approach  is its
211 higher cost in communications, since the  node that will make the decision needs
212 information from all the  sensor nodes. \textcolor{green} {Exact or heuristics approaches are designed to provide cover sets.
213  %(Moreover, centralized approaches usually
214 %suffer from the scalability problem, making them less competitive as the network
215 %size increases.) 
216 Contrary to exact methods, heuristic methods can handle very large and centralized problems. They are proposed to reduce computational overhead such as energy consumption, delay and generally increase in
217 the network lifetime. }
218
219 The first algorithms proposed in the literature consider that the cover sets are
220 disjoint:  a  sensor  node  appears  in  exactly  one  of  the  generated  cover
221 sets~\cite{abrams2004set,cardei2005improving,Slijepcevic01powerefficient}.     In
222 the   case  of  non-disjoint   algorithms  \cite{pujari2011high},   sensors  may
223 participate in  more than one  cover set.  In  some cases, this may  prolong the
224 lifetime of the network in comparison  to the disjoint cover set algorithms, but
225 designing  algorithms for  non-disjoint cover  sets generally  induces  a higher
226 order  of complexity.   Moreover, in  case of  a sensor's  failure, non-disjoint
227 scheduling  policies are less  resilient and  reliable because  a sensor  may be
228 involved in more than one cover sets.
229 %For instance, the proposed work in ~\cite{cardei2005energy, berman04}    
230
231 In~\cite{yang2014maximum},  the  authors have  considered  a linear  programming
232 approach  to select  the minimum  number of  working sensor  nodes, in  order to
233 preserve a  maximum coverage  and to  extend lifetime of  the network.  Cheng et
234 al.~\cite{cheng2014energy} have defined a  heuristic algorithm called Cover Sets
235 Balance  (CSB), which  chooses  a set  of  active nodes  using  the tuple  (data
236 coverage range, residual  energy).  Then, they have introduced  a new Correlated
237 Node Set Computing (CNSC) algorithm to  find the correlated node set for a given
238 node.   After that,  they  proposed a  High  Residual Energy  First (HREF)  node
239 selection algorithm to minimize the number  of active nodes so as to prolong the
240 network  lifetime.  Various  centralized  methods  based  on  column  generation
241 approaches                    have                   also                   been
242 proposed~\cite{gentili2013,castano2013column,rossi2012exact,deschinkel2012column}. 
243 \textcolor{green}{In~\cite{gentili2013}, authors highlight the trade-off between the network lifetime and the coverage percentage. They show that network lifetime can be hugely improved by decreasing the coverage ratio. }
244
245 \subsection{Distributed approaches}
246 %{\bf Distributed approaches}
247 In distributed  and localized coverage  algorithms, the required  computation to
248 schedule the  activity of  sensor nodes  will be done  by the  cooperation among
249 neighboring nodes. These  algorithms may require more computation  power for the
250 processing by the cooperating sensor nodes, but they are more scalable for large
251 WSNs.  Localized and distributed algorithms generally result in non-disjoint set
252 covers.
253
254 Many distributed algorithms have been  developed to perform the scheduling so as
255 to          preserve         coverage,          see          for         example
256 \cite{Gallais06,Tian02,Ye03,Zhang05,HeinzelmanCB02,       yardibi2010distributed,
257   prasad2007distributed,Misra}.   Distributed  algorithms  typically operate  in
258 rounds for  a predetermined duration. At  the beginning of each  round, a sensor
259 exchanges information with  its neighbors and makes a  decision to either remain
260 turned on or  to go to sleep for  the round. This decision is  basically made on
261 simple     greedy     criteria    like     the     largest    uncovered     area
262 \cite{Berman05efficientenergy}      or       maximum      uncovered      targets
263 \cite{lu2003coverage}.   The  Distributed  Adaptive Sleep  Scheduling  Algorithm
264 (DASSA) \cite{yardibi2010distributed}  does not require  location information of
265 sensors while  maintaining connectivity and  satisfying a user  defined coverage
266 target.  In  DASSA, nodes use the  residual energy levels and  feedback from the
267 sink for  scheduling the activity  of their neighbors.  This  feedback mechanism
268 reduces  the randomness  in scheduling  that would  otherwise occur  due  to the
269 absence of location information.  In  \cite{ChinhVu}, the author have designed a
270 novel distributed heuristic,  called Distributed Energy-efficient Scheduling for
271 k-coverage (DESK), which  ensures that the energy consumption  among the sensors
272 is  balanced  and the  lifetime  maximized  while  the coverage  requirement  is
273 maintained.   This heuristic  works in  rounds, requires  only  one-hop neighbor
274 information, and each  sensor decides its status (active or  sleep) based on the
275 perimeter coverage model from~\cite{Huang:2003:CPW:941350.941367}.
276
277 %Our Work, which is presented in~\cite{idrees2014coverage} proposed a coverage optimization protocol to improve the lifetime in
278 %heterogeneous energy wireless sensor networks. 
279 %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. 
280
281 The  works presented  in  \cite{Bang, Zhixin,  Zhang}  focus on  coverage-aware,
282 distributed energy-efficient,  and distributed clustering  methods respectively,
283 which  aim at extending  the network  lifetime, while  the coverage  is ensured.
284 More recently, Shibo et al.  \cite{Shibo} have expressed the coverage problem as
285 a  minimum  weight submodular  set  cover  problem  and proposed  a  Distributed
286 Truncated Greedy  Algorithm (DTGA) to solve  it.  They take  advantage from both
287 temporal and spatial correlations between  data sensed by different sensors, and
288 leverage prediction, to improve  the lifetime.  In \cite{xu2001geography}, Xu et
289 al.  have  described an algorithm, called Geographical  Adaptive Fidelity (GAF),
290 which uses geographic  location information to divide the  area of interest into
291 fixed square grids.   Within each grid, it keeps only one  node staying awake to
292 take the responsibility of sensing and communication.
293
294 Some  other  approaches (outside  the  scope  of our  work)  do  not consider  a
295 synchronized and  predetermined time-slot where  the sensors are active  or not.
296 Indeed, each sensor  maintains its own timer and its  wake-up time is randomized
297 \cite{Ye03} or regulated \cite{cardei2005maximum} over time.
298
299 The MuDiLCO protocol (for  Multiround Distributed Lifetime Coverage Optimization
300 protocol) presented  in this  paper is an  extension of the  approach introduced
301 in~\cite{idrees2014coverage}.   In~\cite{idrees2014coverage},  the  protocol  is
302 deployed over  only two  subregions. Simulation results  have shown that  it was
303 more  interesting  to  divide  the  area  into  several  subregions,  given  the
304 computation complexity. Compared to our previous paper, in this one we study the
305 possibility of dividing  the sensing phase into multiple rounds  and we also add
306 an  improved  model  of energy  consumption  to  assess  the efficiency  of  our
307 approach. In fact, in this paper we make a multiround optimization, while it was
308 a single round optimization in our previous work. \textcolor{green}{The idea is to take advantage of the pre-sensing phase
309  to plan the sensor's activity for several rounds instead of one, thus saving energy. In addition, when the optimization problem becomes more complex, its resolution is stopped after a given time threshold}.
310
311 \iffalse
312    
313 \subsection{Centralized Approaches}
314 %{\bf Centralized approaches}
315 The major approach  is to divide/organize the sensors into  a suitable number of
316 set covers where  each set completely covers an interest  region and to activate
317 these set covers successively.  The centralized algorithms always provide nearly
318 or close  to optimal solution since the  algorithm has global view  of the whole
319 network. Note that  centralized algorithms have the advantage  of requiring very
320 low  processing  power  from  the  sensor  nodes,  which  usually  have  limited
321 processing  capabilities. The  main drawback  of this  kind of  approach  is its
322 higher cost in communications, since the  node that will take the decision needs
323 information from all the  sensor nodes. Moreover, centralized approaches usually
324 suffer from the scalability problem, making them less competitive as the network
325 size increases.
326
327 The first algorithms proposed in the literature consider that the cover sets are
328 disjoint: a sensor node appears in exactly one of the generated cover sets.  For
329 instance,  Slijepcevic  and  Potkonjak  \cite{Slijepcevic01powerefficient}  have
330 proposed an algorithm, which allocates sensor nodes in mutually independent sets
331 to monitor an area divided into  several fields.  Their algorithm builds a cover
332 set by including in priority the  sensor nodes which cover critical fields, that
333 is to say fields  that are covered by the smallest number  of sensors.  The time
334 complexity of  their heuristic is $O(n^2)$  where $n$ is the  number of sensors.
335 Abrams et al.~\cite{abrams2004set}  have designed three approximation algorithms
336 for a variation of the set  k-cover problem, where the objective is to partition
337 the sensors  into covers such  that the number  of covers that include  an area,
338 summed  over all  areas, is  maximized.  Their  work builds  upon  previous work
339 in~\cite{Slijepcevic01powerefficient}  and  the  generated  cover  sets  do  not
340 provide complete coverage of the monitoring zone.
341
342 In \cite{cardei2005improving}, the authors have proposed a method to efficiently
343 compute the maximum number of disjoint set covers such that each set can monitor
344 all targets. They first transform the problem into a maximum flow problem, which
345 is formulated  as a mixed integer  programming (MIP). Then  their heuristic uses
346 the output  of the MIP to compute  disjoint set covers.  Results  show that this
347 heuristic  provides  a  number  of   set  covers  slightly  larger  compared  to
348 \cite{Slijepcevic01powerefficient}, but with a  larger execution time due to the
349 complexity of the mixed integer programming resolution.
350
351 Zorbas et al.  \cite{zorbas2010solving} presented a centralized greedy algorithm
352 for the efficient production of  both node disjoint and non-disjoint cover sets.
353 Compared    to    algorithm's    results    of   Slijepcevic    and    Potkonjak
354 \cite{Slijepcevic01powerefficient}, their heuristic produces more disjoint cover
355 sets with a  slight growth rate in execution  time.  When producing non-disjoint
356 cover sets,  both Static-CCF  and Dynamic-CCF algorithms,  where CCF  means that
357 they  use a cost  function called  Critical Control  Factor, provide  cover sets
358 offering longer network lifetime than those produced by \cite{cardei2005energy}.
359 Also, they require  a smaller number of participating nodes  in order to achieve
360 these results.
361
362 In  the  case  of  non-disjoint algorithms  \cite{pujari2011high},  sensors  may
363 participate in  more than one  cover set.  In  some cases, this may  prolong the
364 lifetime of the network in comparison  to the disjoint cover set algorithms, but
365 designing  algorithms for  non-disjoint cover  sets generally  induces  a higher
366 order  of complexity.   Moreover, in  case of  a sensor's  failure, non-disjoint
367 scheduling policies are less resilient and less reliable because a sensor may be
368 involved   in   more  than   one   cover   sets.    For  instance,   Cardei   et
369 al.~\cite{cardei2005energy}  present a  linear programming  (LP) solution  and a
370 greedy approach to extend the  sensor network lifetime by organizing the sensors
371 into a maximal number of  non-disjoint cover sets.  Simulation results show that
372 by  allowing sensors  to  participate  in multiple  sets,  the network  lifetime
373 increases     compared     with     related     work~\cite{cardei2005improving}.
374 In~\cite{berman04},  the  authors  have  formulated  the  lifetime  problem  and
375 suggested another (LP) technique to  solve this problem.  A centralized solution
376 based  on  the  Garg-K\"{o}nemann  algorithm~\cite{garg98},  provably  near  the
377 optimal solution, is also proposed.
378
379 In~\cite{yang2014maximum},  the  authors  have  proposed  a  linear  programming
380 approach for selecting  the minimum number of working sensor  nodes, in order to
381 as to preserve  a maximum coverage and extend lifetime of  the network. Cheng et
382 al.~\cite{cheng2014energy} have defined a  heuristic algorithm called Cover Sets
383 Balance (CSB), which choose a set of active nodes using the tuple (data coverage
384 range, residual energy).   Then, they have introduced a  new Correlated Node Set
385 Computing (CNSC)  algorithm to find  the correlated node  set for a  given node.
386 After that,  they proposed  a High Residual  Energy First (HREF)  node selection
387 algorithm to  minimize the number of active  nodes so as to  prolong the network
388 lifetime. Various centralized methods based on column generation approaches have
389 also been proposed~\cite{castano2013column,rossi2012exact,deschinkel2012column}.
390
391 \subsection{Distributed approaches}
392 %{\bf Distributed approaches}
393 In distributed  and localized coverage  algorithms, the required  computation to
394 schedule the  activity of  sensor nodes  will be done  by the  cooperation among
395 neighboring nodes. These  algorithms may require more computation  power for the
396 processing by the cooperating sensor nodes, but they are more scalable for large
397 WSNs.  Localized and distributed algorithms generally result in non-disjoint set
398 covers.
399
400 Many distributed algorithms have been  developed to perform the scheduling so as
401 to          preserve         coverage,          see          for         example
402 \cite{Gallais06,Tian02,Ye03,Zhang05,HeinzelmanCB02,yardibi2010distributed}.
403 Distributed  algorithms   typically  operate  in  rounds   for  a  predetermined
404 duration. At  the beginning of each  round, a sensor  exchanges information with
405 its neighbors and makes a decision to  either remain turned on or to go to sleep
406 for the  round. This decision is  basically made on simple  greedy criteria like
407 the largest  uncovered area \cite{Berman05efficientenergy}  or maximum uncovered
408 targets  \cite{lu2003coverage}.   In  \cite{Tian02},  the scheduling  scheme  is
409 divided into rounds, where each round  has a self-scheduling phase followed by a
410 sensing phase.  Each sensor broadcasts  a message containing the node~ID and the
411 node  location to  its  neighbors at  the  beginning of  each  round.  A  sensor
412 determines its status by a rule named off-duty eligible rule, which tells him to
413 turn off if its  sensing area is covered by its neighbors.  A back-off scheme is
414 introduced to let each sensor delay the decision process with a random period of
415 time, in  order to  avoid simultaneous conflicting  decisions between  nodes and
416 lack  of coverage  on any  area.   In \cite{prasad2007distributed}  a model  for
417 capturing  the dependencies  between  different  cover sets  is  defined and  it
418 proposes localized heuristic based on this dependency. The algorithm consists of
419 two  phases,  an initial  setup  phase during  which  each  sensor computes  and
420 prioritizes  the covers  and  a sensing  phase  during which  each sensor  first
421 decides  its on/off  status, and  then remains  on or  off for  the rest  of the
422 duration. 
423
424 The  authors  in  \cite{yardibi2010distributed}  have  developed  a  Distributed
425 Adaptive  Sleep Scheduling  Algorithm (DASSA)  for WSNs  with  partial coverage.
426 DASSA  does  not  require  location  information of  sensors  while  maintaining
427 connectivity and satisfying a user defined coverage target.  In DASSA, nodes use
428 the  residual  energy levels  and  feedback from  the  sink  for scheduling  the
429 activity of their neighbors.  This  feedback mechanism reduces the randomness in
430 scheduling  that  would   otherwise  occur  due  to  the   absence  of  location
431 information.  In  \cite{ChinhVu}, the author  have proposed a  novel distributed
432 heuristic, called Distributed Energy-efficient Scheduling for k-coverage (DESK),
433 which ensures that the energy consumption  among the sensors is balanced and the
434 lifetime maximized while the coverage requirement is maintained.  This heuristic
435 works in  rounds, requires  only one-hop neighbor  information, and  each sensor
436 decides  its status  (active or  sleep) based  on the  perimeter  coverage model
437 proposed in \cite{Huang:2003:CPW:941350.941367}.
438
439 %Our Work, which is presented in~\cite{idrees2014coverage} proposed a coverage optimization protocol to improve the lifetime in
440 %heterogeneous energy wireless sensor networks. 
441 %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. 
442
443 The  works presented in  \cite{Bang, Zhixin,  Zhang} focus  on coverage-aware,
444 distributed energy-efficient,  and distributed clustering  methods respectively,
445 which aim  to extend the network  lifetime, while the coverage  is ensured.  S.
446 Misra et al.   \cite{Misra} have proposed a localized  algorithm for coverage in
447 sensor networks.  The  algorithm conserve the energy while  ensuring the network
448 coverage by activating the subset of  sensors with the minimum overlap area. The
449 proposed method preserves  the network connectivity by formation  of the network
450 backbone.  More recently, Shibo et  al. \cite{Shibo} have expressed the coverage
451 problem  as  a  minimum weight  submodular  set  cover  problem and  proposed  a
452 Distributed Truncated Greedy Algorithm (DTGA)  to solve it.  They take advantage
453 from both  temporal and  spatial correlations between  data sensed  by different
454 sensors,   and    leverage   prediction,   to   improve    the   lifetime.    In
455 \cite{xu2001geography},   Xu  et   al.  have   proposed  an   algorithm,  called
456 Geographical Adaptive Fidelity (GAF), which uses geographic location information
457 to divide  the area of  interest into fixed  square grids. Within each  grid, it
458 keeps only  one node  staying awake  to take the  responsibility of  sensing and
459 communication.
460
461 Some  other  approaches (outside  the  scope  of our  work)  do  not consider  a
462 synchronized and  predetermined period of time  where the sensors  are active or
463 not.   Indeed, each  sensor maintains  its  own timer  and its  wake-up time  is
464 randomized \cite{Ye03} or regulated \cite{cardei2005maximum} over time.
465
466 The MuDiLCO protocol (for Multiround Distributed Lifetime Coverage Optimization
467 protocol) presented  in this  paper is an  extension of the  approach introduced
468 in~\cite{idrees2014coverage}.   In~\cite{idrees2014coverage},  the  protocol  is
469 deployed over  only two  subregions. Simulation results  have shown that  it was
470 more  interesting  to  divide  the  area  into  several  subregions,  given  the
471 computation complexity. Compared to our previous paper, in this one we study the
472 possibility of dividing  the sensing phase into multiple rounds  and we also add
473 an  improved  model  of energy  consumption  to  assess  the efficiency  of  our
474 approach.
475
476
477
478
479 \fi
480 %The main contributions of our MuDiLCO Protocol can be summarized as follows:
481 %(1) The high coverage ratio, (2) The reduced number of active nodes, (3) The distributed optimization over the subregions in the area of interest, (4) The distributed dynamic leader election at each round based on some priority factors that led to energy consumption balancing among the nodes in the same subregion, (5) The primary point coverage model to represent each sensor node in the network, (6) The activity scheduling based optimization on the subregion, which are based on the primary point coverage model to activate as less number as possible of sensor nodes for a multirounds to take the mission of the coverage in each subregion, (7) The very low energy consumption, (8) The higher network lifetime.
482 %\section{Preliminaries}
483 %\label{Pr}
484
485 %Network Lifetime
486
487 %\subsection{Network Lifetime}
488 %Various   definitions   exist   for   the   lifetime   of   a   sensor
489 %network~\cite{die09}.  The main definitions proposed in the literature are
490 %related to the  remaining energy of the nodes or  to the coverage percentage. 
491 %The lifetime of the  network is mainly defined as the amount
492 %of  time during which  the network  can  satisfy its  coverage objective  (the
493 %amount of  time that the network  can cover a given  percentage of its
494 %area or targets of interest). In this work, we assume that the network
495 %is alive  until all  nodes have  been drained of  their energy  or the
496 %sensor network becomes disconnected, and we measure the coverage ratio
497 %during the WSN lifetime.  Network connectivity is important because an
498 %active sensor node without  connectivity towards a base station cannot
499 %transmit information on an event in the area that it monitors.
500
501 \section{MuDiLCO protocol description}
502 \label{pd}
503
504 %Our work will concentrate on the area coverage by design
505 %and implementation of a  strategy, which efficiently selects the active
506 %nodes   that  must   maintain  both   sensing  coverage   and  network
507 %connectivity and at the same time improve the lifetime of the wireless
508 %sensor  network. But,  requiring  that  all physical  points  of  the
509 %considered region are covered may  be too strict, especially where the
510 %sensor network is not dense.   Our approach represents an area covered
511 %by a sensor as a set of primary points and tries to maximize the total
512 %number  of  primary points  that  are  covered  in each  round,  while
513 %minimizing  overcoverage (points  covered by  multiple  active sensors
514 %simultaneously).
515
516 %In this section, we introduce a Multiround Distributed Lifetime Coverage Optimization protocol, which is called MuDiLCO. It is  distributed on each subregion in the area of interest. It is based on two efficient techniques: network
517 %leader election and sensor activity scheduling for coverage preservation and energy conservation continuously and efficiently to maximize the lifetime in the network.  
518 %The main features of our MuDiLCO protocol:
519 %i)It divides the area of interest into subregions by using divide-and-conquer concept, ii)It requires only the information of the nodes within the subregion, iii) it divides the network lifetime into periods, which consists in round(s), iv)It based on the autonomous distributed decision by the nodes in the subregion to elect the Leader, v)It apply the activity scheduling based optimization on the subregion, vi)  it achieves an energy consumption balancing among the nodes in the subregion by selecting different nodes as a leader during the network lifetime, vii) It uses the optimization to select the best representative non-disjoint sets of sensors in the subregion by optimize the coverage and the lifetime over the area of interest, viii)It uses our proposed 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, ix) It uses a simple energy model that takes communication, sensing and computation energy consumptions into account to evaluate the performance of our Protocol.
520
521 \subsection{Assumptions}
522
523 We  consider a  randomly and  uniformly  deployed network  consisting of  static
524 wireless sensors.  The sensors are  deployed in high density to ensure initially
525 a high  coverage ratio  of the interested  area.  We  assume that all  nodes are
526 homogeneous  in   terms  of  communication  and   processing  capabilities,  and
527 heterogeneous  from the  point  of view  of  energy provision.   Each sensor  is
528 supposed  to get information  on its  location either  through hardware  such as
529 embedded GPS or through location discovery algorithms.
530    
531 To model  a sensor node's coverage  area, we consider the  boolean disk coverage
532 model   which  is  the   most  widely   used  sensor   coverage  model   in  the
533 literature. Thus, each  sensor has a constant sensing range  $R_s$ and all space
534 points within  the disk centered  at the sensor  with the radius of  the sensing
535 range  is  said  to  be  covered  by  this sensor.   We  also  assume  that  the
536 communication   range  satisfies   $R_c  \geq   2R_s$.   In   fact,   Zhang  and
537 Zhou~\cite{Zhang05} proved that if  the transmission range fulfills the previous
538 hypothesis, a complete coverage of  a convex area implies connectivity among the
539 active nodes.
540
541 %Instead  of working  with a  continuous coverage  area, we  make it  discrete by considering for each sensor a set of points called primary points. Consequently, we assume  that the sensing disk  defined by a sensor  is covered if  all of its primary points are covered. The choice of number and locations of primary points is the subject of another study not presented here.
542
543
544 \indent Instead of working with the coverage area, we consider for each sensor a set of points called primary points~\cite{idrees2014coverage}. We assume that the sensing disk defined by a sensor is covered if all the primary points of this sensor are covered. By  knowing the  position (point  center: ($p_x,p_y$))  of  a wireless sensor node  and it's sensing range $R_s$,  we define up to 25 primary points $X_1$ to $X_{25}$ as decribed on Figure~\ref{fig1}. The coordinates of the primary points are the following :\\
545 %$(p_x,p_y)$ = point center of wireless sensor node\\  
546 $X_1=(p_x,p_y)$ \\ 
547 $X_2=( p_x + R_s * (1), p_y + R_s * (0) )$\\           
548 $X_3=( p_x + R_s * (-1), p_y + R_s * (0)) $\\
549 $X_4=( p_x + R_s * (0), p_y + R_s * (1) )$\\
550 $X_5=( p_x + R_s * (0), p_y + R_s * (-1 )) $\\
551 $X_6= ( p_x + R_s * (\frac{-\sqrt{2}}{2}), p_y + R_s * (0)) $\\
552 $X_7=( p_x + R_s *  (\frac{\sqrt{2}}{2}), p_y + R_s * (0))$\\
553 $X_8=( p_x + R_s * (\frac{-\sqrt{2}}{2}), p_y + R_s * (\frac{-\sqrt{2}}{2})) $\\
554 $X_9=( p_x + R_s * (\frac{\sqrt{2}}{2}), p_y + R_s * (\frac{-\sqrt{2}}{2})) $\\
555 $X_{10}=( p_x + R_s * (\frac{-\sqrt{2}}{2}), p_y + R_s * (\frac{\sqrt{2}}{2})) $\\
556 $X_{11}=( p_x + R_s * (\frac{\sqrt{2}}{2}), p_y + R_s * (\frac{\sqrt{2}}{2})) $\\
557 $X_{12}=( p_x + R_s * (0), p_y + R_s * (\frac{\sqrt{2}}{2})) $\\
558 $X_{13}=( p_x + R_s * (0), p_y + R_s * (\frac{-\sqrt{2}}{2})) $\\
559 $X_{14}=( p_x + R_s * (\frac{\sqrt{3}}{2}), p_y + R_s * (\frac{1}{2})) $\\
560 $X_{15}=( p_x + R_s * (\frac{-\sqrt{3}}{2}), p_y + R_s * (\frac{1}{2})) $\\
561 $X_{16}=( p_x + R_s * (\frac{\sqrt{3}}{2}), p_y + R_s * (\frac{- 1}{2})) $\\
562 $X_{17}=( p_x + R_s * (\frac{-\sqrt{3}}{2}), p_y + R_s * (\frac{- 1}{2})) $\\
563 $X_{18}=( p_x + R_s * (\frac{\sqrt{3}}{2}), p_y + R_s * (0)) $\\
564 $X_{19}=( p_x + R_s * (\frac{-\sqrt{3}}{2}), p_y + R_s * (0)) $\\
565 $X_{20}=( p_x + R_s * (0), p_y + R_s * (\frac{1}{2})) $\\
566 $X_{21}=( p_x + R_s * (0), p_y + R_s * (-\frac{1}{2})) $\\
567 $X_{22}=( p_x + R_s * (\frac{1}{2}), p_y + R_s * (\frac{\sqrt{3}}{2})) $\\
568 $X_{23}=( p_x + R_s * (\frac{- 1}{2}), p_y + R_s * (\frac{\sqrt{3}}{2})) $\\
569 $X_{24}=( p_x + R_s * (\frac{- 1}{2}), p_y + R_s * (\frac{-\sqrt{3}}{2})) $\\
570 $X_{25}=( p_x + R_s * (\frac{1}{2}), p_y + R_s * (\frac{-\sqrt{3}}{2})) $.
571
572
573  
574 \begin{figure} %[h!]
575 \centering
576  \begin{multicols}{2}
577 \centering
578 \includegraphics[scale=0.28]{fig21.pdf}\\~ (a)
579 \includegraphics[scale=0.28]{principles13.pdf}\\~(c) 
580 \hfill \hfill
581 \includegraphics[scale=0.28]{fig25.pdf}\\~(e)
582 \includegraphics[scale=0.28]{fig22.pdf}\\~(b)
583 \hfill \hfill
584 \includegraphics[scale=0.28]{fig24.pdf}\\~(d)
585 \includegraphics[scale=0.28]{fig26.pdf}\\~(f)
586 \end{multicols} 
587 \caption{Wireless Sensor Node represented by (a) 5, (b) 9, (c) 13, (d) 17, (e) 21 and (f) 25 primary points respectively}
588 \label{fig1}
589 \end{figure}
590     
591
592
593
594
595
596 %By  knowing the  position (point  center: ($p_x,p_y$))  of  a wireless
597 %sensor node  and its $R_s$,  we calculate the primary  points directly
598 %based on the proposed model. We  use these primary points (that can be
599 %increased or decreased if necessary)  as references to ensure that the
600 %monitored  region  of interest  is  covered  by  the selected  set  of
601 %sensors, instead of using all the points in the area.
602
603 %The MuDiLCO protocol works in periods and executed at each sensor node in the network, each sensor node can still sense data while being in
604 %LISTENING mode. Thus, by entering the LISTENING mode at the beginning of each round,
605 %sensor nodes still executing sensing task while participating in the leader election and decision phases. More specifically, The MuDiLCO protocol algorithm works as follow: 
606 %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$.
607 %The sensor node enter in listening mode waiting to receive ActiveSleep packet from the leader after the decision to apply multi-round activity scheduling during the sensing phase. 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 produce the cover sets of sensor nodes to take the mission of coverage during the sensing phase for $T$ rounds. The leader will send ActiveSleep packet to each sensor node in the subregion to inform him to it's schedule for $T$ rounds during the period of sensing, either Active or sleep until the starting of next period. Based on the decision, the leader as other nodes in subregion, either go to be active or go to be sleep based on it's schedule for $T$ rounds 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, which are includes $T$ rounds, all the sensor nodes in the same subregion will start new period by executing the MuDiLCO protocol and the lifetime in the subregion will continue until all the sensor nodes are died or the network becomes disconnected in the subregion.
608
609 \subsection{Background idea}
610 %%RC : we need to clarify the difference between round and period. Currently it seems to be the same (for me at least).
611 %The area of  interest can be divided using  the divide-and-conquer strategy into
612 %smaller  areas,  called  subregions,  and  then our MuDiLCO  protocol will be
613 %implemented in each subregion in a distributed way.
614
615 \textcolor{green}{The WSN area of  interest is, in a first step,  divided into regular homogeneous
616 subregions using a  divide-and-conquer algorithm. In a second  step our protocol
617 will  be executed  in  a distributed  way in  each  subregion simultaneously  to
618 schedule nodes' activities  for one sensing period. Sensor nodes  are assumed to
619 be deployed  almost uniformly over the  region. The regular subdivision  is made
620 such that the number of hops between  any pairs of sensors inside a subregion is
621 less than or equal to 3.}
622
623 As  can be seen  in Figure~\ref{fig2},  our protocol  works in  periods fashion,
624 where  each is  divided  into 4  phases: Information~Exchange,  Leader~Election,
625 Decision, and Sensing.  Each sensing phase may be itself divided into $T$ rounds
626 \textcolor{green} {of equal duration} and for each round a set of sensors (a cover set) is responsible for the sensing
627 task. In  this way  a multiround optimization  process is performed  during each
628 period  after  Information~Exchange  and  Leader~Election phases,  in  order  to
629 produce $T$ cover sets that will take the mission of sensing for $T$ rounds.
630 \begin{figure}[ht!]
631 \centering \includegraphics[width=100mm]{Modelgeneral.pdf} % 70mm
632 \caption{The MuDiLCO protocol scheme executed on each node}
633 \label{fig2}
634 \end{figure} 
635
636 %Each period is divided into 4 phases: Information  Exchange,
637 %Leader  Election, Decision,  and  Sensing.  Each sensing phase may be itself divided into $T$ rounds.
638 % set cover responsible for the sensing task.  
639 %For each round a set of sensors (said a cover set) is responsible for the sensing task.
640
641 This protocol minimizes the impact of unexpected node failure (not due to batteries
642 running out of energy), because it works in periods. 
643 %This protocol is reliable against an unexpected node failure, because it works in periods. 
644 %%RC : why? I am not convinced
645  On the one hand, if a node failure is detected before  making the
646 decision, the node will not participate to this phase, and, on the other hand,
647 if the node failure occurs after the decision, the sensing  task of the network
648 will be temporarily affected:  only during  the period of sensing until a new
649 period starts. \textcolor{green}{The duration of the rounds are predefined parameters. Round duration should be long enough to hide the system control overhead and short enough to minimize the negative effects in case of node failure.}
650
651 %%RC so if there are at least one failure per period, the coverage is bad...
652 %%MS if we want to be reliable against many node failures we need to have an
653 %% overcoverage...  
654
655 The  energy consumption  and some  other constraints  can easily  be  taken into
656 account,  since the  sensors  can  update and  then  exchange their  information
657 (including their residual energy) at the beginning of each period.  However, the
658 pre-sensing  phases (Information  Exchange, Leader  Election, and  Decision) are
659 energy  consuming for some  nodes, even  when they  do not  join the  network to
660 monitor the area.
661
662 %%%%%%%%%%%%%%%%%parler optimisation%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
663
664 We define two types of packets that will be used by the proposed protocol:
665 \begin{enumerate}[(a)] 
666 \item INFO  packet: such a  packet  will be sent by  each sensor node  to all the
667   nodes inside a subregion for information exchange.
668 \item  Active-Sleep  packet: sent  by  the  leader to  all  the  nodes inside  a
669   subregion to  inform them to remain Active  or to go Sleep  during the sensing
670   phase.
671 \end{enumerate}
672
673 There are five status for each sensor node in the network:
674 \begin{enumerate}[(a)] 
675 \item LISTENING: sensor node is waiting for a decision (to be active or not);
676 \item  COMPUTATION: sensor  node  has been  elected  as leader  and applies  the
677   optimization process;
678 \item ACTIVE: sensor node is taking part in the monitoring of the area;
679 \item SLEEP: sensor node is turned off to save energy;
680 \item COMMUNICATION: sensor node is transmitting or receiving packet.
681 \end{enumerate}
682
683 Below, we describe each phase in more details.
684
685 \subsection{Information Exchange Phase}
686
687 Each sensor node $j$ sends its position, remaining energy $RE_j$, and the number
688 of neighbors $NBR_j$  to all wireless sensor nodes in its  subregion by using an
689 INFO packet  (containing information on position  coordinates, current remaining
690 energy, sensor node ID, number of its one-hop live neighbors) and then waits for
691 packets sent by other nodes.  After  that, each node will have information about
692 all  the sensor  nodes in  the subregion.   In our  model, the  remaining energy
693 corresponds to the time that a sensor can live in the active mode.
694
695 %\subsection{\textbf Working Phase:}
696
697 %The working phase works in rounding fashion. Each round include 3 steps described as follow :
698
699 \subsection{Leader Election phase}
700
701 This step  consists in  choosing the Wireless  Sensor Node Leader  (WSNL), which
702 will be responsible for executing the coverage algorithm.  Each subregion in the
703 area of  interest will select its  own WSNL independently for  each period.  All
704 the sensor  nodes cooperate to  elect a WSNL.   The nodes in the  same subregion
705 will select the  leader based on the received information  from all other nodes
706 in  the same subregion.   The selection  criteria are,  in order  of importance:
707 larger  number  of neighbors,  larger  remaining energy,  and  then  in case  of
708 equality, larger index. Observations on  previous simulations suggest to use the
709 number  of  one-hop  neighbors  as   the  primary  criterion  to  reduce  energy
710 consumption due to the communications.
711
712 %the more priority selection factor is the number of $1-hop$ neighbors, $NBR j$, which can  minimize the energy consumption during the communication Significantly.  
713 %The pseudo-code for leader election phase is provided in Algorithm~1.
714
715 %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.  
716
717 \subsection{Decision phase}
718
719 Each  WSNL will \textcolor{green}{ solve an integer program to  select which  cover sets  will be
720 activated in  the following  sensing phase  to cover the  subregion to  which it
721 belongs.  $T$ cover sets will be produced,  one for each round. The WSNL will send an Active-Sleep  packet to each sensor in the subregion based on the algorithm's results, indicating if  the sensor should be active or not in
722 each round  of the  sensing phase.  }
723 %Each  WSNL will \textcolor{red}{ execute an optimization algorithm (see section \ref{oa})} to  select which  cover sets  will be
724 %activated in  the following  sensing phase  to cover the  subregion to  which it
725 %belongs.  The \textcolor{red}{optimization algorithm} will produce $T$ cover sets,  one for each round. The WSNL will send an Active-Sleep  packet to each sensor in the subregion based on the algorithm's results, indicating if  the sensor should be active or not in
726 %each round  of the  sensing phase.  
727
728
729 %solve  an integer  program
730
731
732
733
734
735
736
737 %\section{\textcolor{red}{ Optimization Algorithm for Multiround Lifetime Coverage Optimization}}
738 %\label{oa}
739 As shown in Algorithm~\ref{alg:MuDiLCO}, the leader will execute an optimization algorithm based on an integer program. The  integer program  is based on  the model
740 proposed by  \cite{pedraza2006} with some modifications, where  the objective is
741 to find  a maximum  number of disjoint  cover sets.   To fulfill this  goal, the
742 authors proposed an integer  program which forces undercoverage and overcoverage
743 of  targets to  become minimal  at  the same  time.  They  use binary  variables
744 $x_{jl}$ to indicate if  sensor $j$ belongs to cover set $l$.   In our model, we
745 consider binary  variables $X_{t,j}$ to determine the  possibility of activating
746 sensor $j$ during round $t$ of  a given sensing phase.  We also consider primary
747 points as targets.  The  set of primary points is denoted by  $P$ and the set of
748 sensors by  $J$. Only sensors  able to  be alive during  at least one  round are
749 involved in the integer program.
750
751 %parler de la limite en energie Et pour un round
752
753 For a  primary point  $p$, let $\alpha_{j,p}$  denote the indicator  function of
754 whether the point $p$ is covered, that is:
755 \begin{equation}
756 \alpha_{j,p} = \left \{ 
757 \begin{array}{l l}
758   1 & \mbox{if the primary point $p$ is covered} \\
759  & \mbox{by sensor node $j$}, \\
760   0 & \mbox{otherwise.}\\
761 \end{array} \right.
762 %\label{eq12} 
763 \end{equation}
764 The number of  active sensors that cover the  primary point $p$ during
765 round $t$ is equal to $\sum_{j \in J} \alpha_{j,p} * X_{t,j}$ where:
766 \begin{equation}
767 X_{t,j} = \left \{ 
768 \begin{array}{l l}
769   1& \mbox{if sensor $j$  is active during round $t$,} \\
770   0 &  \mbox{otherwise.}\\
771 \end{array} \right.
772 %\label{eq11} 
773 \end{equation}
774 We define the Overcoverage variable $\Theta_{t,p}$ as:
775 \begin{equation}
776  \Theta_{t,p} = \left \{ 
777 \begin{array}{l l}
778   0 & \mbox{if the primary point $p$}\\
779     & \mbox{is not covered during round $t$,}\\
780   \left( \sum_{j \in J} \alpha_{jp} * X_{tj} \right)- 1 & \mbox{otherwise.}\\
781 \end{array} \right.
782 \label{eq13} 
783 \end{equation}
784 More  precisely, $\Theta_{t,p}$  represents the  number of  active  sensor nodes
785 minus  one  that  cover  the  primary  point $p$  during  round  $t$.   The
786 Undercoverage variable  $U_{t,p}$ of the primary  point $p$ during  round $t$ is
787 defined by:
788 \begin{equation}
789 U_{t,p} = \left \{ 
790 \begin{array}{l l}
791   1 &\mbox{if the primary point $p$ is not covered during round $t$,} \\
792   0 & \mbox{otherwise.}\\
793 \end{array} \right.
794 \label{eq14} 
795 \end{equation}
796
797 Our coverage optimization problem can then be formulated as follows:
798 \begin{equation}
799  \min \sum_{t=1}^{T} \sum_{p=1}^{P} \left(W_{\theta}* \Theta_{t,p} + W_{U} * U_{t,p}  \right)  \label{eq15} 
800 \end{equation}
801
802 Subject to
803 \begin{equation}
804   \sum_{j=1}^{|J|} \alpha_{j,p} * X_{t,j}   = \Theta_{t,p} - U_{t,p} + 1 \label{eq16} \hspace{6 mm} \forall p \in P, t = 1,\dots,T
805 \end{equation}
806
807 \begin{equation}
808   \sum_{t=1}^{T}  X_{t,j}   \leq  \floor*{RE_{j}/E_{R}} \hspace{10 mm}\forall j \in J\hspace{6 mm} 
809   \label{eq144} 
810 \end{equation}
811
812 \begin{equation}
813 X_{t,j} \in \lbrace0,1\rbrace,   \hspace{10 mm} \forall j \in J, t = 1,\dots,T \label{eq17} 
814 \end{equation}
815
816 \begin{equation}
817 U_{t,p} \in \lbrace0,1\rbrace, \hspace{10 mm}\forall p \in P, t = 1,\dots,T  \label{eq18} 
818 \end{equation}
819
820 \begin{equation}
821  \Theta_{t,p} \geq 0 \hspace{10 mm}\forall p \in P, t = 1,\dots,T \label{eq178}
822 \end{equation}
823
824 %\begin{equation}
825 %(W_{\theta}+W_{\psi} = P)    \label{eq19} 
826 %\end{equation}
827
828 %%RC why W_{\theta} is not defined (only one sentence)? How to define in practice Wtheta and Wu?
829
830 \begin{itemize}
831 \item $X_{t,j}$:  indicates whether  or not the  sensor $j$ is  actively sensing
832   during round $t$ (1 if yes and 0 if not);
833 \item $\Theta_{t,p}$ - {\it overcoverage}:  the number of sensors minus one that
834   are covering the primary point $p$ during round $t$;
835 \item  $U_{t,p}$ -  {\it undercoverage}:  indicates whether  or not  the primary
836   point $p$  is being covered during round $t$ (1  if not covered  and 0 if
837   covered).
838 \end{itemize}
839
840 The first group  of constraints indicates that some primary  point $p$ should be
841 covered by at least  one sensor and, if it is not  always the case, overcoverage
842 and undercoverage  variables help balancing the restriction  equations by taking
843 positive values. The constraint  given by equation~(\ref{eq144}) guarantees that
844 the sensor has enough energy ($RE_j$  corresponds to its remaining energy) to be
845 alive during  the selected rounds knowing  that $E_{R}$ is the  amount of energy
846 required to be alive during one round.
847
848 There  are two main  objectives.  First,  we limit  the overcoverage  of primary
849 points in order to activate a  minimum number of sensors.  Second we prevent the
850 absence  of  monitoring  on  some  parts  of the  subregion  by  minimizing  the
851 undercoverage.  The weights  $W_\theta$ and $W_U$ must be  properly chosen so as
852 to guarantee that the maximum number of points are covered during each round. 
853 %% MS W_theta is smaller than W_u => problem with the following sentence
854 In our simulations priority is given  to the coverage by choosing $W_{U}$ very
855 large compared to $W_{\theta}$.
856
857 \textcolor{green}{The size of the problem depends on the number of variables and constraints. The number of variables is linked to the number of alive sensors $A \subset J$, the number of rounds $T$, and the number of primary points $P$. Thus the integer program contains $A*T$ variables of type $X_{t,j}$, $P*T$ overcoverage variables and $P*T$ undercoverage variables. The number of constraints is equal to $P*T$ (for constraints (\ref{eq16})) $+$ $A$ (for constraints (\ref{eq144})).}
858 %The Active-Sleep packet includes the schedule vector with the number of rounds that should be applied by the receiving sensor node during the sensing phase.
859
860
861 \subsection{Sensing phase}
862
863 The sensing phase consists of $T$ rounds. Each sensor node in the subregion will
864 receive an Active-Sleep packet from WSNL, informing it to stay awake or to go to
865 sleep for each round of the sensing  phase.  Algorithm~\ref{alg:MuDiLCO}, which
866 will be  executed by each node  at the beginning  of a period, explains  how the
867 Active-Sleep packet is obtained.
868
869 % In each round during the sensing phase, there is a cover set of sensor nodes,  in which  the active  sensors will  execute  their sensing  task  to preserve maximal  coverage and lifetime in the subregion and this will continue until finishing the round $T$ and starting new period. 
870
871 \begin{algorithm}[h!]                
872  % \KwIn{all the parameters related to information exchange}
873 %  \KwOut{$winer-node$ (: the id of the winner sensor node, which is the leader of current round)}
874   \BlankLine
875   %\emph{Initialize the sensor node and determine it's position and subregion} \; 
876   
877   \If{ $RE_j \geq E_{R}$ }{
878       \emph{$s_j.status$ = COMMUNICATION}\;
879       \emph{Send $INFO()$ packet to other nodes in the subregion}\;
880       \emph{Wait $INFO()$ packet from other nodes in the subregion}\; 
881       %\emph{UPDATE $RE_j$ for every sent or received INFO Packet}\;
882       %\emph{ Collect information and construct the list L for all nodes in the subregion}\;
883       
884       %\If{ the received INFO Packet = No. of nodes in it's subregion -1  }{
885       \emph{LeaderID = Leader election}\;
886       \If{$ s_j.ID = LeaderID $}{
887         \emph{$s_j.status$ = COMPUTATION}\;
888         \emph{$\left\{\left(X_{1,k},\dots,X_{T,k}\right)\right\}_{k \in J}$ =
889           Execute \textcolor{red}{Optimization Algorithm}($T,J$)}\;
890         \emph{$s_j.status$ = COMMUNICATION}\;
891         \emph{Send $ActiveSleep()$ to each node $k$ in subregion a packet \\
892           with vector of activity scheduling $(X_{1,k},\dots,X_{T,k})$}\;
893         \emph{Update $RE_j $}\;
894       }   
895       \Else{
896         \emph{$s_j.status$ = LISTENING}\;
897         \emph{Wait $ActiveSleep()$ packet from the Leader}\;
898         % \emph{After receiving Packet, Retrieve the schedule and the $T$ rounds}\;
899         \emph{Update $RE_j $}\;
900       }  
901       %  }
902   }
903   \Else { Exclude $s_j$ from entering in the current sensing phase}
904   
905  %   \emph{return X} \;
906 \caption{MuDiLCO($s_j$)}
907 \label{alg:MuDiLCO}
908
909 \end{algorithm}
910
911 \iffalse
912 \textcolor{red}{This integer program can be solved using two approaches:}
913
914 \subsection{\textcolor{red}{Optimization solver for Multiround Lifetime Coverage Optimization}}
915 \label{glpk}
916 \textcolor{red}{The modeling language for Mathematical Programming (AMPL)~\cite{AMPL} is  employed to generate the integer program instance  in a  standard format, which  is then read  and solved  by the optimization solver  GLPK (GNU  linear Programming Kit  available in  the public domain) \cite{glpk} through a Branch-and-Bound method. We named the protocol which is based on GLPK solver in the decision phase as MuDiLCO.}
917 \fi
918
919 \iffalse
920
921 \subsection{\textcolor{red}{Genetic Algorithm for Multiround Lifetime Coverage Optimization}}
922 \label{GA}
923 \textcolor{red}{Metaheuristics  are a generic search strategies for exploring search spaces for solving the complex problems. These strategies have to dynamically balance between the exploitation of the accumulated search experience and the exploration of the search space. On one hand, this balance can find regions in the search space with high-quality solutions. On the other hand, it prevents waste too much time in regions of the search space which are either already explored or don’t provide high-quality solutions. Therefore,  metaheuristic provides an enough good solution to an optimization problem, especially with incomplete  information or limited computation capacity \cite{bianchi2009survey}. Genetic Algorithm (GA) is one of the population-based metaheuristic methods that simulates the process of natural selection \cite{hassanien2015applications}.  GA starts with a population of random candidate solutions (called individuals or phenotypes) . GA uses genetic operators inspired by natural evolution, such as selection, mutation, evaluation, crossover, and replacement so as to improve the initial population of candidate solutions. This process repeated until a stopping criterion is satisfied. In comparison with GLPK optimization solver, GA provides a near optimal solution with acceptable execution time, as well as it requires a less amount of memory especially for large size problems. GLPK provides optimal solution, but it requires higher execution time and amount of memory for large problem.}
924
925 \textcolor{red}{In this section, we present a metaheuristic based GA to solve our multiround lifetime coverage optimization problem. The proposed GA provides a near optimal sechedule for multiround sensing per period. The proposed GA is based on the mathematical model which is presented in Section \ref{oa}. Algorithm \ref{alg:GA} shows the proposed GA to solve the coverage lifetime optimization problem. We named the new protocol which is based on GA in the decision phase as GA-MuDiLCO. The proposed GA can be explained in more details as follow:}
926
927 \begin{algorithm}[h!]    
928        
929  \small
930  \SetKwInput{Input}{\textcolor{red}{Input}}
931  \SetKwInput{Output}{\textcolor{red}{Output}}
932  \Input{ \textcolor{red}{$ P, J, T, S_{pop}, \alpha_{j,p}^{ind}, X_{t,j}^{ind}, \Theta_{t,p}^{ind}, U_{t,p}^{ind}, Child_{t,j}^{ind}, Ch.\Theta_{t,p}^{ind}, Ch.U_{t,p}^{ind_1}$}}
933  \Output{\textcolor{red}{$\left\{\left(X_{1,1},\dots, X_{t,j}, \dots, X_{T,J}\right)\right\}_{t \in T, j \in J}$}}
934
935   \BlankLine
936   %\emph{Initialize the sensor node and determine it's position and subregion} \; 
937   \ForEach {\textcolor{red}{Individual $ind$ $\in$ $S_{pop}$}} {
938      \emph{\textcolor{red}{Generate Randomly Chromosome $\left\{\left(X_{1,1},\dots, X_{t,j}, \dots, X_{T,J}\right)\right\}_{t \in T, j \in J}$}}\;
939      
940      \emph{\textcolor{red}{Update O-U-Coverage $\left\{(P, J, \alpha_{j,p}^{ind}, X_{t,j}^{ind}, \Theta_{t,p}^{ind}, U_{t,p}^{ind})\right\}_{p \in P}$}}\;
941      
942   
943      \emph{\textcolor{red}{Evaluate Individual $(P, J, X_{t,j}^{ind}, \Theta_{t,p}^{ind}, U_{t,p}^{ind})$}}\;  
944   }
945   
946   \While{\textcolor{red}{ Stopping criteria is not satisfied} }{
947   
948   \emph{\textcolor{red}{Selection $(ind_1, ind_2)$}}\;
949     \emph{\textcolor{red}{Crossover $(P_c, X_{t,j}^{ind_1}, X_{t,j}^{ind_2}, Child_{t,j}^{ind_1}, Child_{t,j}^{ind_2})$}}\;
950     \emph{\textcolor{red}{Mutation $(P_m, Child_{t,j}^{ind_1}, Child_{t,j}^{ind_2})$}}\;
951    
952    
953    \emph{\textcolor{red}{Update O-U-Coverage $(P, J, \alpha_{j,p}^{ind}, Child_{t,j}^{ind_1}, Ch.\Theta_{t,p}^{ind_1}, Ch.U_{t,p}^{ind_1})$}}\;
954   \emph{\textcolor{red}{Update O-U-Coverage $(P, J, \alpha_{j,p}^{ind}, Child_{t,j}^{ind_2}, Ch.\Theta_{t,p}^{ind_2}, Ch.U_{t,p}^{ind_2})$}}\;  
955  
956 \emph{\textcolor{red}{Evaluate New Individual$(P, J, Child_{t,j}^{ind_1}, Ch.\Theta_{t,p}^{ind_1}, Ch.U_{t,p}^{ind_1})$}}\;  
957  \emph{\textcolor{red}{Replacement $(P, J, T, Child_{t,j}^{ind_1}, Ch.\Theta_{t,p}^{ind_1}, Ch.U_{t,p}^{ind_1}, X_{t,j}^{ind}, \Theta_{t,p}^{ind}, U_{t,p}^{ind}  )$ }}\;
958  
959  \emph{\textcolor{red}{Evaluate New Individual$(P, J, Child_{t,j}^{ind_2}, Ch.\Theta_{t,p}^{ind_2}, Ch.U_{t,p}^{ind_2})$}}\;  
960   
961  \emph{\textcolor{red}{Replacement $(P, J, T, Child_{t,j}^{ind_2}, Ch.\Theta_{t,p}^{ind_2}, Ch.U_{t,p}^{ind_2}, X_{t,j}^{ind}, \Theta_{t,p}^{ind}, U_{t,p}^{ind}  )$ }}\;
962   
963       
964   }
965   \emph{\textcolor{red}{$\left\{\left(X_{1,1},\dots,X_{t,j},\dots,X_{T,J}\right)\right\}$ =
966             Select Best Solution ($S_{pop}$)}}\;
967  \emph{\textcolor{red}{return X}} \;
968 \caption{\textcolor{red}{GA($T, J$)}}
969 \label{alg:GA}
970
971 \end{algorithm}
972
973
974 \begin{enumerate} [I)]
975
976 \item \textcolor{red}{\textbf{Representation:} Since the proposed GA's goal is to find the optimal schedule of the sensor nodes which take the responsibility of monitoring the subregion for $T$ rounds in the sensing phase, the chromosome is defined as a schedule for alive  sensors and each chromosome contains $T$ rounds. The proposed GA uses binary representation, where each round in the schedule includes J genes, the total alive sensors in the subregion. Therefore, the gene of such a chromosome is a schedule of a sensor. In other words, The genes corresponding to active nodes have the value of one, the others are zero. Figure \ref{chromo} shows solution representation in the proposed GA.}
977 %[scale=0.3]
978 \begin{figure}[h!]
979 \centering
980  \includegraphics [scale=0.35] {rep.pdf} 
981 \caption{Candidate Solution representation by the proposed GA. }
982 \label{chromo}
983 \end{figure} 
984
985
986
987 \item \textcolor{red}{\textbf{Initialize Population:} The initial population is randomly generated and each chromosome  in the GA population represents a possible sensors schedule solution to cover the entire subregion for $T$ rounds during current period. Each sensor in the chromosome is given a random value (0 or  1) for all rounds. If the random value is 1, the remaining  energy of this sensor should be adequate to activate this sensor during the current round. Otherwise, the value is set to 0. The energy constraint is applied for each sensor during all rounds. }
988
989
990 \item \textcolor{red}{\textbf{Update O-U-Coverage:} 
991 After creating the initial population, The overcoverage $\Theta_{t,p}$ and undercoverage $U_{t,p}$ for each candidate solution are computed (see Algorithm \ref{OU}) so as to use them in the next step.}
992
993 \begin{algorithm}[h!]                
994   
995  \SetKwInput{Input}{\textcolor{red}{Input}}
996  \SetKwInput{Output}{\textcolor{red}{Output}}
997  \Input{ \textcolor{red}{parameters $P, J, ind, \alpha_{j,p}^{ind}, X_{t,j}^{ind}$}}
998  \Output{\textcolor{red}{$U^{ind} = \left\lbrace U_{1,1}^{ind}, \dots, U_{t,p}^{ind}, \dots, U_{T,P}^{ind} \right\rbrace$ and $\Theta^{ind} = \left\lbrace \Theta_{1,1}^{ind}, \dots, \Theta_{t,p}^{ind}, \dots, \Theta_{T,P}^{ind} \right\rbrace$}}
999
1000   \BlankLine
1001
1002   \For{\textcolor{red}{$t\leftarrow 1$ \KwTo $T$}}{
1003   \For{\textcolor{red}{$p\leftarrow 1$ \KwTo $P$}}{
1004      
1005  %    \For{$i\leftarrow 0$ \KwTo $I_j$}{
1006         \emph{\textcolor{red}{$SUM\leftarrow 0$}}\;
1007          \For{\textcolor{red}{$j\leftarrow 1$ \KwTo $J$}}{
1008               \emph{\textcolor{red}{$SUM \leftarrow SUM + (\alpha_{j,p}^{ind} \times X_{t,j}^{ind})$ }}\;
1009          }
1010          
1011          \If { \textcolor{red}{SUM = 0}} {
1012          \emph{\textcolor{red}{$U_{t,p}^{ind} \leftarrow 0$}}\;
1013          \emph{\textcolor{red}{$\Theta_{t,p}^{ind} \leftarrow 1$}}\;
1014          }
1015          \Else{
1016          \emph{\textcolor{red}{$U_{t,p}^{ind} \leftarrow SUM -1$}}\;
1017          \emph{\textcolor{red}{$\Theta_{t,p}^{ind} \leftarrow 0$}}\;
1018          }
1019      
1020      }
1021      
1022   }
1023 \emph{\textcolor{red}{return $U^{ind}, \Theta^{ind}$ }} \;
1024 \caption{O-U-Coverage}
1025 \label{OU}
1026
1027 \end{algorithm}
1028
1029
1030
1031 \item \textcolor{red}{\textbf{Evaluate Population:}
1032 After creating the initial population, each individual is evaluated and assigned a fitness value according to the fitness function is illustrated in Eq. \eqref{eqf}. In the proposed GA, the optimal (or near optimal) candidate solution, is the one with the minimum value for the fitness function. The lower the fitness values been assigned to an individual, the better opportunity it gets survived.  In our works, the function rewards  the decrease in the sensor nodes which cover the same primary point and penalizes the decrease to zero in the sensor nodes which cover the primary point. }
1033
1034 \begin{equation}
1035  F^{ind} \leftarrow  \sum_{t=1}^{T} \sum_{p=1}^{P} \left(W_{\theta}* \Theta_{t,p} + W_{U} * U_{t,p}  \right)    \label{eqf} 
1036 \end{equation}
1037
1038
1039 \item \textcolor{red}{\textbf{Selection:} In order to generate a new generation, a portion of the existing population is elected based on a fitness function that ranks the fitness of each candidate solution and preferentially select the best solutions. Two parents should be selected to the mating pool.  In the proposed GA-MuDiLCO algorithm, the first parent is selected by using binary tournament selection to select one of the parents \cite{goldberg1991comparative}. In this method,  two individuals are chosen at random from the population and the better of the two
1040 individuals is selected. If they have similar fitness values, one of them will be selected randomly. The best individual in the population is selected as a second parent.}
1041
1042
1043
1044 \item \textcolor{red}{\textbf{Crossover:} Crossover is a genetic operator used to take more than one parent solutions and produce a child solution from them. If crossover probability $P_c$ is 100$\%$, then the crossover operation takes place between two individuals. If it is 0$\%$, the  two selected individuals in the mating pool will be the new chromosomes without crossover. In the proposed GA, a two-point crossover is used. Figure \ref{cross} gives an example for a two-point crossover for 8 sensors in the subregion and the schedule for 3 rounds.}
1045
1046
1047 \begin{figure}[h!]
1048 \centering
1049  \includegraphics [scale = 0.3] {crossover.pdf} 
1050 \caption{Two-point crossover. }
1051 \label{cross}
1052 \end{figure} 
1053
1054
1055 \item \textcolor{red}{\textbf{Mutation:}
1056 Mutation is a divergence operation which introduces random modifications.  The purpose of the mutation is to maintain diversity within the population and prevent premature convergence. Mutation is used to add new genetic information (divergence) in order to achieve a global search over the solution search space and avoid to fall in local optima. The mutation operator in the proposed GA-MuDiLCO works as follow: If mutation probability $P_m$ is 100$\%$, then the mutation operation takes place on the new individual. The round number is selected randomly within (1..T) in the schedule solution. After that one sensor within this round is selected randomly within (1..J). If the sensor is scheduled as active "1", it should be rescheduled to sleep "0". If the sensor is scheduled as sleep, it rescheduled to active only if it has adequate remaining energy.}
1057
1058
1059 \item \textcolor{red}{\textbf{Update O-U-Coverage for children:}
1060 Before evaluating each new individual, Algorithm \ref{OU} is called for each new individual to compute the new undercoverage $Ch.U$ and overcoverage $Ch.\Theta$ parameters. }
1061  
1062 \item \textcolor{red}{\textbf{Evaluate New Individuals:}
1063 Each new individual is evaluated using Eq. \ref{eqf} but with using the new undercoverage $Ch.U$ and overcoverage $Ch.\Theta$ parameters of the new children.}
1064
1065 \item \textcolor{red}{\textbf{Replacement:}
1066 After evaluation of new children, Triple Tournament Replacement (TTR) will be applied for each new individual. In TTR strategy, three individuals are selected
1067 randomly from the population. Find the worst from them and then check its fitness with the new individual fitness. If the fitness of the new individual is better than the fitness of  the worst individual, replace the new individual with the worst individual. Otherwise, the replacement is not done. }
1068
1069  
1070 \item \textcolor{red}{\textbf{Stopping criteria:}
1071 The proposed GA-MuDiLCO stops when the stopping criteria is met. It stops after running for an amount of time in seconds equal to \textbf{Time limit}. The \textbf{Time limit} is the execution time obtained by the optimization solver GLPK for solving the same size of problem. The best solution will be selected as a schedule of sensors for $T$ rounds during the sensing phase in the current period.}
1072
1073
1074
1075 \end{enumerate} 
1076
1077 \fi
1078
1079 \section{Experimental study}
1080 \label{exp}
1081 \subsection{Simulation setup}
1082
1083 We  conducted  a  series of  simulations  to  evaluate  the efficiency  and  the
1084 relevance  of   our  approach,  using  the  discrete   event  simulator  OMNeT++
1085 \cite{varga}.     The     simulation     parameters    are     summarized     in
1086 Table~\ref{table3}.  Each experiment  for  a network  is  run over  25~different
1087 random topologies and  the results presented hereafter are  the average of these
1088 25 runs.
1089 %Based on the results of our proposed work in~\cite{idrees2014coverage}, we found as the region of interest are divided into larger subregions as the network lifetime increased. In this simulation, the network are divided into 16 subregions. 
1090 We  performed  simulations for  five  different  densities  varying from  50  to
1091 250~nodes deployed  over  a  $50 \times  25~m^2  $  sensing field.  More
1092 precisely, the  deployment is controlled  at a coarse  scale in order  to ensure
1093 that  the deployed  nodes can  cover the  sensing field  with the  given sensing
1094 range.
1095
1096 %%RC these parameters are realistic?
1097 %% maybe we can increase the field and sensing range. 5mfor Rs it seems very small... what do the other good papers consider ?
1098
1099 \begin{table}[ht]
1100 \caption{Relevant parameters for network initializing.}
1101 % title of Table
1102 \centering
1103 % used for centering table
1104 \begin{tabular}{c|c}
1105 % centered columns (4 columns)
1106       \hline
1107 %inserts double horizontal lines
1108 Parameter & Value  \\ [0.5ex]
1109    
1110 %Case & Strategy (with Two Leaders) & Strategy (with One Leader) & Simple Heuristic \\ [0.5ex]
1111 % inserts table
1112 %heading
1113 \hline
1114 % inserts single horizontal line
1115 Sensing field size & $(50 \times 25)~m^2 $   \\
1116 % inserting body of the table
1117 %\hline
1118 Network size &  50, 100, 150, 200 and 250~nodes   \\
1119 %\hline
1120 Initial energy  & 500-700~joules  \\  
1121 %\hline
1122 Sensing time for one round & 60 Minutes \\
1123 $E_{R}$ & 36 Joules\\
1124 $R_s$ & 5~m   \\     
1125 %\hline
1126 $W_{\theta}$ & 1   \\
1127 % [1ex] adds vertical space
1128 %\hline
1129 $W_{U}$ & $|P|^2$ \\
1130 %$P_c$ & 0.95   \\ 
1131 %$P_m$ & 0.6 \\
1132 %$S_{pop}$ & 50
1133 %inserts single line
1134 \end{tabular}
1135 \label{table3}
1136 % is used to refer this table in the text
1137 \end{table}
1138
1139 \textcolor{green}{The MuDilLCO protocol is declined into  four versions: MuDiLCO-1,  MuDiLCO-3, MuDiLCO-5,
1140 and  MuDiLCO-7, corresponding  respectively to  $T=1,3,5,7$ ($T$  the  number of rounds in one sensing period). Since the time resolution may be prohibitif when the size of the problem increases, a time limit treshold  has been fixed to solve large instances.  In these cases, the solver returns the best solution found, which is not necessary the optimal solution.
1141  Table \ref{tl} shows time limit values. These time limit treshold have been set empirically. The basic idea consists in considering the average execution time to solve the integer programs  to optimality, then by dividing  this average time by three to set the threshold value. After that, this treshold value is increased if necessary such that the solver is able to deliver a feasible solution within the time limit. In fact, selecting the optimal values for the time limits will be investigated in future. In Table \ref{tl}, "NO" indicates that the problem has been solved to optimality without time limit. }. 
1142
1143 \begin{table}[ht]
1144 \caption{Time limit values for MuDiLCO protocol versions }
1145 \centering
1146 \begin{tabular}{|c|c|c|c|c|}
1147  \hline
1148  WSN size & MuDiLCO-1 & MuDiLCO-3 & MuDiLCO-5 & MuDiLCO-7 \\ [0.5ex]
1149 \hline
1150  50 & NO & NO & NO & NO \\
1151  \hline
1152 100 & NO & NO & NO & NO \\
1153 \hline
1154 150 & NO & NO & NO & 0.03 \\
1155 \hline
1156 200 & NO & NO & NO & 0.06 \\
1157  \hline
1158  250 & NO & NO & NO & 0.08 \\
1159  \hline
1160 \end{tabular}
1161
1162 \label{tl}
1163
1164 \end{table}
1165
1166
1167
1168
1169  In  the following, we will make comparisons with
1170 two other methods. The first method, called DESK and proposed by \cite{ChinhVu},
1171 is  a   full  distributed  coverage   algorithm.   The  second   method,  called
1172 GAF~\cite{xu2001geography}, consists in dividing  the region into fixed squares.
1173 During the decision  phase, in each square, one sensor is  then chosen to remain
1174 active during the sensing phase time.
1175
1176 Some preliminary experiments were performed to study the choice of the number of
1177 subregions  which subdivides  the  sensing field,  considering different  network
1178 sizes. They show that as the number of subregions increases, so does the network
1179 lifetime. Moreover,  it makes  the MuDiLCO protocol  more robust  against random
1180 network  disconnection due  to node  failures.  However,  too  many subdivisions
1181 reduce the advantage  of the optimization. In fact, there  is a balance between
1182 the  benefit  from the  optimization  and the  execution  time  needed to  solve
1183 it. Therefore, we have set the number of subregions to 16 rather than 32.
1184
1185 \subsection{Energy model}
1186
1187 We  use an  energy consumption  model  proposed by~\cite{ChinhVu}  and based  on
1188 \cite{raghunathan2002energy} with slight  modifications.  The energy consumption
1189 for  sending/receiving the packets  is added,  whereas the  part related  to the
1190 sensing range is removed because we consider a fixed sensing range.
1191
1192 % We are took into account the energy consumption needed for the high computation during executing the algorithm on the sensor node. 
1193 %The new energy consumption model will take into account the energy consumption for communication (packet transmission/reception), the radio of the sensor node, data sensing, computational energy of Micro-Controller Unit (MCU) and high computation energy of MCU. 
1194 %revoir la phrase
1195
1196 For our  energy consumption model, we  refer to the sensor  node Medusa~II which
1197 uses an Atmels  AVR ATmega103L microcontroller~\cite{raghunathan2002energy}. The
1198 typical  architecture  of a  sensor  is composed  of  four  subsystems: the  MCU
1199 subsystem which is capable of computation, communication subsystem (radio) which
1200 is responsible  for transmitting/receiving messages, the  sensing subsystem that
1201 collects  data, and  the  power supply  which  powers the  complete sensor  node
1202 \cite{raghunathan2002energy}. Each  of the first three subsystems  can be turned
1203 on or  off depending on  the current status  of the sensor.   Energy consumption
1204 (expressed in  milliWatt per second) for  the different status of  the sensor is
1205 summarized in Table~\ref{table4}.
1206
1207 \begin{table}[ht]
1208 \caption{The Energy Consumption Model}
1209 % title of Table
1210 \centering
1211 % used for centering table
1212 \begin{tabular}{|c|c|c|c|c|}
1213 % centered columns (4 columns)
1214       \hline
1215 %inserts double horizontal lines
1216 Sensor status & MCU & Radio & Sensing & Power (mW) \\ [0.5ex]
1217 \hline
1218 % inserts single horizontal line
1219 LISTENING & on & on & on & 20.05 \\
1220 % inserting body of the table
1221 \hline
1222 ACTIVE & on & off & on & 9.72 \\
1223 \hline
1224 SLEEP & off & off & off & 0.02 \\
1225 \hline
1226 COMPUTATION & on & on & on & 26.83 \\
1227 %\hline
1228 %\multicolumn{4}{|c|}{Energy needed to send/receive a 1-bit} & 0.2575\\
1229  \hline
1230 \end{tabular}
1231
1232 \label{table4}
1233 % is used to refer this table in the text
1234 \end{table}
1235
1236 For the sake of simplicity we ignore  the energy needed to turn on the radio, to
1237 start up the sensor node, to move from one status to another, etc.
1238 %We also do not consider the need of collecting sensing data. PAS COMPRIS
1239 Thus, when a sensor becomes active (i.e., it has already chosen its status), it can
1240 turn  its radio  off to  save battery.  MuDiLCO uses  two types  of  packets for
1241 communication. The size of the  INFO packet and Active-Sleep packet are 112~bits
1242 and 24~bits  respectively.  The  value of energy  spent to send  a 1-bit-content
1243 message is  obtained by using  the equation in  ~\cite{raghunathan2002energy} to
1244 calculate  the energy cost  for transmitting  messages and  we propose  the same
1245 value for receiving the packets. The energy  needed to send or receive a 1-bit
1246 packet is equal to 0.2575~mW.
1247
1248 The initial energy of each node  is randomly set in the interval $[500;700]$.  A
1249 sensor node  will not participate in the  next round if its  remaining energy is
1250 less than  $E_{R}=36~\mbox{Joules}$, the minimum  energy needed for the  node to
1251 stay alive  during one round.  This value has  been computed by  multiplying the
1252 energy consumed in  active state (9.72 mW)  by the time in second  for one round
1253 (3600 seconds).  According to the  interval of initial  energy, a sensor  may be
1254 alive during at most 20 rounds.
1255
1256 \subsection{Metrics}
1257
1258 To evaluate our approach we consider the following performance metrics:
1259
1260 \begin{enumerate}[i]
1261   
1262 \item {{\bf Coverage Ratio (CR)}:} the coverage ratio measures how much of the area
1263   of a sensor field is covered. In our case, the sensing field is represented as
1264   a connected grid  of points and we use  each grid point as a  sample point to
1265   compute the coverage. The coverage ratio can be calculated by:
1266 \begin{equation*}
1267 \scriptsize
1268 \mbox{CR}(\%) = \frac{\mbox{$n^t$}}{\mbox{$N$}} \times 100,
1269 \end{equation*}
1270 where $n^t$ is  the number of covered  grid points by the active  sensors of all
1271 subregions during round $t$ in the current sensing phase and $N$ is the total number
1272 of grid points  in the sensing field of  the network. In our simulations $N = 51
1273 \times 26 = 1326$ grid points.
1274 %The accuracy of this method depends on the distance between grids. In our
1275 %simulations, the sensing field has been divided into 50 by 25 grid points, which means
1276 %there are $51 \times 26~ = ~ 1326$ points in total.
1277 % Therefore, for our simulations, the error in the coverage calculation is less than ~ 1 $\% $.
1278
1279 \item{{\bf Number  of Active Sensors Ratio  (ASR)}:} it is important  to have as
1280   few  active  nodes  as  possible  in  each  round, in  order  to  minimize  the
1281   communication overhead  and maximize the network lifetime.  The Active Sensors
1282   Ratio is defined as follows:
1283 \begin{equation*}
1284 \scriptsize  \mbox{ASR}(\%) = \frac{\sum\limits_{r=1}^R
1285   \mbox{$A_r^t$}}{\mbox{$|J|$}} \times 100,
1286 \end{equation*}
1287 where $A_r^t$ is the number of  active sensors in the subregion $r$ during round
1288 $t$ in the  current sensing phase, $|J|$  is the total number of  sensors in the
1289 network, and $R$ is the total number of subregions in the network.
1290
1291 \item {{\bf Network Lifetime}:} we define the network lifetime as the time until
1292   the  coverage  ratio  drops  below   a  predefined  threshold.  We  denote  by
1293   $Lifetime_{95}$ (respectively  $Lifetime_{50}$) the amount of  time during
1294   which  the  network   can  satisfy  an  area  coverage   greater  than  $95\%$
1295   (respectively $50\%$). We assume that the network is alive until all nodes have
1296   been   drained    of   their   energy   or   the    sensor   network   becomes
1297   disconnected. Network connectivity is  important because an active sensor node
1298   without connectivity towards a base  station cannot transmit information on an
1299   event in the area that it monitors.
1300
1301 \item {{\bf  Energy Consumption  (EC)}:} the average  energy consumption  can be
1302   seen as the total energy consumed by the sensors during the $Lifetime_{95}$ or
1303   $Lifetime_{50}$  divided  by the  number  of rounds.  EC  can  be computed  as
1304   follows:
1305
1306   % New version with global loops on period
1307   \begin{equation*}
1308     \scriptsize
1309     \mbox{EC} = \frac{\sum\limits_{m=1}^{M} \left[ \left( E^{\mbox{com}}_m+E^{\mbox{list}}_m+E^{\mbox{comp}}_m \right) +\sum\limits_{t=1}^{T_m} \left( E^{a}_t+E^{s}_t \right) \right]}{\sum\limits_{m=1}^{M} T_m},
1310   \end{equation*}
1311
1312
1313 % Old version with loop on round outside the loop on period
1314 %  \begin{equation*}
1315 %    \scriptsize
1316 %    \mbox{EC} = \frac{\sum\limits_{m=1}^{M_L} \left( E^{\mbox{com}}_m+E^{\mbox{list}}_m+E^{\mbox{comp}}_m \right) +\sum\limits_{t=1}^{T_L} \left( E^{a}_t+E^{s}_t \right)}{T_L},
1317 %  \end{equation*}
1318
1319 % Ali version 
1320 %\begin{equation*}
1321 %\scriptsize
1322 %\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$}}.
1323 %\end{equation*}
1324
1325 % Old version -> where $M_L$ and  $T_L$ are respectively the number of  periods and rounds during
1326 %$Lifetime_{95}$ or  $Lifetime_{50}$. 
1327 % New version
1328 where  $M$ is  the number  of periods  and  $T_m$ the  number of  rounds in  a
1329 period~$m$, both  during $Lifetime_{95}$  or $Lifetime_{50}$.  The  total energy
1330 consumed by the  sensors (EC) comes through taking  into consideration four main
1331 energy  factors.   The  first  one  ,  denoted  $E^{\scriptsize  \mbox{com}}_m$,
1332 represents  the  energy   consumption  spent  by  all  the   nodes  for  wireless
1333 communications  during period  $m$.  $E^{\scriptsize  \mbox{list}}_m$,  the next
1334 factor, corresponds  to the energy consumed  by the sensors  in LISTENING status
1335 before  receiving   the  decision  to  go   active  or  sleep   in  period  $m$.
1336 $E^{\scriptsize \mbox{comp}}_m$  refers to the  energy needed by all  the leader
1337 nodes to solve the integer program during a period. Finally, $E^a_t$ and $E^s_t$
1338 indicate the energy consumed by the whole network in round $t$.
1339
1340 %\item {Network Lifetime:} we  have defined the network  lifetime as the  time until all
1341 %nodes  have  been drained  of  their  energy  or each  sensor  network monitoring  an area has become  disconnected.
1342
1343 \item {{\bf  Execution Time}:}  a sensor node  has limited energy  resources and
1344   computing power, therefore it is important that the proposed algorithm has the
1345   shortest possible execution  time. The energy of a sensor  node must be mainly
1346   used for the sensing phase, not for the pre-sensing ones.
1347   
1348 \item {{\bf Stopped simulation runs}:} a simulation ends when the sensor network
1349   becomes disconnected (some nodes are dead and are not able to send information
1350   to the base station). We report the number of simulations that are stopped due
1351   to network disconnections and for which round it occurs.
1352
1353 \end{enumerate}
1354
1355 \section{Results and analysis}
1356 \subsection{Performance Analysis for Different Number of Primary Points}
1357 \label{ch4:sec:04:06}
1358
1359 In this section, we study the performance of MuDiLCO-1 approach for different numbers of primary points. The objective of this comparison is to select the suitable primary point model to be used by a MuDiLCO protocol. In this comparison, MuDiLCO-1 protocol is used with five models, which are called Model-5 (it uses 5 primary points), Model-9, Model-13, Model-17, and Model-21. 
1360
1361
1362 %\begin{enumerate}[i)]
1363
1364 %\item {{\bf Coverage Ratio}}
1365 \subsubsection{Coverage Ratio} 
1366
1367 Figure~\ref{Figures/ch4/R2/CR} shows the average coverage ratio for 150 deployed nodes.  
1368 \parskip 0pt    
1369 \begin{figure}[h!]
1370 \centering
1371  \includegraphics[scale=0.5] {R2/CR.pdf} 
1372 \caption{Coverage ratio for 150 deployed nodes}
1373 \label{Figures/ch4/R2/CR}
1374 \end{figure} 
1375 As can be seen in Figure~\ref{Figures/ch4/R2/CR}, at the beginning the models which use a larger number of primary points provide slightly better coverage ratios, but latter they are the worst. 
1376 %Moreover, when the number of periods increases, coverage ratio produced by Model-9, Model-13, Model-17, and Model-21 decreases in comparison with Model-5 due to a larger time computation for the decision process for larger number of primary points.
1377 Moreover, when the number of periods increases, coverage ratio produced by all models decrease, but Model-5 is the one with the slowest decrease due to a smaller time computation of decision process for a smaller number of primary points. 
1378 As shown in Figure ~\ref{Figures/ch4/R2/CR}, coverage ratio decreases when the number of periods increases due to dead nodes. Model-5 is slightly more efficient than other models, because it offers a good coverage ratio for a larger number of periods in comparison with other models.
1379
1380
1381 %\item {{\bf Network Lifetime}}
1382 \subsubsection{Network Lifetime}
1383
1384 Finally, we study the effect of increasing the primary points on the lifetime of the network. 
1385 %In Figure~\ref{Figures/ch4/R2/LT95} and in Figure~\ref{Figures/ch4/R2/LT50}, network lifetime, $Lifetime95$ and $Lifetime50$ respectively, are illustrated for different network sizes. 
1386 As highlighted by Figures~\ref{Figures/ch4/R2/LT}(a) and \ref{Figures/ch4/R2/LT}(b), the network lifetime obviously increases when the size of the network increases, with  Model-5 that leads to the larger lifetime improvement. 
1387
1388 \begin{figure}[h!]
1389 \centering
1390 \centering
1391 \includegraphics[scale=0.5]{R2/LT95.pdf}\\~ ~ ~ ~ ~(a) \\
1392
1393 \includegraphics[scale=0.5]{R2/LT50.pdf}\\~ ~ ~ ~ ~(b)
1394
1395 \caption{Network lifetime for (a) $Lifetime_{95}$ and (b) $Lifetime_{50}$}
1396   \label{Figures/ch4/R2/LT}
1397 \end{figure}
1398
1399 Comparison shows that Model-5, which uses less number of primary points, is the best one because it is less energy consuming during the network lifetime. It is also the better one from the point of view of coverage ratio. Our proposed Model-5 efficiently prolongs the network lifetime with a good coverage ratio in comparison with other models. Therefore, we have chosen the model with five primary points for all the experiments presented thereafter. 
1400
1401 %\end{enumerate}
1402
1403
1404 \subsection{Comparison Results}
1405
1406 \subsubsection{Coverage ratio} 
1407
1408 Figure~\ref{fig3} shows  the average coverage  ratio for 150 deployed  nodes. We
1409 can notice that for the first thirty rounds both DESK and GAF provide a coverage
1410 which is a little bit better than the one of MuDiLCO.  
1411 %%RC : need to uniformize MuDiLCO or MuDiLCO-T? 
1412 %%MS : MuDiLCO everywhere
1413 %%RC maybe increase the size of the figure for the reviewers, no?
1414 This is due  to the fact that, in comparison with  MuDiLCO which uses optimization
1415 to put in  SLEEP status redundant sensors, more sensor  nodes remain active with
1416 DESK and GAF.   As a consequence, when the number of  rounds increases, a larger
1417 number of node failures  can be observed in DESK and GAF,  resulting in a faster
1418 decrease of the coverage ratio.   Furthermore, our protocol allows to maintain a
1419 coverage ratio  greater than  50\% for far  more rounds.  Overall,  the proposed
1420 sensor  activity scheduling based  on optimization  in MuDiLCO  maintains higher
1421 coverage ratios of the  area of interest for a larger number  of rounds. It also
1422 means that MuDiLCO saves more energy,  with less dead nodes, at most for several
1423 rounds, and thus should extend the network lifetime.
1424
1425 \begin{figure}[ht!]
1426 \centering
1427  \includegraphics[scale=0.5] {F/CR.pdf} 
1428 \caption{Average coverage ratio for 150 deployed nodes}
1429 \label{fig3}
1430 \end{figure} 
1431
1432 \iffalse
1433 \textcolor{red}{ We
1434 can see that for the first thirty nine rounds GA-MuDiLCO provides a little bit better coverage ratio  than MuDiLCO. Both DESK and GAF provide a coverage
1435 which is a little bit better than the one of MuDiLCO and GA-MuDiLCO for the first thirty rounds because they activate a larger number of nodes during sensing phase. After that GA-MuDiLCO provides a coverage ratio near to the  MuDiLCO and better than DESK and GAF. GA-MuDiLCO gives approximate solution with activation a larger number of nodes than MuDiLCO during sensing phase while it activates a less number of nodes in comparison with both DESK and GAF. MuDiLCO and GA-MuDiLCO clearly outperform DESK and GAF for
1436 a number of periods between 31 and 103. This is because they optimize the coverage and the lifetime in a wireless sensor network by selecting the best representative sensor nodes to take the responsibility of coverage during the sensing phase.}
1437 \fi
1438
1439
1440 \subsubsection{Active sensors ratio} 
1441
1442 It is crucial to have as few active nodes as possible in each round, in order to
1443 minimize the communication overhead and maximize    the network lifetime. Figure~\ref{fig4}  presents the active  sensor ratio for  150 deployed
1444 nodes all along the network lifetime. It appears that up to round thirteen, DESK
1445 and GAF have  respectively 37.6\% and 44.8\% of nodes  in ACTIVE status, whereas
1446 MuDiLCO clearly outperforms them  with only 24.8\%  of active nodes. 
1447 %\textcolor{red}{GA-MuDiLCO activates a number of sensor nodes larger than MuDiLCO but lower than both DESK and GAF. GA-MuDiLCO-1, GA-MuDiLCO-3, and GA-MuDiLCO-5 continue in providing a larger number of active sensors until the forty-sixth round after that it provides less number of active nodes due to the died nodes. GA-MuDiLCO-7 provides a larger number of sensor nodes and maintains a better coverage ratio compared to MuDiLCO-7 until the fifty-seventh round.  After the thirty-fifth round, MuDiLCO exhibits larger numbers of active nodes compared with DESK  and GAF, which agrees with  the  dual  observation  of  higher  level  of  coverage  made  previously}.
1448 Obviously, in that case DESK  and GAF have less active nodes, since  they have activated many nodes  at the beginning. Anyway, MuDiLCO  activates the available nodes in a more efficient manner. 
1449 %\textcolor{red}{GA-MuDiLCO activates near optimal number of sensor nodes also in efficient manner compared with both DESK  and GAF}.
1450
1451 \begin{figure}[ht!]
1452 \centering
1453 \includegraphics[scale=0.5]{F/ASR.pdf}  
1454 \caption{Active sensors ratio for 150 deployed nodes}
1455 \label{fig4}
1456 \end{figure} 
1457
1458 %\textcolor{red}{GA-MuDiLCO activates a sensor nodes larger than MuDiLCO but lower than both DESK and GAF }
1459
1460
1461 \subsubsection{Stopped simulation runs}
1462 %The results presented in this experiment, is to show the comparison of our MuDiLCO protocol with other two approaches from the point of view the stopped simulation runs per round. Figure~\ref{fig6} illustrates the percentage of stopped simulation
1463 %runs per round for 150 deployed nodes. 
1464
1465 Figure~\ref{fig6} reports the cumulative  percentage of stopped simulations runs
1466 per round for  150 deployed nodes. This figure gives the  breakpoint for each method.  DESK stops first,  after approximately 45~rounds, because it consumes the
1467 more energy by  turning on a large number of redundant  nodes during the sensing
1468 phase. GAF  stops secondly for the  same reason than  DESK. 
1469 %\textcolor{red}{GA-MuDiLCO  stops thirdly for the  same reason than  DESK and GAF.} \textcolor{red}{MuDiLCO and GA-MuDiLCO overcome}
1470 %DESK and GAF because \textcolor{red}{they activate less number of sensor nodes, as well as }the optimization process distributed on several subregions leads to coverage  preservation and  so extends  the network  lifetime.  
1471 Let us emphasize that the  simulation continues as long as a network  in a subregion is still connected. 
1472
1473 %%% The optimization effectively continues as long as a network in a subregion is still connected. A VOIR %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1474
1475 \begin{figure}[ht!]
1476 \centering
1477 \includegraphics[scale=0.5]{F/SR.pdf} 
1478 \caption{Cumulative percentage of stopped simulation runs for 150 deployed nodes }
1479 \label{fig6}
1480 \end{figure} 
1481
1482 \subsubsection{Energy consumption} \label{subsec:EC}
1483
1484 We  measure  the  energy  consumed  by the  sensors  during  the  communication,
1485 listening, computation, active, and sleep status for different network densities
1486 and   compare   it   with   the  two   other   methods.    Figures~\ref{fig7}(a)
1487 and~\ref{fig7}(b)  illustrate  the  energy  consumption,  considering  different
1488 network sizes, for $Lifetime_{95}$ and $Lifetime_{50}$.
1489
1490 \begin{figure}[h!]
1491   \centering
1492   \begin{tabular}{cl}
1493     \parbox{9.5cm}{\includegraphics[scale=0.5]{F/EC95.pdf}} & (a) \\
1494     \verb+ + \\
1495     \parbox{9.5cm}{\includegraphics[scale=0.5]{F/EC50.pdf}} & (b)
1496   \end{tabular}
1497   \caption{Energy consumption for (a) $Lifetime_{95}$ and 
1498     (b) $Lifetime_{50}$}
1499   \label{fig7}
1500 \end{figure} 
1501
1502 The  results  show  that  MuDiLCO  is  the  most  competitive  from  the  energy
1503 consumption point of view.  The  other approaches have a high energy consumption
1504 due  to activating a  larger number  of redundant  nodes as  well as  the energy consumed during  the different  status of the  sensor node.
1505 % Among  the different versions of our protocol, the MuDiLCO-7  one consumes more energy than the other
1506 %versions. This is  easy to understand since the bigger the  number of rounds and the number of  sensors involved in the integer program are,  the larger the time computation to solve the optimization problem is. To improve the performances of MuDiLCO-7, we  should increase the  number of subregions  in order to  have less sensors to consider in the integer program.
1507 %\textcolor{red}{As shown in Figure~\ref{fig7}, GA-MuDiLCO consumes less energy than both DESK and GAF, but a little bit higher than MuDiLCO  because it provides a near optimal solution by activating a larger number of nodes during the sensing phase.  GA-MuDiLCO consumes less energy in comparison with MuDiLCO-7 version, especially for the dense networks. However, MuDiLCO protocol and GA-MuDiLCO protocol are the most competitive from the energy
1508 %consumption point of view. The other approaches have a high energy consumption
1509 %due to activating a larger number of redundant nodes.}
1510 %In fact,  a distributed optimization decision, which produces T rounds, on the subregions is  greatly reduced the cost of communications and the time of listening as well as the energy needed for sensing phase and computation so thanks to the partitioning of the initial network into several independent subnetworks and producing T rounds for each subregion periodically. 
1511
1512
1513 \subsubsection{Execution time}
1514 \label{et}
1515 We observe  the impact of the  network size and of  the number of  rounds on the
1516 computation  time.   Figure~\ref{fig77} gives  the  average  execution times  in
1517 seconds (needed to solve optimization problem) for different values of $T$. The modeling language for Mathematical Programming (AMPL)~\cite{AMPL} is  employed to generate the Mixed Integer Linear Program instance  in a  standard format, which  is then read  and solved  by the optimization solver  GLPK (GNU  linear Programming Kit  available in  the public domain) \cite{glpk} through a Branch-and-Bound method. The
1518 original execution time  is computed on a laptop  DELL with Intel Core~i3~2370~M
1519 (2.4 GHz)  processor (2  cores) and the  MIPS (Million Instructions  Per Second)
1520 rate equal to 35330. To be consistent  with the use of a sensor node with Atmels
1521 AVR ATmega103L  microcontroller (6 MHz) and  a MIPS rate  equal to 6 to  run the
1522 optimization   resolution,   this  time   is   multiplied   by  2944.2   $\left(
1523 \frac{35330}{2} \times  \frac{1}{6} \right)$ and  reported on Figure~\ref{fig77}
1524 for different network sizes.
1525
1526 \begin{figure}[ht!]
1527 \centering
1528 \includegraphics[scale=0.5]{F/T.pdf}  
1529 \caption{Execution Time (in seconds)}
1530 \label{fig77}
1531 \end{figure} 
1532
1533 As expected,  the execution time increases  with the number of  rounds $T$ taken
1534 into account to schedule the sensing phase. The times obtained for $T=1,3$
1535 or $5$ seem bearable, but for $T=7$ they become quickly unsuitable for a sensor
1536 node, especially when  the sensor network size increases.   Again, we can notice
1537 that if we want  to schedule the nodes activities for a  large number of rounds,
1538 we need to choose a relevant number of subregions in order to avoid a complicated
1539 and cumbersome optimization.  On the one hand, a large value  for $T$ permits to
1540 reduce the  energy-overhead due  to the three  pre-sensing phases, on  the other
1541 hand  a leader  node may  waste a  considerable amount  of energy  to  solve the
1542 optimization problem.
1543
1544 %While MuDiLCO-1, 3, and 5 solves the optimization process with suitable execution times to be used on wireless sensor network because it distributed on larger number of small subregions as well as it is used acceptable number of round(s) T.  We think that in distributed fashion the solving of the optimization problem to produce T rounds in a subregion can be tackled by sensor nodes. Overall, to be able to deal with very large networks, a distributed method is clearly required.
1545
1546 \subsubsection{Network lifetime}
1547
1548 The next  two figures,  Figures~\ref{fig8}(a) and \ref{fig8}(b),  illustrate the
1549 network lifetime  for different network sizes,  respectively for $Lifetime_{95}$
1550 and  $Lifetime_{50}$.  Both  figures show  that the  network  lifetime increases
1551 together with the  number of sensor nodes, whatever the  protocol, thanks to the
1552 node  density  which  results in  more  and  more  redundant  nodes that  can  be
1553 deactivated and thus save energy.  Compared to the other approaches, our MuDiLCO
1554 protocol  maximizes the  lifetime of  the network.   In particular  the  gain in
1555 lifetime for a  coverage over 95\% is greater than 38\%  when switching from GAF
1556 to MuDiLCO-3.  The  slight decrease that can be observed  for MuDiLCO-7 in case
1557 of  $Lifetime_{95}$  with  large  wireless  sensor  networks  results  from  the
1558 difficulty  of the optimization  problem to  be solved  by the  integer program.
1559 This  point was  already noticed  in subsection  \ref{subsec:EC} devoted  to the
1560 energy consumption,  since network lifetime and energy  consumption are directly
1561 linked. 
1562 %\textcolor{red}{As can be seen in these figures, the lifetime increases with the size of the network, and it is clearly largest for the MuDiLCO
1563 %and the GA-MuDiLCO protocols. GA-MuDiLCO prolongs the network lifetime obviously in comparison with both DESK and GAF, as well as the MuDiLCO-7 version for $lifetime_{95}$.  However, comparison shows that MuDiLCO protocol and GA-MuDiLCO protocol, which use distributed optimization over the subregions are the best ones because they are robust to network disconnection during the network lifetime as well as they consume less energy in comparison with other approaches.}
1564 \begin{figure}[t!]
1565   \centering
1566   \begin{tabular}{cl}
1567     \parbox{9.5cm}{\includegraphics[scale=0.5]{F/LT95.pdf}} & (a) \\
1568     \verb+ + \\
1569     \parbox{9.5cm}{\includegraphics[scale=0.5]{F/LT50.pdf}} & (b)
1570   \end{tabular}
1571   \caption{Network lifetime for (a) $Lifetime_{95}$ and 
1572     (b) $Lifetime_{50}$}
1573   \label{fig8}
1574 \end{figure} 
1575
1576 % By choosing the best suited nodes, for each round, by optimizing the coverage and lifetime of the network to cover the area of interest with a maximum number rounds and by letting the other nodes sleep in order to be used later in next rounds, our MuDiLCO protocol efficiently prolonges the network lifetime. 
1577
1578 %In Figure~\ref{fig8}, Comparison shows that our MuDiLCO protocol, which are used distributed optimization on the subregions with the ability of producing T rounds, is the best 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 protocol in each sensor node and subdividing the sensing field into many subregions, which are managed independently and simultaneously, is the most relevant way to maximize the lifetime of a network.
1579
1580
1581 %We see that our MuDiLCO-7 protocol results in execution times that quickly become unsuitable for a sensor network as well as the energy consumption seems to be huge because it used a larger number of rounds T during performing the optimization decision in the subregions, which is led to decrease the network lifetime. On the other side, our MuDiLCO-1, 3, and 5 protocol seems to be more efficient in comparison with other approaches because they are prolonged the lifetime of the network more than DESK and GAF.
1582
1583
1584 \section{Conclusion and future works}
1585 \label{sec:conclusion}
1586
1587 We have addressed  the problem of the coverage and of the lifetime optimization in
1588 wireless  sensor networks.  This is  a key  issue as  sensor nodes  have limited
1589 resources in terms of memory, energy, and computational power. To cope with this
1590 problem,  the field  of sensing  is divided  into smaller  subregions  using the
1591 concept  of divide-and-conquer  method, and  then  we propose  a protocol  which
1592 optimizes coverage  and lifetime performances in each  subregion.  Our protocol,
1593 called MuDiLCO (Multiround  Distributed Lifetime Coverage Optimization) combines
1594 two  efficient   techniques:  network   leader  election  and   sensor  activity
1595 scheduling.
1596 %,  where the challenges
1597 %include how to select the  most efficient leader in each subregion and
1598 %the best cover sets %of active nodes that will optimize the network lifetime
1599 %while taking the responsibility of covering the corresponding
1600 %subregion using more than one cover set during the sensing phase. 
1601 The activity  scheduling in each subregion  works in periods,  where each period
1602 consists of four  phases: (i) Information Exchange, (ii)  Leader Election, (iii)
1603 Decision Phase to plan the activity  of the sensors over $T$ rounds, (iv) Sensing
1604 Phase itself divided into $T$ rounds.
1605
1606 Simulations  results show the  relevance of  the proposed  protocol in  terms of
1607 lifetime, coverage  ratio, active  sensors ratio, energy  consumption, execution
1608 time. Indeed,  when dealing with  large wireless sensor networks,  a distributed
1609 approach, like  the one we  propose, allows to  reduce the difficulty of  a single
1610 global optimization problem by partitioning it in many smaller problems, one per
1611 subregion, that can be solved  more easily. Nevertheless, results also show that
1612 it is not possible to plan the activity of sensors over too many rounds, because
1613 the resulting optimization problem leads to too high resolution times and thus to
1614 an excessive energy consumption.
1615
1616 %In  future work, we plan  to study and propose adjustable sensing range coverage optimization protocol, which computes  all active sensor schedules in one time, by using
1617 %optimization  methods. This protocol can prolong the network lifetime by minimizing the number of the active sensor nodes near the borders by optimizing the sensing range of sensor nodes.
1618 % use section* for acknowledgement
1619
1620 \section*{Acknowledgment}
1621 This work is  partially funded by the Labex ACTION program (contract ANR-11-LABX-01-01).
1622 As a Ph.D.  student, Ali Kadhum IDREES would like to gratefully acknowledge the
1623 University  of Babylon  - Iraq  for the  financial support,  Campus  France (The
1624 French  national agency  for the  promotion of  higher  education, international
1625 student   services,  and   international  mobility).%,   and  the   University  ofFranche-Comt\'e - France for all the support in France. 
1626
1627
1628
1629
1630 %% \linenumbers
1631
1632 %% main text
1633 %\section{}
1634 %\label{}
1635
1636 %% The Appendices part is started with the command \appendix;
1637 %% appendix sections are then done as normal sections
1638 %% \appendix
1639
1640 %% \section{}
1641 %% \label{}
1642
1643 %% If you have bibdatabase file and want bibtex to generate the
1644 %% bibitems, please use
1645 %%
1646 %%  \bibliographystyle{elsarticle-num} 
1647 %%  \bibliography{<your bibdatabase>}
1648 %% else use the following coding to input the bibitems directly in the
1649 %% TeX file.
1650
1651 \bibliographystyle{elsarticle-num} 
1652 \bibliography{article}
1653   
1654 \end{document}
1655
1656 %%\bibitem{}
1657
1658 %\end{thebibliography}
1659 %\end{document}
1660 \endinput
1661 %%
1662 %% End of file `elsarticle-template-num.tex'.