1,384 views
0 0 votes
Assume a network that does not drop, duplicate, or corrupt any packets and that you are using a stop-and-wait protocol between two endpoints, A and B. The time it takes for a packet to get from A to B is uniformly distributed between 10 and 20ms. The time it takes for a packet to get from B to A is uniformly distributed between 20 and 30ms. The time it takes any packet to get from one endpoint to the other is independent of the time it takes any other packet.

You want to choose the timeout so that for each data packet that you send, 50% of the time you will not have to retransmit it due to a timeout. What is the largest possible timeout you can choose (in ms)?

1 Answer

0 0 votes
40 ms
Position:
Show:

Related questions

0 0 votes
0 0 answers
748
748 views
Drechao23 asked Sep 9, 2022
748 views
The distance from Earth to a distant planet is approximately $5 \times 10^9$ km. Assume that the frame size is 15 Kbits and the speed of light is $3\times 10^8$ m/s. Assu...
0 0 votes
1 1 answer
1.3k
1.3k views
gourav94240 asked Jun 9, 2019
1,327 views
Consider a network topology using STOP and WAIT protocol A -R B (here R is STORE and FORWARD ROUTER) Tp=1uS , Tx(data)=1000uS, Tx(ack)=10uS File Size =10000bits, ...
2 2 votes
1 1 answer
2.6k
2.6k views
Rohit Gupta 8 asked Jan 31, 2018
2,618 views
Consider Host-A want to transmit data of size 105000 B to Host-B. The communication between Host-A and Host-B is birectional with bandwidth of link between them is 100 Mb...
1 1 vote
2 2 answers
4.1k
4.1k views
VIKAS TIWARI asked Dec 17, 2017
4,143 views
why stop and wait protocol has flow control but not error control ?