Client/Server Design
When you have a system that must support multiple users or a growing number of users, the right strategy might be client/server design. Here the
database resides on a server that is accessed from the front-end client applications, containing user screens and business rules. The client
programs request data directly from the database server. Because the business processes are done on the client computers and network
resources are only needed for data retrieval from the database server, application performance is greatly improved. |