Zusammenfassung der Ressource
Components of An Operating System -
Jason Madappattu
- Security
- Set up a firewall
- Provide a means of enforcement
- Decides between authorized and unauthorized usage/access
- File Management
- Directory creation and deletion
- Files onto secondary storage
- Disk scheduling
- Storage allocation
- Free space management
- File backup
- Editing files and its parameters
- File creation and deletion
- Main Memory Management
- Determines what process to lead when space is available
- Allocate and deallocate memory
- Track memory being used and by whom
- I/O Management
- Drivers for specific hardware devices
- Device driver interface
- Buffer-cache system
- Process Management
- Process creation and deletion
- Process suspension and resumption
- Provision of mechanisms
- Process Synchronization
- Process Communication