Which cybersecurity framework requires users to provide two or more distinct verification indicators—such as a password mixed with an instantaneous biometric facial scan—to unlock an account? MCQ with Answer and Explanation

Which cybersecurity framework requires users to provide two or more distinct verification indicators—such as a password mixed with an instantaneous biometric facial scan—to unlock an account?
A. Data Encryption Standard (DES)
B. Multi-Factor Authentication (MFA)
C. Single Sign-On (SSO)
D. Access Control Listing (ACL)
Answer: Option B
Solution (By JKExamLibrary)
MFA strengthens identity management by requiring confirmation from multiple independent categories of authentication factors.

This question belongs to: Computer Cyber Security

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1 Report Error
What is the purpose of a security patch?
A. To change the user interface
B. To fix vulnerabilities and bugs in software
C. To add new features to software
D. To increase software performance

Correct Answer: Option B


Explanation:
A security patch is a piece of code designed to fix a vulnerability or bug in a software program, closing security holes that could be exploited by attackers.

This question belongs to: Computer Cyber Security
Question #2 Report Error
Which defensive monitoring tool continuously scans system configurations and event logs to alert security teams of active hacker intrusions in real time?
A. Data Sanitization Tool
B. Intrusion Detection System (IDS)
C. File Encryption Engine
D. Proxy Server Gateway

Correct Answer: Option B


Explanation:
An IDS monitors network and host configurations for suspicious activity patterns, generating alerts when potential security breaches are detected.

This question belongs to: Computer Cyber Security
Question #3 Report Error
Which process uses a cryptographic hash function to convert a user's plain text password into a short, fixed-length string of characters before saving it in a secure database?
A. File Compression
B. Password Hashing / Salting
C. Sandboxing Isolation
D. Heuristic Mapping

Correct Answer: Option B


Explanation:
Password hashing applies one-way cryptographic algorithms to obscure plain text passwords, ensuring cleartext credentials aren't exposed if the database is breached.

This question belongs to: Computer Cyber Security