Systems Performance Mgt Flashcards
1
Q
Describe the architecture of computers
A
Hierarchical structure
Base - HW (incl firmware)
Then above hw is nucleus (kernel)
Then above nucleus is OS processes
2
Q
Firmware
A
- Instructs device on how to operate
- if this gets corrupted it cant be fixed
- it is type of sw etched directly on into a piece of hw
- operates without going through API’s, OS or device drivers
3
Q
Driver
A
- SW acts as a messenger between OS and HW
4
Q
Kernel
A
- Central component of OS
- Includes:
1) Interrupt handling
2) Process creation/destruction
3) Process state switching
4) Dispatching
5) Process Synchronization
6) Interprocess Communication
7) Support of I/O processes
8) Support of the allocation and reallocation/release of memory