83.2k views
3 votes
Client/server computing is a primary example of centralized processing.
A) TRUE
B) FALSE

User RolandJS
by
7.7k points

1 Answer

2 votes

Final answer:

Client/server computing is falsely considered a primary example of centralized processing; it is actually a decentralized model where multiple clients interact with a central server.

Step-by-step explanation:

The statement that client/server computing is a primary example of centralized processing is FALSE. Client/server computing actually represents a decentralized or distributed computing model where multiple clients (users or computers) request and receive services from a centralized server. This model is in contrast to centralized processing, where all processes run on a single system or mainframe. In a typical client/server setup, the server provides resources such as files, applications, or processing power, while clients initiate communication sessions, requesting these resources as needed. This allows for scalability, flexibility, and efficient resource management.

User Yongzhy
by
7.7k points