Hai..I have a question about making network communication between two computers using Windsock API.I have done the network communication on same computer by following the instruction from book, but when come to make a communication between two computers, I face the problem. I hope to get some help generally what should I do first. I have several questions as below,
1) Do I need to create a new network connection on each computer client and server? And then, create server port, IP address, DN server as same as to create a new network on my computer.
2) After that, I have to create a socket of both server and client computer using VC++ WINDSOCK API.
3) What I understand, creating a socket for server and client for different computers is no different with what I have done before, a communication on a same computer.
Please give me an idea( In General) on how to make a communication between two computers.
TQ.
1) Do I need to create a new network connection on each computer client and server? And then, create server port, IP address, DN server as same as to create a new network on my computer.
2) After that, I have to create a socket of both server and client computer using VC++ WINDSOCK API.
3) What I understand, creating a socket for server and client for different computers is no different with what I have done before, a communication on a same computer.
Please give me an idea( In General) on how to make a communication between two computers.
TQ.