Home »
MCQs »
Software Architecture MCQs
In which type of client-server architecture the user interface is stored on the client's side and the database is stored on the server, while database logic and business logic are preserved either on the client's side or on the server's side?
41. In which type of client-server architecture the user interface is stored on the client's side and the database is stored on the server, while database logic and business logic are preserved either on the client's side or on the server's side?
- N-tier architecture
- 1-tier architecture
- 3-tier architecture
- 2 tier architecture
Answer: D) 2 tier architecture
Explanation:
In 2-tier architecture, the user interface is stored on the client's side and the database is stored on the server, while database logic and business logic are maintained either on the client's side or on the server's side.