In a sliding window protocol with a window size of 7 and a round-trip time of 100 ms, what is the maximum throughput?
Q1. In a sliding window protocol with a window size of 7 and a round-trip time of 100 ms, what is the maximum throughput?
Answer: 70 packets per second
Explanation: Maximum throughput = Window size / RTT = 7 / 0.1 = 70 packets per second.