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

Private GIT Repository
Update by Ali 27-1-2015 at 00h17
[ThesisAli.git] / CHAPITRE_01.tex
index 971dbebb563a2e15b7a906ba1382531ef3aea2e1..f98ffcbec24603f0f1a0ad547d31caf520b22562 100644 (file)
@@ -27,7 +27,9 @@ In recent years, there is increasing interest in Wireless Sensor Networks (WSNs)
 
 \section{Wireless Sensor Network Architecture} 
 \label{ch1:sec:02}
-In a typical WSN architecture, the basic element is a typical wireless sensor node that composed of four major units~\cite{ref17,ref18}: sensing unit, computation unit, communication unit, and power unit. In addition, there are three optional units, which can be combined with the sensor node such as: localization system, mobilizer, and power generator. Figure~\ref{twsn} shows the components of a typical wireless sensor node~\cite{ref17}.
+A typical WSN architecture consists of a set of a typical wireless sensor nodes, which are capable of sensing the physical phenomenon around it such as fire in the forest (see~figure~\ref{wsn}), and then send the sensed data to a controller node called a sink. One or more sink in WSN are responsible for collecting and processing the sensed data by the wireless sensors, and then send it through the Internet to the end user. 
+
+In those WSN architecture, the basic element is a typical wireless sensor node that composed of four major units~\cite{ref17,ref18}: sensing unit, computation unit, communication unit, and power unit. In addition, there are three optional units, which can be combined with the sensor node such as: localization system, mobilizer, and power generator. Figure~\ref{twsn} shows the components of a typical wireless sensor node~\cite{ref17}.
 
 \begin{figure}[h!]
 \centering
@@ -37,9 +39,9 @@ In a typical WSN architecture, the basic element is a typical wireless sensor no
 \end{figure}
 
 \begin{enumerate} [(I)]
-\item \textbf{Sensing Unit:} consists of two main parts: sensors and analog to digital converters (ADCs). It responsible of sensing the physical phenomena and produce the analog signals to the ADC so as to convert it to digital data, and sends it to the computation unit.
-\item \textbf{Computation Unit:} The main purpose of this unit is to manage and manipulate the instructions that related to sensing, communication, and self-organization, which make the sensor node cooperates with other sensor nodes in order to perform the allocated sensing tasks. It composed of a processor chip, an active short-term memory for storing the sensed data, an internal flash memory for storing program instructions, and an internal timer.
-\item \textbf{Communication Unit:} It is responsible of all data transmission and reception of the sensor node that performed by the transceiver circuitry. A transceiver circuit composed of a mixer, frequency synthesizer, voltage-controlled oscillator (VCO), phase-locked loop (PLL), demodulator, and power amplifiers, all of which consume valuable power~\cite{ref19}.
+\item \textbf{Sensing Unit:} consists of two main parts: sensors and analog to digital converters (ADCs). It is responsible of sensing the physical phenomena and produce the analog signals to the ADC so as to convert it to digital data, and sends it to the computation unit.
+\item \textbf{Computation Unit:} The main purpose of this unit is to manage and manipulate the instructions that related to sensing, communication, and self-organization, which make the sensor node cooperates with other sensor nodes in order to perform the allocated sensing tasks. It is composed of a processor chip, an active short-term memory for storing the sensed data, an internal flash memory for storing program instructions, and an internal timer.
+\item \textbf{Communication Unit:} It is responsible of all data transmission and reception of the sensor node that is performed by the transceiver circuitry. A transceiver circuit is composed of a mixer, frequency synthesizer, voltage-controlled oscillator (VCO), phase-locked loop (PLL), demodulator, and power amplifiers, all of which consume valuable power~\cite{ref19}.
 \item \textbf{Power Unit:} This unit represents the most significant part in wireless sensor node.  It supplies the other units by the needed power. 
 
 \end{enumerate}
@@ -48,16 +50,13 @@ Furthermore, additional components can be incorporated into wireless sensor node
 
 \begin{enumerate} [(I)]         
 
-\item \textbf{Localization System:} It is important that the wireless sensor node equipped with a location finding system because it is necessary for many WSN applications. It is required by routing algorithms and sensing coverage algorithms, which are needing information about the location of the wireless sensor nodes. The location finding system composed of a Global Positioning System (GPS) or a discovery algorithm that executes a localization systems to provides information about the location of wireless sensor node using distributed computation.
+\item \textbf{Localization System:} It is important that the wireless sensor node is equipped with a location finding system because it is necessary for many WSN applications. It is required by routing algorithms and sensing coverage algorithms, which need information about the location of the wireless sensor nodes. The location finding system is composed of a Global Positioning System (GPS) or a discovery algorithm that executes a localization systems to provides information about the location of wireless sensor node using distributed computation.
 
-\item \textbf{Mobilizer:} The mobility function sometimes needed in many applications to move the wireless sensor node from one location to another so as to perform a certain task in WSN, so it will be necessary that the wireless sensor node equipped with the mobilizer system for such applications. A high energy consumption is needed to support the mobility in wireless sensor node, and it should be supported efficiently. The movement of wireless sensor node is controlled by the mobility function with cooperation with the sensing unit and the computation unit .
+\item \textbf{Mobilizer:} The mobility function is sometimes needed in many applications to move the wireless sensor node from one location to another so as to perform a certain task in WSN, so it will be necessary that the wireless sensor node equipped with the mobilizer system for such applications. A high energy consumption is needed to support the mobility in wireless sensor node, and it should be supported efficiently. The movement of wireless sensor node is controlled by the mobility function with cooperation with the sensing unit and the computation unit .
 
-\item \textbf{Power Generator:} Several WSN applications need to operate for a longer time, so it is essential to equip the wireless sensor node with additional power source in order to prolong the network lifetime. The better energy source to generate the power for outdoor applications is a solar cells. An another power harvesting mechanisims~\cite{ref20,ref21}  for thermal, motion, vibration, micro water flow, Biological, pressure gradients, and electromagnetic radiation energy harvesting can be used that yield increasing power output to extend the network lifetime. 
+\item \textbf{Power Generator:} Several WSN applications need to operate for a longer time, so it is essential to equip the wireless sensor node with additional power source in order to prolong the network lifetime. The better energy source to generate the power for outdoor applications is a solar cells. An another power harvesting mechanisims~\cite{ref20,ref21} for thermal, motion, vibration, micro water flow, Biological, pressure gradients, and electromagnetic radiation energy harvesting can be used that yield increasing power output to extend the network lifetime. 
 \end{enumerate}
 
-The TinyOS has been used as an operating system in wireless sensor node. It is developed by the university of California, Berkeley and designed to work on platforms with limited storage and processing power.
-
-A typical WSN architecture consists of a set of a typical wireless sensor nodes, which are capable of sensing the phenomenon of interest around it such as fire in the forest (see~figure~\ref{wsn}) and then send the sensed data to a controller node called a sink. One or more sink in WSN are responsible for collecting and processing the sensed data by the wireless sensors, and then send it through the Internet to the end user. 
 \begin{figure}[h!]
 \centering
 \includegraphics[scale=0.9]{Figures/ch1/wsn.jpg} 
@@ -65,10 +64,12 @@ A typical WSN architecture consists of a set of a typical wireless sensor nodes,
 \label{wsn}
 \end{figure}
 
+The TinyOS has been used as an operating system in wireless sensor node. It is developed by the university of California, Berkeley and designed to work on platforms with limited storage and processing power.
+
 
 \section{Types of Wireless Sensor Networks} 
 \label{ch1:sec:03}
-According to the physical phenomena for which the WSN is developed, several WSNs are deployed on the ground, underground and underwater, which suffer from different conditions and challenges. WSNs can be classified into six types, where five types of them presented in~\cite{ref4,ref5} and we added the sixth type. Figure~\ref{wsnt} gives an examples for WSNs types.
+According to the physical phenomena for which the WSN is developed, several WSNs are deployed on the ground, underground and underwater, which suffer from different conditions and challenges. WSNs can be classified into six types, where five types of them presented in~\cite{ref4,ref5}. Figure~\ref{wsnt} gives an examples for WSNs types.
 \begin{figure}[h!]
 \centering
 \includegraphics[scale=0.5]{Figures/ch1/typesWSN.pdf} 
@@ -79,10 +80,10 @@ According to the physical phenomena for which the WSN is developed, several WSNs
 \begin{enumerate}[(I)]
 
 \item \textbf{Terrestrial WSNs:}
-The wireless sensor nodes are deployed over the land constructing a network of hundreds to thousands of sensor devices. Several applications are used terrestrial WSNs such as physical environmental sensing and monitoring, industrial monitoring, and surface explorations. The main challenges in this type of WSNs are ensuring coverage and connectivity with removing redundancy, energy-efficient routing, data communication reduction, balancing energy consumption, energy-efficient data aggregation. The work in this dissertation concentrate on this type of WSNs.
+The wireless sensor nodes are deployed over the land constructing a network of hundreds to thousands of sensor devices. Several applications are used terrestrial WSNs such as physical environmental sensing and monitoring, industrial monitoring, and surface explorations. The main challenges in this type of WSNs are ensuring coverage and connectivity with removing redundancy, energy-efficient routing, data communication reduction, balancing energy consumption, energy-efficient data aggregation. The work in this dissertation concentrates on this type of WSNs. This dissertation focused on this type of WSNs.
 
 \item \textbf{Underground WSNs:} 
-The wireless sensor nodes are deployed over caves, mines, or underground and communicate through soil~\cite{ref9,ref10}. The most important applications in underground WSNs are structural monitoring, agriculture monitoring, landscape management, underground environment monitoring of soil, water or mineral and military border monitoring. The essential challenges of underground WSNs are the high levels of attenuation and signal loss in communication, so it needs a certain type of devices so as to provide a robust wireless communication underground, menace to devices come from  unsuitable underground conditions, replace or  recharge the battery seems to be impossible, and the WSN deployment is high costly. 
+The wireless sensor nodes are deployed over caves, mines, or underground and communicate through soil~\cite{ref9,ref10}. The most important applications in underground WSNs are structural monitoring, agriculture monitoring, landscape management, underground environment monitoring of soil, water or mineral and military border monitoring. The essential challenges of underground WSNs are the high levels of attenuation and signal loss in communication, therefore it needs a certain type of devices so as to provide a robust wireless communication underground, where the risk to devices come from unsuitable underground conditions; replace or recharge the battery seems to be impossible; and the WSN deployment is high costly. 
 
 \item \textbf{Underwater WSNs:} 
 A WSN is composed of a wireless sensor nodes deployed under the water such as the ocean~\cite{ref11,ref12}. There are many challenges should be faced in this type of WSN such as: the high cost of the underwater sensor devices; underwater wireless communication has limited bandwidth, high latency, signal fading, and long propagation delay problems; sparse deployment in which the wireless sensors should be able to self-organized to adapt with various condition of the ocean environment; and the limited power of the wireless sensor node battery as well as it is impossible or difficult to replace or recharge it led to look for about energy efficient underwater wireless communication mechanisms. The main applications, which are used by underwater WSNs are seismic monitoring, disaster prevention monitoring, underwater robotics, pollution monitoring, equipment monitoring, and undersea surveillance and exploration. 
@@ -102,7 +103,7 @@ A network consists of a low cost wireless sensor nodes, which are equipped with
 
 \section{Wireless Sensor Network Applications}
 \label{ch1:sec:04}
-The high development in WSNs led to extensive study on different characteristics of it. However, the WSN has been applied with concentrating on various applications. In this section, we demonstrated a different academic and commercial applications that developed for WSNs. The WSN composed of various types of sensors such as~\cite{ref17,ref19}: thermal, seismic, magnetic, visual, infrared, acoustic, and radar, which are capable of observing a different physical conditions such as: temperature, humidity, pressure, speed, direction, movement, light, soil makeup, noise levels, the presence or absence of certain kinds of objects, and mechanical stress levels on attached objects. So, There are a wide range of WSN applications and these applications can be classified into five classes~\cite{ref22}. Figure~\ref{WSNAP} shows classification of WSN applications. 
+The fast development in WSNs has been led to extensive study on different characteristics of it. However, the WSN is concentrated on various applications. In this section, we demonstrate a different academic and commercial applications. The WSN is composed of various types of sensors such as~\cite{ref17,ref19}: thermal, seismic, magnetic, visual, infrared, acoustic, and radar, which are capable of observing a different physical conditions such as: temperature, humidity, pressure, speed, direction, movement, light, soil makeup, noise levels, the presence or absence of certain kinds of objects, and mechanical stress levels on attached objects. Thus, a wide range of WSN applications can be classified into five classes~\cite{ref22}. Figure~\ref{WSNAP} shows classification of WSN applications. 
 
 \begin{figure}[h!]
 \centering
@@ -113,29 +114,29 @@ The high development in WSNs led to extensive study on different characteristics
 
 \begin{enumerate}[(I)]
 
-\item \textbf{Health-care Applications:} There is increasing interest and extensive research in the health-care applications. Two types of health-care systems are recognized~\cite{ref22}: vital status monitoring and remote health-care surveillance. In vital status monitoring applications, Patients are wearing the sensors in order to oversee the state of their health and to allow medical staff to respond efficiently.The most general used vital signs are ECG, pulse oximetry, body temperature, heart rate, blood pressure~\cite{ref27}. These applications includes:  mass-casualty disaster monitoring, vital sign monitoring in hospitals,  and sudden fall or epilepsy seizure detection. On the other hand, remote health-care surveillance is related to the health services that do not require constant presence of health care. These applications includes: elderly monitoring; providing support to a physically impaired person; gather clinically relevant information for rehabilitation supervision~\cite{ref28}; location tracking and medication intake monitoring~\cite{ref27}.
+\item \textbf{Health-care Applications:} There is increasing interest and extensive research in the health-care applications. Two types of health-care systems are recognized~\cite{ref22}: vital status monitoring and remote health-care surveillance. In vital status monitoring applications, patients are wearing the sensors in order to oversee the state of their health and to allow medical staff to respond efficiently.The most general used vital signs are ECG, pulse oximetry, body temperature, heart rate, blood pressure~\cite{ref27}. These applications includes:  mass-casualty disaster monitoring, vital sign monitoring in hospitals,  and sudden fall or epilepsy seizure detection. On the other hand, remote health-care surveillance is related to the health services that do not require constant presence of health care. These applications includes: elderly monitoring; providing support to a physically impaired person; gather clinically relevant information for rehabilitation supervision~\cite{ref28}; location tracking and medication intake monitoring~\cite{ref27}.
 
 
-\item \textbf{ Environment and agriculture Applications}
-The increasing development in WSNs led to use it extensively for monitoring the environment and agriculture. There are several WSNs applications have developed to the precision agriculture, cattle monitoring and environmental monitoring.
+\item \textbf{ Environment and agriculture Applications:}
+Several WSNs applications have been developed to the precision agriculture, cattle monitoring and environmental monitoring.
 
-Precision agriculture refereed to the science of using the innovative and modern technology to improve the crop production, where, the WSNs are the main technology for developing of precision agriculture~\cite{ref29}. Those technology contributes in increasing the agricultural yields, improving quality, and reducing costs whilst decreasing the damaging impact for the environment. The wireless sensors are distributed over the target feild  so as to monitor the main parameters such as~\cite{ref22}: soil moisture, atmospheric temperature, creating a decision support system.   The wireless sensors can be used in agricultural services like Irrigation, fertilization,  pest control,  animal and pastures monitoring, horticulture(e.g., greenhouse and viticulture)~\cite{ref30}. 
+Precision agriculture refers to the science of using the innovative and modern technology to improve the crop production, and the WSNs are the main technology for developing of precision agriculture~\cite{ref29}. This technology contributes in increasing the agricultural yields, improving quality, and reducing costs whilst decreasing the damaging impact for the environment. The wireless sensors are distributed over the target field  so as to monitor the main parameters such as~\cite{ref22}: soil moisture, atmospheric temperature, creating a decision support system. The wireless sensors can be used in agricultural services like Irrigation, fertilization,  pest control, animal and pastures monitoring, horticulture(e.g., greenhouse and viticulture)~\cite{ref30}. 
 
-In cattle monitoring applications, the WSN used to livestock control and monitoring such as: virtual fencing for extensive grazing systems, animal behavior study, health monitoring, to detect disease breakouts, to localize them and to control end-product quality (meat, milk).
+In cattle monitoring applications, the WSN is used to livestock control and monitoring such as: virtual fencing for extensive grazing systems, animal behavior study, health monitoring, to detect disease breakouts, to localize them and to control end-product quality (meat, milk).
 
 Various WSN applications for environmental monitoring have been used in coastline erosion,  air quality monitoring, safe drinking water and contamination control~\cite{ref22}.
 
-\item \textbf{Public safety and military systems Applications}
-The WSNs can be incorporated into  military command, control, communications, computing, intelligence,
-surveillance, reconnaissance, and targeting systems. It estimates the unpredictable events such as  natural disasters and threats as well as some of the military WSN applications keep under surveillance friendly forces, equipment, and ammunition; battlefield surveillance; reconnaissance of opposing forces and terrain; targeting; battle damage assessment; and nuclear, biological, and chemical (NBC) attack detection and reconnaissance~\cite{ref19}. According to figure~\ref{WSNAP}, the public safety and military applications are categorized into active intervention and passive supervision~\cite{ref22}. In active intervention systems, the wireless sensors are portable with the agents and is devoted to the security of the team activities. During the work of the team, the leader will monitor the agents situation and the environmental impact factors. The main applications includes: emergency rescue teams, miners and soldiers. In  passive supervision systems, the wireless static sensors are scattered over a large field for monitoring a civil area or nuclear site for a longer time. These applications includes: surveillance and target tracking , emergency navigation, fire detection in a building, structural health monitoring and natural disaster prevention such as in the case of tsunamis, eruptions or flooding.
+\item \textbf{Public safety and military systems Applications:}
+The WSNs can be incorporated into military command, control, communications, computing, intelligence,
+surveillance, reconnaissance, and targeting systems. It estimates the unpredictable events such as  natural disasters and threats as well as some of the military WSN applications keep under surveillance friendly forces, equipment, and ammunition; battlefield surveillance;  reconnaissance of enemy forces; targeting; battle damage assessment; and nuclear, biological, and chemical (NBC) attack detection and reconnaissance~\cite{ref19}. According to figure~\ref{WSNAP}, the public safety and military applications are categorized into active intervention and passive supervision~\cite{ref22}. In active intervention systems, the wireless sensors are portable with the agents and is devoted to the security of the team activities. During the work of the team, the leader will monitor the agents situation and the environmental impact factors. The main applications includes: emergency rescue teams, miners and soldiers. In  passive supervision systems, the wireless static sensors are scattered over a large field for monitoring a civil area or nuclear site for a longer time. These applications includes: surveillance and target tracking , emergency navigation, fire detection in a building, structural health monitoring and natural disaster prevention such as in the case of tsunamis, eruptions or flooding.
 
-\item \textbf{Transportation systems Applications}
-The fast development in the domain of  Intelligent Transport Systems (ITS)  ranging from  flight transport and traffic management to in-vehicle services like driver alert or traffic monitoring. As a result, the transportation data collection and communication represent a major role in the ITS~\cite{ref37}.
-The WSNs can be integrated with the transportation systems such as  traffic monitoring, real-time safety systems, and commercial services~\cite{ref22}. In traffic-monitoring systems, The wireless sensors  are embedded within or across the pavement and some sensors are installed above or on the side of roads so as to collect the informations related to the traffic~\cite{ref36}.  These WSN traffic systems are used to detect the vehicles, vehicle count, and classification. In safety applications, the wireless sensors are employed to deal with many cases such as: driving safety~\cite{ref41}, vehicle safety~\cite{ref38},  where many wireless sensors are scattered on roads or vehicles, collaborating through Vehicle-to-Vehicle, Vehicle-to-Roadside, and Vehicle-to-Infrastructure communications. Extensive research in these domains, which are concentrated on preventing the collisions among vehicles by Vehicle-to-Vehicle communications~\cite{ref40}. In addition, commercial applications are can be given by service providers. They include route guidance to avoid rush-hour jams, smart high-speed tolling, assistance in finding a parking space and automobile journey statistics collection~\cite{ref22}.
+\item \textbf{Transportation systems Applications:}
+The fast development in the domain of  Intelligent Transport Systems (ITS)  ranging from flight transport and traffic management to in-vehicle services like driver alert or traffic monitoring. As a result, the transportation data collection and communication represent a major role in the ITS~\cite{ref37}.
+The WSNs can be integrated with the transportation systems such as traffic monitoring, real-time safety systems, and commercial services~\cite{ref22}. In traffic-monitoring systems, the wireless sensors are embedded within or across the pavement and some sensors are installed above or on the side of roads so as to collect the informations related to the traffic~\cite{ref36}.  These WSN traffic systems are used to detect the vehicles, vehicles count, and classification. In safety applications, the wireless sensors are employed to deal with many cases such as: driving safety~\cite{ref41}, vehicle safety~\cite{ref38},  where many wireless sensors are scattered on roads or vehicles, collaborating through Vehicle-to-Vehicle, Vehicle-to-Roadside, and Vehicle-to-Infrastructure communications. Extensive research in these domains are concentrated on preventing the collisions among vehicles by Vehicle-to-Vehicle communications~\cite{ref40}. In addition, commercial applications can be given by service providers. They include route guidance to avoid rush-hour jams, smart high-speed tolling, assistance in finding a parking space and automobile journey statistics collection~\cite{ref22}.
 
  
-\item \textbf{Industry Applications: Manufacturing and smart grids}
-The most significant goal for many companies is the automation of controlling and monitoring systems in many application such as: manufacturing, water treatment, electrical power distribution, and oil and gas refining. The WSNs is incorporated in Supervisory Control and Data Acquisition (SCADA) systems and Smart Grids~\cite{ref22}. SCADA systems are a computer softwares by which the industrial processes in factories are controlled and supervised.  The wireless sensors are used with actuators to control the factory,  detection of liquid/gas leakages, and inventory management. These applications are needed for precise monitoring of temperature, shock, and noise factors in remote locations such as tanks, turbine engines or pipelines. In Smart Grids, the goal is to supervise the energy supply and  consumption operation. The main WSN applications in smart grid includes: sensing the relevant parameters affecting power output (pressure, humidity, wind orientation, radiation, etc.); control of turbines, motors and underground cables; home energy management; and remote detection of faulty components.
+\item \textbf{Industry Applications: Manufacturing and smart grids:}
+The most significant goal for many companies is the automation of controlling and monitoring systems in many applications such as: manufacturing, water treatment, electrical power distribution, and oil and gas refining. The WSNs is incorporated in Supervisory Control and Data Acquisition (SCADA) systems and smart grids~\cite{ref22}. SCADA systems are a computer softwares by which the industrial processes in factories are controlled and supervised.  The wireless sensors are used with actuators to control the factory,  detection of liquid/gas leakages, and inventory management. These applications are needed for precise monitoring of temperature, shock, and noise factors in remote locations such as tanks, turbine engines or pipelines. In Smart Grids, the goal is to supervise the energy supply and  consumption operation. The main WSN applications in smart grid includes: sensing the relevant parameters affecting power output (pressure, humidity, wind orientation, radiation, etc.); control of turbines, motors and underground cables; home energy management; and remote detection of faulty components.
 
 \end{enumerate}
 %\section{Protocol Design Requirements}
@@ -143,7 +144,7 @@ The most significant goal for many companies is the automation of controlling an
 
 \section{The Main Challenges in Wireless Sensor Networks}
 \label{ch1:sec:05}
-There are many challenges need to be faced in WSNs, which are received increasing attention by a large number of researchers during the last few years. These challenges were the reason in proposing different solutions so as to face these challenges (see section~\ref{ch1:sec:06}).
+Many challenges need to be faced in WSNs, which are received increasing attention by a large number of researchers during the last few years. These challenges were the reason in proposing different solutions so as to face these challenges as will be explained in next section~\ref{ch1:sec:06}.
 \begin{enumerate} [(I)]
 \item \textbf{Extended Network Lifetime:} one fundamental issue in WSNs is how to prolong the network lifetime as long as possible. Since sensor battery has a limited power; and since it is difficult to recharge or replace it especially in remote or hostile environment; It is necessary to reduce the energy consumption by using energy-efficient methods so as to extend the network lifetime.
 
@@ -171,13 +172,12 @@ Since the nature of many WSN applications that need to be deployed in a remote o
 \end{enumerate}
 
 
-
 \section{Energy-Efficient Mechanisms in Wireless Sensor Networks}
 \label{ch1:sec:06}
 The energy limited nature of wireless sensor nodes need to use energy efficient mechanisms to prolong network lifetime. The energy efficient mechanisms can be classified into five categories~\cite{ref22}. Figure~\ref{emwsn} summarizes the energy-efficient mechanisms in WSNs.
 \begin{figure}[h!]
 \centering
-\includegraphics[scale=0.5]{Figures/ch1/WSN-M.pdf
+\includegraphics[scale=0.4]{Figures/ch1/WSN-M.eps
 \caption{Energy-Efficient Mechanisms in Wireless Sensor Networks}
 \label{emwsn}
 \end{figure}
@@ -185,9 +185,17 @@ The energy limited nature of wireless sensor nodes need to use energy efficient
 \subsection{Energy-Efficient Routing}
 The energy-efficient routing is a significant factor to the design of WSN protocols in order to satisfy the main constraints in the hardware, power, and other resources of wireless sensor nodes~\cite{ref42}. There are many challenging factors need to be taken into consideration during designing a routing protocol for WSN, like: Limited energy capacity, Node deployment, Sensor location, Dynamic network, Hardware resource constraints, Data aggregation and gathering, Latency, Scalability, and Fault tolerance.
 
-\begin{enumerate} [(I)]
 
-\item \textbf{Cluster architectures:} in this strategy, the wireless sensor nodes are grouped into several groups that called clusters, each group of wireless sensor nodes are managed by a single sensor node, which is called cluster head. The cluster head takes the responsibility of manging the activities of the wireless sensor nodes with the cluster and it communicates and coordinates with other cluster heads or the base station in the WSN. This mechanism conserves the energy in WSNs by means of~\cite{ref43,ref22}:
+\subsubsection{Routing Metric based on Residual Energy} lifetime maximization can be achieved by using the residual power of wireless sensor node as a routing metric and take it into account during executing the routing protocol in WSNs. So, the routing protocols should concentrate on the remaining power of sensor nodes during taking the decision to select the next hop toward the destination and not depend on the shortest path solution. It prioritizes routes on the basis of an energy metric (sometimes with other routing metrics) so it is called energy-aware routing protocols~\cite{ref45,ref46}.
+
+\subsubsection{Multipath Routing} efficient strategy that can provides reliability, security and load balancing  in order to forward packets in a limited energy and constrained resources(computation, communication, and storage) networks like WSNs~\cite{ref50}. The single path routing is simple and scalable but it is not efficient for energy constrained networks such as WSNs . There are many multipath routing protocol are summarized in~\cite{ref50,ref51}.
+
+
+
+\subsection{Cluster Architectures}
+In this strategy, the wireless sensor nodes are grouped into several groups that called clusters, each group of wireless sensor nodes are managed by a single sensor node, which is called cluster head. The cluster head takes the responsibility of manging the activities of the wireless sensor nodes with the cluster and it communicates and coordinates with other cluster heads or the base station in the WSN. This mechanism conserves the energy in WSNs by means of~\cite{ref43,ref22}:
+
 \begin{enumerate}[(a)]
 \item Grouping the wireless sensor nodes into clusters led to decrease the communication range within the cluster and therefore minimize the energy needed to communication among the nodes inside the cluster.
 \item Minimizing the energy hungry operations such as collaboration and aggregation to the cluster head.
@@ -195,23 +203,9 @@ The energy-efficient routing is a significant factor to the design of WSN protoc
 \item The continuous changing of cluster head according to residual energy led to balancing energy consumption among wireless sensor nodes inside the cluster.
 \item Some nodes can be turned-off within the same cluster whilst the cluster head manage the responsibilities.
 \end{enumerate}
-In addition, the clustering supports network scalability in WSNs~\cite{ref43,ref44}.
-
-\item \textbf{Energy as a routing metric:} lifetime maximization can be achieved by using the residual power of wireless sensor node as a routing metric and take it into account during executing the routing protocol in WSNs. So, the routing protocols should concentrate on the remaining power of sensor nodes during taking the decision to select the next hop toward the destination and not depend on the shortest path solution. It prioritizes routes on the basis of an energy metric (sometimes with other routing metrics) so it is called energy-aware routing protocols~\cite{ref45,ref46}.
 
-\item \textbf{Multipath routing:} efficient strategy that can provides reliability, security and load balancing  in order to forward packets in a limited energy and constrained resources(computation, communication, and storage) networks like WSNs~\cite{ref50}. The single path routing is simple and scalable but it is not efficient for energy constrained networks such as WSNs . There are many multipath routing protocol are summarized in~\cite{ref50,ref51}.
+In addition, the clustering supports network scalability in WSNs~\cite{ref43,ref44}. The clustering approach represents an efficient mechanism for scalability of WSN and providing energy-efficient data aggregation by minimizing the consumption of a limited energy by means of grouping the sensor nodes and organizing them hierarchically. There are several important design considerations that should be taken into account during designing clustering algorithms, such as: limited energy, network lifetime, limited abilities, application dependency, secure communication, cluster formation and CH selection, synchronization, data aggregation, repair mechanisms, and Quality of Service (QoS)~\cite{ref161}.
 
-\item \textbf{Relay node placement:} in WSN, some wireless sensor nodes in a certain region may be died and this will leads to create a hole in the WSN. This problem can be solved by placing the wireless sensor nodes in sensing field using optimal distribution or by deploying a small number of relay wireless sensor nodes with a powerful capabilities whose major goal is the communication with other wireless sensor nodes or relay nodes~\cite{ref52}. his solution can enhance the power balancing and avoiding the overloaded wireless sensor nodes in a particular region in WSN.
-
-\item \textbf{Sink Mobility:} in WSNs that included a static sink, the wireless sensor nodes, which are near the sink drain their power more rapidly compared with other sensor nodes that leads to WSN disconnection and limited network lifetime~\cite{ref53}. This is happening due to sending all the data in WSN to the sink that maximizes the overload on the wireless sensor nodes close to sink. In order to overcome this problem and prolong the network lifetime; it is necessary to use a mobile sink to move within the area of WSN so as to collect the sensory data from the static sensor nodes over a single hop communication.  The mobile sink avoids the multi-hop communication and conserves the energy at the static sensor nodes close the base station, extending the lifetime of WSN~\cite{ref54,ref55}.
-
-\end{enumerate} 
-
-
-
-\subsection{Radio Optimization}
-In wireless sensor node, the radio is the most energy-consuming unit for draining the battery power. Extensive researches have been focused on decreasing the power depletion due to wireless communication by means of optimizing the radio parameters such as: coding and modulation schemes; transmission Power and antenna
-direction; and cognitive radio and Cooperative communications schemes~\cite{ref22}.
 
 
 \subsection{Scheduling Schemes}
@@ -224,7 +218,7 @@ There are many scheduling schemes have been suggested so as to decrease the ener
 \end{figure}
 
 
-\subsubsection{Wake up Scheduling Schemes:}
+\subsubsection{Wake up Scheduling Schemes}
 
 This section demonstrates the scheduling schemes from point of view of schedule Composition process and the framework of the wake up schedule. In these scheduling schemes, the wake up interval refers to the period of time at which the radio unit is turned on so as to sends or receives the packets. Whilst the sleep interval refers to a period of time at which the radio unit is turned off so as to retain the energy of wireless sensor node. Some schemes divide the time into equal length durations of time that called slotted schemes; on the other hand, the other schemes works with the time in continuous way that called unslotted schemes. The sleep and wake up intervals are defined for the unslotted schemes whilst for the slotted schemes, these intervals are represented as multiples of slots. The wake up schedule represents a set of a wake up and sleep intervals, which are produced for one period. Those schedule replicates to each period and it can be changed by the wake up scheduling scheme during the different periods of time. The final goal of those wake up schedule is to permit to exchange of data among the wireless sensor nodes in WSN during the wake up interval. As shown in figure~\ref{wsns}, the requirement for synchronization has been categorized the wake up scheduling into three categories:
 
@@ -263,12 +257,11 @@ This section demonstrates the scheduling schemes from point of view of schedule
  
 \item \textbf{Hybrids schemes:} Some schemes need to use both time synchronous and Asynchronous methods. According to WSN circumstances, the wake up scheduling switches between synchronous and asynchronous modes, where the synchronous schemes work efficiently in the heavy load circumstances whilst in the light load circumstances, the asynchronous schemes are more efficient. 
 %The protocols in~\cite{ref79,ref80} are an examples on these schemes.
-
 \end{enumerate}
 
 
 
-\subsubsection{Topology Control Schemes:}
+\subsubsection{Topology Control Schemes}
  The topology control schemes are dealing with the redundancy in the WSNs. The WSN are always deploying with high density and in a random way, where a large number of wireless sensor nodes are usually throwing by the airplane over the area of interest. The purpose of deploying a dense WSN is to cope with the sensor failure during or after the WSN deployment and to maximize the network lifetime by means of exploiting the overlapping among the sensor nodes in the network by putting the redundant sensor nodes into sleep mode in order to benefit from it later. The major goal of topology control protocols is to dynamically adapt network topology based on requirements of application so as to minimize the number of active sensor nodes, achieve the tasks of the network, and prolong the network lifetime~\cite{ref56,ref22}. Many factors can be used to decide which sensor nodes should be turned on or off and when. The topology control schemes have been classified into two categories~\cite{ref56}: 
  
 \begin{enumerate} [(I)]
@@ -278,19 +271,40 @@ This section demonstrates the scheduling schemes from point of view of schedule
 \end{enumerate}
 
 
-\subsection{Data-Driven Schemes:}
+\subsection{Data-Driven Schemes}
 Data driven approaches aim to decrease the amount of data sent to the sink whilst maintaining the accuracy of sensing within acceptable level. So, removing unwanted data during the transmission and restriction the sensing tasks during data acquisition can be participating in reduce the energy consumption in WSNs. 
 %Several data-driven schemes have been proposed in~\cite{ref86,ref87,ref88,ref89,ref90}.
 Data driven schemes classified into two main approaches~\cite{ref59,ref22}:
  
-\begin{enumerate} [(I)]
-\item \textbf{Data reduction schemes} that deal with reducing the amount of data need to be transmitted to sink. They can be divided into stochastic approaches, time series forecasting and algorithmic approaches. In stochastic approaches, the physical phenomena are transformed using stochastic characterization. the aggregating by these protocols require high processing so it is feasible to work on a powerful sensor nodes with a big battery. In time series forecasting, the old values of periodic sampling can be used to forecast a future value in the same series. In algorithmic approaches, sensed phenomena are demonstrated using heuristic or state transition model. 
-\item \textbf{Energy efficient data acquisition schemes} are concentrated on the energy consumption reduction in the sensing unit. These schemes are divided into adaptive sampling, hierarchical sampling and model based active sampling. In adaptive sampling, the amount of data that acquired from the transducer can be reduced by spatial or temporal correlation between data. These approaches are more efficient to be used in centralized fusion but it consumes a high energy due to requiring a high processing. In hierarchical sampling, are more efficient when there are different types of sensor are installed on the nodes. These approaches are more energy efficient and application specific. The model based approaches are similar to data prediction schemes. These approaches aim to decrease the data samples by using computed models and conserve the energy by means of data acquisition. 
-\end{enumerate} 
+%\begin{enumerate} [(I)]
+\subsubsection{Data Reduction Schemes} that deal with reducing the amount of data need to be transmitted to sink. They can be divided into stochastic approaches, time series forecasting and algorithmic approaches. In stochastic approaches, the physical phenomena are transformed using stochastic characterization. the aggregating by these protocols require high processing so it is feasible to work on a powerful sensor nodes with a big battery. In time series forecasting, the old values of periodic sampling can be used to forecast a future value in the same series. In algorithmic approaches, sensed phenomena are demonstrated using heuristic or state transition model. 
+\subsubsection{Energy Efficient Data Acquisition Schemes} are concentrated on the energy consumption reduction in the sensing unit. These schemes are divided into adaptive sampling, hierarchical sampling and model based active sampling. In adaptive sampling, the amount of data that acquired from the transducer can be reduced by spatial or temporal correlation between data. These approaches are more efficient to be used in centralized fusion but it consumes a high energy due to requiring a high processing. In hierarchical sampling, are more efficient when there are different types of sensor are installed on the nodes. These approaches are more energy efficient and application specific. The model based approaches are similar to data prediction schemes. These approaches aim to decrease the data samples by using computed models and conserve the energy by means of data acquisition. 
+%\end{enumerate} 
+
+
+\subsection{Battery Repletion}
+In the last years, extensive researches have been focused on energy harvesting and wireless charging techniques. These solutions are representing alternate energy sources to recharge wireless sensor batteries without human intervention and instead of depending on the limited power supplied by a typical batteries~\cite{ref91,ref59}.
+\subsubsection{Energy Harvesting} In energy harvesting, several sources of environmental energy have been developed so as to enable the wireless sensors to acquire energy from the surrounding environment like solar, wind energy, vibration based energy harvesting, radio signals for scavenging RF power, Thermoelectric generators, and shoe-mounted piezoelectric generator to power artificial organs~\cite{ref59}. 
+
+\subsubsection{Wireless Charging}In wireless charging, the wireless power can be transmitted between the devices without requiring to the connection between the transmitter and the receiver. These techniques are participating in increasing the the availability of WSNs and prolonging the network lifetime. Wireless charging in WSNs can be performed by using two manners: magnetic resonant coupling and electromagnetic radiation~\cite{ref22}.
+
+
+\subsection{Radio Optimization}
+In wireless sensor node, the radio is the most energy-consuming unit for draining the battery power. Extensive researches have been focused on decreasing the power depletion due to wireless communication by means of optimizing the radio parameters such as: coding and modulation schemes; transmission Power and antenna
+direction; and cognitive radio and Cooperative communications schemes~\cite{ref22}.
+
+\subsection{Relay nodes and Sink Mobility}
+The relay nodes placement and the mobility of the sink can be considered as energy-efficient strategies, which are used to minimize the consumption of the energy and extend the lifetime of WSNs.
+%\begin{enumerate} [(I)]
+\subsubsection{Relay node placement} 
+In WSN, some wireless sensor nodes in a certain region may be died and this will leads to create a hole in the WSN. This problem can be solved by placing the wireless sensor nodes in sensing field using optimal distribution or by deploying a small number of relay wireless sensor nodes with a powerful capabilities whose major goal is the communication with other wireless sensor nodes or relay nodes~\cite{ref52}. This solution can enhance the power balancing and avoiding the overloaded wireless sensor nodes in a particular region in WSN.
+
+\subsubsection{Sink Mobility} 
+In WSNs that included a static sink, the wireless sensor nodes, which are near the sink drain their power more rapidly compared with other sensor nodes that leads to WSN disconnection and limited network lifetime~\cite{ref53}. This is happening due to sending all the data in WSN to the sink that maximizes the overload on the wireless sensor nodes close to sink. In order to overcome this problem and prolong the network lifetime; it is necessary to use a mobile sink to move within the area of WSN so as to collect the sensory data from the static sensor nodes over a single hop communication.  The mobile sink avoids the multi-hop communication and conserves the energy at the static sensor nodes close the base station, extending the lifetime of WSN~\cite{ref54,ref55}.
+
+%\end{enumerate}
 
 
-\subsection{Battery Repletion:}
-In the last years, extensive researches have been focused on energy harvesting and wireless charging techniques. These solutions are representing alternate energy sources to recharge wireless sensor batteries without human intervention and instead of depending on the limited power supplied by a typical batteries~\cite{ref91,ref59}. In energy harvesting, several sources of environmental energy have been developed so as to enable the wireless sensors to acquire energy from the surrounding environment like solar, wind energy, vibration based energy harvesting, radio signals for scavenging RF power, Thermoelectric generators, and shoe-mounted piezoelectric generator to power artificial organs~\cite{ref59}. In wireless charging,  the wireless power can be transmitted between the devices without requiring to the connection between the transmitter and the receiver. These techniques are participating in increasing the the availability of WSNs and prolonging the network lifetime. Wireless charging in WSNs can be performed by using two manners: magnetic resonant coupling and electromagnetic radiation~\cite{ref22}.
 
 
 \section{Network Lifetime in Wireless Sensor Networks}