InterviewSolution
Saved Bookmarks
| 1. |
How is multi-tier client-server architectural model advantageous? |
|
Answer» Multi-tier client-server architectural model CONSISTS of various components KNOWN as tiers that interact with each other. The below image represents the three-tier application model which has client/presentation tier, business logic tier and the database tier which interact with each other to process a request and send a response: In the multi-tier system, we have the following advantages:
|
|