English

Prognosis: Closed-Box Analysis of Network Protocol Implementations

Networking and Internet Architecture 2022-01-10 v1 Formal Languages and Automata Theory

Abstract

We present Prognosis, a framework offering automated closed-box learning and analysis of models of network protocol implementations. Prognosis can learn models that vary in abstraction level from simple deterministic automata to models containing data operations, such as register updates, and can be used to unlock a variety of analysis techniques -- model checking temporal properties, computing differences between models of two implementations of the same protocol, or improving testing via model-based test generation. Prognosis is modular and easily adaptable to different protocols (e.g., TCP and QUIC) and their implementations. We use Prognosis to learn models of (parts of) three QUIC implementations -- Quiche (Cloudflare), Google QUIC, and Facebook mvfst -- and use these models to analyze the differences between the various implementations. Our analysis provides insights into different design choices and uncovers potential bugs. Concretely, we have found critical bugs in multiple QUIC implementations, which have been acknowledged by the developers.

Keywords

Cite

@article{arxiv.2201.02577,
  title  = {Prognosis: Closed-Box Analysis of Network Protocol Implementations},
  author = {Tiago Ferreira and Harrison Brewton and Loris D'Antoni and Alexandra Silva},
  journal= {arXiv preprint arXiv:2201.02577},
  year   = {2022}
}

Comments

ACM SIGCOMM 2021 Conference (SIGCOMM '21), August 23--27, 2021, Virtual Event, USA

R2 v1 2026-06-24T08:43:05.414Z