Formal Methods for Wireless Networks
—Specification, Verification and Analysis—
-
Aim: improve reliability and performance of standard routing protocols for wireless mesh networks
-
Context:
Wireless Mesh Networks (WMNs) have recently gained considerable popularity and are
increasingly deployed in a wide range of application scenarios, including emergency
response communication, intelligent transportation systems, mining, video surveillance, disaster recovery,
etc. WMNs are essentially self-organising wireless ad hoc networks that can provide
broadband communication without relying on a wired backhaul infrastructure. This has
the benefit of rapid and low-cost network deployment. Traditionally, the main tools for
evaluating and validating network protocols are simulation and test-bed experiments. The
key limitations of these approaches are that they are very expensive, time consuming and
non-exhaustive. As a result, protocol errors and limitations are still found many years
after the definition and standardisation.
Formal methods have a great potential in helping to address this problem, and can provide valuable tools for the design, evaluation and verification of WMN routing protocols. The overall goal is to reduce the "time-to-market" for better (new or modified) WMN protocols, and to increase the reliability and performance of the corresponding networks.
- Approach: The project explores new Formal Methods based techniques, which can provide powerful new tools for the design and evaluation of protocols and can provide critical assurance about protocol correctness and performance. To reach the overall goal (better reliability and better performance) we analyse standard protocols w.r.t. basic requirements such as packet delivery or loop freedom. The analysis can only be performed after a formalism for the (unambiguous) description of protocols has been developed. The formalism must be flexible enough to model all behaviours of wireless mesh routing protocols such as broadcast and unicast communication, data structures, and timers. The mobility of network nodes and the resulting link losses should be modelled by probabilities. A further aim is the introduction of parametrised models.
-
Case Study:
To guarantee applicability and usability of our approach, we analyse the
Ad hoc On Demand Distance Vector (AODV) routing protocol.
AODV [1] is a widely-used routing protocol designed for
mobile ad hoc networks (MANETs), and is one of the four protocols currently standardised by the
IETF MANET working group.
It also forms the basis of new WMN routing protocols, including the
IEEE 802.11s wireless mesh network standard [2].
AODV is a reactive protocol: routes are established only on demand.
Moreover it is designed for wireless and mobile networks, i.e., links are in particular
unreliable and can go up and down. Due to this routes have to be
invalidated or re-established.
[1] Perkins, C., Belding-Royer, E., and Das, S. Ad hoc on-demand distance vector (AODV) routing. RFC 3561 (Experimental), 2003.
[2] IEEE. Standard for information technology — telecommunications and information exchange between systems — LAN/MAN specific requirements — part 11: Wireless medium access control (MAC) and physical layer (PHY) specifications: Amendment 10: Mesh networking, 2011. - Collaboration: Macquarie University, University of Queensland, INRIA, University of South Pacific, Turku Centre for Computer Science (TUCS), and Åbo Akademi University
Activities
- Process Algebra: development of a process algebra for wireless mesh networks that combines all features needed, such as treatments of local broadcast, conditional unicast and data structures. This framework yields unambigous specifications and allows formal reasoning to guarantee protocol properties, such as loop freedom of the AODV routing protocol.
- Isabelle/HOL: to increase trust of the pen-and-paper proofs done in the above mentioned process algebra, we use the interactive theorem prover Isabelle/HOL to mechanise them. As a result the proofs will be machine checked.
- Model Checking: we complement the process algebraic approach by model checking. Model checking allows the confirmation and detailed diagnostics of suspected errors which arise during modelling. The availability of an executable model becomes especially useful in the evaluation of proposed improvements to AODV. In case model checking cannot succeed due to state space explosion, we also apply statistical model checking. This approach also allows a quantitative analysis of the protocols.
- Routing algebra: it is known that simple routing protocols, such as Dijkstra's shortest path algorithm, can be formulated using concepts from linear algebra such as matrices. This enables an analysis with off-the-shelf ATP systems (automated theorem provers) and the use of standard programs like Maple to simulate protocols.
Publications
2020
2019
Peter Hoefner, Rob van Glabbeek and Michael Markl A process algebra for link layer protocols European Symposium on Programming, Prague, Czech Republic, April, 2019 |