Dictionary Home » Images » client/server images

client/server images

client/server

Non-Client/Server - The File Server If the database is stored in a file server that does nothing more than store and share its programs and data, the file server acts like a remote disk drive to the client. In this case, the database management system (DBMS) "runs" in the client. Because no searching is done in the server, all 1,000,000 records have to be sent over the network to the client for comparing. This is not "true" client/server because both sides are not sharing the business processing.

Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2010 by Computer Language Company Inc. All rights reserved.

client/server

Two-tier Client/Server This is "true" client/server because both sides participate in the business processing. The database management system (DBMS) "runs" in the server. A query from the client is sent to the DBMS, which responds by searching the server and sending only the results to the client. If 50 records matched the criteria in our million-record example, only 50 kilobytes of data traverse the network rather than one gigabyte (a million times less).

Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2010 by Computer Language Company Inc. All rights reserved.

client/server

Three-tier Client/Server In this case, the processing is divided between two or more servers, one used for application processing and another for database processing. This is very common in large enterprises. See application server and database server. The Web Really Is Client/Server Because of the Internet, terms such as "Web based" and "Web enabled" replaced the 1990s client/server buzzword, with "client/server" insinuating the old pre-Web way of doing things. However, most client/server systems were modified to include Web access, and the Web "is" a natural client/server architecture. On the server side, the Web uses a multi-tier architecture with interlinked Web servers, application servers, database servers and caching servers. On the client side, user machines commonly execute scripts embedded in countless Web pages. They also execute Java applets, Java programs and rich client applications, all of which means that both client and server cooperate in tandem. See scripting language, Java applet and rich client.

Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2010 by Computer Language Company Inc. All rights reserved.

More client/server images

Learn more about client/server

link/cite print suggestion box