Boyah Forums

General => Internet, Science, & Technology => Topic started by: strongbad on January 11, 2009, 12:45:58 PM

Title: What's the point of WWW
Post by: strongbad on January 11, 2009, 12:45:58 PM
It's probably some obvious answer, but I don't get why people use it, since just going http://sitehere.com still works as well has http://www.sitehere.com

hmm
Title: Re: What's the point of WWW
Post by: Daddy on January 11, 2009, 01:45:58 PM
It's used as a prefix for webservers.


www.example.com would go to the site's webserver
ftp.example.com would go to the site's ftp server
smtp.example.com would go to its smtp server.

Most of the time www.* redirects to the domain itself, though on some instances www.example.com and example.com will point to other locations, or the www. (or lack thereof) might not work.


edit: use this domain for an example.

www.boyah.net redirects to boyah.net
ftp.boyah.net should open your FTP client if you have one, but won't do anything since we don't allow anonymous logins.

Title: Re: What's the point of WWW
Post by: mario583 on January 11, 2009, 01:46:44 PM
What's the point of HTTTP, HTTPS, .ORG, .COM, .NET, .EDU, .GOV Q('_' Q) Q('_' Q)

QuoteThis use of such prefixes is not required by any technical standard; indeed, the first Web server was at "nxoc01.cern.ch", and even today many Web sites exist without a "www" prefix. The "www" prefix has no meaning in the way the main Web site is shown. The "www" prefix is simply one choice for a Web site's host name.

However, some website addresses require the www. prefix, and if typed without one, won't work; there are also some which must be typed without the prefix. Sites that do not have Host Headers properly setup are the cause of this. Some hosting companies do not setup a www or @ A record in the web server configuration and/or at the DNS server level.
Title: Re: What's the point of WWW
Post by: mario583 on January 11, 2009, 01:48:23 PM
Quote from: Arm Leg Leg Arm Head on January 11, 2009, 01:45:58 PM
It's used as a prefix for webservers.


www.example.com would go to the site's webserver
ftp.example.com would go to the site's ftp server
smtp.example.com would go to its smtp server.

Most of the time www.* redirects to the domain itself, though on some instances www.example.com and example.com will point to other locations, or the www. (or lack thereof) might not worK
U r smrt giggle;
Title: Re: What's the point of WWW
Post by: Daddy on January 11, 2009, 01:53:40 PM
Quote from: mario583 on January 11, 2009, 01:46:44 PM
What's the point of HTTTP, HTTPS, .ORG, .COM, .NET, .EDU, .GOV Q('_' Q) Q('_' Q)

http is the protocol usedby browsers
https is the protocol transfered over SSL
.org,.com,.net, .edu, .gov are all TLDs
Q('_' Q) Q('_' Q)
Title: Re: What's the point of WWW
Post by: mario583 on January 11, 2009, 01:59:56 PM
Quote from: Arm Leg Leg Arm Head on January 11, 2009, 01:53:40 PM
http is the protocol usedby browsers
https is the protocol transfered over SSL
.org,.com,.net, .edu, .gov are all TLDs
Q('_' Q) Q('_' Q)


Q('_' Q) Q('_' Q) Q('_' Q) Q('_' Q)
Wanna go?
Also, I typed it at sarcastic.
Title: Re: What's the point of WWW
Post by: Daddy on January 11, 2009, 02:13:20 PM
Quote from: mario583 on January 11, 2009, 01:59:56 PM
Q('_' Q) Q('_' Q) Q('_' Q) Q('_' Q)
Wanna go?
Also, I typed it at sarcastic.
I typed it at smartass   Q('_' Q)
Title: Re: What's the point of WWW
Post by: strongbad on January 11, 2009, 02:43:17 PM
I understand.
Thank you all for your help.