Answer:
In this communication
The server can access multiple clients at a time.When one server is processing a particular client then if any other client tries to access then a seperate thread at OS level is raised on the socket and that will invoke a call back function. Now this call back fucntion raises a Socket event which will process the request which was given by the other client.Hence we can make multiple clients to access a single server.
Source: My Own Observation | Asked In: Many Interviews |
Alert Moderator