Area 2: Security, Confidentiality, and Privacy (35-45%)
0 of 93 questions attempted
CER = point where FAR = FRR
False Acceptance Rate (FAR) = % of unauthorized users incorrectly accepted. False Rejection Rate (FRR) = % of authorized users incorrectly rejected. Lower CER indicates a more accurate biometric system.
| Feature | Symmetric (AES) | Asymmetric (RSA/ECC) |
|---|---|---|
| Keys | Single shared key | Public/private key pair |
| Speed | Fast — suitable for bulk data | Slow — computationally intensive |
| Key distribution | Challenge — must securely share key | Easier — public key can be freely distributed |
| Common algorithms | AES-128, AES-256, 3DES | RSA-2048, RSA-4096, ECC |
| Primary use | Data at rest, session encryption | Key exchange, digital signatures, authentication |
| TLS/HTTPS | Session data encryption (after handshake) | Initial key exchange (handshake phase) |
| Type | Timing | Purpose | Examples |
|---|---|---|---|
| Preventive | Before the event | Stop threats from occurring | Firewalls, access controls, encryption, segregation of duties, input validation |
| Detective | During/after the event | Identify that a threat has occurred | IDS/IPS, log monitoring, audit trails, reconciliations, SIEM alerts |
| Corrective | After the event | Remediate the impact of a threat | Backups/restore, patch deployment, incident response, antivirus quarantine |
| Deterrent | Before the event | Discourage potential threats | Warning banners, security cameras, acceptable use policies, penalties |
| Compensating | Varies | Substitute when primary control is not feasible | Manual review when automated control fails, additional monitoring |
The three authentication factors. Knowledge = password/PIN. Have = token/smart card/phone. Are = biometrics (fingerprint, retina). MFA requires two or more different factors.
The four access control models from least to most restrictive: Discretionary (owner decides), Role-Based (role determines access), Mandatory (classification labels), Attribute-Based (policies evaluate multiple attributes).