Answer this question: 2 copies of a code module are to be executed in parallel on identical processors organized into two communicating clusters A and B. Cluster A contains 8 processors and cluster B contains 4 processors. How many sets of processors can be used if cluster A has 2 failed processors and cluster B has 4 failed processors? __________
Total number of processes in cluster A and B
= 8+4
=12
The number of failed processes in cluster A and B
= 2+4
= 6
The cluster A and b executing 2 copies of code module
Then actually the unique number of processes are correctly working in the process is given by
12-6 = 6
Therefore, 6 processes are working in the deployment of 2 copies of code module.
which is
=
so, there are 15 processors that can be used
Get Answers For Free
Most questions answered within 1 hours.