Question:

A domain controller is a server that does not respond to authentication requests and verifies users on computer networks. (True/False)

Show Hint

A Domain Controller is the primary gatekeeper of a Windows Domain network; its core duty is to listen for, process, and respond to authentication requests to grant users access to their workstations and network resources.
Updated On: Jun 18, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation



Step 1: Analyzing the Role of a Domain Controller (DC):

In a Microsoft Active Directory network, a Domain Controller is a dedicated server that runs the AD DS role. It acts as the central security clearinghouse for the domain.

Step 2: Identifying Core Functions of a DC:

A domain controller has several critical responsibilities:
  • Database Storage: It maintains the centralized directory database containing user credentials, computer accounts, group policies, and permissions.
  • Authentication Services: When a user attempts to log into a workstation, the domain controller intercepts the login request, processes the credentials (using security protocols like Kerberos or NTLM), and validates the user's identity.
  • Authorization Management: It issues security tokens that define what resources (files, folders, printers) the authenticated user is authorized to access.


Step 3: Evaluating the Statement:

The given statement states that a domain controller is a server that does not respond to authentication requests. Since responding to and processing authentication requests is the primary function of a domain controller, the statement is False.
Was this answer helpful?
0
0