...

/

Availability Of DNS And Load Balancing

Availability Of DNS And Load Balancing

Learn about the availability of DNS load balancing.

We'll cover the following...

Load balancing

Almost everything we build today uses horizontally scalable farms of instances that implement request/reply semantics. Horizontal scaling helps with overall capacity and resilience, but it introduces the need for load balancing. Load balancing is all about distributing requests across a pool of instances to serve all ...