1. Prioritizing handoffs over new call requests reduces the rate of handoff failures, which is desirable from the user's perspective.
2. There are two main methods for prioritizing handoffs - using guard channels that are reserved exclusively for handoff requests, and queuing handoff requests to be served before new calls.
3. The guard channel method reserves a fraction of available channels for handoffs, reducing the number of required guard channels and offering more efficient spectrum utilization. However, it has the disadvantage of reducing total carried traffic. Queuing handoff requests puts them in a queue to be served first on a first-come, first-served basis, reducing failed handoffs but also reducing