nerdexam
(ISC)2

CERTIFIED-IN-CYBERSECURITY · Question #747

Which of the following is a common type of network protocol used for secure communication over the internet?

The correct answer is D. SSH. SSH (Secure Shell) is a cryptographic network protocol that provides secure, encrypted communication over an unsecured network - commonly used for remote server administration, secure file transfers (SFTP/SCP), and tunneling. The other options are inherently insecure: HTTP (B)…

Understanding Security Concepts

Question

Which of the following is a common type of network protocol used for secure communication over the internet?

Options

  • AFTP
  • BHTTP
  • CTelnet
  • DSSH

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    89% (34)

Explanation

SSH (Secure Shell) is a cryptographic network protocol that provides secure, encrypted communication over an unsecured network - commonly used for remote server administration, secure file transfers (SFTP/SCP), and tunneling. The other options are inherently insecure: HTTP (B) transmits data in plaintext (HTTPS adds TLS for security, but plain HTTP does not). FTP (A) transfers files in cleartext with no encryption. Telnet (C) is the predecessor to SSH - it transmits all data including credentials in plaintext and is considered obsolete for secure use. SSH replaced Telnet precisely because of its encryption and authentication capabilities.

Topics

#Network Protocols#Secure Communication#SSH#Security Fundamentals

Community Discussion

No community discussion yet for this question.

Full CERTIFIED-IN-CYBERSECURITY Practice