nerdexam
(ISC)2

CSSLP · Question #107

Which of the following terms ensures that no intentional or unintentional unauthorized modification is made to data?

The correct answer is B. Integrity. Data integrity ensures that information remains unaltered and accurate, preventing unauthorized modifications whether accidental or malicious.

Secure Software Concepts

Question

Which of the following terms ensures that no intentional or unintentional unauthorized modification is made to data?

Options

  • ANon-repudiation
  • BIntegrity
  • CAuthentication
  • DConfidentiality

How the community answered

(47 responses)
  • A
    2% (1)
  • B
    89% (42)
  • C
    6% (3)
  • D
    2% (1)

Why each option

Data integrity ensures that information remains unaltered and accurate, preventing unauthorized modifications whether accidental or malicious.

ANon-repudiation

Non-repudiation ensures that a party cannot deny having performed an action, which is different from preventing data modification itself.

BIntegrityCorrect

Integrity is the security principle that guarantees data has not been changed or tampered with, thereby maintaining its accuracy and trustworthiness throughout its lifecycle. It ensures that data remains in its original, correct state and has not been subjected to unauthorized modification.

CAuthentication

Authentication is the process of verifying a user's identity, not protecting data from modification after identity verification.

DConfidentiality

Confidentiality protects data from unauthorized disclosure, not from unauthorized modification.

Concept tested: CIA Triad - Data Integrity

Source: https://learn.microsoft.com/en-us/security/fundamentals/confidentiality-integrity-availability

Topics

#Data integrity#Security principles#CIA triad

Community Discussion

No community discussion yet for this question.

Full CSSLP Practice