Computer Science, asked by deepakgaur0143, 1 year ago

Explain the internet based Software Architecture with the help of a block diagram how in this architecture different than that of three tier client server architecture explain

Answers

Answered by Sidyandex
7

The three tiers of a client-server architecture have three layers which are

1):Presentation layer- It is the front end layer in the 3 layers and it has the user interface, which is a graphical representation which can be accessed using a web application or web browser.

You can use HTML5, CSS to access it.

2) Application layer- The functional logic of the business are managed here. C#, JAVA, .NET are used to write them.

3) Data layer - The storage system of the data or the entire database is stored here and it is accessed using Microsoft SQL Server, PostgreSQL etc.

Similar questions