nerdexam
CompTIA

SK0-004 · Question #217

Which of the following server types requires the LARGEST amount of available hard drive space?

The correct answer is A. Database server. Database servers store and manage large volumes of structured data records, requiring more hard drive space than servers that primarily handle traffic, requests, or small metadata.

Server administration

Question

Which of the following server types requires the LARGEST amount of available hard drive space?

Options

  • ADatabase server
  • BRemote access server
  • CPrint server
  • DDirectory server

How the community answered

(22 responses)
  • A
    91% (20)
  • B
    5% (1)
  • C
    5% (1)

Why each option

Database servers store and manage large volumes of structured data records, requiring more hard drive space than servers that primarily handle traffic, requests, or small metadata.

ADatabase serverCorrect

Database servers are responsible for persisting large datasets including tables, indexes, transaction logs, and backups, all of which accumulate significant storage over time. Unlike other server roles that process or route data transiently, a database server is the authoritative storage location for organizational data. This makes raw storage capacity a primary hardware requirement for database servers.

BRemote access server

Remote access servers manage authentication sessions and connection brokering and do not persistently store large user data payloads, requiring minimal local disk space.

CPrint server

Print servers spool print jobs temporarily and store printer drivers and configurations, which represent a very small and bounded storage footprint.

DDirectory server

Directory servers such as those running LDAP or Active Directory store user accounts, group policies, and object attributes, which are relatively small structured datasets compared to full application databases.

Concept tested: Server role storage requirements comparison

Source: https://learn.microsoft.com/en-us/sql/sql-server/what-is-sql-server

Topics

#server roles#database server#storage requirements#server types

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice