Learning About Time Sharing Operating System

Learning About Time Sharing Operating System

6 mins read2.8K Views Comment
Jaya
Jaya Sharma
Assistant Manager - Content
Updated on Sep 15, 2023 12:01 IST

Time sharing operating system can execute multiple processes at the same time. They leverage CPU and reduce its idle time. Several users can use a single computer simultaneously in case of time sharing.

2022_11_All-About-Time-Sharing-Operating-System-1.jpg

In this article, we will discuss the time sharing operating system, its working, advantages, and disadvantages. 

Table of Contents

What is a time sharing operating system?

2023_09_Copy-of-What-is-29.jpg

Time sharing operating system is a type of operating system. It uses CPU scheduling and multiprogramming for every user, along with a small part of the shared computer at once. The concept of time-sharing is beneficial. It allows multiple people at different locations to use one particular computer system simultaneously. Here, the processor’s time is shared among multiple users at the same time. It is a logical extension of multiprogramming and is often referred to as multitasking

In data processing, it is the method of operation where multiple users having different programs interact simultaneously with CPU. A CPU operates faster; it can solve discrete problems during input and output processes in sufficient time. Since switching between tasks is very fast, it almost feels that every task is running simultaneously. 

Must Check: History of Operating Systems

Recommended online courses

Best-suited Linux courses for you

Learn Linux with these high-rated online courses

– / –
200 hours
2 K
20 hours
– / –
3 months
– / –
6 months
Free
8 hours
– / –
40 hours
– / –
3 months
10 K
60 hours
– / –
3 months

Techniques Used For Time Sharing

Let us discuss the following techniques that are commonly used in time-sharing systems.

1. CPU scheduling 

It is a process that allows a process to use the CPU while delaying another process, thus allowing full use of the CPU. Through CPU scheduling, the system becomes faster and more efficient. During the CPU idle time, the operating system selects one of the processes in line using the temporary scheduler. This scheduler selects between memory processes that are ready to launch and assigns CPU to one of these processes. 

Explore operating system courses

2. Multitasking

In an operating system, it refers to allowing a user to perform multiple tasks simultaneously. In this case, time sharing operating system tracks where exactly you are in a task. It also monitors how you swap from one to another without losing any information. In such an environment, every resource of the computer is allocated to different applications. 

These are managed in a way that each one gets a share of resources based on priority. In case the CPU resources are not available, the operating system schedules different active processes. This is done by performing process switch at regular time intervals. Through this, it distributes available CPU cycles as per well defined priority policy.

Explore Free Online Courses with Certificates

3. Multi Programming 

When a program waits for the input/output transfer in a multi-programming system, other processes are ready to use the CPU. Several jobs share CPU time while multiprogramming. The aim of multi programming is to manage every resource of the system. 

In such systems, multiple users can accomplish their tasks simultaneously. All jobs will not be run simultaneously, but several jobs will be run on the processor at the same time. The parts of other processes are executed first, followed by other parts.

4. Parallel systems

These speed up the execution of the program. The program is divided into multiple fragments, and these fragments are processed at the same time. It simultaneously uses multiple computer resources. Due to this, tasks are performed much faster. 

Explore types of operating systems

How does Time Sharing Operating Systems Work?

Let us now understand how time sharing operating systems work. For each process, a short duration of time, around 10-100 milliseconds, is allotted. This is known as time slot/slice or quantum. Here, every process has a fixed time slice. There are following three states for processes:

  1. Active state: This is the state of that process that is currently being processed by the CPU.
  2. Ready state: This is the state of the next process to be executed. It means the process is ready for execution and will be taken over by the CPU once the process in active state is executed. There can be multiple processes in a ready state.
  3. Waiting state: This is the state of a process that is neither in active nor ready state. This is the state where the process is waiting for an I/0 process to be completed. 

Consider an example to understand the working. Suppose there are three processes running on a system. In a time-sharing operating system, for each process, a time slot of 5 nanoseconds is allocated. Once a process is executed and completed, the next process will be executed for the next 5 nanoseconds. Similarly, when this task is completed, the third process will be executed for the next 5 nanoseconds. This process will continue till every process is completed. 

CPU vs GPU? What’s the Difference?
CPU vs GPU? What’s the Difference?
Are you wondering about CPU vs GPU? Today, in this article, we will discuss the differences between CPU and GPU. CPU and GPU are two commonly used terms in the...read more
Real-time Operating System
Real-time Operating System
Real time operating system is an important topic from interview point of view.This article includes real time operating system types and their examples.It also includes applications of real time system....read more
Distributed Operating System
Distributed Operating System
Have you ever heard of distributed operating systems? Let's explore it in depth, starting from about, types, advantages, disadvantages and everything in detail! An operating system is a set of...read more

Advantages of Time Sharing Operating Systems

The following are the advantages of a time sharing operating system:

  • Every user gets dedicated time for every operation.
  • Multiple users can work simultaneously o the same computer.
  • The waiting period is very less for every task to end.
  • Processing is very quick for multiple tasks.
  • CPU usage reduces its idle time.

Disadvantages of Time Sharing Operating Systems

While time sharing operating systems have several advantages, there are some drawbacks as well:

  • Resource consumption in time sharing systems is more due to which special operating systems are required.
  • These systems require software with higher specifications.
  • Such systems may face issues related to the security and integrity of user data and programs.
  • The system may slow down or hang since several users and applications use the system.

Conclusion

Hope this article has been able to explain to you about time sharing systems. Since in such systems, multiple jobs are kept in the memory, these should have memory management and security. For achieving a good response time, jobs might have to be swapped in and out from the main memory.

FAQs

How does a time-sharing operating system work?

In a time-sharing operating system, the central processing unit (CPU) swiftly alternates between different tasks, facilitating an almost instantaneous response for the user. This rapid task switching occurs during transaction processing, where each user's program is executed in brief computational bursts or quanta. Consequently, when a command is inputted, the system responds in just a few seconds at most.

What is a time-sharing operating system?

A time-sharing operating system is a system that allows multiple users, situated at different terminals, to access a single computer system concurrently. This system is essentially an evolved form of multiprogramming, wherein the processor's time is distributed among several users at once, aiming to reduce response times, as opposed to maximizing processor utilization which is the focus in multiprogrammed batch systems.

What are the advantages of time-sharing operating systems?

Time-sharing operating systems are characterized by their fast response times and their ability to prevent the unnecessary duplication of software. Furthermore, they are adept at reducing the CPU's idle time, thereby fostering a more efficient use of resources and a superior user experience.

What are the disadvantages of time-sharing operating systems?

These systems are not without their shortcomings, including potential reliability issues and security and integrity threats to user data and applications. Additionally, they might encounter difficulties in data communication, which can result in delays and inefficiencies during data exchanges between the main system and the user terminals.

About the Author
author-image
Jaya Sharma
Assistant Manager - Content

Jaya is a writer with an experience of over 5 years in content creation and marketing. Her writing style is versatile since she likes to write as per the requirement of the domain. She has worked on Technology, Fina... Read Full Bio