"correspondent nodes may
cache the binding
of a mobile node, and then tunnel
their datagrams for the mobile nodedirectly
to the care-of address,
bypassing the mobile node's home
agent."
See the abstract on
IETF draft:
click here
Route Optimization in Mobile IP:
click here
How to use
a binding cache:
if ( destIP Address ∈ BindCache )
{
tunnel IP packet to the CareOfNode;
}
else
{
perform IP routing on destIP Address;
}
Example:IP forwarding
with a binding cache
Suppose the node 11.0.0.7
has the following binding cachecontent:
Suppose the
node 11.0.0.7sends an
IP packet to
(the mobile host)
10.0.0.4:
The binding cache entry
(10.0.0.4, 12.0.0.1) will
cause encapsulation (tunneling):