Which of the following is not an account lockout policy setting?

a. Account lockout period
b. Account lockout duration
c. Account lockout threshold
d. Reset lockout counter after


A. The account lockout policy is designed to lock an account out of the computer if a user (or intruder attempting to crack the network) enters an incorrect password a specified number of times, thereby limiting the effectiveness of dictionary-based password crackers.

Computer Science & Information Technology

You might also like to view...

What is Pseudo-elements?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is not true regarding expressions?

A) Elements that can be used in an expression include identifiers, operators, logical operators, functions, and constants. B) An expression consists of several possible elements that you can use. C) You can use expressions in a number of ways such as performing calculations or retrieving values of a control. D) the term "expression" is synonymous with "equation."

Computer Science & Information Technology

What occurs to a system when the application loses the ability to release memory resources when they are no longer needed?

A. heap size B. code does not compile C. inefficient code D. memory leak

Computer Science & Information Technology

The _____ object method returns a text string representation of an object.

A. obj.LocaleString() B. object.toString() C. object.toLocaleString() D. obj.String()

Computer Science & Information Technology