- 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
Created
January 14, 2019 07:58
-
-
Save CMCDragonkai/9717ee929b4ec4736c8cb744330e8356 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