0% found this document useful (0 votes)
242 views1 page

Client-Server Architecture Explained

Client-server architecture splits processing between two components - a client and server. The client is a standalone computer that offers full functionality to the user. The server provides data management, information sharing, and security features. It can be a personal computer, minicomputer, or mainframe. Together the client and server accomplish application processing, increasing available power while using it more efficiently by optimizing the client for interaction and the server for centralized multi-user functionality.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
242 views1 page

Client-Server Architecture Explained

Client-server architecture splits processing between two components - a client and server. The client is a standalone computer that offers full functionality to the user. The server provides data management, information sharing, and security features. It can be a personal computer, minicomputer, or mainframe. Together the client and server accomplish application processing, increasing available power while using it more efficiently by optimizing the client for interaction and the server for centralized multi-user functionality.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CLIENT-SERVER ARCHITECTURE

► An arrangement used on local area networks that makes use of distributed


intelligence to treat both the server and the individual workstations as
intelligent, programmable devices, thus exploiting the full computing power
of each. This is done by splitting the processing of an application between
two distinct components: a "front-end" client and a "back-end" server. The
client component is a complete, stand-alone personal computer (not a
"dumb" terminal), and it offers the user its full range of power and features
for running applications. The server component can be a personal computer,
a minicomputer, or a mainframe that provides the traditional strengths
offered by minicomputers and mainframes in a time-sharing environment:
data management, information sharing between clients, and sophisticated
network administration and security features. The client and server
machines work together to accomplish the processing of the application
being used. Not only does this increase the processing power available over
older architectures, but it also uses that power more efficiently. The client
portion of the application is typically optimized for user interaction, whereas
the server portion provides the centralized, multiuser functionality.

12

You might also like