00:01
So we'll do from scenario one, real -time messaging platform.
00:05
So here the applicable principle is cap theorem.
00:09
The cap theorem states that a distributed system can only simultaneously provide two out of the three guarantees, which is consistency and availability and partition tolerance.
00:23
In this scenario, the emphasis on availability and partition tolerance is paramount over strict data consistency across all nodes.
00:33
The cap theorem is more relevant as it addresses the trade -offs required in a distributed setting like this one.
00:45
Scenario here is banking application.
00:48
Here the applicable principle is acid properties.
00:52
So the acid properties, which are atomicity, consistency, isolation, durability.
00:59
So this is essential for transactional systems like banking applications, where it is critical to maintain accuracy and reliability of data...