Barrier Interposition¶
Physical-interruption method — instantiates Exposure Pathway Interruption
Places a physical barrier across a chosen link in the route, adding one engineered layer whose only job is to stop the hazard from traversing that step.
Barrier Interposition severs a chosen link in the pathway by putting a physical obstruction in the hazard's way — a membrane, wall, berm, seal, or guard placed exactly where the hazard would otherwise cross. It differs from cleaning the medium (filtration passes the medium through and strips the hazard out) and from route closure (which removes the connection itself): the barrier lets the geometry stand but interposes matter the hazard cannot pass. It is the archetypal single layer of a multi-barrier stack — chosen for one specific link, sized to hold against that link's load, and maintained against the degradation that will eventually breach it.
Example¶
A house sits on radon-bearing soil; the pathway runs soil-gas → slab cracks and penetrations → indoor air → occupants' lungs. Barrier Interposition places an obstruction across the soil-to-slab link: a gas-tight membrane over a permeable sub-slab layer, with slab penetrations sealed, so soil gas can no longer enter the living space. Illustratively, indoor radon drops from ≈8 pCi/L to below the ≈4 pCi/L action level.
Crucially, it is treated as one layer, not the whole defense. A sub-slab suction fan may be added as an independent second barrier, so a tear in the membrane does not reopen the route on its own — defense in depth. And because seals crack and fans fail quietly, the barrier ships with an inspection cadence rather than being installed and forgotten.
How it works¶
- Pick the link to block. Choose the specific step to sever from the severable-link inventory — usually the narrowest or highest-flux crossing.
- Interpose matter the hazard cannot traverse. Place the membrane, wall, seal, or guard at that link so the crossing is physically denied.
- Treat it as one layer. Add the barrier to a stack of independent barriers rather than betting the outcome on it alone.
- Schedule upkeep. Because barriers degrade, install an inspection-and-maintenance cadence with the barrier, not after it fails.
Tuning parameters¶
- Placement along the route — near the source contains many onward paths at once; near the receptor protects one specific target but leaves the rest of the route live.
- Integrity versus cost — barrier grade, thickness, and redundancy. Higher integrity resists breach but costs more and may impede the traffic the route legitimately carries.
- Passive versus active — a static wall versus an actively vented or pressurized barrier that needs power and maintenance but adapts to load.
- Failure mode — engineered to fail closed (block on failure) or fail open, and which is tolerable for this hazard.
- Inspection cadence — how often integrity is re-checked, traded against inspection cost and the barrier's degradation rate.
When it helps, and when it misleads¶
Its strength is directness: a physical barrier does not depend on the source cooperating or the receptor behaving, and a well-placed one interrupts even an unanticipated surge. Its central failure is that a single barrier fails silently and completely when breached — a torn membrane, an unsealed penetration, a corroded seam — and over-trust in one barrier is the classic error.[1] The related misuse is treating a barrier as the whole solution and never re-inspecting it, so a breach goes unnoticed until exposure returns. The discipline is defense in depth — independent barriers so no single breach reopens the route — paired with a real maintenance cadence, and with verification of the assembled stack handed to a drill rather than assumed.
How it implements the components¶
Barrier Interposition fills the engineered-block subset — one physical layer and its upkeep:
multi_barrier_control_stack— contributes a single engineered layer to the layered defense, chosen and sized for its link.maintenance_and_reinspection_cadence— carries the schedule that keeps the barrier intact, since a degraded barrier fails without announcing it.
It consumes rather than produces the severable_link_inventory (that map of cuttable links comes from Pathway Reachability Analysis). It does not clean or redirect the medium (Filtration or Scrubbing, Ventilation or Flow Redirection), verify that the assembled stack actually holds (that is Multi-Barrier Verification Drill), or prioritize link-cutting across the whole network (Route Closure or Segmentation).
Related¶
- Instantiates: Exposure Pathway Interruption — it severs a single link physically, as one layer of the route's defense.
- Consumes: the map of cuttable links from After-Action Pathway Update and Pathway Reachability Analysis, which tell it which link to block.
- Sibling mechanisms: Multi-Barrier Verification Drill · Filtration or Scrubbing · Source Reduction Program · Buffer Zone Design · After-Action Pathway Update · Contact Time Reduction · Exposure Sampling Transect · Pathway Reachability Analysis · Personal or Local Protective Control · Risk Migration Review · Route Closure or Segmentation · Sentinel Receptor Monitoring · Source Elimination or Substitution · Vector or Carrier Control · Ventilation or Flow Redirection
References¶
[1] Defense in depth places multiple independent barriers on a hazard's route so that no single failure reopens it — a principle formalized in nuclear-safety and information-security practice. ↩