Which of the following server types stores the list of network usernames and passwords required for authentication?
A. File server
B. Directory
C. DHCP
D. SNMP
Answer: B. Directory
You might also like to view...
Which of the following statements is false?
a. The following code creates a student_tuple with a first name, last name and list of grades: student_tuple = ('Amanda', 'Blue', [98, 75, 87]) b. Even though the tuple in Part (a) is immutable, its list element is mutable. c. In the double-subscripted name student_tuple[2][1], Python views stu-dent_tuple[2] as the element of the tuple containing the list [98, 75, 87], then uses [1] to access the list element containing 75. d. All of the above statements are true.
The symbol MB refers to a ____.
A. megabyte B. metabyte C. moving byte D. memory byte
If the number 0 is entered in the order argument of the RANK.AVG function the numbers will appear in ascending order
Indicate whether the statement is true or false
What two different passwords can be set to lock down a computer from unauthorized access?
A. supervisor password B. e-mail password C. screen saver password D. user password