909 views
0 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 1 vote

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

Position:
Show:

Related questions

1 1 vote
1 1 answer
582
582 views
0 0 votes
0 0 answers
623
623 views
John Doe asked Nov 24, 2018
623 views
A colony is set up on moon. The 10 Mbps link from the earth to the lunar colony measures about 242,000 miles. Assume that the signal propagation speed is 186,000 miles pe...
1 1 vote
2 2 answers
439
439 views
banoth_mahesh asked Feb 24
439 views
Station A needs to send a message consisting of 15 packets to station ‘B’ using a sling window (window size 5) and go-back-N error control strategy. All packets are ready...
0 0 votes
0 0 answers
701
701 views
Dknights asked Oct 5, 2024
701 views
Please explain the below question6. Station A sends data to station B over a full duplex link. Both A and B are using the sliding window protocol for flow control. The wi...