0
30kviews
Explain 3 tier architecture of web application
1 Answer
1
2.1kviews
  • 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 …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.