Two and three tier applications

In a two-tier system, the client requests a page and the server sends it back. It can either be a pure HTML page or it can be partially or entirely generated by an ASP script. In either case, a pure HTML page is returned to the client which displays it.
In a three-tier system, the server is programmed to access a database -- to update it, retrieve data or both -- under control of an ASP script. The script then formats the result and returns it to the client. Again, a pure HTML page is returned to the client which displays it.


Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.