What is a one tier application architecture?
An application that separates its user interface and data storage onto different servers.
An application that uses a web server to provide services to multiple clients.
An application where the processing is done on the client side and the data is stored on a server.
An application where client, server, and database all run on the same machine or platform.