Share via


This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

client/server

A type of application that has a local interface but accesses data on a local or remote server. The application distributes the work between the client and the server, depending on the strengths of the client and server products. Client/server systems are often efficient because they minimize network traffic, and because each portion of the application can be optimized for its particular function.