SSCP · Question #1104
Is the person who is attempting to log on really who they say they are? What form of access control does this questions stem from?
The correct answer is B. Authentication. The question "Is the person who is attempting to log on really who they say they are?" directly addresses Authentication, which is the process of verifying a user's identity.
Question
Is the person who is attempting to log on really who they say they are? What form of access control does this questions stem from?
Options
- AAuthorization
- BAuthentication
- CKerberos
- DMandatory Access Control
How the community answered
(24 responses)- A4% (1)
- B92% (22)
- D4% (1)
Why each option
The question "Is the person who is attempting to log on really who they say they are?" directly addresses Authentication, which is the process of verifying a user's identity.
Authorization determines what an authenticated user is permitted to do or access, rather than verifying their identity.
Authentication is the security process that confirms a user's claimed identity by validating credentials like usernames, passwords, biometrics, or security tokens.
Kerberos is an authentication protocol, but 'Authentication' is the broader concept describing the identity verification process itself.
Mandatory Access Control (MAC) is a type of access control model where access rights are governed by system-wide rules and security labels, not the initial identity verification process.
Concept tested: Authentication vs Authorization
Source: https://learn.microsoft.com/en-us/windows/win32/secauthn/authentication
Topics
Community Discussion
No community discussion yet for this question.