VB400,<br>
<br>
I'll take a non-textbook crack at your question.<br>
<br>
Many of us think of the client as the machine that the individual user's keyboard, mouse & monitor are hooked to. The client machine is connected to a server machine, on a LAN, WAN, dial-up direct connect, over the internet, etc.<br>
<br>
The fat/thin terminology describes how much processing is done on the client and how much on the server. In the mini computer with dumb terminal systems, almost all is done on the server. In early client/server systems all processing except data base interaction was done on the client. I consider this as the "fattest" client.<br>
<br>
Now, with newer software technology like DCOM, the designer has options of moving much more of the application logic off of the client to the server, hence the term "thin" client.<br>
<br>
This is my manager's concept of the subject. My more technical friends may well post corrections to this, and I would welcome such.<br>
<br>
JohnK