nerdexam
Isaca

CISM · Question #87

The PRIMARY benefit of using http secure (https) is that it provides:

The correct answer is A. confidentiality of data transmitted.. The primary benefit of HTTPS is establishing a secure, encrypted connection, ensuring the confidentiality of data transmitted between a client and a server.

Submitted by dimitri_ru· Apr 18, 2026Information Security Program Development and Management

Question

The PRIMARY benefit of using http secure (https) is that it provides:

Options

  • Aconfidentiality of data transmitted.
  • Bintegrity for data at rest.
  • Cauthentication.
  • Dbetter session traceability.

How the community answered

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

Why each option

The primary benefit of HTTPS is establishing a secure, encrypted connection, ensuring the confidentiality of data transmitted between a client and a server.

Aconfidentiality of data transmitted.Correct

HTTPS uses TLS/SSL to encrypt the communication channel between a client and a server, protecting the data from eavesdropping and ensuring its confidentiality during transit over the network. This encryption prevents unauthorized parties from reading sensitive information.

Bintegrity for data at rest.

HTTPS primarily protects data in transit, not data at rest, which requires different encryption and storage mechanisms.

Cauthentication.

While HTTPS does provide server authentication through certificates, preventing man-in-the-middle attacks, its primary benefit in terms of data protection is confidentiality.

Dbetter session traceability.

HTTPS does not inherently provide better session traceability; traceability is typically managed by server-side logging and session management, independent of the HTTPS encryption itself.

Concept tested: HTTPS/TLS encryption for data confidentiality

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview#encryption-in-transit

Topics

#HTTPS#Confidentiality#Network Security#Data Protection

Community Discussion

No community discussion yet for this question.

Full CISM Practice