SK0-005 · Question #99
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, such as one running LDAP or Active Directory, can be configured as a read-only instance to verify user accounts for external websites, securely providing authentication services without exposing write access.
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
(18 responses)- C94% (17)
- D6% (1)
Why each option
A directory server, such as one running LDAP or Active Directory, can be configured as a read-only instance to verify user accounts for external websites, securely providing authentication services without exposing write access.
A Syslog server collects log messages from various devices and is not involved in user account verification or authentication.
A web server hosts websites and web applications; while it might consume authentication services, it does not provide read-only user account verification for other external websites in this manner.
A directory server, often implementing protocols like LDAP (Lightweight Directory Access Protocol) or services like Active Directory Domain Services, stores user accounts and their authentication information. A read-only replica (e.g., a Read-Only Domain Controller - RODC in Active Directory) can be deployed to provide user account verification services to external applications or websites without allowing write access to the central directory, enhancing security.
A messaging server (like an email server) handles email communication and is unrelated to providing user account verification for external websites.
Concept tested: Directory server roles and read-only replicas
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/introduction-to-active-directory-domain-services-ad-ds
Topics
Community Discussion
No community discussion yet for this question.