Finding a Second Best Coverage Path

차선거리유지 경로찾기

  • Published : 2008.08.15

Abstract

The best coverage problem is finding a path whose worst distance to the sensor-set is the best among all paths. Instead, if the user stays close to its nearest two sensors, then the stability of the wireless connection may be guaranteed. So we consider the problem of finding a second best coverage path; given the sensor set U, a starting point s and a target point t, find a path whose worst distance to the second closest sensor is minimized. This paper presents an O(n logn) -time algorithm to find such a path. We also give experimental evidence showing that the connection to the sensor-set along a second best coverage path is more stable than that along the best coverage path.

사용자가 가능한 센서 가까이에서 이동하는 문제를 최단거리유지 문제(Best Coverage Problem)라 하며, 무선 연결의 안정성을 높이기 위해서 두 개의 센서로부터 최대한 가까이 위치하며 움직이는 이동경로를 차선거리유지 경로(Second Best Coverage Path)라고 한다. 이 논문에서는 센서들의 집합 U와 시작점 s, 끝점 t가 주어질 때, s에서 t까지 이르는 모든 경로 중에서, 가장 가까운 두 개의 센서까지 거리 중 큰 값이 최소가 되는 차선거리유지 경로를 찾는 O(n logn)-시간 알고리즘을 제시하며, 차선거리유지 경로를 따라 움직일 때가 최단거리유지 경로를 따라 움직일 때 보다, 네트워크에의 연결이 보다 안정적임을 보여주는 실험결과도 또한 제시한다.

Keywords

References

  1. S. Meguerdichian, F. Koushanfar, M. Potkonjak, M. B. Srivastava. Coverage Problems in Wireless Ad-hoc Sensor Networks. IEEE INFOCOM 2001, pp. 1380-1287
  2. X. -Y. Li, P. -J. Wan, O. Frieder. Coverage in Wireless Ad Hoc Sensor Networks. IEEE Transactions on Computers, Vol. 52 (6), 2003
  3. D. P. Mehta, M. A. Lopez, L. Lin. Optimal Coverage Paths in Ad-hoc Sensor Networks. IEEE Intern. Conf. on Comm. 2003, pp. 507-511
  4. J. O'Rourke. Computational Geometry in C. 2nd eds., Cambridge, 1998
  5. M. de Berg, M. van Kreveld, M. Overmars, O. Schwarzkopf. Computational Geometry - Algorithms and Applications, 2nd eds., Springer, 2000
  6. T. H. Cormen, C. E. Leiserson, R. L. Rivest, C. Stein. Introduction to Algorithms, 2nd eds., MIT, 2000