I would like to know what do we mean by Domain controller and how do we make a system a Domain Controller and when do we have to make a system a DC?
|
feedback
|
migrated from superuser.com Nov 14 '09 at 16:53
This question came from our site for computer enthusiasts and power users.
|
A "domain" is, to put it simply, a unified collection of machines and user accounts managed by server machines designated as "domain controllers". (This is, of course, an incomplete definition, but it is a good start.) A domain controller is a computer running one of Microsoft's server operating systems, such as Windows Server 2008 or Windows Server 2008 R2 in any edition except Web Edition, or one of the small business-oriented server products, that has had the following actions performed on it:
To make a system a domain controller, take the two actions above on your server. They can both be done in one process, since you will be prompted to promote the server as soon as you finish adding the server role. You have to add a domain controller to your network when you decide that it is cost-effective for your organization to have the unified system of credentials, users, groups, and permissions that an Active Directory domain provides, in addition to the machine and user policies provided by Group Policy. Some of the benefits are that you can control a number of machine and user settings centrally, and users can log onto any machine in the network with one username and password. The main detriment is the cost: You need a machine to act as the domain controller (which can be shared with other server roles in a small organization), the Microsoft server software license, client access licenses for all machines joined to the domain, and personnel to administer the domain (maybe not another employee for a single server, but it's going to take time out of someone's day, whether they are internal or a consultant). Creating an Active Directory domain is not to be taken lightly. It has long-lasting consequences for how your organization's users work every day. Please research the issue thoroughly or consider hiring a consultant before deciding to create an AD domain in your organization. | |||||
feedback
|
|
A domain controller provides authentication services for a network of Windows machines. See the Wikipedia article for a brief introduction. If you need to build one, you can do so with a Windows server (any of a variety of flavors, e.g. Windows 2003 Server) or you can run Samba on a Linux box. I would recommend the latter approach, and if you need advice on which Linux distribution to use, I would recommend Ubuntu. | |||||
feedback
|