Match each enterprise security technical implementation to the specific security pillar or concept it primarily satisfies.
- ConfidentialityEncrypting sensitive customer financial records stored in a cloud database to prevent unauthorized viewing.
- IntegrityGenerating SHA-256 checksums for software installation packages to detect unauthorized modification.
- AvailabilityDeploying dual power supplies and load-balanced web server clusters to prevent service downtime.
- Non-RepudiationSigning executive wire transfer requests with asymmetric private keys to guarantee proof of authorship.
Answer
Confidentiality matches encrypting sensitive customer records; Integrity matches generating SHA-256 checksums for binaries; Availability matches deploying redundant power and load-balanced clusters; Non-Repudiation matches signing executive transfer requests with asymmetric private keys.
Each control satisfies a specific pillar: encryption prevents disclosure (Confidentiality); hashing detects unauthorized changes (Integrity); hardware redundancy maintains system access (Availability); private key signing binds identity to transactions (Non-Repudiation).
Step-by-Step Solution
Key Concept
CIA Triad and Non-Repudiation core principles and technical controls