5 Serial and Batch Processing Systems
5 Serial and Batch Processing Systems
1
Prerequisite of Topic
<SELO: 5,20>
Evolution of Operating system
• Serial Processing
• Batch Processing
• Multiprogramming
• Time sharing
• Parallel Systems
• Distributed Systems
Disadvantages:
Difficult
Time Consuming
This type of operating system does not interact with the computer directly.
There is an operator which takes similar jobs having the same requirement and
groups them into batches. It is the responsibility of the operator to sort jobs
with similar needs.
CPU executes the jobs in the same sequence that they are sent to it by the
operator, It's also known as the 'first come, first serve'
Advantages