Proceedings of the International Conference on Applied Innovations in IT (Mar 2017)

Algorithm of Handling Out-of-Order Delivery for Multithreaded UDP-based Data Transport

  • Dmytro Syzov,
  • Dmitry Kachan,
  • Eduard Siemens

DOI
https://doi.org/10.13142/KT10005.03
Journal volume & issue
Vol. 5, no. 1
pp. 17 – 23

Abstract

Read online

As industry of information technologies evolves, demand for high speed data transmission steadily increases. The need in it can be found in variety of different industries – from entertainment withtrends for increasing of video to scientific research. One of the consequences is a demand for new improved transport protocols that would use the capacity of Long Fat Pipes by maximum, where common TCP performs much slower than it is expected. Such protocols are mostly based on UDP and work at the user space. To improve their network throughput, there is an option to implement sending data in a multi-threading way, but that can bring complications with it. One of the main obstacles is a possibility of out-of-order delivery due to race conditions. This problem is researched in current paper. Causes of reorder are studied regarding UDPbased transport protocols. Based on the results of the testing, a simple algorithm for compensating out-oforder delivery is proposed. It’s effect then is analysed on the example of RMDT.

Keywords