Is it possible for application to enjoy reliable data transfer even when the application runs over UDP?

1 answer

Answer

1050899

2026-05-22 07:05

+ Follow

It is possible for an application to enjoy reliable data transfer over UDP. UDP uses checksum to learn whether data reached is true or not. You can also ensure reliability by creating a private protocol built on UDP.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.