MHC-PMS Architecture
publish date: 2026/06/10 22:54:2.494476 UTC
volume_muteThe MHC-PMS (Mental Health Care Patient Management System) is an example of a multi-tier information system. In a web-based deployment, which server handles each responsibility? Match the server to its role.
To complete the line match
- Click on an item in the first group
- Click on the match in the second group
To delete a match, double click on a line
Server
Role
Correct Answer
Explanation
In a multi-tier web-based information system: the web server handles all user communications (UI via browser); the application server implements application-specific logic and handles information storage and retrieval requests; the database server moves data to and from the database and manages transactions. Using multiple servers allows high throughput - hundreds of transactions per minute - and additional servers can be added at any tier as demand grows.
Reference
Software Engineering, Ian Sommerville, 10th edition
