KDC

KDC(Key Distribution Center)密匙分配中心
密码学中的密钥分发中心( KDC )是密钥体系的一部分,旨在减少密钥体制所固有的交换密钥时所面临的风险。 KDC应用在这样的系统中:系统内一些用户能够使用某些服务,而其他人不能使用那些服务。
(linux)定义: key distribution center (KDC): 在网络会话和应用程序的使用中 为 分配管理 公钥与私钥 提供认证 的系统.
(windows)Key Distribution Center: Key Distribution Center (KDC) 作为一个域服务来使用.它使用Active Directory作为数据库, 使用GlobalCatalog传输数据到其他的域.
KDC在kerberos中通常提供两种服务:
1.Authentication Service (AS):认证服务
2.Ticket-Granting Service (TGS):授予票据服务