ITPEC FE Morning October 2023 Question 38

Source exam: ITPEC FE Morning October 2023Topic: Security

ITPEC FE Morning October 2023 — Question 38 of 80

Digital signature properties — what a digital signature guarantees about transmitted information.

A digital signature provides two key security properties:

  • Authenticity — confirms the message is genuinely from the claimed sender (verified via the signer's public key)
  • Integrity — confirms the message has not been altered or tampered with during transmission (verified via hash comparison)

Why not others:
- (a) Atomicity and consistency — these are ACID database transaction properties, not security properties

- (c) Availability and confidentiality — digital signatures do NOT encrypt content (no confidentiality) and do not guarantee availability

- (d) Durability and isolation — also ACID database properties, unrelated to digital signatures

Key rule: Digital signature = authenticity + integrity. For confidentiality, you need encryption, not a signature.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.