Online Page Migration on Ring Networks in Uniform Model
Amanj Khorramian, Akira Matsubayashi

TL;DR
This paper presents a new algorithm for online page migration in ring networks that improves the competitive ratio to 3.326, matching the lower bound, thereby advancing the efficiency of data management in such networks.
Contribution
The paper introduces a novel online algorithm with a competitive ratio of 3.326 for page migration on ring networks, improving previous bounds.
Findings
Achieved a 3.326-competitive ratio for the problem
Proved the ratio is tight for the proposed algorithm
Enhanced understanding of online page migration costs
Abstract
This paper explores the problem of page migration in ring networks. A ring network is a connected graph, in which each node is connected with exactly two other nodes. In this problem, one of the nodes in a given network holds a page of size D. This node is called the server and the page is a non-duplicable data in the network. Requests are issued by nodes to access the page one after another. Every time a new request is issued, the server must serve the request and may migrate to another node before the next request arrives. A service costs the distance between the server and the requesting node, and the migration costs the distance of the migration multiplied by D. The problem is to minimize the total costs of services and migrations. We study this problem in uniform model, for which the page has a unit size, i.e. D=1. A 3.326-competitive algorithm improving the current best upper…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Distributed systems and fault tolerance · Caching and Content Delivery
