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?

  1. N-tier architecture
  2. 1-tier architecture
  3. 3-tier architecture
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.