Thin Clients Flashcards
What is the difference between thin clients and thick clients?
Thin clients
Thick clients
In what architectures are thin clients typically used?
Thin clients are typically used in n-tier architectures.
In what architectures are thick clients typically used?
Thick clients are typically used in two-tier architectures.
(2 answers)
What are the advantages to using thin clients?
- Minimal deployment issues
- They only require limited hardware and software resources
(4 answers)
What are the disadvantages to using thin clients?
- Browser interface is limited
- Responsiveness of the system may be limited
- Additional flexibility or responsiveness may be gained by using scripting languages, however this is still limited compared to a full programming language
- They can only use pull technology
What is the main benefit of the two-tier model?
The two-tier model can incorporate separate presentations for different types of user.
(3 answers)
What are the drawbacks of the two-tier model?
- Poor scalability
- Single point of failure
- Application distribution and remote usage is more difficult
(4 answers)
What are the benefits of the n-tier model?
- Scalability
- Reuse
- Improved data integrity and security
- Improved availability
(2 answers)
What are the drawbacks of the n-tier model?
- Increased complexity/effort
- More security risks due to multiple points of access