Database Architecture Fundamentals: Models and Components
Classified in Computers
Written on in
English with a size of 2.54 KB
Client Module Functions
The Client Module usually runs on a workstation or personal computer. Normally, application programs and user interfaces that access the database run on the client module.
Server Module Responsibilities
The Server Module typically manages storage, access, data mining, and other essential database functions.
Understanding the Data Model
A fundamental characteristic of the database approach is that it provides some level of data abstraction by hiding storage details that most users do not need to know. A Data Model is:
- A collection of concepts used to describe the structure of a database.
- The means to achieve data abstraction.
Database Structure Components
The structure of a database refers to the data types, relationships, and... Continue reading "Database Architecture Fundamentals: Models and Components" »