on 25-Mar-2014 12:48
Have you ever gotten frustrated when you were browsing on your mobile phone and all of a sudden the connection dropped and you had to resubmit the request or you lost all of the data you had filled out in the form? Traditional TCP is a single path protocol; when the path fails the session is terminated and a new connection needs to be established. When a mobile device switches between the mobile network and wi-fi network, a new connection needs to be established which causes delays and also results in a loss of state. Any data from the previous session is lost – forms need to be re-submitted and videos are restarted.
The delay of switching between wi-fi and the mobile network can take upwards of 3 seconds. Given that users expect pages to load in under 5 seconds, this 3 second delay can result in high user abandonment.
Multipath TCP (MPTCP) is an experimental draft implemented in BIG-IP v11.4 which adds extensions to traditional TCP allowing a client to connect and maintain a continuous connection across multiple paths simultaneously. At the onset, MPTCP looks like a regular TCP connection with a 3-way handshake occurring across a single path. If additional paths are available, new connections are created and joined with the original connection. All of this is handled automatically by the handset operating system - the application sees only a single connection. Congestion control algorithms are run separately for each path with its own transmission window and pacing that reflects that connection’s bandwidth, latency and packet loss.
In the mobile world, MPTCP provides a more seamless user experience by enabling the following scenario:
All of this occurs without missing a single play of the game as the application was able to maintain the users session.
Hello There,
Is there any KB document that describe configuration parameters for MPTCP on LTM?, will be helpful for a POC that currently work on.
Thanks,