RADIUS servers play a role in which authentication standard?
A. 802.11
B. 802.1x
C. 802.3
D. 802.2
B
Explanation: 802.1x is a standard that defines a framework for centralized port based authentication. In this system the RADIUS server functions as the authentication server.
You might also like to view...
Answer the following statements true (T) or false (F)
1. Java does not require that a variable be declared before it is used within a program. 2. A variable of type boolean can be explicitly converted to that of type int. 3. The modulus operator, %, returns the remainder of integer division. 4. The result of integer division is truncated in Java.
What does the following code print?
``` System.out.printf("*%n**%n***%n****%n*****%n"); ```
Who built and operates the Global Positioning System?
A) NASA B) UN C) U.S. Department of Defense D) DARPA
Which data type enables you to store numeric values that need to be calculated?
A) Short Text B) Number C) Auto Number D) Logical