Cheatsheet: Difference between revisions

Content added Content deleted
Line 345: Line 345:


*LB Methods:
*LB Methods:
Least Connection = Service with fewest active connections
Least Connection = Service with fewest active connections
Round Robin = Rotates a list of services
Round Robin = Rotates a list of services
Least Response time(LRTM) = Fewest active connections & lowest average response time
Least Response time = Fewest active connections & lowest average response time
Least Bandwidth = Service serving least amount of traffic measured in mbps
Least Bandwidth = Service serving least amount of traffic measured in mbps
Least Packets = Service that received fewest packets
Least Packets = Service that received fewest packets