152k views
2 votes
1. Fat client / thin server: there's too much data transfer between the client and server.

2. Thin client / fat server: the server does more to reduce the traffic.

Options:
A. Heavy-Light, Light-Heavy
B. Thick-Thin, Thin-Thick
C. Full-Partial, Partial-Full
D. Loaded-Relieved, Relieved-Loaded

User MattyW
by
9.1k points

1 Answer

5 votes

Final answer:

The terms 'fat client/thin server' and 'thin client/fat server' define the workload distribution between client and server. 'Fat client' equates to 'Thick-Thin,' meaning the client has a heavier load, and 'thin client' matches 'Thin-Thick,' where the server has a greater share of the work.

Step-by-step explanation:

The terms 'fat client/thin server' and 'thin client/fat server' refer to the distribution of workload between the client (typically, the user's computer) and the server in a networked environment. In a fat client/thin server scenario, the client does more of the work, which can lead to a heavier load on the client's resources and more data transfer across the network. Conversely, in a thin client/fat server setup, the server takes on a greater share of the processing burden, reducing network traffic because less data is sent back and forth between the client and the server.

Given the options, the correct match would be:

Fat client/thin server: Thick-ThinThin client/fat server: Thin-ThicThese terms reflect the workload balance, where 'thick' or 'heavy' implies more computation and storage responsibility, and 'thin' or 'light' implies less.
User Deadlyvices
by
8.2k points