|
|
|
|
|
by gog
3995 days ago
|
|
That is not how things work. Once your system resolves the DNS record it will keep using that record for a while (depending on the TTL of the record and other factors). Your browser will also cache the result of the DNS lookup, and if that server goes down it will not try to do another DNS lookup for another host and your service will be unavailable. It will also be unavailable for any new customer that gets the "faulty" IP address. Specifying multiple DNS records will just cause your DNS server to use one of those, usually in a round robin fashion. |
|
I am simply giving a list of servers that can answer a request.. clients know to keep trying till one works. (Which they all do. Try it!)