For real-time data transmission with minimal overhead, _______ is often preferred over _______ due to its simplicity.
- HTTP/1.1
- MQTT
- WebSocket
- WebSockets
For real-time data transmission with minimal overhead, WebSocket is often preferred over HTTP/1.1 due to its simplicity. WebSockets provide a full-duplex communication channel, enabling low-latency, bidirectional data exchange between the client and server, making it suitable for real-time applications such as chat or financial trading.
Loading...
Related Quiz
- In the context of web services, serverless computing primarily means what?
- How does REST handle state between client and server?
- What is the primary language used for writing SOAP messages?
- How does an API Gateway assist in implementing authentication and authorization for APIs?
- When performing integration testing, what is typically the first step?