cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
410
Views
0
Helpful
2
Replies

DNS role in multihoming with two ISP

admin_2
Level 3
Level 3

(This is for my understanding)

If you are a company that is 100% webhosting and uses multihoming with two ISP. How will DNS from the host resolve the correct path to your website?

2 Replies 2

t.baranski
Level 4
Level 4

There are several ways to handle this, the easiest of which is to use the same IP address range with each ISP. This eliminates any DNS concerns.

If this isn't possible, you can give each webserver two IP addresses (one from each ISP) and have DNS return both of them in response to queries. Most/all web browsers will eventually try the second IP (within a minute when I tested this about a year ago) if the first is unresponsive.

Another option is some type of web failover product such as Cisco CSS or F5 3DNS. Such products can monitor web servers for uptime and adjust their DNS responses accordingly when an outage is detected.

If you use 2 different IP ranges but you run your own DNS servers, you could also put one DNS server in range1 and put another in range2. Then configure the first DNS server to issue only range1 addresses and the second one to only hand out range2 addresses.

The TLD servers will make sure the requests to your DNS servers are loadbalanced, and hence the requests to the servers will be distributed.

You would have to keep the DNS TTL low to prevent caching problems. The lower the TTL the more evenly balanced the traffic should be (but the higher the load on your DNS servers).

hth

Herbert

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: