⟩ What is 3 tier, 2 tier and n tier client server architecture?
In three tier system 1st tier is user interface usually
webpages,2nd tier is application server it may be oracle
application server,java application server,3rd tier is
database in which data is stored.
In 2 tier system application server is missing.
In single tier system only server part is present
client part is missing or not present.