Which of the following remote authentication methods was developed by Cisco?
A. 802.1X
B. TACACS+
C. RADIUS
D. Kerberos
B. TACACS+ (Terminal Access Controller Access Control System Plus) was developed by Cisco. It is considered more reliable than RADIUS.
Computer Science & Information Technology
You might also like to view...
SmartArt is a text style used to create decorative effects to a presentation
Indicate whether the statement is true or false
Computer Science & Information Technology
If the variable named AVG has a value of 93, what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?
``` IF AVG > 93 THEN GRADE = “A” ELSE GRADE = “B” ENDIF IF AVG > 73 THEN GRADE = “C” ELSE GRADE = “F” ENDIF ``` a) A b) B c) C d) F
Computer Science & Information Technology