Call-Based Architecture refers to a setup where clients make requests (or "calls") to servers, which then process and respond.
This is the foundational concept of the Client-Server architecture.
It's widely used in networks and applications where multiple clients access shared resources hosted on a server.