CS Electrical And Electronics
@cselectricalandelectronics

What must happen before a client can open a socket?

All QuestionsCategory: NetworksWhat must happen before a client can open a socket?
CS Electrical And Electronics Staff asked 3 years ago

Options:

  1. The client must create a local file with the same name as the socket
  2. The client must be in the same folder as the server
  3. The server must allocate sufficient memory to handle any needed retransmissions
  4. A server must be running that is listening for socket connections
  5. The client must be on the same system as the server