nerdexam
Cisco

100-160 · Question #26

Which protocol is commonly used for secure data transmission over the internet?

The correct answer is B. HTTPS. HTTPS (Hypertext Transfer Protocol Secure) is the correct answer because it uses TLS/SSL encryption to protect data in transit between a client and server, making it the standard protocol for secure internet communication - you'll see the padlock icon in browsers when it's…

Network Security Concepts

Question

Which protocol is commonly used for secure data transmission over the internet?

Options

  • ATelnet
  • BHTTPS
  • CFTP
  • DHTTP

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    93% (40)
  • C
    2% (1)

Explanation

HTTPS (Hypertext Transfer Protocol Secure) is the correct answer because it uses TLS/SSL encryption to protect data in transit between a client and server, making it the standard protocol for secure internet communication - you'll see the padlock icon in browsers when it's active.

Why the others are wrong:

  • HTTP (D) is HTTPS without the encryption layer - data is transmitted in plaintext, making it vulnerable to interception.
  • FTP (C) is a file transfer protocol that also transmits credentials and data in plaintext by default; it's not designed for general secure web communication.
  • Telnet (A) is a remote terminal protocol that sends everything, including passwords, unencrypted - it's considered obsolete for this reason.

Memory tip: The "S" in HTTPS stands for Secure - if a protocol ends in "S" (HTTPS, FTPS, SFTP), it has encryption bolted on. When the "S" is missing, so is the security.

Topics

#HTTPS#TLS/SSL#Secure Protocols#Encryption

Community Discussion

No community discussion yet for this question.

Full 100-160 Practice