nerdexam
CompTIA

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.

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

(18 responses)
  • C
    94% (17)
  • D
    6% (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.

ASyslog server

A Syslog server collects log messages from various devices and is not involved in user account verification or authentication.

BWeb server

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.

CDirectory serverCorrect

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.

DMessaging server

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

#Directory services#Authentication#Server roles#Network services

Community Discussion

No community discussion yet for this question.

Full SK0-005 Practice