-\documentclass[a4paper,twoside]{article}
+\documentclass[a4,12pt]{article}
+
+\usepackage[paper=a4paper,dvips,top=1.5cm,left=1.5cm,right=1.5cm,foot=1cm,bottom=1.5cm]{geometry}
\usepackage{epsfig}
\usepackage{subfigure}
-\usepackage{calc}
+%\usepackage{calc}
\usepackage{amssymb}
-\usepackage{amstext}
-\usepackage{amsmath}
-\usepackage{amsthm}
-\usepackage{multicol}
-\usepackage{pslatex}
-\usepackage{apalike}
-\usepackage{SCITEPRESS}
+%\usepackage{amstext}
+%\usepackage{amsmath}
+%\usepackage{amsthm}
+%\usepackage{multicol}
+%\usepackage{pslatex}
+%\usepackage{apalike}
+%\usepackage{SCITEPRESS}
\usepackage[small]{caption}
-
+\usepackage{color}
\usepackage[linesnumbered,ruled,vlined,commentsnumbered]{algorithm2e}
\usepackage{mathtools}
-\subfigtopskip=0pt
-\subfigcapskip=0pt
-\subfigbottomskip=0pt
+%\subfigtopskip=0pt
+%\subfigcapskip=0pt
+%\subfigbottomskip=0pt
+
-\begin{document}
%\title{Authors' Instructions \subtitle{Preparation of Camera-Ready Contributions to SCITEPRESS Proceedings} }
-\title{Distributed Lifetime Coverage Optimization Protocol \\in Wireless Sensor Networks}
+\title{Distributed Lifetime Coverage Optimization Protocol in Wireless Sensor Networks}
-\author{\authorname{Ali Kadhum Idrees, Karine Deschinkel, Michel Salomon, and Rapha\"el Couturier}
-\affiliation{FEMTO-ST Institute, UMR 6174 CNRS, University of Franche-Comt\'e, Belfort, France}
-%\affiliation{\sup{2}Department of Computing, Main University, MySecondTown, MyCountry}
-\email{ali.idness@edu.univ-fcomte.fr, $\lbrace$karine.deschinkel, michel.salomon, raphael.couturier$\rbrace$@univ-fcomte.fr}
-%\email{\{f\_author, s\_author\}@ips.xyz.edu, t\_author@dc.mu.edu}
-}
+\author{Ali Kadhum Idrees$^{a,b}$, Karine Deschinkel$^{a}$,\\ Michel Salomon$^{a}$, and Rapha\"el Couturier$^{a}$\\
+$^{a}$FEMTO-ST Institute, UMR 6174 CNRS, \\ University Bourgogne Franche-Comt\'e, Belfort, France\\
+$^{b}${\em{Department of Computer Science, University of Babylon, Babylon, Iraq}}\\
+email: ali.idness@edu.univ-fcomte.fr,\\ $\lbrace$karine.deschinkel, michel.salomon, raphael.couturier$\rbrace$@univ-fcomte.fr}
-\keywords{Wireless Sensor Networks, Area Coverage, Network lifetime,
-Optimization, Scheduling.}
+%\author{Ali Kadhum Idrees$^{a,b}$, Karine Deschinkel$^{a}$,\\ Michel Salomon$^{a}$, and Rapha\"el Couturier $^{a}$ \\
+%$^{a}${\em{FEMTO-ST Institute, UMR 6174 CNRS, University Bourgogne Franche-Comt\'e,\\ Belfort, France}} \\
+%$^{b}${\em{Department of Computer Science, University of Babylon, Babylon, Iraq}} }
+
+\begin{document}
+ \maketitle
+%\keywords{Wireless Sensor Networks, Area Coverage, Network lifetime,Optimization, Scheduling.}
\abstract{ One of the main research challenges faced in Wireless Sensor Networks
(WSNs) is to preserve continuously and effectively the coverage of an area (or
region) of interest to be monitored, while simultaneously preventing as much
as possible a network failure due to battery-depleted nodes. In this paper we
propose a protocol, called Distributed Lifetime Coverage Optimization protocol
- (DiLCO), which maintains the coverage and improves the lifetime of a wireless
+ (DiLCO), which maintains the coverage and improves the lifetime of a wireless
sensor network. First, we partition the area of interest into subregions using
a classical divide-and-conquer method. Our DiLCO protocol is then distributed
- on the sensor nodes in each subregion in a second step. To fulfill our
- objective, the proposed protocol combines two effective techniques: a leader
+ on the sensor nodes in each subregion in a second step. To fulfill our
+ objective, the proposed protocol combines two effective techniques: a leader
election in each subregion, followed by an optimization-based node activity
- scheduling performed by each elected leader. This two-step process takes
+ scheduling performed by each elected leader. This two-step process takes
place periodically, in order to choose a small set of nodes remaining active
for sensing during a time slot. Each set is built to ensure coverage at a low
- energy cost, allowing to optimize the network lifetime. More precisely, a
- period consists of four phases: (i)~Information Exchange, (ii)~Leader
- Election, (iii)~Decision, and (iv)~Sensing. The decision process, which
- results in an activity scheduling vector, is carried out by a leader node
- through the solving of an integer program. In comparison with some other
- protocols, the simulations done using the discrete event simulator OMNeT++
- show that our approach is able to increase the WSN lifetime and provides
- improved coverage performance. }
+ energy cost, allowing to optimize the network lifetime.
+%More precisely, a
+ %period consists of four phases: (i)~Information Exchange, (ii)~Leader
+ %Election, (iii)~Decision, and (iv)~Sensing. The decision process, which
+% results in an activity scheduling vector, is carried out by a leader node
+% through the solving of an integer program.
+% MODIF - BEGIN
+ Simulations are conducted using the discret event simulator
+ OMNET++. We refer to the characterictics of a Medusa II sensor for
+ the energy consumption and the computation time. In comparison with
+ two other existing methods, our approach is able to increase the WSN
+ lifetime and provides improved coverage performance. }
+% MODIF - END
+
+%\onecolumn
-\onecolumn \maketitle \normalsize \vfill
+
+%\normalsize \vfill
\section{\uppercase{Introduction}}
\label{sec:introduction}
unpractical environments) or cost reasons. Therefore, it is desired that the
WSNs are deployed with high densities so as to exploit the overlapping sensing
regions of some sensor nodes to save energy by turning off some of them during
-the sensing phase to prolong the network lifetime.
+the sensing phase to prolong the network lifetime. \textcolor{blue}{A WSN can use various types of sensors such as \cite{ref17,ref19}: thermal, seismic, magnetic, visual, infrared, acoustic, and radar. These sensors are capable of observing different physical conditions such as: temperature, humidity, pressure, speed, direction, movement, light, soil makeup, noise levels, presence or absence of certain kinds of objects, and mechanical stress levels on attached objects. Consequently, there is a wide range of WSN applications such as~\cite{ref22}: health-care, environment, agriculture, public safety, military, transportation systems, and industry applications.}
In this paper we design a protocol that focuses on the area coverage problem
with the objective of maximizing the network lifetime. Our proposition, the
-Distributed Lifetime Coverage Optimization (DILCO) protocol, maintains the
+Distributed Lifetime Coverage Optimization (DiLCO) protocol, maintains the
coverage and improves the lifetime in WSNs. The area of interest is first
divided into subregions using a divide-and-conquer algorithm and an activity
scheduling for sensor nodes is then planned by the elected leader in each
leader) to carry out the coverage strategy. In each subregion the activation of
the sensors for the sensing phase of the current period is obtained by solving
an integer program. The resulting activation vector is broadcast by a leader
-to every node of its subregion.
+to every node of its subregion.
+
+% MODIF - BEGIN
+Our previous paper ~\cite{idrees2014coverage} relies almost exclusively on the
+framework of the DiLCO approach and the coverage problem formulation. In this
+paper we made more realistic simulations by taking into account the
+characteristics of a Medusa II sensor ~\cite{raghunathan2002energy} to measure
+the energy consumption and the computation time. We have implemented two other
+existing \textcolor{blue}{and distributed approaches}(DESK ~\cite{ChinhVu}, and GAF ~\cite{xu2001geography}) in order to compare their performances
+with our approach. We also focus on performance analysis based on the number of
+subregions.
+% MODIF - END
The remainder of the paper continues with Section~\ref{sec:Literature Review}
where a review of some related works is presented. The next section describes
the DiLCO protocol, followed in Section~\ref{cp} by the coverage model
formulation which is used to schedule the activation of
sensors. Section~\ref{sec:Simulation Results and Analysis} shows the simulation
-results. The paper ends with a conclusion and some suggestions for further work
+results. The paper ends with a conclusion and some suggestions for further work
in Section~\ref{sec:Conclusion and Future Works}.
\section{\uppercase{Literature Review}}
\label{sec:Literature Review}
-\noindent In this section, we summarize some related works regarding the coverage
-problem and distinguish our DiLCO protocol from the works presented in the
-literature.
-
-The most discussed coverage problems in literature
-can be classified into three types \cite{li2013survey}: area coverage \cite{Misra} where
-every point inside an area is to be monitored, target coverage \cite{yang2014novel} where the main
-objective is to cover only a finite number of discrete points called targets,
-and barrier coverage \cite{Kumar:2005}\cite{kim2013maximum} to prevent intruders from entering into the region of interest. In \cite{Deng2012} authors transform the area coverage problem to the target coverage problem taking into account the intersection points among disks of sensors nodes or between disk of sensor nodes and boundaries.
-{\it In DiLCO protocol, the area coverage, i.e. the coverage of every point in
- the sensing region, is transformed to the coverage of a fraction of points
- called primary points. }
-
+\noindent In this section, we summarize some related works regarding the
+coverage problem and distinguish our DiLCO protocol from the works presented in
+the literature.
+
+The most discussed coverage problems in literature can be classified into three
+types \cite{li2013survey}: area coverage \cite{Misra} where every point inside
+an area is to be monitored, target coverage \cite{yang2014novel} where the main
+objective is to cover only a finite number of discrete points called targets,
+and barrier coverage \cite{Kumar:2005}\cite{kim2013maximum} to prevent intruders
+from entering into the region of interest. In \cite{Deng2012} authors transform
+the area coverage problem to the target coverage problem taking into account the
+intersection points among disks of sensors nodes or between disk of sensor nodes
+and boundaries. {\it In DiLCO protocol, the area coverage, i.e. the coverage of
+ every point in the sensing region, is transformed to the coverage of a
+ fraction of points called primary points. }
The major approach to extend network lifetime while preserving coverage is to
divide/organize the sensors into a suitable number of set covers (disjoint or
-non-disjoint), where each set completely covers a region of interest, and to
+non-disjoint), where each set completely covers a region of interest, and to
activate these set covers successively. The network activity can be planned in
advance and scheduled for the entire network lifetime or organized in periods,
-and the set of active sensor nodes is decided at the beginning of each period \cite{ling2009energy}.
-Active node selection is determined based on the problem requirements (e.g. area
-monitoring, connectivity, power efficiency). For instance, Jaggi et al. \cite{jaggi2006}
-address the problem of maximizing network lifetime by dividing sensors into the maximum number of disjoint subsets such that each subset can ensure both coverage and connectivity. A greedy algorithm is applied once to solve this problem and the computed sets are activated in succession to achieve the desired network lifetime.
-Vu \cite{chin2007}, Padmatvathy et al. \cite{pc10}, propose algorithms working in a periodic fashion where a cover set is computed at the beginning of each period.
-{\it Motivated by these works, DiLCO protocol works in periods, where each period contains a preliminary
- phase for information exchange and decisions, followed by a sensing phase
- where one cover set is in charge of the sensing task.}
-
-Various approaches, including centralized, or distributed
-algorithms, have been proposed to extend the network lifetime.
-In distributed algorithms~\cite{yangnovel,ChinhVu,qu2013distributed},
-information is disseminated throughout the network and sensors decide
-cooperatively by communicating with their neighbors which of them will remain in
-sleep mode for a certain period of time. The centralized
+and the set of active sensor nodes is decided at the beginning of each period
+\cite{ling2009energy}. Active node selection is determined based on the problem
+requirements (e.g. area monitoring, connectivity, power efficiency). For
+instance, Jaggi et al. \cite{jaggi2006} address the problem of maximizing
+network lifetime by dividing sensors into the maximum number of disjoint subsets
+such that each subset can ensure both coverage and connectivity. A greedy
+algorithm is applied once to solve this problem and the computed sets are
+activated in succession to achieve the desired network lifetime. Vu
+\cite{chin2007}, Padmatvathy et al. \cite{pc10}, propose algorithms working in a
+periodic fashion where a cover set is computed at the beginning of each period.
+{\it Motivated by these works, DiLCO protocol works in periods, where each
+ period contains a preliminary phase for information exchange and decisions,
+ followed by a sensing phase where one cover set is in charge of the sensing
+ task.}
+
+Various approaches, including centralized, or distributed algorithms, have been
+proposed to extend the network lifetime. In distributed
+algorithms~\cite{yangnovel,ChinhVu,qu2013distributed}, information is
+disseminated throughout the network and sensors decide cooperatively by
+communicating with their neighbors which of them will remain in sleep mode for a
+certain period of time. The centralized
algorithms~\cite{cardei2005improving,zorbas2010solving,pujari2011high} always
provide nearly or close to optimal solution since the algorithm has global view
of the whole network. But such a method has the disadvantage of requiring high
communication costs, since the node (located at the base station) making the
-decision needs information from all the sensor nodes in the area and the amount of information can be huge.
-{\it In order to be suitable for large-scale network, in the DiLCO protocol, the area coverage is divided into several smaller
- subregions, and in each one, a node called the leader is in charge for
+decision needs information from all the sensor nodes in the area and the amount
+of information can be huge. {\it In order to be suitable for large-scale
+ network, in the DiLCO protocol, the area coverage is divided into several
+ smaller subregions, and in each one, a node called the leader is in charge for
selecting the active sensors for the current period.}
A large variety of coverage scheduling algorithms has been developed. Many of
the existing algorithms, dealing with the maximization of the number of cover
sets, are heuristics. These heuristics involve the construction of a cover set
by including in priority the sensor nodes which cover critical targets, that is
-to say targets that are covered by the smallest number of sensors \cite{berman04,zorbas2010solving}. Other
-approaches are based on mathematical programming formulations~\cite{cardei2005energy,5714480,pujari2011high,Yang2014} and dedicated
-techniques (solving with a branch-and-bound algorithms available in optimization
-solver). The problem is formulated as an optimization problem (maximization of
-the lifetime or number of cover sets) under target coverage and energy
-constraints. Column generation techniques, well-known and widely practiced
-techniques for solving linear programs with too many variables, have also been
-used~\cite{castano2013column,rossi2012exact,deschinkel2012column}. {\it In DiLCO protocol, each leader, in each subregion, solves an integer
- program with a double objective consisting in minimizing the overcoverage and
- limiting the undercoverage. This program is inspired from the work of
- \cite{pedraza2006} where the objective is to maximize the number of cover
- sets.}
-
-<<<<<<< HEAD
-=======
-
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
+to say targets that are covered by the smallest number of sensors
+\cite{berman04,zorbas2010solving}. Other approaches are based on mathematical
+programming formulations~\cite{cardei2005energy,5714480,pujari2011high,Yang2014}
+and dedicated techniques (solving with a branch-and-bound algorithms available
+in optimization solver). The problem is formulated as an optimization problem
+(maximization of the lifetime or number of cover sets) under target coverage and
+energy constraints. Column generation techniques, well-known and widely
+practiced techniques for solving linear programs with too many variables, have
+also been
+used~\cite{castano2013column,rossi2012exact,deschinkel2012column}. {\it In DiLCO
+ protocol, each leader, in each subregion, solves an integer program with a
+ double objective consisting in minimizing the overcoverage and limiting the
+ undercoverage. This program is inspired from the work of \cite{pedraza2006}
+ where the objective is to maximize the number of cover sets.}
\section{\uppercase{Description of the DiLCO protocol}}
\label{sec:The DiLCO Protocol Description}
techniques: network leader election and sensor activity scheduling for coverage
preservation and energy conservation, applied periodically to efficiently
maximize the lifetime in the network.
-<<<<<<< HEAD
-=======
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\subsection{Assumptions and models}
sensing range $R_s$, every space points within a disk centered at a sensor with
the radius of the sensing range is said to be covered by this sensor. We also
assume that the communication range $R_c \geq 2R_s$. In fact, Zhang and
-Zhou~\cite{Zhang05} proved that if the transmission range fulfills the previous
+Hou~\cite{Zhang05} proved that if the transmission range fulfills the previous
hypothesis, a complete coverage of a convex area implies connectivity among the
working nodes in the active mode.
\label{main_idea}
\noindent We start by applying a divide-and-conquer algorithm to partition the
area of interest into smaller areas called subregions and then our protocol is
-executed simultaneously in each subregion.
+executed simultaneously in each subregion. \textcolor{blue}{Sensor nodes are assumed to
+be deployed almost uniformly over the region and the subdivision of the area of interest is regular.}
\begin{figure}[ht!]
\centering
protocol where each period is decomposed into 4~phases: Information Exchange,
Leader Election, Decision, and Sensing. For each period there will be exactly
one cover set in charge of the sensing task. A periodic scheduling is
-interesting because it enhances the robustness of the network against node
-failures. First, a node that has not enough energy to complete a period, or
+interesting because it enhances the robustness of the network against node failures.
+% \textcolor{blue}{Many WSN applications have communication requirements that are periodic and known previously such as collecting temperature statistics at regular intervals. This periodic nature can be used to provide a regular schedule to sensor nodes and thus avoid a sensor failure. If the period time increases, the reliability and energy consumption are decreased and vice versa}.
+First, a node that has not enough energy to complete a period, or
which fails before the decision is taken, will be excluded from the scheduling
process. Second, if a node fails later, whereas it was supposed to sense the
region of interest, it will only affect the quality of the coverage until the
not. Alternately, if the sensor is not the leader, it will wait for the
Active-Sleep packet to know its state for the coming sensing phase.
-<<<<<<< HEAD
-=======
-
-
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\begin{algorithm}[h!]
\section{\uppercase{Coverage problem formulation}}
\label{cp}
+% MODIF - BEGIN
+We formulate the coverage optimization problem with an integer program.
+The objective function consists in minimizing the undercoverage and the overcoverage of the area as suggested in \cite{pedraza2006}.
+The area coverage problem is expressed as the coverage of a fraction of points called primary points.
+Details on the choice and the number of primary points can be found in \cite{idrees2014coverage}. The set of primary points is denoted by $P$
+and the set of sensors by $J$. As we consider a boolean disk coverage model, we use the boolean indicator $\alpha_{jp}$ which is equal to 1 if the primary point $p$ is in the sensing range of the sensor $j$. The binary variable $X_j$ represents the activation or not of the sensor $j$. So we can express the number of active sensors that cover the primary point $p$ by $\sum_{j \in J} \alpha_{jp} * X_{j}$. We deduce the overcoverage denoted by $\Theta_p$ of the primary point $p$ :
+\begin{equation}
+ \Theta_{p} = \left \{
+\begin{array}{l l}
+ 0 & \mbox{if the primary point}\\
+ & \mbox{$p$ is not covered,}\\
+ \left( \sum_{j \in J} \alpha_{jp} * X_{j} \right)- 1 & \mbox{otherwise.}\\
+\end{array} \right.
+\label{eq13}
+\end{equation}
+More precisely, $\Theta_{p}$ represents the number of active sensor
+nodes minus one that cover the primary point~$p$.
+In the same way, we define the undercoverage variable
+$U_{p}$ of the primary point $p$ as:
+\begin{equation}
+U_{p} = \left \{
+\begin{array}{l l}
+ 1 &\mbox{if the primary point $p$ is not covered,} \\
+ 0 & \mbox{otherwise.}\\
+\end{array} \right.
+\label{eq14}
+\end{equation}
+There is, of course, a relationship between the three variables $X_j$, $\Theta_p$, and $U_p$ which can be formulated as follows :
+\begin{equation}
+\sum_{j \in J} \alpha_{jp} X_{j} - \Theta_{p}+ U_{p} =1, \forall p \in P
+\end{equation}
+If the point $p$ is not covered, $U_p=1$, $\sum_{j \in J} \alpha_{jp} X_{j}=0$ and $\Theta_{p}=0$ by definition, so the equality is satisfied.
+On the contrary, if the point $p$ is covered, $U_p=0$, and $\Theta_{p}=\left( \sum_{j \in J} \alpha_{jp} X_{j} \right)- 1$.
+\noindent Our coverage optimization problem can then be formulated as follows:
+\begin{equation} \label{eq:ip2r}
+\left \{
+\begin{array}{ll}
+\min \sum_{p \in P} (w_{\theta} \Theta_{p} + w_{U} U_{p})&\\
+\textrm{subject to :}&\\
+\sum_{j \in J} \alpha_{jp} X_{j} - \Theta_{p}+ U_{p} =1, &\forall p \in P\\
+%\label{c1}
+%\sum_{t \in T} X_{j,t} \leq \frac{RE_j}{e_t} &\forall j \in J \\
+%\label{c2}
+\Theta_{p}\in \mathbb{N}, &\forall p \in P\\
+U_{p} \in \{0,1\}, &\forall p \in P \\
+X_{j} \in \{0,1\}, &\forall j \in J
+\end{array}
+\right.
+\end{equation}
+The objective function is a weighted sum of overcoverage and undercoverage. The goal is to limit the overcoverage in order to activate a minimal number of sensors while simultaneously preventing undercoverage. Both weights $w_\theta$ and $w_U$ must be carefully chosen in
+order to guarantee that the maximum number of points are covered during each
+period.
+% MODIF - END
+
+
+
+
+
+
+
+\iffalse
+
\indent Our model is based on the model proposed by \cite{pedraza2006} where the
objective is to find a maximum number of disjoint cover sets. To accomplish
this goal, the authors proposed an integer program which forces undercoverage
order to guarantee that the maximum number of points are covered during each
period.
+\fi
+
\section{\uppercase{Protocol evaluation}}
\label{sec:Simulation Results and Analysis}
\noindent \subsection{Simulation framework}
1-bit-content message defined in~\cite{raghunathan2002energy} (we assume
symmetric communication costs), and we set their respective size to 112 and
24~bits. The energy required to send or receive a 1-bit-content message is thus
- equal to 0.2575 mW.
-
-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 longer take part 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) by the time in seconds
-for one period (3,600 seconds), and adding the energy for the pre-sensing phases.
+ equal to 0.2575~mW.
+
+Each node has an initial energy level, in Joules, which is randomly drawn in
+$[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 longer take part 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) by the time in seconds for one
+period (3,600 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.
connectivity is crucial because an active sensor node without connectivity
towards a base station cannot transmit any information regarding an observed
event in the area that it monitors.
-
-
+
\item {{\bf Coverage Ratio (CR)}:} it measures how well the WSN is able to
observe the area of interest. In our case, we discretized the sensor field
as a regular grid, which yields the following equation to compute the
subregions during the current sensing phase and $N$ is the total number of grid
points in the sensing field. In our simulations, we have a layout of $N = 51
\times 26 = 1326$ grid points.
-<<<<<<< HEAD
-=======
-%The accuracy of this method depends on the distance between grids. In our
-%simulations, the sensing field has been divided into 50 by 25 grid points, which means
-%there are $51 \times 26~ = ~ 1326$ points in total.
-% Therefore, for our simulations, the error in the coverage calculation is less than ~ 1 $\% $.
-
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\item {{\bf Energy Consumption}:} energy consumption (EC) can be seen as the
- total amount of energy consumed by the sensors during $Lifetime_{95}$ or
- $Lifetime_{50}$, divided by the number of periods. Formally, the computation
+ total amount of energy consumed by the sensors during $Lifetime_{95}$
+ or $Lifetime_{50}$, divided by the number of periods. Formally, the computation
of EC can be expressed as follows:
\begin{equation*}
\scriptsize
+ E^{a}_m+E^{s}_m \right)}{M},
\end{equation*}
-where $M$ corresponds to the number of periods. The total amount of energy consumed by
-the sensors (EC) comes through taking into consideration four main energy
-factors. The first one, denoted $E^{\scriptsize \mbox{com}}_m$, represents the
-energy consumption spent by all the nodes for wireless communications during
-period $m$. $E^{\scriptsize \mbox{list}}_m$, the next factor, corresponds to
-the energy consumed by the sensors in LISTENING status before receiving the
-decision to go active or sleep in period $m$. $E^{\scriptsize \mbox{comp}}_m$
-refers to the energy needed by all the leader nodes to solve the integer program
-during a period. Finally, $E^a_{m}$ and $E^s_{m}$ indicate the energy consumed
-by the whole network in the sensing phase (active and sleeping nodes).
+where $M$ corresponds to the number of periods. The total amount of energy
+consumed by the sensors (EC) comes through taking into consideration four main
+energy factors. The first one, denoted $E^{\scriptsize \mbox{com}}_m$,
+represents the energy consumption spent by all the nodes for wireless
+communications during period $m$. $E^{\scriptsize \mbox{list}}_m$, the next
+factor, corresponds to the energy consumed by the sensors in LISTENING status
+before receiving the decision to go active or sleep in period $m$.
+$E^{\scriptsize \mbox{comp}}_m$ refers to the energy needed by all the leader
+nodes to solve the integer program during a period. Finally, $E^a_{m}$ and
+$E^s_{m}$ indicate the energy consumed by the whole network in the sensing phase
+(active and sleeping nodes).
-<<<<<<< HEAD
-=======
-
-
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\end{itemize}
%\end{enumerate}
-
%\subsection{Performance Analysis for different subregions}
\subsection{Performance analysis}
\label{sub1}
\subsubsection{Coverage ratio}
Figure~\ref{fig3} shows the average coverage ratio for 150 deployed nodes. It
-can be seen that both DESK and GAF provide a coverage ratio which is slightly better
-compared to DiLCO in the first thirty periods. This can be easily explained by
-the number of active nodes: the optimization process of our protocol activates
-less nodes than DESK or GAF, resulting in a slight decrease of the coverage
-ratio. In case of DiLCO-2 (respectively DiLCO-4), the coverage ratio exhibits a
-fast decrease with the number of periods and reaches zero value in period~18
-(respectively 46), whereas the other versions of DiLCO, DESK, and GAF ensure a
-coverage ratio above 50\% for subsequent periods. We believe that the results
-obtained with these two methods can be explained by a high consumption of energy
-and we will check this assumption in the next subsection.
+can be seen that both DESK and GAF provide a coverage ratio which is slightly
+better compared to DiLCO in the first thirty periods. This can be easily
+explained by the number of active nodes: the optimization process of our
+protocol activates less nodes than DESK or GAF, resulting in a slight decrease
+of the coverage ratio. In case of DiLCO-2 (respectively DiLCO-4), the coverage
+ratio exhibits a fast decrease with the number of periods and reaches zero value
+in period~18 (respectively 46), whereas the other versions of DiLCO, DESK, and
+GAF ensure a coverage ratio above 50\% for subsequent periods. We believe that
+the results obtained with these two methods can be explained by a high
+consumption of energy and we will check this assumption in the next subsection.
Concerning DiLCO-8, DiLCO-16, and DiLCO-32, these methods seem to be more
efficient than DESK and GAF, since they can provide the same level of coverage
\parskip 0pt
\begin{figure}[t!]
\centering
- \includegraphics[scale=0.45] {R/CR.pdf}
+ \includegraphics[scale=0.45] {CR.pdf}
\caption{Coverage ratio}
\label{fig3}
\end{figure}
-<<<<<<< HEAD
-=======
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\subsubsection{Energy consumption}
Based on the results shown in Figure~\ref{fig3}, we focus on the DiLCO-16 and
\begin{figure}[h!]
\centering
-\includegraphics[scale=0.45]{R/EC.pdf}
+\includegraphics[scale=0.45]{EC.pdf}
\caption{Energy consumption per period}
\label{fig95}
\end{figure}
protocol. Indeed, the protocols DiLCO-16/50, DiLCO-32/50, DiLCO-16/95, and
DiLCO-32/95 consume less energy than their DESK and GAF counterparts for a
similar level of area coverage. This observation reflects the larger number of
-nodes set active by DESK and GAF.
+nodes set active by DESK and GAF.
+
+Now, if we consider a same protocol, we can notice that the average consumption
+per period increases slightly for our protocol when increasing the level of
+coverage and the number of node, whereas it increases more largely for DESK and
+GAF. In case of DiLCO, it means that even if a larger network allows to improve
+the number of periods with a minimum coverage level value, this improvement has
+a higher energy cost per period due to communication overhead and a more
+difficult optimization problem. However, in comparison with DESK and GAF, our
+approach has a reasonable energy overcost.
\subsubsection{Execution time}
\begin{figure}[h!]
\centering
-\includegraphics[scale=0.45]{R/T.pdf}
+\includegraphics[scale=0.45]{T.pdf}
\caption{Execution time in seconds}
\label{fig8}
\end{figure}
subregions. Thus, the optimal number of subregions can be seen as a trade-off
between execution time and coverage performance.
-<<<<<<< HEAD
-=======
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\subsubsection{Network lifetime}
In the next figure, the network lifetime is illustrated. Obviously, the lifetime
\begin{figure}[h!]
\centering
-\includegraphics[scale=0.45]{R/LT.pdf}
+\includegraphics[scale=0.45]{LT.pdf}
\caption{Network lifetime}
\label{figLT95}
\end{figure}
the larger level of coverage ($95\%$) in the case of our protocol, the subdivision
in $16$~subregions seems to be the most appropriate.
-<<<<<<< HEAD
-=======
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\section{\uppercase{Conclusion and future work}}
\label{sec:Conclusion and Future Works}
context a subdivision in $16$~subregions seems to be the most relevant. The
optimal number of subregions will be investigated in the future.
-<<<<<<< HEAD
-=======
-
-
->>>>>>> ec736a6c4605ef475156098f1b75d72120a294ba
\section*{\uppercase{Acknowledgements}}
\noindent As a Ph.D. student, Ali Kadhum IDREES would like to gratefully
the Labex ACTION program (contract ANR-11-LABX-01-01).
%\vfill
-\bibliographystyle{apalike}
+\bibliographystyle{plain}
{\small
\bibliography{Example}}