Architecture
The Resilience Stack
A layered approach to building redundant communication systems â from physical infrastructure to application protocols.
The Resilience Stack
A layered model for thinking about communication resilience â from the physical medium to the applications your team uses.
Layer 1: Physical
The physical medium carries your signal. Options include:
- Radio waves (HF, VHF, UHF) â no infrastructure required
- Fiber / copper â high bandwidth, fragile
- Satellite links â global reach, latency, cost
- Optical (laser) â line-of-sight, high bandwidth
Resilience principle: Own your physical layer. If you don't control the wire or the frequency, you don't control the link.
Layer 2: Transport
How bits move between nodes:
- Packet radio (AX.25) â slow but proven
- LoRa / LoRaWAN â long range, low power
- Mesh protocols (OLSR, BATMAN) â self-healing networks
- Store-and-forward â tolerates intermittent connectivity
Layer 3: Network
Routing and addressing:
- IP over radio â integrates with existing tools
- Delay-tolerant networking (DTN) â designed for disconnected operation
- Sneakernet â physical media transport (USB drives, SD cards)
Layer 4: Application
What your users actually interact with:
- Voice â lowest bandwidth, highest immediacy
- Text messaging â asynchronous, low bandwidth
- Email / file transfer â higher bandwidth, tolerates delay
- Encrypted messaging â security layer on top
Building Your Stack
Start Simple
Don't try to build all layers at once. Start with a reliable voice path (ham radio or GMRS), then add data capability as you grow.
A practical starting stack for a small team or household:
- Primary: Smartphone + cellular (existing)
- Secondary: GMRS or ham radio (local voice)
- Tertiary: HF radio or satellite messenger (long-range)
- Data backup: LoRa mesh for text messages