nerdexam
CompTIA

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.

Server administration

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)
  • A
    2% (1)
  • B
    6% (3)
  • C
    89% (48)
  • D
    4% (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.

ASyslog server

A syslog server collects and stores log messages from network devices and systems; it has no function related to user account storage or authentication.

BWeb server

A web server delivers HTTP/HTTPS content to clients and does not maintain user account directories for external authentication purposes.

CDirectory serverCorrect

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.

DMessaging server

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

#directory server#RODC#authentication#server roles

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice