Database Architecture and Database Independence


[youtube]http://www.youtube.com/watch?v=3diKzwj7UKA[/youtube]
Part 1:

Today's database professionals face several options when considering architectures in which to employ to address the various needs of their employers and/or clients. The following text will provide an overview of three main categories of database architectures and their sub-categories, as well as offer some insight into the benefits of each.
Two-Tier Client-Server Architecture

Web-Based, Two-Tier Client-Server Architecture



Part 2:
Application Logic:

The presentation logic component is responsible for formatting and presenting data on the user's screen The processing logic component handles data processing logic, business rules logic, and data management logic.  Finally, the storage logic component is responsible for the storage and retrieval from actual devices such as a hard drive or RAM.Database architectures can be distinguished by examining the way application logic is distributed throughout the system.  Application logic consists of three components:  Presentation Logic, Processing Logic, and Storage Logic.

By determining which tier(s) these components are processed on we can get a good idea of what type of architecture and subtype we are dealing with.

0 comments:

Post a Comment