NIAIMay 25, 2021

FENXI: Deep-learning Traffic Analytics at the Edge

arXiv:2105.11738v19 citations
Originality Incremental advance
AI Analysis

This addresses the challenge for ISPs of implementing complex traffic engineering policies at the edge, though it is incremental as it builds on existing hardware like TPUs.

The paper tackles the problem of enabling deep learning-based traffic analytics at the edge of ISP networks without interfering with network operations, and the result is FENXI, a system that sustains 100 Gbps line rate processing with limited resources while dynamically adapting to variable conditions.

Live traffic analysis at the first aggregation point in the ISP network enables the implementation of complex traffic engineering policies but is limited by the scarce processing capabilities, especially for Deep Learning (DL) based analytics. The introduction of specialized hardware accelerators i.e., Tensor Processing Unit (TPU), offers the opportunity to enhance the processing capabilities of network devices at the edge. Yet, to date, no packet processing pipeline is capable of offering DL-based analysis capabilities in the data-plane, without interfering with network operations. In this paper, we present FENXI, a system to run complex analytics by leveraging TPU. The design of FENXI decouples forwarding operations and traffic analytics which operates at different granularities i.e., packet and flow levels. We conceive two independent modules that asynchronously communicate to exchange network data and analytics results, and design data structures to extract flow level statistics without impacting per-packet processing. We prototyped and evaluated FENXI on general-purpose servers considering both adversarial and realistic network conditions. Our analysis shows that FENXI can sustain 100 Gbps line rate traffic processing requiring only limited resources, while also dynamically adapting to variable network conditions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes