Transmission 08 · Signal Path
The Routing Maneuver: Deterministic Paths in a Probabilistic Network
The internet routes probabilistically. Packets take opportunistic paths, intermediaries make decisions in transit, and most organizations have no idea which networks their traffic actually crosses. The routing maneuver is the counter-discipline: make every path a decision, and every decision answerable to a source of truth.
One reference frame
Deterministic routing begins with signed truth. RPKI route origin validation gives BGP an authoritative reference — announcements that do not match the signed record are dropped, not debated. DNSSEC does the same for name resolution. Without a signed reference frame, “correct route” is an opinion; with one, deviation is measurable variance, and variance is a detection.
Intermediaries are conduits, not deciders
Every middlebox that can read or rewrite your traffic is a decision-making surface you do not control. The countermeasure is end-to-end authenticated encryption: TLS 1.3 everywhere, certificate pinning where the stakes justify it, mutual TLS between services. A conduit that cannot read the payload cannot mutate it, and one that tries becomes a loud integrity failure instead of a silent edit.
Zero silent drops
- Blackhole detection: if a path fails, the failure must surface as an event — monitored reachability from outside your own network, not just from within it.
- No unlogged buffering: know where your traffic can be queued, by whom, and for how long.
- Anomaly response as rollback: on route hijack or leak indicators, withdraw, re-validate against the signed reference, re-announce. Recovery is a return to the known-good, on the wire as everywhere else.
Zero emissions beyond intent
Every unplanned packet your infrastructure emits is surface. Egress allowlisting — the first move in baselining — is the routing maneuver applied outbound: servers speak only to destinations they were built to speak to, telemetry is the lawful minimum, and there are no beacons you did not choose. An environment that emits only intent is an environment where any other emission names itself as compromise.
Convergence, not force
None of this is trickery. Deterministic routing wins by coherence: signed origins, encrypted conduits, explicit egress, continuous re-validation against the reference. The path your data takes becomes part of your breach perimeter that you actually control — harmonized to source truth for the full life of the route, tuned like everything else in this field to one reference constant.
The route is the maneuver. The maneuver is convergence. We synchronize.