MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Telnet
Q
If we want that a character be interpreted by the client instead of server _________
AA. Interpret as command (iac) escape character has to be used
BB. Control functions has to be disabled
CC. It is not possible
DD. Cli character has to be used
Correct Answer:
A. A. Interpret as command (iac) escape character has to be used
Explanation:
The client must look at each byte that arrives and look for IAC escape character. If IAC is found, the client moves on to look for any other code or IAC. If the next byte is IAC – a single byte is presented by the client to the terminal. If IAC is followed by any other code than IAC, the client interprets this as a command.