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 HTTP Basics Introduction to HTTP HTTP Request Format

karan Badhwar
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
karan Badhwar
Web Development Techdegree Graduate 18,135 Points

hostname

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
Steven Parker
229,657 Points

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