operating systems Flashcards
what is the onion model?
the onion model describes each part of the computers operating system. the system is split into sections to make it easier to understand.
what is hardware?
central processing unit
memory
storage
what is kernel
controls the hardware directly
provides resources and services to applications
manages access to privileged reources
what is applications?
programs to do something for the user
services are programs that run behind the scenes
what is the shell?
also known as the command line interface
a programs that makes a set of commands available to the user
what is UNIX?
an operating system which has been used continuously since 1969. it is efficient, stable and relatively secure.
what is a file system?
part of the operating system that manages data.
theory of trees?
a tree is a collection of nodes along a relation (parenthood)
what are tracks?
concentric rings on the platter
what are heads?
reads data from a platter
what are cylinders?
collection of all tracks on platters
what are sectors?
part of a track of data
what is a partition?
subdivision of a disk
what is a block?
the operating system views all disk space as an array of fixed size logical blocks
what are the file allocation methods?
contiguous, chained and indexed