Articles in this series
Client Server Protocol Client-server architecture is a computing model where the server hosts, delivers and manages most of the resources and services...
IP (Internet Protocol) and Port They are essential components of internet communications. IP (Internet Protocol) Address: This is the unique...
Let's consider a Stock Exchange System Sign up: Ensuring successful user registration. Buy/Sell transaction: Monitoring successful stock...
Lets consider multiple services like order service / auth service / report service. How to avoid single point of failure We can have multiple instance...
Async vs Sync Synchronous tasks are high-priority tasks that require immediate execution and user feedback. They are generally associated with user...
Caching Examples of Places where data is shown very frequently to the end user. Context (Application)Data shown very...