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 |
What is the term for the ph at which an amino acid or protein becomes electrically neutral?
What is Client-server Computing?
what is Upsizing,down-sizing?
4 Answers CarrizalSoft Technologies, Microsoft, Wipro,
what is an isomer?
Is freon an element and if not what is it?
What are the functions of the typical server program?
Which is an example of a buffer system?
How do you test a gas to see if it was hydrogen?
What is a Server process?
What gas was discovered by daniel rutherford in 1772 by placing a mouse inside a bell jar, removing all the oxygen in the jar by burning a substance in it, and demonstrating the asphyxiation of the mouse?
What is a transaction server in client server environment?
What are the five major technologies that can be used to create client/server applications in client server environment?