+1 vote
in Software Architecture by (75.2k points)
Which of the following is false for broker pattern?

(a) Broker classes mediate communications between clients and suppliers, and in doing so they may slow this interaction, causing a performance penalty

(b) A broker may sometimes be able to provide some services to clients more cheaply than if the clients interacted directly with the suppliers

(c) Brokers always damage performance

(d) None of the mentioned

This question was posed to me by my college professor while I was bunking the class.

My doubt stems from Mid-Level Design Pattern Categories and Broker Pattern topic in portion Visibility, Accessibility and Information Hiding of Software Architecture

1 Answer

0 votes
by (46.2k points)
Correct option is (c) Brokers always damage performance

For explanation I would say: Brokers do not always damage performance.

Related questions

We welcome you to Carrieradda QnA with open heart. Our small community of enthusiastic learners are very helpful and supportive. Here on this platform you can ask questions and receive answers from other members of the community. We also monitor posted questions and answers periodically to maintain the quality and integrity of the platform. Hope you will join our beautiful community
...