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

When To use HashTable In C#

0 Answers   Infosys,


What is difference between iqueryable and ienumerable in c#?

0 Answers  


What is callback in c#?

0 Answers  


What is the use of the dispose method in C# ?

0 Answers   Infosys,


What is the difference between int and int in c#?

0 Answers  






Explain the difference between Metadata and Manifest

0 Answers   HCL,


Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?

0 Answers  


What is stringbuilder c#?

0 Answers  


If multiple interfaces are inherited and they have conflicting method names; What will happen ?

0 Answers   Siebel,


Why we use delegates in c#?

0 Answers  


What is the difference between string and string in c#?

0 Answers  


What is the default value of object in c#?

0 Answers  


Categories