<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/bandwidth-and-context-mapping-hllwfj3cn" -->

---
title: Bandwidth and Context Mapping | daily.dev
description: Context Mapping from Domain-Driven Design visualizes relationships between Bounded Contexts, but the patterns alone don&#x27;t capture how much communication flows...
canonical: https://daily.dev/posts/bandwidth-and-context-mapping-hllwfj3cn
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Bandwidth and Context Mapping | daily.dev
og:description: Context Mapping from Domain-Driven Design visualizes relationships between Bounded Contexts, but the patterns alone don&#x27;t capture how much communication flows...
og:url: https://daily.dev/posts/bandwidth-and-context-mapping-hllwfj3cn
og:image: https://api.daily.dev/og/posts/HllwFJ3CN.png
og:image:alt: Bandwidth and Context Mapping
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Bandwidth and Context Mapping

**[Mathias Verraes](https://daily.dev/sources/verraes)** · 4 min read · 0 upvotes · 0 comments

## Summary

Context Mapping from Domain-Driven Design visualizes relationships between Bounded Contexts, but the patterns alone don't capture how much communication flows between teams. Alberto Brandolini's concept of Bandwidth fills this gap — it represents the capacity for communication between teams, influenced by physical proximity, meeting frequency, seniority, and organizational politics. Low Bandwidth signals higher project risk when changes span Bounded Context boundaries. Representing Bandwidth as thicker or thinner edges on a Context Map makes the map more complete by showing not just structure and relationship character, but also communication capacity.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://verraes.net/2014/01/bandwidth-and-context-mapping>

## Similar posts on daily.dev

- [Boundwork: A Team Structure For When Specialization Fails](https://daily.dev/posts/boundwork-a-team-structure-for-when-specialization-fails-1oqdhclot) · Medium · 0 upvotes · 0 comments
- [No, Your Domains and Bounded Contexts Don’t Map 1 on 1](https://daily.dev/posts/no-your-domains-and-bounded-contexts-don-t-map-1-on-1-rh3kxenlx) · Mathias Verraes · 0 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#domain-driven-design](https://daily.dev/tags/domain-driven-design)

[View this post on daily.dev](https://daily.dev/posts/bandwidth-and-context-mapping-hllwfj3cn)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Bandwidth and Context Mapping","url":"https://daily.dev/posts/bandwidth-and-context-mapping-hllwfj3cn","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/bandwidth-and-context-mapping-hllwfj3cn"},"datePublished":"2026-06-17T11:25:41.196Z","dateModified":"2026-06-17T11:28:27.346Z","description":"Context Mapping from Domain-Driven Design visualizes relationships between Bounded Contexts, but the patterns alone don't capture how much communication flows...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7197436c1b317f3aa1913eda9b5a9000?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7197436c1b317f3aa1913eda9b5a9000?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Mathias Verraes","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Mathias Verraes","logo":"https://media.daily.dev/image/upload/s--EgKQUiOd--/f_auto,q_auto/v1781695533/logos/verraes?_a=BAMAMiWQ0","url":"https://daily.dev/sources/verraes"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/bandwidth-and-context-mapping-hllwfj3cn","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,domain-driven-design","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Mathias Verraes","item":"https://daily.dev/sources/verraes"},{"@type":"ListItem","position":3,"name":"Bandwidth and Context Mapping"}]}
```

