Possible Duplicate:
What does wwws mean?

When I open some websites its being displayed WW2 instead of WWW. What it means and why?

link|improve this question

38% accept rate
feedback

closed as exact duplicate by Sathya Dec 28 '11 at 7:11

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

www and ww2 are subdomains. They have no special meaning to a browser, other than the fact that they are part of a larger domain. These days, the above subdomains are used mostly on the basis of tradition. Quoting this question on StackOverflow:

People running large(-ish) sites used to do this when they needed to break up the load between more than one server. One machine would be called www then the next one would be called www2, etc.

Today, much better load balancing solutions are available that don't require you to expose your internal machine naming conventions to the browser clients.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.