OS L1intro 2017
OS L1intro 2017
LECTURE 1
INTRODUCTION
K.ARIVUSELVAN
Assistant Professor (SG) (SITE)
VIT University
Why Operating system?
Main memory
Disks
Printers
(1) ABSTRACTION:
(2) ARBITRATION:
(1) Concurrency:
(4) Filesystems:
Prevent multiple apps from interfering with each other and with
normal system operation
OS TYPES
(1) In the Beginning...
Cons:
Pros:
CPU,Memory, I/O Utilized effectively
Cons:
No user interaction with the computer
system
(4) Time Sharing (Multi Tasking) (Tightly Coupled)
Each user have a impression that he has her own computer, but
actually one computer is being shared among many users
(5) Distributed Systems (Loosely Coupled)
Pros:
Once the operating system is fully booted, and the system waits
for some event to occur.
The controller starts the transfer of data from the device to its
local buffer.
Only one interrupt is generated per block, to tell the device driver
that the operation has completed, rather than the one interrupt
per byte generated for low-speed devices.
Types:
1. Asymmetric multiprocessing
2. Symmetric multiprocessing
Asymmetric multiprocessing