Suggest a scheme that improves on MobileIP for providing access to a web server on a mobile device which is sometimes connected to the Internet by mobile phone and at other times has a wired connection to the Internet at one of several locations.

What will be an ideal response?

The idea is to exploit the cellular phone system to locate the mobile device and to give the IP address of its current location to the client.

Computer Science & Information Technology

You might also like to view...

Any workable solution has to be ____.

A. elegant B. practical C. detailed D. complex

Computer Science & Information Technology

Which method call does the method head Sub ModifyArray(ByVal a As Double()) represent? Assume that the array being passed (list) is already defined.

a) ModifyArray( double() list ) b) ModifyArray( double() : list ) c) ModifyArray( double list() ) d) ModifyArray( list )

Computer Science & Information Technology