615 views
0 votes
0 votes
The amount of time it would take to send 500 packets using six packet size window and without sliding window will be,when the time to send in one direction is 5ms?

(A) 3100,5000

(B) 4600,21600

(C) 5000,30000

(D) 30000,5000

1 Answer

1 votes
1 votes

to eliminate wrong answers we should first find out time without sliding window,

RTT(tound trip time) = 2 x 5ms = 10ms

for one packet time to send a packet and get its acknowledgement(ack) = 10ms

after getting ack it will send next packet,this will happen 500 times

so time without sliding window = 10 x 500 = 5000ms-----> a and d could be the answers

Now to choose among(a,d) lets go by logic that is, sliding window is created to reduce this time so time by sliding window must be < time without sliding window

hance option a as answer,

but, I will post mathematical answer for option a soon

Related questions

1 votes
1 votes
1 answer
1
Shankar Kakde asked Jan 23, 2019
295 views
0 votes
0 votes
1 answer
4
Neyoa asked May 19, 2022
1,151 views
1. For a 1Gbps link, 10 ms prop. delay, 1000-bit packet, compute the utilization for: a. Stop and wait protocolb. Sliding window (window size=10)