Explain the three services model (three-tier application).
Answer Posted / 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 View All Answers
What is inheritance in csharp?
What does int32 mean in c#?
What is the function of the not null constraint?
Contrast between an interface and abstract class?
Explain the difference between class and interface in .net?
What are the variables in c#?
What is parallel foreach c#?
Explain anonymous type in c#?
Difference between Value type & reference types ? and give the example in .Net?
What is meant by collections in c#?
How C# 4.0 supports dynamic programming language?
What is the implicit name of the parameter that gets passed into the class set method?
What is desktop application testing?
What is the meaning of 0 in c#?
Why are dynamic link library used over static one?