A. Each request-response pair is dependent of others
B. Request- response is a stateless communication model
C. Client server architecture of Request-response uses queues
D. In request-response publisher is a client and broker are server.
Correct Answer is :
B. Request- response is a stateless communication model
Explanation
The Request-Response model (like HTTP) is stateless.
It follows the client-server architecture.
Each request is independent of the previous ones.