1+1 Protection
Understanding 1+1 Protection
In global telecommunications, digging a backhoe through a buried fiber-optic cable is not a rare accident; it is an inevitability. If a fiber carrying the banking data for New York City is severed, the network cannot afford to wait 10 seconds for routing protocols (like OSPF or BGP) to calculate a new path. The failover must be absolutely instantaneous.
The solution is 1+1 Protection Switching (often governed by the Automatic Protection Switching, or APS, protocol).
The Dedicated Bridging Architecture
The core philosophy of 1+1 protection is absolute redundancy through intentional waste.
- The Head-End Bridge: At the transmitting city (Node A), the core router takes the 10 Gbps data stream and uses a hardware bridge to permanently duplicate it. The exact same data is pushed simultaneously down Fiber Path 1 (the Working Path) and Fiber Path 2 (the Protection Path). This inherently wastes 50% of the network's total capacity, but it buys absolute survival.
- The Tail-End Switch: At the receiving city (Node B), the router receives both identical data streams. Under normal conditions, it listens to the Working Path and simply throws the Protection Path data in the trash.
- The Failover Event: If a backhoe cuts the Working Path fiber, Node B instantly detects the Loss of Signal (LOS) or severe Bit Error Rate (BER) degradation. Because the exact same data is already arriving perfectly on the Protection Path, Node B executes a physical hardware switch (a Tail-End Switch) to listen to the Protection Path instead.
1+1 vs. 1:1 Protection
| Protocol | The Architecture Difference | The Advantage |
|---|---|---|
| 1+1 Protection | Data is transmitted continuously on both paths simultaneously. The receiver simply chooses which one to listen to. | Instantaneous. Requires zero communication between the two cities to execute a switch. The failover is strictly determined by the receiver. |
| 1:1 Protection | Data is transmitted only on the Working Path. The Protection Path sits completely empty. If the Working Path is cut, Node B must scream back to Node A to "switch the transmitter to the backup path!" | Efficient. Because the Protection Path is normally empty, the network operator can use it to transmit cheap, low-priority "Extra Traffic" (like background internet downloads) which is immediately killed and thrown away if an emergency failover occurs. |
Key Equations
1+1 Protection is a foundational network resilience protocol utilized across fiber-optic SONET/SDH and microwave carrier systems. It dictates a permanent, dedicated bridging architecture where the...
Key specifications:
10 Gbps | 50 % | 1 v | 32.44 dB | 60 km | 99.999 %
Path loss: FSPL = 20log(d)+20log(f)+32.44
Comparison
| Aspect | 1+1 Protection Spec | Typical Range | Impact | Design Note |
|---|---|---|---|---|
| Primary function | 1+1 Protection is a foundational network... | Application-dep. | Critical | Verify in sim |
| Operating range | It dictates a permanent, dedicated bridg... | Application-dep. | Critical | Verify in sim |
| Performance | The receiving node constantly monitors b... | Application-dep. | Critical | Verify in sim |
| Integration | Understanding 1+1 Protection In global t... | Application-dep. | Critical | Verify in sim |
| Trade-off | If a fiber carrying the banking data for... | Application-dep. | Critical | Verify in sim |
Frequently Asked Questions
What happens if both paths fail simultaneously?
This is a catastrophic Dual-Failure event. 1+1 protection cannot save the network. At this point, the hardware protection layer throws its hands up, and the slow, software-based IP routing protocols (like BGP) must step in and attempt to reroute the traffic entirely around the country, usually resulting in a multi-second or multi-minute outage.
How does the system prevent rapid 'flapping'?
If a fiber optic connector is loose, the signal might drop out and return 50 times a second. If the 1+1 system switches back and forth 50 times a second, it will crash the network. Engineers program a 'Hold-Off Timer' and a 'Wait-to-Restore Timer' (often 5 minutes) which forces the system to stay on the backup path until the primary path proves it has been flawlessly stable for an extended period.
Is 1+1 protection used in subsea cables?
Yes, but due to the astronomical cost of laying transatlantic cables, subsea networks often use complex Ring or Mesh protection schemes (like SNCP or BLSR) rather than dedicating an entire multi-billion-dollar cable strictly as a 1+1 backup.