3.1c 2 specialized systems and ha

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:20 PM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

IoT (Internet of Things)

Networked consumer and facility devices: sensors, thermostats, doorbells, wearables, lighting and HVAC controls.

2
New cards

IoT security concern

Built by vendors whose expertise is not security. One exploited IoT device can give an attacker a foothold on the internal network. Segment them.

3
New cards

ICS (Industrial Control System)

Umbrella category for systems controlling physical industrial processes. SCADA and DCS are types of ICS.

4
New cards

SCADA

Supervisory Control and Data Acquisition: the ICS type for geographically dispersed assets such as pipelines, power grids, and water systems, run from a central control room.

5
New cards

DCS (Distributed Control System)

ICS type used within a single plant or facility rather than across dispersed sites.

6
New cards

PLC (Programmable Logic Controller)

The device that actually operates industrial machinery, taking commands from the control system.

7
New cards

HMI (Human-Machine Interface)

The operator screen used to monitor and control an industrial process.

8
New cards

Historian

ICS component that records and stores process data over time.

9
New cards

Modbus and DNP3

Legacy industrial protocols with no built-in authentication or encryption; a core reason ICS networks must be segmented.

10
New cards

Why ICS is hard to secure

Legacy insecure protocols, uptime is safety-critical so patching and reboots are restricted, long equipment lifecycles. Segmentation is the primary compensating control.

11
New cards

RTOS (Real-Time Operating System)

Deterministic OS guaranteeing a response within a fixed time window. Used in vehicles, avionics, medical, military, manufacturing.

12
New cards

Deterministic

Property of guaranteeing that a critical process gets resources and completes within a predictable time, e.g. anti-lock brakes.

13
New cards

Embedded system

Purpose-built device where hardware and software form one self-contained unit doing a single job. Traffic lights, medical monitors, digital watches.

14
New cards

High availability (HA)

Design that keeps a service running through component failure, automatically and without manual intervention.

15
New cards

Redundancy

Duplicate resources exist, but may require manual work to bring online. Not the same as high availability.

16
New cards

Fault tolerance

Component-level survival of a failed part within a single system, e.g. RAID arrays, dual power supplies.

17
New cards

Active/passive HA

One node handles traffic while a standby waits to take over on failure.

18
New cards

Active/active HA

All nodes handle traffic simultaneously; each must be able to carry full load alone if its partner fails.

19
New cards

Cost of HA

HA cascades: two firewalls implies two network paths implies two power feeds. At some point the business accepts the downtime risk instead.