SU01: Introduction, Virtualisation Flashcards
1
Q
Functions of OS
A
Efficiency as resource manager
* kernel
* special control mechanism
Ease of evolution
* new hardware, services, ability to perform fixes
Convenience
* Program execution
* Access I/O devices
* Control file access
* System access
* Error detection
* Accounting performance via statistics
2
Q
Major Achievements in OS
A
- Process (systems)
- Memory Management (Resource Manager)
- Info protection and security
- Scheduling (which process to run) and resource Management (how to manage and run)
3
Q
Uni vs Multi programming
A
less efficient vs more efficient use of processor
less main memory needed vs more main memory needed
4
Q
functions of hypervisor
A
piece of software:
Consolidation
Rapid development
Ease of Management
Faster, cheaper, easier
Scalability
5
Q
Type 1 Vs Type 2
A
- no Host OS vs Host OS
- better performance vs worse performance
- directly interact with shared hardware vs need to interact with host OS to interact with shared hardware
- more shared hardware available vs less shared hardware available (host OS consume)
- Microsoft Hyper-v VS oracle virtual Box
6
Q
Characteristics of Linux
A
- powerful & flexible Commands
- modular architecture
- (stackabale modules, dynamic linking)
- open-sourced