What does the www8 or www6 in a URL mean?

35

7

I see some sites with urls such as www8.example.com or www6.example.com, but I don't know what www8 or www6 mean.

Does anyone know what this means and if it's different from a URL that just has www?

Amr Badawy

Posted 2010-05-23T09:27:14.020

Reputation: 556

Answers

42

The www part of a url is just a subdomain of the domain name. www is common but there's nothing special about it other than everyone knows about it. The people who run example.com could just have easily used wwwsix or wwweight or secure.example.com or mail.example.com or app.example.com, etc. They could use different sub-domains for different countries, like us.example.com, or fr.example.com.

John Rabotnik

Posted 2010-05-23T09:27:14.020

Reputation: 1 021

Thanks very much , now i understand it and i make search and i found more details about your answer here http://en.wikipedia.org/wiki/Domain_name

– Amr Badawy – 2010-05-24T04:54:54.733

12

"www" is just the name of the host or server for the website. You can have any name you like for your webserver, such as "mywebhost.example.com" but "www" is now such a well-known and understood convention for a publicly available worldwide web site that it would be very unusual to do so other than for very well known sites or internal-use hosts (such as an Outlook Web Access site - you might choose to use owa.example.com for your users to visit, separate from your company website).

So, since this is just a host name essentially it can be anything. Sites with multiple front end servers would usually hide these behind a single round-robin name such as www, but it is possible that you will be redirected to a specific host for things like downloads or media streaming. In this case www6 or www8 are probably just two servers in a large farm of hosts providing material to users on the worldwide web.

AdamV

Posted 2010-05-23T09:27:14.020

Reputation: 5 011

It means this - the site is old and they don’t do modern dns round robin or contend delivery networks. – Rich Homolka – 2019-05-09T02:48:36.950

0

There's not only www8 or www6. There www1, www2, www3, and so on. These hosts are just different servers for the vast, world wide web.

Erik

Posted 2010-05-23T09:27:14.020

Reputation: 11

0

This is just a subdomain configuration to specific host with this names. The NetAdmin need to name your hosts at one option an in this case wwwN.somedomain.com.

I use may own nomenclature base on host function: ns1, ns2, ...(for name servers), ad1, ad2, ...(for active directory hosts), mail1, mail2, ...(form mail servers), srv1, srv2, srv3, ...(for multipurpose hosts).

But you can use names with mor imagination if you want, like, vader.somedomain.com, homer.domain.com, ilovemydog.manydomains.com.

mfinotti

Posted 2010-05-23T09:27:14.020

Reputation: 1

-3

It just means someone has no imagination and someone never come up to read the proper guide on domain usage: http://no-www.org/

In fact, it's more of first issue. Instead of calling it srvr8.example.org or serv8.example.org, etc, they use what's first on their minds: www. It is deprecated. Domains working only on www always make me a bit mad.

In some cases it even comes to me sending a mail to site admin to review no-www.org. :)

edk

Posted 2010-05-23T09:27:14.020

Reputation: 308

2

It's not like no-www.org is authoritative.

– Arjan – 2010-05-23T14:40:16.413

2There are places where www is useful as intended -- www.pool.ntp.org for example. – user1686 – 2010-05-23T14:53:06.917

1If you have lots of different hosts (whether virtual or real) it can still be useful to use www to explicitly indicate one which is providing information which is publicly available to the "worldwide web" rather than ones which are providing country-specific services (not worldwide) or are for internal use (not worldwide, arguably not "web" even if they are accessed from external internet addresses, since private sites won't have incoming links and therefore are not really part of a "web" in TBL terms) – AdamV – 2010-05-24T07:24:56.027

1You should remove or edit this answer to stop receiving negative rep. – Mukul Kumar – 2018-07-19T14:26:16.813