0% found this document useful (0 votes)
57 views3 pages

Perating Ystems: CS C372 & IS C362

This document summarizes different types of operating systems: desktop systems which are dedicated to a single user; multi-processor systems which use multiple tightly-coupled processors to increase throughput and reliability; distributed systems which distribute computation across loosely-coupled processors communicating over networks to enable resource sharing and parallelism; and clustered systems which group multiple systems for high availability and efficiency.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views3 pages

Perating Ystems: CS C372 & IS C362

This document summarizes different types of operating systems: desktop systems which are dedicated to a single user; multi-processor systems which use multiple tightly-coupled processors to increase throughput and reliability; distributed systems which distribute computation across loosely-coupled processors communicating over networks to enable resource sharing and parallelism; and clustered systems which group multiple systems for high availability and efficiency.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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