224k views
2 votes
Which of the following is true about scalability?

i. Weak scaling is easier to achieve than strong scaling due to Amdahl’s law.

ii. Amount of communication among processors usually remains constant or grows slowly.

iii. Weak scaling is defined as how the execution time varies with number of processors for fixed problem size per processor.

iv. Data dependencies increase with larger problem sizes.

1 Answer

4 votes

Answer:

Option (i) is the correct answer to the following question.

Step-by-step explanation:

Because to achieve the strong scaling then, we have required the Amdahl’s law and the scalability is the weak scaling that is easier to instate than the powerful scaling scalability because of only Amdahl’s law.

So, that's why the following option is correct.

Option (ii) is incorrect because usually, there no communication among the procedures.

Option (iii) is incorrect because the following option is not related to the following statement.

Option (iv) is incorrect because the dependency of the data or information is decreased.

User Travis Brown
by
7.3k points