215k views
5 votes
question 8 consider the following scenario: a network admin wants to use a remote authentication dial-in user service (radius) protocol to allow 5 user accounts to connect company laptops to an access point in the office. these are generic users and will not be updated often. which of these internal sources would be appropriate to store these accounts in? 1 point ldap flat file active directory sql database

User Raudi
by
9.0k points

1 Answer

1 vote

Final answer:

The appropriate internal source to store the service accounts for the network admin's purpose would be Active Directory (AD). LDAP and flat file/SQL database may not be suitable for user management and access control on this scale.

Step-by-step explanation:

Considering the given scenario, the appropriate internal source to store the service accounts for the network admin's purpose would be Active Directory (AD). AD is a directory service provided by Microsoft and is commonly used in enterprise environments to store and manage user accounts, group policy settings, and network resources. It offers a centralized location for managing user authentication and access control.

LDAP, or Lightweight Directory Access Protocol, is a protocol used to access and authenticate against directory services like AD. While LDAP is a valid option to store user accounts, it is often used alongside AD as the underlying technology.

In this case, a flat file or SQL database may not be suitable for storing the user accounts because they are not designed for user management and access control on such a scale.

User Vi Matviichuk
by
8.3k points