Litcius/Paper detail

An Online Learning Assisted Packet Scheduler for MPTCP in Mobile Networks

Yitao Xing, Kaiping Xue, Yuan Zhang, Jiangping Han, Jian Li, David S. L. Wei

2023IEEE/ACM Transactions on Networking38 citationsDOI

Abstract

Multipath TCP is designed to utilize multiple network paths to achieve improved throughput and robustness against network failure. These features are supposed to make MPTCP preferable to single-path TCP in mobile networks. However, it fails to achieve the expected performance in practice. A key challenge of using MPTCP in mobile networks is how to effectively spread packets over heterogeneous and unstable network paths to mobile devices with limited buffers. If packets are not sent in an effective way, MPTCP may only provide equal or even lower throughput than single-path TCP. Several packet scheduling algorithms have been designed to tackle this challenge. Unfortunately, they still cannot achieve the expected performance in dynamic scenarios such as mobile networks. In this paper, we propose an Online-Learning Assisted Packet Scheduler (OLAPS) to solve the packet scheduling problem by modeling it as a multi-armed bandit problem. Over time, OLAPS can adaptively learn from current network conditions to make the best scheduling policy to provide the highest possible throughput in a dynamic environment. Moreover, when the inbuilt reward monitor detects the mismatch between network conditions and the learned policy, OLAPS aborts the outdated policy and switches to a new one swiftly. We implement OLAPS as a Linux kernel module and evaluate it over a wide range of ns-3 -simulated network conditions. The results show that OLAPS retains MPTCP’s ability to provide higher throughput and also significantly improves the throughput performance of MPTCP when other in-kernel schedulers suffer a dramatic throughput decline.

Topics & Concepts

Computer scienceMultipath TCPComputer networkNetwork schedulerNetwork packetLinux kernelScheduling (production processes)ThroughputPacket lossDistributed computingMultipath propagationEmbedded systemTransmission delayWirelessProcessing delayOperating systemOperations managementEconomicsChannel (broadcasting)Network Traffic and Congestion ControlAdvanced Wireless Network OptimizationAdvanced Bandit Algorithms Research
An Online Learning Assisted Packet Scheduler for MPTCP in Mobile Networks | Litcius