|< < 10 > >|

2-Tier Architecture

When computers were huge and expensive (pre-PC)

There are different kinds of programming here

  • Database access: Read the database.
  • Business logic: Merge logic, generating updated inventory, orders to replenish.
  • Database access: Save the updated database.
  • Presentation logic (UI): Format and print the (entire!) updated database.

|< < 10 > >|