CAP
 C- Consistency   A- Availability   P- Partition Tolerance    It should satisfy the 2 among 3 properties,Not possible to fulfill all the properties    CA-System always there with consistent Data Ex: RDBMS   AP- System is available But data may not accurate  Ex: DynamoDB   CP - Consistent but not available Ex: Mongo DB