Types of OS Flashcards

1
Q

What is a Distributed OS?

A

allows multiple computers, resources or processors on a network to work together on the same problem and be treated as a single system

+ : shares processing and data between different systems on a network to reduce bottle necks

bottle neck - overloaded network and state of computing device in which one component is unable to keep up with rest of the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Embedded OS?

A

built in device often with limited resources/functionality

built to perform a small range of specific tasks, and catered towards a specific device.

+ : consumes significantly less power than other types of OS

  • : hard to update
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is a Multi-tasking OS?

A

enables user to carry out tasks seemingly simultaneously

done using time slicing/round robin, to switch quickly between programs and applications in memory

+ : user can switch between different programs available in different windows for example play music whilst typing an essay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Multi-user OS?

A

one computer with many terminals allowing more than one user to access computers resources at same time

requires scheduling algorithm to be used to ensure processor time is shared fairly between jobs - without a suitable one, there is a risk of processor starvation (when processes are not given an adequate processor time to execute and complete)

each terminal is given a small time slice. uses flags and priorities or privileges.

security provisions is essential to user rights so data is separated. used in e.g. supermarket checkout system, online gamin and in mainframe serving many terminals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly