Skip to content
IT Atlas

Scope and boundaries

IT vs OT

Information Technology and Operational Technology solve different problems under different constraints. Treating them as one discipline produces controls that are ineffective in IT and unsafe in OT. This page states the distinction IT Atlas maintains throughout.

The short version

Information Technology

IT manages information and the systems that store, move and process it: servers, networks, cloud platforms, directories, endpoints, applications and data. Its priority order is confidentiality, integrity, then availability. Systems are replaced often, patched frequently, and monitored with agents and authenticated scanning. Identity is the primary control plane.

Operational Technology

OT monitors and controls physical processes: PLCs, DCS, SCADA, safety instrumented systems, sensors and actuators in plants, utilities, transport and buildings. Its priority order is safety and availability, then integrity, with confidentiality last. Equipment stays in service for decades, and a control action has physical consequences.

Side by side

Information Technology compared with Operational Technology
DimensionInformation TechnologyOperational Technology
Primary objectiveProtect and process information, confidentiality, then integrity, then availabilityKeep a physical process running safely, safety and availability first, confidentiality last
Consequence of failureData loss, disclosure, financial and reputational harm, service outagePhysical harm, environmental release, equipment damage, production loss
Typical asset life3, 7 years for endpoints and servers; SaaS changes continuously10, 30 years; controllers still in service long after vendor support ends
PatchingRoutine and frequent; monthly cycles with automated deployment are normalRare and scheduled around plant outages; vendor validation often required first
Change managementChange is expected; CI/CD and infrastructure as code are commonChange is exceptional; management of change processes involve engineering and safety review
ProtocolsTCP/IP, HTTPS, DNS, Kerberos, SAML, OIDC, SMB, LDAPModbus, DNP3, PROFINET, EtherCAT, OPC UA, IEC 61850, CIP
AuthenticationPer user identity with MFA, conditional access and token based SSOOften shared or device level credentials; historically no authentication in the protocol at all
Availability tolerancePlanned maintenance windows and brief outages are usually acceptableUnplanned stops are costly or hazardous; some processes cannot be stopped safely at all
Scanning and testingAuthenticated vulnerability scanning and penetration testing are standardActive scanning can crash controllers; passive monitoring is the default
EncryptionExpected in transit and at restOften impossible on legacy protocols; determinism and latency budgets take precedence
Dominant frameworksNIST CSF, CIS Controls, ISO 27001, ITIL, COBIT, MITRE ATT&CK EnterpriseIEC 62443, NIST SP 800-82, MITRE ATT&CK for ICS, Purdue reference model
Who owns itIT and security functions, reporting to a CIO or CISOEngineering, operations or plant management, sometimes with no IT involvement

Where the two domains meet

Most real incidents at the boundary come from convenience shortcuts, not exotic attacks.

  • The industrial DMZ: a segmented zone where OT data is published to IT systems, so no IT system ever initiates a session into the control network. Data historians, jump hosts and update repositories live here.
  • Shared identity: OT engineers often need enterprise accounts, and IT identity compromise can therefore become an OT access path. Privileged access for OT should be brokered, time bound and separate from everyday IT admin accounts.
  • Remote vendor access: equipment vendors frequently require remote support. Direct inbound tunnels into control networks are the single most common serious weakness; brokered, supervised, session recorded access is the correct pattern.
  • Manufacturing and building systems on the corporate network: printers, HVAC, cameras, access control and lab equipment are often neither fully IT managed nor fully OT managed, and end up unpatched on flat networks.
  • Backups and recovery: OT recovery depends on controller configuration, project files and firmware images, not just server backups, and those are frequently unprotected.

Practices that transfer, and practices that do not

Transfers well

  • Asset inventory, because you cannot protect what you have not enumerated.
  • Network segmentation and explicit, documented traffic flows.
  • Least privilege, brokered privileged access and removal of shared credentials where the equipment supports it.
  • Monitoring, logging and a tested incident response plan with clear authority.
  • Backup and recovery discipline, with restores actually tested.

Does not transfer

  • Automatic patching. In OT, updates need vendor validation and an outage window; forced reboots are unacceptable.
  • Active vulnerability scanning. Legacy controllers can fault or stop under scan traffic; use passive discovery.
  • Standard endpoint agents. Many control workstations cannot run them, and vendor support agreements may forbid them.
  • Aggressive automated containment. Isolating a host in IT is routine; isolating a control system component can stop a process unsafely.
  • Cloud first architecture. Latency, determinism and safety requirements keep control loops local.

Two separate atlases, on purpose

IT Atlas covers Information Technology only. Every article here assumes IT priorities, IT lifecycles and IT protocols. Where a topic has an OT counterpart, the difference is called out explicitly rather than blurred.

Operational Technology has its own reference platform: OT Atlas at otatlas.ai. The two sites are deliberately separate so that neither audience has to filter out guidance that does not apply to their environment.