How to setup a (2 tier) Client - Server arch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 10:23 PM
How can I use two machines to establish a client-server arch.
What are possible scenarios ?
&
What sw,hw I will require in each scenario ?
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 04:46 AM
back to basics here.
1 machine is the client and the other one the server.
Basic: the client telnet to the server. You just need a server that allows telnet.
Or slightly more complex, the client open a connection the web server to download a page.
You then need a browser on the client and a web application on the server.
Your question is very generic.
If you are in the learning process, I would suggest to buy a book on tcp/ip and start from there.
Gilles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2011 04:20 PM
Gilles Dufour wrote:
back to basics here.
1 machine is the client and the other one the server.
Basic: the client telnet to the server. You just need a server that allows telnet.
Or slightly more complex, the client open a connection the web server to download a page.
You then need a browser on the client and a web application on the server.
Your question is very generic.
If you are in the learning process, I would suggest to buy a book on tcp/ip and start from there.
Gilles.
I got more deep understanding about this part, Thanks for your sharing!
