pitfall: infinite CPU
In many systems, the network is the bottleneck; we have “infinite” CPU in comparison. We try to use CPU to save network bandwidth:
- Compression
- Multicast
- Caching (sort of)
- Micronet design
Pitfall: Assuming this is always true. In our ATM app, compression might slow it down!