Q10Information Security Systems
Question
2 marks
Define a Key Distribution Center (KDC).
Answer
A KDC is a highly secure, centralized server architecture in symmetric cryptography (like Kerberos) that mathematically generates and securely distributes temporary session keys between communicating parties.
In a massive network using symmetric encryption, every pair of users needs a unique key. The Key Distribution Center (KDC) completely solves this mathematical nightmare. It shares a unique master key with every user. When Alice wants to talk to Bob, the KDC generates a temporary session key and securely transmits it to both, eradicating the key distribution crisis.