- Load Balance - distributing load and processing things in parallel - round robin, weighted, random, least loaded
- Failover - continuation service when a service fails or crashes - redundancy, capacity, heartbeats/monitoring, exception handling, stonith
- Routing - selecting a path for traffic to services - (unicast, boadcaset, multicast, anycast, geocast)
- Scheduling - assignment of time or resources to a task/service or vice versa - work stealing, pre-emptive, co-operative, fifo, priority, work-conserving
- Migration - Version upgrades, and resource optimisation
Forked from CMCDragonkai/load_balancer_characteristics.md
Created
January 8, 2024 16:48
-
-
Save hd1801/4bb3ac70a3b212652bbba0d5b9105e5b to your computer and use it in GitHub Desktop.
Load Balancer Characteristics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment