

InterviewSolution
Saved Bookmarks
1. |
For a client-server authentication, the client requests from the KDC a ________ for access to a specific asset.(a) ticket(b) local(c) token(d) user |
Answer» The correct answer is (a) ticket Best explanation: KDC uses the client’s secret and the server’s secret to construct the ticket which allows the client and server to mutually authenticate each other, while keeping the secrets hidden. |
|