Mobile IP
Mobile IP is a scheme for letting a device keep one permanent IP address even as it roams to networks all over the world. The trouble it solves: an IP address normally encodes location — it tells routers which network you are on, which is how packets find you. But a phone that moves changes networks constantly, so its address would have to keep changing, and any open connection or anyone trying to reach you at the old address would break. It is like wanting your mail to follow you no matter which city you stay in, without ever changing the address printed on your business cards.
The classic solution uses a forwarding trick. The device has a home network with a home address that never changes. When it travels to a foreign network, it picks up a temporary local care-of address there and tells a server back home (the home agent) where it currently is. Anyone sending to the permanent home address reaches the home agent, which tunnels those packets to the current care-of address — like a post office that quietly forwards your letters to wherever you are staying this week. The device can reply, and from the outside world's view its address never changed.
Why it matters as a concept: Mobile IP cleanly separates identity (who/what you are, the home address) from location (where you currently are, the care-of address) — a distinction that matters whenever things move. In practice, classic Mobile IP is not what most phones use day to day; cellular networks handle mobility with their own mechanisms inside the carrier core, and many apps simply re-establish connections after a move. But the underlying idea — a stable identifier plus a changing locator, with forwarding in between — recurs throughout mobile and modern networking, and explains why naively assuming an IP address pins down a fixed device is wrong.
Think of your permanent home address as a forwarding mailbox. You travel to another city and tell the post office your temporary hotel address; letters sent to your home box are silently forwarded to the hotel. Senders never need to know you moved — that is the home-agent tunnel in Mobile IP.
A stable identity plus a changing location, joined by forwarding.
Classic Mobile IP is more important as a concept than as everyday infrastructure; real cellular mobility is handled inside the carrier core, and forwarding through a distant home agent can add latency. The lasting lesson is that an IP address is a locator, not a permanent name for a device.