What is the hardware portion of a database server responsible for?
- Data presentation logic
- Actionable and production-ready data
- Data processing logic
- Database storage
EXPLANATION
The term database server may refer to
both hardware and software used to run a database, according to the
context. As software, a database server is the back-end portion of a
database application, following the traditional client-server model.
This back-end portion is sometimes called the instance.
It may also refer to the physical computer used to host the database. When mentioned in this context, the database server is typically a dedicated higher-end computer that hosts the database.
Note that the database server is independent of the database architecture. Relational databases, flat files, non-relational databases: all these architectures can be accommodated on database servers.
It may also refer to the physical computer used to host the database. When mentioned in this context, the database server is typically a dedicated higher-end computer that hosts the database.
Note that the database server is independent of the database architecture. Relational databases, flat files, non-relational databases: all these architectures can be accommodated on database servers.
0 comments:
Post a Comment