Which load balancing technique will check the load status of multiple hosting servers and send the next incoming request to the server with the lowest load?

IT Exam Items RepositoryCategory: DevNetWhich load balancing technique will check the load status of multiple hosting servers and send the next incoming request to the server with the lowest load?

Which load balancing technique will check the load status of multiple hosting servers and send the next incoming request to the server with the lowest load?

  • least connections
  • IP hash
  • canary
  • blue-green

Explanation: In the least connections request servicing method, the load balancer will check the load status of multiple hosting servers and send the next incoming request to the lowest load server.

Related exam: 6.6.2 Module 6: Application Deployment and Security Quiz