k-Server Conjecture
Canonical statement
View source LaTeX
For every \(k\) and every metric space, there is a deterministic online algorithm for the \(k\)-server problem whose movement cost on every finite request sequence is at most \(k\) times the offline optimum plus an additive constant independent of the request sequence.Notes
In the k-server problem, k mobile servers occupy points of a metric space and must serve an online request sequence by moving a server to each requested point, paying total distance moved. Manasse, McGeoch, and Sleator conjectured that a deterministic online algorithm can always achieve competitive ratio k, matching the universal lower bound [ManasseMcGeochSleator1990Online].
The work-function algorithm gives the best general deterministic guarantee, 2k−1, proved by Koutsoupias and Papadimitriou [KoutsoupiasPapadimitriou1995KServer]; the framework and special-metric results are surveyed by Borodin and El-Yaniv [BorodinElYaniv1998Online]. No deterministic algorithm achieves ratio k on every metric, and no lower bound above k refutes the conjecture. Randomized algorithms and improvements for lines, trees, or other structured metrics concern different versions.
References (3)
- [ManasseMcGeochSleator1990Online]
Competitive algorithms for server problems
Open ↗Mark S. Manasse and Lyle A. McGeoch and Daniel D. Sleator · 1990 · misc
- [KoutsoupiasPapadimitriou1995KServer]
On the $k$-server conjecture
Open ↗Elias Koutsoupias and Christos H. Papadimitriou · 1995 · misc
- [BorodinElYaniv1998Online]
Online Computation and Competitive Analysis
Allan Borodin and Ran El-Yaniv · 1998 · misc
The boxed statement is the canonical open formulation — not a stronger variant or a related research program. The status reflects the catalog's last review; do your own literature search before investing serious effort.