Computer Science, asked by dgulati8596, 1 year ago

How does the client and the server communicate following the rules defined by the WebSocket protocol?
A.Long-lived TCP Socket
B.Short-lived TCP Socket
C.UDP Socket
D.HTTP Socket

Answers

Answered by Ayesha059
1
Answer: a
Explanation: The client and server communicate over a long-lived TCP socket following rules defined by the WebSocket protocol.
Similar questions