What are the essential components of a 3-tier client server
In a three-tier or multi-tier environment, the client executes the presentation logic (the client). The business logic is executed on an application server(s) and the data resides on database server(s).