Loading content...
When a mobile device needs to switch from one cell to another, there are fundamentally two strategies for executing the transfer:
This seemingly simple choice has profound implications for network architecture, spectrum efficiency, user experience, and system complexity. The history of cellular networks is, in many ways, a story of different generations and standards choosing different positions on this fundamental trade-off.
Consider the analogy of walking across a bridge:
Hard Handoff is like having only one plank to walk on at a time. Before you step onto the next plank, you must leave the current one. There's a brief moment when you're in the air, between planks.
Soft Handoff is like having overlapping planks. You can step onto the next plank while still standing on the current one, then lift your back foot. You're never unsupported.
Both approaches work, but they have very different characteristics in terms of complexity, resource usage, and risk of falling.
By the end of this page, you will understand the complete mechanisms of both hard and soft handoffs, be able to analyze the trade-offs between them, know which technologies use which approach and why, and understand the engineering decisions that drive handoff strategy selection in modern network design.
Hard handoff (HHO), also known as break-before-make handoff, is the simpler of the two approaches. In hard handoff, the mobile station completely terminates its connection with the source cell before establishing a connection with the target cell.
Phase 1: Handoff Decision
Phase 2: Handoff Preparation 5. Network reserves resources in target cell (channel, timeslot, code, etc.) 6. Target cell confirms resource availability 7. Network prepares handoff command with target cell parameters
Phase 3: Handoff Execution 8. Serving cell transmits handoff command to mobile 9. Mobile terminates connection with serving cell (BREAK) 10. Mobile tunes to target cell frequency/channel 11. Mobile establishes connection with target cell (MAKE) 12. Target cell confirms successful handoff to network
Phase 4: Cleanup 13. Network updates routing to target cell 14. Serving cell releases resources 15. Call/session continues on target cell
During steps 9-11, the mobile is not connected to any cell. This is the vulnerability window of hard handoff—if anything goes wrong during this period (target cell unavailable, interference, timing issues), the call may be dropped with no fallback to the original cell.
The duration of the vulnerability window depends on several factors:
Frequency Change Time: If the source and target cells operate on different frequencies (typical in FDMA/TDMA systems), the mobile must retune its radio. This typically takes 1-5ms for modern transceivers.
Synchronization Time: The mobile must synchronize to the target cell's timing. In synchronized networks (GPS-synchronized base stations), this is faster (1-3ms). In unsynchronized networks, it can take 10-50ms.
Random Access Time: The mobile may need to perform a random access procedure to the target cell, especially if precise timing advance is required. This can add 5-20ms.
Signaling Round-Trip: Confirmation messages between mobile and target cell add latency. Typically 5-20ms.
Total Hard Handoff Interruption Time:
| Component | Duration | Factors Affecting |
|---|---|---|
| Frequency retuning | 1-5ms | Radio hardware, frequency gap |
| Downlink synchronization | 1-50ms | Network synchronization, cell search |
| Timing advance acquisition | 5-20ms | Target cell access method |
| Signaling completion | 5-20ms | Channel conditions, processing delay |
| Total Interruption | 20-100ms typical | Network configuration, conditions |
1. Simplicity
Hard handoff is conceptually and implementationally simpler. The mobile maintains a single connection at any time, which simplifies:
2. Spectrum Efficiency
Because the mobile only uses resources in one cell at a time, there is no overhead from concurrent connections. In spectrum-constrained environments, this is significant.
3. Inter-Frequency Capability
Hard handoff naturally supports handoff between different frequencies. Since the mobile breaks the connection anyway, it can tune to any frequency for the target cell. This is essential for:
1. Connection Interruption
The inherent break-before-make nature means there is always a period when the mobile has no connection. This interruption is:
2. No Fallback
Once the mobile breaks from the source cell, it cannot return if the target cell handoff fails. This creates a single point of failure:
3. Cell Edge Quality Issues
At cell edges, signal quality from both cells is typically marginal. Hard handoff must be triggered while the source cell is still adequate (to allow handoff completion), but this can be challenging when both cells are near threshold.
4. Ping-Pong Susceptibility
Without simultaneous connections, the mobile must choose one cell. At boundaries where signals are similar, small variations can trigger repeated handoffs back and forth.
Modern networks mitigate hard handoff risks through: careful handoff parameter tuning (hysteresis, time-to-trigger), proactive target cell preparation, fast handoff execution times (< 50ms), and sophisticated measurement averaging to reduce ping-pong. LTE achieves hard handoff with < 50ms interruption, making it imperceptible for most applications.
Soft handoff (SHO), also known as make-before-break handoff, maintains simultaneous connections to multiple cells. The mobile is connected to both the source and target cells during the handoff, providing seamless transition without connection interruption.
Soft handoff is enabled by CDMA (Code Division Multiple Access) technology, where all cells can operate on the same frequency simultaneously. Unlike FDMA/TDMA systems where cells must use different frequencies to avoid interference, CDMA cells can overlap in frequency space because they are separated by unique spreading codes.
This is the key insight: In a CDMA system, a mobile can receive signals from multiple base stations simultaneously (they're all on the same frequency), and the network can decode the mobile's uplink transmission at multiple base stations simultaneously.
Phase 1: Active Set Management
Phase 2: Active Set Addition 4. Network receives PSMM and decides to add the neighbor to Active Set 5. Network configures the new cell with the mobile's parameters 6. Network sends Handoff Direction Message to mobile, adding new cell to Active Set 7. Mobile begins communicating with both cells simultaneously (MAKE) 8. Mobile acknowledges with Handoff Completion Message
Phase 3: Dual/Multi-Link Operation 9. Mobile transmits to both cells (uplink diversity) 10. Both cells transmit to mobile (downlink diversity) 11. Network combines uplink signals for better quality (selection or maximal ratio combining) 12. Mobile combines downlink signals using RAKE receiver
Phase 4: Active Set Removal 13. When original cell's pilot drops below T_DROP for T_TDROP seconds: 14. Mobile sends PSMM indicating pilot weakness 15. Network sends Handoff Direction Message removing old cell from Active Set 16. Mobile stops communicating with old cell (BREAK) 17. Call continues on remaining Active Set members
Notice that the BREAK happens after the MAKE is fully established and proven working. There is never a moment when the mobile has no connection. The vulnerability window that exists in hard handoff is completely eliminated in soft handoff.
Soft handoff manages cell membership through three sets:
Active Set:
Candidate Set:
Neighbor Set:
Remaining Set:
| Threshold | Name | Function | Typical Value |
|---|---|---|---|
| T_ADD | Add Threshold | Pilot strength to request addition to Active Set | -13 to -15 dB (Ec/Io) |
| T_DROP | Drop Threshold | Pilot strength below which cell is dropped | -15 to -17 dB (Ec/Io) |
| T_TDROP | Drop Timer | Time pilot must be below T_DROP before removal | 2-4 seconds |
| T_COMP | Compare Threshold | Difference from strongest pilot for Candidate promotion | 2.5 dB |
The magic of soft handoff lies in sophisticated signal processing that enables simultaneous multi-cell communication and signal combining for improved quality.
In soft handoff, the mobile receives the same data from multiple base stations. The mobile's RAKE receiver combines these signals:
RAKE Receiver Operation:
A RAKE receiver has multiple "fingers," each assigned to track a different multipath component or base station signal:
Diversity Gain:
The key benefit is diversity gain. When one cell's signal fades (due to shadow fading, multipath, etc.), the other cell's signal may be strong. By combining, the mobile achieves more reliable communication than with any single cell.
Typical soft handoff gain: 3-6 dB improvement in link quality compared to hard handoff at the cell edge.
Diversity gain is maximized when the signals from different cells experience independent fading. Since the two base stations are in different locations, they represent different propagation paths with largely independent fading characteristics. This spatial diversity is the fundamental source of soft handoff gain.
In soft handoff, multiple base stations receive the mobile's transmission. The network must combine these:
Selection Combining (Infrastructure):
The simplest approach—the Base Station Controller (BSC) or Radio Network Controller (RNC) receives decoded frames from each base station and selects the best one:
Soft Combining:
More sophisticated approach where soft (analog) information is combined before final decoding:
Uplink Diversity Gain:
Uplink combining provides similar diversity gain (3-6 dB) but is particularly valuable because mobile transmit power is constrained. Better uplink combining means:
1. Seamless Transition
The make-before-break nature means users never experience connection interruption. Voice calls have no audible artifacts during handoff. Data sessions have no timeout or retry requirements.
2. Diversity Gain
Simultaneous multi-cell connection provides 3-6 dB gain at cell edges, which translates to:
3. No Single Point of Failure
With multiple cells in the Active Set, failure of any single cell doesn't cause call drop. The call continues on the remaining cells, and new cells can be added to replace the failed one.
4. Reduced Ping-Pong
Since the mobile is connected to both cells during the transition region, there's no need to rapidly switch between them. The hysteresis inherent in the T_ADD/T_DROP mechanism prevents rapid oscillation.
Soft handoff creates a capacity trade-off that must be carefully managed:
Downlink Overhead:
During 2-way soft handoff, two base stations transmit to one mobile. This doubles the downlink resource usage and increases interference to other mobiles.
Uplink Overhead:
The mobile transmits once, but the signal is received and processed by multiple base stations:
Optimization Balance:
Network operators tune soft handoff parameters (T_ADD, T_DROP, Active Set size limits) to balance:
Typical optimal soft handoff percentage: 30-40% of mobiles in soft handoff in well-designed networks.
Studies show that 2-way soft handoff (two cells) provides most of the diversity gain with acceptable overhead. Adding more cells to the Active Set (3-way, 4-way soft handoff) provides diminishing quality improvements while linearly increasing overhead. Most networks limit Active Set to 2-3 cells.
Softer handoff is a special case that occurs when the soft handoff is between sectors of the same base station rather than different base stations.
Physical Co-location:
In a sectorized cell (typical 3-sector or 6-sector deployment), a single base station serves multiple sectors, each with its own antenna pointing in a different direction. When a mobile moves from one sector to another at the same site:
1. Optimal Uplink Combining:
Because both sector receivers are in the same base station, true maximal ratio combining (MRC) can be performed on the uplink, not just frame selection:
2. No Backhaul Overhead:
Uplink signals don't need to be transported to the BSC for combining—they're combined locally at the base station. This eliminates the backhaul overhead of soft handoff.
3. Simpler Power Control:
Power control commands from both sectors can be perfectly synchronized since they originate from the same base station. This avoids the coordination delays of inter-base-station soft handoff.
| Aspect | Soft Handoff (Inter-BS) | Softer Handoff (Intra-BS) |
|---|---|---|
| Base Stations Involved | Different base stations | Same base station, different sectors |
| Uplink Combining | Frame selection at BSC | MRC at base station |
| Combining Gain | 3-6 dB | 5-8 dB (better combining) |
| Backhaul Overhead | Yes (duplication) | No |
| Power Control Coordination | Complex (inter-BS signaling) | Simple (local) |
| Typical Occurrence | At cell boundaries | At sector boundaries within cell |
Mobiles often experience combinations of soft and softer handoff simultaneously. For example, a mobile at the boundary of two sectors of one cell and one sector of an adjacent cell might have:
The network handles these relationships appropriately:
Different wireless technologies have chosen different handoff approaches based on their fundamental radio access methods and design goals.
Handoff Type: Hard handoff only
Reason: GSM uses TDMA/FDMA. Cells use different frequencies to avoid co-channel interference, so a mobile cannot receive from two cells on different frequencies simultaneously with a single receiver.
Characteristics:
Handoff Type: Soft handoff (intra-frequency), Hard handoff (inter-frequency)
Reason: CDMA uses same frequency across cells, enabling soft handoff. Different frequencies (for capacity overlay or band changes) require hard handoff.
Characteristics:
Handoff Type: Soft handoff (intra-frequency), Hard handoff (inter-frequency, inter-RAT)
Reason: WCDMA (Wideband CDMA) supports soft handoff within the same frequency. Inter-frequency and inter-RAT (to GSM) handoffs are hard.
WCDMA Soft Handoff Details:
Handoff Type: Hard handoff only
Reason: Critical design decision! LTE uses OFDMA, not CDMA. While intra-frequency operation is possible, the decision was made to use only hard handoff.
Why LTE Chose Hard Handoff:
OFDMA Timing Sensitivity: OFDMA requires tight time/frequency synchronization. Simultaneous transmission to multiple cells on the same resource blocks would require impractical synchronization.
Reduced Complexity: Eliminating soft handoff simplified the network architecture (no need for frame combining, reduced backhaul).
Fast Hard Handoff: With optimizations (X2 interface, preparation phase), LTE achieves < 50ms handoff interruption—imperceptible for most applications.
Network-Side MIMO/CoMP: Instead of mobile-side soft handoff diversity, LTE uses network-side techniques like Coordinated Multi-Point (CoMP) for cell-edge improvement.
LTE's choice of hard handoff was controversial but has proven successful. With typical interruption under 50ms (often under 30ms), users don't perceive voice gaps, and TCP connections easily bridge the interruption without retransmissions. The simplicity gained enabled LTE's rapid deployment and lower infrastructure cost.
Handoff Type: Hard handoff (dominant), Dual Connectivity (partial soft handoff behavior)
Dual Connectivity in 5G:
5G introduces Dual Connectivity (DC), where a mobile can be simultaneously connected to two base stations (e.g., LTE eNodeB and 5G gNodeB, or two gNodeBs). This provides some soft handoff-like benefits:
Key Difference from True Soft Handoff:
| Technology | Generation | Primary Handoff | Soft Handoff Support | Notes |
|---|---|---|---|---|
| GSM/GPRS/EDGE | 2G | Hard | No | TDMA/FDMA prevents soft handoff |
| IS-95/cdmaOne | 2G | Soft (primary) | Yes | First commercial soft handoff |
| cdma2000 | 3G | Soft (primary) | Yes | Enhanced soft handoff algorithms |
| UMTS/WCDMA | 3G | Soft (intra-freq) | Yes | Hard for inter-freq/inter-RAT |
| LTE/LTE-A | 4G | Hard | No | Design choice for simplicity |
| 5G NR | 5G | Hard | Partial (DC) | Dual Connectivity provides resilience |
The choice between hard and soft handoff is one of the defining decisions in cellular network design. Neither approach is universally superior—each represents a different point in a multi-dimensional trade-off space.
What's Next:
Now that we understand the execution strategies for handoff, the next page explores roaming—what happens when a mobile device moves beyond its home network into a different operator's network, or between different geographic regions of the same operator.
You now have deep expertise in the distinction between hard and soft handoff. You understand the mechanisms, trade-offs, and technology implications of each approach, and you can analyze why different generations and standards made different choices in this fundamental design decision.