Table of Contents
Fetching ...

A Lower Bound on the Competitive Ratio of the Permutation Algorithm for Online Facility Assignment on a Line

Tsubasa Harada

TL;DR

This paper studies online facility assignment on a line (OFAL) with $k$ servers and equal capacities, focusing on the permutation algorithm. It proves that the competitive ratio of the permutation algorithm for OFAL$_{eq}$ with evenly placed servers is at least $k+1$, contradicting the previously claimed $k$-competitiveness and addressing a known discrepancy for small $k$. The authors establish a reduction showing ${\cal R}_{k,\ell}(\alg)\ge {\cal R}_{k,1}(\alg)$ and construct a worst-case request sequence to show ${\rm perm}$ achieves at least $(k+1-\epsilon)$ of ${\rm opt}$ for any $\epsilon>0$, in both parity cases of $k$. The work suggests the exact bound is $k+1$ and highlights that capacities may affect the ratio, motivating further investigation into tightness and capacity dependence.

Abstract

In the online facility assignment on a line (OFAL) with a set $S$ of $k$ servers and a capacity $c:S\to\mathbb{N}$, each server $s\in S$ with a capacity $c(s)$ is placed on a line and a request arrives on a line one-by-one. The task of an online algorithm is to irrevocably assign a current request to one of the servers with vacancies before the next request arrives. An algorithm can assign up to $c(s)$ requests to each server $s\in S$. In this paper, we show that the competitive ratio of the permutation algorithm is at least $k+1$ for OFAL where the servers are evenly placed on a line. This disproves the result that the permutation algorithm is $k$-competitive by Ahmed et al..

A Lower Bound on the Competitive Ratio of the Permutation Algorithm for Online Facility Assignment on a Line

TL;DR

This paper studies online facility assignment on a line (OFAL) with servers and equal capacities, focusing on the permutation algorithm. It proves that the competitive ratio of the permutation algorithm for OFAL with evenly placed servers is at least , contradicting the previously claimed -competitiveness and addressing a known discrepancy for small . The authors establish a reduction showing and construct a worst-case request sequence to show achieves at least of for any , in both parity cases of . The work suggests the exact bound is and highlights that capacities may affect the ratio, motivating further investigation into tightness and capacity dependence.

Abstract

In the online facility assignment on a line (OFAL) with a set of servers and a capacity , each server with a capacity is placed on a line and a request arrives on a line one-by-one. The task of an online algorithm is to irrevocably assign a current request to one of the servers with vacancies before the next request arrives. An algorithm can assign up to requests to each server . In this paper, we show that the competitive ratio of the permutation algorithm is at least for OFAL where the servers are evenly placed on a line. This disproves the result that the permutation algorithm is -competitive by Ahmed et al..
Paper Structure (9 sections, 2 theorems, 11 equations)

This paper contains 9 sections, 2 theorems, 11 equations.

Key Result

Theorem 1.1

For $\mathrm{OFAL}_{eq}$, the competitive ratio of the permutation algorithm is at least $k+1$.

Theorems & Definitions (2)

  • Theorem 1.1
  • Proposition 3.1