Server Load Balancing

With the server load balancing function you can distribute incoming connections (e.g., SMTPClosed Simple Mail Transfer Protocol or HTTPClosed Hypertext Transfer Protocol traffic) to several servers behind the gateway. Balancing is based on the source IP address with a persistence time of one hour. If the interval between two requests from the same source IPClosed Internet Protocol address exceeds that interval, the balancing is redecided. The traffic distribution is based on a simple round-robin algorithm.

All servers from the server pool are monitored either by ICMPClosed Internet Control Message Protocol ping, TCPClosed Transmission Control Protocol connection establishment, or HTTP/S requests. In case of a failure the affected server is not used anymore for distribution, any possible source IP persistence is overruled.

Note – A return code of HTTP/S requests must either be 1xx Informational, 2xx Success, 3xx Redirection, or 4xx Client Error. All other return codes are taken as failure.