Question:

________ stores information about objects on the network and makes this information easy for administrators and users to find and use.

Show Hint

Think of Active Directory as the interactive, secure "phonebook" of an enterprise network. It lists every user, computer, and shared resource, and defines who has the credentials to access them.
Updated On: Jun 18, 2026
  • PowerShell
  • Linux
  • Active Directory
  • Automation Platform
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation



Step 1: Understanding Directory Services:

A directory service is a specialized database system designed to catalog and index network resources (such as users, groups, computers, printers, and shares), manage their relationships, and coordinate access permissions.

Step 2: Evaluating the Options:

  • PowerShell (A): A command-line automation framework, not a database storage system for user accounts.
  • Linux (B): An operating system kernel.
  • Automation Platform (D): An orchestration software framework.
  • Active Directory (C): Microsoft's directory service. It stores comprehensive object data in a centralized database file (ntds.dit), allowing users to search and access network resources easily based on name, location, or department, and enabling administrators to manage them from a central console.


Step 3: Conclusion:

Therefore, Active Directory is the correct system designed to store and catalog network object information, corresponding to option (C).
Was this answer helpful?
0
0