# Concurrent Distributed Serving with Mobile Servers

**Authors:** Abdolhamid Ghodselahi, Fabian Kuhn, Volker Turau

arXiv: 1902.07354 · 2023-10-16

## TL;DR

This paper presents a distributed protocol for mobile server resource allocation in large-scale networks, achieving near-optimal efficiency and scalability through innovative algorithms and analysis on hierarchical tree topologies.

## Contribution

It introduces the GNN protocol for distributed server location and request handling, with proven competitiveness and optimality on hierarchical well-separated trees.

## Key findings

- GNN is starvation-free and handles asynchronous requests effectively.
- On HSTs, GNN achieves an expected O(log n) competitive ratio.
- A lower bound of Ω(max{k, log n / log log n}) on the competitive ratio is established.

## Abstract

This paper introduces a new resource allocation problem in distributed computing called distributed serving with mobile servers (DSMS). In DSMS, there are $k$ identical mobile servers residing at the processors of a network. At arbitrary points of time, any subset of processors can invoke one or more requests. To serve a request, one of the servers must move to the processor that invoked the request. Resource allocation is performed in a distributed manner since only the processor that invoked the request initially knows about it. All processors cooperate by passing messages to achieve correct resource allocation. They do this with the goal to minimize the communication cost.   Routing servers in large-scale distributed systems requires a scalable location service. We introduce the distributed protocol GNN that solves the DSMS problem on overlay trees. We prove that GNN is starvation-free and correctly integrates locating the servers and synchronizing the concurrent access to servers despite asynchrony, even when the requests are invoked over time. Further, we analyze GNN for "one-shot" executions, i.e., all requests are invoked simultaneously. We prove that when running GNN on top of a special family of tree topologies---known as hierarchically well-separated trees (HSTs)---we obtain a randomized distributed protocol with an expected competitive ratio of $O(\log n)$ on general network topologies with $n$ processors. From a technical point of view, our main result is that GNN optimally solves the DSMS problem on HSTs for one-shot executions, even if communication is asynchronous. Further, we present a lower bound of $\Omega(\max\{k, \log n/\log\log n\})$ on the competitive ratio for DSMS. The lower bound even holds when communication is synchronous and requests are invoked sequentially.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.07354/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1902.07354/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1902.07354/full.md

---
Source: https://tomesphere.com/paper/1902.07354