Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A process in operating system (OS) can be considered a program in execution which require different resources such as CPU cycles, physical memory, or input

A process in operating system (OS) can be considered a program in execution which require different resources such as CPU cycles, physical memory, or input and output devices to accomplish its task. These resources are assigned to the process in different stages such as in execution or creation stage. Generally the processes in operating system is classified into two categories namely user processes and system processes. One of the primarily role of the operating system in related to the process management is the creation and deletion of the process, scheduling of processes, communication between processes or management of deadlock between process. Furthermore, operating system use different process scheduling policies or algorithms to maximize the system throughput, minimize the waiting time while keeping the CPU busy up to maximum level. In parallel a thread is a fundamental unit of CPU utilization which comprised of thread ID, program counter, a set of register, and a memory stack that forms the basis for multithreaded computer systems. In other words threads are a way for a program to divide itself into two or more concurrent running tasks. Given the background, provide a detailed report not more than 3,000 words on the following aspects of the process and thread in operating system perspective.
a) Technically analyze different types of Multithreaded Models.
b) Critically evaluate the benefits of Multi-threaded Operating system

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Technical Analysis of Different Types of Multithreaded Models Multithreading is a technique that allows a single program to execute multiple threads of control concurrentlyThis can improve the perform... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Information Security

Authors: Michael E. Whitman, Herbert J. Mattord

7th Edition

035750643X, 978-0357506431

More Books

Students also viewed these Operating System questions

Question

=+c) What is/are the response(s)?

Answered: 1 week ago