What is the advantages of a three tier architecture from a normal user point of view, not from a developer point of view?
+4
A:
Nothing!
Architecture has got nothing to do with the end-user.
this. __curious_geek
2010-01-22 07:36:17
Developer advantages/disadvantages of architectures affect the software and can therefore flow onto the end-user. Software/service downtime/responsiveness/capabilities.
Michael
2010-01-22 08:01:08
+1
A:
You have messed up if the user even gets to know about the layers... we have layers/tiers only for abstraction and separation of concerns
Perpetualcoder
2010-01-22 07:38:08
+3
A:
The only benefit that reaches the user is that new features and bug fixes are completed more quickly, assuming the architecture is actually done correctly. The end user will not, however, care why or how.
Quick Joe Smith
2010-01-22 07:39:04