COME513 Term Project 1. Aim: Designing and Implementation of a Reliable Protocol over UDP 2. Procedure: You will implement a reliable protocol using finite state machines on top of UDP. Your protocol should provide error checking and flow control. You will use Go-Back-N protocol for flow control. 2.1. High Level Design (HLD) of the system should provide state diagram of the sender and the receiver. 2.2. CRC will be used for error checking. CRC polynomial is 10101. 2.3. You will use a sliding window with 3-bit sequence numbers and a window size of 6. 2.4. Implementation can be done in Python, C, Java or Javascript in Linux/UNIX environment using UDP socket communication. 2.5. The message to be transferred will be 32 16-bit words of a text file. 3. Deliverables and Grading: 3.1. Report containing FSM diagram and description of the protocol with important details as e-mail thru STIX. (40%) 3.2. Source code by e-mail thru STIX. 3.3 Demo at class time (60%) 4. Final date for submissions is 07.01.2021. You can work in groups of 1 or 2 but not 3 or more. COME513 Term Project 1. Aim: Designing and Implementation of a Reliable Protocol over UDP 2. Procedure: You will implement a reliable protocol using finite state machines on top of UDP. Your protocol should provide error checking and flow control. You will use Go-Back-N protocol for flow control. 2.1. High Level Design (HLD) of the system should provide state diagram of the sender and the receiver. 2.2. CRC will be used for error checking. CRC polynomial is 10101. 2.3. You will use a sliding window with 3-bit sequence numbers and a window size of 6. 2.4. Implementation can be done in Python, C, Java or Javascript in Linux/UNIX environment using UDP socket communication. 2.5. The message to be transferred will be 32 16-bit words of a text file. 3. Deliverables and Grading: 3.1. Report containing FSM diagram and description of the protocol with important details as e-mail thru STIX. (40%) 3.2. Source code by e-mail thru STIX. 3.3 Demo at class time (60%) 4. Final date for submissions is 07.01.2021. You can work in groups of 1 or 2 but not 3 or more