[e2e] What's the benefit of out-of-order processing?

Fred Baker fred at cisco.com
Tue Sep 18 08:41:00 PDT 2001


At 12:54 PM 9/17/2001, Sam Liang wrote:
>What applications really need to and are capable to do
>out-of-order processing?

Authentication servers, for one. RADIUS uses UDP because it can bang on the 
server knowing that the odd dropped packet won't get in the way of other 
requests, eve if it is requesting them at hundreds or thousands per second. 
But that has congestion issues. The idea here is to be able to side-step a 
few lost requests and retransmit them, *and* have congestion avoidance.




More information about the end2end-interest mailing list