XK0-005 · Question #358
A Linux server hosts Kerberos and LDAP, which of the following is the MOST likely role of this server?
The correct answer is D. Authentication. A Linux server hosting both Kerberos and LDAP services is primarily functioning as an authentication server.
Question
A Linux server hosts Kerberos and LDAP, which of the following is the MOST likely role of this server?
Options
- ACertificate authority
- BClustering
- CDatabase
- DAuthentication
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Why each option
A Linux server hosting both Kerberos and LDAP services is primarily functioning as an authentication server.
While an authentication server might interact with a Certificate Authority (CA), hosting Kerberos and LDAP services does not inherently make it a CA, which manages digital certificates.
Clustering involves linking multiple servers for high availability or load balancing and is not directly indicated by the presence of Kerberos and LDAP services.
Although Kerberos and LDAP use backend databases, their primary role from a system perspective is providing authentication and directory services, not serving as a general-purpose database server for other applications.
Kerberos is a network authentication protocol, and LDAP (Lightweight Directory Access Protocol) is an industry-standard protocol for accessing and maintaining distributed directory information, which commonly stores user accounts and authentication credentials. Both services are fundamental for managing user identities, credentials, and enforcing authentication within an organization, making their combined presence indicative of an authentication server.
Concept tested: Linux authentication services; Kerberos and LDAP roles
Source: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/deploying_identity_management/kerberos-authentication_deploying-identity-management
Topics
Community Discussion
No community discussion yet for this question.