distributed systems
The CAP theorem
CAP theorem: in distributed systems you must tolerate partitions, so the real trade-off is between consistency (accurate data) and availability (always responding). Modern systems mix both based on use case.
read more...