How does Windows Azure perform load balancing?

前端 未结 5 586
花落未央
花落未央 2021-02-07 03:08

I was trying to read up on load balancing in Windows Azure, and all the information about it is extremely vague and non-specific. All I really want is a simple answer: how does

5条回答
  •  悲哀的现实
    2021-02-07 03:45

    While the load balancing used to be round robin, Microsoft have since changed the way they do the load balancing as described in this blog:

    http://azure.microsoft.com/blog/2014/04/08/microsoft-azure-load-balancing-services/

    The Microsoft Azure Load Balancer uses a 5 tuple (source IP, source port, destination IP, destination port, protocol type) to calculate the hash that is used to map traffic to the available servers

提交回复
热议问题