answersLogoWhite

0


Best Answer

In 3 tier architecture, client directly interacts with intermediate server and intermediate server will directly interact with database server.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Three tier architecture dbms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is three tier architecture?

In 3 tier architecture, client directly interacts with intermediate server and intermediate server will directly interact with database server.


What is the relationship between MVC and 3-tier architecture?

At first glance, the three tiers may seem similar to the model-view-controller (MVC) concept; however, topologically they are different. A fundamental rule in a three tier architecture is the client tier never communicates directly with the data tier; in a three-tier model all communication must pass through the middle tier. Conceptually the three-tier architecture is linear. However, the MVC architecture is triangular: the view sends updates to the controller, the controller updates the model, and the view gets updated directly from the model.


What are the three tiers in a 3-tier architecture?

Client, Middleware, Server


Explain the three schema architecture of DBMS?

Physical schema,logical schema and sub schemas


What is 2 tier architecture in PHP?

Client-Server model is a form of 2 Tier architecture in PHP. With use of database it becomes a 3 Tier architecture


What is meant by raid architecture?

This is an architecture related to DBMS...wITH HELP OF THIS ARCHITECTURE, dATABASE DEGISNERS DEGISN DATBASE


What is a Multi-user DBMS Architecture?

A Multi-user DBMS Architecture is one big system of users and queries. The use of these are to over look and execute plans safely and does not violate and integrity constraints.


How logical architecture of DBMS differs from physical architecture?

Architecture is the frame work of the Database Management System. They are simply classified into logical and physical.


Construct system architecture of DBMS . explain each component in detail?

a representation of DBMS design. It helps to design, develop, implement, and maintain the database management system. A DBMS architecture allows dividing the database system into individual components that can be independently modified, changed, replaced, and


Does PHP follow 3-tier architecture?

PHP is a scripting language and does not follow a 3-tier architecture. However, there are several popular frameworks which follow the MVC architecture:Zend FrameworkCakeSymfonyCodeIgniter


What is a single tier architecture in net?

In single tier architecture, a single executable file handles all functions related to user,business and data services.like the case of PASCAL,COBOL.


Explain the centralized DBMS architecture in detail?

combines everything into a single system including, DBMS software,hardware, application programs and user interface