

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) MongoDB Enterprise provides support for Kerberos authentication of MongoDB clients to mongod and mongos(b) Kerberos is an industry standard authentication protocol for large client/server systems(c) Kerberos allows MongoDB and applications to take advantage of existing authentication infrastructure and processes(d) All of the mentionedI have been asked this question in a national level competition.I want to ask this question from Kerberos Authentication in portion Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT answer is (d) All of the mentioned The EXPLANATION: In a Kerberos-based SYSTEM, every participant in the AUTHENTICATED communication is known as a “principal”, and every principal must have a unique name. |
|