Multiple choice

In a two-tire client server architecture, the client is usually

  1. thin client

  2. fat client

  3. very thin client

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In two-tier architecture, the client handles presentation and business logic (fat client), while the server manages data. This contrasts with three-tier where business logic moves to a middle tier. 'Tire' is a typo for 'tier'.