Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Carolyn Buck
4,067 Pointsis a DNS Server kind of like a translator? the domain name is the input and it finds the corresponding IP address?
is a DNS Server kind of like a translator? the domain name is the input (treehouse) and it finds the corresponding IP address for that web pages host server? DNS Server then packages that together with the return to address (for the device that requested it)
4 Answers

Steven Parker
220,416 PointsNot a bad analogy.
Yes, it does essentially translate a name into an IP address. But it's a bit more than a pure translation because it relies on collected data that can change. So the "translation" you get today might be different than the one you get next week.

iamserda
2,672 PointsYes.

Fredy Martinez
1,673 PointsI wasn't really understanding this so I went to look it up and I recommend it: https://www.youtube.com/watch?v=72snZctFFtA

aditya kujur
848 Pointsit looks like math formula like (a+b) a=8. b=9,c=?, so what we type as words r converted into numbers

Steven Parker
220,416 PointsRather than a "translator" or "formula", you might think of it as a "dictionary". And this dictionary is constantly being changed, so you still need to look up anything each time you use it.