1 / 1

srtt k+1 = (1-a) srtt k + artt drtt k+1 = (1-b) drtt k + b|srtt k - rtt k |

Suppose that the last SampleRTT in a TCP connection is equal to I sec. The current value of Timeoutlnterval for the connection will necessarily be >= 1 sec. True. srtt k+1 = (1-a) srtt k + artt drtt k+1 = (1-b) drtt k + b|srtt k - rtt k | Rto = srtt k + 4*drtt k+1

sereno
Download Presentation

srtt k+1 = (1-a) srtt k + artt drtt k+1 = (1-b) drtt k + b|srtt k - rtt k |

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Suppose that the last SampleRTT in a TCP connection is equal to I sec. The current value of Timeoutlnterval for the connection will necessarily be >= 1 sec. True • srttk+1 = (1-a)srttk + artt • drttk+1 = (1-b)drttk + b|srttk - rttk| • Rto = srttk + 4*drttk+1 • Or perhaps Rto= srttk+1 + 4*drttk+1 • Plug eq for drtt into eq for rto • Rto = srtt + 4((1-b)drttk + b|srttk - rttk|) • To make rto as small as possible, suppose that drttk=0 • Rto = srtt + 4(b|srttk - rttk|) • B=1/4, so • Rto = srtt + (|srttk - rttk|) • Since we are seeking a small rto, srtt<=rtt • Rto = srtt + (rttk-srttk) = rttk • when Rto = srttk+1 + 4*drttk+1 • Rto = (1-a)srttk + artt + (rttk-srttk) = srttk + a(rtt-srtt) + (rttk-srttk) • = a(rtt-srtt) + rttk= a(rtt-srtt) + 1>1

More Related