Question

Answer this question: 2 copies of a code module are to be executed in parallel on...

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? __________

Homework Answers

Answer #1

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

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A certain program consists of three independent parts A, B and C that can execute in...
A certain program consists of three independent parts A, B and C that can execute in parallel on separate processors within a multiprocessor system. None of the parts can be further subdivided and each part must execute on a single processor. Part A requires 78 billion cycles to complete, part B requires 40 billion cycles to complete and part C requires 62 billion cycles. The program is executed on an SMP system with 4 identical processors all running at the...
A college library has four copies of a certain book; the copies are numbered 1, 2,...
A college library has four copies of a certain book; the copies are numbered 1, 2, 3, and 4. Two of these are selected at random. The first selected book is placed on 2- hr reserve, and the second book can be checked out overnight. a) Suppose that copies 1 and 2 are hardcover books, whereas copies 3 and 4 are softcover books. Let A denote the event that exactly one of the copies selected is a hardcover book.What outcomes...
Question 3: Answer the following questions related to the genetic code. 3.1)If there were 6 different...
Question 3: Answer the following questions related to the genetic code. 3.1)If there were 6 different bases, and a codon consisted of 4 bases, how many different codons could be coded for? 3.2)The DNA of an alien species only contains adenine and thymine. However, the genetic code of this species codes for 70 amino acids and 4 stop codons. What is the minimum expected size for a codon of this species? And how many codons would then be possible?
Question: For a parallel structure of identical components, the system can succeed if at least one...
Question: For a parallel structure of identical components, the system can succeed if at least one of the components succeeds. Assume that components fail independently of each other and that each component has a 0.22 probability of failure. (A)Would it be unusual to observe one component fail? Would it be unusual to observe two components fail? (B)What is the probability that a parallel structure with 2 identical components will succeed? How many components would be needed in the structure so...
based on the code below, answer the questions Question 1: The LinkedList class uses another class...
based on the code below, answer the questions Question 1: The LinkedList class uses another class called Node (which is defined inside LinkedList.java). What are the fields in the Node class? Question 2: The Node class uses generics. Why? Question 3: The linkFirst method contains the following lines of code: if (f == null) last = newNode; else f.prev = newNode; What is the value of the linked list’s size attribute at this point in the code if f ==...
8) An ideal parallel-plate capacitor consists of a set of two parallel plates of area A...
8) An ideal parallel-plate capacitor consists of a set of two parallel plates of area A separated by a very small distance d. When this capacitor is connected to a battery that maintains a constant potential difference between the plates, the energy stored in the capacitor is U0. If the separation between the plates is doubled, how much energy is stored in the capacitor? 8) A) U0 B) 2U0 C) U0/4 D) U0/2 E) 4U0 9) An ideal parallel-plate capacitor...
Answer all the following multiple choices with the right answer. Question 1 Which object(s) would you...
Answer all the following multiple choices with the right answer. Question 1 Which object(s) would you use to describe the shape of the 2p orbital? Question 1 options: a) a circle b) a sphere c) a dumb-bell d) two perpendicular dumb-bells e) a doughnut Question 2 Which situation must be true for two electrons to occupy the same orbital? Question 2 options: a) The electrons must have low energy. b) The electrons must have identical sets of quantum numbers. c)...
QUESTION NINE: (a) A hospital has 5 rooms each with 2 beds for children. If 5...
QUESTION NINE: (a) A hospital has 5 rooms each with 2 beds for children. If 5 pairs of identical twins are to be assigned to these 10 beds so that each pair of twins sleeps in different beds in the same room, how many assignments are possible? (b) 4 students from Maths class, 3 students from Economics class and 3 students from Accounting class are to be seated in a row. How many sitting arrangements are possible when students of...
Code Example 8-1 1. int count = 1; 2. int item_total = 0; 3. int item...
Code Example 8-1 1. int count = 1; 2. int item_total = 0; 3. int item = 0; 4. while (count < 4) { 5.      cout << "Enter item cost: "; 6.      cin >> item; 7.      item_total += item; 8.      ++count; 9. } 10. int average_cost = round(item_total / count); 11. cout << "Total cost: " << item_total << "\nAverage cost: " << average_cost; (Refer to Code Example 8-1.) If the user enters 5, 10, and 15 at the prompts, the output is: Total...
The plate separation of a parallel-plate waveguide is 0.5 mm and the plate's width is 5...
The plate separation of a parallel-plate waveguide is 0.5 mm and the plate's width is 5 mm. The dielectric filling is polystyrene (Table 4-2 on page 204 contains data for polystyrene among other dielectrics). The waveguide is used at 25 GHz. a) List all modes that are excited in the waveguide. b) Compute the maximum average power that the guide can safely be used to transmit. Use a safety factor of 20. Answer: a) TEM,   b) 5.35 kW please show...