Which of the following is not true of Kerberos?
A.
It is not based on symmetric cryptography.
B.
It is a proprietary protocol.
C.
It is an authentication protocol.
D.
Its security relies on the integrity of the KDC.
Explanation:
Kerberos is an open authentication protocol (not a proprietary one) that is based onsymmetric cryptography. It is used because the individual principals do not trusteach other enough to communicate directly. The KDC holds all of the secret keys andit vouches for the identity of the other principals, and has to be completelyprotected from corruption.
The first option in also not true as Kerberos uses symmetric encryption.
“Kerberos uses symmetric key cryptography and provides end-to-end security” from Shon Harris’ 6th Edition All-in-One Exam Guide, p. 234.
B is the correct answer.
Admin please fix. Option A is not also true. it is based on symmetric cryptography which means A and B are the correct Ans.
Correct answer is B