HOTSPOT -
Decide if the following statements are true or false. The performance of a system (response time or throughput) often competes with its`¦ (Assign all answers.)
Hot Area:

HOTSPOT -
Decide if the following statements are true or false. The performance of a system (response time or throughput) often competes with its`¦ (Assign all answers.)
Hot Area:
Reference:
http://www.cs.unb.ca/~wdu/cs3043/a1ans.htm
T-F-F-T-F-F-F As described in the Software Architecture Fundementals book in chapter 5.2.1.4, adaptability and flexibility are in conflict with increased performance.
I would say T-F-T-T-F-F-F as in the same chapter it is mentioned that increase performance requirements hinders the timely completion of project
One addition ... Depends how performance is achieved - if by caching or some similar redundancy of data, it could also increase memory usage.
One addition ... Depends how performance is achieved - if by caching or some similar redundancy of data, it could also increase memory usage.
Looking at chapter 5.2.1.4, it is citing all conflicting quality characteristics. In that list the only two that are related to performance is Adaptability and Flexibility. Since the question specifically ask about what performance competes with, it seems the answer should be A and D. But that's just how I read it.
EDIT: That same section cites that: The requirement for increased performance can in turn hinder timely completion." So it looks like A C D but elsewhere in other architecture documentation security can compete with performance. For example, in a zero-trust architecture, there is a performance hit for authentication and authorization. Also, there is always a performance hit for doing things like SSL/TLS, etc. So I'm not sure about security...
EDIT: That same section cites that: The requirement for increased performance can in turn hinder timely completion." So it looks like A C D but elsewhere in other architecture documentation security can compete with performance. For example, in a zero-trust architecture, there is a performance hit for authentication and authorization. Also, there is always a performance hit for doing things like SSL/TLS, etc. So I'm not sure about security...