231k views
1 vote
Select the advantages of broker architecture

a. All of the others
b. Server component implementation and location transparency
c. Simplicity for clients to access server and server portability
d. Changeability and extensibility

User Kilon
by
7.7k points

1 Answer

3 votes

Final answer:

Broker architecture has advantages such as server component transparency, simplicity for clients, and changeability and extensibility.

Step-by-step explanation:

Advantages of broker architecture:

  1. Server component implementation and location transparency: In a broker architecture, the server components are abstracted, making it easier to switch between different server implementations and locations without affecting the clients.
  2. Simplicity for clients to access server and server portability: Clients can easily access the server through the broker, which acts as an intermediary. This simplifies client-server communication and allows for easy portability of the server to different environments.
  3. Changeability and extensibility: The use of a broker allows for easier changes and extensions to the system. New services can be added or existing services can be modified without requiring changes to the clients.

User AbhiTronix
by
8.4k points