出于管理目的使用 Telnet 或 SSH 连接到网络设备的区别是什么? What is one difference between using Telnet or SSH to connect to a network device for management purposes?
A. Telnet 支持主机 GUI,而 SSH 仅支持主机 CLI。 Telnet supports a host GUI whereas SSH only supports a host CLI.
B. Telnet 以纯文本形式发送用户名和密码,而 SSH 对用户名和密码进行加密。 Telnet sends a username and password in plain text, whereas SSH encrypts the username and password.
C. Telnet 使用 UDP 作为传输协议,而 SSH 使用 TCP。 Telnet uses UDP as the transport protocol whereas SSH uses TCP.
D. Telnet 不提供身份验证,而 SSH 提供身份验证。 Telnet does not provide authentication whereas SSH provides authentication.