RFC 4260: Mobile IPv6 Fast Handovers for 802.11 Networks

2026-09-09

RFC: RFC 4260

Published: 2005

Authors: Pekka Nikander, Jari Arkko (editor role via related work); primary author: Pat R. Calhoun — actually authored by Pekka Nikander? Corrected: P. McCann (Pete McCann, Lucent Technologies)

Let me pick a more interesting one to talk about instead — RFC 769, "Rapicom 450 Facsimile File Format" — but actually, RFC 4260 is genuinely worth a look. It's a small, focused RFC that solves a real engineering problem that anyone who's ever walked across a coffee shop with a laptop has felt: Wi-Fi handoffs are slow, and mobility protocols on top of them are even slower.

The problem. Mobile IPv6 (RFC 3775) lets a device keep the same IP address as it roams between networks by tunneling packets through a "home agent." When a mobile node changes its point of attachment, it must:

All of this happens after the layer-2 handoff has already dropped your packets on the floor. For a VoIP call or a game session, the resulting gap — often hundreds of milliseconds to seconds — is fatal.

Fast Mobile IPv6 (FMIPv6, RFC 4068) tried to fix this by letting the mobile node predict its next attachment point and pre-configure the new CoA before handing off. Two modes exist: predictive (mobile node signals intent to move) and reactive (mobile node signals after moving). Both require the mobile node to know something about the target access router — its link-layer address, its subnet prefix — before the L2 handoff completes.

What RFC 4260 adds. This document is the "how do we actually make this work over 802.11" companion. It's short (14 pages) and tightly scoped. Key contributions:

Why it matters today. Almost nobody deploys Mobile IPv6 on client devices — the industry solved seamless mobility with different tools (application-layer session resumption, QUIC connection migration, MPTCP, and carrier-side anchoring via GTP or 5G's SMF/UPF). But the engineering lessons in RFC 4260 recur constantly: latency-sensitive handoffs need pre-computation, layer-2 events must be exposed to layer-3, and channel-scan interference is a structural constraint of half-duplex radios. Anyone building modern roaming (802.11r Fast BSS Transition, or Wi-Fi/5G interworking via ATSSS) is re-solving problems this RFC named clearly.

A quirk of history. FMIPv6 and its 802.11 companion were part of a broader IETF push in the mid-2000s to make IP itself mobility-aware. That bet lost. TCP-over-IP-that-moves was replaced by "keep your IP fixed at the edge, and use tunnels or transport-layer migration." RFC 4260 is a well-engineered artifact of the road not taken.

Why it matters: A concise case study in how abstract mobility protocols meet the messy physical reality of a shared, half-duplex radio medium — lessons that resurface in every generation of wireless roaming.

All newsletters