What is the difference between n-tier and n-layer architecture?



What is the difference between n-tier and n-layer architecture?..

Answer / Sapna Rai

N-tier architecture refers to a software design pattern in which an application is divided into multiple logical layers or tiers, each running on a separate server. Each tier can be thought of as a collection of processes that communicate with one another through well-defined interfaces. On the other hand, N-layer architecture is a design pattern in which an application is logically separated into distinct layers based on their responsibilities, but all layers run on the same machine.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is linq to sql deferred loading?

1 Answers  


What are the benefits of a deferred execution in linq?

1 Answers  


Explain linq to sql?

1 Answers  


What is the advantage of linq in c#?

1 Answers  


What is meant by linq in c#?

1 Answers  


What is a linq procedure?

1 Answers  


Differentiate between select() and selectmany() method in linq.

1 Answers  


What is the difference between the Take and Skip clauses?

1 Answers  


What is the difference between the Select clause and SelectMany() method in LINQ?

1 Answers  


Explain what is the difference between skip() and skipwhile() extension method?

1 Answers  


What is the use of using system linq?

1 Answers  


What is linq example?

1 Answers  


Categories