Q:

What are the advantages/disadvantages of Kerberos vs. SSL?

1
Like
Answer
Comment
Flag
Thanks for your feedback!
A:

2 Answers

rank
1
2
Like
Comment
Flag
From: Jonathan Kamens <jik@kamens.brookline.ma.us> In brief, the question seems to be, "What does Kerberos give me that SSL doesn't?" That question is specific case of the general question, "What are the advantages and disadvantages of a private-key, trusted-third-party authentication system vs. a public-key, certificate-based authentication system?" As I see it, SSL has two major advantages over Kerberos: (1) It doesn't require an accessible trusted third party; (2) it can be used to establish a secure connection even when one end of the connection doesn't have a "secret" (a.k.a. "key" or "password"). These two advantages make it ideal for secured Web communication and for similar applications where there is a large user base which is not known in advance. [ Here are some disadvantages of SSL: ] 1) Key revocation. If a Verisign certificate issued to a user is compromised and must be revoked, how will all the servers with whom that user interacts know that the certificate is no ...  more
nrl.navy.mil
1 more source
Hide

Related Videos

rank
2
Like
Comment
Flag
In brief, the question seems to be, "What does Kerberos give me that SSL doesn't?" That question is specific case of the general question, "What are the advantages and disadvantages of a private-key, trusted-third-party authentication system vs. a public-key, certificate-based authentication system?" As I see it, SSL has two major advantages over Kerberos: (1) It doesn't require an accessible trusted third party; (2) it can be used to establish a secure connection even when one end of the connection doesn't have a "secret" (a.k.a. "key" or "password"). These two advantages make it ideal for secured Web communication and for similar applications where there is a large user base which is not known in advance. [ Here are some disadvantages of SSL: ] 1) Key revocation. If a Verisign certificate issued to a user is compromised and must be revoked, how will all the servers with whom that user interacts know that the certificate is no longer valid?  more

Add your answer...

Top Answerers

1.
barbara mory
8 Answers in the past week
2.
tunnel raj
11 Answers in the past week
3.
roland evan
4 Answers in the past week

Top Askers

1.
Maxine Nacy
1 Question in the past week
2.
Ethan Dressie
1 Question in the past week
3.
Angus Miller
1 Question in the past week

Top Supporters

1.
roland evan
4 Likes given in the past week
2.
christina monte
4 Likes given in the past week
3.
Dr. Samuel Lawson
2 Likes given in the past week
...