-Energy efficiency is very important issue in WSNs since sensors are powered by batteries. Therefore, reducing energy consumption and extending network lifetime are the main challenges in the design of WSNs. One of the major scientific research challenges in WSNs, which has been addressed by a large amount of literature during the last few years, is the design of energy efficient approaches for coverage and connectivity~\cite{conti2014mobile}.
-Coverage reflects how well a sensor field is monitored. The most discussed coverage problems in literature can be classified
-into three types \cite{li2013survey}: area coverage (where every
-point inside an area is to be monitored), target coverage (where the main objective is to cover only a finite number of discrete
-points called targets), and barrier coverage (the problem of preventing an intruder from entering a region of interest is referred to as the barrier coverage).
- It is required to monitor the area of interest efficiently~\cite{Nayak04}, but in the same time the power consumption should be minimized. Sensor nodes runs on batteries with limited capacities~\cite{Sudip03} and it is impossible, difficult or expensive to recharge and/or replace batteries in remote, hostile, or unpractical environments. 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.
-
-In this paper we concentrate on the area coverage problem with the objective of
-maximizing the network lifetime by using DiLCO protocol to maintain the coverage and to improve the lifetime in WSNs. The area of interest is divided into subregions using divide-and-conquer method and an activity scheduling for sensor nodes is planned by the elected leader in each subregion. 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. Our DiLCO protocol considers periods, where a period starts with a discovery phase to exchange information between sensors of the subregion, in order to choose in a suitable manner a sensor node (the leader) to carry out the coverage strategy. Our DiLCO protocol involves solving an integer program, which provides the activation of the sensors for the sensing phase of the current period.
-
-The remainder of the paper is organized as follows. The next section reviews the related work in the field. Section~\ref{sec:The DiLCO Protocol Description} is devoted to the DiLCO protocol Description. Section~\ref{cp} gives the coverage model
-formulation which is used to schedule the activation of sensors.
-Section~\ref{sec:Simulation Results and Analysis} shows the simulation results. Finally, we give concluding remarks and some suggestions for
-future works in Section~\ref{sec:Conclusion and Future Works}.
+Energy efficiency is a crucial issue in wireless sensor networks since sensor
+nodes drain their energy from batteries. In fact, strong constraints on energy
+consumption, in order to maximize the network lifetime, represent the major
+difficulty when designing WSNs. As a consequence, one of the scientific research
+challenges in WSNs, which has been addressed by a large amount of literature
+during the last few years, is the design of energy efficient approaches for
+coverage and connectivity~\cite{conti2014mobile}. Coverage reflects how well a
+sensor field is monitored. The most discussed coverage problems in literature
+can be classified into three types \cite{li2013survey}: area coverage (where
+every point inside an area is to be monitored), target coverage (where the main
+objective is to cover only a finite number of discrete points called targets),
+and barrier coverage (to prevent intruders from entering into the region of
+interest). On the one hand we want to monitor the area of interest in the most
+efficient way~\cite{Nayak04}. On the other hand we want to use as less energy as
+possible. % TO BE CONTINUED
+Sensor nodes runs on batteries with limited capacities~\cite{Sudip03}
+and it is impossible, difficult or expensive to recharge and/or replace
+batteries in remote, hostile, or unpractical environments. 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.
+
+In this paper we concentrate on the area coverage problem with the objective of
+maximizing the network lifetime by using DiLCO protocol to maintain the coverage
+and to improve the lifetime in WSNs. The area of interest is divided into
+subregions using divide-and-conquer method and an activity scheduling for sensor
+nodes is planned by the elected leader in each subregion. 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. Our DiLCO protocol considers periods, where a period starts with
+a discovery phase to exchange information between sensors of the subregion, in
+order to choose in a suitable manner a sensor node (the leader) to carry out the
+coverage strategy. Our DiLCO protocol involves solving an integer program,
+which provides the activation of the sensors for the sensing phase of the
+current period.
+
+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 conclusions and some suggestions for futher work in
+Section~\ref{sec:Conclusion and Future Works}.