Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project topic: you are going to implement and research on two generic forms of pipelined approaches in transport service, go-back-n (gbn) and selective repeat (sr),
- Project topic: you are going to implement and research on two generic forms of pipelined approaches in transport service, go-back-n (gbn) and selective repeat (sr), through software simulations. as you may already know, these two approaches have their advantages and disadvantages. in nature, some upcoming packets may be lost or have to be re-sent due to premature timeout or delayed ack. since the behavior of data transfer is not fully predictable, it is hard to tell which approach is superior. through this project, you investigate the performance difference from the simulated results between these two methods. there are several factors, such as window size, transmission delay, propagation delay, timeout setting, and packet loss rate, which may affect the performance. you will record the simulated results by adjusting relevant variables such as those mentioned above. finally, you summarize your findings in a report. along with project need the following: 1) a typed report with 5-10 pages (single space paragraph) including figures and citations. the report should contain all necessary/applicable introduction, assumptions, definitions, arguments, experimental design, discoveries, comparisons, discussions, and conclusion. neither source code nor plain screenshot shall appear in the report. pseudo-code is okay provided that it catches the core functions of the program. performance results should be made with computer generated charts or figures. 2) a compressed file (e.g. .zip) that includes all source codes of your program.
Step by Step Solution
★★★★★
3.46 Rating (162 Votes )
There are 3 Steps involved in it
Step: 1
In GoBackN Protocol if the sent frame are find suspected then all the frames are retransmitted from ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started