One Tier, Two Tier and Three Tier Architecture
Tier architecture describes how many machines or layers a database request passes through. One tier is local, two tier puts the application on the cli...
Single tier, two tier and three tier architecture, client server design, centralised and distributed databases, and DBMS components.
4 notes
Tier architecture describes how many machines or layers a database request passes through. One tier is local, two tier puts the application on the cli...
In client server architecture the database server owns the data and answers requests, while clients ask questions. Understanding what the server keeps...
A centralised database keeps all data at one site; a distributed database spreads it across several. The choice changes availability, performance, com...
A DBMS is built from a query processor, a storage manager, a transaction manager and a recovery manager. Following one query through all of them is th...