Throughput
Throughput
Volume of work or information flowing through a system.
100 video in 100 days -> 1 video per day.
Monolithic Architecture :
- Data is in 1 system .
- 1 work done by 1 resource.
Distributed System :
- 1 work done by many resources.
- No limit of resources - Horizontal Scaling can be done by adding more machine.
- Load Balancer - Round Robin Fashion request is given to each machine one by one.
Comments
Post a Comment