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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the advantages of the 2-tier architecture?

A
  1. It is easy to implement
  2. It is cheaper to implement
  3. It is faster than the 3-tier architecture.
  4. It is simple and flexible
  5. It shows RAD(Rapid Application Development)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the disadvantages of the 2-tier client-server architecture?

A
  1. It is expensive to maintain
  2. It is difficult to scale
  3. It is less flexible
  4. It is less secure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly