1 Mar 2012 01:53
Re: So nobody cares about load balancers? [ draft-carpenter-v6ops-label-balance-01.txt]
> > >> >Basically a browser would pick a random 20-bit number when opening a >> >page and would assign this 20-bit random number to all outgoing >> >connections >> >to the same site, whether they're HTTP or HTTPS btw. >> >> >> => Is it safe enough to rely on the browser's 20 bit RNG and ignore IP >> addresses? > >I'd say it differently. It's safe to rely on anything but the IP address. => No one suggested that you rely on the address alone. >One user != one IP address. It's only an approximation which is valid >enough where it's only used for optimization, but not where user session >stickiness is required. => And the flow label can ensure that stickiness by itself? That's a contradiction of what you're trying to do. If you want proper stickiness then you need unique application identifiers. If you think the user's IP address is not stable enough and you want stronger stickiness then I'd say the flow label is much worse. More below >For instance, hashing a source IP address is fine >to load-balance an SSL farm, because most of the users will remain on the >same SSL endpoint, and the small part of those who will constantly change >will just experience a minor degradation which is not a show stopper. But(Continue reading)
W
On Feb 29, 2012, at 10:07 PM, Brian E Carpenter wrote:
> Hesham,
>
> On 2012-03-01 13:53, Hesham Soliman wrote:
>>>
>>>>> Basically a browser would pick a random 20-bit number when opening a
>>>>> page and would assign this 20-bit random number to all outgoing
>>>>> connections
>>>>> to the same site, whether they're HTTP or HTTPS btw.
>>>>
>>>> => Is it safe enough to rely on the browser's 20 bit RNG and ignore IP
>>>> addresses?
RSS Feed