632 views
0 votes
0 votes
30. A system uses the Stop-and-Wait ARQ Protocol. If each packet carries 1000 bits of
     data, how long does it take to send 1 million bits of data if the distance between the
     sender and receiver is 5000 KIn and the propagation speed is 2 x 108 m? Ignore transmission,
     waiting, and processing delays. We assume no data or control frame is lost
     or damaged.

My solution -

Propagation time = Distance / speed = 5000 * 10^3 / (2 * 10^3) = 25 ms

RTT = 2 * Propagation time = 2 * 25 = 50 ms

Total packets = 1 million bits / 1000 bits = 10^3 packets

1 packets takes 50 ms

10^3 packets take time = 10^3 * 50 ms = 50 s

so answer is 50 s.

Am i right or wrong? if wrong, please correct me with right approach.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
ermp888 asked Jul 3, 2018
552 views
17. A sender sends a series of packets to the same destination using 5-bit sequencenumbers. If the sequence number starts with 0, what is the sequence number aftersending...
0 votes
0 votes
3 answers
2
ermp888 asked Jun 29, 2018
1,232 views
16. Match the following to one or more layers of the OSI model:a. Route determination - Network layerb. Flow control ...
0 votes
0 votes
0 answers
3
0 votes
0 votes
0 answers
4
Aayush Tripathi asked Apr 8, 2019
631 views
What is the syllabus for physical layer(computer networks), is reading 4th(digital transmission) and 5th chapter(multiplexing and spreading) of data communication and net...