Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Does anyone have code for reliable data transfer over udp in c/c++ language. The code should consist pipeline protocol , acknolegements, timeout and other tcp

Does anyone have code for reliable data transfer over udp in c/c++ language. The code should consist pipeline protocol , acknolegements, timeout and other tcp functions.

These are requirements of code:

image text in transcribed

1. File being read as Data 1 mark 2. Simple UDP Connection estab. - 2 marks 3. TCP - Handshake - 4 marks 4. Seq No. Used - 3 marks 5. Data Divided into chunks and being sent (To incorporate window) 3 marks 6. Successful Ack from recv. 3 marks 7. Interpretation of Ack recv at sender. -3 marks 8. Successful Use of SR/GBN -3 marks 9. Piplining of Data - 3 marks 10. Successful Use of Timer -2 marks 11. Random Drop of any Pck Seq No. (I will tell you which one to drop) -2 marks 12. Resending Pkt on Timeout - 2 marks 13. Fast Retransmit Implemented 2 marks 14. End-to-End Fully Working -2 marks 1. File being read as Data 1 mark 2. Simple UDP Connection estab. - 2 marks 3. TCP - Handshake - 4 marks 4. Seq No. Used - 3 marks 5. Data Divided into chunks and being sent (To incorporate window) 3 marks 6. Successful Ack from recv. 3 marks 7. Interpretation of Ack recv at sender. -3 marks 8. Successful Use of SR/GBN -3 marks 9. Piplining of Data - 3 marks 10. Successful Use of Timer -2 marks 11. Random Drop of any Pck Seq No. (I will tell you which one to drop) -2 marks 12. Resending Pkt on Timeout - 2 marks 13. Fast Retransmit Implemented 2 marks 14. End-to-End Fully Working -2 marks

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_2

Step: 3

blur-text-image_3

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

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions

Question

Recognize the causes of environmental problems.

Answered: 1 week ago