OS Unit 1
OS Unit 1
UNIT 1
What is OS?
Storage Structure:
I/O Structure:
Single-Processor Systems
Multiprocessor Systems
Clustered Systems
Single-Processor Systems:
Multiprocessor Systems:
Clustered Systems:
Operating-System Operations:
Timer:
A timer can be set to interrupt the computer after a specified
period.
The period may be fixed (for example, 1/60 second) or variable
(for example, from 1 millisecond to 1 second).
A variable timer is generally implemented by a fixed-rate clock
and a counter.
The operating system sets the counter. Every time the clock
ticks, the counter is decremented.
We can use the timer to prevent a user program from running
too long. A simple technique is to initialize a counter with the
amount of time that a program is allowed to run.
Process Management:
Memory Management:
Storage Management:
File System-Management:
File management is one of the most visible components of an
operating system.
Computers can store information on several different types of
physical media.
Magnetic disk, optical disk, and magnetic tape are the most
common.
Each of these media has its own characteristics and physical
organization.
Each medium is controlled by a device, such as a disk drive or
tape drive, that also has its own unique characteristics.
These properties include access speed, capacity, data-transfer
rate, and access method (sequential or random).
Magnetic tape drives and their tapes and CD and DVD drives,
external drives and platters are typical tertiary storage
devices.
Caching: