SK0-004 · Question #897
Which of the following server types can be configured and joined to the existing network as a read-only server for user account verification to external websites?
The correct answer is C. Directory server. A directory server stores user account data and can be deployed in a read-only configuration to support authentication and verification without allowing writes.
Question
Which of the following server types can be configured and joined to the existing network as a read-only server for user account verification to external websites?
Options
- ASyslog server
- BWeb server
- CDirectory server
- DMessaging server
How the community answered
(54 responses)- A2% (1)
- B6% (3)
- C89% (48)
- D4% (2)
Why each option
A directory server stores user account data and can be deployed in a read-only configuration to support authentication and verification without allowing writes.
A syslog server collects and stores log messages from network devices and systems; it has no function related to user account storage or authentication.
A web server delivers HTTP/HTTPS content to clients and does not maintain user account directories for external authentication purposes.
A directory server - such as an LDAP server or a Read-Only Domain Controller (RODC) in Active Directory - is specifically designed to store and serve user account data for authentication and authorization. It can be configured as read-only so that perimeter or external-facing systems can verify user credentials without having write access to the authoritative directory, which matches the scenario described.
A messaging server handles the routing and storage of email or instant messages and is not designed to serve as a user account directory for authentication.
Concept tested: Read-only directory server for external user authentication
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/deploy/rodc/read-only-domain-controller--rodc--overview
Topics
Community Discussion
No community discussion yet for this question.