engineering computer science MCQ #533

A sender using Stop-and-Wait ARQ protocol has a timeout of 2 ms. If the distance between sender and receiver is 1000 km and the speed of signal is 2 * 10^8 m/s, what is the maximum data rate?

engineering computer science MCQ #533

  1. Question 1

    Q1. A sender using Stop-and-Wait ARQ protocol has a timeout of 2 ms. If the distance between sender and receiver is 1000 km and the speed of signal is 2 * 10^8 m/s, what is the maximum data rate?

    • A) 1 Mbps
    • B) 2 Mbps
    • C) 4 Mbps
    • D) 8 Mbps

    Answer: 2 Mbps

    Explanation: Round trip time (RTT) = 2 * distance / speed = 2 * 1000 * 1000 / (2 * 10^8) = 10 ms. For Stop-and-Wait, efficiency = 1 / (1 + 2a), where a = RTT / transmission time. To maximize data rate, transmission time should be minimized.