Security issues in multi tasking and time sharing environment
Please elaborate on the security issues that can be caused in a multitasking or time-sharing environment when more than one user is using the system at the same time?
Please elaborate on the security issues that can be caused in a multitasking or time-sharing environment when more than one user is using the system at the same time?
Hello Patricia,
In a Time Sharing environment, the operating system assigns some time slots to each job that is being executed. The jobs here are executed according to the allotted time slots for each of them as shown in the example below:
The challenge here can be when on task is big hence requires some more time to execute; it will be still allotted the same time slot as the others.
Multi-Tasking on the other hand is whereby the operating system executes jobs in parallel. Multitasking can also be attained by use of multiple processors (or) CPUs only as shown in the example below:
The challenge here may come when a task has to be executed critically, it has to wait till the others finish before it can be executed.
__
Regards,
Mahesh Babu