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 trialkaran Badhwar
Web Development Techdegree Graduate 18,135 Pointshostname
what is actually a hostname, httpbin.org is it a website or a server ? and do I need to access every website using some software like telnet?
Why do we need to access website in the terminal? I am having a really hard time understanding this course watched videos multiple time, am stuck and confused, any help would be appreciated.
1 Answer
Steven Parker
231,172 PointsA hostname is an identifier that references a "host", which is the same thing as a "server". A server might be running software that creates a website, but not all servers have websites. But this course is mainly about servers that do.
You usually won't use telnet or other text-only tool to access a website, you will generally be using a browser instead, which is more sophisticated software that can handle video, audio, and photos as well as text.
karan Badhwar
Web Development Techdegree Graduate 18,135 Pointskaran Badhwar
Web Development Techdegree Graduate 18,135 PointsIs that means the server is the platform where we publish the websites or the files for the website is stored there?
Steven Parker
231,172 PointsSteven Parker
231,172 PointsYou got it!