## In a **Broker Pattern**, what are the two ways a Broker can handle a client's request? --- 🔄 1. **Query once**: The broker provides the server's information, and the client contacts the server directly. 2. **Intermediary**: The broker acts as a middleman and forwards the requests to the server.