198k views
5 votes
The publish-subscribe messaging architecture is a ________ architecture where publisher clients send messages to a message topic that acts like a bulletin board.

a. hub-like
b. repeater-like
c. switch-like
d. proxy

1 Answer

5 votes

Final answer:

The publish-subscribe messaging architecture is hub-like, facilitating decoupled communication between publishers and subscribers by sending messages to a topic that acts like a bulletin board.

Step-by-step explanation:

The publish-subscribe messaging architecture is a hub-like architecture where publisher clients send messages to a message topic that acts like a bulletin board. Unlike repeater, switch, or proxy architectures, the hub-like model of publish-subscribe allows for messages to be pushed to subscribers based on their expressed interest in a topic, creating a decoupled and scalable communication pattern.

User Skwny
by
8.5k points