Digital infrastructure is easier to understand when it is treated as a set of connected layers rather than one large technical system. Each layer has its own responsibilities, failure modes, suppliers and operating decisions.

1) Physical facilities and utilities

The lowest layer is the physical environment: buildings, racks, power distribution, cooling, fire protection, access control and the carrier pathways that bring communications into a site. Even a cloud service ultimately depends on facilities like these.

A failure at this layer can affect everything above it. A well-designed application cannot compensate for an extended loss of power, cooling or physical connectivity unless workloads are also available in another independent location.

  • Utility power and backup generation
  • Cooling and environmental control
  • Racks, cabling and physical security
  • Carrier entrances and cross-connects

2) Network and connectivity

The network layer connects users, sites, data centres, cloud regions and service providers. It includes local switching, routing, internet transit, private circuits, peering and name-resolution services.

Network design is not only about bandwidth. Path diversity, routing policy, latency, congestion and dependence on shared carriers often determine whether a service remains usable during disruption.

3) Compute and virtualization

Compute resources execute applications. They may be physical servers, virtual machines, containers or managed execution environments. Virtualization allows one physical platform to host multiple isolated workloads, but it also introduces a management and dependency layer.

Capacity, patching, hardware age, licensing, orchestration and placement policies all affect reliability and cost.

4) Storage and data services

Storage holds files, databases, backups, logs and application state. Different systems optimize for block access, file sharing, object storage, transaction processing or long-term retention.

Durability, replication, backup, recovery time and data consistency are separate questions. Having several copies does not automatically provide a usable backup or a tested recovery process.

5) Platform and shared services

Identity systems, DNS, certificate services, monitoring, message queues, databases and deployment platforms are shared services that many applications depend on. They may be less visible than the application itself, but a failure can have a much wider blast radius.

This layer is where hidden concentration frequently appears: many supposedly independent services may rely on the same directory, cloud account, network zone or management platform.

6) Applications and user-facing services

Applications combine the lower layers into something users recognize: a website, business system, communications service or internal workflow. Application resilience depends on how well the lower layers have been understood and separated.

A service map should therefore show not just the application name, but the infrastructure, vendors and shared services required for it to function.

7) Why ownership boundaries matter

Different teams or suppliers may control different layers. A cloud provider may manage the facility and hardware, while the customer remains responsible for architecture, configuration, data protection and recovery.

Clear ownership prevents gaps. For every important dependency, document who operates it, who can change it, who receives alerts and who leads recovery.

A useful infrastructure map links each business service to its technical dependencies, owner, fallback and recovery objective.

Operational review questions

Use these questions to connect the concept to a real service or environment:

  • Which business services depend on this layer?
  • Who owns operation, maintenance and recovery?
  • Which suppliers and shared services are involved?
  • What happens during maintenance or partial failure?
  • What evidence shows the design works as intended?