Yes, this is the host identifier approach - very similar as a PKI> When moving, your identifier will still be kept, not changed, but your
> locator will be changed. The mapping between the identifier and the changing
> locator (and its retrieval) will have to be done a server in the
> infrastructure (perhaps an extended DNS or rendezvous server(?) in HIT) a
> very efficient manner.
>
infrastructure but the PKI doesn't offer mobility, the PKI certificate
do have global uniqueness . Another approach is to use a session
identifier that can offer mobility, the session identifier is not
globally unique - it is just used to identify the session when the
endpoint is moving from one attachment point to another.
Both identifiers can be used concurrently, if the context of the
session is sensitive then use the session identifier for mobility and
to identify the remote endpoint after the transition authenticate
again the endpoints by the PKI infrastructure.
If the content is not sensitive - do you need to authenticate the
remote endpoint again? Probably not, but mobility might be required
and for that the session identifier is good enough - usually it is the
client that moves around and the server is fixed. Or if both endpoints
moves around you would need a rendezvous server - but I think has been
solved on the application layer already, e.g. SIP registrar&proxy,
Skype, Instant Message solutions, peer-to-peer applications etc.
The problem is that some applications uses IP addresses to identify
the session, because there is no session layer in the TCP/IP-model
(the OSI model and Appletalk do have) - the lack of the session layer
is in my opinion the problem. So if the application could identify the
session with the help of a token much better mobility could be
achieved.
Unfortunately it would require changes to some applications - but it
is the right place to fix the problem. If the application can not be
changed and mobility is required, then use Mobile IP.
A simple session layer would make the networking so much easier.
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.