Load Balancing
Introduction The term load balancing is a technique used in computing and networking to spread the income load or traffic of the network to multiple or a different server to handle the resources. Load balancing helps to enhance the capacity and reliability of application. Load balancer act as a โtraffic controllerโ for your servers and it redirect the request to an active or available servers. It distributes user traffic across the multiple instances of your application by distributing the load. Load balancer decides where to send the request that comes from the end user or a client. It helps us…