<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020734" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020734</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/pipe-dream#comment-1130465</link>
    <description> &lt;p&gt;The idea of having multiple name servers to solve this problem is completely incorrect.&lt;/p&gt;
&lt;p&gt;The poster made the assumption that, giving this nameserver setup:&lt;/p&gt;
&lt;p&gt;ns1.serverONE.com&lt;br /&gt;
ns2.serverONE.com&lt;br /&gt;
ns1.serverTWO.com&lt;br /&gt;
ns2.serverTWO.com&lt;/p&gt;
&lt;p&gt;serverONE is actually hsoted on the same machine that the website is on.&lt;/p&gt;
&lt;p&gt;So lets look at this a bit more:&lt;/p&gt;
&lt;p&gt;mydomain.com  10.10.0.1&lt;br /&gt;
ns.mydomain.com 10.10.0.1&lt;br /&gt;
ns2.mydomain.com 10.10.0.1 &lt;/p&gt;
&lt;p&gt;Yes, thats right, in this example we are self hosting our dns on the same server as the website, a bad idea, but a lot of people do it.&lt;/p&gt;
&lt;p&gt;IF the server is down, dns is down.&lt;/p&gt;
&lt;p&gt;However, if we had:&lt;br /&gt;
mydomain.com  10.10.0.1&lt;br /&gt;
ns.mydomain.com 10.10.0.2&lt;br /&gt;
ns2.mydomain.com 10.10.0.3&lt;/p&gt;
&lt;p&gt;where as the nameservers are on different machines than the website, and more importantly, the mail server, then if the website goes down (say the webserver died) mail would still go through.&lt;/p&gt;
&lt;p&gt;But what you really want, is a warm standby server.&lt;/p&gt;
&lt;p&gt;So, you need round robin dns going, which basically means setting up two addresses for one domain in the dns servers.&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 May 2003 20:55:26 +0000</pubDate>
 <dc:creator>SqlGuru</dc:creator>
 <guid isPermaLink="false">comment 1130465 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/pipe-dream#comment-1127760</link>
    <description> &lt;p&gt;I&#039;ve found out the same thing.  When a query is made for an IP address associated with a certain site, the DNS server will give all the IP adresses and it will be up to the client (surfer&#039;s computer) to decide which to use.  Might as well be random.  Obviously if one server is down, another will be used, but there is no standard device to test the content of the page served.&lt;/p&gt;
&lt;p&gt;Apparently there are scripts that can be implemented to acheive what you are trying to do, but they are pretty involved and not for the casual webmaster.  In other words...I don&#039;t have a clue. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Mar 2003 18:33:25 +0000</pubDate>
 <dc:creator>Jimmy Changa</dc:creator>
 <guid isPermaLink="false">comment 1127760 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/pipe-dream#comment-1127598</link>
    <description> &lt;p&gt;Will &quot;the internet&quot; always try the name servers in order, trying name server number one first?  Somebody else just told me it won&#039;t work.  They said:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: the list of name servers are not chosen in any order, pure random. So put your thinking cap on that one.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In other words, they warned me not to do this unless it was a mirror website (not just a &quot;out of order&quot; page).  Any additional input?  Any website&#039;s that explain how this works in detail?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Mar 2003 16:00:47 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1127598 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/pipe-dream#comment-1127241</link>
    <description> &lt;p&gt;*makes mental note*&lt;/p&gt;
&lt;p&gt;thanks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Mar 2003 15:13:56 +0000</pubDate>
 <dc:creator>Jimmy Changa</dc:creator>
 <guid isPermaLink="false">comment 1127241 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/pipe-dream#comment-1127219</link>
    <description> &lt;p&gt;(Just woke up so I only read the short version...)&lt;/p&gt;
&lt;p&gt;It is very simple thing to do. You basically set up the same site on 2 different servers and at your domainregistrar you enter the nameservers for both servers. For example...&lt;/p&gt;
&lt;p&gt;ns1.serverONE.com&lt;br /&gt;
ns2.serverONE.com&lt;br /&gt;
ns1.serverTWO.com&lt;br /&gt;
ns2.serverTWO.com&lt;/p&gt;
&lt;p&gt;What happens is when a user tries to load your site and the first server (serverONE) is down it will try to connect to serverTWO.&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Mar 2003 06:53:36 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1127219 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
