what is the diffrence between www and www2?
what is the diffrence between www and www2?
Usually its just a different server. If you posted a URL that would be helpful.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Web 2.0?
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
I think it is because every website I see with 'www2' is a Web 2.0 site.
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
I am talking about the blogger account. When i access there with my goggle account it takes me to www2.blogger.com/login.g I couldn't understand they have to use www2 i see metacafe uses even www17
the basic structure for a URL is this:
prefix://subdomain.domain.ext/directory/dir...../file.ext
Depending on what is used, various parts can be ommitted.
I'll explain both parts in simple terms as I can't claim to be an expert on the tech stuff.
prefix:
*http: HyperText Transfer Protocol... this lets you view stuff with your browser
*https: secure site... this makes sure the data you send is (more) protected between you and the site itself, like for credit cards
*ftp: File Transfer Protocol... this is similar with the same system, but let's you view as files and folders, like on your computer. It lets you manage your website.
*mms: some weird media file thing
*and a few other specific ones that are used for media and such to try and prevent saving of files so they only work with certain plugins.
*mailto: this is different. It's only used for a link to make an email (like mailto:some@one.com) and isn't really the same kinda thing. Figured I'd mention it though.
*like mailto, there are a couple other kinds of things, like newsgroups, etc. Not sure exactly how they work.
domain:
this is pretty simple. It's the ____.com, etc.
It has a limit of, I think, 64 characters or something, and each character is either a number, letter or hyphen (-).
extension:
.com, .net, .org, .tv, .info, .co.uk, etc.
Like .co.uk, there can be multiple dots/parts to this.
Basically, it is either something like .com (commercial) or .net (network?), or .org (generally for nonprofit organizations, though I don't think required), OR it's a country-based extension, like .co.uk or .us, .tk, .nl, .de, etc.
The various owners of these control who can use them. For example, usually the countries only allow people of those countries to use them. I don't know too much more.
subdomain:
this is what you were asking in the first place.
You can have various subdomains.
Sometimes, they fake a folder, like a directory (see below).
So...
files.yoursite.com might actually just be the same as yoursite.com/files
Or, they are a different server, etc.
the subdomain can affect privelages.
For example, some hosts allow a subdomain.
So... you could have:
yourname.hostname.com as your site.
Cookies (stored text files) also have restrictions based on this.
Despite what may be thought, www.x.com and x.com are different, in that www. changes the first version. It makes it have a subdomain, whereas the second is for the "whole" site.
As for www2 specifically, it may be a new server (second www server), or just a section of the site, like a folder.
It's a basic seperation to allow organization, or a different server, it seems.
It can also change how it works. www is the default for "world wide web", so the domain without a subdomain automatically loads the "www" content. There is also other content possible, such as www2. I'm not quite sure on more details.
I would guess that the case with www17 and such you are describing is different servers, to route to the least busy server and reduce load. Using multiple servers allows for there to be less traffic on each and everyone to have faster responses from and connections to the server.
Directories:
Pretty simple. These are the exact same as folders.
You can have one within another, etc.
Each can have files in it.
The "root" is the domain itself, a main folder.
"file.ext":
Any file, accessed at the very end.
If none is supplied, index.php/.htm/.html/.asp, etc is looked for, then default.*, and home.*, etc.
The file can be anything, like a picture or html page or movie.
filename.extention
filename is a title... simple.
extension NOTES the file type, but does not actually determine it. The contents of the file itself determine WHAT it is. The extension just is a hint as to how to deal with it. We can guess that .jpg is a picture and .htm a webpage, but this is not always the case, actually. you *could* have a picture named .htm... it would just confuse some people and some applications.
You don't always need an extension either.
However, generally, this is too detailed for just URLs, but it's worth knowing.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Again with the long posts![]()
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Bookmarks