operating system's concept, working, types, part, and many more

21
By… ROBIN SINGH

Upload: robin-thakur

Post on 08-Feb-2017

28 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Operating System's Concept, Working, Types, Part, and Many More

By…ROBIN

SINGH

Page 2: Operating System's Concept, Working, Types, Part, and Many More

Contents

Definition

ComputerConsists

Goals &

Service

Function of OS

Types of OS

Part of OS

User Interfac

e

GUI User Interface

Enhancing OS

CUI User Interface

BackupS/W

Page 3: Operating System's Concept, Working, Types, Part, and Many More

Operating System

• An Operating System is a program that acts as an intermediary/interface between a user of a computer and the computer hardware.

• Managing all these varied components requires a layer of software – the Operating System (OS).

Page 4: Operating System's Concept, Working, Types, Part, and Many More

A modern computer consists of

• One or more processors• Main memory• Disks• Printers• Various input/output devices.

Page 5: Operating System's Concept, Working, Types, Part, and Many More

• Control/execute user/application programs.• Handling Input/output Operations• Manipulation of file system• Make the computer system convenient to use.• Ease the solving of user problems.• Use the computer hardware in an efficient manner.• Error detection and handling• Resource allocation• Accounting• Information and Resource protection

Operating System goals Or Service

Page 6: Operating System's Concept, Working, Types, Part, and Many More

Functions of Operating Systems• Provide a user interface• Run programs• Manage hardware devices• Organized file storage

• Processor Management• Storage (Memory) Management• Information Management

7A-6

Major Function

Page 7: Operating System's Concept, Working, Types, Part, and Many More

Part Of Operate SystemAn Operating System has two part:-

1. Kernel2. Shell

The kernel is responsible for interacting with hardware and the shell is responsible for interacting with the user

Shell Command.com

Kernel IOS.SYS MSDOS.SYS

Hardware

User 1 User 2 User 3

Page 8: Operating System's Concept, Working, Types, Part, and Many More

Types of Operating Systems Single user/Single tasking OS

One user works on the system Performs one task at a time MS-DOS and Palm OS Take up little space on disk Run on inexpensive computers

Single user/Multitasking OS User performs many tasks at once Most common form of OS Windows XP and OS X Require expensive computers Tend to be complex

Multi user/Multitasking OS Many users connect to one computer Each user has a unique session UNIX, Linux, and VMS Maintenance can be easy Requires a powerful computer

Page 9: Operating System's Concept, Working, Types, Part, and Many More

Types of Operating Systems

Time Sharing operating system Time Shearing technic If the time elapses, CPU shift over to the next job waiting & the

previous Program is put to wait

Interactive OS Interactive in nature Provide GUI interface Easy interaction

Real-time operating system Very fast small OS Built into a device Respond quickly to user input MP3 players, Medical devices

Page 10: Operating System's Concept, Working, Types, Part, and Many More

Multi user/Multi tasking OS

USER 1 USER 2

Page 11: Operating System's Concept, Working, Types, Part, and Many More

Providing a User Interface• User interface– How a user interacts with a computer– Require different skill sets

Page 12: Operating System's Concept, Working, Types, Part, and Many More

Providing a User Interface

• Graphical user interface (GUI)–Most common interface• Windows, OS X, Gnome, KDE

– Uses a mouse to control objects– Uses a desktop metaphor– Shortcuts open programs or documents– Open documents have additional objects– Task switching– Dialog boxes allow directed input

Page 13: Operating System's Concept, Working, Types, Part, and Many More

Graphical User Interface

Page 14: Operating System's Concept, Working, Types, Part, and Many More

Providing a User Interface

• Command line interfaces• Or• Command User Interface– Older interface• DOS, Linux, UNIX

– User types commands at a prompt– User must remember all commands– Included in all GUIs

Page 15: Operating System's Concept, Working, Types, Part, and Many More

Command Line InterfaceCommand User Interface&

Page 16: Operating System's Concept, Working, Types, Part, and Many More

Running Programs

• Many different applications supported• System call– Provides consistent access to OS features

• Share information between programs– Copy and paste– Object Linking and Embedding

Page 17: Operating System's Concept, Working, Types, Part, and Many More

Managing Hardware• Programs need to access hardware• Interrupts– CPU is stopped– Hardware device is accessed

• Device drivers control the hardware

Page 18: Operating System's Concept, Working, Types, Part, and Many More

Organizing Files and Folders• Organized storage• Long file names• Folders can be created and nested• All storage devices work consistently

Page 19: Operating System's Concept, Working, Types, Part, and Many More

Enhancing an OS• Utilities– Provide services not included with OS– Goes beyond the four functions– Firewall, anti-virus and compression– Prices vary

Backup software Archives files onto removable media Ensures data integrity Most OS include a backup package Many third party packages exist

Anti-virus software Crucial utility Finds, blocks and removes viruses Must be updated regularly McAfee and Norton Anti-Virus

Firewall Crucial utility Protects your computer from intruders Makes computer invisible to hackers Zone Labs is a home firewall Cisco sells hardware firewalls

Intrusion detection Often part of a firewall package Announces attempts to breach security Snort is a Linux based package

Page 20: Operating System's Concept, Working, Types, Part, and Many More

Backup Software

Page 21: Operating System's Concept, Working, Types, Part, and Many More

Thank YouFor Your

Attention