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

Development Tools Technology Foundations DNS Basics Name Servers

Aren't name server ordered by top level domain?

Aren't dns server ordered by top level domains so a request to teamtreehouse.com would be routed to the COM domain name server? Jason showed us via the host command that there are many more domain name server for teamtreehouse.com:

$ host -t ns teamtreehouse.com

teamtreehouse.com name server ns-1004.awsdns-61.net.
teamtreehouse.com name server ns-1233.awsdns-26.org.
teamtreehouse.com name server ns-1567.awsdns-03.co.uk.
teamtreehouse.com name server ns-334.awsdns-41.com.

If I search for teamtreehouse.net by example I should get teamtreehouse.com?