System Architecture Flashcards

1
Q

What are the 3 tiers?

A
  1. Presentation Tier
  2. Logic Tier
  3. Data Tier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the PPresentation tier?

A

The most top level of the application is the user interface. The main function of the interface is to translate tasks and results to something the user can see (what the end-user sees e.g, snapchat interface.)

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

What is the Logic tier?

A

This layer coordinates the application, processes commands, makes logical decisions and evaluations, and performs calculations. It also moves and processes data between layer 1 and 3.

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

What is the Data tier?

A

Here information is stored and retrieved from a database or file system. The information is then passed back to the logic for processing, and then eventually back to the user.

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