# Case Studies

Here we are gonna study three case studies.

1. An embedded system
    
2. An information system
    
3. A sensor-based data collection system
    

Now let us understand each of these case studies in detail.

1. An embedded system
    
    This is a system where software controls and hardware devices are embedded in the device. Issues in embedded systems typically include physical size, responsiveness, power management etc. An example of an embedded system that is used is insulin pump software.
    
2. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1710681582130/2285c39b-8441-4331-917a-38a27235f7b0.png align="center")
    
    An information system
    
    This is a system whose primary purpose is to manage and provide access to a database of information. Issues in information systems include security, usability, privacy and maintaining data integrity. An example of this information system is the hospital patient management system.
    
3. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1710681947881/714beaaa-d09a-4b00-8fcf-843dbe226071.png align="center")
    
    A sensor-based data collection system
    
    This is a system whose primary purpose is to collect data from a set of sensors and process the data in some way. The key requirements of such a system are reliability, even in hostile environments, conditions and maintainability. An example of this sensor-based data collection system is the wilderness weather station.
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1710682358721/f8794a58-7a2a-40c9-ac7e-3f0d8764e38e.png align="center")
