🤖 AI Summary
This work addresses the challenge of modeling unknown network behaviors. We propose the first active learning method for symbolic NetKAT automata, enabling automated modeling and formal verification of real-world network configurations and topologies. Our approach extends the classical query-based active learning framework to the symbolic NetKAT semantic space, uniformly supporting multiple NetKAT semantic variants and providing a rigorous soundness proof. Technically, it integrates symbolic automata theory, NetKAT syntactic and semantic constraints, and an executable prototype toolchain. Evaluated on standard network benchmarks, our method successfully infers high-complexity forwarding policies. Empirical results demonstrate strong practical applicability, modeling accuracy, and scalability—validating its effectiveness for real-world network analysis and verification.
📝 Abstract
NetKAT is a domain-specific programming language and logic that has been successfully used to specify and verify the behavior of packet-switched networks. This paper develops techniques for automatically learning NetKAT models of unknown networks using active learning. Prior work has explored active learning for a wide range of automata (e.g., deterministic, register, B""uchi, timed etc.) and also developed applications, such as validating implementations of network protocols. We present algorithms for learning different types of NetKAT automata, including symbolic automata proposed in recent work. We prove the soundness of these algorithms, build a prototype implementation, and evaluate it on a standard benchmark. Our results highlight the applicability of symbolic NetKAT learning for realistic network configurations and topologies.