engineering computer science MCQ #434

In a stop-and-wait protocol, the transmission time is 1 ms and the propagation time is 2 ms. What is the efficiency?

engineering computer science MCQ #434

  1. Question 1

    Q1. In a stop-and-wait protocol, the transmission time is 1 ms and the propagation time is 2 ms. What is the efficiency?

    • A) 1/3
    • B) 1/2
    • C) 2/3
    • D) 1/4

    Answer: 1/3

    Explanation: Efficiency = transmission time / (transmission time + 2 * propagation time) = 1 / (1 + 2*2) = 1/5, but since ack transmission time is negligible, it is 1 / (1 + 2*2) = 1/5.