Posted: 12 Jul 2009 at 13:06 | IP Logged
|
|
|
In two tier systems, there is no application server.. The client/workstation/presentation systems directly deal with the Database server..which is not very efficient. It can be only used for small number of users. Because every time a user queries the client application, database will have large queries to do for the client.
For that reason, we need 3 tier architechture, where the client makes the query, application server processes and then database server will provide the query. And this can be used for large number of users.
Hope that helps.
__________________ Thanks
Jay CPA,CGMA,CITP,MBA
|