SK0-004 · Question #65
Which of the following server types stores the list of network usernames and passwords required for authentication?
The correct answer is B. Directory. A directory server (such as Active Directory or LDAP) is specifically designed to store and manage user credentials and authentication information for a network.
Question
Which of the following server types stores the list of network usernames and passwords required for authentication?
Options
- AFile server
- BDirectory
- CDHCP
- DSNMP
How the community answered
(14 responses)- A7% (1)
- B86% (12)
- D7% (1)
Why each option
A directory server (such as Active Directory or LDAP) is specifically designed to store and manage user credentials and authentication information for a network.
A file server stores and manages shared files and folders, not authentication credentials.
A directory server implements a hierarchical database of network objects including usernames, passwords (as hashed credentials), and associated policies used for authentication and authorization. Services like Microsoft Active Directory Domain Services or OpenLDAP are purpose-built for this role. Other server types rely on the directory to validate identities rather than storing credentials themselves.
A DHCP server dynamically assigns IP addresses and network configuration to clients, not user credentials.
SNMP (Simple Network Management Protocol) is used for monitoring and managing network devices, not storing authentication data.
Concept tested: Directory server role in network authentication
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview
Topics
Community Discussion
No community discussion yet for this question.