Cloud DNS

ecdis-info.com

This domain is registered for one of our customers.

If this is your domain name, please visit this page to see how to register it as DNS zone into your account.

Note: If you already have registered the DNS zone for your domain name, please wait for DNS propagation. Your web site will be displayed soon. It may take few minutes.

* Do you know what Round Robin Load Balancing is?


Suggested article from our blog: Round Robin Load Balancing. Simple and efficient

Round Robin Load Balancing is a very simple yet efficient technique that allows you to spread the incoming traffic over several servers. The requests from users are forwarded cyclically via a group of servers. That way, you can effectively balance the server load. It is a perfect opportunity if your group of servers is very similar in their computational and storage capacities.

Here is an example of how Round Robin Load Balancing works. If a company holds a group of three servers: A, B, C, and multiple users send requests to connect with their website:

  • Server A receives request 1
  • Server B receives request 2
  • Server C receives request 3

Then the rotation will start all over again when the load balancer continues to send requests to the group of servers.

If you want to learn more, we suggest the following article with more details about Round Robin Load Balancing!