Abstract
Set reconciliation, where two parties hold fixed-length bit strings and run a protocol to learn the strings they are missing from each other, is a fundamental task in many distributed systems. We present Rateless Invertible Bloom Lookup Tables (Rateless IBLTs), the first set reconciliation protocol, to the best of our knowledge, that achieves low computation cost and near-optimal communication cost across a wide range of scenarios: set differences of one to millions, bit strings of a few bytes to megabytes, and workloads injected by potential adversaries. Rateless IBLT is based on a novel encoder that incrementally encodes the set difference into an infinite stream of coded symbols, resembling rateless error-correcting codes. We compare Rateless IBLT with state-of-the-art set reconciliation schemes and demonstrate significant improvements. Rateless IBLT achieves 3 - 4× lower communication cost than non-rateless schemes with similar computation cost, and 2 - 2000× lower computation cost than schemes with similar communication cost. We show the real-world benefits of Rateless IBLT by applying it to synchronize the state of the Ethereum blockchain, and demonstrate 5.6× lower end-to-end completion time and 4.4× lower communication cost compared to the system used in production.
Original language | English |
---|---|
Title of host publication | ACM SIGCOMM 2024 - Proceedings of the 2024 ACM SIGCOMM 2024 Conference |
Publisher | Association for Computing Machinery, Inc |
Pages | 595-612 |
Number of pages | 18 |
ISBN (Electronic) | 9798400706141 |
DOIs | |
State | Published - 4 Aug 2024 |
Event | 2024 ACM SIGCOMM Conference, ACM SIGCOMM 2024 - Sydney, Australia Duration: 4 Aug 2024 → 8 Aug 2024 |
Publication series
Name | ACM SIGCOMM 2024 - Proceedings of the 2024 ACM SIGCOMM 2024 Conference |
---|
Conference
Conference | 2024 ACM SIGCOMM Conference, ACM SIGCOMM 2024 |
---|---|
Country/Territory | Australia |
City | Sydney |
Period | 4/08/24 → 8/08/24 |
Bibliographical note
Publisher Copyright:© 2024 Copyright is held by the owner/author(s). Publication rights licensed to ACM.
Keywords
- data synchronization
- randomized algorithms
- rateless codes
- set reconciliation
- universal codes