Quote:
Originally Posted by pcs800
The dns server outside my hosting server? I am not sure what you mean. You mean other than the current DNS server?
If I use a service such as easydns.com, i can set up what i want to do from there? How and waht is it called? Like domain forwarding or something like that?
|
Yes, you can use dns server outside of your main httpd server (usually both are on same machine). You can also use name servers for your domain name of two different machines housed in different data center. But, I do not recommend that because, you never know which one will be used by your site visitor (will depend on their ISP).
I think, large companies use Load Balancing and Round-Robin technique to cope with the same issue. Mirroring data on two different locations could also be a way out.
Thanks,