← Course Home Moraine Valley Community College · NCyTE · Dr. John L. Sands
OT-101 · Day 1 · Lesson 1 · 4 Contact Hours

From Isolated Plants to Converged Networks

How operational technology grew up apart from IT — and the business pressures that finally forced the two networks together.

📊 Intermediate ⏱ 4 hours 🎯 5 objectives

Lesson Overview

For most of the twentieth century, the plant floor and the front office ran on two completely different clocks. Business computing chased faster processors, cheaper storage, and shared networks. Plant-floor control chased something else entirely: a control loop that behaves exactly the same way at 2 a.m. on a holiday as it did the day it was commissioned, twenty years earlier. That difference in mission is the whole reason operational technology (OT) and information technology (IT) grew up as separate professions, with separate vocabularies, separate vendors, and — until fairly recently — separate wires.

This lesson traces that separation from its origin (relay panels and pneumatic controllers) through the invention of the programmable logic controller in 1968, into the two architectural families that grew out of it — distributed control systems and supervisory control and data acquisition — and finally into the business pressures that pulled these once-isolated networks onto the same Ethernet backbone the rest of the enterprise already used. By the end of the lesson you should be able to explain, in a way a skeptical colleague from either side would accept, why the air gap was never really a design — it was a side effect of two industries that simply hadn't needed each other yet.

Anchoring analogy

Think of IT and OT as two branches of the same family that emigrated to different countries in 1968 and didn't speak again for forty years. They kept the same last name — "control system" — but developed different languages, different customs, and different assumptions about how the world works. When the family finally reunited around 2000–2010, driven by grandchildren who wanted to video-call across the ocean (read: executives who wanted live production data on a dashboard), nobody had translated the vocabulary yet. Convergence is that reunion, and a lot of today's OT security problems are simply what happens when two relatives who never learned each other's language suddenly have to share a house.

Learning objectives

By the end of this lesson, you will be able to:

  • Explain how OT control evolved from relay logic and pneumatic controllers to programmable logic controllers.
  • Identify the defining characteristics of distributed control system (DCS) and SCADA architectures and the environments each was built for.
  • Compare serial-based industrial communication with Ethernet-based communication in terms of underlying design assumptions.
  • Describe the business pressures that drove convergence between IT and OT networks.
  • Evaluate why the "air gap" model failed to keep pace with operational and business needs.
Part A · Foundations Lecture

Before the PLC: relay logic and pneumatics

≈ 30 min

Before there was any programmable anything, industrial control was built from relays — electromechanical switches wired together so that closing one contact would open or close another. A single machine might use hundreds of relays, each one a physical component that could wear out, and the entire sequence of operations was hard-wired into a cabinet the size of a refrigerator. Changing the logic meant physically rewiring the panel — no small task on a production line that couldn't stop for a week.

Alongside relay logic, many process industries — refining, chemicals, food and beverage — used pneumatic controllers: air pressure, not electricity, carried both the signal and the control action. A pneumatic controller reading a tank level would adjust a valve using nothing but compressed air routed through tubing. These systems were remarkably reliable and inherently safe in explosive atmospheres (no electrical spark to worry about), which is precisely why some pneumatic instrumentation is still in service today, quietly doing its job in refineries that have modernized everything around it.

Worked example

A 1965 bottling line uses relay logic to sequence three steps: fill, cap, and label. Each step's relay only closes once a limit switch confirms the previous step finished. If the plant wants to add a fourth step — say, a date-code stamp — an electrician has to open the panel, add a new relay, and rewire at least two other relays so the sequence still makes sense. There is no "save a new version"; the wiring diagram is the program, and it lives inside the cabinet.

Teaching note

Faculty with an IT background usually have never opened a relay panel. If you have access to a decommissioned relay or a photo of one, use it here — the physical, one-relay-per-decision nature of this hardware is what makes the leap to a PLC land later in the lesson.

1968: the first programmable logic controller

≈ 35 min

In 1968, General Motors' Hydramatic division issued a request that would define an entire industry: a solid-state controller that could replace relay panels, survive the plant floor, and be reprogrammed without rewiring. Bedford Associates — later Modicon — answered with the Modicon 084, widely credited as the first commercially successful programmable logic controller (PLC). Engineer Dick Morley and his team designed it to be programmed using ladder logic, a notation deliberately built to look like the relay ladder diagrams electricians already knew how to read. That single design decision — make the new thing look like the old thing — is a large part of why the PLC was adopted so fast: nobody had to relearn their trade from zero.

Anchoring analogy

Ladder logic is the PLC world's version of a spreadsheet macro recorded by someone who thinks entirely in flowcharts. Each "rung" of the ladder is a small if-this-then-that rule, evaluated top to bottom, over and over, dozens of times a second. If you've ever built an Excel macro that checks a cell and flips a switch elsewhere in the sheet, you already understand the mental model — the PLC is just doing that, continuously, against real sensors and real motors instead of cells.

Worked example

The Modicon 084 replaced roughly 300 relays' worth of transmission-line control logic on the GM Hydramatic line, in a package small enough to fit where the relay racks had been — and it could be reprogrammed for a new model year in hours instead of the weeks a relay panel rewire would have taken. That single capability — change the logic without touching the wiring — is the feature that ended the relay-panel era.

Two architectures grow out of the PLC: DCS and SCADA

≈ 45 min

Once controllers could be networked together, two distinct architectural families emerged — not because anyone designed them in parallel on purpose, but because two very different kinds of industry had two very different problems to solve.

A distributed control system (DCS) is what you get when an entire continuous process — a refinery, a chemical plant, a power boiler — needs hundreds or thousands of control loops working together, in one facility, under one vendor's proprietary but tightly integrated architecture. A DCS is built around continuous, closed-loop control: temperature, pressure, and flow, adjusted many times a second, everywhere in the plant, all supervised from a single control room.

SCADA (supervisory control and data acquisition) solves a different problem: monitoring and supervising equipment that is spread across a wide geographic area — a pipeline running two hundred miles, a water system with forty remote pump stations, a power grid with substations across a state. A SCADA master station doesn't run tight closed-loop control the way a DCS does; it polls remote sites at intervals (seconds to minutes), gathers data, and issues occasional supervisory commands, because the sites are too far apart and the communication links too limited for anything faster.

Comparing DCS and SCADA architectures
CharacteristicDCSSCADA
Typical settingSingle facility (refinery, chemical plant, power boiler)Geographically dispersed sites (pipeline, grid, water system)
Control styleContinuous, tightly coupled closed-loop controlSupervisory — periodic polling and occasional commands
Update rateSub-second to a few seconds, plant-wideSeconds to minutes, per remote site
Remote field devicesRare — most I/O is local to the plantCentral to the design — RTUs at every remote site
Vendor modelHistorically a single vendor's integrated stackOften mixed-vendor: master station plus many RTU makes
Worked example — DCS

At a mid-sized refinery, a DCS coordinates roughly 4,000 control loops — furnace temperatures, distillation column pressures, flow rates between units — all supervised from one control room, on a network that never leaves the plant boundary. Operators watch the whole process on one integrated set of screens because the DCS was designed, from day one, to present the plant as a single coherent system.

Worked example — SCADA

A natural-gas pipeline SCADA system polls forty remote terminal units (RTUs) along a 300-mile route every 4 seconds over a mix of licensed radio and leased telephone circuits, using the DNP3 protocol. Each RTU reports pressure, flow, and valve status; the master station in the control center displays the whole pipeline as a single map and can issue a remote valve-close command if a leak is detected — but it cannot run anything resembling the millisecond control loops a DCS runs, because the communication path simply doesn't support that speed.

Teaching note

Students with a networking background will want to map DCS and SCADA onto "LAN vs. WAN." That's a useful first approximation, but push them further: the real distinction is control philosophy — tightly coupled continuous control versus periodic supervisory oversight — and geography is just the reason each philosophy makes sense where it does.

From serial links to Ethernet

≈ 40 min

For most of the history covered so far, none of this ran on anything you'd recognize as a computer network. Controllers talked to each other and to field devices over point-to-point or multidrop serial links — RS-232 and RS-485 — carrying protocols like Modbus RTU. These links were slow by modern standards (often 9,600 bits per second or less), but they were also simple, predictable, and — crucially — physically isolated. A serial cable running from a PLC to an RTU carries exactly one conversation. There is no such thing as an unexpected device joining a serial link the way a laptop can join a Wi-Fi network.

Ethernet changed that calculus. Once industrial vendors began offering Ethernet ports on PLCs and adapted protocols like Modbus TCP and EtherNet/IP to ride on standard IP networking, plant-floor devices could, for the first time, share a physical network — and eventually the same switches and routers — with ordinary IT traffic. This wasn't a security decision; it was a cost and convenience decision. Ethernet hardware was cheap, fast, and already being deployed everywhere else in the building.

Serial versus Ethernet-based industrial communication
CharacteristicSerial (RS-232 / RS-485)Ethernet (Modbus TCP, EtherNet/IP)
Physical topologyPoint-to-point or multidrop, dedicated cableShared switched network, many devices per segment
Who else is on the wireOnly the devices in that one conversationPotentially any device with network access — IT or OT
Typical speed1,200–115,200 bps10 Mbps–1 Gbps and higher
Built-in authenticationNone — trust is physical (you have to touch the wire)None by default in most legacy industrial protocols — trust was still assumed
Design-era assumptionIsolated by wiring, so security wasn't a design goalConvenient and shared, but the old "no authentication" assumption came along for the ride
Anchoring analogy

A serial link is a landline phone call — one dedicated circuit, one conversation, and the only way to eavesdrop is to physically tap that specific wire. Ethernet is a shared party line at a crowded conference: efficient, flexible, and able to carry every conversation in the building over the same infrastructure — but now anyone with a badge to the room can, in principle, listen to any call on the network, because the protocols were never asked to prove who was calling.

Worked example

A packaging line originally used Modbus RTU over an RS-485 multidrop link to poll six PLCs from a supervisory computer, at 19,200 bps. When the plant modernized in the mid-2000s, the vendor replaced the same six PLCs with models offering Ethernet ports running Modbus TCP — the register map and the polling logic in the supervisory software barely changed, but the PLCs now sat on the same physical switch as the plant's printers and, eventually, its production-reporting server. Nothing in the Modbus TCP protocol itself would have stopped that reporting server, or anything else on that switch, from reading or writing those same registers.

Part B · Applied Practice

Why the air gap disappeared: the business case for convergence

≈ 30 min

The air gap — the idea that a plant network with no physical or logical connection to the outside world is inherently safe — was never really a security architecture that anyone deliberately engineered end to end. It was mostly just what you got by default when OT and IT grew up as separate industries using separate cabling. Once Ethernet made a physical connection between the two networks technically easy, the air gap survived only as long as nobody had a business reason to cross it. That didn't last.

Four pressures, arriving roughly together over the 2000s and 2010s, made crossing the gap look less like a risk and more like an obvious decision to any executive who wasn't thinking about security:

  • Real-time visibility. Executives wanted production dashboards showing throughput, downtime, and quality metrics without waiting for someone to manually key numbers into a spreadsheet at shift change.
  • Predictive maintenance. Vendors and reliability engineers wanted vibration, temperature, and cycle-count data streamed continuously so failing equipment could be serviced before it broke, not after.
  • Remote vendor support. Equipment vendors wanted a network path to diagnose and patch their own controllers without flying a technician to the site every time.
  • Enterprise integration. ERP and MES systems wanted production data flowing automatically into inventory, billing, and supply-chain systems instead of being re-entered by hand.

Each of these, taken alone, sounds entirely reasonable — and each one is a request to open a path between a business system and a control system that was never designed to be reachable from anywhere. Multiply that by every vendor, every dashboard project, and every "just this one connection" exception request across a decade, and you get exactly the converged, under-governed network that most OT security programs are hired to clean up today.

Teaching note

This is the moment to preview Lesson 2 out loud: convergence itself isn't the mistake — it's ungoverned convergence. The fix isn't to try to rebuild the air gap (that ship has sailed at almost every real site); it's to replace an accidental architecture with a deliberate one — zones, conduits, and an industrial DMZ. That's exactly where the next lesson picks up.

Activity: Match the Technology to Its Network Reality

Individual, then pair-share ≈ 20 min

Individual (10 min): For each technology below, select the network characteristic that best matches it. Pair-share (10 min): Compare your answers with a neighbor and resolve any disagreements before checking.

TechnologyBest-matching network characteristic
Modicon 084 (1968)
Refinery distributed control system (DCS)
Pipeline SCADA polling remote RTUs
Modbus RTU over RS-485 multidrop link
Modern PLC with an EtherNet/IP port on the plant switch

Simulation: The Air Gap Erosion Model

≈ 15 min
⚠ Simulation only — no live equipment

Click each business pressure below, in any order, to see how a single reasonable request quietly narrows the gap between the plant network and the outside world. Nothing here touches a real network — this is a model of a decision, not a network scan.

Network isolation100%
Starting state: the plant network has no path to the enterprise network or the internet. Select a pressure above to see what it costs.

Review & Knowledge Check

≈ 15 min

Five questions covering the lesson's key distinctions. Answer each, then select Grade My Quiz to see your score and an explanation for every item.

Q1.Why is the Modicon 084 (1968) considered the first commercially successful PLC?
Q2.A control system needs to run thousands of tightly coupled control loops within a single refinery, all supervised from one control room. Which architecture is this?
Q3.What is the defining reason SCADA systems poll remote sites every few seconds rather than running continuous closed-loop control?
Q4.What changed, technically, when plant-floor devices moved from serial links to Ethernet?
Q5.Which statement best describes why the "air gap" eroded at most real facilities?
0 / 5
Suggested assessment artifact

Have each faculty member submit a one-paragraph written response identifying one real or hypothetical piece of equipment at their home institution (an HVAC controller, a lab instrument, an access-control panel) and classify it as PLC-, DCS-, or SCADA-style, with a one-sentence justification. This is a low-stakes way to confirm the vocabulary transferred before Lesson 2 builds architecture decisions on top of it.

Further Reading