Home »
MCQs »
Software Architecture MCQs
In which architecture of client-server architecture, a middleware lies between the client and the server, and every request made by the client is first received by middleware?
43. In which architecture of client-server architecture, a middleware lies between the client and the server, and every request made by the client is first received by middleware?
- 1-tier architecture
- 3-tier architecture
- 2 tier architecture
- N-tier architecture
Answer: B) 3-tier architecture
Explanation:
In 3 tier architecture, middleware lies between the client and the server, and every request made by the client is first received by middleware.