WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > IT Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

IT Discussion Forum Having IT issues? Got IT questions? Who doesn't? If you can't get your Apache to work with your MySQL or your php is choking on your ODBC... Let's see if we can help you come up with some ideas.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-29-2003, 01:30 PM
~0 ~0 is offline
WebProWorld Pro
 

Join Date: Jul 2003
Posts: 186
~0 RepRank 0
Default IS THE "www" still neccessary in URLs Addresses?

www?
Reply With Quote
  #2 (permalink)  
Old 10-29-2003, 02:22 PM
redcircle's Avatar
redcircle redcircle is offline
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Grand Rapids, MI USA
Posts: 553
redcircle RepRank 0
Default

It's not necessary but people are used to having the www in front. The www is just a subdomain reflecting that you are going to be using the httpd service on the machine. It is an organizational method.

www = web
ftp = file transfer
mail = mail server

Just makes life a little easier.
Reply With Quote
  #3 (permalink)  
Old 10-30-2003, 12:38 PM
OSFan OSFan is offline
WebProWorld Pro
 

Join Date: Aug 2003
Location: United Kingdom
Posts: 128
OSFan RepRank 0
Default

I am lazy when it comes to typing URLs, I miss the www by default.

This mostly gets me to where I wanted to, but on the rare occasion, it wont, and I have to add the www to get into a website. My own website is accessible by both.
Reply With Quote
  #4 (permalink)  
Old 10-31-2003, 03:34 PM
williamjay's Avatar
williamjay williamjay is offline
WebProWorld New Member
 

Join Date: Sep 2003
Location: Prince Edward Island, Canada
Posts: 15
williamjay RepRank 0
Default DNS, it's an A or CNAME issue

Howdy,

When a domain is registered, it requires the services of two Domain Name Servers. DNS Servers allow a name to be resolved into the ip address format. Browsers generally hide the workings of this name to address and back translation. In the Windows® registry are entries for what will be prepended when a user inputs an address for the browser to locate. things like http://, http://www., ftp://, and etc. These generally find the named URL, but fail when the names tried don't exist in the DNS database for a given domain.

Typically, when a domain is registered, at least one 'A NAME' record is created in DNS, which points to an ip address. Very often, a 'CNAME' record is also created, for www, which points to the name .whatever_is_the_actual_domain_name.com contained in that 'A NAME' record. The difference here is that an 'A NAME' points to an ip address while a 'CNAME' points to the name contained in an 'A NAME' record. A single ip address can have several 'A NAME' records, and a single 'A NAME' record can have several 'CNAME' records pointing to it. That's why the typed URL 'domain.com' will work in a browser when 'www.domain.com' fails, because the former is always created and the latter is an add-on. This assumes that webserver software is actually running on the machine at the ip address contained in the 'A NAME' record. . .

William
Reply With Quote
  #5 (permalink)  
Old 11-01-2003, 07:29 AM
OSFan OSFan is offline
WebProWorld Pro
 

Join Date: Aug 2003
Location: United Kingdom
Posts: 128
OSFan RepRank 0
Default

Why do I think that might go over many peoples heads! I had to read it a few times to get my head around it.

Quote:
That's why the typed URL 'domain.com' will work in a browser when 'www.domain.com' fails, because
Isn't it more of the case that domain.com files, and you have to go back and put the www. in? I have seen, however, sites that work only without the www. www will always be a subdomain made, because we are all used to typing www.site.com. Simply saying its just a waste of 4 bytes, would wreck the internet linking!

For my own website, the www. is required unless I go back and ask for it to work without, but this is down to virtual hosting, which is quite common today.
Reply With Quote
  #6 (permalink)  
Old 11-14-2003, 01:40 PM
Renaissancewoman Renaissancewoman is offline
WebProWorld New Member
 

Join Date: Nov 2003
Location: New Jersey
Posts: 10
Renaissancewoman RepRank 0
Default www ...?

Like all machines, computers are tempermental. Sometimes the "www" is not needed sometimes it is.
But there are more specifics behind that and also it depends on the system and network you are using.
__________________
SHI-RED Inc.
eConsulting - eTraining - eServices - eSales
http://www.shi-red.com

http://www.ingenio.com/calls/callima...13&ImageType=1
Reply With Quote
  #7 (permalink)  
Old 11-22-2003, 09:19 AM
williamjay's Avatar
williamjay williamjay is offline
WebProWorld New Member
 

Join Date: Sep 2003
Location: Prince Edward Island, Canada
Posts: 15
williamjay RepRank 0
Default DNS, A NAME and CNAME

OK, point taken about the above description, accidentally on purpose a bit twisty to enumerate some of the complexities of this issue.


Assume that there is a web server running at the ip address indicated for www.


If the DNS chart for a domain looks something like:

A NAME -- domain.name. -- 127.0.0.1
CNAME -- www. -- domain.name.

-> then http://domain.name/ and http://www.domain.name/ will both resolve to the same place. --> Not Required www.


If the DNS chart looks like this instead:

A NAME -- domain.name. -- 127.0.0.1
A NAME -- www.domain.name. -- 127.0.0.2

->then the two are pointing to two different locations. --> Requires www.


If one uses a hosting service, then the chart may look like this:

A NAME - domain.name. -- 127.0.0.1
A NAME - hosting.domain.name. -- 127.0.0.2
CNAME - www. -- hosting.domain.name.

->then the two are pointing to two different locations. --> Requires www. or hosting.

William
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > IT Discussion Forum
Tags: addresses, neccessary, quotwwwquot, still, urls



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Search Engine Friendly URLs by vBSEO 3.0.0