Showing posts with label Operating System.. Show all posts
Showing posts with label Operating System.. Show all posts

Operating System!

1. Spooling uses the disk as a huge buffer, for reading as far a head as possible on I/P devices and for storing O/P files until O/P devices are able to accept them.

2. spooling is also used for processing data at remove sites.

3. spooling overlaps the I/O of one job with the computation of other jobs.

4. spooling has a direct beneficial effect on the performance of the system.

Thus spooling can keep both the CPU and I/P and O/P devices working at much higher rate.

Operating System!

Simple Batch Systems:

The Major Task of the OS is to transfer the control automatically from one job to the next. The OS will always reside in

memory.

To spend-up processing jobs with similar needs are batched together and were run through the computer as a group. The output

from each job would be sent back to the appropriate programmer. The programes will be stored in to batches with similar

requirements.

The definitive feature of a batch system is lack of interaction between the user and the job while that job is executing.

The job is prepared and submitted at later time, the output appears. The delay between job submission and job completion is

called tumaround time. May result from the amount of computing needed or from delays before the OS Stars to process the job.

In this execution enviroment, the CPU is often idle. This idleness occurs because the speeds of the mechanical input output

devices are slower than those of electronic devices.

Improvement is technology resulted in faster I/O devices unfortunately, CPU increased even faster, so that the problem was

not only unresolved, but also exacerbated.

The introduction of disk technology has improved the CPU speed. Rather than the cards being read from the card reader

directly into memory and then the job being processed, cards are read directly from the card reader on to the disk.

The location of card images is recorded in a table kept by the operating system, when a job is executed, OS satisfies its

requests for card reader i/p by reading from the disk. Eg. when the job that line is copied into a system buffer and is

called spooling the acronym for simuldaneous peripheral Operation on-line.

Operating System!

Types of systems:

1. Mainframe System.
*Batch System.
*Multiprogramed System.
*Time-sharing System.

2. Desktop System.

3. Multiprocessor System.

4. Distributed System.
*Client-Server System.
*Peer-to-Peer System.

5. Clustered System.

6. Real-Time System.

7. Hand held System.

Operating System!

An operating system is similar to Government. The components of computer system. Systems are hardware, software and datas.

The operating system provides the means for the uses of resources in the operation of the computer system. The operating

system perform no useful function by itself. It simply provides and enviromental with in which other program can do

successful work.

Operating System!

Goals:

1. Primary Goal:

The Primary Goal of operating system is those to make the computer system convinue to use.

2. Secondary Goal:

A secondary goal is used to the computer hardware in efficient manner.

Operating System!

purpose:

The purpose of operating system is to provide enviromental in which the user can execute the program.

Operating System!

Operating System:

Operating system is a program. That acts as an intermediatly between a user of computer and the computer hardware.