Consistency

The state where multiple systems, storing a given piece of information, will return the same data when asked. For example, two databases would be consistent if, in asking either of them for the last name of a given user, they both respond with an identical value. A system is deemed to be "eventually consistent" if there is a period of time during which you will get different answers.