Load Balancing
Load Balancing
Load Balancing
January 2019
The 1st line means "produce the output of the hash function given the
packet’s both IP addresses, divide it by 3 and if the remainder is 0, perform
the action of marking the connection as WAN1“
The 2nd rule means "produce the output of the hash function given the
packet’s both IP addresses, divide it by 3 and if the remainder is 1, perform
the action of marking the connection as WAN2“
The 3rd rule means "produce the output of the hash function given the
packet’s both IP addresses, divide it by 3 and if the remainder is 2, perform
the action of marking the connection as WAN3“