SK0-004 · Question #418
A telephone company is responsible for maintaining a list of 25 million names and phone numbers for inclusion in printed phone books as well as in an inline phone directory accessible on the…
The correct answer is B. Directory server. A directory server is purpose-built to store, organize, and provide fast lookups of hierarchical contact data such as names and phone numbers at large scale.
Question
A telephone company is responsible for maintaining a list of 25 million names and phone numbers for inclusion in printed phone books as well as in an inline phone directory accessible on the company's website. Which of the following types of servers would be MOST appropriate to store its information?
Options
- AWeb server
- BDirectory server
- CFile server
- DDatabase server
How the community answered
(29 responses)- B93% (27)
- C3% (1)
- D3% (1)
Why each option
A directory server is purpose-built to store, organize, and provide fast lookups of hierarchical contact data such as names and phone numbers at large scale.
A web server delivers HTTP content and pages to browsers but is not designed to store or manage structured datasets of 25 million records.
Directory servers implement protocols like LDAP and are specifically optimized for storing large hierarchical datasets of named entries - exactly the structure of a phone directory. They are designed for high-volume read queries such as name-to-number lookups, and serve both internal systems and public-facing applications like an online phone directory simultaneously.
A file server stores and shares unstructured files across a network and lacks the query and indexing capabilities needed for fast lookups in a large structured directory.
While a database server can store structured data, directory servers are the more appropriate and specialized choice specifically for named-attribute directory lookups like telephone directories.
Concept tested: Directory server use case for large contact databases
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview
Topics
Community Discussion
No community discussion yet for this question.