i

JAVA Complete Course

Two Tier Architecture

Two tier architecture is also known as Client-Server architecture. As you see from the image, it is only two layers, where client communicates with server (Database Server). In this architecture Client Tier takes responsibility of the Presentation and Application layers and the Server layer takes responsibility of Data tier. In this case, client sends the request to the Server which processes the request and sends back the data to the Client.