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
Which of the following is true for character mode operation of telnet implementation?
AA. Each character typed is sent by the client to the server
BB. Each character typed is discarded by the server
CC. Each character typed is aggregated into a word and then sent to the server
DD. Each character type is aggregated into a line and then sent to the server
Correct Answer:
A. A. Each character typed is sent by the client to the server
Explanation:
In character mode, each character that the user is typing is immediately sent to the server which then interprets it only after the complete operation command is received.