nerdexam
Cisco

100-160 · Question #24

Which of the following are examples of secure network protocols? (Choose two)

The correct answer is A. SSH B. HTTPS. SSH (A) and HTTPS (B) are correct because both encrypt data in transit - SSH uses asymmetric cryptography to secure remote shell sessions, while HTTPS wraps HTTP inside TLS/SSL to protect web traffic. FTP (C) transmits data and credentials in plaintext, making it trivially…

Network Security Concepts

Question

Which of the following are examples of secure network protocols? (Choose two)

Options

  • ASSH
  • BHTTPS
  • CFTP
  • DTelnet

How the community answered

(23 responses)
  • A
    91% (21)
  • C
    4% (1)
  • D
    4% (1)

Explanation

SSH (A) and HTTPS (B) are correct because both encrypt data in transit - SSH uses asymmetric cryptography to secure remote shell sessions, while HTTPS wraps HTTP inside TLS/SSL to protect web traffic. FTP (C) transmits data and credentials in plaintext, making it trivially interceptable. Telnet (D) similarly sends everything unencrypted, including passwords, over the wire.

Memory tip: Think "S = Secure" - the protocols with an S in their name (SSH, HTTPS) are the encrypted ones, while the older protocols without it (FTP, Telnet) predate modern security practices and should be avoided on any network you care about.

Topics

#Network Protocols#Encryption#Secure Communication#Protocol Security

Community Discussion

No community discussion yet for this question.

Full 100-160 Practice