Quote:
Originally Posted by nogono If Server accepts connection at port no 4242......
Q No 1:
So can two clients connect at port no 4242........ |
Yes
Quote:
Originally Posted by nogono Q No 2:
Can server listen connections on two port nos..... |
Server can listen to two different ports of different application, each application will have their own port that server will listen to.
Quote:
Originally Posted by nogono Q No 3:
What do u mean by .......how to start server? |
I'm not sure what you're asking, how to start a server? As soon as you accept a connection from the client and you assigned a socket for that specific client, server is at the listening state. As soon as you run your server, it started...
