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.
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)- A91% (21)
- B4% (1)
- C4% (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.
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.
HTTPS primarily protects data in transit, not data at rest, which requires different encryption and storage mechanisms.
While HTTPS does provide server authentication through certificates, preventing man-in-the-middle attacks, its primary benefit in terms of data protection is confidentiality.
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
Community Discussion
No community discussion yet for this question.