The help desk is reporting that because of multiple passwords for services, users are over utilizing the help desk for password resets. Which of the following features would help solve this problem?
A. NAT
B. SSO
C. SSL
D. STP
B
Explanation: Single sign-on (SSO) allows the user to authenticate once to access all services. This gives them a single password to remember.
You might also like to view...
Write a method that modifies the red, green, and blue values of a picture by different amounts. Try it out on different pictures to see if you get any nice results.
What will be an ideal response?
Each bullet point in a list needs to end with a period
Indicate whether the statement is true or false
____________ is concerned with human physical continuity. As the name implies, it asserts that our identity is supplied by the continuity of our physical form.
Fill in the blank(s) with the appropriate word(s).
The function prototype double mySqrt(int x);
a) defines a function called mySqrt which takes an integer as an ar-gument and returns a double b) defines a function called double which calculates square roots c) defines a function called mySqrt which takes an argument of type x and returns a double (d) defines a function called mySqrt which takes a double as an ar-gument and returns an integer