Tier Vs Layer
What is the difference between n-tier & layer architecture?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Oct 25, 2013, 8:17 AM
this is done by some address reference and some service.
example: in your college and in office you are developing application in one system and your database server is on other system. they are communicating using connection string.
here 2 physical system
so its 2 tier.
like this you can separate your all layers .
for this you can use webservice ,wcf etc...
http://blog.simcrest.com/what-is-3-tier-architecture-and-why-do-you-need-it/
Sujit SahooPosted Oct 25, 2013, 8:04 AM
As u told in tier the components are physically separated into multiple machines, ok I am agree then how they are communicating with each other
Sanjeeb LenkaPosted Oct 25, 2013, 6:43 AM
It is a confusing question for beginners. A few think that both are the same. But they are not the same. Tier represents multiple hardware boxes. In other words the components are physically separated into multiple machines. But in the case of layers all components are in the same system.