System Design Flashcards
Master System Design Terms
CPU Registers Access Time
0.5 nanoseconds
L1 cache access
0.9 nanoseconds
L2 cache access
2.8 nanoseconds
L3 cache access
12.9 nano seconds
Reading 1 MB from Memory
9 micro seconds
SSD Write Latency
100-1000 microseconds
Round trip in the same data center takes around 500 microseconds
Read 1MB sequentially from disk
2 ms
Disk seek time
4 ms
Intrazone network latency
5 ms
Network round trip between two zones (inter-zone) - including reading 1GB of sequential data from memory on the same server
1ms - 100ms
Password Hashing Algo
100ms - 1000ms
Response Time Equation
Time (latency) + Time (processing)
Effective API Average Response Time
0.1 - 1 second
Seconds to MicroSeconds
1 / 1000000 (µs)
Seconds to Milliseconds
1 / 1000 (ms)