Software Architecture

Bounded Context

/ˈbaʊndɪd ˈkɒntekst/

Definition

A DDD concept defining the boundary within which a particular domain model is defined and applicable.

Example in context

"The Shipping context's 'Order' has different fields than the Billing context's 'Order' — separate models, separate meaning."

Related terms

Practice this term

Master Bounded Context in context by working through exercises in the Software Architecture module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.

Frequently Asked Questions

What does "Bounded Context" mean?

A DDD concept defining the boundary within which a particular domain model is defined and applicable.

How do you pronounce "Bounded Context"?

"Bounded Context" is pronounced /ˈbaʊndɪd ˈkɒntekst/.

Can you use "Bounded Context" in a sentence?

"The Shipping context's 'Order' has different fields than the Billing context's 'Order' — separate models, separate meaning."