The situation I described are the logical tiers, not the physical.
Client tier (user services) - the client, the browser. This one is a bit muddled at time in the web world, because the browser can actually house part of the business tier if you are using client-side scripting like Javascript, Java, VBScript or the like to manipulate data prior to sending it back to the server.
Business tier (business services) - contains business logic, rules, and the like. The pages that are served from the web server that make the rules and provide the HTML to the client (alot more to it, but thats it in a nutshell).
Data tier (data services) - database, datastore, what the business tier access based on the rules set and client requests.
I know
Jim
(Thank god we aren't talking n-tier apps here..lol)