Author |
|
Dparkx81 Regular
Joined: 23 Feb 2009
Online Status: Offline Posts: 133
|
Posted: 12 Jul 2009 at 22:35 | IP Logged
|
|
|
yes that makes sense - it almost seems very inefficient to have a 2 tier architecture as the application portion seems very important.
__________________ Dparkx81
Reg - 81 August 25 2008
Audit - 83 July 15 2008
FAR - 82 Jan 19 2009
BEC - July 17 2009 86
Ethics - 100%
Just the paper work now to make it official
|
Back to Top |
|
|
jay_usa Major Contributor
Joined: 16 Dec 2007 Location: United States
Online Status: Offline Posts: 401
|
Posted: 13 Jul 2009 at 14:33 | IP Logged
|
|
|
Exactly. You got it ..
__________________ Thanks
Jay CPA,CGMA,CITP,MBA
|
Back to Top |
|
|
creiglee Newbie
Joined: 31 Aug 2016
Online Status: Offline Posts: 1
|
Posted: 31 Aug 2016 at 00:34 | IP Logged
|
|
|
1. 2Tier is Client server architecture and Three-Tier is
Client, Server and Database architecture.
2. 3Tier has a Middle stage to communicate client to
server, Where as in 2Tier client directly get
communication to server.
3. 3Tier is like a MVC, But having difference in
topologies
4. 3Tier is linear means in that request flow is
Client>>>Middle Layer(SErver application) >>>Databse
server and Response is reverse.
While in 2Tier it a Triangular View >>Controller>>Model
5. 3Tier is like Website while web browser is Client
application(middle layer), and ASP/PHP language code is
server application.
|
Back to Top |
|
|