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

What is ac callback?

0 Answers  


How does array sort work?

0 Answers  


What is appdomain in c#?

0 Answers  


What is the difference between int16 and int32 in c#?

0 Answers  


What is a private method in c#?

0 Answers  






Explain the top reason to use c# language?

0 Answers  


What is Interface Polymorphism?with E.g

1 Answers  


What does type safety mean?

0 Answers  


Write one code example for compile time binding and one for run time binding? What is early/late binding?

0 Answers  


What is difference between class and interface in c#?

0 Answers  


What is deferred execution in c#?

0 Answers  


Can bool be null c#?

0 Answers  


Categories