Computer Science, asked by norbe1994, 1 year ago

In a client-server application on the web using sockets, which must come up first?

Answers

Answered by bkiran63
25
Server comes first in a client-server application on the web using sockets
Answered by mindfulmaisel
3

‘It does not matter’ which web sockets must came up first.

Explanation:

  • A client server application model can be seen generically as a remotely situated high powered computing device.  
  • It stores huge quantity of data along with business logic which is used to access them over a provided network.  
  • It does not matter, which web sockets must came up first. A socket can be established between the two hosts connecting the endpoints.
  • In Java, the socket class can be used by both clients and servers.

Learn more about web sockets

What is the difference between long-polling, websockets, and server-sent events?

https://brainly.in/question/9581486

Similar questions