ADP-IV- Database-DBMS vs File based -Database Architecture
ADP-IV- Database-DBMS vs File based -Database Architecture
It has a comparatively
It is less expensive
Cost higher cost than a file
than DBMS.
system.
One-tier architecture
In one-tier architecture, the database, user interface, and application logic all
reside on the same machine or server. It's typically used for small-scale
applications where simplicity and cost-effectiveness are priorities. Because there
are no network delays involved, this type of tier architecture is generally a fast
way to access data.
This tier architecture used to be more common when a desktop application would
connect to a single database hosted on an on-premise database server — for
example, an in-house customer relationship management (CRM) that connects to
an Access database.
Three-tier architecture
In a three-tier architecture, the information between the database and the clients
is relayed by a back-end server.