1.5 Introduction to Client-Server sytems/architecture and two tier architecture Flashcards
1
Q
How many types of client-server systems are there and what are they?
A
3 of them exist: Two-tier, Three-tier, and n-tier client-server systems or architecture.
2
Q
What is the two-tier architecture?
A
It is a client-server architecture with two distinct layers: the client handling the user interface, and the server handling data processing and storage.
3
Q
What are the advantages of the 2-tier architecture?
A
- It is easy to implement
- It is cheaper to implement
- It is faster than the 3-tier architecture.
- It is simple and flexible
- It shows RAD(Rapid Application Development)
4
Q
What are the disadvantages of the 2-tier client-server architecture?
A
- It is expensive to maintain
- It is difficult to scale
- It is less flexible
- It is less secure