0% completed
Bandwidth estimation related
shripadtheneo
Oct 28, 2024
I thought bandwidth estimation should also consider requests per seconds. So if you 10 million users which if we can distribute over the 24 hours, and then we can get qps and then multiply that by 4mb to get the bandwidth. Other wise storage estimation and bandwidth becomes same
0
0
Comments
Maanik sharma 0242 months ago
I think if we can handle badwidth for streaming then we can also handle requests . I can be wrong. Bandwidth is for streaming purpose which i flowing on network. Storage is same and based on uploads , i think
On this page
Purpose
Why is Estimation Important in System Design Interviews?
Estimation Techniques
- Rule of thumb
- Approximation
- Breakdown and aggregation
- Sanity check
Types of Estimations in System Design Interviews
Process
Practical Examples
- Load Estimation
- Storage Estimation
- Bandwidth Estimation
- Latency Estimation
- Resource Estimation
System Design Examples
- Designing a messaging service
- Designing a video streaming platform
Tips for Successful Estimation in Interviews
- Break down the problem
- Use reasonable assumptions
- Leverage your experience
- Be prepared to adjust your estimations
- Don’t Forget to Ask Clarifying Questions
- Communicate your thought process
Conclusion