Sciweavers

CONEXT
2009
ACM

BUFFALO: bloom filter forwarding architecture for large organizations

13 years 5 months ago
BUFFALO: bloom filter forwarding architecture for large organizations
In enterprise and data center networks, the scalability of the data plane becomes increasingly challenging as forwarding tables and link speeds grow. Simply building switches with larger amounts of faster memory is not appealing, since high-speed memory is both expensive and power hungry. Implementing hash tables in SRAM is not appealing either because it requires significant overprovisioning to ensure that all forwarding table entries fit. Instead, we propose the BUFFALO architecture, which uses a small SRAM to store one Bloom filter of the addresses associated with each outgoing link. We provide a practical switch design leveraging flat addresses and shortest-path routing. BUFFALO gracefully handles false positives without reducing the packet-forwarding rate, while guaranteeing that packets reach their destinations with bounded stretch with high probability. We tune the sizes of Bloom filters to minimize false positives for a given memory size. We also handle routing changes and dyn...
Minlan Yu, Alex Fabrikant, Jennifer Rexford
Added 09 Nov 2010
Updated 09 Nov 2010
Type Conference
Year 2009
Where CONEXT
Authors Minlan Yu, Alex Fabrikant, Jennifer Rexford
Comments (0)