Introduction
A single computer which contains a database and a front-end to access the database is known as a one-tier architecture system.
Generally, this kind of system is found in small businesses. There should one computer that stores all data of the company on a single database. The interface that is used to interact with the database may be part of another program or the database that ties into the database itself.
Characteristics
- In one-tier architecture, data is directly provided to the user so that the user can directly use the database.
- This kind of architecture is used for the enhancement of local applications of a system.
- If any updates are done, that will reflect directly on the database.
- This architecture is mainly used for the applications where a programmer directly interacts with the database.