pith. sign in

arxiv: 2204.14138 · v2 · pith:ZNCSUEVGnew · submitted 2022-04-29 · 💻 cs.NI

FRANCIS: Fast Reaction Algorithms for Network Coordination In Switches

classification 💻 cs.NI
keywords reactionalgorithmsfrancisnetworkswitchesclockeventsimprove
0
0 comments X
read the original abstract

Optimizing the reaction to network events, which is critical in tasks such as clock synchronization, multicast, and routing, becomes increasingly challenging as networks grow larger. To improve the reaction time compared to centralized solutions, the theory community has made significant progress in the design of message-passing algorithms that leverage all nodes for distributed computation, and the advent of programmable switches makes it now possible to materialize them. We propose FRANCIS, a framework and associated libraries for running message-passing algorithms on programmable switches. It features primitives that allow easy integration of such algorithms for quickly reacting to network events while optimizing resource consumption. We use FRANCIS to implement event reaction solutions that improve clock synchronization, source-routed multicast, and routing and demonstrate up to 18x reduction in reaction time.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Defending Buffer Overflows in WebAssembly: A Transpiler Approach

    cs.CR 2026-04 unverdicted novelty 4.0

    A transpiler adds stack canaries and ASLR to WebAssembly binaries to defend against buffer overflows.