Thursday, June 23, 2011

TCP/IP based server client model

This article is all about establishing a server-client connection where in the server will be able to accept new connection requests as well as process requests for the already existing connections.

Scenarios for the same:
1. both client and server on the same machine.

2. client and server on different machines but within the same network (something like client running on system with ip address 192.168.33.101 & server on machine with ip address 192.168.33.102; both having the same subnet mask, default gateway etc).

3. client and server on different machines each on different network.

Programs will be posted soon. Plz have patience..

No comments:

Post a Comment