积极答复者
Windows的GC和LDAP有什么区别?

问题
答案
-
您好!
LDAP是Lightweight Directory Access Protocol的缩写,顾名思义,它是指轻量级目录访问协议(这个主要是相对另一目录访问协议X.500而言的;LDAP略去了x.500中许多不太常用的功能,且以TCP/IP协议为基础)。目录服务和数据库很类似,但又有着很大的不同之处。数据库设计为方便读写,但目录服务专门进行了读优化的设计,因此不太适合于经常有写操作的数据存储。同时,LDAP只是一个协议,它没有涉及到如何存储这些信息,因此还需要一个后端数据库组件来实现。这些后端可以 是bdb(BerkeleyDB)、ldbm、shell和passwd等。
Lightweight Directory Access Protocol
https://msdn.microsoft.com/zh-cn/library/aa367008(v=vs.85).aspx
LDAP服务原理详解
http://czmmiao.iteye.com/blog/1561597
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
GC:全局编录( Global Catalog)。
全局编录是 Active Directory 域服务 (AD DS) 林中所有对象的集合。全局编录服务器是一个域控制器,它存储林中主持域的目录中所有对象的完全副本,以及所有其他域中所有对象的部分只读副本。全局编录服务器响应全局编录查询。
了解全局编录
https://technet.microsoft.com/zh-cn/library/cc730749(v=ws.11).aspx
Best Regards,
Alvin Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 Stanley_L 2016年10月12日 0:28
-
您好!
您可以从以下文档中得到有用的信息:
Global Catalog and LDAP Searches
https://technet.microsoft.com/en-us/library/cc978012.aspx
以下帖子中讨论了这两个端口的区别:
Two simple questions about AD (LDAP)
Best Regards,
Alvin Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 Stanley_L 2016年10月12日 0:28
全部回复
-
您好!
LDAP是Lightweight Directory Access Protocol的缩写,顾名思义,它是指轻量级目录访问协议(这个主要是相对另一目录访问协议X.500而言的;LDAP略去了x.500中许多不太常用的功能,且以TCP/IP协议为基础)。目录服务和数据库很类似,但又有着很大的不同之处。数据库设计为方便读写,但目录服务专门进行了读优化的设计,因此不太适合于经常有写操作的数据存储。同时,LDAP只是一个协议,它没有涉及到如何存储这些信息,因此还需要一个后端数据库组件来实现。这些后端可以 是bdb(BerkeleyDB)、ldbm、shell和passwd等。
Lightweight Directory Access Protocol
https://msdn.microsoft.com/zh-cn/library/aa367008(v=vs.85).aspx
LDAP服务原理详解
http://czmmiao.iteye.com/blog/1561597
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
GC:全局编录( Global Catalog)。
全局编录是 Active Directory 域服务 (AD DS) 林中所有对象的集合。全局编录服务器是一个域控制器,它存储林中主持域的目录中所有对象的完全副本,以及所有其他域中所有对象的部分只读副本。全局编录服务器响应全局编录查询。
了解全局编录
https://technet.microsoft.com/zh-cn/library/cc730749(v=ws.11).aspx
Best Regards,
Alvin Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 Stanley_L 2016年10月12日 0:28
-
您好!
您可以从以下文档中得到有用的信息:
Global Catalog and LDAP Searches
https://technet.microsoft.com/en-us/library/cc978012.aspx
以下帖子中讨论了这两个端口的区别:
Two simple questions about AD (LDAP)
Best Regards,
Alvin Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已标记为答案 Stanley_L 2016年10月12日 0:28