Consider the below algorithm: for (i=1;i < n;i++){ for (j=1;j < m;j++){ Alloc[i][j]=( 2i *( j+1 ) % 7) } } For n=13 and m=6 answer the following questions This part of the problem involves in deriving the Allocation matrix for a set of threads for implementing Banker's algorithm. Consider the system has five threadts (T0~T4) and five resourses (A~E) [Remember all threads are in CAPITAL letter]. Currents allocation matrix follows the following rule: T0 has allocated resources equal to the value of row A[2] of Alloc[i][j] array, T1 has equal to row A[4], T2 has equal to row A[7], T3 has equal to row A[9] and T4 has equal to row A[11]. [Hints. if a row has a value 12345 then allocated resourses are A:1,B:2,and so on.] The Maximum Requirment matrix is given below: T0: 2 6 4 7 4 T1: 3 3 6 6 7 T2: 2 2 2 1 1 T3: 2 5 3 7 4 T4: 3 4 5 7 7 The Available matrix is given below: 2 0 2 2 1 What is the safe sequence? [Note, try to exexute the threads sequentitally that is T0, then T1 and so on. If T2 gets first chance in safe sequence, then again start with T0, then T1 and so on. ] [Hints. input safe sequence without any space or anything in between such as - T4T2T0T1T3] While identifying the above safe sequence, what are the resources available after completing thread T2? [Hints. input only the values of resorce available sequentially starting with resource A, then B and so on, without any space or anything in between. For example - if you enter 12345 that will mean after the thread 1 instance of resource A is available, 2 instance of resource B is available and so on. ] While identifying the above safe sequence, what are the resources available after completing thread T4? [Hints. input only the values of resorce available sequentially starting with resource A, then B and so on, without any space or anything in between. For example - if you enter 12345 that will mean after the thread 1 instance of resource A is available, 2 instance of resource B is available and so on. ]

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

Consider the below algorithm:

for (i=1;i < n;i++){

for (j=1;j < m;j++){

Alloc[i][j]=( 2i *( j+1 ) % 7)

} }

For n=13 and m=6 answer the following questions

This part of the problem involves in deriving the Allocation matrix for a set of threads for implementing Banker's algorithm. Consider the system has five threadts (T0~T4) and five resourses (A~E) [Remember all threads are in CAPITAL letter]. Currents allocation matrix follows the following rule: T0 has allocated resources equal to the value of row A[2] of Alloc[i][j] array, T1 has equal to row A[4], T2 has equal to row A[7], T3 has equal to row A[9] and T4 has equal to row A[11]. [Hints. if a row has a value 12345 then allocated resourses are A:1,B:2,and so on.]

The Maximum Requirment matrix is given below:

T0: 2 6 4 7 4

T1: 3 3 6 6 7

T2: 2 2 2 1 1

T3: 2 5 3 7 4

T4: 3 4 5 7 7

The Available matrix is given below:

2 0 2 2 1

What is the safe sequence? [Note, try to exexute the threads sequentitally that is T0, then T1 and so on. If T2 gets first chance in safe sequence, then again start with T0, then T1 and so on. ] [Hints. input safe sequence without any space or anything in between such as - T4T2T0T1T3]

While identifying the above safe sequence, what are the resources available after completing thread T2? [Hints. input only the values of resorce available sequentially starting with resource A, then B and so on, without any space or anything in between. For example - if you enter 12345 that will mean after the thread 1 instance of resource A is available, 2 instance of resource B is available and so on. ]

While identifying the above safe sequence, what are the resources available after completing thread T4? [Hints. input only the values of resorce available sequentially starting with resource A, then B and so on, without any space or anything in between. For example - if you enter 12345 that will mean after the thread 1 instance of resource A is available, 2 instance of resource B is available and so on. ]

Expert Solution
steps

Step by step

Solved in 2 steps

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