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

Private GIT Repository
Update by Ali
[ThesisAli.git] / CHAPITRE_06.tex
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %%                          %%
3 %%       CHAPTER 06         %%
4 %%                          %%
5 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
6  \chapter{ Perimeter-based Coverage Optimization to Improve Lifetime in WSNs}
7 \label{ch6}
8
9
10 \section{Introduction}
11 \label{ch6:sec:01}
12
13 %The continuous progress in Micro Electro-Mechanical Systems (MEMS) and wireless communication hardware  has given rise to the opportunity to use large networks of tiny sensors, called Wireless Sensor Networks (WSN)~\cite{ref1,ref223}, to fulfill monitoring tasks. The features of a WSN made it suitable for a wide range of application  in areas such as business,  environment, health, industry, military, and so on~\cite{ref4}. These large number of applications have led to different design, management, and operational challenges in WSNs. The challenges become harder with considering into account the main limited capabilities of the sensor nodes such memory, processing, battery life,  bandwidth, and short radio ranges. One important feature that distinguish the WSN from the other types of wireless networks is the provision of the sensing capability for the sensor nodes \cite{ref224}.
14
15 %The sensor node consumes some energy both in performing the sensing task and in transmitting the sensed data to the sink. Therefore, it is required to activate as less number as possible of sensor nodes that can monitor the whole area of interest so as to reduce the data volume and extend the network lifetime. The sensing coverage is the most important task of the WSNs since sensing unit of the sensor node is responsible for measuring physical,  chemical, or  biological  phenomena in the sensing field. The main challenge of any sensing coverage problem is to discover the redundant sensor node and turn off those nodes in WSN \cite{ref225}. The redundant sensor node is a node whose sensing area is covered by its active neighbors. In previous works, several approaches are used to find out the redundant node such as Voronoi diagram method, sponsored sector, crossing coverage, and perimeter coverage. 
16
17 In this chapter,  we propose an approach called Perimeter-based Coverage Optimization
18 protocol (PeCO). 
19 %The PeCO protocol merges between two energy efficient mechanisms, which are used the main advantages of the centralized and distributed approaches and avoids the most of their disadvantages. An energy-efficient activity scheduling mechanism based new optimization model is performed by each leader in the subregions. 
20 The scheme is similar to the one described in section \ref{ch4:sec:02:03}. But in this approach, the optimization model is based on the perimeter coverage model in order to produce the optimal cover set of active sensors, which are taking the responsibility of sensing during the current period. 
21
22
23 The rest of the chapter is organized as follows. The next section is devoted to the PeCO protocol description and section~\ref{ch6:sec:03} focuses on the coverage model formulation which is used  to schedule the activation  of sensor nodes.  Section~\ref{ch6:sec:04} presents simulation results and discusses the comparison with other approaches. Finally, concluding remarks   are  drawn in section~\ref{ch6:sec:05}.
24
25
26
27 \section{Description of the PeCO Protocol}
28 \label{ch6:sec:02}
29
30 %\noindent  In  this  section,  we  describe in  details  our  Lifetime  Coverage Optimization protocol.  
31 First we present the  assumptions we made and the models
32 we considered (in particular the perimeter coverage one), second we describe the background idea of our protocol, and third  we give the outline of the algorithm executed by each node.
33
34
35
36 \subsection{Assumptions and Models}
37 \label{ch6:sec:02:01}
38 The PeCO protocol uses the same assumptions and network model than both the DiLCO and the MuDiLCO protocols. All the hypotheses can be found in section \ref{ch4:sec:02:01}.
39 The PeCO protocol  uses the  same perimeter-coverage  model as  Huang and Tseng in~\cite{ref133}. It  can be expressed as follows:  a sensor is said to be a perimeter covered if all the points on its  perimeter are covered by at least  one sensor  other than  itself.  
40 %They  proved that  a network  area is $k$-covered if and only if each sensor in the network is $k$-perimeter-covered (perimeter covered by at least $k$ sensors).
41 Authors \cite{ref133}  proved that a network area  is $k$-covered  (every point in  the area is  covered by  at least $k$~sensors) if and only if each  sensor in the network is $k$-perimeter-covered (perimeter covered by at least $k$ sensors).
42   
43 Figure~\ref{pcm2sensors}(a)  shows  the coverage  of  sensor  node~$0$. On  this figure, we can  see that sensor~$0$ has  nine neighbors and we  have reported on
44 its  perimeter (the  perimeter  of the  disk  covered by  the  sensor) for  each neighbor  the  two  points  resulting  from  intersection  of  the  two  sensing
45 areas. These points are denoted for  neighbor~$i$ by $iL$ and $iR$, respectively for  left and  right from  neighbor  point of  view.  The  resulting couples  of intersection points subdivide the perimeter of sensor~$0$ into portions called
46 arcs.
47
48 \begin{figure}[ht!]
49   \centering
50   \begin{tabular}{@{}cr@{}}
51     \includegraphics[width=95mm]{Figures/ch6/pcm.jpg} & \raisebox{3.25cm}{(a)} \\
52     \includegraphics[width=95mm]{Figures/ch6/twosensors.jpg} & \raisebox{2.75cm}{(b)}
53   \end{tabular}
54   \caption{(a) Perimeter  coverage of sensor node  0 and (b) finding  the arc of
55     $u$'s perimeter covered by $v$.}
56   \label{pcm2sensors}
57 \end{figure} 
58
59 Figure~\ref{pcm2sensors}(b) describes the geometric information used to find the locations of the  left and right points of  an arc on the perimeter  of a sensor node~$u$ covered by a sensor node~$v$. Node~$v$ is supposed to be located on the
60 west  side of  sensor~$u$,  with  the following  respective  coordinates in  the sensing area~: $(v_x,v_y)$ and $(u_x,u_y)$. From the previous coordinates, the euclidean distance between nodes~$u$ and $v$ is computed as follow: $Dist(u,v)=\sqrt{\left( 
61   u_x  - v_x  \right)^2 +  \left( u_y-v_y  \right)^2}$, 
62
63 while  the angle~$\alpha$  is obtained through  the formula:
64
65  $$\alpha =  \arccos \left(\dfrac{Dist(u,v)}{2R_s}
66 \right).$$ 
67
68 The arc on the perimeter of~$u$ defined by the angular interval $[\pi  - \alpha,\pi + \alpha]$ is said to be perimeter-covered by sensor~$v$.
69
70 Every couple of intersection points is placed on the angular interval $[0,2\pi]$ in  a  counterclockwise manner,  leading  to  a  partitioning of  the  interval.
71 Figure~\ref{pcm2sensors}(a)  illustrates  the arcs  for  the  nine neighbors  of sensor $0$ and  Figure~\ref{expcm} gives the position of the corresponding arcs in  the interval  $[0,2\pi]$. More  precisely, we  can see  that the  points are
72 ordered according  to the  measures of  the angles  defined by  their respective positions. The intersection points are  then visited one after another, starting from the first  intersection point  after  point~zero,  and  the maximum  level  of coverage is determined  for each interval defined by two  successive points. The maximum  level of  coverage is  equal to  the number  of overlapping  arcs.  For example, 
73 between~$5L$  and~$6L$ the maximum  level of  coverage is equal  to $3$ (the value is highlighted in yellow  at the bottom of Figure~\ref{expcm}), which means that at most 2~neighbors can cover  the perimeter in addition to node $0$. 
74 Table~\ref{my-label} summarizes for each coverage  interval the maximum level of coverage and  the sensor  nodes covering the  perimeter.  The  example discussed above is thus given by the sixth line of the table.
75
76 \begin{figure*}[t!]
77 \centering
78 \includegraphics[width=150.5mm]{Figures/ch6/expcm2.jpg}  
79 \caption{Maximum coverage levels for perimeter of sensor node $0$.}
80 \label{expcm}
81 \end{figure*} 
82
83
84  \begin{table}[h!]
85  \caption{Coverage intervals and contributing sensors for sensor node 0.}
86  \centering
87 \begin{tabular}{|c|c|c|c|c|c|c|c|c|}
88 \hline
89 \begin{tabular}[c]{@{}c@{}}Left \\ point \\ angle~$\alpha$ \end{tabular} & \begin{tabular}[c]{@{}c@{}}Interval \\ left \\ point\end{tabular} & \begin{tabular}[c]{@{}c@{}}Interval \\ right \\ point\end{tabular} & \begin{tabular}[c]{@{}c@{}}Maximum \\ coverage\\  level\end{tabular} & \multicolumn{5}{c|}{\begin{tabular}[c]{@{}c@{}}Set of sensors\\ involved \\ in coverage interval\end{tabular}} \\ \hline
90 0.0291    & 1L                                                                        & 2L                                                        & 4                                                                     & 0                     & 1                     & 3                    & 4                    &                      \\ \hline
91 0.104     & 2L                                                                        & 3R                                                        & 5                                                                     & 0                     & 1                     & 3                    & 4                    & 2                    \\ \hline
92 0.3168    & 3R                                                                        & 4R                                                        & 4                                                                     & 0                     & 1                     & 4                    & 2                    &                      \\ \hline
93 0.6752    & 4R                                                                        & 1R                                                        & 3                                                                     & 0                     & 1                     & 2                    &                      &                      \\ \hline
94 1.8127    & 1R                                                                        & 5L                                                        & 2                                                                     & 0                     & 2                     &                      &                      &                      \\ \hline
95 1.9228    & 5L                                                                        & 6L                                                        & 3                                                                     & 0                     & 2                     & 5                    &                      &                      \\ \hline
96 2.3959    & 6L                                                                        & 2R                                                        & 4                                                                     & 0                     & 2                     & 5                    & 6                    &                      \\ \hline
97 2.4258    & 2R                                                                        & 7L                                                        & 3                                                                     & 0                     & 5                     & 6                    &                      &                      \\ \hline
98 2.7868    & 7L                                                                        & 8L                                                        & 4                                                                     & 0                     & 5                     & 6                    & 7                    &                      \\ \hline
99 2.8358    & 8L                                                                        & 5R                                                        & 5                                                                     & 0                     & 5                     & 6                    & 7                    & 8                    \\ \hline
100 2.9184    & 5R                                                                        & 7R                                                        & 4                                                                     & 0                     & 6                     & 7                    & 8                    &                      \\ \hline
101 3.3301    & 7R                                                                        & 9R                                                        & 3                                                                     & 0                     & 6                     & 8                    &                      &                      \\ \hline
102 3.9464    & 9R                                                                        & 6R                                                        & 4                                                                     & 0                     & 6                     & 8                    & 9                    &                      \\ \hline
103 4.767     & 6R                                                                        & 3L                                                        & 3                                                                     & 0                     & 8                     & 9                    &                      &                      \\ \hline
104 4.8425    & 3L                                                                        & 8R                                                        & 4                                                                     & 0                     & 3                     & 8                    & 9                    &                      \\ \hline
105 4.9072    & 8R                                                                        & 4L                                                        & 3                                                                     & 0                     & 3                     & 9                    &                      &                      \\ \hline
106 5.3804    & 4L                                                                        & 9R                                                        & 4                                                                     & 0                     & 3                     & 4                    & 9                    &                      \\ \hline
107 5.9157    & 9R                                                                        & 1L                                                        & 3                                                                     & 0                     & 3                     & 4                    &                      &                      \\ \hline
108 \end{tabular}
109
110 \label{my-label}
111 \end{table}
112
113
114 %In the PeCO  protocol, the scheduling of the sensor  nodes' activities is formulated  as an integer program  based on  coverage intervals. 
115 In the PeCO protocol,  the  scheduling  of  the  sensor nodes'  activities  is formulated  with  an mixed-integer  program based on coverage intervals~\cite{ref239}.  The  formulation of  the coverage optimization problem is  detailed in~section~\ref{ch6:sec:03}.  Note that  when a sensor node  has a  part of  its sensing  range outside  the WSN  sensing field,  as in Figure~\ref{ex4pcm}, the maximum coverage level for  this arc is set to $\infty$ and  the  corresponding  interval  will  not   be  taken  into  account  by  the optimization algorithm.
116
117
118 \begin{figure}[h!]
119 \centering
120 \includegraphics[width=95.5mm]{Figures/ch6/ex4pcm.jpg}  
121 \caption{Sensing range outside the WSN's area of interest.}
122 \label{ex4pcm}
123 \end{figure} 
124
125
126 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This section deleted %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
127 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
128 \iffalse
129
130 \subsection{The Main Idea}
131 \label{ch6:sec:02:02}
132
133 \noindent The  WSN area of interest is, in a  first step, divided  into regular homogeneous subregions  using a divide-and-conquer  algorithm. In a  second step our  protocol  will  be  executed  in a distributed way in each subregion simultaneously to schedule nodes' activities for one sensing period. Sensor nodes  are assumed to be deployed  almost uniformly over the  region. The regular subdivision  is made such that the number of hops between  any pairs of sensors inside a subregion is less than or equal to 3.
134
135 As  shown in  Figure~\ref{fig2}, node  activity  scheduling is  produced by  our protocol in a periodic manner. Each period is divided into 4 stages: Information (INFO)  Exchange,  Leader Election,  Decision  (the  result of  an  optimization problem),  and  Sensing.   For  each  period, there  is  exactly  one  set  cover responsible for  the sensing task.  Protocols  based on a periodic  scheme, like PeCO, are more  robust against an unexpected  node failure. On the  one hand, if a node failure is discovered before  taking the decision, the corresponding sensor
136 node will  not be considered  by the optimization  algorithm. On  the other hand, if the sensor failure happens after  the decision, the sensing task of the network will be temporarily affected: only  during the period of sensing until a new period starts, since a new set cover will take charge of the sensing task in the next period. The energy consumption and some other constraints can easily be taken  into  account since  the  sensors  can  update  and then  exchange  their information (including their  residual energy) at the beginning  of each period. However, the pre-sensing  phases (INFO Exchange, Leader  Election, and Decision)
137 are energy consuming, even for nodes that will not join the set cover to monitor the area.
138
139 \begin{figure}[t!]
140 \centering
141 \includegraphics[scale=0.80]{Figures/ch6/Model.pdf}  
142 \caption{PeCO protocol.}
143 \label{fig2}
144 \end{figure} 
145
146 \fi
147 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
148 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
149
150 \subsection{PeCO Protocol Algorithm}
151 \label{ch6:sec:02:03}
152
153
154 \noindent The  pseudocode implementing the protocol on a node is  given below.
155 More  precisely,  Algorithm~\ref{alg:PeCO}  gives  a brief  description  of  the
156 protocol applied by a sensor node $s_j$ where $j$ is the node index in the WSN.
157
158 \begin{algorithm}[h!]                
159  % \KwIn{all the parameters related to information exchange}
160 %  \KwOut{$winer-node$ (: the id of the winner sensor node, which is the leader of current round)}
161   \BlankLine
162   %\emph{Initialize the sensor node and determine it's position and subregion} \; 
163   
164   \If{ $RE_k \geq E_{th}$ }{
165       \emph{$s_j.status$ = COMMUNICATION}\;
166       \emph{Send $INFO()$ packet to other nodes in subregion}\;
167       \emph{Wait $INFO()$ packet from other nodes in subregion}\; 
168       \emph{Update A.CurrentSize}\;
169       \emph{LeaderID = Leader election}\;
170       \If{$ s_j.ID = LeaderID $}{
171          \emph{$s_j.status$ = COMPUTATION}\;
172          
173       \If{$ s_j.ID $ is Not previously selected as a Leader }{
174           \emph{ Execute the perimeter coverage model}\;
175          % \emph{ Determine the segment points using perimeter coverage model}\;
176       }
177       
178       \If{$ (s_j.ID $ is the same Previous Leader) And (A.CurrentSize = A.PreviousSize)}{
179       
180          \emph{ Use the same previous cover set for current sensing stage}\;
181       }
182       \Else{
183             \emph{Update $a^j_{ik}$; prepare data for MIP~Algorithm}\;
184             \emph{$\left\{\left(X_{1},\dots,X_{k},\dots,X_{A}\right)\right\}$ = Execute MIP Algorithm($A$)}\;
185             \emph{A.PreviousSize = A.CurrentSize}\;
186            }
187       
188         \emph{$s_j.status$ = COMMUNICATION}\;
189         \emph{Send $ActiveSleep()$ to each node $k$ in subregion}\;
190         \emph{Update $RE_j $}\;
191       }   
192       \Else{
193         \emph{$s_j.status$ = LISTENING}\;
194         \emph{Wait $ActiveSleep()$ packet from the Leader}\;
195         \emph{Update $RE_j $}\;
196       }  
197   }
198   \Else { Exclude $s_j$ from entering in the current sensing stage}
199 \caption{PeCO($s_j$)}
200 \label{alg:PeCO}
201 \end{algorithm}
202
203 In this  algorithm, A.CurrentSize and A.PreviousSize  respectively represent the current number and  the previous number of living nodes in  the subnetwork of the subregion.  Initially, the sensor node checks its remaining energy $RE_j$, which must be greater than a threshold $E_{th}$ in order to participate in the current period.  Each  sensor node  determines its position  and its subregion  using an embedded  GPS or a  location discovery  algorithm. After  that, all  the sensors collect position coordinates,  remaining energy, sensor node ID,  and the number
204 of their  one-hop live  neighbors during the  information exchange.  
205 %The sensors inside a same region cooperate to elect a leader. The selection criteria for the leader, in order of priority,  are larger numbers of neighbors, larger remaining energy, and  then in case  of equality, larger  index.  Once chosen,  the leader collects information to formulate and  solve the integer program which allows to construct the set of active sensors in the sensing stage.
206 The sensors  inside a same  region cooperate to  elect a leader.   The selection criteria for the leader are (in order  of priority):
207 \begin{enumerate}
208 \item larger number of neighbors;
209 \item larger  remaining energy;
210 \item and then  in case  of equality,  larger index.
211 \end{enumerate}
212 Once chosen, the leader collects information  to formulate and solve the integer program  which allows  to construct  the set  of active  sensors in  the sensing stage.
213
214
215 \section{Perimeter-based Coverage Problem Formulation}
216 \label{ch6:sec:03}
217
218
219 \noindent In  this  section,  the   perimeter-based  coverage  problem  is  mathematically formulated.    It    has    been    proved   to    be    a    NP-hard    problem by \cite{ref239}. Authors  study the coverage of  the perimeter of a  large object requiring  to be monitored.  For the proposed  formulation in this chapter,  the large  object to  be monitored  is the  sensor itself  (or more precisely its sensing area).
220
221 The following notations are used  throughout the section.
222
223 First, the following sets:
224 \begin{itemize}
225 \item $S$ represents the set of sensor nodes;
226 \item $A \subseteq S $ is the subset of alive sensors;
227 \item  $I_j$  designates  the  set  of  coverage  intervals  (CI)  obtained  for
228   sensor~$j$.
229 \end{itemize}
230 $I_j$ refers to the set of  coverage intervals which have been defined according to the  method introduced in  subsection~\ref{ch6:sec:02:01}. For a coverage  interval $i$, let $a^j_{ik}$ denote  the indicator function of whether  sensor~$k$ is involved in coverage interval~$i$ of sensor~$j$, that is:
231 \begin{equation}
232 a^j_{ik} = \left \{ 
233 \begin{array}{lll}
234   1 & \mbox{if sensor $k$ is involved in the } \\
235         &       \mbox{coverage interval $i$ of sensor $j$}, \\
236   0 & \mbox{otherwise.}\\
237 \end{array} \right.
238 \end{equation}
239 Note that $a^k_{ik}=1$ by definition of the interval.
240
241 Second,  several variables  are defined.   Hence, each  binary variable  $X_{k}$ determines the  activation of sensor  $k$ in the  sensing phase ($X_k=1$  if the sensor $k$ is active or 0 otherwise).   $M^j_i$ is a variable which measures the undercoverage for the coverage interval  $i$ corresponding to sensor~$j$. In the same  way, the  overcoverage for  the  same coverage  interval is  given by  the variable $V^j_i$.
242
243 To sustain a  level of coverage equal  to $l$ all along the  perimeter of sensor $j$, at  least $l$  sensors involved in  each coverage interval  $i \in  I_j$ of sensor $j$ have  to be active.  According to the  previous notations, the number of  active sensors  in the  coverage  interval $i$  of  sensor $j$  is given  by $\sum_{k \in A} a^j_{ik} X_k$.  To extend the network lifetime, the objective is to activate  a minimal number  of sensors in each  period to ensure  the desired coverage level. As the number of  alive sensors decreases, it becomes impossible to reach  the desired level  of coverage  for all coverage  intervals. Therefore
244 variables  $M^j_i$ and  $V^j_i$ are  introduced as  a measure  of the  deviation between the  desired number  of active  sensors in a  coverage interval  and the effective number.  And we try to  minimize these deviations, first  to force the activation of a minimal number of  sensors to ensure the desired coverage level, and if  the desired level  cannot be completely  satisfied, to reach  a coverage level as close as possible to the desired one.
245
246 The coverage optimization problem can then be mathematically expressed as follows:
247 \begin{equation}
248   \begin{aligned}
249     \text{Minimize } & \sum_{j \in S} \sum_{i \in I_j} (\alpha^j_i ~ M^j_i + \beta^j_i ~ V^j_i ) \\
250     \text{Subject to:} & \\
251     & \sum_{k \in A} ( a^j_{ik} ~ X_{k}) + M^j_i  \geq l \quad \forall i \in I_j, \forall j \in S  \\
252     & \sum_{k \in A} ( a^j_{ik} ~ X_{k}) - V^j_i  \leq l \quad \forall i \in I_j, \forall j \in S \\
253     & X_{k} \in \{0,1\}, \forall k \in A \\
254     & M^j_i, V^j_i \in \mathbb{R}^{+} 
255   \end{aligned}
256 \end{equation}
257
258 If a given level of coverage $l$ is  required for one sensor, the sensor is said to be undercovered (respectively overcovered) if the level of coverage of one of its  CI  is  less  (respectively  greater)  than $l$.   If  the  sensor  $j$  is undercovered, there exists at least one of its CI (say $i$) for which the number of active  sensors (denoted by $l^{i}$)  covering this part of  the perimeter is less than $l$ and in this case : $M_{i}^{j}=l-l^{i}$, $V_{i}^{j}=0$. Conversely, if the sensor $j$ is overcovered, there exists  at least one of its CI (say $i$) for which the  number of active sensors (denoted by  $l^{i}$) covering this part of  the  perimeter  is  greater  than  $l$  and  in  this  case:  $M_{i}^{j}=0$, $V_{i}^{j}=l^{i}-l$.
259
260 $\alpha^j_i$ and $\beta^j_i$  are nonnegative weights selected  according to the relative importance of satisfying the associated level of coverage. For example, weights associated with  coverage intervals of a specified part  of a region may be given by  a relatively larger magnitude than weights  associated with another region. This kind of mixed-integer program  is inspired from the model developed for   brachytherapy  treatment   planning  for   optimizing  dose   distribution \cite{0031-9155-44-1-012}.  The choice of the values for variables $\alpha$ and $\beta$  should be  made according  to the  needs of  the application.  $\alpha$ should be  large enough  to prevent  undercoverage and so  to reach  the highest
261 possible coverage ratio. $\beta$ should  be large enough to prevent overcoverage and so to activate a minimum  number of sensors.  The mixed-integer program must be solved  by the  leader in  each subregion  at the  beginning of  each sensing phase, whenever the environment has changed (new leader, death of some sensors). Note that  the number of  constraints in the  model is constant  (constraints of coverage  expressed for  all sensors),  whereas  the number  of variables  $X_k$ decreases over periods, since only alive  sensors (sensors with enough energy to be alive during one sensing phase) are considered in the model.
262
263
264
265 \section{Performance Evaluation and Analysis}
266 \label{ch6:sec:04}
267
268 \subsection{Simulation Settings}
269 \label{ch6:sec:04:01}
270
271 The WSN  area of interest is  supposed to be divided  into 16~regular subregions. The simulation  parameters are summarized in Table~\ref{tablech4}. To obtain experimental results which are relevant,  simulations  with  five different node densities going from  100 to 300~nodes were performed considering each time 25~randomly  generated networks. The nodes are deployed  on a field of
272 interest of $(50 \times 25)~m^2 $ in such a way that they cover the field with a high coverage ratio. 
273 %Each node has an  initial energy level, in Joules, which is randomly drawn in the interval $[500-700]$. If its energy provision reaches a value below  the threshold $E_{th}=36$~Joules,  the minimum energy needed  for a node  to stay  active during  one period,  it will no more  participate in the coverage task. This value corresponds to the energy needed by the sensing phase, obtained by multiplying the energy consumed in active state (9.72 mW) with the time in seconds for one  period (3600 seconds), and  adding the energy  for the pre-sensing phases. According  to the interval of initial energy,  a sensor may be active during at most 20 periods.
274 %The values  of $\alpha^j_i$ and  $\beta^j_i$ have been chosen to ensure a good network coverage and a longer WSN lifetime as shown in Table \ref{my-beta-alfa}. We set the values  of $\alpha^j_i$ and  $\beta^j_i$ to 0.6 and 0.4 respectively.  We have given a higher priority to the undercoverage  (by  setting  the  $\alpha^j_i$ with  a  larger  value  than $\beta^j_i$)  so as  to prevent  the non-coverage  for the  interval~$i$ of  the sensor~$j$.  On the  other hand,  we have assigned to $\beta^j_i$ a value which is slightly lower so as to minimize the number of active sensor nodes which contribute in covering the interval.
275
276
277 The values  of $\alpha^j_i$ and  $\beta^j_i$ have been  chosen to ensure  a good network coverage  and a longer  WSN lifetime.  Higher  priority is given  to the undercoverage (by setting the $\alpha^j_i$ with a larger value than $\beta^j_i$) so as  to prevent the non-coverage  for the interval~$i$ of  the sensor~$j$.  On the other hand, $\beta^j_i$ is assigned to a value which is slightly lower so as to minimize the  number of active sensor nodes which  contribute in covering the interval. Section~\ref{sec:Impact} investigates more deeply how the values of
278 both parameters affect the performance of PeCO protocol.
279
280
281 With the performance metrics, described in section \ref{ch4:sec:04:04}, we evaluate the efficiency of our approach. We use the modeling language and the optimization solver which are mentioned in section \ref{ch4:sec:04:02}. In addition, we use the same energy consumption model, as previously, described in section \ref{ch4:sec:04:03}.
282
283
284 \subsection{Simulation Results}
285 \label{ch6:sec:04:02}
286
287 In  order to  assess and  analyze  the  performance  of  our protocol  we  have implemented PeCO protocol in  OMNeT++~\cite{ref158} simulator.  
288 %Besides PeCO, three other protocols,  described in  the next paragraph,  will  be  evaluated for comparison purposes. 
289 %The simulations were run  on a laptop DELL with an Intel Core~i3~2370~M (2.4~GHz) processor (2  cores) whose MIPS  (Million Instructions Per Second) rate  is equal to 35330. To  be consistent with the use  of a sensor node based on  Atmels AVR ATmega103L microcontroller (6~MHz) having  a MIPS rate equal to 6, the original execution time  on the laptop is  multiplied by 2944.2 $\left(\frac{35330}{2} \times  \frac{1}{6} \right)$.  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.
290 PeCO protocol is  compared with three other approaches. DESK \cite{DESK}, GAF~\cite{GAF}, and DiLCO~\cite{Idrees2}.
291  %is  an improved version of a research work we presented in~\cite{ref159}, where DiLCO protocol is described in chapter 4. 
292  Let us notice that the PeCO and  the DiLCO protocols are  based on the  same scheme. In  particular, the choice for the simulations of a partitioning in 16~subregions was chosen because it corresponds to the configuration producing the better results for DiLCO. The protocols are distinguished from one another by the formulation  of the integer program providing the set of sensors which have to be activated in each sensing phase. DiLCO protocol tries to satisfy the coverage of a set of primary points, whereas PeCO protocol objective is to reach a desired level of coverage for each sensor perimeter. In our experimentations, we chose a level of coverage equal to one ($l=1$).
293
294
295
296 \subsubsection{Coverage Ratio}
297 \label{ch6:sec:04:02:01}
298
299 Figure~\ref{fig333}  shows the  average coverage  ratio for  200 deployed  nodes obtained with the  four protocols. DESK, GAF, and DiLCO  provide a slightly better coverage ratio with respectively 99.99\%,  99.91\%, and 99.02\%, compared to the 98.76\% produced by  PeCO for the  first periods. This  is due to  the fact that  at the beginning the DiLCO and PeCO protocols  put to  sleep status  more redundant  sensors (which slightly decreases the coverage ratio), while the two other protocols activate more sensor  nodes. Later, when the  number of periods is  beyond~70, it clearly
300 appears that  PeCO provides a better  coverage ratio and keeps  a coverage ratio greater  than 50\%  for  longer periods  (15  more compared  to  DiLCO, 40  more compared to DESK). The energy saved by  PeCO in the early periods allows later a substantial increase of the coverage performance.
301
302 \parskip 0pt    
303 \begin{figure}[h!]
304 \centering
305  \includegraphics[scale=0.8] {Figures/ch6/R/CR.eps} 
306 \caption{Coverage ratio for 200 deployed nodes.}
307 \label{fig333}
308 \end{figure} 
309
310
311
312 \subsubsection{Active Sensors Ratio}
313 \label{ch6:sec:04:02:02}
314
315 Having the less active sensor nodes in  each period is essential to minimize the energy consumption  and thus to  maximize the network  lifetime.  Figure~\ref{fig444} shows the  average active nodes ratio  for 200 deployed nodes.   We observe that DESK and  GAF have 30.36  \% and  34.96 \% active  nodes for the  first fourteen rounds, and  DiLCO and PeCO  protocols compete perfectly  with only 17.92  \% and 20.16 \% active  nodes during the same  time interval. As the  number of periods increases, PeCO protocol  has a lower number of active  nodes in comparison with
316 the three other approaches, while keeping a greater coverage ratio as shown in Figure \ref{fig333}. \\ 
317
318 \begin{figure}[h!]
319 \centering
320 \includegraphics[scale=0.8]{Figures/ch6/R/ASR.eps}  
321 \caption{Active sensors ratio for 200 deployed nodes.}
322 \label{fig444}
323 \end{figure} 
324
325 \subsubsection{Energy Consumption}
326 \label{ch6:sec:04:02:03}
327
328 We studied the effect of the energy  consumed by the WSN during the communication, computation, listening, active, and sleep status for different network densities and  the  four  approaches compared.  Figures~\ref{fig3EC}(a)  and  (b) illustrate  the  energy   consumption  for  different  network   sizes  and  for $Lifetime95$ and  $Lifetime50$. The results show  that our PeCO protocol is the most competitive from the energy consumption point of  view. As shown  by both figures, PeCO consumes much less energy than the other methods.  
329 One might think that the  resolution of the integer  program is too costly  in energy, but the  results show  that it  is very  beneficial to  lose a  bit of time in the selection of  sensors to  activate.  Indeed the optimization program  allows to reduce significantly the number of active  sensors and so the energy consumption while keeping a good coverage level. Let  us notice that the energy overhead  when increasing network size is the lowest with PeCO.
330
331 \begin{figure}[h!]
332   \centering
333   \begin{tabular}{@{}cr@{}}
334     \includegraphics[scale=0.8]{Figures/ch6/R/EC95.eps} & \raisebox{4cm}{(a)} \\
335     \includegraphics[scale=0.8]{Figures/ch6/R/EC50.eps} & \raisebox{4cm}{(b)}
336   \end{tabular}
337   \caption{Energy consumption per period for (a)~$Lifetime_{95}$ and (b)~$Lifetime_{50}$.}
338   \label{fig3EC}
339 \end{figure} 
340
341
342
343 \subsubsection{Network Lifetime}
344 \label{ch6:sec:04:02:04}
345
346 We observe the superiority of PeCO and DiLCO protocols in comparison with the two other   approaches in  prolonging the network lifetime. In
347 Figures~\ref{fig3LT}(a)  and (b),  $Lifetime95$ and  $Lifetime50$ are  shown for different  network  sizes.   As  can be seen in  these  figures,  the  lifetime increases with the size  of the network, and it is clearly   largest for the DiLCO and the PeCO  protocols.  For instance,  for a  network of 300~sensors  and coverage ratio greater than 50\%, we can  see on Figure~\ref{fig3LT}(b) that the lifetime is about twice longer with  the PeCO compared to the DESK protocol.  The performance difference    is    more    obvious   in    Figure~\ref{fig3LT}(b) than in Figure~\ref{fig3LT}(a) because the gain induced  by our protocols increases with  time, and the lifetime with a coverage  of 50\% is far  longer than with
348 95\%. 
349
350 \begin{figure} [h!]
351   \centering
352   \begin{tabular}{@{}cr@{}}
353     \includegraphics[scale=0.8]{Figures/ch6/R/LT95.eps} & \raisebox{4cm}{(a)} \\  
354     \includegraphics[scale=0.8]{Figures/ch6/R/LT50.eps} & \raisebox{4cm}{(b)}
355   \end{tabular}
356   \caption{Network Lifetime for (a)~$Lifetime_{95}$ and (b)~$Lifetime_{50}$.}
357   \label{fig3LT}
358 \end{figure} 
359
360 Figure~\ref{figLTALL}  compares  the  lifetime  coverage of  our  protocols  for different coverage  ratios. We denote by  Protocol/50, Protocol/80, Protocol/85, Protocol/90, and  Protocol/95 the amount  of time  during which the  network can satisfy an area coverage greater than $50\%$, $80\%$, $85\%$, $90\%$, and $95\%$ respectively, where the term Protocol refers to  DiLCO  or PeCO.  Indeed there  are applications that do not require a 100\% coverage of  the area to be monitored. PeCO might be an interesting  method since  it achieves  a good balance  between a  high level coverage ratio and network lifetime. PeCO always outperforms DiLCO for the three lower  coverage  ratios,  moreover  the   improvements  grow  with  the  network size. DiLCO is better  for coverage ratios near 100\%, but in  that case PeCO is not ineffective for the smallest network sizes.
361
362 \begin{figure} [h!]
363 \centering \includegraphics[scale=0.8]{Figures/ch6/R/LTa.eps}
364 \caption{Network lifetime for different coverage ratios.}
365 \label{figLTALL}
366 \end{figure}
367
368 \subsubsection{Impact of $\alpha$ and $\beta$ on PeCO's performance}
369 \label{sec:Impact}
370
371 Table~\ref{my-labelx}  shows network  lifetime results  for different  values of $\alpha$ and $\beta$, and  a network size equal to 200 sensor  nodes. On the one hand, the choice  of $\beta \gg \alpha$ prevents the  overcoverage, and so limit the activation of a large number of  sensors, but as $\alpha$ is low, some areas may be poorly covered.  This explains  the results obtained for {\it Lifetime50} with $\beta \gg \alpha$: a large number  of periods with low coverage ratio.  On the other hand, when we choose $\alpha \gg \beta$, we favor the coverage even if some areas may  be overcovered, so high  coverage ratio is reached,  but a large number  of  sensors are  activated  to  achieve  this goal.   Therefore  network
372 lifetime is reduced.   \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ 
373 The choice $\alpha=0.6$ and $\beta=0.4$  seems to achieve the best compromise  between lifetime and coverage ratio. That  explains why we have  chosen  this  setting  for  the  experiments  presented  in  the  previous subsections.
374
375 \begin{table}[h!]
376 \centering
377 \caption{The impact of $\alpha$ and $\beta$ on PeCO's performance}
378 \label{my-labelx}
379 \begin{tabular}{|c|c|c|c|}
380 \hline
381 $\alpha$ & $\beta$ & $Lifetime_{50}$ & $Lifetime_{95}$ \\ \hline
382 0.0 & 1.0 & 151 & 0 \\ \hline
383 0.1 & 0.9 & 145 & 0 \\ \hline
384 0.2 & 0.8 & 140 & 0 \\ \hline
385 0.3 & 0.7 & 134 & 0 \\ \hline
386 0.4 & 0.6 & 125 & 0 \\ \hline
387 0.5 & 0.5 & 118 & 30 \\ \hline
388 {\bf 0.6} & {\bf 0.4} & {\bf 94} & {\bf 57} \\ \hline
389 0.7 & 0.3 & 97 & 49 \\ \hline
390 0.8 & 0.2 & 90 & 52 \\ \hline
391 0.9 & 0.1 & 77 & 50 \\ \hline
392 1.0 & 0.0 & 60 & 44 \\ \hline
393 \end{tabular}
394 \end{table}
395
396
397
398  
399 \section{Conclusion} 
400 \label{ch6:sec:05}
401
402 In this chapter, we have studied the problem of  Perimeter-based Coverage Optimization in WSNs. We have designed  a new protocol, called Perimeter-based  Coverage Optimization, which schedules nodes'  activities (wake up  and sleep  stages) with the  objective of maintaining a  good coverage ratio  while maximizing the network  lifetime. This protocol is  applied in a distributed  way in regular subregions  obtained after partitioning the area of interest in a preliminary step. It works in periods and
403 is based on the resolution of an mixed-integer program to select the subset of sensors operating in active status for each period. Our work is original because it proposes for  the first  time an  integer program  scheduling the  activation of sensors  based on  their perimeter  coverage level,  instead of  using a  set of targets/points to be covered. We  have carried out  several simulations  to  evaluate the  proposed protocol. The simulation  results  show   that  PeCO  is  more   energy-efficient  than  other approaches, with respect to lifetime,  coverage ratio, active sensors ratio, and energy consumption.
404
405 %We plan to extend our framework so that the schedules are planned for multiple sensing periods. We also want  to improve our integer program to  take into account heterogeneous sensors  from both  energy  and node  characteristics point of views. Finally,  it   would  be   interesting  to  implement   our  protocol   using  a sensor-testbed to evaluate it in real world applications.
406
407
408 %in order to compute all active sensor schedules in only one step for many periods;
409 %the third, we are investigating new optimization model based on the sensing range so as to maximize the lifetime coverage in WSN;