Mobile app version of vmapp.org
Login or Join
Welton855

: URLs which begin "www2" I was sent a link recently http://www2.biotech.wisc.edu/ I've occasionally noticed this appear in some web addresses, where does the "2" come from? Does it mean anything?

@Welton855

Posted in: #Domains #Subdomain

I was sent a link recently www2.biotech.wisc.edu/
I've occasionally noticed this appear in some web addresses, where does the "2" come from? Does it mean anything? How would I go about getting a www2 web address if I wanted one?

10.06% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

6 Comments

Sorted by latest first Latest Oldest Best

 

@Sherry384

The original answers did not address this exactly, so here goes.

The www2 is a result of DNS or router load balancing. It is one of a set of web servers defined this way where www3 or www4 might also exist. Any subsequent request will always be with the original server even after a period of time as to maintain session state. There are other ways of doing this, however, this is one of the oldest and most reliable methods of load-balancing web traffic but far from technically the best option. More transparent dynamic load-balancing can break session state if one server is taken out of the farm, however, systems have existed for well over a decade that makes this extremely unlikely. It is likely quite possible that more than one method of load-balancing is being used as a secondary level of precaution. It is also possible that older methods remained and have been adapted over time and that the company simply chose not to dismantle a schema that has worked well.

10% popularity Vote Up Vote Down


 

@Carla537

www2 is a common subdomain for marketing content management systems that operate outside of the website that you're visiting.

10% popularity Vote Up Vote Down


 

@Vandalay111

When you have a domain name, you can set up any prefix you want.

Domain names preceded the world wide web, so back in the day, whatever.edu didn't necessarily mean a website. If there was a gopher server there, it was probably pointed to gopher.whatever.edu -- likewise with telnet.whatever.edu, ftp.whatever.edu, etc. It was common practice to prefix the domain name with whatever services was being offered there. So when the world wide web came along, it became common practice to prefix the web server with

Then, after time, since most people accessed only the website and not telnet or gopher services, administrators made it so that whatever.edu pointed to the webserver directly, and the www became optional.

So long story short, you can prefix your domain names with whatever you want. www2 is what wisc just wanted to point this service to, for whatever reason. They could have called it 2ndwebsite.biotech.wisc.edu if they wanted.

10% popularity Vote Up Vote Down


 

@Dunderdale272

WWW prefix
Many domain names used for the World Wide Web begin with www because of the long-standing practice of naming Internet hosts (servers) according to the services they provide. The hostname for a web server is often www, in the same way that it may be ftp for an FTP server, and news or nntp for a USENET news server. These host names appear as Domain Name System (DNS) subdomain names, as in example.com. The use of 'www' as a subdomain name is not required by any technical or policy standard; indeed, the first ever web server was called nxoc01.cern.ch, and many web sites exist without it. Many established websites still use 'www', or they invent other subdomain names such as 'www2', 'secure', etc. Many such web servers are set up such that both the domain root (e.g., example.com) and the www subdomain (e.g., example.com) refer to the same site; others require one form or the other, or they may map to different web sites.


From here: en.wikipedia.org/wiki/World_Wide_Web#WWW_prefix

10% popularity Vote Up Vote Down


 

@Candy875

To answer the last question - if you have a domain then you can set up any subdomains you like www2.domain.com, www3.domain.com etc.

10% popularity Vote Up Vote Down


 

@Sims2060225

www2 most likely means that that you have been sent to their 2nd web server directly -- possibly they do not have load balancer properly configured .. or it is configured this way on purpose, so once redirected user stays there and not hitting balancer again.

Shopping.com does it all the time (at least did it in the past).

It also could mean that it is temporal redirect -- their main server is currently unable to handle the load (or not working completely) and you have been redirected to backup/secondary server for the time being. It is possible that if you visit this www2 URL next time (in few hours/days/weeks) you may be redirected back to their main web server (www).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme