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
In which mode of telnet, the client echoes the character on the screen but does not send it until a whole line is completed?
AA. Default mode
BB. Character mode
CC. Server mode
DD. Command mode
Correct Answer:
A. A. Default mode
Explanation:
In the default mode, the client does not send each character typed by the user to the server, thus saving the amount of packet transmissions required for executing each operation. But the server has to remain idle until the client sends the completed line wasting a lot of time.