If each category of logic is contained within a separate component, it isknown as 3-tier technology.In this structure the presentation layer is not in direct communication with the database.In order to send or receive data it must communicate with the business layer, which in turn communicates with the data layer.
