nerdexam
GIAC

GSLC · Question #439

Which of the following cryptographic system services ensures that information will not be disclosed to any unauthorized person on a local network?

The correct answer is D. Confidentiality. Confidentiality is the cryptographic service that ensures data is accessible only to authorized parties, preventing disclosure to unauthorized individuals on a network.

Security Architecture & Engineering

Question

Which of the following cryptographic system services ensures that information will not be disclosed to any unauthorized person on a local network?

Options

  • AAuthentication
  • BIntegrity
  • CNon-repudiation
  • DConfidentiality

How the community answered

(49 responses)
  • A
    6% (3)
  • B
    2% (1)
  • C
    4% (2)
  • D
    88% (43)

Why each option

Confidentiality is the cryptographic service that ensures data is accessible only to authorized parties, preventing disclosure to unauthorized individuals on a network.

AAuthentication

Authentication verifies the identity of a user or system to confirm who is communicating, but does not restrict whether an unauthorized party can read the data itself.

BIntegrity

Integrity ensures that data has not been altered or tampered with during transmission, but does not prevent an unauthorized party from viewing the original data.

CNon-repudiation

Non-repudiation provides cryptographic proof that a specific party sent or received a message so they cannot deny the action, but it does not restrict data disclosure to unauthorized persons.

DConfidentialityCorrect

Confidentiality, typically enforced through encryption algorithms, ensures that data transmitted or stored can only be read by those with the proper decryption keys. On a local network, protocols implementing confidentiality render intercepted data unreadable to any unauthorized party who captures it.

Concept tested: CIA triad - confidentiality as a cryptographic service

Source: https://csrc.nist.gov/glossary/term/confidentiality

Topics

#confidentiality#cryptographic services#CIA triad#information disclosure

Community Discussion

No community discussion yet for this question.

Full GSLC Practice