The Role Of The Operating System - Content Flashcards
What are the different roles of the operating system?
– Networking
– security
– memory management
– multitasking
– device drivers
How does the operating system use networking?
– 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
What is the TCP/IP stack?
It is the set of protocols used for transmitting data over the internet. The data transmission takes place in layers.
How does the operating system enforce security?
The operating system has features built into it to help improve security.
– User authentication
– antivirus and firewall software
– backup facilities
How does the operating system manage memory?
– 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 does the operating system multitask?
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 does an operating system utilise device drivers?
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.