You have recently been hired as a security analyst. You have been given a copy of all organizational security policies. One of the policies stipulates that users will be issued login credentials that include a user name and password. The password will be the same for each login. Which type of password is being used?
A. Static password
B. One-time password
C. Complex password
D. Cognitive password
A
Explanation: A static password is the same for each login.
A one-time password (OTP) is used only once to log in to the access control system. A complex password includes a mixture of uppercase and lowercase letters, numbers, and special characters. A cognitive password is a piece of information that can be used to verify an individual's identity by answering questions.
You might also like to view...
What advantages does using SkyDrive offer you?
What will be an ideal response?
Given a stack, what would the final value of the stack pointer be after the following instructions were executed:
PUSH 23 PUSH 35 PUSH 42 POP X PUSH 20 POP X POP X PUSH 30 a. 1. b. 2. c. 3. d. 4. e. 5.