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 amongst the following statements is correct for “character at a time” mode?
AA. Character processing is done on the local system under the control of the remote system
BB. Most text typed is immediately sent to the remote host for processing
CC. All text is echoed locally, only completed lines are sent to the remote host
DD. All text is processed locally, and only confirmed lines are sent to the remote host
Correct Answer:
B. B. Most text typed is immediately sent to the remote host for processing
Explanation:
In character at a time mode, the typed text is sent immediately to the remote host while the user is typing. Another mode used in Telnet is “Old line by line” mode in which only completed lines are sent to the remote host.