The Role Of The Operating System - Content Flashcards

1
Q

What are the different roles of the operating system?

A

– Networking
– security
– memory management
– multitasking
– device drivers

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

How does the operating system use networking?

A

– The operating system simplifies networking in a computer
– The operating system implements a number of networking technologies

Examples: the TCP/IP stack, network utility programs, device drivers

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

What is the TCP/IP stack?

A

It is the set of protocols used for transmitting data over the internet. The data transmission takes place in layers.

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

How does the operating system enforce security?

A

The operating system has features built into it to help improve security.

– User authentication
– antivirus and firewall software
– backup facilities

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

How does the operating system manage memory?

A

– The operating system tracks which processes to allocate memory to
– how much memory to allocate to each process and when to in-allocate memory
– Transferring data to the pagefile

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

How does the operating system multitask?

A

It allows users to run more than one application simultaneously. The operating system allocate resources to each application in order to allow it to complete two or more task simultaneously.

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

How does an operating system utilise device drivers?

A

Operating systems come with generic device drivers that work with different peripheral devices which communicate with your computer. Most hardware comms supplied with specific drivers to take advantage of the hardware capabilities.

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