Q. How does the client and the server communicate following the rules defined by the WebSocket protocol?
β
Correct Answer: (A)
Long-lived TCP Socket
Explanation: The client and server communicate over a long-lived TCP socket following rules defined by the WebSocket protocol.