English

Memento: Making Sliding Windows Efficient for Heavy Hitters

Networking and Internet Architecture 2018-10-26 v2 Data Structures and Algorithms

Abstract

Cloud operators require real-time identification of Heavy Hitters (HH) and Hierarchical Heavy Hitters (HHH) for applications such as load balancing, traffic engineering, and attack mitigation. However, existing techniques are slow in detecting new heavy hitters. In this paper, we make the case for identifying heavy hitters through \textit{sliding windows}. Sliding windows detect heavy hitters quicker and more accurately than current methods, but to date had no practical algorithms. Accordingly, we introduce, design and analyze the \textit{Memento} family of sliding window algorithms for the HH and HHH problems in the single-device and network-wide settings. Using extensive evaluations, we show that our single-device solutions attain similar accuracy and are by up to 273×273\times faster than existing window-based techniques. Furthermore, we exemplify our network-wide HHH detection capabilities on a realistic testbed. To that end, we implemented Memento as an open-source extension to the popular HAProxy cloud load-balancer. In our evaluations, using an HTTP flood by 50 subnets, our network-wide approach detected the new subnets faster, and reduced the number of undetected flood requests by up to 37×37\times compared to the alternatives.

Keywords

Cite

@article{arxiv.1810.02899,
  title  = {Memento: Making Sliding Windows Efficient for Heavy Hitters},
  author = {Ran Ben Basat and Gil Einziger and Isaac Keslassy and Ariel Orda and Shay Vargaftik and Erez Waisbard},
  journal= {arXiv preprint arXiv:1810.02899},
  year   = {2018}
}

Comments

This is an extended version of the paper that will appear in ACM CoNEXT 2018

R2 v1 2026-06-23T04:30:19.427Z