operating system jitendra

18
Operating System

Upload: jitendra-kesarkar

Post on 14-Dec-2014

155 views

Category:

Business


1 download

DESCRIPTION

OPERATING SYSTEM

TRANSCRIPT

Page 1: Operating system jitendra

Operating System

Page 2: Operating system jitendra

A program that acts as an intermediary between a user of a computer and the computer hardware.

Operating system goals:◦ Execute user programs and make solving user problems

easier.◦ Make the computer system convenient to use.

Use the computer hardware in an efficient manner.

introduction

Page 3: Operating system jitendra

Make a computer system easier to use:◦ An operating system hides the details of hardware resources

from users and provides them with a convenient interface for using a computer system

Architecture of Computer System

USERSSystem SW & Application SW

OS Hardware

Page 4: Operating system jitendra

multi-tasking multi-programming buffering spooling

SPECIAL FEATURES OF OS

Page 5: Operating system jitendra

To handle 2 or more programs at the same time from a single user ‘s perception◦ CPU can only perform one task at a time, however, it runs so

fast that 2 or more jobs seem to execute at the same time

MULTI-TASKING

Page 6: Operating system jitendra

2 or more programs store in the main memory at the same time

When one job reeds to wait (e.g. I/O operation), CPU switch to another job to execute

When the first job finishes waiting, CPU will get back the first job to execute

MULTI-PROGRAMMING

Page 7: Operating system jitendra

A temporary storage area (buffers) to read data from input device or send data to the output device

Keep CPU busy◦ Because I/O operation is slow

Buffering

Page 8: Operating system jitendra

a larger buffer from hard disk buffer store the data through I/O operation

◦because I/O operation is slow and CPU operation is fast

SPOOLING

Page 9: Operating system jitendra

Operating

System

Device configurationControls peripheral devices connected to the computer

File managementTransfers files between main memory and secondary storage, manages file folders, allocates the secondary storage space, and provides file protection and recovery

Memory managementAllocates the use of random access memory (RAM) to requesting processes

Interface platformAllows the computer to run other applications

BASIC FUNCTIONS OF THE OPERATING SYSTEM

Page 10: Operating system jitendra

Best use of the computer resources. Provide a background for user’s programs to

execute. Display and deal with errors when it

happens. Control the selection and operation of the

peripherals. Act as a communication link between users.System protection

OTHER FUNCTION OF OPERATING SYSTEM

Page 11: Operating system jitendra

Batch processing. Real time processing. Time sharing processing.

Type of Operating System

Page 12: Operating system jitendra

Jobs, together with input data, are fed into the system in a batch.

The jobs are then run one after another. No job can be started until previous job is

completed

Batch processing

Page 13: Operating system jitendra

Immediate response is needed. The main object of real-time operating systems is their

quick and predictable response to events.

For example ◦ anti-missile defense system◦ airplane landing control system◦ interrupt error in computer system

REAL TIME PROCESSING

Page 14: Operating system jitendra

Each user is given a time slice to interact with the CPU.

The size of the time slice will depend on the system.

Each user is served in sequence.

Time sharing processing

Page 15: Operating system jitendra

UNIX

Operating System details

Page 16: Operating system jitendra

LINUX :-

Page 17: Operating system jitendra

WINDOWS 

Page 18: Operating system jitendra