Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help Please 6. Programming Assignment: Based on the content covered in the class, you are required to implement a simplified network client-server simulating program. You

Help Please

6. Programming Assignment:

Based on the content covered in the class, you are required to implement a simplified

network client-server simulating program. You can conduct the homework by yourself

or work with another student as a group. You are required to set up your system with

computers to emulate the sender, receiver and router, which are connected with TCP

as shown in the following figure.

image text in transcribed

Figure 1: Network Transmission Model (Topology)

The sender will send Y packets (changing Y from 10; 20; 40; 60; 80; 100) via the router

to the receiver. The receiver will reply with corresponding acknowledge packet as in

the following figure.

_ We apply the Selective Repeat mechanism for sender and receiver. For the window

size, you should use window size equals to 5.

_ The router in the middle will randomly drop a packet and ACK with a probability

(10+X) %, where X is the last digit of the four digit number 9788 and your partners last digit

of the four digit number 5973.

_ We further assume that the router not only randomly drop data packets, but also

acknowledge packets.

Router Sender Receiver Figure 1: Network Transmission Model (Topology)

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

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

How does revising differ from proofreading?

Answered: 1 week ago

Question

13-1 How does building new systems produce organizational change?

Answered: 1 week ago

Question

13-4 What are alternative methods for building information systems?

Answered: 1 week ago