TWO-TIER ARCHITECTURES
Application components are distributed between the server and client software
In addition to part of the application software, the server also stores the data, and all data accesses are through the server.
The presentation (to the user) is handled strictly by the client software.