UDP-Packet-Transfer-using-JAVA
Java application communicating between a client and a server using Java’s UDP sockets. The reliability of the communication was ensured by the application using UDP’s unreliable data transfer services. The protocol used integrity check, timeout and retransmission as needed for this purpose.