Lecture 3: Get + Put + 3-Tier Architecture

Quiz based on lecture 3.

?

1. Which of these does not apply to 3-Tier Architecture? (Again)

  • PHP Server acts as a middle tier (middleware) for dynamic data processing
  • Client-side has direct connection to PHP Application Server.
  • Data transfers are done through protocols and middle tier implementations.
  • MySQL server acts as a back end data tier where the actual data is stored and managed.
1 of 12

Other questions in this quiz

2. What is the correct definition of Data Tier?

  • (Not a real answer) http://www.tonymarston.co.uk/php-mysql/3-tier-architecture.html (check this out for more info on 3-tier-architecture).
  • Can also be called middle tier, business logic or logic tier, it's pulled from the presentation tier. It controls application functionality by performing detailed processing.
  • Houses database servers where information is stored and retrieved. Data in this tier is kept independent of application servers or business logic.
  • Occupies the top level and displays information related to services available on a website. This tier communicates with other tiers by sending results to the browser and other tiers in the network.

3. Which of these are not one of the most common HTTP CRUD methods?

  • GIVE
  • DELETE
  • PUT
  • GET

4. What is the correct definition of the Presentation Tier (three-tier architecture)?

  • Houses database servers where information is stored and retrieved. Data in this tier is kept independent of application servers or business logic.
  • (Not a real answer) http://www.tonymarston.co.uk/php-mysql/3-tier-architecture.html (check this out for more info on 3-tier-architecture).
  • Occupies the top level and displays information related to services available on a website. This tier communicates with other tiers by sending results to the browser and other tiers in the network.
  • Can be known as the middle tier/ business tier or logic tier. It controls application functionality by performing detailed processing.

5. What is the correct definition of the Application Tier?

  • (Not a real answer) http://www.tonymarston.co.uk/php-mysql/3-tier-architecture.html (check this out for more info on 3-tier-architecture).
  • Can also be called middle tier, business logic or logic tier, it's pulled from the presentation tier. It controls application functionality by performing detailed processing.
  • Occupies the top level and displays information related to services available on a website. This tier communicates with other tiers by sending results to the browser and other tiers in the network.
  • Houses database servers where information is stored and retrieved. Data in this tier is kept independent of application servers or business logic.

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Web Technology Integration resources »