77 | 77 | We demonstrate the feasibility of multipath TCP from the application level with the support at the network level. The network routes packets based on destination address and last bit of the destination port #. Packets destined to odd and even port numbers are guaranteed to take disjoint paths. With this support, applications can interact using two TCP sockets that establish connections to an odd and even port, thus increasing the end-to-end throughput. The application layer is responsible for splitting and merging the traffic among the different TCP streams, while the individual TCP streams are responsible for reliable transport within the stream. |