Z. Abrams, H-L. Chen, L. Guibas, J. Liu, and F. Zhao, Kinetically stable task assignment for networks of microservers, 5th Int'l Conference on Information Processing in Sensor Networks (IPSN), pp. 93-101, 2006.

Abstract:

This paper studies task assignment in a network of resource constrained computing platforms (called microservers). A task is an abstraction of a computational agent or data that is hosted by the microservers. For example, in an object tracking scenario, a task represents a mobile tracking agent, such as a vehicle location update computation, that runs on microservers, which can receive sensor data pertaining to the object of interest. Due to object motion, the microservers that can observe a particular object change over time and there is overhead involved in migrating tasks among microservers. Furthermore, communication, processing, or memory constraints, allow a microserver to only serve a limited number of objects at the same time. Our overall goal is to assign tasks to microservers so as to minimize the number of migrations, and thus be kinetically stable, while guaranteeing that as many tasks as possible are monitored at all times. When the task trajectories are known in advance, we show that this problem is NP-complete (even over just two time steps), has an integrality gap of at least 2, and can be solved optimally in polynomial time if we allow tasks to be assigned fractionally. When only probabilistic information about future movement of the tasks is known, we propose two algorithms: a multi-commodity flow based algorithm and a maximum matching algorithm. We use simulations to compare the performance of these algorithms against the optimum task allocation strategy.

Bibtex:

@inproceedings{acglz-kstanm-06,
 author = {Zoe Abrams and Ho-Lin Chen and Leonidas Guibas and Jie Liu and Feng Zhao},
 title = {Kinetically stable task assignment for networks of microservers},
 booktitle = {IPSN '06: Proceedings of the fifth international conference on Information processing in sensor networks},
 year = {2006},
 isbn = {1-59593-334-4},
 pages = {93--101},
 location = {Nashville, Tennessee, USA},
 publisher = {ACM Press},
 address = {New York, NY, USA},
 }