Identifying Packet Loss and Reordering Packets in Keyed UDP Transmissions
F\'abio Machado Gil, Nuno M. Garcia, B\'arbara Matos, Nuno Pombo,, Rossitza Goleva, Ciprian Dobre

TL;DR
This paper introduces KUDP, an enhanced UDP protocol that can identify lost packets and reorder out-of-sequence packets, aiming to improve reliability without the overhead of full connection-oriented protocols.
Contribution
The paper presents simulation results demonstrating the effectiveness of KUDP in detecting packet loss and reordering, offering a middle ground between UDP and TCP.
Findings
KUDP effectively identifies lost packets.
KUDP successfully reorders out-of-sequence packets.
Simulation confirms improved reliability over standard UDP.
Abstract
The User Datagram Protocol (UDP) and other similar protocols send the application data from the source machine to the destination machine inside segments, without foreseeing nor allowing for any type of control on the transmission or success metrics. These protocols are very convenient for e.g. real time data transmission. But when the reliability of the transmitted data is critical, other protocols termed as connection-oriented, allow for full control of the data transmission process, assuring that the received data is an exact copy of the transmitted data, e.g. the case of the Transmission Control Protocol (TCP). To sustain the increased functionality and features of the connection-oriented protocol, a set of mechanisms is implemented based on some specific fields of the segment header. These mechanisms result in a significant overhead in terms of the increased number of transmitted…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
