ANSWER:
B: In designing this application, no servers (except for the database server) are to be used in the design. This means that Three-Tier or n-Tier solutions won't be used, as no components will reside on servers between the user's workstation and the database server. Therefore you'll be designing a Two-Tier solution. The database server handles data management for multiple users, which users access through applications on their machines.
Answer in Depth...