Perating Ystems: CS C372 & IS C362

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

OPERATING SYSTEMS (CS C372 & IS C362)

LECTURE 3: TYPES OF OPERATING SYSTEMS

Desktop Systems

computer system dedicated to a single user Preferences -- User convenience and responsiveness More than one processor in close communication, sharing the computer bus, the clock and sometimes memory and peripheral devices

Multi processor Systems

Increased throughput, Economical, Increased reliability Symmetric Multi processing systems


Tightly coupled system. Runs an identical copy of OS Many processes can run at once without performance deterioration (modern operating systems support SMP) Master Slave Systems More common in extremely large systems

Asymmetric multiprocessing

9 August 2012

Biju K Raveendran@BITS Pilani.

Distributed Systems

Distribute the computation among several physical processors Loosely coupled system

Each processor has its own local memory; Processors communicate with one another through various communications lines, such as high-speed buses or telephone lines

Client server and Peer to Peer system Enables Parallelism but speed up is not the goal Advantages

Resources Sharing, Computation speed up load sharing, Reliability, Communications

Clustered Systems

Usually performed to provide high availability Asymmetric cluster: one machine will be in hot stand by mode Symmetric cluster: 2 or more hosts are running applications and they are monitoring each other. Mode is more efficient
Biju K Raveendran@BITS Pilani. 3

9 August 2012

You might also like