1. Abstract
The following is the UDP (User Datagram Protocol) file transfer protocol implemented for the client and server applications. The goal of this project is to efficiently and reliably transfer files over a UDP connection between one client and one server.
Improve your skill about C programming.
2. Documents
(File attachment)
2.1. Simple Reliable File Tranfer Over UDP Protocol
2.2. Top Block
2.2. Sequence diagram
2.3. Finite State Machine
2.4. Test Cases
2.5. Flow Chart
2.5.1. Server
2.5.2. Client
3. References