Which of the following can be used to control specific commands that can be executed on a network infrastructure device?

A. LDAP
B. Kerberos
C. SAML
D. TACACS+


Answer: D. TACACS+

Computer Science & Information Technology

You might also like to view...

A B-tree is a search tree. What is the efficiency of searching for an element in a B-tree?

a) O(1) b) O(n) c) O(log n) d) O(n log n) e) O()

Computer Science & Information Technology

____ means that you can place one repetition structure entirely within another repetition structure.

A. Encasing B. Subordinating C. Nesting D. Folding

Computer Science & Information Technology

How does a service pack differ from a patch?

A) A service pack is larger and addresses multiple problems. B) A service pack is a fee-based service whereas a patch is always free. C) A service pack is larger and requires a fee. D) A service pack fixes bugs or security holes on numerous computers, whereas a patch fixes bugs or holes on just one machine.

Computer Science & Information Technology

The statements string objectName = value and string objectName(stringValue) produce the same result.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology