Complete the code to identify the process that verifies user identity.
The process of verifying who a user is called [1].Authentication is the process of verifying the identity of a user.
Complete the code to identify the process that controls user access rights.
The process that determines what a user can do is called [1].Authorization controls what resources or actions a user is allowed to access.
Fix the error in the statement about authentication and authorization.
Authentication is about [1] access rights to resources.Authentication is about verifying identity, not controlling access rights.
Fill both blanks to complete the sentence about authentication and authorization.
After [1], the system performs [2] to check user permissions.
First, the system authenticates the user, then authorizes their actions.
Fill all three blanks to complete the explanation of authentication and authorization.
In a secure system, [1] confirms identity, [2] checks permissions, and [3] protects data.
Authentication confirms who you are, authorization checks what you can do, and encryption protects data.