正解:A,C
A . Correct. SSH, or Secure Shell, is indeed a protocol that provides a secure remote access connection to network devices. It encrypts the data to ensure secure transmission over insecure networks like the internet1.
C . Correct. Telnet connections are not secure and are terminated when a router reboots. This is because Telnet does not have any mechanism to maintain the connection in case of network interruptions or device reboots1.
B, D, and E are incorrect because: B. SSH uses TCP port 22 by default, not port 23, which is used by Telnet1. D . Telnet does not provide a secure connection; it transmits data in plain text, which can be intercepted easily1. E. SSH is preferred over Telnet for security reasons because it provides encrypted connections and authentication mechanisms, which Telnet does not1.
Reference :=
1: GeeksforGeeks - Difference between SSH and Telnet 2: phoenixNAP - Telnet vs. SSH: How Is SSH Different From Telnet? 3: Guru99 - Telnet vs SSH - Difference Between Them 4: Difference Between - Difference Between Telnet and SSH