1. Process Scheduling Multiprocessor systems use multiple CPUs to perform various tasks. This increases throughput and reduces response time. In this problem, a multiprocessor system has a certain number of processors. Each processor has the ability to schedule a limited number of processes in one second. However, after this scheduling, the processor's ability is reduced to floor(ability/2). Given the processor's abilities and the number of processes, what is the minimum time required to schedule all the processes in the system? 4 Example n = 5 (number of processors and size of ability[]) ability=[3, 1, 7, 2, 4] processes = 15 This optimal solution is: 1. First, the processor with ability = 7 schedules 7 processes in one second. Now, ability = [3, 1, 3, 2, 4] because 7 was reduced to floor(7/2). There are 15-7=8 remaining processes. 2. Second, the processor with ability = 4 is used. After that, ability = [3, 1, 3, 2, 2]. Remaining processes = 8-4 = 4.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Process Scheduling Multiprocessor systems use multiple CPUs to perform various tasks. This increases throughput and reduces response time. In this problem, a multiprocessor system has a certain number of processors. Each processor has the ability to schedule a limited number of processes in one second. However, after this scheduling, the processor's ability is reduced to floor(ability/2). Given the processor's abilities and the number of processes, what is the minimum time required to schedule all the processes in the system? Example n = 5 (number of processors and size of ability[]) ability = 13, 1, 7, 2, 4] processes = 15 This optimal solution is: 1. First, the processor with ability = 7 schedules 7 processes in one second. Now, ability = (3, 1, 3, 2, 4] because 7 was reduced to floor(7/2). There are 15 - 7 = 8 remaining processes. 2. Second, the processor with ability = 4 is used. After that, ability = [3, 1, 3, 2, 2). Remaining processes = 8 - 4= 4.

1. Process Scheduling
Multiprocessor systems use multiple CPUS to
perform various tasks. This increases throughput
and reduces response time. In this problem, a
multiprocessor system has a certain number of
processors. Each processor has the ability to
schedule a limited number of processes in one
second. However, after this scheduling, the
processor's ability is reduced to floor(ability/2).
Given the processor's abilities and the number of
processes, what is the minimum time required to
schedule all the processes in the system?
Example
n = 5 (number of processors and size of ability[])
ability = [3, 1, 7, 2, 4]
processes = 15
This optimal solution is:
1. First, the processor with ability = 7 schedules 7
processes in one second. Now, ability [3, 1, 3, 2,
4] because 7 was reduced to floor(7/2). There are
15-7= 8 remaining processes.
2. Second, the processor with ability = 4 is used.
After that, ability [3, 1, 3, 2, 2]. Remaining
processes = 8 -4 = 4.
Transcribed Image Text:1. Process Scheduling Multiprocessor systems use multiple CPUS to perform various tasks. This increases throughput and reduces response time. In this problem, a multiprocessor system has a certain number of processors. Each processor has the ability to schedule a limited number of processes in one second. However, after this scheduling, the processor's ability is reduced to floor(ability/2). Given the processor's abilities and the number of processes, what is the minimum time required to schedule all the processes in the system? Example n = 5 (number of processors and size of ability[]) ability = [3, 1, 7, 2, 4] processes = 15 This optimal solution is: 1. First, the processor with ability = 7 schedules 7 processes in one second. Now, ability [3, 1, 3, 2, 4] because 7 was reduced to floor(7/2). There are 15-7= 8 remaining processes. 2. Second, the processor with ability = 4 is used. After that, ability [3, 1, 3, 2, 2]. Remaining processes = 8 -4 = 4.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY