← back to the Substrate Record
qid 10610 · computer science
Question: A TCP entity sends 6 segments across the Internet. The measured round-trip times (RTTM) for the 6 segments are 68ms, 42ms, 65ms, 80ms, 38ms, and 75ms, respectively. Assume that the smooth averaged RTT (RTTs) and Deviation (RTTD) was respectively 70ms and 10ms just before the first of these six samples. According to the Jacobson's algorithm, the retransmission timeout (RTO) is given by one RTTs plus 4 times the value of RTTD. Determine the value of RTO (in ms) after the six segments using the Jacobson's algorithm if the exponential smoothing parameters (a and B) are 0.15 and 0.2 for calculating RTTs and RTTD respectively.
- 140.00
- 97.56
- 114.28
- 138.32
- 150.34
- 130.45
- 120.48
- 110.22
- 105.62
- 125.78
Our answer: C. 114.28 Source quote machine-checked (exact quote)
How it was answered
Multi-step solver (maze), replayed by code
Current source
GeeksforGeeks, "Algorithm for Dynamic Time out timer Calculation"
https://www.geeksforgeeks.org/algorithm-for-dynamic-time-out-timer-calculation/
Source quote machine-checked (exact quote)
Earlier version (superseded)
No public source has been found for this card yet (3 places checked internally).