InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By 3-tier Architecture? |
|
Answer» In 3-TIER Client/Server systems, the APPLICATION logic (or PROCESS) lives in the middle tier and it is SEPARATED from the data and the user interface. In theory, the 3-tier Client/Server systems are more scalable, robust and FLEXIBLE. In 3-tier Client/Server systems, the application logic (or process) lives in the middle tier and it is separated from the data and the user interface. In theory, the 3-tier Client/Server systems are more scalable, robust and flexible. |
|