0
30kviews
Explain 3 tier architecture of web application
1 Answer
| written 9.7 years ago by |
In 3 tier architecture, there are 3 components: Client PC, An Application server and A Database Server.
The work of server is distributed among application server and database server.
Application server has the required communication functions.
The data required by the business logic exists in database server.
The required data …