adspace
What is client server architecture and is it always two tire architecture?
Answer Posted / Kishor Kumar Shukla
Client-server architecture is a distributed computing model where a client (front-end) communicates with a server (back-end) to access shared resources. It is not necessarily a two-tier architecture, as there can be multiple layers or tiers in the system to improve scalability and performance. Examples include 3-tier and n-tier architectures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers