Entities are objects with a distinct identity that runs through time (like a user account). Value Objects are defined only by their attributes and have no conceptual identity (like a physical address or a dollar amount).
: Entities have unique identities (like a User ID), while Value Objects are defined by their attributes (like an Address).
A explicit boundary within which a specific domain model is defined and applicable. This prevents models from becoming overly large and confused.