Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How does the client and the server communicate following the rules defined by the WebSocket protocol?

  2. A.

     Long-lived TCP Socket

    B.

     Short-lived TCP Socket

    C.

     UDP Socket

    D.

     HTTP Socket

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment