• About us
    About us
    question mark
    Who we are

    Learn more about Mantu values, governance and offices.

    hexagon
    Our brands

    11 brands united by a shared vision.

    leave
    Sustainability

    Our strategy through diversity, environment and innovation.

    bookshelf
    Pressroom

    Breakthroughs, partnerships, and voices behind the transformation.

  • What we do
    What we do
    mantu
    PRACTICES

    Four practices designed to empower organizations, connect talent, and shape sustainable growth.

    cpu
    Technology

    Deep industry knowledge & cutting edge technology to co-create meaningful solutions.

    handshake
    Total Talent Management

    Tech to boost talent and create strong links between companies and the minds they need.

    digital qr
    Creative Intelligence

    Ensure continuity between decision, activation, and adoption. One team, one trajectory, through to lasting impact.

    medal
    Leadership & Advocacy

    Equip executive teams to define their purpose, shape their positioning and drive their strategy.

  • Insights
    Insights
    book open 4
    Blog

    Bold thinking. Fresh perspectives.

    book check
    Client Stories

    Where audacious ideas turn into real stories.

    mantu best managed companies award
    Mantu awarded one of Switzerland’s Best Managed Companies 2025 by Deloitte

    This award highlights the exceptional performance of privately held Swiss companies that demonstrate excellence in strategy, governance, innovation, and long-term results.

    Read more
    WeMeet 2025-2772 1 1
    Mantu signs the DEI Charter

    At the beginning of July 2025, Mantu’s Executive Committee signed the DEI Charter to foster diversity, equity, and inclusion at Mantu.

    Read more
  • Careers
    Careers
    binoculars
    Life at Mantu

    Mantu, as seen by its team members.

    building
    Find a company

    Mantu brings together complementary brands that cover many sectors, all around the world.

microsegmentation-how-it-works-in-zero-trust-networks

Microsegmentation: How It Works in Zero Trust Networks

Microsegmentation divides an IT environment into small security zones and controls traffic between individual workloads, applications, or services. It limits east-west movement and helps contain an incident after an attacker reaches one part of the network.

What is microsegmentation?


Traditional network segmentation creates broad zones, such as an office network, a server network, or a guest network. Microsegmentation works at a finer level. A policy can allow an application server to reach a specific database port while blocking unrelated workloads in the same environment.

The enforcement point can sit on a host, virtual machine, container, workload identity, or cloud control. The exact mechanism depends on the platform. The design principle stays the same: each workload gets only the connections it needs for a defined business function.

This approach is useful because attackers rarely stop at the first system they compromise. They search for credentials, exposed services, administrative paths, and weak internal controls. Microsegmentation restricts those routes and gives teams more control over the blast radius of a breach.

Citation Quote Primary

Microsegmentation is a critical component of ZTA that reduces the attack surface, limits lateral movement, and enhances visibility for monitoring smaller, isolated groups of resources.

How microsegmentation fits Zero Trust networks


Zero Trust changes the basis for access decisions. NIST describes it as a model that removes implicit trust based on network location or asset ownership, then requires authentication and authorization before access to an enterprise resource.

Microsegmentation applies that idea to workload-to-workload communication. A server inside the corporate network does not receive automatic access to every other server. A cloud workload does not become trusted because it sits in the same virtual network as another application.

A Zero Trust design usually combines several controls:

  • Identity and device checks for users, administrators, services, and machines.

  • Least-privilege access for each request and workload interaction.

  • Microsegmentation to control east-west traffic.

  • Monitoring and logging to detect unusual access and policy violations.

  • Data protection for sensitive records and business-critical services.

Microsegmentation handles one part of the model, the movement between workloads. Identity, endpoint, application, and data controls complete the wider security architecture. Google Cloud describes the same direction of travel: access policies are evaluated through identity, device, location, and application context, while workloads are separated with granular controls.

How microsegmentation works in practice


A useful deployment starts with the application and its traffic patterns. Teams that begin with firewall rules alone usually inherit old assumptions and create exceptions they cannot explain later.

1. Build an inventory of workloads and flows

List the applications, servers, containers, databases, APIs, management tools, and external dependencies in scope. Then map which systems communicate, on which ports and protocols, and for what purpose.

Flow data helps separate expected communication from historical access that survived several infrastructure changes. It also exposes shared services, such as DNS, identity providers, patch repositories, monitoring platforms, and backup systems, that many workloads depend on.

2. Group systems into security zones

A zone can reflect application role, data sensitivity, environment, business process, or operational risk. Useful examples include payment processing, customer data, development, administration, production databases, and shared infrastructure.

The labels need a clear meaning. A zone called “servers” tells an administrator very little. A zone called “customer-data production databases” gives the policy a business and security context.

3. Define permitted communication

For each zone or workload, record the connections that are required. A policy might allow a web tier to reach an application service over a specific port, or an application service to call one database endpoint.

Use explicit rules, owners, and review dates. Record the reason for each exception. Policy descriptions such as “required for the app” age badly when the original engineer changes teams.

4. Enforce the policy at the right layer

Some traffic is best controlled with a network firewall or cloud security group. Other traffic needs host-based controls, workload identities, container policies, or service-mesh rules.

The enforcement point should match the asset and the failure mode. A policy that protects virtual machines may not cover containers in the same way. A rule that works in one cloud environment may need a different implementation in a data centre.

5. Monitor, test, and refine

Start in a visibility or alerting mode when the platform supports it. Review observed flows, validate application dependencies, and remove rules that have no clear owner.

Then test the policy with normal transactions, administrative tasks, backups, failover procedures, and incident scenarios. CISA’s guidance treats planning and operational review as part of the work, because microsegmentation introduces policy and dependency questions that cannot be solved by a one-time configuration.

A network architecture consulting review can help document application dependencies, trust boundaries, and ownership before enforcement begins.

Microsegmentation and network segmentation: what is the difference?


The two controls work at different levels. Network segmentation creates broader boundaries. Microsegmentation applies finer rules around individual workloads or applications.

Area

Network segmentation

Microsegmentation

Scope

Large zones based on location, function, or environment

Individual workloads, services, or applications

Typical controls

Firewalls, VLANs, VRFs, routing boundaries

Host firewalls, workload policies, identity-aware controls

Main traffic focus

Traffic between broad network areas

East-west traffic between workloads

Main security use

Separate office, guest, development, and production areas

Limit lateral movement and contain compromised workloads

Operating effort

Fewer policies with broader effects

More policies with a tighter review cycle

A mature design often uses both. Broad zones establish the main structure. Microsegmentation tightens the rules around sensitive applications and services.

Where microsegmentation delivers the most value:¢¯

Building a practical microsegmentation strategy


Microsegmentation deserves early attention when an organization has a flat internal network, several production environments, sensitive data, or a hybrid cloud footprint. It becomes especially useful when applications communicate across teams and platforms, because ownership and access paths can otherwise become difficult to track.

Common use cases include:

  • Separating production from development and testing environments.

  • Restricting access to payment, health, identity, or customer-data systems.

  • Limiting communication between application tiers.

  • Containing a compromised endpoint or server.

  • Applying consistent controls across data centres, virtual machines, and cloud workloads.

  • Supporting audit evidence for data separation and least-privilege access.

The business case should be tied to a concrete risk. A team may start with a payment service, a privileged administration zone, or a legacy application that has too many internal connections. A small, well-understood scope gives the policy owners a place to learn before they expand the model.

Mantu’s network design and architecture services can support organizations reviewing connectivity, trust boundaries, and workload dependencies across data centres and cloud environments.

Common design mistakes


Creating zones around the org chart. Security boundaries should follow data, applications, and trust relationships. Department names rarely describe how systems actually communicate.

Allowing broad internal access. Rules such as “any server to any server” erase the value of granular policy. Start with the flows the application needs, then add exceptions with an owner and a reason.

Ignoring shared services. Identity, DNS, time synchronisation, monitoring, backups, and software updates can sit outside the application path while remaining essential to operations. Blocking them can create an outage that looks like a security success for about 5 minutes.

Treating policy as a finished project. Applications change, cloud resources move, and dependencies appear. Cisco identifies policy lifecycle management as one of the harder parts of microsegmentation, because granular rules need to keep pace with business and application changes.

Skipping rollback and incident procedures. Every policy change needs a test path, an approval owner, a rollback method, and a record of what happened. Teams should know how to isolate a workload quickly without cutting off evidence, backups, or recovery access.

How to measure a microsegmentation programme


Useful measures connect the technical policy to risk reduction. Track the number of workloads with an identified owner, the percentage of flows with a documented purpose, the number of broad rules, and the age of policy exceptions.

During testing, record unexpected connections, blocked legitimate flows, time to isolate a workload, and the systems that remain reachable after a simulated compromise. These figures show whether the design reduces lateral movement in practice.

A network architecture review can connect those measures to application dependencies, cloud connectivity, operational responsibilities, and future changes.

Building a practical microsegmentation strategy


Microsegmentation gives Zero Trust networks a practical way to control east-west traffic and reduce the paths available after a compromise. The strongest designs start with application flows, define clear zones, assign policy ownership, and keep rules under review.

The technology matters. The operating model matters just as much. A policy that nobody understands will eventually become an exception, and an exception with no owner becomes a route through the network.

Organizations planning a new security architecture or redesigning connectivity can use network design and architecture consulting to map dependencies, set trust boundaries, and build a network model that security and operations teams can maintain.