Basicly a socket connection will be initiated if I have a server socket application… starting with socket,listen and accepting the stream. On the other hand I have a client application starting init. socket,connecting and so on. The server and the client application are either communicating on two different or on one machine.
Presume we have 2 machines is it possible to start a socket connection if I have just access to the client?
(which means I am able to code on client side a socket application but for no access reasons I can’t build up a application on server side.)
If you mean can a client app create a new server socket on a second machine, the answer is no.