English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i couldnt to open a webpage and then it showed this note:

--------------------------------------------------------------------------------

While trying to retrieve the URL: http://notebook.gustonetwork.com/index.php?

The following error was encountered:

Connection to notebook.gustonetwork.com Failed
The system returned:

(110) Connection timed outThe remote host or network may be down. Please try the request again.

Your cache administrator is ADMIN@DORSAA.NET.
----------------------------------------------------------------------------------
the error 110 , whats that mean?

2007-03-18 17:47:47 · 3 answers · asked by amir abdolghaffari 1 in Computers & Internet Internet

3 answers

Browser codes are three part codes.

The responses a server will return to a client are of the form:

RETURN-INFO ::= " " |
RETURN-CODE ::=
MAIN-CODE ::= 1..9
COMMAND ::= 1..9
SUB-CODE ::= 0..9

For each command sent to the server, the server returns a series of
three digit numeric codes which specifies the result of the
operation, plus optional ASCII text for humans. The value of MAIN-
CODE specifies what happened, as in:

1 Error
9 Success / Informational

The commands are encoded as:

1 LOGIN
2 SELECT
3 STATUS
4 LIST
5 GET
9 EXIT

The following specific error codes must be supported by all servers
and clients:

110 Login Invalid
113 Scanning Error during LOGIN
120 SELECT Failed
130 STATUS Failed
140 LIST Failed
141 Bad LIST encoding
150 GET Failed
151 GET doesn't support that type of encoding
910 Login Accepted
920 SELECT successful
931 STATUS Output Starting
932 STATUS Output Done
941 LIST lookup successful, here comes the data!
942 LIST dump done!
951 GET lookup successful, here comes the data!
952 GET dump done!
990 Server closing connection after EXIT received

Other codes may be used, but may not be supported by all clients or
servers.

2007-03-18 17:54:10 · answer #1 · answered by Mortis 4 · 0 0

Well its an error 110, In English whoever your trying to get a hold of isnt on line.

2007-03-18 17:51:32 · answer #2 · answered by carpentershammerer 6 · 0 0

Thats an error in their server. It could possibly mean a missing Page or that they are trying to edit their site at the moment or the fact that their server is down.

2007-03-18 17:49:45 · answer #3 · answered by Madeliene Smith 2 · 0 0

fedest.com, questions and answers