2+0 Configuration
Understanding 2+0 Configurations
If a telecommunications company has a standard microwave radio on a tower that pushes 1 Gigabit per second, and the customers in the city suddenly demand 2 Gigabits, the company has two options:
- Tear down the radio and buy an insanely expensive, next-generation radio.
- Simply bolt a second 1 Gigabit radio to the same antenna and run them both at the same time.
Option 2 is the 2+0 Configuration. It means: Two Active Transceivers + Zero Standby Transceivers.
How to Bond the Signals
You cannot just blast two radios into the same antenna on the same frequency; they will completely jam each other. You must separate the physics.
| Separation Method | The 2+0 Architecture |
|---|---|
| Adjacent Channel (Frequency) | Radio A transmits on 11.200 GHz. Radio B transmits on 11.280 GHz. Because they are on completely different frequency channels, they do not interfere. The router on the ground bonds the two separate ethernet pipes together into one massive 2 Gbps pipe (Link Aggregation). |
| Co-Channel Dual Polarization (CCDP) | The XPIC Revolution. Both Radio A and Radio B transmit on the exact same frequency (e.g., 11.200 GHz). To prevent jamming, Radio A transmits the wave Vertically, while Radio B transmits the wave Horizontally. Because the waves are 90 degrees orthogonal, they ignore each other, allowing you to double the data speed without buying a second frequency license from the government. |
The Fatal Flaw: Zero Redundancy
The penalty for doubling the speed is absolute fragility. Unlike a 1+1 setup (where the backup radio instantly takes over if the primary radio burns out), a 2+0 setup has no backup.
If lightning strikes Radio A, Radio A dies permanently. The link does not go offline completely, but the massive 2 Gbps highway instantly collapses down to a 1 Gbps dirt road (carried only by the surviving Radio B). The sudden 50% drop in capacity will cause the routers to instantly start dropping packets, ruining video streams and data backups until a technician climbs the tower to replace Radio A.
Key Equations
A 2+0 Configuration is a high-capacity point-to-point microwave radio architecture designed to maximize bandwidth by intentionally sacrificing hardware redundancy. Instead of keeping a backup radio...
Key specifications:
0 A | 11.200 GHz | 11.280 GHz | 2 Gbps
Path loss: FSPL = 20log(d)+20log(f)+32.44
Comparison
| Aspect | 2+0 Configuration Spec | Typical Range | Impact | Design Note |
|---|---|---|---|---|
| Primary function | A 2+0 Configuration is a high-capacity p... | Application-dep. | Critical | Verify in sim |
| Operating range | Instead of keeping a backup radio in res... | Application-dep. | Critical | Verify in sim |
| Performance | Simply bolt a second 1 Gigabit radio to... | Application-dep. | Critical | Verify in sim |
| Integration | Option 2 is the 2+0 Configuration... | Application-dep. | Critical | Verify in sim |
| Trade-off | It means: Two Active Transceivers + Zero... | Application-dep. | Critical | Verify in sim |
Frequently Asked Questions
What is an OMT?
An Orthomode Transducer (OMT) is a massive chunk of precision-milled aluminum that bolts between the two radios and the antenna flange. It is the physical waveguide device that forces Radio A's wave to orient vertically and Radio B's wave to orient horizontally, allowing CCDP/XPIC to function.
Can you do 4+0 or 8+0?
Yes. If an operator needs 10 Gigabits of capacity over standard microwave bands, they will use massive Branching Networks (filter combiners) to bolt four, six, or even eight separate ODUs to a single massive 6-foot dish antenna. This is called an N+0 configuration. It is incredibly heavy, complex, and difficult to align.
Why use XPIC instead of adjacent frequencies?
Because microwave frequency spectrum is heavily regulated and insanely expensive. The government might charge $2,000 to license a single 80 MHz channel. If you use adjacent frequencies, you have to buy two licenses. If you use XPIC, you reuse the exact same licensed channel twice, legally doubling your speed for free.