Database Architectures
Database Architectures
1- Tier Architecture
2- Tier Architecture
3-Tier Architecture
Here, the term "two-tier" refers to our architecture's two layers-the Client
layer and the Data layer. There are a number of client computers in the
client layer that can contact the database server. The API on the client
computer will use JDBC or some other method to link the computer to
the database server. This is due to the possibility of various physical
locations for clients and database servers.