A network security team is updating its enterprise defense framework to align existing technical controls with core security principles. Match each core security principle on the left with its corresponding technical control implementation on the right.
- ConfidentialityImplementing AES-256 BitLocker disk encryption on all remote workstation storage drives
- IntegrityVerifying cryptographic SHA-256 checksums of network device firmware binaries prior to installation
- AvailabilityConfiguring redundant load-balanced firewall pairs across dual geographically diverse data centers
- Non-repudiationRequiring asymmetric PKI digital signatures for all administrator privilege escalation logs
Answer
Confidentiality matches with AES-256 disk encryption; Integrity matches with SHA-256 checksum verification; Availability matches with redundant load-balanced firewalls; Non-repudiation matches with PKI digital signatures on logs.
Each core principle directly aligns with its target control: Confidentiality is sustained by encrypting stored workstation data, Integrity is maintained by validating firmware hash signatures before installation, Availability is preserved through redundant multi-site infrastructure, and Non-repudiation is enforced by cryptographically signing administrative actions.
Step-by-Step Solution
Key Concept
CIA Triad & Core Security Principles (Confidentiality, Integrity, Availability, Non-repudiation)