InterviewSolution
Saved Bookmarks
| 1. |
Which architecture is used when there is a high volume of transactions to be processed by the server?(a) Multi-tier client–server architecture(b) Master-slave architecture(c) Distributed component architecture(d) Peer-to-peer architectureI got this question by my school teacher while I was bunking the class.My enquiry is from Distributed Software Engineering in division Advanced Software Engineering of Software Engineering |
|
Answer» CORRECT choice is (a) Multi-tier client–server architecture To EXPLAIN: Multi-tier SYSTEMS may be used when APPLICATIONS need to ACCESS and use data from different databases. |
|