What is a Three-Tier Architecture?
Answers were Sorted based on User's Feedback
Answer / nilesh
Three-tier architecture also known as MVC architecture in
which software design is split into three groups as Model,
View and Controller part of UI goes in model section while
Business logic goes in controller section and data access
layer goes in view layer.
Now consider the view or data access layer(DAL) in which
operations such as data access from database insertion such
type of operations are kept in this section. In Controller
known as business logic layer in which all logic related to
UI and DAL is implemented here and accessed from UI using
instance of objects. Finally in UI only UI related code is
written here.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
A three-tier architecture introduces a server (or
an "agent") between the client and the server. The role of
the agent is manyfold. It can provide translation services
(as in adapting a legacy application on a mainframe to a
client/server environment), metering services (as in
acting as a transaction monitor to limit the number of
simultaneous requests to a given server), or intellegent
agent services (as in mapping a request to a number of
different servers, collating the results, and returning a
single response to the client.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is hcl polar or non-polar?
The use of electricity to decompose molten sodium chloride into its component elements is an example of?
What are the differences between organic and inorganic chemistry?
Why acetic has less conductivity than hcl?
In order to compare two different gas samples, scientists use what is called the stp. What does stp stand for?
What is the difference in the modern periodic table and mendeleevs table?
How do you convert oxygen gas to liquid oxygen?
What is the direction of the dipole moment expected for hydrogen bromide?
How many milliliters of water would you add to 100 milliliters of a 0.350 molar solution to make a 0.100 molar solution?
What is an Object server?
What is upsizing?
What happens in your design if two or more clients access the same file? What happens if a client crashes before closing a file?