Question 17
Which of the following statement(s) is/are true in the context of point-to-point communication and message broker?
In point-to-point communication, the number of connections grow with the order of O(nlogn).
If a central message broker is used, the number of connections grow with the order of O(logn).
If a central message broker is used, the number of connections grow with the order of O(n).
A message broker makes the network more scalable, if compared with point- to-point communication.