hyajue/Distributed-Network-Application
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project is to write a distributed networking application in Java consisting of a transmitter and a receiver that can ensure reliable data transfer. The application uses Java¡¯s UDP sockets and provide the necessary reliable data transfer functionality on the top of UDP¡¯s unreliable communication services by implementing sequence number and checksum in datagram header.