πŸ“Š JavaScript
Q. 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
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
The client and server communicate over a long-lived TCP socket following rules defined by the WebSocket protocol.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
148
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate