Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


Explain ACID rule of thumb for transactions.

3 Answers  


what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,


What is the use of iqueryable in c#?

0 Answers  


Explain streamreader/streamwriter class?

0 Answers  


Why do we use reflection in c#?

0 Answers  


What is method overriding in c#

0 Answers  


What is the difference between yield and return?

0 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  


What is windows forms in c#?

0 Answers  


C Sharp

1 Answers   Wipro,


Should I use double or float?

0 Answers  


Categories