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

Digital Literacy How the Web Works The World Wide Web The Big Picture

Carolyn Buck
Carolyn Buck
4,067 Points

is 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
Steven Parker
230,274 Points

Not 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.

Yes.

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

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

Steven Parker
Steven Parker
230,274 Points

Rather 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.