Questions: Mobile IP and Handover

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A laptop has an active TCP connection to a server. The user moves to a different WiFi network, and the laptop gets a new IP address. Why does the TCP connection break, even though both networks are working correctly?

ATCP connections break whenever the physical link layer changes, regardless of whether the IP address changes
BThe new network uses a different MTU, causing packet fragmentation that terminates the connection
CTCP connections are bound to IP address pairs; when the laptop's IP changes, the server cannot route responses to the new address, and the connection state referencing the old IP becomes invalid
DTCP does not support user mobility and requires a new three-way handshake whenever a user roams to any new location
Question 2 Multiple Choice

In Mobile IP, a remote host sends a packet to the mobile node's home address while the node is visiting a foreign network. The home agent tunnels the packet to the care-of address. What problem does this triangle routing create?

AThe packet is delivered twice — once directly and once via the tunnel — causing duplicate processing
BTriangle routing forces the packet to travel via the home network even if the remote host is geographically close to the foreign network, wasting bandwidth and adding latency
CThe home agent cannot distinguish the tunnel header from the original packet, causing header corruption
DIP-in-IP tunneling is incompatible with wireless links, so the tunnel fails on any mobile network
Question 3 True / False

The main architectural advantage of Mobile IPv6 over Mobile IPv4 is that it integrates mobility support directly into the protocol, eliminating the need for separate foreign agents.

TTrue
FFalse
Question 4 True / False

In soft handover, the mobile device disconnects from the old access point before establishing a connection to the new one, ensuring a clean single-connection transition.

TTrue
FFalse
Question 5 Short Answer

Explain why IP routing creates a fundamental problem for mobile devices, and how Mobile IP's home agent / care-of address architecture solves it.

Think about your answer, then reveal below.