architecture
Current ToolLoad Balancer
search
Load Balancer Viz
Simulate traffic distribution algorithms and high-availability failover.
Traffic Lab
Round Robin
Simply distributes requests to each server in order, ignoring load or capacity.
Least Connections
Sends requests to the server with the fewest active tasks. Best for long-lived tasks.
Weighted Distribution
Servers with more CPU/RAM (higher weight) get a larger share of the traffic.
health_and_safetyFailover Simulation
Try turning a server "Offline" while traffic is flowing to see the load balancer instantly redirect new requests.
public
architectureLB Node
Healthy
W:1
dns
Active Conns0
Node-Alpha
0 Reqs Handled
Healthy
W:2
dns
Active Conns0
Node-Beta
0 Reqs Handled
Healthy
W:3
dns
Active Conns0
Node-Gamma
0 Reqs Handled