Browser Errors - Connection Errors
by Sanju[ Edit ] 2009-10-05 19:34:49
Connection Errors
These errors are created as a result of a connection failing to be established to a Web server. They have the format of N/A as the response code and a brief description of why a connection could not be established as the response message. The reason that N/A is in the response code is that Web servers return response codes after a connection is established and since a connection could not be established to the Web server, a response code could not be obtained.
Invalid URL
Invalid URL simply means that the format of the URL was invalid. The format should be in one of the following forms:
* http://www.xyzl.com
* http://www.xyz.com/
* http://www.xyz.com/page.jsp
* http://www.xyz.com/page.jsp?QueryString
No Response From Web Server
No response from Web server occurs when:
* The Web server's IP address was found.
* A connection was established to the host computer running the Web server.
* A request was made to the Web server using the URL at which time there was no response from the Web server.
Host Not Found
Host not found occurs when the Web server's host computer could not be found using either its IP address or its host/domain name (Fully Qualified Domain Name).
Time Out
A time out occurs when a connection is established with a Web server, but the elapsed time to get the URL content has exceeded a predetermined set time. The default time out is set to 90 seconds.
Connection Refused
Connection refused occurs when the Web server's host computer is found, but the host computer refuses to establish a connection.
Unexpected Error
Unexpected error occurs when a connection cannot be made to the computer hosting the Web server and the error cannot be determined. This error is normally due to improperly configured firewalls and/or routers performing packet filtering.