Photo by Marvin Meyer on Unsplash

Member-only story

Technical Fundamentals for Product Managers [2/3]

Follow TechnoManager for more such Product Questions

Shailesh Sharma
3 min readNov 5, 2021

--

In part_1 of the Technical fundamentals, we have understood about apps and databases. In this part 2 of this article, we will be looking into application architecture and architecture views.

There are broadly four types of application architecture.

Application Architecture

Client-Server Architecture:

Client-Server Architecture

In a client-server architecture, we have two parties; one is the client, and another is the server. The server provides services to multiple clients components, and the client components request services provided by the server. The server continues to listen for any request from the client component. For example, Email service

N-tier Architecture:

N-Tier Architecure

In an N-tier architecture, different layers are abstract to provide unique functionality. Each layer…

--

--

No responses yet