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

General Discussion

I believe DNS stands for Domain Name System, not Server. DNS and Nameservers are different, correct?

I believe DNS stands for Domain Name System, not Server. DNS and Nameservers are different, correct?

1 Answer

DNS does in fact stand for Domain Name System.

From Microsoft Technet

DNS is an abbreviation for Domain Name System, a system for naming computers and network services that is organized into a hierarchy of domains. DNS naming is used in TCP/IP networks, such as the Internet, to locate computers and services through user-friendly names. When a user enters a DNS name in an application, DNS services can resolve the name to other information associated with the name, such as an IP address.

DNS servers or nameservers are part of a Domain Name System.

From TechTerms

Name servers are a fundamental part of the Domain Name System (DNS).

Hope that helps!

-Shawn