Semi-Oblivious Traffic Engineering: The Road Not Taken

[ paper ] [ doi ]

USENIX NSDI 2018

Praveen Kumar, Yang Yuan, Chris Yu, Nate Foster, Robert Kleinberg, Petr Lapukhov, Chiun Lin Lim, and Robert Soulé.

Abstract

Networks are expected to provide reliable performance under a wide range of operating conditions, but existing traffic engineering (TE) solutions optimize for performance or robustness, but not both. A key factor that impacts the quality of a TE system is the set of paths used to carry traffic. Some systems rely on shortest paths, which leads to excessive congestion in topologies with bottleneck links, while others use paths that minimize congestion, which are brittle and prone to failure. This paper presents a system that uses a set of paths computed using Räcke’s oblivious routing algorithm, as well as a centralized controller to dynamically adapt sending rates. Although oblivious routing and centralized TE have been studied previously in isolation, their combination is novel and powerful. We built a software framework to model TE solutions and conducted extensive experiments across a large number of topologies and scenarios, including the production backbone of a large content provider and an ISP. Our results show that semi-oblivious routing provides near-optimal performance and is far more robust than state-of-the-art systems.

BibTeX

@inproceedings {kumar2018smore,
  author = {Praveen Kumar and Yang Yuan and Chris Yu and Nate Foster and Robert
      Kleinberg and Petr Lapukhov and Chiun Lin Lim and Robert Soul{\'e}},
  title = {{Semi-Oblivious} Traffic Engineering: The Road Not Taken},
  booktitle = {15th USENIX Symposium on Networked Systems Design and
      Implementation (NSDI 18)},
  year = {2018},
  address = {Renton, WA},
  pages = {157--170},
  publisher = {USENIX Association},
}
[ paper ] [ doi ]