Re: [CGUYS] URL oddness

2007-12-12 Thread Tony B
It's not an issue with your ISP, it's that you have way too much time on
your hands. Bookmark the site using the correct full address and always use
that.


On Dec 12, 2007 9:23 AM, Steve Rigby [EMAIL PROTECTED] wrote:

   Perhaps someone can explain this to me.  I want to get to a certain
 site on the internet.  If I enter the full URL, for instance
 http://www..com I can get to the site every time.  Or, if I drop
 the http://; portion and use only www..com I can still get there.
 But if I use only .com, I sometimes cannot get there, and my
 browser keeps grinding away, informing me that it is looking up the URL
 until a dialog box finally appears telling me that the URL cannot be
 found.  However, a bit later in the day if I again use only .com,
 it will work just fine.

   I am suspecting a DNS issue with my ISP.  Perhaps they are accessing
 one or more domain name servers during the course of a day, and one or
 more are not up to date.  Anyone have a thought on this to share?



* == QUICK LIST-COMMAND REFERENCE - Put the following commands in  ==
* == the body of an email  send 'em to: [EMAIL PROTECTED] ==
* Join the list: SUBSCRIBE COMPUTERGUYS-L Your Name
* Too much mail? Try Daily Digests command: SET COMPUTERGUYS-L DIGEST
* Tired of the List? Unsubscribe command: SIGNOFF COMPUTERGUYS-L
* New address? From OLD address send: CHANGE COMPUTERGUYS-L YourNewAddress
* Need more help? Send mail to: [EMAIL PROTECTED]

* List archive at www.mail-archive.com/computerguys-l@listserv.aol.com/
* RSS at www.mail-archive.com/computerguys-l@listserv.aol.com/maillist.xml
* Messages bearing the header X-No-Archive: yes will not be archived



Re: [CGUYS] URL oddness

2007-12-12 Thread John DeCarlo
Here is more information than you want g:

1.  Your browser will convert www.xyz.com to http://www.xyz.com on the
assumption that the default protocol you want to use is HTTP.  This is a
pretty safe assumption.  If you are using another protocol, such as
accessing a local file or doing an ftp access, you aren't typing it directly
in.

Therefore, those are exactly the same and should always react the same.
Either way, your system has to use DNS to look up the IP for www.xyz.com.

2.  Typing in xyz.com can be interpreted in different ways by your web
browser.  Some of the time, your browser will convert xyz.com to www.xyz.com,
some of the time it will leave it alone.  It sort of depends on what
version.  More modern versions will leave it alone most of the time.

It used to be that if your domain was xyz.com, the expectation was that
there would be no machine called xyz.com and no IP address for xyz.com.
This has changed over the past few years to make it easier for people to
type in addresses.  Now you can usually get an IP when just typing in the
domain name.  However, this is up to the domain name service provider, so
some xyz.com addresses will not resolve to anything.

3.  If you want to know if there are DNS issues, you should use DNS tools.
There are web sites to help you, there are utilities you can run to help
you, all modern OSes have command line utilities to help you.  You are
welcome to ask about our recommendations for your OS.

-- 
John DeCarlo, My Views Are My Own



* == QUICK LIST-COMMAND REFERENCE - Put the following commands in  ==
* == the body of an email  send 'em to: [EMAIL PROTECTED] ==
* Join the list: SUBSCRIBE COMPUTERGUYS-L Your Name
* Too much mail? Try Daily Digests command: SET COMPUTERGUYS-L DIGEST
* Tired of the List? Unsubscribe command: SIGNOFF COMPUTERGUYS-L
* New address? From OLD address send: CHANGE COMPUTERGUYS-L YourNewAddress
* Need more help? Send mail to: [EMAIL PROTECTED]

* List archive at www.mail-archive.com/computerguys-l@listserv.aol.com/
* RSS at www.mail-archive.com/computerguys-l@listserv.aol.com/maillist.xml
* Messages bearing the header X-No-Archive: yes will not be archived