Which of the following is an example of multi-factor authentication?
A. password, pin, and voice pattern
B. password, iris scan, and keyboard dynamics
C. iris scan, voice scan, and password
D. voice scan, password, and fingerprint scan
B
Explanation: Knowledge, characteristic and behavioral factors can be combined to increase the security of an authentication system. When this is done it called dual-factor or multifactor authentication. Specifically, dual-factor is the combination of two authentication factors (such as a knowledge factor and a behavioral factor) while multi-factor is the combination of all three or more factors.
Exam 1
You might also like to view...
Given the following code fragment, and an input value of 5, what is the output?
int x; if( x< 3) { cout << "small\n"; } else { if( x < 4) { cout << "medium\n"; } else { if( x < 6) { cout << "large\n"; } else { cout << "giant\n"; } } } a. small b. medium c. large d. giant
Implement the base class in the shoe hierarchy in number 8 above.
What will be an ideal response?
A feature that highlights information in a report, such as values above a certain criterion, is called ________
A) high/low formatting B) highlight control C) conditional formatting D) highlight formatting
A mutator method of a class changes the values of the data members of the class.
Answer the following statement true (T) or false (F)