InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is not correct?(a) telnet is a general purpose client-server program(b) telnet lets user access an application on a remote computer(c) telnet can also be used for file transfer(d) telnet can be used for remote loginI got this question in an internship interview.My enquiry is from Telnet in section Application Layer of Computer Network |
|
Answer» RIGHT choice is (c) telnet can also be used for file TRANSFER For explanation: File Transfer Protocol is used for file transfer. Telnet PROVIDES access to the command-line interface on a REMOTE host. |
|