Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Sharing a Website Pick a Web Host

Alexander Kallaway (Emelianov)
Alexander Kallaway (Emelianov)
10,307 Points

Why are there always 2 name servers?

This is just for general knowledge. Why is there always at least 2 name servers? Is it just in case that one fails, so that then users would be redirected to the second one? Or is there another reason?

1 Answer

Chris Shaw
Chris Shaw
26,676 Points

Hi Alexander,

Yes, in the case one of the nameservers went down your site should remain operational however some hosts don't set these up correctly and host everything at the same location which means if one goes down, everything goes down.

Generally though larger and more developed hosts don't have these issues as they use global DNS responders to ensure 99.99% uptime.

Hope that helps.