79. Which of the following is also known as something you know, something you have, and something you are?
Answer: B
MFA is also known as something you know, something you have, and something you are.
MFA, or Multi-Factor Authentication, refers to a security mechanism that requires multiple forms of verification to ensure the identity of a user. It encompasses three elements: something you know (like a password), something you have (like a smartphone or security token), and something you are (like a fingerprint or facial recognition).
A) ACL
ACL stands for Access Control List, which is a method used to define permissions for users to access certain resources. While it plays a crucial role in security, it does not fit the definition of "something you know, something you have, and something you are," as it does not involve multiple factors of authentication.
B) MFA
MFA accurately describes a security approach that employs three distinct elements of verification: knowledge (password), possession (security token or device), and inherent characteristics (biometrics). This multi-layered strategy enhances security and is precisely what the question refers to.
C) SMS
SMS, or Short Message Service, is a text messaging service that can be used for various purposes, including sending verification codes. However, it does not represent the broader concept of multi-factor authentication on its own, as it is merely one method of delivering one factor of verification rather than a comprehensive authentication strategy.
D) NFC
NFC, or Near Field Communication, is a technology that enables short-range communication between devices. While it can be a component of a security system (for example, in contactless payments), it does not encompass the broader categories of authentication described by "something you know, something you have, and something you are."
Conclusion
MFA is the only option that encapsulates the concept of requiring multiple forms of verification for user authentication, making it the correct answer. In contrast, ACL, SMS, and NFC each refer to specific technologies or methods that do not collectively represent the multi-faceted nature of authentication described in the question.