System Design questions and solutions
Components of System Design Below are some of the major components of the System Design. discussed in brief. The detailed version of this will be discussed in different posts:
Most crucial component for scalability, availability, and performance measures for systems.
It is a storage system similar to hashtables where key-value stores are distributed hash tables.
Blob stands for binary large objects, as the name suggests is storage for unstructured data such as YouTube, and Netflix.
It is an organized collection of data so that they can be easily accessed and modified.
These sets the maximum number of requests a service can fulfill.
These are basically software where system administrator monitor infrastructures such as bandwidth, CPU, routers, switches, etc.
Transaction medium between producers and consumers.
In the case of large distributed systems, every moment multiple tasks are occurring so in order to distinguish it assign a tag corresponding to every event.
Over every website, crucial information that visitors will seek is put into the search bar.
Tracing sequences of events from end to end.
Computational resources such as CPU, memory, storage, etc.