Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions

Question

5. What information would the team members need?

Answered: 1 week ago

Question

Which team solution is more likely to be pursued and why?

Answered: 1 week ago