Explain the three services model (three-tier application).

Answers were Sorted based on User's Feedback



Explain the three services model (three-tier application)...

Answer / subbaraja

Here 3 tier then we need to talk about UIlayer, Business
layer, Data layer.
UI layer: Requests the data form Business layer
Business layer : Acts according Business rules fetch or
insert data through the Data Layer.
Data Layer: Responsible for all Data base operations
requests from business layer

Is This Answer Correct ?    11 Yes 1 No

Explain the three services model (three-tier application)...

Answer / kavithasm

Three layers are
UI - User Interface
Busines Logic Layer
Data Access Layer

User Interface - Client sends request to the server.
Business Logic Layer - its for validation purpose.
Data Access Layer - Interacts with the server and returns
back to the business logic layer

Is This Answer Correct ?    6 Yes 0 No

Explain the three services model (three-tier application)...

Answer / p.ramakrishna

The three-tier or a multi tier architecture has client,
server and database. Where the client request is sent to
the server and the server in turn sends the request to the
database. The database sends back the information/data
required to the server which inturn sends it to the client.

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More C Sharp Interview Questions

If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


What is windows application in c#?

0 Answers  


To whom a method is accesssed if it is marked as protected internal ?

0 Answers   Siebel,


what is difference between is and as operators in c#?

0 Answers   Winsol Solutions,


How many bytes is an int c#?

0 Answers  






Difference between directcast and ctype.

0 Answers  


What is the CTS, and how does it relate to the CLS?

0 Answers   Arigo Infotech,


What is difference between ilist and list in c#?

0 Answers  


Is everything an object c#?

0 Answers  


Explain publishers and subscribers in events.

0 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


What types of object can I throw as exceptions?

0 Answers  


Categories