Pair program with me! profile for carousel at Stack Overflow, Q&A for professional and enthusiast programmers

12/11/2012

What is thick ( fat ) client ?


This is one of the things that all front-end web developers should know:
fat client (also called heavyrich, or thick client) is a computer (client) in client–server architecture or networks that typically provides rich functionality independent of the central server. Originally known as just a "client" or "thick client" the name is contrasted to thin client, which describes a computer heavily dependent on a server's applications.
A fat client still requires at least periodic connection to a network or central server, but is often characterised by the ability to perform many functions without that connection. In contrast, a thin client generally does as little processing as possible and relies on accessing the server each time input data needs to be processed or validated.

No comments:

Post a Comment