CITM-001 · Question #78
How many layers are involved in client-server environment?
The correct answer is C. Three. A client-server environment is a type of distributed system that divides the application logic into three layers: presentation, application, and data. The presentation layer is responsible for the user interface and interaction, the application layer contains the business logic…
Question
How many layers are involved in client-server environment?
Options
- AOne
- BTwo
- CThree
- DFour
How the community answered
(24 responses)- B4% (1)
- C88% (21)
- D8% (2)
Explanation
A client-server environment is a type of distributed system that divides the application logic into three layers: presentation, application, and data. The presentation layer is responsible for the user interface and interaction, the application layer contains the business logic and functionality, and the data layer manages the storage and retrieval of data. Each layer can run on a different machine or server, allowing for scalability, modularity, and security.
Topics
Community Discussion
No community discussion yet for this question.