# $O(\mbox{depth})$-Competitive Algorithm for Online Multi-level   Aggregation

**Authors:** Niv Buchbinder, Moran Feldman, Joseph Naor, Ohad Talmon

arXiv: 1701.01936 · 2017-01-10

## TL;DR

This paper introduces an online algorithm for multi-level aggregation in weighted trees that achieves an O(D)-competitive ratio, significantly improving previous algorithms with much higher competitive bounds.

## Contribution

The paper presents the first O(D)-competitive online algorithm for multi-level aggregation, improving upon prior algorithms with exponential competitive ratios.

## Key findings

- Achieves an O(D)-competitive ratio for the problem.
- Improves upon the previous D^2 2^D-competitive algorithm.
- Applicable to scenarios like multicasting and sensor networks.

## Abstract

We consider a multi-level aggregation problem in a weighted rooted tree, studied recently by Bienkowski et al. (2015). In this problem requests arrive over time at the nodes of the tree, and each request specifies a deadline. A request is served by sending it to the root before its deadline at a cost equal to the weight of the path from the node in which it resides to the root. However, requests from different nodes can be aggregated, and served together, so as to save on cost. The cost of serving an aggregated set of requests is equal to the weight of the subtree spanning the nodes in which the requests reside. Thus, the problem is to find a competitive online aggregation algorithm that minimizes the total cost of the aggregated requests. This problem arises naturally in many scenarios, including multicasting, supply-chain management and sensor networks. It is also related to the well studied TCP-acknowledgement problem and the online joint replenishment problem.   We present an online $O(D)$-competitive algorithm for the problem, where $D$ is the depth, or number of levels, of the aggregation tree. This result improves upon the $D^2 2^D$-competitive algorithm obtained recently by Bienkowski et al. (2015).

## Full text

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

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1701.01936/full.md

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