The castle-and-moat model of security was built for a world where the data stayed inside. That world is gone.
The original model of enterprise security made intuitive sense for a particular moment in computing history. You had a building. Inside the building were servers, workstations, and applications. You drew a perimeter around the building in network terms: a firewall on the edge, tight controls on what came in and what went out. If you were inside the perimeter, you were trusted. If you were outside, you were not. The castle metaphor is apt. You build thick walls, you defend the gates, and everything inside the walls is assumed to be friendly.
This model had a thirty-year run. It worked reasonably well when employees sat at company desktops connected to company networks in company offices, when enterprise software ran on servers in company data centers, and when "the outside" was a relatively well-defined concept. None of those conditions hold anymore.
Employees are working from home, from coffee shops, from airports, on personal devices, on company devices connecting over public WiFi. Applications have moved to SaaS platforms managed by third-party vendors, to public cloud infrastructure, and to a mix of both. Data sits in SharePoint, in Salesforce, in AWS S3 buckets, in employees' local browsers storing session tokens. The perimeter that the castle model defended does not have a clear location. There is no wall to build because there is no longer a coherent inside and outside.
Cybersecurity Mesh Architecture (CSMA) is Gartner's framework for how security should be redesigned to match this reality. According to Gartner's public newsroom and research (https://www.gartner.com/en/newsroom), CSMA is not a single product or a vendor category: it is an architectural philosophy that says security controls should be distributed, composable, and interoperable rather than centralized and monolithic. I am hedging the specific claims here because Gartner frames CSMA in research that evolves, and I do not want to attribute specific statistics or exact year-dates to their internal reports without access to those documents directly. The core concepts Gartner has publicly articulated are what I am drawing on.
The idea of CSMA is that in a world where security tools are distributed, they need to share information to be effective. An organization might have an endpoint detection and response (EDR) tool, an identity provider, a cloud security posture management (CSPM) tool, and a network security tool, all from different vendors. In the traditional model, each of these tools operates in its own silo. The EDR tool sees something suspicious on a laptop but cannot tell the identity provider to revoke the session for that user's account, because the two systems do not talk to each other. CSMA proposes that these tools should interoperate through a common set of layers: a shared identity fabric, a shared analytics and intelligence layer, a shared data layer, and a consolidated policy management layer. The tools remain distinct but they share information and can respond to each other.
Zero trust is a related concept but it is not the same thing. Zero trust is a principle: never trust any connection just because it originates from inside a network boundary. Every request for access, whether it comes from inside or outside, should be verified. This is sometimes described as "assume breach," meaning you design security as if attackers are already inside, because in many cases they are. Zero trust is a design philosophy for access control. CSMA is more about how multiple security tools interoperate across a distributed environment. You can implement zero trust principles without having a mesh architecture. You can have a mesh architecture that includes zero-trust-aligned access controls. They are complementary but distinct.
SASE (Secure Access Service Edge) is the network-specific instantiation of these ideas. SASE, another term Gartner introduced, bundles network security functions (firewall-as-a-service, secure web gateway, cloud access security broker) with wide-area networking (SD-WAN) into a cloud-delivered service. The logic is that if users are accessing applications from anywhere and applications are in the cloud, you should inspect and secure traffic at the edge of the cloud rather than routing everything through a central corporate data center first. Backhauling all remote traffic to a corporate data center so you can run it through your on-premise security stack before letting it reach SaaS applications adds latency and creates a bottleneck. SASE moves the security inspection closer to where the user and the application actually are.
What strikes me about all of this as an IS researcher is how much of the security problem is organizational rather than technical. The CSMA framework assumes that security tools from different vendors will share a common data layer and interoperate at the policy level. This requires vendor cooperation, open standards, and organizational willingness to actually integrate these systems rather than just buy them and run them in parallel. In practice, enterprise security environments are a collection of tools accumulated over many years from many vendors, each of which would prefer that you buy more from them rather than integrating deeply with competitors. The integrations are often shallow or bespoke rather than based on open standards.
Identity is the piece that holds this together in theory. If every access request is authenticated against a central identity fabric, and that identity fabric shares context with every other security tool, then you have the foundation for a distributed but coherent security posture. A user whose device is flagged as compromised by the EDR tool would automatically have their access revoked or step-up authentication required, because the identity layer received that signal and the policy management layer acted on it. This is the vision. The reality is that identity management in most large enterprises is a patchwork: on-premise Active Directory, cloud identity providers, legacy application-specific credentials, and service accounts that nobody has audited in years.
The castle-and-moat era of security is over. What replaces it is still being worked out. CSMA is a useful framework for thinking about the destination, but the path from where most organizations currently are to a genuinely composable, interoperable security architecture is long, expensive, and requires vendors to cooperate in ways that are not always in their individual commercial interest.
About the author
Share
More notes
Related notes