Microsegmentation
Microsegmentation is a security approach that divides a network into small, isolated zones so that access between different parts of the environment can be tightly controlled. By separating workloads and applications into their own protected segments, it limits how far an attacker can move if they breach one part of the network. It is often applied within data centers and cloud environments to make security more granular than traditional network segmentation.
Microsegmentation is a security method for managing and enforcing access controls between individual workloads or segments within a data center or cloud environment, typically at a finer granularity than conventional network segmentation. It involves isolating secure zones and applying security policies that govern communication between workloads, in some implementations dividing the network at the application layer. This granular isolation is intended to increase security and reduce the impact of a compromise by constraining lateral movement between segments. Note that microsegmentation is a technical control that supports broader security strategy; defining appropriate segmentation policies and boundaries is a governance and risk decision that typically remains the accountability of the client organization.
Why it matters
Most network breaches do not stop at the initial point of compromise. Once an attacker gains a foothold in one workload or system, they typically attempt to move laterally toward higher-value targets. Traditional network segmentation, which divides environments into relatively large zones, often leaves substantial room for this kind of movement once an attacker is inside a trusted zone. Microsegmentation addresses this gap by isolating workloads and applications into much smaller protected segments, so that a compromise in one segment does not automatically grant access to the rest of the environment.
Who it's relevant to
Inside Microsegmentation
Common questions
Answers to the questions practitioners most commonly ask about Microsegmentation.