InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By 2-tier Architecture In Client Server Environment? |
|
Answer» In 2-tier Client/Server systems, the application logic is either burried INSIDE the user interface on the client or within the database on the server. EXAMPLE: File SERVERS and Database servers with STORED procedures. In 2-tier Client/Server systems, the application logic is either burried inside the user interface on the client or within the database on the server. Example: File servers and Database servers with stored procedures. |
|