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

Compare DEC RPC to ONCRPC. How do the two differ.

0 Answers  


Is hcl an acid or a base?

0 Answers  


What are TP-Lite and TP-Heavy Monitors?

2 Answers   IBM,


A patient in the emergency room required 20 grams of a clotbusting drug based on his body weight of 150 pounds. The weight per volume (w/v) of the drug solution is 10%. How many milliliters of the drug solution should be administered?

0 Answers  


What is a web server in client server environment?

0 Answers  






Which is an example of a buffer system?

0 Answers  


can you give full infromation about infrared technology, like applications,advantages,disadvatages?

1 Answers   CarrizalSoft Technologies, IBM,


What is the common name of the molecule dihydrogen dioxide?

0 Answers  


Until the early 1960s, what group of elements were called the inert gases?

0 Answers  


What is an object server in client server environment?

0 Answers  


How are dipole attractions london dispersion forces and hydrogen bonding similar?

0 Answers  


What are some examples of a reversible reaction?

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)