Sensor Scheduling for k-coverage in Wireless Sensor Networks

Size: px
Start display at page:

Download "Sensor Scheduling for k-coverage in Wireless Sensor Networks"

Transcription

1 Sensor Scheduling for k-coverage in Wireless Sensor Networks Shan Gao, Chinh T. Vu, and Yingshu Li Department of Computer Science Georgia State University Atlanta, GA 333, USA {sgao, chinhvtr, Abstract. Some sensor network applications require k-coverage to ensure the quality of surveillance. Meanwhile, energy is another primary concern for sensor networks. In this paper, we investigate the Sensor Scheduling for k-coverage (SSC) problem which requires to efficiently schedule the sensors, such that the monitored region can be k-covered throughout the whole network lifetime with the purpose of maximizing network lifetime. The SSC problem is NP-hard and we propose a heuristic algorithm for it. In addition, we develop a guideline for users to better design a sensor deployment plan to save energy by employing density control. Simulation results are presented to evaluate our proposed algorithm. 1 Introduction Sensor networks which usually consist of a large number of sensors are attracting people s attentions. They can sense and collect information from all kinds of objects in the monitored area. Furthermore, they can process the gathered information and send it back to users. Therefore, they are being widely employed for military fields, national security, environmental monitoring, traffic control, health, industry, disaster prevention and recovery [1]. However, current sensor networks still have some limitations that prevent them from better serving the people. The limitations are as following: limited power at each sensor, limited communication ability, limited computation ability, limited wireless bandwidth, large number of nodes in a network, huge deployment area and infinite sensing data streams. These limitations bring a lot of challenging problems. In this paper, we address the k-coverage problem which requires that every point of the whole monitored area can be covered by at least k sensors at any time. To deploy a sensor network, an aircraft may be used to spread the sensors into an area when ground access is not possible. This causes the lack of accurate placement of sensors, which will be compensated by deploying more redundant sensors. Another reason for deploying redundant sensors is to provide faulttolerance, since sensors are prone to failures [1]. If any point in the monitored area is monitored by at least k sensors, proper operation of the network can still be ensured, even if some sensors fail. The required coverage level k may J. Cao et al. (Eds.): MSN 26, LNCS 432, pp , 26. c Springer-Verlag Berlin Heidelberg 26

2 Sensor Scheduling for k-coverage in Wireless Sensor Networks 269 be different for different applications. In friendly environment such as home monitoring, k can be set to a small value, while in hostile environment such as battle fields, k should be set to a large value. Even for a single sensor network, k may be different. For example, for forest fire detection, k may be low in the rainy season, but high in the dry season. One may say that since much redundant sensors are deployed, the k-coverage problem can be easily solved. However, considering the power limitation of sensor networks, to make all sensors remain active greatly shortens the network lifetime. It is shown in [2] that each sensor spends.34w to.7w power when it is in the transmit, receive and idle states, however, only.3w in the sleep state. In addition, the lifetime of a battery discharging in short bursts with significant off-time is approximately twice as much as that in a continuous operation mode [3]. These facts indicate that a good active/sleep scheduling mechanism can dramatically extend network lifetime. Therefore, while maintaining the coverage level k, only a subset of the sensors is needed to be active at any time. In this paper, our contributions are as following: i) we define the problem of Sensor Scheduling for k-coverage (SSC) which is NP-hard; ii) we design a heuristic algorithm for the SSC problem which divides the sensors into subsets, such that a schedule can be worked out by activate these subsets successively to extend network lifetime; and iii) we propose a density control scheme for sensor deployment to reduce the number of unallocated sensors such that the network efficiency is improved. 2 Related Work Recently, the coverage problem, a fundamental problem in sensor networks about how well an area is monitored by sensors, has attracted people s attentions. Basically, there are three kinds of coverage problems [6] which are target coverage problem, area coverage problem and breach coverage problem. The work in [7] [8] addressed the target coverage problem where the purpose is to cover all the targets. The work in [4], [], [9] [11] addressed the area coverage problem where the purpose is to cover the whole monitored area. The breach coverage problem is addressed in [12] where the purpose is to minimize the number of uncovered targets. Some other work, [14] and [1], tried to find a path which is best or worst monitored by sensors and connects two given points inside or outside the surveillance area and this path can indicate the sensing ability of the sensor network in the best or the worst situation. None of the above work considers the k-coverage requirement for the purpose of quality of surveillance. To the best of our knowledge, not much work address the k-coverage problem. Wang et al. [9] first studies this problem. The coverage levels of all the intersection points are determined through verifying the coverage degrees of the area. They proposed a localized heuristic for constructing a cover set (subset of sensors) that can provide k-coverage. However, the size of the obtained subset cannot be guaranteed to be small. In [], the authors designed a greedy heuristic for the k-coverage problem and the size of their constructed

3 27 S. Gao, C.T. Vu, and Y. Li cover set is within O(logn) factor of the optimal. The main idea is to select a candidate path which has the maximum K-Benefit value. Both of these two work only consider constructing one cover set instead of dividing sensors into subsets such that each subset can provide k-coverage. In [13], the authors study the sensor deployment problem so that k-coverage can be guaranteed. In [4], the coverage problem is formulated as a decision problem, whose goal is to determine whether each point in the monitored region is covered by at least k sensors. The main idea is to check the perimeter coverage level of each sensor. They prove that the whole monitored region is k-covered if and only if each sensor in the monitored region is k-perimeter-covered. Based on this work, we design in this paper a heuristic algorithm to divide the sensors into subsets and each of the subset can provide k-coverage, such that the network lifetime can be maximized. The differences between these algorithms and ours are: 1) our algorithms provide solutions to k-cover the monitored area; 2) in our algorithms, k-coverage is 1% guaranteed; 3) there is no limitation on sensor s sensing range which could vary in a range instead of several fixed values; 4) our algorithms have no limitation on the number of sensors and the sensor positions. 3 Sensor Scheduling for k-coverage We consider a sensor network which monitors a two dimensional region and no two sensors are located at the same location. Every point in the region needs to be continuously monitored (covered) by at least k sensors. The network lifetime is defined as the total duration during which the whole region is k-covered. We assume the number of the deployed sensors is more than the required number of sensors that can provide k-coverage for the monitored region. To extend the network lifetime, instead of making all the sensors to be active throughout the whole network lifetime, a subset of the sensorscanbeturnedontoprovidekcoverage at any time, while the rest sensors are in sleep mode. We also assume the transmission range of a sensor is at least twice the sensing range of a sensor so that connectivity is also guaranteed within each subset [9]. All the sensors have uniform transmission range and sensing range. Then the problem of sensor scheduling for k-coverage can be defined as following. Definition 1 Sensor Scheduling for k-coverage (SSC): Given a sensor network with n sensors that can provide k-coverage for the monitored region, schedule the activities of the sensors such that at any time, the whole region can be k-covered and the network lifetime is maximized. In [], the authors consider the problem of constructing a single connected k- coverage set and this problem (CCP) is proved to be NP-hard. Therefore, the SSC problem is NP-hard since CCP is a special case of the SSC problem when the number of the constructed k-coverage sets is one. The scheduling decisions can be made at the Base Station (BS). The BS broadcasts the schedule to all the sensors so that each sensor can know when it should be active to monitor

4 Sensor Scheduling for k-coverage in Wireless Sensor Networks 271 the region. To solve the SSC problem, we can divide the sensors into disjoint subsets. Each subset can k-cover the whole region, where k-cover indicates for every point in the monitored region, at least k sensors can cover this point. These subsets can be scheduled to be active successively. For each subset, its lifetime is decided by the sensor which has the least power. Therefore, the lifetime of the entire network highly depends on the number of subsets. The following notations are used to formulate the SSC problem and to describe our algorithm. K: If all the sensors are active, any point in the monitored region can be covered by at least K sensors. k: k (k K) is a user-specified parameter which specifies the required coverage level the sensor network must provide at any time. S: The set of all the sensors. m: All the sensors can be divided into at most m subsets and each subset can k-cover the monitored region. C i :Theith subset, 1 i m. cov i : The coverage level of the C i, which means any point in the monitored region is covered by at least cov i sensors which belong to C i. Our goal is to construct as many subsets as possible such that i) each subset can k-cover the whole monitored region; ii) the network lifetime is maximized. Then the SSC problem is formulated as Objective: Max m Subject to: 1 i m C i S C i C j =, 1 i, j m, i j cov i k, 1 i m 4 Disjoint Cover Sets with Fixed Sensing Range In this section, we present a greedy heuristic for the SSC problem. In [4], the authors proved that the entire monitored region is k-covered if and only if each sensor in the monitored region is k-perimeter-covered. k-perimeter-cover requires that any point on the perimeter of a sensor i be covered by at least k sensors other than sensor i. Based on this fact, we propose a greedy algorithm, PCL-Greedy- Selection (GS). We define the Perimeter Coverage Level (PCL) of a sensor a as the number of the sensors in the same set that cover any point on a s perimeter of the sensing area. The lower the PCL is, the smaller the node density (the number of nodes per unit area) is. The main idea of GS is to iteratively construct subsets C i by choosing sensors from the area with the lowest sensor density. When construct an individual C i, the sensor with a smaller PCLvalue will be added to C i at each step. In this way, we can include as less sensors as possible in C i and these sensors are distributed in the area as widely as possible, such that more sensors can be left to join

5 272 S. Gao, C.T. Vu, and Y. Li Algorithm 1. PCL-Greedy-Selection(k, S) 1: Sort S in non-decreasing order based on their PCLvalues 2: while S is not empty do 3: cov i getcoveragelevel(c i) 4: if cov i <kthen : node the first sensor in S 6: Add node to C i 7: Remove node from S 8: else 9: PruneGreedySelection(k, S, C i) 1: Add C i to C 11: i ++ 12: end if 13: end while 14: output C other subsequent subsets and the overlapped sensing regions in each subset are reduced as much as possible. This also indicates when construct a subset C i,the area with smaller node density is taken care of with higher priority. The GS is shown in Algorithm 1.. The input includes k, a user-specified coverage level, and S, the set of all the sensors. The output is a collection of subsets C, and each subset can k-cover the whole monitored region. To justify if a subset C i can k-cover the entire monitored region, we can use the method proposed in [4] and we call it getcoveragelevel(c i ). Firstly, all the sensors in S are sorted in non-decreasing order based on their PCL values. Then sensors are added to a subset in a greedy manner. If at some iteration, the current subset C i can provide k-coverage, a new subset C i+1 will be constructed in the same manner. GS stops when we can no longer construct a subset that can k-cover the whole monitored region. Since each subset is constructed in a greedy manner, it is possible that there exist some redundant sensors in a subset. Therefore, after constructing a subset, we need to remove those redundant sensors and add them back to S so that they are still available to be added to the subsequent subsets. The algorithm to conduct this operation is P runegreedyselection which is described in Algorithm 2.. In this algorithm, given a subset C i,wecheckforeachsensorinc i to see if the removal of it will make cov i smaller than k. If a sensor is redundant (after the removal of this sensor, cov i is still no less than k), it will be added back to S. In [4], the authors have shown the fact that if no two sensors are located at the same location, the whole monitored region is k-covered if and only if each sensor is k-perimeter-covered. Based on this fact, the correctness of our algorithm is guaranteed. Theorem 1. The time complexity of GS is O(n 2 dlog(d)). Here, n is the number of the sensors, and d = max(d 1,..., d i,..., d n ) where d i is the number of neighbors of sensor i.

6 Sensor Scheduling for k-coverage in Wireless Sensor Networks 273 Algorithm 2. PruneGreedySelection(k, S, C i ) 1: for j =1to C i do 2: s j the jth sensor in C i 3: Remove s j from C i 4: cov i getcoveragelevel(c i) : if cov i k then 6: Add s j to S 7: else 8: Add s j back to C i 9: end if 1: end for Proof. The time for sorting S is O(nlogn). There are n iterations in the while loop. At each iteration, the main part that dominate the time complexity is getareacoveragelevel or P runegreedyselection. The function, getareacoveragelevel, is proposed in [4]. Its time complexity is O( C i dlog(d)), where C i is the size of a subset C i. The time complexity for P runegreedyselection is O( C i 2 dlog(d)). Therefore, the time complexity of GS is O(n 2 dlog(d)). The number of the subsets constructed by GS decides the network lifetime. The following theorem gives the bound of the number of the constructed subsets in the ideal cases. Theorem 2. Given some sensors K-covering an area, if the sensors sensing range is fixed and the constructed subsets are disjoint, the maximum number of subsets m is K k,wherek (K k) is the minimum coverage level that the sensor network can provide if all the sensors are activate. Proof. If the minimum coverage level provided by a sensor network is K, there exists some point a in the monitored region such that there are K sensors that can cover a. After the first subset is constructed, there are K k candidate sensors that can cover a. By repeatedly constructing subsets, ideally at most K k subsets can be constructed so that each of them can k cover a, thatis,to guarantee k-coverage for the whole monitored region. Thus, K k is the upper bound of m. The lower bound of m is K k too. To prove this, without loss of generality, we assume m = K k α. Then, after allocating sensors into K k α subsets, the remaining sensors should be able to (K K k k + αk)-cover the monitored area in ideal cases. Because (K K k k), the remaining sensors could construct α more subset(s). This leads to a contradiction. Thus, the lower bound of m is K k too. Based on the upper bound and the lower bound of m, we conclude that m = K k. Density Control of the Sensor Deployment From Theorem 2, we can see there is a linear relationship between K and the number of the constructed subsets. This is also validated through the simulation

7 274 S. Gao, C.T. Vu, and Y. Li results in Section 6. As the network lifetime is decided by the number of the constructed subsets, to have a longer network lifetime, K should be larger which indicates the total number of the sensors should be larger. Another factor that may affect the network lifetime is the sensor density which is defined as the number of sensors in each unit area. Different areas in a monitored region have different sensor densities. From the simulation results, we found that there always exist some sensors that were not allocated to any subset which is a waste of resource. The waste is due to the difference between the sensor density of the area near the border of the monitored region and the sensor density of the area at the center of the monitored region. The unallocated sensors are usually the ones at the center of the monitored region. The sensors near the borders have smaller PCL values and the sensors at the center have larger PCL values. GS adds sensors to a subset beginning from the sensors with smaller PCL values. Thus, it is possible after all the sensors near the border have been added to some subsets, there still exist some sensors at the center and no more subsets can be constructed to provide k-coverage for the whole monitored region. Therefore, to extend the network lifetime, the PCL values of the sensors need to be balanced, so that the closer to the border the area is, the more sensors this area should have. To guarantee balancing the PCL values, the number of the neighbors of the sensors close to the borders should be equal to the number of the neighbors of the sensors at the center. We derive a relationship between the sensor density of the area near the border and the sensor density of the area at the center in Theorem 3. We define a disk centered at c as D c. The sensor density of D c is denoted as ρ c,and ρ c = number of sensors in D c, D c where D c is the area of D c. Theorem 3. Assume the sensor density at the center of the monitored region A is ρ c. To guarantee the number of the neighbors of the sensors close to the borders be equal to the number of the neighbors of the sensors at the center, for a point p whose distance to the border of A is r, the sensor density at p should be ρ p = where R s is the sensing range of a sensor. 4πR 2 s 4(π arccos r 2R s )R 2 s + r 4R 2 s r2 ρ c Proof. Assume the sensor density in a disk is uniform. As shown in Fig. 1, D c is the disk centered at c (center of the monitored region) with radius of 2R s and D p is the disk centered at p with radius of 2R s minus area A. Sincewe assume the transmission range of a sensor is at least twice of the sensing range of a sensor to guarantee connectivity, the neighbors of the sensor located at c must be within D c. We desire that the number of the neighbors of the sensor located at c is the same as that of the sensor located at p. This indicates that the sensor density in D p and the sensor density in D c satisfy the following

8 Sensor Scheduling for k-coverage in Wireless Sensor Networks 27 Fig. 1. Density computation condition: ρ p = Dc D ρ p c.weknow D c = π(2r s ) 2 and D p = A 1 +2A 2 = π(2r s ) 2 2π 2α 2π +2( 1 2 r (2R s ) 2 r 2 ) = 4(π α)rs 2 + r 4Rs 2 r 2,whereA 1 is the area filled with dashed lines, A 2 is the area filled with dotted lines and α = arccos r 4πR 2R s. Hence, ρ p = 2 s r 4(π arccos +r ρ c. 2Rs )R2 s 4R 2 s r2 Based on Theorem 3, users can develop a plan for deploying sensors such that any point in the monitored region may be covered by almost the same number of sensors. This scheme can reduce the number of unallocated sensors. In other words, the amount of wasted recoursecan be minimized and the network lifetime can be further extended. 6 Simulation Results In this section, we evaluate GS s performance by conducting simulations to measure the network lifetime in terms of evaluating the constructed subsets, the number of unallocated sensors, and the effect of density control mentioned in Theorem 3. Networks are randomly generated in a fixed region of 1 1. We assume the sensing area of a sensor is circular. Each set of experiments are conducted for k = 1, 2 and 4. All data are averages from times experiments. 6.1 Performance of Greedy Selection In this section, we study the performance of GS algorithm. The results of our algorithm are compared with the ideal case which is proved in Theorem 2. Fig. 2(a) shows the comparisons between GS s results and the ideal results when the number of sensors varies from to 2 and Density Control is applied. We can see the actual numbers of subsets are close to the ideal results. In fact, the ratio (actual/ideal) are between 8% and 9% stably. When the sensing range of the sensors varies from 3 to 8, Fig. 2(b) shows that the results of our algorithm are still very close to the ideal numbers. The ratio tends to be stabilized between 8% and 9%. Fig. 2(c) shows that our results are almost the same as the ideal results when Density Control is not applied. Actually the ratios are all above 9%, whereas it is not good enough. The reason is that the percentage

9 276 S. Gao, C.T. Vu, and Y. Li The number of subsets k=1(ideal) k=1(actual) k=2(ideal) k=2(actual) k=4(ideal) k=4(actual) The number of subsets k=1(ideal) k=1(actual) k=2(ideal) k=2(actual) k=4(ideal) k=4(actual) The number of Sensors (a) The number of sensors varies from to 2 with DC Sensors Sensing Range (b) The sensing range varies from 3 to 8 with DC The number of Subsets k=1(ideal) k=1(actual) k=2(ideal) k=2(actual) k=4(ideal) k=4(actual) The number of Subsets k=1(ideal) k=1(actual) k=2(ideal) k=2(actual) k=4(ideal) k=4(actual) The number of Sensors (c) The number of sensors varies from to 2 without DC Sensing Range (d) The sensing range varies from 3 to 8 without DC Fig. 2. Compare GS s results with the ideal results of the used sensors is quite low, only 61.34% on average. Due to low usage percentage, there are enough redundant sensors for constructing more subsets. By applying Density Control, the usage percentage is improved to 83.17% on average. There are less redundant sensors (potential unallocated sensors) left. The comparison when increasing sensors sensing range without Density Control is shown in Fig. 2(d). All these results show that GS s results are stable and very close to the ideal results whatever changing the number of sensors or the sensors sensing range. 6.2 Effect of Total Number of Sensors on Network Lifetime The purpose of this set of simulations is to evaluate how the total number of deployed sensors affects the network lifetime. The sensing range of a sensor is set to. Fig. 3(a) shows how many subsets can be constructed when the number of sensors ranges from to 2. As shown in Fig. 3(a), the number of the constructed subsets increases linearly with respect to the network size. This fact is also validated by Theorem 2. It is shown in Fig. 3(b) that the number of nodes per subset keeps constant and this also consolidates with Fig. 3(a). As the coverage level k increases, the number of the constructed subsets decreases since more sensors are required for a subset. Fig. 3(c) illustrates the number of the unallocated sensors. Around 33% 4% sensors are not allocated on average. After studying the experiment data, we

10 Sensor Scheduling for k-coverage in Wireless Sensor Networks 277 The number of Subsets k=1 (no dc) k=2 (no dc) k=4 (no dc) The number of Sensors per Subset k=1 (no dc) k=2 (no dc) k=4 (no dc) The number of Sensors (a) The number of subsets The number of Sensors (b) The number of sensors per subset 8 7 k=1 (no dc) k=2 (no dc) k=4 (no dc) 3 2 k=1 (no dc) k=2 (no dc) k=4 (no dc) The number of Unallocated Sensors The number of Subsets The number of Sensors (c) The number of unallocated sensors Sensing Range (d) The number of subsets The number of Sensors per Subset k=1 (no dc) k=2 (no dc) k=4 (no dc) The number of Unallocated Sensors k=1 (no dc) k=2 (no dc) k=4 (no dc) Sensing Range (e) The number of sensors per subset Sensing Range (f) The number of unallocated sensors Fig. 3. Effect of total number of sensors and the sensing range on the network lifetime. Density Control is NOT applied. found that only a few small areas close to the corners of the region are not covered by these unallocated sensors. The reason is that the density of sensors close to the center of the region is larger than the one close to the corners and borders. Therefore, there are not enough sensors near the borders to form some subsets with the sensors at the center of the region. To solve this problem, we can reduce the number of unallocated sensors through density control which will be evaluated in section Effect of Sensing Range on Network Lifetime The purpose of this set of simulations is to evaluate how the sensing range of a sensor affects the network lifetime. sensors are deployed in the region.

11 278 S. Gao, C.T. Vu, and Y. Li sensor Deploy sensors with DC Deploy sensors without DC Fig. 4. Deploy sensors with and without DC The sensing range ranges from 3 to 8. Fig. 3(d) shows that more subsets are constructed as the sensing range increases. Even one sensor can cover the whole area when the sensing range becomes very large. However, only those placed at the center of the region can solely k-covertheentireregionexcept that the sensors have very large sensing range. Those sensors close to the corners and borders need other sensors cooperation to k-cover the whole region. Thus, the curves of the number of subsets do not keep increasing. There is the maximum number of subsets which is shown in Theorem 2. Fig. 3(e) indicates that larger sensing range leads to fewer sensors in each subset. Larger sensing range also makes more sensors at the center of the region be used. In the previous simulation, they are unallocated sensors generally. With larger sensing range, they can provide the required coverage level without the help from the sensors close to the corners and borders. Fig. 3(f) validates this fact. On average, 39.27% sensors are not allocated into any subset. 6.4 Effect of Density Control on Network Lifetime In this set of experiments, we apply Density Control (DC) for sensor deployment and evaluate its effectiveness. When deploy the sensors, we apply Theorem 3 to control the density of sensors in the monitored region. By employing DC, we can deploy more sensors in the areas close to the corners and borders such that all the sensors have almost the same number of neighbors. In other words, the monitored region is covered uniformly. The effect of DC is presented in Fig. 4. Due to the space limitation, only the numerical results are shown as following. In the simulations on increasing the number of sensors from to 2, we observed that compared with the cases where DC is not applied, by employing DC, up to 74.6% (averagely 39.8%) more subsets can be constructed and there are up to 66% (averagely 6.6%) less unallocated sensors. In the simulations on increasing the sensing range from 3 to 8, compared with the cases where DC is not applied, by employing DC, we can obtain 39.68% more subsets on average and the number of the unallocated sensors is reduced 18.91% on average. Therefore, by deploying sensors more rationally, sensors are used more effectively.

12 Sensor Scheduling for k-coverage in Wireless Sensor Networks Conclusion and Future Work In this paper, we investigate a new SSC problem of scheduling sensors to provide k-coverage for a monitored region with the purpose of maximizing the network lifetime. We propose a heuristic algorithm to solve the SSC problem. In addition, we develop a guideline for users to better design a sensor deployment plan by employing density control. Theoretical analyses as well as simulation results are presented to evaluate our proposed algorithm. We will further investigate the k-coverage scheduling problem with more constraints, such as connectivity, adjustable sensing range and communication range, bandwidth limitation, transmission delay requirement and etc. In addition, other non-greedy heuristics as well as distributed algorithms are also of our interest. References 1. I. F. Akyildiz, W. Su, Y. Sankarasubramaniam and E. Cayirci, Wireless sensor networks: a survey, Computer Networks, 38: , V. Raghunathan, C Schurgers, S. Park, and M. B. Srivastava, Energy-aware wireless microsensor networks, IEEE Signal Processing Magazine 19:4, L. Benini, G. Castelli, A. Macii, E. Macii, M. Poncino and R. Scarsi, A Discrete- Time Battery Model for High-Level Power Estimation, Proceedings of DATE, pp.3 39, C. Huang and Y. Tseng, The coverage problem in a wireless sensor network, WSNA 3, San Diego, CA, Sep Z. Zhou, S. Das, and H. Gupta, Connected k-coverage problem in sensor networks, in Proceedings of the International Conference on Computer Communications and Networks, M. Cardei and J. Wu, Energy-Efficient Coverage Problems in Wireless Ad Hoc Sensor Networks, Journal of Computer Communications on Sensor Networks, M. Cardei, M. Thai, Y. Li and W. Wu, Energy-Efficient Target Coverage in Wireless Sensor Networks, IEEE INFOCOM 2, Miami, FL, Mar M. Cardei, D.-Z. Du, Improving Wireless Sensor Network Lifetime through Power Aware Organization, ACM Wireless Networks, 11(3):333 34, X. Wang, G. Xing, Y. Zhang, C. Lu, R. Pless, C. Gill, Integrated coverage and connectivity configuration in wireless sensor networks, SenSys 3, Los Angeles, CA, Nov H. Gupta, S. Das, Q. Gu, Connected Sensor Cover: Self-Organization of Sensor Networks for Efficient Query Execution, MobiHoc 3, Annapolis, MA, Jun Z. Abrams, A. Goel, S. Plotkin, Set K-Cover Algorithms for Energy Efficient Monitoring in Wireless Sensor Networks, Proc. of Third International Symposium on Information, M. X. Cheng, L. Ruan, and W. Wu, Achieving Minimum Coverage Breach under Bandwidth Constraints in Wireless Sensor Networks, IEEE INFOCOM 2, Miami, FL, Mar. 2.

13 28 S. Gao, C.T. Vu, and Y. Li 13. S. Kumar, T.H. Lai and J. Balogh, On k-coverage in a Mostly Sleeping Sensor Network, in Proc of the 1 th international Conference on Mobile computing and networking, Philadelphia, PA, USA, pp , Q. Huang. Solving an open sensor exposure problem using variational calculus. Technical Report WUCS-3-1, Washington University, Department of Computer Science and Engineering, St. Louis, Missouri, X. Li, P. Wan, and O. Frieder. Coverage in wireless ad hoc sensor networks. IEEE Trans. Comput., 2(6):73 763, 23.

Designing k-coverage schedules in wireless sensor networks

Designing k-coverage schedules in wireless sensor networks J Comb Optim (2008) 15: 127 146 DOI 10.1007/s10878-007-9072-6 Designing k-coverage schedules in wireless sensor networks Yingshu Li Shan Gao Published online: 21 March 2007 Springer Science+Business Media,

More information

Constructing Connected Dominating Sets with Bounded Diameters in Wireless Networks

Constructing Connected Dominating Sets with Bounded Diameters in Wireless Networks Constructing Connected Dominating Sets with Bounded Diameters in Wireless Networks Yingshu Li Department of Computer Science Georgia State University Atlanta, GA 30303 yli@cs.gsu.edu Donghyun Kim Feng

More information

On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks

On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks On Distributed Algorithms for Maximizing the Network Lifetime in Wireless Sensor Networks Akshaye Dhawan Georgia State University Atlanta, Ga 30303 akshaye@cs.gsu.edu Abstract A key challenge in Wireless

More information

Coverage by directional sensors in randomly deployed wireless sensor networks

Coverage by directional sensors in randomly deployed wireless sensor networks J Comb Optim (26) : 2 4 DOI.7/s878-6-5975-x Coverage by directional sensors in randomly deployed wireless sensor networks Jing Ai Alhussein A. Abouzeid Accepted: 25 October 25 C Science + Business Media,

More information

Distributed Coordinate-free Hole Detection and Recovery

Distributed Coordinate-free Hole Detection and Recovery Distributed Coordinate-free Hole Detection and Recovery Xiaoyun Li xliw@essex.ac.uk David K. Hunter dkhunter@essex.ac.uk Kun Yang kunyang@essex.ac.uk Abstract A distributed algorithm is introduced which

More information

Coverage by Directional Sensors in Randomly Deployed Wireless Sensor Networks

Coverage by Directional Sensors in Randomly Deployed Wireless Sensor Networks Coverage by Directional Sensors in Randomly Deployed Wireless Sensor Networks Jing Ai and Alhussein A. Abouzeid Electrical, Computer and Systems Engineering Department Rensselaer Polytechnic Institute,

More information

Energy-Efficient Connected-Coverage in Wireless Sensor Networks

Energy-Efficient Connected-Coverage in Wireless Sensor Networks Energy-Efficient Connected-Coverage in Wireless Sensor Networks Ionut Cardei Department of Computer Science and Engineering Florida Atlantic University Boca Raton, FL 33431 Email: icardei@cse.fau.edu Mihaela

More information

VIRTUAL FORCE ALGORITHM AND CUCKOO SEARCH ALGORITHM FOR NODE PLACEMENT TECHNIQUE IN WIRELESS SENSOR NETWORK

VIRTUAL FORCE ALGORITHM AND CUCKOO SEARCH ALGORITHM FOR NODE PLACEMENT TECHNIQUE IN WIRELESS SENSOR NETWORK VIRTUAL FORCE ALGORITHM AND CUCKOO SEARCH ALGORITHM FOR NODE PLACEMENT TECHNIQUE IN WIRELESS SENSOR NETWORK Puteri Azwa Ahmad 1, M. Mahmuddin 2, and Mohd Hasbullah Omar 3 1 Politeknik Tuanku Syed Sirajuddin,

More information

Locating Objects in a Sensor Grid

Locating Objects in a Sensor Grid Locating Objects in a Sensor Grid Buddhadeb Sau 1 and Krishnendu Mukhopadhyaya 2 1 Department of Mathematics, Jadavpur University, Kolkata - 700032, India buddhadebsau@indiatimes.com 2 Advanced Computing

More information

Energy Efficient Tracking of Land-Based Targets Using Wireless Sensor Networks

Energy Efficient Tracking of Land-Based Targets Using Wireless Sensor Networks Energy Efficient Tracking of Land-Based Targets Using Wireless Sensor Networks Ali Berrached Le Phan University of Houston-Downtown One Main Street S705, Houston, Texas 77002 (713)221-8639 Berracheda@uhd.edu

More information

Connected Point Coverage in Wireless Sensor Networks using Robust Spanning Trees

Connected Point Coverage in Wireless Sensor Networks using Robust Spanning Trees Connected Point Coverage in Wireless Sensor Networks using Robust Spanning Trees Pouya Ostovari Department of Computer and Information Siences Temple University Philadelphia, Pennsylvania, USA Email: ostovari@temple.edu

More information

Strongly Connected Dominating Sets in Wireless Sensor Networks with Unidirectional Links

Strongly Connected Dominating Sets in Wireless Sensor Networks with Unidirectional Links Strongly Connected Dominating Sets in Wireless Sensor Networks with Unidirectional Links Ding-Zhu Du 1,MyT.Thai 1,YingshuLi 2,DanLiu 1, and Shiwei Zhu 1 1 Department of Computer Science and Engineering,

More information

Algorithms for Minimum m-connected k-dominating Set Problem

Algorithms for Minimum m-connected k-dominating Set Problem Algorithms for Minimum m-connected k-dominating Set Problem Weiping Shang 1,2, Frances Yao 2,PengjunWan 3, and Xiaodong Hu 1 1 Institute of Applied Mathematics, Chinese Academy of Sciences, Beijing, China

More information

ROAL: A Randomly Ordered Activation and Layering Protocol for Ensuring K-Coverage in Wireless Sensor Networks

ROAL: A Randomly Ordered Activation and Layering Protocol for Ensuring K-Coverage in Wireless Sensor Networks ROAL: A Randomly Ordered Activation and Layering Protocol for Ensuring K-Coverage in Wireless Sensor Networks Hogil Kim and Eun Jung Kim Department of Computer Science Texas A&M University College Station,

More information

Spatial-Temporal Coverage Optimization in Wireless Sensor Networks

Spatial-Temporal Coverage Optimization in Wireless Sensor Networks 1 Spatial-Temporal Coverage Optimization in Wireless Sensor Networks Changlei Liu and Guohong Cao Department of Computer Science & Engineering The Pennsylvania State University University Park, PA 168

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

Minimum Coverage Breach and Maximum Network Lifetime in Wireless Sensor Networks

Minimum Coverage Breach and Maximum Network Lifetime in Wireless Sensor Networks Minimum Coverage Breach and Maximum Network Lifetime in Wireless Sensor Networks Chen Wang Dept. of Comp. Sci. and Tech. Tsinghua University Beijing, China wc@mails.thu.edu.cn My T. Thai Dept. of Comp.

More information

Randomized k-coverage Algorithms For Dense Sensor Networks

Randomized k-coverage Algorithms For Dense Sensor Networks Randomized k-coverage Algorithms For Dense Sensor Networks Mohamed Hefeeda School of Computing Science Simon Fraser University Surrey, BC, Canada Majid Bagheri School of Computing Science Simon Fraser

More information

GATEWAY MULTIPOINT RELAYS AN MPR-BASED BROADCAST ALGORITHM FOR AD HOC NETWORKS. Ou Liang, Y. Ahmet Şekercioğlu, Nallasamy Mani

GATEWAY MULTIPOINT RELAYS AN MPR-BASED BROADCAST ALGORITHM FOR AD HOC NETWORKS. Ou Liang, Y. Ahmet Şekercioğlu, Nallasamy Mani GATEWAY MULTIPOINT RELAYS AN MPR-BASED BROADCAST ALGORITHM FOR AD HOC NETWORKS Ou Liang, Y. Ahmet Şekercioğlu, Nallasamy Mani Centre for Telecommunication and Information Engineering Monash University,

More information

The Effect of Neighbor Graph Connectivity on Coverage Redundancy in Wireless Sensor Networks

The Effect of Neighbor Graph Connectivity on Coverage Redundancy in Wireless Sensor Networks The Effect of Neighbor Graph Connectivity on Coverage Redundancy in Wireless Sensor Networks Eyuphan Bulut, Zijian Wang and Boleslaw K. Szymanski Department of Computer Science and Center for Pervasive

More information

ScienceDirect. Analogy between immune system and sensor replacement using mobile robots on wireless sensor networks

ScienceDirect. Analogy between immune system and sensor replacement using mobile robots on wireless sensor networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 35 (2014 ) 1352 1359 18 th International Conference in Knowledge Based and Intelligent Information & Engineering Systems

More information

Algorithms for minimum m-connected k-tuple dominating set problem

Algorithms for minimum m-connected k-tuple dominating set problem Theoretical Computer Science 381 (2007) 241 247 www.elsevier.com/locate/tcs Algorithms for minimum m-connected k-tuple dominating set problem Weiping Shang a,c,, Pengjun Wan b, Frances Yao c, Xiaodong

More information

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Shikha Swaroop Department of Information Technology Dehradun Institute of Technology Dehradun, Uttarakhand. er.shikhaswaroop@gmail.com

More information

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Maryam Soltan, Inkwon Hwang, Massoud Pedram Dept. of Electrical Engineering University of Southern California Los Angeles, CA

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

More information

Estimating the Free Region of a Sensor Node

Estimating the Free Region of a Sensor Node Estimating the Free Region of a Sensor Node Laxmi Gewali, Navin Rongratana, Jan B. Pedersen School of Computer Science, University of Nevada 4505 Maryland Parkway Las Vegas, NV, 89154, USA Abstract We

More information

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks Vol. 5, No. 5, 214 Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks MOSTAFA BAGHOURI SAAD CHAKKOR ABDERRAHMANE HAJRAOUI Abstract Ameliorating

More information

Data Storage in Sensor Networks for Multi-dimensional Range Queries

Data Storage in Sensor Networks for Multi-dimensional Range Queries Data Storage in Sensor Networks for Multi-dimensional Range Queries Ji Yeon Lee 1, Yong Hun Lim 2, Yon Dohn Chung 3,*, and Myoung Ho Kim 4 1 E-Government Team, National Computerization Agency, Seoul, Korea

More information

SOLVING TARGET COVERAGE PROBLEM IN WIRELESS SENSOR NETWORKS USING GENETIC ALGORITHM

SOLVING TARGET COVERAGE PROBLEM IN WIRELESS SENSOR NETWORKS USING GENETIC ALGORITHM SOLVING TARGET COVERAGE PROBLEM IN WIRELESS SENSOR NETWORKS USING GENETIC ALGORITHM BY RAVI KUMAR SINGH (108CS045) ANSHUL PANDEY (108CS078) Under the Guidance of Prof. B.D. SAHOO Department of Computer

More information

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing Jaekwang Kim Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon,

More information

A review on Coverage factors in Wireless Sensor Networks

A review on Coverage factors in Wireless Sensor Networks A review on Coverage factors in Wireless Sensor Networks Shikha Nema*, Branch CTA Ganga Ganga College of Technology, Jabalpur (M.P) Abstract Wireless sensor networks are an increasing area of research.

More information

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Mr. V. Narsing Rao 1, Dr.K.Bhargavi 2 1,2 Asst. Professor in CSE Dept., Sphoorthy Engineering College, Hyderabad Abstract- Wireless Sensor

More information

A Non_Ack Routing Protocol in Ad-hoc Wireless Sensor Networks

A Non_Ack Routing Protocol in Ad-hoc Wireless Sensor Networks A Non_Ack Routing Protocol in Ad-hoc Wireless Sensor Networks 1, 1,3 1 1 Department of Electrical Engineering National Changhua University of Education Bao-Shan Campus: No., Shi-Da Road, Changhua City

More information

α Coverage to Extend Network Lifetime on Wireless Sensor Networks

α Coverage to Extend Network Lifetime on Wireless Sensor Networks Noname manuscript No. (will be inserted by the editor) α Coverage to Extend Network Lifetime on Wireless Sensor Networks Monica Gentili Andrea Raiconi Received: date / Accepted: date Abstract An important

More information

Improved Algorithms for the Connected Sensor Cover Problem

Improved Algorithms for the Connected Sensor Cover Problem Improved Algorithms for the Connected Sensor Cover Problem December 10, 2003 Abstract Wireless sensor networks have recently posed many new system-building challenges. One of the main problems is energy

More information

A Distributed Algorithmic Framework for Coverage Problems in Wireless Sensor Networks

A Distributed Algorithmic Framework for Coverage Problems in Wireless Sensor Networks Ursinus College Digital Commons @ Ursinus College Mathematics and Computer Science Faculty Publications Mathematics and Computer Science Department 7-29-2009 A Distributed Algorithmic Framework for Coverage

More information

Energy and Memory Efficient Clone Detection in Wireless Sensor Networks

Energy and Memory Efficient Clone Detection in Wireless Sensor Networks Energy and Memory Efficient Clone Detection in Wireless Sensor Networks Chennai) 1 Vladymir.F, 2 J.Sivanesa Selvan, 3 Mr.Prabhu.D 1 (Information Technology, Loyola Institute of Technology, Chennai) ( Email:

More information

Energy Aware Node Placement Algorithm for Wireless Sensor Network

Energy Aware Node Placement Algorithm for Wireless Sensor Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 541-548 Research India Publications http://www.ripublication.com/aeee.htm Energy Aware Node Placement Algorithm

More information

Target Tracking in Wireless Sensor Network

Target Tracking in Wireless Sensor Network International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 6 (2014), pp. 643-648 International Research Publications House http://www. irphouse.com Target Tracking in

More information

Developing Energy-Efficient Topologies and Routing for Wireless Sensor Networks

Developing Energy-Efficient Topologies and Routing for Wireless Sensor Networks Developing Energy-Efficient Topologies and Routing for Wireless Sensor Networks Hui Tian, Hong Shen and Teruo Matsuzawa Graduate School of Information Science Japan Advanced Institute of Science and Technology

More information

Randomized Algorithms for Approximating a Connected Dominating Set in Wireless Sensor Networks

Randomized Algorithms for Approximating a Connected Dominating Set in Wireless Sensor Networks Randomized Algorithms for Approximating a Connected Dominating Set in Wireless Sensor Networks Akshaye Dhawan, Michelle Tanco, Aaron Yeiser Department of Mathematics and Computer Science Ursinus College

More information

IN WIRELESS SENSOR NETWORKS

IN WIRELESS SENSOR NETWORKS CONSTRUCTING K-CONNECTED M-DOMINATING SETS IN WIRELESS SENSOR NETWORKS Yiwei Wu, Feng Wang,MyT.Thai and Yingshu Li Department of Computer Science, Georgia State University, {wyw, yli}@cs.gsu.edu Department

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Outline Wireless Sensor Networks --- Concepts and Challenges Basic Concepts Applications Characteristics and Challenges 2 Traditional Sensing Method Basic Concepts Signal analysis Wired/Wireless Object

More information

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions

Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions Using Hybrid Algorithm in Wireless Ad-Hoc Networks: Reducing the Number of Transmissions R.Thamaraiselvan 1, S.Gopikrishnan 2, V.Pavithra Devi 3 PG Student, Computer Science & Engineering, Paavai College

More information

Low Power Hitch-hiking Broadcast in Ad Hoc Wireless Networks

Low Power Hitch-hiking Broadcast in Ad Hoc Wireless Networks Low Power Hitch-hiking Broadcast in Ad Hoc Wireless Networks Mihaela Cardei, Jie Wu, and Shuhui Yang Department of Computer Science and Engineering Florida Atlantic University Boca Raton, FL 33431 {mihaela,jie}@cse.fau.edu,

More information

Algorithms on Minimizing the Maximum Sensor Movement for Barrier Coverage of a Linear Domain

Algorithms on Minimizing the Maximum Sensor Movement for Barrier Coverage of a Linear Domain Algorithms on Minimizing the Maximum Sensor Movement for Barrier Coverage of a Linear Domain Danny Z. Chen 1, Yan Gu 2, Jian Li 3, and Haitao Wang 1 1 Department of Computer Science and Engineering University

More information

Mobility Control for Complete Coverage in Wireless Sensor Networks

Mobility Control for Complete Coverage in Wireless Sensor Networks Mobility Control for Complete Coverage in Wireless Sensor Networks Zhen Jiang Computer Sci. Dept. West Chester University West Chester, PA 9383, USA zjiang@wcupa.edu Jie Wu Computer Sci. & Eng. Dept. Florida

More information

Regression Based Cluster Formation for Enhancement of Lifetime of WSN

Regression Based Cluster Formation for Enhancement of Lifetime of WSN Regression Based Cluster Formation for Enhancement of Lifetime of WSN K. Lakshmi Joshitha Assistant Professor Sri Sai Ram Engineering College Chennai, India lakshmijoshitha@yahoo.com A. Gangasri PG Scholar

More information

Constructing weakly connected dominating set for secure clustering in distributed sensor network

Constructing weakly connected dominating set for secure clustering in distributed sensor network J Comb Optim (01) 3:301 307 DOI 10.1007/s10878-010-9358-y Constructing weakly connected dominating set for secure clustering in distributed sensor network Hongjie Du Weili Wu Shan Shan Donghyun Kim Wonjun

More information

Distributed Data Aggregation Scheduling in Wireless Sensor Networks

Distributed Data Aggregation Scheduling in Wireless Sensor Networks Distributed Data Aggregation Scheduling in Wireless Sensor Networks Bo Yu, Jianzhong Li, School of Computer Science and Technology, Harbin Institute of Technology, China Email: bo yu@hit.edu.cn, lijzh@hit.edu.cn

More information

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks The Impact of Clustering on the Average Path Length in Wireless Sensor Networks Azrina Abd Aziz Y. Ahmet Şekercioğlu Department of Electrical and Computer Systems Engineering, Monash University, Australia

More information

Energy Efficiency Maximization for Wireless Sensor Networks

Energy Efficiency Maximization for Wireless Sensor Networks Energy Efficiency Maximization for Wireless Sensor Networks Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwjoe@hanyang.ac.kr Abstract. Because of the remote nature

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Wireless Sensor Networks --- Concepts and Challenges Outline Basic Concepts Applications Characteristics and Challenges 2 1 Basic Concepts Traditional Sensing Method Wired/Wireless Object Signal analysis

More information

An efficient implementation of the greedy forwarding strategy

An efficient implementation of the greedy forwarding strategy An efficient implementation of the greedy forwarding strategy Hannes Stratil Embedded Computing Systems Group E182/2 Technische Universität Wien Treitlstraße 3 A-1040 Vienna Email: hannes@ecs.tuwien.ac.at

More information

On optimal placement of relay nodes for reliable connectivity in wireless sensor networks

On optimal placement of relay nodes for reliable connectivity in wireless sensor networks J Comb Optim (2006) 11: 249 260 DOI 10.1007/s10878-006-7140-y On optimal placement of relay nodes for reliable connectivity in wireless sensor networks Hai Liu Pengjun Wan Xiaohua Jia Received: 25 September

More information

Finding Optimal Tour Length of Mobile Agent in Wireless Sensor Network

Finding Optimal Tour Length of Mobile Agent in Wireless Sensor Network Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Finding Optimal Tour Length of Mobile Agent in Wireless Sensor Network Anil Kumar Mahto anil.fiem16@gmail.com Ajay Prasad Department

More information

An Approximation Algorithm for Connected Dominating Set in Ad Hoc Networks

An Approximation Algorithm for Connected Dominating Set in Ad Hoc Networks An Approximation Algorithm for Connected Dominating Set in Ad Hoc Networks Xiuzhen Cheng, Min Ding Department of Computer Science The George Washington University Washington, DC 20052, USA {cheng,minding}@gwu.edu

More information

Extended Dominating Set and Its Applications in Ad Hoc Networks Using Cooperative Communication

Extended Dominating Set and Its Applications in Ad Hoc Networks Using Cooperative Communication Extended Dominating Set and Its Applications in Ad Hoc Networks Using Cooperative Communication Jie Wu, Mihaela Cardei, Fei Dai, and Shuhui Yang Department of Computer Science and Engineering Florida Atlantic

More information

On minimum m-connected k-dominating set problem in unit disc graphs

On minimum m-connected k-dominating set problem in unit disc graphs J Comb Optim (2008) 16: 99 106 DOI 10.1007/s10878-007-9124-y On minimum m-connected k-dominating set problem in unit disc graphs Weiping Shang Frances Yao Pengjun Wan Xiaodong Hu Published online: 5 December

More information

Geometric Considerations for Distribution of Sensors in Ad-hoc Sensor Networks

Geometric Considerations for Distribution of Sensors in Ad-hoc Sensor Networks Geometric Considerations for Distribution of Sensors in Ad-hoc Sensor Networks Ted Brown, Deniz Sarioz, Amotz Bar-Noy, Tom LaPorta, Dinesh Verma, Matthew Johnson, Hosam Rowaihy November 20, 2006 1 Introduction

More information

A Survey on Coverage Problems in Wireless Sensor Networks

A Survey on Coverage Problems in Wireless Sensor Networks A Survey on Coverage Problems in Wireless Sensor Networks 1 SANGEETHA S Department of Computer Science and Engineering Karunya University, Coimbatore, India Abstract Wireless sensor networks are a rapidly

More information

Connected Dominating Sets in Wireless Networks with Different Transmission Ranges

Connected Dominating Sets in Wireless Networks with Different Transmission Ranges 1 Connected Dominating Sets in Wireless Networks with Different Transmission Ranges My T. Thai Feng Wang Dan Liu Shiwei Zhu Ding-Zhu Du Dept. of Computer Science & Enginering University of Minnesota Minneapolis,

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks William Shaw 1, Yifeng He 1, and Ivan Lee 1,2 1 Department of Electrical and Computer Engineering, Ryerson University, Toronto,

More information

A Column Generation based Heuristic for Maximum Lifetime Coverage in Wireless Sensor Networks

A Column Generation based Heuristic for Maximum Lifetime Coverage in Wireless Sensor Networks A Column Generation based Heuristic for Maximum Lifetime Coverage in Wireless Sensor Networks Karine Deschinkel LIFC Laboratory, Université de Franche-Comté Belfort, France Email: karine.deschinkel@univ-fcomte.fr

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

Agreedy approximation for minimum connected dominating sets

Agreedy approximation for minimum connected dominating sets Theoretical Computer Science 329 2004) 325 330 www.elsevier.com/locate/tcs Note Agreedy approximation for minimum connected dominating sets Lu Ruan a, Hongwei Du b, Xiaohua Jia b,,1, Weili Wu c,1,2, Yingshu

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS International Journal of Wireless Communications and Networking 3(1), 2011, pp. 7-13 CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS Sudhanshu Pant 1, Naveen Chauhan 2 and Brij Bihari Dubey 3 Department

More information

Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN

Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN Fangting Sun, Mark Shayman Department of Electrical and Computer Engineering University of Maryland,

More information

Minimum Cost Sensor Coverage of Planar Regions

Minimum Cost Sensor Coverage of Planar Regions Minimum Cost Sensor Coverage of Planar Regions Xiaochun Xu and Sartaj Sahni Computer and Information Science and Engineering Department University of Florida Gainesville, FL 3611 Email: {xxu, sahni}@cise.ufl.edu

More information

A CLUSTER ALLOCATION AND ROUTING ALGORITHM BASED ON NODE DENSITY FOR EXTENDING THE LIFETIME OF WIRELESS SENSOR NETWORKS

A CLUSTER ALLOCATION AND ROUTING ALGORITHM BASED ON NODE DENSITY FOR EXTENDING THE LIFETIME OF WIRELESS SENSOR NETWORKS A CLUSTER ALLOCATION AND ROUTING ALGORITHM BASED ON NODE DENSITY FOR EXTENDING THE LIFETIME OF WIRELESS SENSOR NETWORKS Wernhuar Tarng, Hao-Wei Lin, and Kuo-Liang Ou Graduate Institute of Computer Science,

More information

Optimal k-support Coverage Paths in Wireless Sensor Networks

Optimal k-support Coverage Paths in Wireless Sensor Networks Optimal k-support Coverage Paths in Wireless Sensor Networks ShaoJie Tang Department of Computer Science Illinois Institute of Technology Chicago, IL, 60616. Email: stang7@iit.edu XuFei Mao Department

More information

An Energy Efficient Coverage Method for Clustered Wireless Sensor Networks

An Energy Efficient Coverage Method for Clustered Wireless Sensor Networks An Energy Efficient Coverage Method for Clustered Wireless Sensor Networks J. Shanbehzadeh, M. Mehrani, A. Sarrafzadeh, and Z. Razaghi Abstract an important issue in WSN is the regional covering. A coverage

More information

Genetic-Algorithm-Based Construction of Load-Balanced CDSs in Wireless Sensor Networks

Genetic-Algorithm-Based Construction of Load-Balanced CDSs in Wireless Sensor Networks Genetic-Algorithm-Based Construction of Load-Balanced CDSs in Wireless Sensor Networks Jing He, Shouling Ji, Mingyuan Yan, Yi Pan, and Yingshu Li Department of Computer Science Georgia State University,

More information

Minimum connected dominating sets and maximal independent sets in unit disk graphs

Minimum connected dominating sets and maximal independent sets in unit disk graphs Theoretical Computer Science 352 (2006) 1 7 www.elsevier.com/locate/tcs Minimum connected dominating sets and maximal independent sets in unit disk graphs Weili Wu a,,1, Hongwei Du b, Xiaohua Jia b, Yingshu

More information

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks S. Faisal 1, N. Javaid 1, A. Javaid 2, M. A. Khan 1, S. H. Bouk 1, Z. A. Khan 3 1 COMSATS Institute of Information Technology, Islamabad,

More information

Rule Enforcement with Third Parties in Secure Cooperative Data Access

Rule Enforcement with Third Parties in Secure Cooperative Data Access Rule Enforcement with Third Parties in Secure Cooperative Data Access Meixing Le, Krishna Kant, and Sushil Jajodia George Mason University, Fairfax, VA 22030 {mlep,kkant,jajodia}@gmu.edu Abstract. In this

More information

LOW ENERGY CONSUMPTION RATEINHOME SENSORS USING PRIME NODES

LOW ENERGY CONSUMPTION RATEINHOME SENSORS USING PRIME NODES LOW ENERGY CONSUMPTION RATEINHOME SENSORS USING PRIME NODES Hesham Abusaimeh Computer Science Middle East University, Amman, Jordan E-Mail: habusaimeh@meu.edu.jo ABSTRACT Many of conventional home and

More information

An Iterative Greedy Approach Using Geographical Destination Routing In WSN

An Iterative Greedy Approach Using Geographical Destination Routing In WSN ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level Ali Abdi Seyedkolaei 1 and Ali Zakerolhosseini 2 1 Department of Computer, Shahid Beheshti University, Tehran,

More information

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS YINGHUI QIU School of Electrical and Electronic Engineering, North China Electric Power University, Beijing, 102206, China ABSTRACT

More information

On the Minimum k-connectivity Repair in Wireless Sensor Networks

On the Minimum k-connectivity Repair in Wireless Sensor Networks On the Minimum k-connectivity epair in Wireless Sensor Networks Hisham M. Almasaeid and Ahmed E. Kamal Dept. of Electrical and Computer Engineering, Iowa State University, Ames, IA 50011 Email:{hisham,kamal}@iastate.edu

More information

Maximizing Angle Coverage in Visual Sensor Networks

Maximizing Angle Coverage in Visual Sensor Networks Maximizing Angle Coverage in Visual Sensor Networks Kit-Yee Chow, King-Shan Lui and Edmund Y. Lam Department of Electrical and Electronic Engineering The University of Hong Kong Pokfulam Road, Hong Kong,

More information

Near Optimal Broadcast with Network Coding in Large Sensor Networks

Near Optimal Broadcast with Network Coding in Large Sensor Networks in Large Sensor Networks Cédric Adjih, Song Yean Cho, Philippe Jacquet INRIA/École Polytechnique - Hipercom Team 1 st Intl. Workshop on Information Theory for Sensor Networks (WITS 07) - Santa Fe - USA

More information

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model Zhang Ying-Hui Software

More information

A Fault Tolerant Approach for WSN Chain Based Routing Protocols

A Fault Tolerant Approach for WSN Chain Based Routing Protocols International Journal of Computer Networks and Communications Security VOL. 3, NO. 2, FEBRUARY 2015, 27 32 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) A Fault

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

More information

Heterogeneity Increases Multicast Capacity in Clustered Network

Heterogeneity Increases Multicast Capacity in Clustered Network Heterogeneity Increases Multicast Capacity in Clustered Network Qiuyu Peng Xinbing Wang Huan Tang Department of Electronic Engineering Shanghai Jiao Tong University April 15, 2010 Infocom 2011 1 / 32 Outline

More information

Distributed Construction of Connected Dominating Set in Wireless Ad Hoc Networks

Distributed Construction of Connected Dominating Set in Wireless Ad Hoc Networks Distributed Construction of Connected Dominating Set in Wireless Ad Hoc Networks Peng-Jun Wan Khaled M. Alzoubi Ophir Frieder Abstract Connected dominating set (CDS) has been proposed as virtual backbone

More information

Replacing Failed Sensor Nodes by Mobile Robots

Replacing Failed Sensor Nodes by Mobile Robots Replacing Failed Sensor Nodes by Mobile Robots Yongguo Mei, Changjiu Xian, Saumitra Das, Y. Charlie Hu and Yung-Hsiang Lu Purdue University, West Lafayette {ymei, cjx, smdas, ychu, yunglu}@purdue.edu Abstract

More information

Outline. Introduction. Outline. Introduction (Cont.) Introduction (Cont.)

Outline. Introduction. Outline. Introduction (Cont.) Introduction (Cont.) An Energy-Efficient Distributed Algorithm for Minimum-Latency Aggregation Scheduling in Wireless Sensor Networks Yingshu Li, Longjiang Guo, and Sushil K. Prasad Department of Computer Science, Georgia

More information

Non-linear Barrier Coverage using Mobile Wireless Sensors

Non-linear Barrier Coverage using Mobile Wireless Sensors Non-linear Barrier Coverage using Mobile Wireless Sensors arxiv:1611.07397v1 [cs.ni] 22 Nov 2016 Ashutosh Baheti Dept. of Computer Sc. & Engineering Indian Institute of Technology, Kharagpur Kharagpur,

More information

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Qiaoqin Li 12, Mei Yang 1, Hongyan Wang 1, Yingtao Jiang 1, Jiazhi Zeng 2 1 Department

More information

Using Consensus Estimate Technique Aimed To Reducing Energy Consumption and Coverage Improvement in Wireless Sensor Networks

Using Consensus Estimate Technique Aimed To Reducing Energy Consumption and Coverage Improvement in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.8, August 2016 1 Using Consensus Estimate Technique Aimed To Reducing Energy Consumption and Coverage Improvement in Wireless

More information

Integrated Coverage and Connectivity Configuration in Wireless Sensor Networks

Integrated Coverage and Connectivity Configuration in Wireless Sensor Networks Integrated Coverage and Connectivity Configuration in Wireless Sensor Networks Xiaorui Wang, Guoliang Xing, Yuanfang Zhang *, Chenyang Lu, Robert Pless, Christopher Gill Department of Computer Science

More information

State-Based Synchronization Protocol in Sensor Networks

State-Based Synchronization Protocol in Sensor Networks State-Based Synchronization Protocol in Sensor Networks Shang-Chih Hsu Wei Yen 1 1 Department of Computer Science and Engineering, Tatung University, Taipei, Taiwan, ROC shanzihsu@yahoo.com.tw, wyen@ttu.edu.tw

More information

Optimizing Query Injection from Mobile Objects to Sensor Networks

Optimizing Query Injection from Mobile Objects to Sensor Networks Optimizing Query Injection from Mobile Objects to Sensor Networks Shourui Tian and Sol M. Shatz Department of Computer Science University of Illinois at Chicago Chicago, IL 60607 USA {stian,shatz}@cs.uic.edu

More information

Efficient Self Protection Algorithms for Wireless Sensor Networks

Efficient Self Protection Algorithms for Wireless Sensor Networks Efficient Self Protection Algorithms for Wireless Sensor Networks Yu Wang Dept. of Computer Science University of North Carolina at Charlotte Charlotte, NC 28223, USA Email: ywang32@uncc.edu Xiang-Yang

More information

Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks

Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks Chen-Yi Chang and Da-shan Shiu Abstract Minimization of power consumption is a critical design goal

More information

Increasing Node Density to Improve the Network Lifetime in Wireless Network

Increasing Node Density to Improve the Network Lifetime in Wireless Network Increasing Node Density to Improve the Network Lifetime in Wireless Network Shilpa Teli 1, Srividhya ganesan 2 M. Tech 4 th SEM, Dept. of CSE, AMC Engineering College, Bangalore, India 1 Assistant professor,

More information