Comm Notes
Handoff types, hard and soft handoff, handoff decision algorithms, ping-pong effect, and mobility management
Handoff Techniques: Maintaining Connectivity on the Move
Handoff (or handover) is the process of transferring an active call or data session from one cell to another as a mobile user moves across cell boundaries. It is one of the most critical functions in cellular networks — a poorly designed handoff system leads to dropped calls, service interruptions, and frustrated users. Good handoff design makes mobility completely transparent to the user.
Why Handoff Is Necessary
Think of it this way: as you drive along a highway while talking on your phone, you pass through the coverage areas of many different cell towers. Each tower has limited range. Without handoff, your call would drop every time you left one cell's coverage area. Handoff seamlessly transfers your connection from the old tower to a new one — ideally without you ever noticing.
Triggers for handoff:
- Signal strength from serving cell drops below threshold
- Signal quality (BER, SIR) degrades below acceptable level
- Distance from serving cell exceeds maximum
- Traffic load balancing (move user to less congested cell)
- Interference management (reduce interference by moving to better cell)
Types of Handoff
Hard Handoff (Break-Before-Make):
- Connection to old cell is broken BEFORE connection to new cell is established
- Brief interruption (~60 ms in GSM, ~20 ms in LTE)
- Used in FDMA and TDMA systems (GSM, LTE)
- Simpler to implement but risks dropped calls during transition
Soft Handoff (Make-Before-Break):
- Connection to new cell established BEFORE old cell is released
- Mobile communicates with both cells simultaneously
- Used in CDMA systems (IS-95, CDMA2000, WCDMA)
- No interruption — provides macro-diversity gain
- Consumes resources in multiple cells simultaneously
Softer Handoff:
- Handoff between sectors of the SAME base station
- Signals combined at the base station (single location)
- No backhaul coordination needed — simplest to manage
Handoff Decision Algorithms
1. Relative Signal Strength:
- Hand off when neighbor cell's signal exceeds serving cell's signal
- Problem: Rapid fluctuations (fading) cause unnecessary handoffs
2. Relative Signal Strength with Threshold:
- Hand off only when: (a) serving signal drops below threshold T, AND (b) neighbor signal exceeds serving signal
- Prevents handoffs when both signals are adequate
3. Relative Signal Strength with Hysteresis:
- Hand off when: neighbor signal > serving signal + hysteresis margin H
- Margin H (typically 3-6 dB) prevents ping-ponging
- Most common algorithm in practice
4. Combined Threshold and Hysteresis:
- Hand off when: serving signal < threshold T AND neighbor > serving + H
- Combines benefits of both approaches — industry standard
The Ping-Pong Effect
The ping-pong effect occurs when a mobile near a cell boundary repeatedly hands off back and forth between two cells:
Causes:
- Rapid signal fluctuations from fading
- Mobile positioned exactly at cell edge
- Hysteresis margin too small
Consequences:
- Signaling overhead (each handoff requires network messages)
- Brief quality degradation during each transition
- Wasted network resources for processing unnecessary handoffs
- Increased risk of call drops during multiple rapid transitions
Solutions:
- Adequate hysteresis margin (3-6 dB) — ensures decisive handoff
- Time-to-trigger (TTT): Condition must persist for ~200-640 ms before triggering
- Averaging: Use filtered (averaged) signal measurements, not instantaneous values
- Dwell timer: Minimum time between consecutive handoffs
Handoff in Different Technologies
GSM Hard Handoff:
- Mobile measures 6-8 neighbor cells continuously
- Reports every 480 ms via SACCH channel
- BSC decides based on signal strength and quality
- Handoff execution: ~60 ms interruption
- Can change frequency, time slot, and base station simultaneously
CDMA Soft Handoff:
- Mobile monitors neighbor pilot signals
- Active Set: Currently connected cells (up to 6)
- Candidate Set: Strong pilots not yet in Active Set
- Add threshold: Pilot strength to add to Active Set (T_ADD ≈ -13 dB)
- Drop threshold: Pilot weakness to remove (T_DROP ≈ -15 dB)
- Drop timer: Pilot must stay weak for T_TDROP seconds before removal
LTE Handover:
- Measurement events (A1-A6) trigger reports to serving eNB
- Event A3: Neighbor becomes stronger than serving + offset → most common trigger
- X2 interface enables direct handover preparation between eNBs (faster than through core)
- Interruption: ~20-50 ms (shorter than GSM due to preparation via X2)
- Measurement gap: Brief pauses to measure frequencies on other bands
Vertical Handoff (Inter-Technology)
Modern devices support handoff between different access technologies:
- LTE ↔ WiFi (mobile data offloading)
- 5G NR ↔ LTE (NR coverage gap fallback)
- Cellular ↔ Satellite (non-terrestrial networks)
Challenges: Different technologies have different latency, bandwidth, and security characteristics. Seamless transition requires session continuity protocols and dual-stack support.
Handoff Performance Metrics
Handoff success rate: Percentage of initiated handoffs that complete successfully (target: >99%) Handoff latency: Time from trigger to completion (~20-60 ms typical) Ping-pong rate: Percentage of handoffs reversed within short time (target: <5%) Unnecessary handoff rate: Handoffs that could have been avoided with better algorithms Call drop rate during handoff: Calls lost during transition (target: <0.1%)
Key Takeaways
- Handoff enables seamless mobility by transferring active connections between cells as users move — essential for useful mobile service.
- Hard handoff (break-before-make) causes brief interruption but is simpler; soft handoff (make-before-break) provides uninterrupted service with macro-diversity.
- Hysteresis margin (3-6 dB) and time-to-trigger prevent the ping-pong effect — unnecessary rapid oscillation between cells.
- CDMA soft handoff manages Active Sets with add/drop thresholds, providing continuous diversity gain during cell transitions.
- LTE uses measurement events (especially A3) with configurable offsets and time-to-trigger for precise handover control.
- Good handoff design balances responsiveness (hand off before signal fails) against stability (avoid unnecessary handoffs) — the fundamental tension in mobility management.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Handoff Techniques.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Communication Systems topic.
Search Terms
communication-systems, communication systems, communication, systems, wireless, handoff, techniques, handoff techniques
Related Communication Systems Topics