Saved Bookmarks
| 1. |
The decimal code of Interpret as Command (IAC) character is _______(a) 252(b) 253(c) 254(d) 255 |
|
Answer» Right choice is (d) 255 For explanation I would say: If we want that a character be interpreted by the client instead of server, we use the IAC character. If IAC is followed by any other code than IAC, the client interprets it as a character. |
|