What is a Three-Tier Architecture?

Answers were Sorted based on User's Feedback



What is a Three-Tier Architecture? ..

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

What is a Three-Tier Architecture? ..

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

Post New Answer

More Client Server General Interview Questions

Name the two most abundant elements in the universe?

0 Answers  


Ten grams of dietary fat contains how many food calories?

0 Answers  


The reaction of hydrocarbons with oxygen to produce carbon dioxide, water and heat is called?

0 Answers  


What is the product of hcl zn?

0 Answers  


what is an isomer?

0 Answers  






Why are elements arranged as they are in the periodic table?

0 Answers  


What is hydra?

0 Answers  


Why chemists have not created a periodic table of compounds?

0 Answers  


What is a tripod? How it is used?

0 Answers  


What are the functions of the typical server program?

0 Answers   CSD Bangladesh,


What is the purpose of httpclient?

0 Answers  


Fish in an aquarium require oxygen to live, which is usually done by pumping air into the fish tank using a mechanical pump. If all other things remain constant, the most effective transfer of oxygen to water comes from?

0 Answers  


Categories
  • Client Server Architecture Interview Questions Client Server Architecture (26)
  • Client Server General Interview Questions Client Server General (262)
  • Client Server AllOther Interview Questions Client Server AllOther (45)