English

Online Min-Max Paging

Data Structures and Algorithms 2022-12-07 v1

Abstract

Motivated by fairness requirements in communication networks, we introduce a natural variant of the online paging problem, called \textit{min-max} paging, where the objective is to minimize the maximum number of faults on any page. While the classical paging problem, whose objective is to minimize the total number of faults, admits kk-competitive deterministic and O(logk)O(\log k)-competitive randomized algorithms, we show that min-max paging does not admit a c(k)c(k)-competitive algorithm for any function cc. Specifically, we prove that the randomized competitive ratio of min-max paging is Ω(log(n))\Omega(\log(n)) and its deterministic competitive ratio is Ω(klog(n)/log(k))\Omega(k\log(n)/\log(k)), where nn is the total number of pages ever requested. We design a fractional algorithm for paging with a more general objective -- minimize the value of an nn-variate differentiable convex function applied to the vector of the number of faults on each page. This gives an O(log(n)log(k))O(\log(n)\log(k))-competitive fractional algorithm for min-max paging. We show how to round such a fractional algorithm with at most a kk factor loss in the competitive ratio, resulting in a deterministic O(klog(n)log(k))O(k\log(n)\log(k))-competitive algorithm for min-max paging. This matches our lower bound modulo a poly(log(k))\mathrm{poly}(\log(k)) factor. We also give a randomized rounding algorithm that results in a O(log2nlogk)O(\log^2 n \log k)-competitive algorithm.

Keywords

Cite

@article{arxiv.2212.03016,
  title  = {Online Min-Max Paging},
  author = {Ashish Chiplunkar and Monika Henzinger and Sagar Sudhir Kale and Maximilian Vötsch},
  journal= {arXiv preprint arXiv:2212.03016},
  year   = {2022}
}

Comments

25 pages, 1 figure, to appear in SODA 2023

R2 v1 2026-06-28T07:23:38.632Z