documentos

14
Operating System Computer Seminar os

Upload: danny2mar91

Post on 13-Nov-2014

2.185 views

Category:

Education


4 download

DESCRIPTION

Presentation about OS and types and uses

TRANSCRIPT

Page 1: DocumentOs

Operating

System

Computer Seminar

os

Page 2: DocumentOs

Definition Operating system is an

interface between the user and hardware and it is also defined as one program that is running all the time in the computer

Page 3: DocumentOs

Goals Of Operating System

Execute user programs in a user

friendly atmosphere

Make computer convenient to

use

Optimize computer hardware

Page 4: DocumentOs

Types Of Operating System

Single-User Operating System

Multi-User Operating System

Page 5: DocumentOs

Single-User Operating System

This is one of the type of operating system were at a time only one user can operate the system. Example for single user operating system is Microsoft-Disk

Operating System (MS-DOS)

Page 6: DocumentOs

Multi-User Operating System

This is one of the type of operating system were more than one user can operate the system simultaneously. Example for multi-user operating system is Windows 2000, Windows Xp,Windows vista etc…….

Page 7: DocumentOs

Characters of Operating System

User Interface Memory Management Process Management File Management Networking Capabilities Management Security Management Fault Tolerance Application Base Distributed Operating System

Page 8: DocumentOs

User Interface Operating System should concentrate on the user interface. Only way that you can interact with a computer is through the user interface. The User Interface of the Operating System should be appealing to the senses. Ex: Graphical User Interface (GUI)

Page 9: DocumentOs

Memory Management

• In Memory Management any error in the user program should not be allowed to spoil the entire memory.• Operating System divides the memory into user memory and reserved memory.• If some errors creep into the user program,user memory alone gets affected however reserved memory remains in unaffected condition.

Page 10: DocumentOs

Process Management

Process Management undertakes the

allocation of processors to 1 program. Several Algorithms are used to allocate the job to the processor

FIFO (First In First Out) SJF (Shortest Job First) Round-Robin (Circular) Priority (Memory)

Page 11: DocumentOs

Security Management

The biggest challenge to Computer’s industry is to safeguard one’s data.The Operating System provides 3 levels Security to the user

(a) File Access Level(b) System Level

(c) Network Level

Page 12: DocumentOs

Fault Tolerance

Operating System should be robust.When there is a fault, the OS won’t

crash since they have fault tolerance.

Page 13: DocumentOs

Application Base

The OS should provide a solid basis for running many popular applications.

For Example,One can type a text in word pad and also hear song in a music player at the same time.

Page 14: DocumentOs

DanielRajamani 08-CS-103By