Next Article in Journal
A Neuro-Fuzzy System for Extracting Environment Features Based on Ultrasonic Sensors
Previous Article in Journal
A Lyapunov-Based Extension to Particle Swarm Dynamics for Continuous Function Optimization
Previous Article in Special Issue
Autonomous Distributed Self-Organization for Mobile Wireless Sensor Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Polygon Model for Wireless Sensor Network Deployment with Directional Sensing Areas

Department of Computer Science, National Tsing Hua University, 101, Section 2, Kuang-Fu Road, Hsinchu, 30013, Taiwan
*
Author to whom correspondence should be addressed.
Sensors 2009, 9(12), 9998-10022; https://doi.org/10.3390/s91209998
Submission received: 13 November 2009 / Revised: 30 November 2009 / Accepted: 2 December 2009 / Published: 9 December 2009
(This article belongs to the Special Issue Sensor Configuration and Smart Sensors)

Abstract

:
The modeling of the sensing area of a sensor node is essential for the deployment algorithm of wireless sensor networks (WSNs). In this paper, a polygon model is proposed for the sensor node with directional sensing area. In addition, a WSN deployment algorithm is presented with topology control and scoring mechanisms to maintain network connectivity and improve sensing coverage rate. To evaluate the proposed polygon model and WSN deployment algorithm, a simulation is conducted. The simulation results show that the proposed polygon model outperforms the existed disk model and circular sector model in terms of the maximum sensing coverage rate.

1. Introduction

The wireless sensor network (WSN) is a key element of pervasive computing. It provides an efficient way to connect a large number of sensor nodes and collect data from each sensor node. With the advancement of manufacturing technology and wireless communication, many WSN applications have been proposed such as structural health monitoring [13], industrial equipment monitoring for petroleum facility [4] and semiconductor plant [5], volcano monitoring networks [6], underwater sensor network [7], habitat monitoring [8], etc.
For all the applications mentioned above, the deployment of sensor nodes is an important issue to deal with. A WSN deployment algorithm has to meet various requirements, such as keeping the network connectivity, maximizing the sensing coverage rate, minimizing the usage of sensor nodes, etc. The modeling of the communication and sensing areas of a sensor node is essential to address these requirements. To simplify the complexity, in general, the disk model is used in different aspects of the WSN research [911]. However, the round shape coverage area used by the disk model is suitable for the omnidirectional sensor, a sensor with circular sensing area. In this paper, we focus on the directional sensor, a sensor with noncircular sensing area. Figure 1 shows the sensing area of a directional sensor under the disk model. From Figure 1, we can see that the sensing area of a directional sensor is noncircular and at the right side of the sensor. If the disk model is used to represent the noncircular shape, the represented coverage area is larger than the actual one.
Recently, the circular sector model has been used for representing the sensing area of a directional sensor [12,13]. Figure 2 shows the sensing area of a directional sensor under the circular sector model. From Figure 2, we can see that the actual sensing area cannot be represented by the circular sector model precisely; the sensing area represented by the circular sector model is still larger than the actual one. From the above examples, we can see that the disk model and the circular sector model are not sufficient to model sensor nodes with directional sensors. A new coverage model is needed for sensor nodes with directional sensing areas to improve the accuracy of the WSN deployment results.
In this paper, we propose a polygon model to approximate the sensing area of a directional sensor. The polygon model is composed of a list of vertices expressed in polar coordinates. Since the polygon model can use unlimited number of vertices to model the boundaries of an area, it is more suitable to represent various shapes of sensing areas compared to the disk model and the circular sector model. In addition, a randomized WSN deployment algorithm with topology control mechanism for the polygon model is proposed. The proposed deployment algorithm consists of four steps: the initialization step, the base node selection step, the candidate positions generation step, and the scoring and deployment step. In the initialization step, a deployment area is initialized by reading a configuration file that contains the information of sink nodes and obstacles. In the base node selection step, a base node is selected for deploying new sensor nodes around it. In the candidate positions generation step, some candidate positions for a new sensor node are randomly generated under the topology control mechanism to maintain the network connectivity. In the scoring and deployment step, a new sensor node selected from the deployable sensor nodes is deployed to a candidate position via the scoring process to get the most sensing coverage gains. If no candidate positions are generated in the candidate positions generation step, the deployment algorithm is repeated from the base node selection step to the scoring and deployment step until the sensing coverage rate of the deployment area is 1 or no more sensor nodes can be deployed. Since the sensing coverage rate of the proposed deployment algorithm is determined by the topology control parameter, an iterative approach is used to find the best topology control value that leads to a maximal sensing coverage rate based on the proposed deployment algorithm.
To evaluate the proposed polygon model, some cases are studied based on sensor nodes with different sensing areas (circular or noncircular) and deployment scenarios by using a simulation approach. In the simulation, each sensor node consists of an omnidirectional antenna and a sensor (omnidirectional or directional). The disk model, the circular sector model, and the proposed polygon model are used to model the sensing area of each sensor node and different deployment algorithms are applied to deploy sensor nodes on a field with and without obstacles, respectively. For the sensor nodes represented by the disk model, the algorithm with optimal deployment patterns proposed in [14] is used. For the circular sector model and the polygon model, the proposed WSN deployment algorithm is used. The simulation results show that the proposed polygon model produces much accurate results than the disk model and the circular sector model in terms of the maximum sensing coverage rate in each simulation case. For the proposed WSN deployment algorithm, the maximum sensing coverage rate and the usage of sensor nodes are affected by the values of the topology control parameters and the rotation steps of the sensor node. For the same type of sensor node modeled by a simple polygon (few vertices) and a complex polygon (many vertices), if the number of sensor nodes is sufficient, the difference in maximum sensing coverage rate is very small for sensor nodes modeled by a simple polygon and a complex polygon. However, the usage of sensor nodes under the complex polygon is less than that under the simple polygon.
The rest of the paper is organized as follows. In Section 2, previous works related to circular and noncircular coverage models, sensor node deployment, and topology control are addressed. In Section 3, the polygon model, the calculation of communication/sensing coverage level, and some definitions used in this paper are illustrated. In Section 4, the proposed randomized WSN deployment algorithm and an iterative approach used to find the maximum sensing coverage rate are described in details. Section 5 describes the simulation results of the proposed polygon model under various scenarios.

2. Related Work

Each deployment algorithm needs a model to represent the communication and sensing areas of a sensor node. The disk model is the most commonly used model in many research works. It assumes that the communication/sensing area of a sensor node is a circular area. In [9], the authors proposed the unit disk graph (UDG) as a coverage model to find a path with maximum observability. In a UDG, there is an edge between two sensor nodes if and only if the Euclidean distance between these two sensor nodes is less than one unit. To provide a more realistic model than the UDG, the quasi unit disk graph (Quasi-UDG) was proposes in [10]. In the Quasi-UDG, two sensor nodes are connected by an edge if their distance is less than or equal to a threshold d, where d is a parameter between 0 and 1. In [15], the authors proposed a model to denote the irregularity of the communication area. The shape of the communication area is controlled by the degree of irregularity (DOI), defined as the maximum radio range variation per unit degree changed from 0° to 360°. When the DOI is set to zero, there is no radio range variation, resulting in a circular communication area the same as the disk model. Based on the DOI model, a radio irregularity model (RIM) based on the empirical data obtained from the MICA2 and MICAZ platforms was proposed in [16]. The RIM provides a general radio model to simulate the degree of radio irregularity. Compare with the DOI model, RIM takes the radio sending energy, the energy loss, the background noise, and the interference among different communication signals into account. Recently, circular sector model is proposed to model the sensing area of a directional sensor node [12,13]. The coverage area under the circular sector model is defined with the central angle and radius, it is identical to the disk model when the central angle is set to 360°. The modeled area under the circular sector model is limited to a sector-like shape while the proposed polygon model in this paper has no such restriction.
Many WSN deployment algorithms and topology control mechanisms based on the disk model have been proposed in the literature. In [17], the authors proposed a regular deployment pattern to achieve both coverage and connectivity. They also extended their work in [14] to provide some optimal regular deployment patterns for full-coverage under different requirements of k-connectivity (k ≤ 6). A similar regular deployment pattern was proposed in [18], but their approach can deal with the existence of obstacles. The authors in [19] presented a coverage configuration protocol (CCP) that can dynamically configure a network to achieve guaranteed degrees of coverage and connectivity. The CCP is based on a simple disk model in which the sensor nodes have identical sensing areas and the communication range between sensor nodes is fixed. In [20], the authors proposed two localized topology control algorithms, directed relative neighborhood graph (DRNG) and directed local spanning subgraph (DLSS) based on the disk model. In both algorithms, each node independently builds its neighbor set by adjusting the transmission power and defines the network topology by using only local information. Both algorithms preserve network connectivity and network bidirectionality. In [12], the authors proposed the maximum coverage with minimum sensors (MCMS) problem that tries to maximize the number of targets to be covered by directional sensor nodes and minimize the number of sensor nodes to be activated. A centralized greedy algorithm (CGA) and a distributed greedy algorithm (DGA) are provided. In [13], the authors proposed two different coverage problems of the directional sensor nodes. One is connected point-coverage deployment (CPD), which means covering a set of point-locations with directional sensor nodes. The other is connected region-coverage deployment (CRD), which means covering the entire target area with directional sensor nodes. The CRD problem is what we want to deal with in this paper, the authors proposed two regular deployment patterns, disk-based deployment pattern (DDP) and strip-based deployment pattern (SDP). Both strategies use a similar deployment pattern proposed in [14].

3. The Polygon Model

In this paper, we assume that a wireless sensor network consists of one sink node and some sensor nodes of the same type. The sink node contains an omnidirectional antenna (without sensor). Each sensor node contains the same omnidirectional antenna as sink node and a directional sensor. The shapes of the communication areas of the sink node and sensor nodes are circular, and the shapes of the sensing areas of the sensor nodes are noncircular. The definitions of symbols used in this paper are given in Table 1.
In this section, we first describe the polygon model to approximate the shapes of communication and sensing areas of a sensor node. We, then, describe how to calculate the communication and sensing ranges of a sensor node at different directions under the polygon model. Based on the calculated communication and sensing ranges, we can estimate the communication and sensing coverage levels (CCL and SCL) at any point surrounding a sensor node that can be used by the topology control mechanism of the deployment algorithm. In the following subsections, we will describe them in details.

3.1. The Definitions of the Polygon Model

Definition 1 (polygon model)

The noncircular shape of the communication/sensing area of a sensor node can be approximated by a list of vertices [(R1, θ1), …, (Ri, θi), …, (Rx, θx)], where (Ri, θi) is the ith vertex of the list and is represented in polar coordinates, Ri is the radial coordinate and is the distance between the ith vertex and the center of a sensor node, θi is the angular coordinate and is the counterclockwise angle required to reach the ith vertex from 0° (the positive x-axis in the Cartesian coordinate plane), x ≥ 3, and 1 ≤ ix.
We use polyC(Sn) = [(Rc1, θc1), …, (Rcx, θcx)] and polyS(Sn) = [(Rs1, θs1), …, (Rsy, θsy)] to denote the shapes of communication and sensing areas of a sensor node Sn modeled by the polygon model, respectively. An example of using the polygon model to approximate the noncircular shape of sensing area of a sensor node Sn is given in Figure 3(a). In Figure 3(a), the sensing area of Sn under the polygon model is denoted as polyS(Sn) = [(Rs1, θs1), …, (Rs16, θs16)] = [(25, 0°), (20, 15°), (35, 30°), (50, 50°), (60, 70°), (65, 90°), (60, 110°), (50, 130°), (35, 150°), (20, 165°), (25, 180°), (15, 210°), (20, 230°), (10, 270°), (20, 310°), (15, 330°)]. Since the shape of the communication/sensing area of a sensor node Sn is noncircular, when Sn is deployed to a field, the communication/sensing area covered by Sn will depend on the rotation angle of Sn. For example, Figure 3(a) and Figure 3(b) show the sensing areas covered by Sn in a field with rotation angles set to 0° and 30° counterclockwise, respectively. It is obvious that the sensing areas covered by Figure 3(a) and Figure 3(b) are different. We have the following definitions.

Definition 2

Given a sensor node Sn, Loc(Sn), polyC(Sn) and Rot(Sn), the communication area covered by Sn in a field under the polygon model is defined as:
Area C ( S n ) = { Loc ( S n ) , [ ( R c 1 , + θ c 1 + Rot ( S n ) ) , , ( R c x , + θ c x + Rot ( S n ) ) ] }

Definition 3

Given a sensor node Sn, Loc(Sn), polyS(Sn) and Rot(Sn), the sensing area covered by Sn in a field under the polygon model is defined as:
Area S ( S n ) = { Loc ( S n ) , [ ( R s 1 , + θ s 1 + Rot ( S n ) ) , , ( R s y , + θ s y + Rot ( S n ) ) ] }
In Figure 3, if we put sensor node Sn at location (10, 20), then the sensing areas covered by Figure 3(a) and Figure 3(b) in a field are AreaS(Sn) = {(10, 20), [(25, 0°), …,(15, 330°)]} and AreaS(Sn) = {(10, 20), [(25, 30°), …,(15, 360°)]}, respectively.

3.2. Calculation of the Communication/Sensing Range

Since the shape of the communication/sensing area of a sensor node is noncircular, the communication/sensing range may be different in different directions. Therefore, we need a formula to calculate the communication and sensing ranges of a sensor node at different directions such that we can determine whether an object is within the communication/sensing area of a sensor node. In Section 3.1, the communication/sensing area is approximated by the polygon model with a list of vertices represented in polar coordinates. Since the radial coordinate of a vertex represents the communication/sensing range of a sensor node in the direction of that vertex, we can use it to compute the communication/sensing range of a sensor node at any direction. Given a point Pi, the sensing area of a sensor node Sn, AreaS(Sn), and Pa = Loc(Sn), if ray PaPi passes between two adjacent vertices of AreaS(Sn), vexp = (Rsp, θsp) and vexq = (Rsq, θsq), the sensing range of Sn in the direction of Pi can be calculated by the following equation:
R S ( S n , P i ) = ( R s p R s q ) × sin ( θ s q θ s p ) R s p × sin ( θ ( S n , P i ) θ s p ) R s q × sin ( θ ( S n , P i ) θ s q )
where θsp < θ(Sn, Pi) < θsq, Rs(Sn, Pi) = d(Pa, Pj), and Pj is the intersection point of ray PaPi and line segment vexpvexq. The calculation of Rs(Sn, Pi) is based on the area of ΔvexpPavexq that is the sum of the areas of ΔvexpPaPj and ΔPjPavexq. The calculation of the communication range of Sn in the direction of Pi, Rc(Sn, Pi), is similar to Equation (3) by replacing the Rs and θs parts with Rc and θc, respectively. Given a sensor node S1 located at P1 with AreaS(S1) shown in Figure 3(b) and a point P2 with θ(S1, P2) = 90°, an example of the calculation of Rs(Sn, Pi) is shown in Figure 4. In Figure 4, since ray P1P2 passes between vexp = (50, 80°) and vexq = (60, 100°) of AreaS(S1) and P3 is the intersection point of ray P1P2 and line segment vexpvexq, Rs(S1, P2) = d(P1, P3) = (50·60) × sin(100° – 80°)/[50 × sin(90° – 80°) – 60 × sin(90° – 100°)] ≈ 53.7 units.

3.3. The Communication/Sensing Coverage Level

Based on the calculated communication and sensing ranges, we can estimate the communication coverage level (CCL) and sensing coverage level (SCL) at any point surrounding a sensor node. CCL and SCL are used by the topology control mechanism in the proposed WSN deployment algorithm and the calculation of the sensing coverage rate. The calculation of the communication/sensing coverage level is based on the free space propagation model proposed in [21], a simple transmission formula for a radio circuit is derived:
Power r Power t = Area r Area t d 2 λ 2
where Powert is the power fed into the transmitting antenna at its input terminals, Powerr is the power available at the output terminals of the receiving antenna, Arear (or Areat) is the effective area of the receiving (or transmitting) antenna, d is the distance between two antennas, and λ is the wavelength. Assume that Powert, Arear, Areat, and λ are constants in Equation (4). The received radio power (Powerr) is proportional to 1/d2. The CCL and SCL of a sensor node Sn at a point Pi are defined as:
CCL ( S n , P i ) = [ R c ( S n , P i ) / d ( S n , P i ) ] 2
SCL ( S n , P i ) = [ R s ( S n , P i ) / d ( S n , P i ) ] 2
where Rc(Sn, Pi) and Rs(Sn, Pi) are the communication and sensing ranges of Sn in the direction of Pi, and d(Sn, Pi) is the Euclidean distance between Sn and Pi. Figure 5 shows the relationship between SCL(Sn, Pi) and d(Sn, Pi). In Figure 5, if d(Sn, Pi) ≤ Rs(Sn, Pi), it indicates that Pi is within the sensing area of Sn. Otherwise, Pi is not covered by the sensing area of Sn. In the case of a deployment area with obstacles, the calculation of the CCL and SCL follows the “line-of-sight” property, that is, if a straight line between Sn and Pi is blocked by an obstacle, then CCL(Sn, Pi) = SCL(Sn, Pi) = 0.

3.4. Network Connectivity and Sensing Coverage Rate

A communication-connected WSN is one of the objectives of deployment. We have the following definitions for network connectivity.

Definition 4

Two sensor nodes, S1 and S2, located at point P1 and P2, respectively, are connected if CCL(S1, P2) ≥ 1 and CCL(S2, P1) ≥ 1.

Definition 5 (network connectivity)

Given a WSN W in a field, the network connectivity of W, NC(W), is defined as:
N C ( W ) = Num ( S n in W has a path to the sink node and vice versa ) / Num ( S n in W )
where Num(Sn in W has a path to the sink node and vice versa) is the number of senor nodes in W that has a path to the sink node and vice versa; and Num(Sn in W) is the number of sensor nodes in W.

Definition 6

A WSN W is communication-connected if NC(W) = 1.
The sensing coverage rate is a metric to evaluate the performance of a WSN deployment algorithm. The higher sensing coverage rate, in general, the superior of a WSN deployment algorithm. To calculate the sensing coverage rate, we have the following definitions for sensing coverage rate.

Definition 7

A grid point Pi in a field is sensed by a sensor node Sn if SCL(Sn, Pi) ≥ 1.

Definition 8 (sensing coverage rate of a field)

Given a field, Area, the sensing coverage rate of a WSN W on Area is defined as:
C R ( Area , W ) = Num ( P x in Area sensed by sensor nodes in W ) / Num ( P y in Area )
where Num(Px in Area sensed by sensor nodes in W) is the number of grid points in Area sensed by sensor nodes in W and Num(Py in Area) is the number of grid points in Area.

Definition 9 (sensing coverage rate of a square area centered at grid point Pi)

Given a grid point Pi, the sensing coverage rate of a WSN W on the square area centered at grid point Pi, Square(Pi) is defined as:
C R ( Square ( P i ) , W ) = Num ( P x in Square ( P i ) sensed by sensor nodes in W ) / Num ( P y in Square ( P i ) )
where Num(Px in Square(Pi) sensed by sensor nodes in W) is the number of grid points in Square(Pi) sensed by sensor nodes in W and Num(Py in Square(Pi)) is the number of grid points in Square(Pi).

4. A Randomized WSN Deployment Algorithm for the Polygon Model

The proposed deployment algorithm for the polygon model consists of four steps:
  • Initialization: In this step, the deployment parameters, a deployment area with or without obstacles, and a sink node (used for collecting sensing data) are initialized by reading a configuration file;
  • Base node selection: In this step, a base node is selected for deploying new sensor nodes around it;
  • Candidate positions generation: In this step, some candidate positions for new sensor nodes are generated under the topology control mechanism to maintain the network connectivity;
  • Scoring and deployment: In this step, a new sensor node is deployed to a candidate position via the scoring process.
In the above procedure, Step 3 and Step 4 are repeated until no candidate positions can be generated in Step 3. Then the deployment algorithm is restarted from Step 2 until the sensing coverage rate of the deployment area is 1 or no more sensor nodes can be deployed. The detailed deployment steps are described in the following subsections.

4.1. Step 1: Initialization

Given a configuration file, some deployment parameters are set, including the number of deployable sensor nodes, the limit of candidate positions, and the number of rotation steps. The deployment area is initialized based on the following information:
  • The length and the width of the deployment area;
  • Information of the sink node, such as the location, the rotation angle, and its communication area approximated by the polygon model;
  • Information of the obstacles (optional), where each obstacle is a polygon represented by a list of the vertices.
Figure 6 shows an example of the initialized deployment area. The deployment area contains a sink node (S0) and the red area represents the communication area of S0. Some obstacles with different shapes are distributed in the deployment area as well.

4.2. Step 2: Base Node Selection

In this step, a base node Sbase is selected for deploying new sensor nodes around it. In order to maintain the network connectivity of a WSN, the selection of base node is starting from the sink node and traversing all deployed sensor nodes along the communication links. When no more sensor nodes can be deployed around the current base node, a new base node is selected from deployed sensor nodes based on their index in ascending order. An example of base node selection is given in Figure 7. In Figure 7, four sensor nodes, S1, S2, S3, and S4, are deployed when the sink node is selected as base node. S1 is the current base node. When S5 is deployed, no more sensor nodes can be deployed around S1. S2 is then selected as the new base node.

4.3. Step 3: Candidate Positions Generation and Topology Control Mechanism

Once a base node Sbase is selected, a predefined number of candidate positions for a new sensor node are randomly generated within the communication area of Sbase based on the topology control mechanism. The limit of candidate positions is defined in configuration file. If a candidate position cannot pass the examination of the topology control mechanism, another candidate position will be generated. The purpose of the topology control mechanism is to keep the candidate position not too close to the deployed sensor nodes. As a result, the overlap of sensing areas among the deployed sensor nodes can be reduced.
Given a candidate position Pi within AreaC(Sbase) and a set of sensor nodes deployed around Pi, Sdepolyed, the topology control mechanism is performed as follows. For each sensor node Sn in Sdepolyed, the communication coverage level of Sn at Pi, CCL(Sn, Pi), is calculated based on Equation (5). If one of CCL(Sn, Pi) exceeds the predefined topology control parameter Max_CCL, the maximum threshold of the communication coverage level, Pi will be abandoned since Pi is too close to the location of Sn. Next, for Pi with CCL(Sn, Pi) ≤ Max_CCL for all Sn in Sdepolyed, the sensing coverage level of Sn at Pi, SCL(Sn, Pi), is calculated based on Equation (6). If one of SCL(Sn, Pi) exceeds another predefined topology control parameter Max_SCL, the maximum threshold of the sensing coverage level, Pi will be abandoned. Figure 8 shows an example of the process of the topology control mechanism. In Figure 8, two deployed sensor nodes S1 and S2 are given. S1 is selected as Sbase and three candidate positions P1, P2, and P3 are randomly generated within the communication area of Sbase (represented as a circular area centered at S1). Assume that Max_CCL = 4 and Max_SCL = 3. Since CCL(S1, P2) = CCL(S2, P3) = 5 > Max_CCL, P2 and P3 are abandoned. P1 is kept since CCL(S1, P1) and CCL(S2, P1) are less than Max_CCL, and SCL(S2, P1) = 2 < Max_SCL.
The thresholds of the topology control parameters, Max_CCL and Max_SCL, will affect the results of deployment. The value of Max_CCL is never less than 1 in order to maintain the network connectivity between sensor nodes. If Max_CCL is set too large, the minimal distance between deployed sensor nodes will be too short. More sensor nodes will be needed to fully cover the same deployment area compared to the optimal case. The value of Max_SCL varies with Max_CCL if the sensor node has an omnidirectional sensor. Given the value of Max_CCL and the maximum communication and sensing ranges of a sensor node, Rc and Rs, the value of Max_SCL is defined as:
Max _ SCL = [ R s R c ] 2 × Max _ CCL
If the sensor node has a directional sensor, more sensor nodes are needed to cover the same deployment area compared to the sensor node has an omnidirectional sensor with the same maximum sensing range. Therefore, the value of Max_SCL is not changed with Max_CCL since a larger Max_CCL is needed to make the sensor nodes get closer. We have two cases for the value of Max_SCL.

Case 1 (RcRs)

In this case, the value of Max_SCL is set to 1 to reduce the overlap of sensing areas by preventing a new sensor node being deployed within the sensing areas of the deployed sensor nodes.

Case 2 (Rc < Rs)

In this case, in order to maintain the network connectivity, the value of Max_SCL is set to (Rs/Rc)2 to allow the overlap of sensing areas between a new sensor node and deployed sensor nodes. For example, as shown in Figure 8, if we set Max_CCL = 6 and Max_SCL = 1, P1 is abandoned since SCL(S2, P1) = 2 > Max_SCL. P2 and P3 can be selected as new positions of sensor nodes.

4.4. Step 4: Scoring and Deployment

In this step, a scoring process is applied to each candidate position of {P1, …, Pk} generated in Step 3. Given a sensor node Snew, a candidate position Pi in {P1, …, Pk}, and the WSN W constructed so far, the score of Pi, Score(Pi), is defined as:
Score ( P i ) = C R ( Square ( P i ) , W S new ) C R ( Square ( P i ) , W )
where Square(Pi) is a square area centered at Pi with edge length = 2 × Rs. CR(Square(Pi), WSnew) and CR(Square(Pi), W) are the sensing coverage rates of W on Square(Pi) before and after Snew is deployed at Pi, respectively. Since the sensing area of a sensor node is noncircular, to deploy Snew at Pi may result in different values of Score(Pi) if Snew at Pi are rotated by different angles counterclockwise from 0°. Therefore, we have two cases for the calculation of Score(Pi).

Case 1 (without rotation)

In this case, Score(Pi) is only computed once using Equation (11).

Case 2 (with rotation)

In this case, the number of rotation steps, Rotstep, is specified. Given Rotstep defined in the configuration file, when Snew is deplo yed at Pi, there are Rotstep values of Score(Pi) with respect to the rotation degree 0°, (360°/Rotstep), (360°/Rotstep) × 2, …, and (360°/Rotstep) × (Rotstep–1), respectively. If Snew has a noncircular communication area, the rotation of Snew also affects the communication area of Snew at Pi. The network connectivity of WSN needs to be maintained when Snew is rotated an angle counterclockwise from 0°. Given a specific rotation angle θ, if the network connectivity of WSN can be maintained after Snew is deployed at Pi by rotating Snew with an angle θ counterclockwise from 0°, Score(Pi) can be obtained by using Equation (11). Otherwise, Score(Pi) = 0. After different Score(Pi) for different rotation angles are calculated, the highest score of Score(Pi) is kept and the corresponding Rot(Snew) is saved.
Figure 9 gives an example of the scoring process for Case 1. In Figure 9, a base node S1 and a set of candidate positions {P2, P3} are given. Before deploying a new sensor node S3 at P2, CR(Square(P2), W) = 0.09. After S3 is deployed at P2 as shown in Figure 9(a), CR(Square(P2), WS3) = 0.22. We obtain Score(P2) = 0.22 – 0.09 = 0.13. Similarly, before deploying S3 at P3, CR(Square(P3), W) = 0.249. After S3 is deployed at P3 as shown in Figure 9(b), CR(Square(P3), WS3) = 0.329. We have Score(P3) = 0.329–0.249 = 0.08. Since Score(P2) > Score(P3), P2 is the best candidate position for deploying S3 in this example.
After the scoring process is applied to each candidate positions, the best candidate position Pi is the one with the largest value of Score(Pi). It means that the deployment of Snew at Pi can have the most gains of the sensing coverage rate. Then, Snew is deployed at Pi and the deployment flow goes back to Step 3. If no candidate positions can be generated in Step 3 for scoring, the deployment algorithm is restarted from Step 2 (base node selection) until the sensing coverage rate of the deployment area is 1 or no more sensor nodes can be deployed. The details of the proposed deployment algorithm for the polygon model, Deploy-Random, is given below:
Algorithm Deploy-Random(num_deployable, limit_candidate, Max_CCL, sen_covrate, num_deployed)
/*Step 1: Initialization */
1.Initialize deployment area;
2.Add sink node to Nodedeployed and Nodebase;
3.Calculate Max_SCL based on Max_CCL and type of sensor;
4.while (Nodebase is not empty){
  /* Step 2: Base node selection */
5.Select a Sbase from Nodebase;
6.base_deployable = true;
7.while (base_deployable is true){
   /* Step 3: Candidate positions generation */
8.Clear Candidate and set num_candidate = 0;
9.while (num_candidate < limit_candidate){
10.Generates a position Pi randomly within AreaC(Sbase);
11.if (Pi is eligible under the topology control mechanism with Max_CCL and Max_SCL){
12.Add Pi to Candidate;
13.num_candidate++;
14.}
15.}
16.if(num_candidate == 0)base_deployable = false;/* select a new Sbase */
17.else{/* Step 4: Scoring and deployment */
18.Generate a new sensor node Snew;
19.for (all Pi in Candidate)Call Score(Pi) and save score to CandidateScore[Pi];
20.Deploy Snew to Pi that has the highest score in CandidateScore;
21.Add Snew to Nodedeployed and Nodebase;
22.num_deployable--;
23.if (num_deployable == 0)break;
24.}
25.}
26.Remove Sbase from Nodebase;/* restart from Step 2 */
27.}
28.return sen_covrate and num_deployed;
End_of_Deploy-Random
The time complexity of algorithm Deploy-Random is O(N * (TCand + TScore)), where N is the number of deployable sensor nodes, TCand = O(AreaC(Sbase) * N) is the time to generate candidate positions stated in Step 3 of the algorithm, and TScore = O(Rs2) is the time of scoring stated in Step 4 of the algorithm.

4.5. Find the Maximum Sensing Coverage Rate

In algorithm Deploy-Random, the sensing coverage rate is affected by the topology control parameter, Max_CCL. To find the maximum sensing coverage rate, an algorithm Find-Max-Sen-Covrate is used by adjusting the value of Max_CCL iteratively. The details of algorithm Find-Max-Sen-Covrate is given below:
Algorithm Find-Max-Sen-Covrate(num_deployable, limit_candidate, min_CCL_diff)
/*Initialization */
1.LB_CCL = (Rc/dmax)2;/* dmax is the maximum distance between sensor nodes */
2.UB_CCL = (Rc/dmin)2;/* dmin is the minimum distance between sensor nodes */
/*Test with lower bound */
3.Deploy-Random(num_deployable, limit_candidate, LB_CCL, LB_sen_covrate, LB_num_deployed);
4.if (LB_sen_covrate = 1 ‖ LB_num_deployed = num_deployable) return LB_sen_covrate;
/*Test with upper bound */
5.Deploy-Random(num_deployable, limit_candidate, UB_CCL, UB_sen_covrate, UB_num_deployed);
6.if (UB_sen_covrate < 1 && UB_num_deployed < num_deployable) return UB_sen_covrate;
/*Test with medium */
7.if ((UB_CCLLB_CCL) < min_CCL_diff) return Max(UB_sen_covrate, LB_sen_covrate);
8.MB_CCL = (LB_CCL+UB_CCL)/2;
9.Deploy-Random(num_deployable, limit_candidate, MB_CCL, MB_sen_covrate, MB_num_deployed);
10.if (MB_sen_covrate < 1 && MB_num_deployed < num_deployable)
  { LB_CCL = MB_CCL, LB_sen_covrate = MB_sen_covrate,
  LB_num_deployed = MB_num_deployed }
11.else { UB_CCL = MB_CCL, UB_sen_covrate = MB_sen_covrate,
  UB_num_deployed = MB_num_deployed }
12.Go to line 7;
End_of_Find-Max-Sen-Covrate
In algorithm Find-Max-Sen-Covrate, initially, the lower bound and the upper bound of Max_CCL are set to LB_CCL = (Rc/dmax)2 and UB_CCL (Rc/dmin)2 based on Equation (5) in Section 3.3, respectively. By calling algorithm Deploy-Random at line 3, we can get the sensing coverage rate, LB_sen_covrate, and the number of deployed sensor nodes, LB_num_deployed, for Max_CCL = LB_CCL. If LB_sen_covrate = 1 or LB_num_deployed = num_deployable, it means that either a deployment area is fully covered or all sensor nodes will also be deployed when higher Max_CCL values are specified. In this case, LB_sen_covrate is the maximum sensing coverage rate. Otherwise, algorithm Deploy-Random at line 5 is called to get the sensing coverage rate, UB_sen_covrate, and the number of deployed sensor nodes, UB_num_deployed, for Max_CCL = UB_CCL. If UB_sen_covrate < 1 and UB_num_deployed < num_deployable, it indicates that no more sensor nodes can be deployed to the deployment area even though there are some deployable senor nodes available. In this case, UB_sen_covrate is the maximum sensing coverage rate. If the maximum sensing coverage rate is not found at the lower and upper bounds of Max_CCL, it must in between LB_CCL and UB_CCL. Therefore, a binary search approach is applied to the range of (LB_CCL, UB_CCL) in order to find the value of Max_CCL that lead to the maximum sensing coverage rate. Since LB_CCL and UB_CCL are real numbers, the number of binary search iterations is infinite. Therefore, a minimum distance of the lower and upper bounds, min_CCL_diff, is specified. If UB_CCLLB_CCL < min_CCL_diff, Max(UB_sen_covrate, LB_sen_covrate) is the maximum sensing coverage rate. Otherwise, algorithm Deploy-Random at line 9 is applied with a new Max_CCL = (LB_CCL+UB_CCL)/2 to get the sensing coverage rate, MB_sen_covrate, and the number of deployed sensor nodes, MB_num_deployed. If MB_sen_covrate < 1 and MB_num_deployed < num_deployable, it indicates that there exists a value in between (LB_CCL+UB_CCL)/2 and UB_CCL whose sensing coverage rate is greater than MB_sen_covrate. Then lines 7–12 are repeated for the range ((LB_CCL+UB_CCL)/2, UB_CCL). Otherwise, there exists a value in between LB_CCL and (LB_CCL+UB_CCL)/2 whose sensing coverage rate is greater than MB_sen_covrate. Lines 7–12 are repeated for the range (LB_CCL, (LB_CCL+UB_CCL)/2). The time complexity of the algorithm Find-Max-Sen-Covrate is O(log2(Rc2) * TDeploy), where TDeploy is the time complexity of algorithm Deploy-Random.

5. Deployment Simulation

To evaluate the proposed polygon model and Deploy-Random algorithm, the deployment simulation is divided into three parts. In the first part, we compare the deployment results when a sensor node is modeled with the disk model, the circular sector model, and the proposed polygon model, respectively. In the second part, we compare the difference of the deployment results when a sensor node is modeled by the polygon model and the Deploy-Random algorithm is applied with different rotation steps. In the third part, we compare the difference of the deployment results when a sensor node is modeled by the polygon model with different number of vertices.

5.1. Simulation 1: Compare with the Disk Model and the Circular Sector Model

In Simulation 1, there are two types of sensor nodes used. They are defined as follows:
  • Type 1: omnidirectional antenna + omnidirectional sensor, and
  • Type 2: omnidirectional antenna + directional sensor.
Table 2 and 3 shows the shapes of the communication/sensing areas of omnidirectional antenna/sensor and directional sensor, and the detailed modeling information for each type of sensor node under the disk model, circular sector model, and the polygon model. From Table 2 and 3, we can see that the communication and sensing areas of the omnidirectional antenna and the omnidirectional sensor are round shapes. The sensing area of the directional sensor is noncircular shape. Therefore, sensor nodes of Type 1 are generally modeled with disk model. Sensor nodes of Types 2 have noncircular sensing areas are suitable modeled with the circular sector model or the proposed polygon model. To get a fair comparison, a disk model based deployment algorithm is used by the sensor nodes under the disk model. The Deploy-Random algorithm is used by the sensor nodes under the circular sector model and the polygon model. The number of sensor nodes for each type is set to 1000 and the limit of candidate positions is set to 3. For the deployment area, one with obstacles and the other without obstacles, as shown in Figure 10, are used. The size of both deployment areas is 500 × 500 units. A sink node (S0) has an omnidirectional antenna with communication range 60 is deployed before simulation. In the deployment area without obstacles, S0 is deployed at (250, 250). In the deployment area with 9 obstacles, S0 is located at (150, 150).
To get the deployment results, each type of sensor nodes are deployed to the deployment areas using the disk model based algorithm proposed in [14] with 6-connectivity, and the proposed Deploy-Random algorithm. For the disk model based deployment algorithm, the deployment pattern of sensor nodes is decided by the ratio of the maximum communication range and the maximum sensing range (Rc/Rs). Therefore, three different Rc/Rs ratios, 2 (60/30), 1.2 (60/50), and 1/1.2 (60/72), are simulated for each type of sensor node base on [14]. For the Deploy-Random algorithm, the same Rc/Rs ratios as those of the disk model based deployment algorithm are used and with the rotation steps = 8. To find the maximum sensing coverage rate, algorithm Find-Max-Sen-Covrate described in Section 4.5 is used. The value of dmax is set to Rc and the value of dmin is set to Rc/10. The value of Max_SCL is determined by the type of sensor nodes being deployed. For Type 1 sensor nodes, Max_SCL is updated with Max_CCL based on Equation (10) described in Section 4.3. For Type 2 sensor nodes with directional sensors, Max_SCL is set to 1 for Rc/Rs = 2 and 1.2. When Rc/Rs = 1/1.2, the value of Max_SCL is set to (Rs/Rc)2 = 1.44 to maintain the network connectivity.
After the deployment simulation is completed, we compare the simulation results of three coverage models in terms of the maximum sensing coverage rate and the usage of sensor nodes. The maximum sensing coverage rate is expressed as the actual sensing coverage rate by replacing the sensing areas of the deployed sensor nodes with the original sensing areas without modeling. The usage of sensor nodes is evaluated by the number of sensor nodes deployed at the maximum sensing coverage rate. In the following, we describe the simulation results in details based on the Rc/Rs ratios.

5.1.1. Case 1: Rc/Rs = 2

Table 4 shows the maximum sensing coverage rates and the usage of sensor nodes for each type under three coverage models. From Table 4, we have the following remarks.

Remark 1

Regarding to the maximum sensing coverage rates, for Type 1 sensor nodes with round shapes of sensing areas, the proposed Deploy-Random algorithm can produce full sensing coverage rates for sensor nodes under the polygon or circular sector model while the disk model based deployment algorithm cannot. The reason is that the disk model based deployment algorithm uses a regular deployment pattern to achieve the maximum sensing coverage rate with the least number of sensor nodes. The regular deployment pattern cannot deal with the existence of boundaries and obstacles. Figure 11 shows the sensing area of Type 1 sensor nodes deployed with regular pattern. From Figure 11, we can see that some sensor nodes cannot be deployed over the obstacles or the positions around the boundaries. However, the maximum sensing coverage rate produced by the disk model based deployment algorithm is close to that of the proposed Deploy-Random algorithm.
For Type 2 sensor nodes, the maximum sensing coverage rate produced by the disk model based deployment algorithm is much lower than that of the proposed Deploy-Random algorithm. The reason is that the sensing area of a Type 2 sensor node is not a round shape (see Table 3); the sensing area represented by the disk model is much larger than the original one. In Figure 12, we show the sensing areas of WSNs produced by different deployment algorithms when Type 2 sensor nodes are deployed. From Figure 12, we can see that the disk model is not so accurate for sensor nodes with noncircular shapes of sensing areas. The difference of the maximum sensing coverage rates between the polygon model and the circular sector model is 2.14%/1.48% when the deployment area without/with obstacles. The reason is that the sensing area of a Type 2 sensor node under the circular sector model is larger than that under the proposed polygon model shown in Table 3. The sensing area under the proposed polygon model is more approximate to the actual one.

Remark 2

Regarding to the usage of sensor nodes, the disk model based deployment algorithm is less than that of the proposed Deploy-Random algorithm. For Type 1 sensor nodes with round shapes of sensing areas, the disk model based deployment algorithm can produce a very good deployment results in terms of the maximum sensing coverage rate and the usage of sensor nodes compared to the proposed Deploy-Random algorithm. The usage of sensor nodes between the circular sector model and the polygon model is very similar for Type 1 and Type 2 sensor nodes in this case.

5.1.2. Case 2: Rc/Rs = 1.2

Table 5 shows the maximum sensing coverage rates and the usage of sensor nodes for each type under three coverage models. From Table 5, regarding to the maximum sensing coverage rates and the usage of sensor nodes, we have similar observations as those described in Remarks 1 and 2, respectively. The usage of sensor nodes under the circular sector model and the polygon model in this case is less than that in Case 1. The reason is the sensing area of the sensor node used in Case 2 is larger than that used in Case 1.

5.1.3. Case 3: Rc/Rs = 1/1.2

Table 6 shows the maximum sensing coverage rates and the usage of sensor nodes for each type under these two deployment algorithms. From Table 6, regarding to the maximum sensing coverage rates and the usage of sensor nodes under these two algorithms, we have similar observations as those described in Remarks 1 and 2, respectively.

5.2. Simulation 2: the Polygon Model with Different Rotation Steps

In Simulation 2, we deploy Type 2 sensor nodes under the polygon model used in Simulation 1 by using the Deploy-Random algorithm with different rotation steps. Six rotation steps, 1, 4, 8, 16, 32, and 64, are simulated with three different Rc/Rs ratios, 2 (60/30), 1.2 (60/50), and 1/1.2 (60/72). The deployment configuration used in Simulation 2 is the same as that used in Simulation 1. Table 7 shows the maximum sensing coverage rates and the usage of sensor nodes by using algorithm Find-Max-Sen-Covrate. From Table 7, we have the following remark.

Remark 3

Regarding to the number of rotation steps used in the proposed Deploy-Random algorithm, in general, the maximum sensing coverage rate can be improved by increasing the number of rotation steps when the sensing areas of sensor nodes are noncircular. For example, for Case 1 without obstacles, the maximum coverage rate is always increased with the number of rotation steps from 1 to 64. For Case 2 and 3, the usage of the sensor nodes is reduced when the number of rotation steps is increased from 1 to 8 with/without obstacles. When the number of the rotation steps is more than 16, the differences of the maximum sensing coverage rate and the usage of the sensor nodes are not so significant.

5.3. Simulation 3: the Polygon Model with Different Number of Vertices

In Simulation 3, we used four sets of vertices to model the noncircular sensing area of a Type 2 sensor node used in Simulation 1. The number of vertices for each set is 16, 12, 9, and 4, respectively. The modeled areas are shown in Table 8. For Set 3, the vertices used to model the sensing area are the same as that of Type 2 used in Simulation 1. Three different Rc/Rs ratios, 2 (60/30), 1.2 (60/50), and 1/1.2 (60/72), are simulated. Table 8 shows the shape of the sensing area of the directional sensor for each set of sensor node under the polygon model. From Table 8, we can see different sensing areas of the directional sensor when different numbers of vertices are used under the polygon model. The deployment configuration used in Simulation 3 is the same as that used in Simulation 1. The number of rotation steps is fixed to 8.
Table 9 shows the maximum sensing coverage rates and the usage of sensor nodes of each set with 1,000 sensor nodes by using algorithm Find-Max-Sen-Covrate. From Table 9, we have the following remark.

Remark 4

If the number of sensor nodes is sufficient, that is, the maximum sensing coverage rate is over 99% and the usage of sensor nodes is less than 1,000, the difference of the maximum sensing coverage rates is very small among these four sets. For example, for Case 3, the maximum coverage rates for Set 1 ∼ 4 are all over 99.99%. However, the number of sensor nodes used for Set 4 (578/403 without/with obstacles) is larger than that used for Set 1 (392/272 without/with obstacles), Set 2 (386/290 without/with obstacles), and Set 3 (394/293 without/with obstacles). The reason is that the sensing area of the sensor node modeled by vertices in Set 4 is smaller than that of the sensor node modeled by vertices in Set 1 ∼ 3. When deploying sensor nodes in Set 4, two sensor nodes will be closer to each other compared to deploy sensor nodes in Set 1 ∼ 3 and more sensor nodes should be used if a deployment area is fully covered.
Table 10 shows the sensing coverage rates and the usage of sensor nodes of each set with 1000 sensor nodes by using algorithm Find-Max-Sen-Covrate under fixed values of Max_CCL. From Table 10, we have the following remarks.

Remark 5

If the value of Max_CCL is fixed and the number of sensor nodes is sufficient, we have similar observations as those of Remark 4. For example, for Case 2 and Case 3 with Max_CCL = 50.5, the difference of the sensing coverage rates is small for Set 1 ∼ 4. But the number of sensor nodes used for Set 4 is larger than that used for Set 1 ∼ 3.

Remark 6

If the value of Max_CCL is fixed and the number of sensor nodes is insufficient, that is, all deployable sensor nodes are used and the sensing coverage rate is less than 99%, the more vertices used to model a sensor node, the more sensing coverage rate can be achieved. For example, for Case 1 with Max_CCL = 50.5, the sensing coverage rates for Set 1 ∼ 4, without obstacles are 94.5%, 93.47%, 93.11%, and 82.97%, respectively. The reason is the same as that stated in Remark 4.

Remark 7

The value of Max_CCL affects the sensing coverage rate and the usage of sensor nodes for the same set of sensor node. If the number of sensor nodes is sufficient, a larger Max_CCL results in a larger sensor node usage. For example, for Case 2 with Max_CCL = 50.5 without/with obstacles, the number of sensor nodes used for Set 3 is 507/389 while that used with Max_CCL = 100 is 563/451. If the number of sensor node is insufficient, that is, all deployable sensor nodes are used, a larger Max_CCL results in a lower sensing coverage rate. For example, for Case 1 with Max_CCL = 50.5 without obstacles, the sensing coverage rate for Set 3 is 93.11% while that with Max_CCL = 100 is 83.53%.

6. Conclusions

In this paper, we have proposed a polygon model and the corresponding WSN deployment algorithm. The proposed polygon model can represent different shapes of the communication and sensing areas of sensor nodes. The four-step deployment algorithm utilizes the topology control mechanism and scoring process to determine the appropriate deployment positions in order to maintain the network connectivity and improve the gains of the sensing coverage rate. According to the simulation results, if the sensor node has noncircular sensing area, the maximum sensing coverage rate under the polygon model is higher than that of the disk model and the circular sector model. For the proposed WSN deployment algorithm, the maximum sensing coverage rate and the usage of sensor nodes are affected by the topology control parameters and the rotation steps of the sensor node. For the same type of sensor node modeled by a simple polygon (few vertices) and a complex polygon (many vertices), if the number of sensor nodes is sufficient, the difference of the maximum sensing coverage rates is very small. However, the usage of sensor nodes under the complex polygon is less than that under the simple polygon.

Acknowledgments

This work was partially supported by NSC under grand NSC 98-2218-E-007-005 and the Ministry of Economic Affairs of the Republic of China under contract MOEA 96-EC-17-A-04-S1-044.

References and Notes

  1. Chintalapudi, K.; Paek, J.; Gnawali, O.; Fu, T.S.; Dantu, K.; Caffrey, J.; Govindan, R.; Johnson, E.; Masri, S. Structural damage detection and localization using NETSHM. Proceedings of the 5th International Conference on Information Processing in Sensor Networks (IPSN'06), Nashville, TN, USA, April 19–21, 2006; pp. 475–482.
  2. Kim, S.; Pakzad, S.; Culler, D.; Demmel, J.; Fenves, G.; Glaser, S.; Turon, M. Health monitoring of civil infrastructures using wireless sensor networks. Proceedings of the 6th International Conference on Information Processing in Sensor Networks (IPSN'07), Cambridge, MA, USA, April 25–27, 2007; pp. 254–263.
  3. Li, M.; Liu, Y. Underground structure monitoring with wireless sensor networks. Proceedings of the 6th International Conference on Information Processing in Sensor Networks (IPSN'07), Cambridge, MA, USA, April 25–27, 2007; pp. 69–78.
  4. Johnstone, I.; Nicholson, J.; Shehzad, B.; Slipp, J. Experiences from a wireless sensor network deployment in a petroleum environment. Proceedings of the International Wireless Communications and Mobile Computing Conference 2007 (IWCMC'07), Honolulu, HI, USA, August 12–16, 2007; pp. 382–387.
  5. Krishnamurthy, L.; Adler, R.; Buonadonna, P.; Chhabra, J.; Flanigan, M.; Kushalnagar, N.; Nachman, L.; Yarvis, M. Design and deployment of industrial sensor networks: experiences from a semiconductor plant and the north sea. Proceedings of the 3rd ACM Conference on Embedded Networked Sensor Systems (SenSys'05), San Diego, CA, USA, November 2–4, 2005; pp. 64–75.
  6. Werner-Allen, G.; Lorincz, K.; Ruiz, M.; Marcillo, O.; Johnson, J.; Lees, J.; Welsh, M. Deploying a wireless sensor network on an active volcano. IEEE Internet Comput. 2006, 10, 18–25. [Google Scholar]
  7. Vasilescu, I.; Detweiler, C.; Rus, D. AquaNodes: an underwater sensor network. Proceedings of the Second ACM International Workshop on UnderWater Networks (WUWNet'07), Montreal, Quebec, Canada, September 14, 2007; pp. 85–88.
  8. Szewczyk, R.; Osterweil, E.; Polastre, J.; Hamilton, M.; Mainwaring, A.; Estrin, D. Habitat monitoring with sensor networks. Commun. ACM 2004, 47, 34–40. [Google Scholar]
  9. Li, X.Y.; Wan, P.J.; Frieder, O. Coverage in wireless ad hoc sensor networks. IEEE Trans. Comput. 2003, 52, 753–763. [Google Scholar]
  10. Kuhn, F.; Wattenhofer, R.; Zollinger, A. Ad hoc networks beyond unit disk graphs. Wirel. Netw. 2008, 14, 715–729. [Google Scholar]
  11. Lee, J.J.; Krishnamachari, B.; Kuo, C.C.J. Impact of heterogeneous deployment on lifetime sensing coverage in sensor networks. Proceedings of the First Annual IEEE Communications Society Conference on Sensor and Ad Hoc Communications and Networks (SECON'04), Santa Clara, CA, USA, October 4–7, 2004; pp. 367–376.
  12. Ai, J.; Abouzeid, A.A. Coverage by directional sensors in randomly deployed wireless sensor networks. J. Comb. Optim. 2006, 11, 21–41. [Google Scholar]
  13. Han, X.; Cao, X.; Lloyd, E.L.; Shen, C.C. Deploying Directional Sensor Networks with Guaranteed Connectivity and Coverage. Proceedings of the 5th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON'08), San Francisco, CA, USA, June 16–20, 2008; pp. 153–160.
  14. Bai, X.; Xuan, D.; Yun, Z.; Lai, T.H.; Jia, W. Complete optimal deployment patterns for full-coverage and k-connectivity (k ≤ 6) wireless sensor networks. Proceedings of the 9th ACM International Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc'08), Hong Kong SAR, China, May 26–30, 2008; pp. 401–410.
  15. He, T.; Huang, C.; Blum, B.M.; Stankovic, J.A.; Abdelzaher, T.F. Range-free localization and its impact on large scale sensor networks. ACM Trans. Embedded Comput. Sys. 2005, 4, 877–906. [Google Scholar]
  16. Zhou, G.; He, T.; Krishnamurthy, S.; Stankovic, J.A. Models and solutions for radio irregularity in wireless sensor networks. ACM Trans. Sen. Netw. 2006, 2, 221–262. [Google Scholar]
  17. Bai, X.; Kumar, S.; Xuan, D.; Yun, Z.; Lai, T.H. Deploying wireless sensors to achieve both coverage and connectivity. Proceedings of the 7th ACM International Symposium on Mobile Ad Hoc Networking and Computing (MobiHoc'06), Florence, Italy, May 22–25, 2006; pp. 131–142.
  18. Wang, Y.C.; Hu, C.C.; Tseng, Y.C. Efficient Placement and Dispatch of Sensors in a Wireless Sensor Network. IEEE Trans. Mobile Comput. 2008, 7, 262–274. [Google Scholar]
  19. Xing, G.; Wang, X.; Zhang, Y.; Lu, C.; Pless, R.; Gill, C. Integrated coverage and connectivity configuration for energy conservation in sensor networks. ACM Trans. Sen. Netw. 2005, 1, 36–72. [Google Scholar]
  20. Li, N.; Hou, J.C. Localized topology control algorithms for heterogeneous wireless networks. IEEE/ACM Trans. Netw. 2005, 13, 1313–1324. [Google Scholar]
  21. Friis, H.T. A Note on a Simple Transmission Formula. Proceedings of the IRE, New York, NY, USA, May 1946; 34, pp. 254–256.
Figure 1. The sensing area of a directional sensor under the disk model.
Figure 1. The sensing area of a directional sensor under the disk model.
Sensors 09 09998f1
Figure 2. The sensing area of a directional sensor under the circular sector model.
Figure 2. The sensing area of a directional sensor under the circular sector model.
Sensors 09 09998f2
Figure 3. A directional sensing area approximated by the polygon model.
Figure 3. A directional sensing area approximated by the polygon model.
Sensors 09 09998f3
Figure 4. The calculation of Rs(Sn, Pi) under the polygon model.
Figure 4. The calculation of Rs(Sn, Pi) under the polygon model.
Sensors 09 09998f4
Figure 5. The relationship between SCL(Sn, Pi) and d(Sn, Pi).
Figure 5. The relationship between SCL(Sn, Pi) and d(Sn, Pi).
Sensors 09 09998f5
Figure 6. An initialized deployment area.
Figure 6. An initialized deployment area.
Sensors 09 09998f6
Figure 7. An example of base node selection.
Figure 7. An example of base node selection.
Sensors 09 09998f7
Figure 8. An example of the topology control mechanism.
Figure 8. An example of the topology control mechanism.
Sensors 09 09998f8
Figure 9. An example of the scoring process for Case 1.
Figure 9. An example of the scoring process for Case 1.
Sensors 09 09998f9
Figure 10. Two deployment areas used in the simulation.
Figure 10. Two deployment areas used in the simulation.
Sensors 09 09998f10
Figure 11. The sensing areas of Type 1 sensor nodes deployed with regular pattern in Case 1.
Figure 11. The sensing areas of Type 1 sensor nodes deployed with regular pattern in Case 1.
Sensors 09 09998f11
Figure 12. The sensing areas of Type 2 sensor nodes deployed by different algorithms in Case 1. (a) Under the disk model based algorithm (b) Under the Deploy-Random algorithm
Figure 12. The sensing areas of Type 2 sensor nodes deployed by different algorithms in Case 1. (a) Under the disk model based algorithm (b) Under the Deploy-Random algorithm
Sensors 09 09998f12
Table 1. The definitions of symbols used in this paper.
Table 1. The definitions of symbols used in this paper.
SnSensor node n
polyC(Sn)The communication area of Sn under the polygon model
(Rci, θci)The ith vertex of polyC(Sn)
polyS(Sn)The sensing area of Sn under the polygon model
(Rsi, θsi)The ith vertex of polyS(Sn)
AreaA field
AreaC(Sn)The communication area covered by polyC(Sn) in a field
AreaS(Sn)The sensing area covered by polyS(Sn) in a field
Loc(Sn)The location of Sn in a field
Rot(Sn)The rotation degree of Sn counterclockwise from 0° in a field
PiPoint i of a field
Rc(Sn, Pi)The communication range of Sn in the direction of Pi
Rs(Sn, Pi)The sensing range of Sn in the direction of Pi
θ(Sn, Pi)The angle between ray SnPi and the 0° ray originating at Sn
d(Sn, Pi)The Euclidean distance between Sn and Pi
ΔPaPbPcThe area formed by points Pa, Pb, and Pc
CCL(Sn, Pi)The communication coverage level of Sn at Pi
SCL(Sn, Pi)The sensing coverage level of Sn at Pi
WA wireless sensor network
CR(Area,W)The sensing coverage rate of W on Area
Square(Pi)A square area centered at Pi
CR(Square(Pi), W)The sensing coverage rate of W on Square(Pi)
NC(W)The network connectivity of W
SbaseBase node
Max_CCLThe maximum threshold of the communication coverage level
Max_SCLThe maximum threshold of the sensing coverage level
Score(Pi)The score of a candidate position Pi
RotstepThe rotation steps of Sn
RcThe maximum communication range of a sensor node
RsThe maximum sensing range of a sensor node
dmaxThe maximum distance between sensor nodes
Table 2. The coverage areas of omnidirectional antenna/sensor under different models.
Table 2. The coverage areas of omnidirectional antenna/sensor under different models.
Coverage areaDisk/Circular sector modelPolygon model
Sensors 09 09998t1antenna
Rc = 60
Sensors 09 09998t2central angle= 360°
radius = 60
Sensors 09 09998t3[(60, 0°), (60, 22.5°), (60, 45°), (60, 67.5°), (60, 90°), (60, 112.5°), (60, 135°), (60, 157.5°), (60, 180°), (60, 202.5°), (60, 225°), (60, 247.5°), (60, 270°), (60, 292.5°), (60, 315°), (60, 337.5°)]
Sensors 09 09998t4sensor
Rs = 30 (Case 1: Rc/Rs = 2)
50 (Case 2: Rc/Rs = 1.2)
72 (Case 3: Rc/Rs = 1/1.2)
Sensors 09 09998t5angle= 360°
radius = 30 (Case 1)50 (Case 2), 72 (Case 3)
Sensors 09 09998t6[(Rs1, 0°), (Rs2, 22.5°), (Rs3, 45°), (Rs4, 67.5°), (Rs5, 90°), (Rs6, 112.5°), (Rs7, 135°), (Rs8, 157.5°), (Rs9, 180°), (Rs10, 202.5°), (Rs11, 225°), (Rs12, 247.5°), (Rs13, 270°), (Rs14, 292.5°), (Rs15, 315°), (Rs16, 337.5°)] Rsi = 30 (Case 1), 50 (Case 2), 72 (Case 3)
Table 3. The coverage areas of directional sensor under different models.
Table 3. The coverage areas of directional sensor under different models.
Coverage areaDisk modelCircular sector modelPolygon model
Sensors 09 09998t7Sensors 09 09998t8Sensors 09 09998t9Sensors 09 09998t10
Rs = 30 (Case 1: Rc/Rs = 2)
50 (Case 2: Rc/Rs = 1.2)
72 (Case 3: Rc/Rs = 1/1.2)
central angle = 360°
radius = 30
(Case 1) 50 (Case 2) 72 (Case 3)
central angle = 53.2°
radius = 30
(Case 1) 50 (Case 2) 72 (Case 3)
[(30, 4.9°), (26.5, 18.3°), (20.7, 26.6°), (6, 38.7°), (0, 180°),(6, 321.3°), (20.7, 333.4°), (26.5, 341.7°), (30, 355.1°)] (Case 1)
[(50, 4.9°), (44.1, 18.3°), (34.6, 26.6°), (10, 38.7°), (0, 180°),(10, 321.3°), (34.6 333.4°), (44.1, 341.7°), (50, 355.1°)] (Case 2)
[(72, 4.9°), (63.6, 18.3°), (49.68, 26.6°), (14.4, 38.7°), (0, 180°), (14.4, 321.3°), (49.68, 333.4°), (63.6, 341.7°), (72, 355.1°)] (Case 3)
Table 4. The maximum sensing coverage rates and the usage of sensor nodes for each type in Case 1.
Table 4. The maximum sensing coverage rates and the usage of sensor nodes for each type in Case 1.
Disk modelCircular sector model
(rotation steps: 8)
Polygon model
(rotation steps: 8)
Deployment area without obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Type 10.97521051 (Max_CCL = 4.09375)2241 (Max_CCL = 4.09375)229
Type 20.15561050.9298 (Max_CCL = 48.1797)9920.9512 (Max_CCL = 40.832)1000

Deployment area with obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Type 10.9073721 (Max_CCL = 4.09375)1731 (Max_CCL = 4.09375)179
Type 20.1411720.9706 (Max_CCL = 100)9200.9854 (Max_CCL = 100)930
Table 5. The maximum sensing coverage rates and the usage of sensor nodes for each type in Case 2.
Table 5. The maximum sensing coverage rates and the usage of sensor nodes for each type in Case 2.
Disk modelCircular sector model
(rotation steps: 8)
Polygon model
(rotation steps: 8)
Deployment area without obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Type 10.9898721 (Max_CCL = 1.38672)851 (Max_CCL = 1.38672)84
Type 20.2948720.9792(Max_CCL =100)5730.9943(Max_CCL =100)563

Deployment area with obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Type 10.9732481 (Max_CCL = 1.38672)721 (Max_CCL = 1.38672)72
Type 20.2144480.9874(Max_CCL = 100)4440.9954(Max_CCL = 100)451
Table 6. The maximum sensing coverage rates and the usage of sensor nodes for each type in Case 3.
Table 6. The maximum sensing coverage rates and the usage of sensor nodes for each type in Case 3.
Disk modelCircular sector model
(rotation steps: 8)
Polygon model
(rotation steps: 8)
Deployment area without obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Type 11681 (Max_CCL = 1.38672)741 (Max_CCL = 1.38672)69
Type 20.5434680.9946 (Max_CCL = 100)3911 (Max_CCL = 100)394

Deployment area with obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Type 10.9748451 (Max_CCL = 1.38672)551 (Max_CCL = 1.38672)54
Type 20.3953450.9952 (Max_CCL = 100)3050.9999 (Max_CCL =100)293
Table 7. The maximum sensing coverage rates and the usage of sensor nodes in Simulation 2.
Table 7. The maximum sensing coverage rates and the usage of sensor nodes in Simulation 2.
Deployment areaRotation steps: 1Rotation steps: 4Rotation steps: 8
without obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.9258 (Max_CCL =24.2031)9920.9344 (Max_CCL =41.2188)9970.9512 (Max_CCL = 40.832)1000
Case 2: Rc/Rs = 1.20.9634 (Max_CCL =35.0312)9930.9880 (Max_CCL =100)7200.9943 (Max_CCL =100)563
Case 3: Rc/Rs = 1/1.20.988209 (Max_CCL =42.3789)10001 (Max_CCL =95.3594)5241 (Max_CCL = 100)394

with obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.923019 (Max_CCL =50.8867)9880.969716 (Max_CCL =100)9630.9854 (Max_CCL = 100)930
Case 2: Rc/Rs = 1.20.95657 (Max_CCL =96.9062)9990.987844 (Max_CCL =100)5360.9954 (Max_CCL =100)451
Case 3: Rc/Rs = 1/1.20.97462 (Max_CCL =100)8010.999915 (Max_CCL =100)3870.9999 (Max_CCL =100)293

Rotation steps: 16Rotation steps: 32Rotation steps: 64

without obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.958755 (Max_CCL = 41.9922)9900.960028 (Max_CCL = 41.6055)10000.965105 (Max_CCL =38.8984)1000
Case 2: Rc/Rs = 1.20.9959 (Max_CCL = 100)5370.9960 (Max_CCL = 100)5360.9971 (Max_CCL = 100)537
Case 3: Rc/Rs = 1/1.21 (Max_CCL =85.6914)3690.999996 (Max_CCL =100)3960.999992 (Max_CCL =100)390

with obstaclescoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.991359 (Max_CCL = 100)9210.990761 (Max_CCL = 100)9120.991908 (Max_CCL = 100)926
Case 2: Rc/Rs = 1.20.997216 (Max_CCL = 100)4400.997367 (Max_CCL = 100)4150.996999 (Max_CCL = 100)414
Case 3: Rc/Rs = 1/1.20.999994 (Max_CCL =100)3060.999982 (Max_CCL =100)2911 (Max_CCL =100)292
Table 8. The configuration of Type 2 sensor node in Simulation 3.
Table 8. The configuration of Type 2 sensor node in Simulation 3.
Coverage areaPolygon model
(Set 1: 16 vertices)
Polygon model
(Set 2: 12 vertices)
Polygon model
(Set 3: 9 vertices)
Polygon model
(Set 4: 4 vertices)
Sensors 09 09998t11Sensors 09 09998t12Sensors 09 09998t13Sensors 09 09998t14Sensors 09 09998t15
Rs = 30 (Case 1: Rc/Rs = 2)
50 (Case 2: Rc/Rs = 1.2)
72 (Case 3: Rc/Rs = 1/1.2)
[(29.9, 0°), (30, 4.9°), (29, 11.7°), (26.5, 18.3°), (24.3, 22°), (20.7, 26.6°), (13.5, 32.4°), (6, 38.7°), (0, 180°), (6, 321.3°), (13.5, 327.6°), (20.7, 333.4°), (24.3, 338°), (26.5, 341.7°), (29, 348.3°), (30, 30.1°)] (Case 1)
[(49.9, 0°), (50, 4.9°), (48.3, 11.7°), (44.1, 18.3°), (40.6, 22°), (34.6, 26.6°), (22.3, 32.4°), (10, 38.7°), (0, 180°), (10, 321.3°), (22.3, 327.6°), (34.6, 333.4°), (40.6, 338°), (44.1, 341.7°), (48.3, 348.3°), (50, 355.1°)] (Case 2)
[(72, 0°), (72, 4.9°), (69.6, 11.7°), (63.6, 18.3°), (58.32, 22°), (49.68, 26.6°), (32.4, 32.4°), (14.4, 38.7°), (0, 180°), (14.4, 321.3°), (32.4, 327.6°), (49.68, 333.4°), (58.32, 338°), (63.6, 341.7°), (69.6, 348.3°), (72, 355.1°)] (Case 3)
[(29.9, 0°), (30, 4.9°), (29, 11.7°), (26.5, 18.3°),(20.7, 26.6°), (6, 38.7°), (0, 180°), (6, 321.3°), (20.7, 333.4°), (26.5, 341.7°), (29, 348.3°), (30.1°)] (Case 1)
[(49.9, 0°), (50, 4.9°), (48.3, 11.7°), (44.1, 18.3°), (34.6, 26.6°), (10, 38.7°), (0, 180°), (10, 321.3°), (34.6, 333.4°), (44.1, 341.7°), (48.3, 348.3°), (50, 355.1°)] (Case 2)
[(71.76, 0°), (72, 4.9°), (69.6, 11.7°), (63.6, 18.3°), (49.68, 26.6°), (14.4, 38.7°), (0, 180°), (14.4, 321.3°), (49.68, 333.4°), (63.6, 341.7°), (69.6, 348.3°), (72, 355.1°)] (Case 3)
[(30, 4.9°), (26.5, 18.3°), (20.7, 26.6°), (6, 38.7°), (0, 180°),(6, 321.3°), (20.7, 333.4°), (26.5, 341.7°), (30, 355.1°)] (Case 1)
[(50, 4.9°), (44.1, 18.3°), (34.6, 26.6°), (10, 38.7°), (0, 180°),(10, 321.3°), (34.6 333.4°), (44.1, 341.7°), (50, 355.1°)] (Case 2)
[(72, 4.9°), (63.6, 18.3°), (49.68, 26.6°), (14.4, 38.7°), (0, 180°),(14.4, 321.3°), (49.68, 333.4°), (63.6, 341.7°), (72, 355.1°)] (Case 3)
[(30, 0°), (20.7, 26.6°), (0, 180°), (20.7, 333.4°)](Case 1)[(50, 0°), (34.6, 26.6°), (0, 180°), (34.6 333.4°)](Case 2)[(72, 0°), (49.68, 26.6°), (0, 180°), (49.68, 333.4°)](Case 3)
Table 9. The maximum sensing coverage rates and the usage of sensor nodes in Simulation 3.
Table 9. The maximum sensing coverage rates and the usage of sensor nodes in Simulation 3.
Polygon model
(Set 1: 16 vertices)
(rotation steps: 8)
Polygon model
(Set 2: 12 vertices)
(rotation steps: 8)
Polygon model
(Set 3: 9 vertices)
(rotation steps: 8)
Polygon model
(Set 4: 4 vertices)
(rotation steps: 8)
Deployment area without obstaclescoverage#sensorcoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.95(Max_CCL = 45.8594)10000.9528(Max_CCL = 41.9922)10000.9512(Max_CCL = 40.832)10000.9518(Max_CCL = 26.1367)1000
Case 2: Rc/Rs = 1.20.9911(Max_CCL = 100)5190.9927(Max_CCL = 100)5480.9943(Max_CCL =100)5630.9996(Max_CCL =100)733
Case 3: Rc/Rs = 1/1.21 (Max_CCL = 98.0664)3921 (Max_CCL = 100)3861 (Max_CCL = 100)3941 (Max_CCL = 100)578

Deployment area with obstaclescoverage#sensorcoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.9789(Max_CCL = 100)8800.9861(Max_CCL = 100)9280.9854(Max_CCL = 100)9300.9916(Max_CCL = 55.5273)1000
Case 2: Rc/Rs = 1.20.9926(Max_CCL = 100)4140.9952(Max_CCL = 100)4540.9954(Max_CCL =100)4510.9995(Max_CCL =100)573
Case 3: Rc/Rs = 1/1.21 (Max_CCL = 86.4648)2720.9999(Max_CCL = 100)2900.9999(Max_CCL =100)2930.9999(Max_CCL =100)403
Table 10. The sensing coverage rates and the usage of sensor nodes under fixed values of Max_CCL in Simulation 3.
Table 10. The sensing coverage rates and the usage of sensor nodes under fixed values of Max_CCL in Simulation 3.
Polygon model
(16 vertices)
(rotation steps: 8)
Polygon model
(12 vertices)
(rotation steps: 8)
Polygon model
(9 vertices)
(rotation steps: 8)
Polygon model
(4 vertices)
(rotation steps: 8)
Max_CCL = 50.5

Deployment area without obstaclescoverage#sensorcoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.94510000.934710000.931110000.82971000
Case 2: Rc/Rs = 1.20.97974700.98654850.99125070.9981634
Case 3: Rc/Rs = 1/1.20.9999343135413711490

Deployment area with obstaclescoverage#sensorcoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.96057570.96627920.96768020.9895973
Case 2: Rc/Rs = 1.20.98513780.98863830.99133890.9980496
Case 3: Rc/Rs = 1/1.20.99992820.99992880.99982851372

Max_CCL = 100

Deployment area without obstaclescoverage#sensorcoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.86210000.847610000.835310000.71861000
Case 2: Rc/Rs = 1.20.99115190.99275480.99435630.9996733
Case 3: Rc/Rs = 1/1.21388138613941578

Deployment area with obstaclescoverage#sensorcoverage#sensorcoverage#sensorcoverage#sensor

Case 1: Rc/Rs = 20.97898800.98619280.98549300.86511000
Case 2: Rc/Rs = 1.20.99264140.99524540.99544510.9995573
Case 3: Rc/Rs = 1/1.212930.99992900.99992930.9999403

Share and Cite

MDPI and ACS Style

Wu, C.-H.; Chung, Y.-C. A Polygon Model for Wireless Sensor Network Deployment with Directional Sensing Areas. Sensors 2009, 9, 9998-10022. https://doi.org/10.3390/s91209998

AMA Style

Wu C-H, Chung Y-C. A Polygon Model for Wireless Sensor Network Deployment with Directional Sensing Areas. Sensors. 2009; 9(12):9998-10022. https://doi.org/10.3390/s91209998

Chicago/Turabian Style

Wu, Chun-Hsien, and Yeh-Ching Chung. 2009. "A Polygon Model for Wireless Sensor Network Deployment with Directional Sensing Areas" Sensors 9, no. 12: 9998-10022. https://doi.org/10.3390/s91209998

Article Metrics

Back to TopTop