n Page server In this approach, most of the database processing is performed by the
client. The server is responsible for secondary storage and providing pages at the
client’s request.
n Database server In this approach, most of the database processing is performed by the
server. The client simply passes requests to the server, receives results, and passes them
on to the application. This is the approach taken by many RDBMSs.