Articles in this series
What is a System? A system is a loosely used term for an architecture or a collection of software or technologies that communicate with each other to...
Logical Entities All the systems in this world are made up of data. Data stays at the crux of any system. Now the question arises how do we store this...
Basic Client Server Architecture A basic client-server architecture consists of a client requesting data(an example can be an image or some text)...
What are Proxies? In system design, a proxy is an intermediary server or software component that sits between a client and a server. The proxy server...