SACA Cyber-Physical Systems 2 — Questions and Answers
Question 1: In a cyber-physical system, what is the primary function of the physical layer?
- To store configuration data in the cloud
- To interact with the real world through sensors and actuators (Correct answer)
- To process machine learning algorithms
- To manage user authentication
Correct answer: To interact with the real world through sensors and actuators
The physical layer in a CPS consists of sensors that measure real-world parameters and actuators that affect the physical environment, forming the bridge between the digital and physical worlds.
Cyber-physical systems integrate computation with physical processes. The physical layer encompasses all hardware that interacts with the environment — sensors (temperature, pressure, position, vision) gather data from physical processes, while actuators (motors, valves, solenoids) exert control. This bidirectional interaction is what distinguishes CPS from purely computational systems.
Question 2: Which concept describes the digital replica of a physical asset used for simulation and monitoring in cyber-physical systems?
- Virtual machine
- Digital twin (Correct answer)
- Shadow model
- Simulation sandbox
Correct answer: Digital twin
A digital twin is a virtual representation of a physical asset that mirrors its real-time state, enabling simulation, predictive maintenance, and performance optimization.
A digital twin is a dynamic virtual model of a physical system that continuously receives real-time data from the physical counterpart via IoT sensors. Engineers use digital twins to simulate 'what-if' scenarios, detect anomalies, optimize performance, and predict failures before they occur. Platforms like Siemens MindSphere and PTC ThingWorx provide digital twin capabilities for industrial CPS.
Question 3: What communication standard is commonly used in cyber-physical systems to provide deterministic, real-time data exchange between control nodes?
- HTTP/REST
- MQTT over Wi-Fi
- OPC UA with TSN (Correct answer)
- FTP over Ethernet
Correct answer: OPC UA with TSN
OPC UA (Unified Architecture) combined with Time-Sensitive Networking (TSN) provides deterministic, low-latency communication suitable for real-time control in industrial cyber-physical systems.
OPC UA is an open, platform-independent data exchange standard designed for industrial automation. When combined with TSN (IEEE 802.1 standards for deterministic Ethernet), it guarantees bounded latency and jitter-free communication. This combination is foundational for Industry 4.0 CPS implementations where control loops demand microsecond-level timing precision.
Question 4: Which security threat is most specific to cyber-physical systems compared to traditional IT systems?
- Phishing emails
- Physical damage via manipulated control signals (Correct answer)
- Browser-based cross-site scripting
- Password brute force attacks
Correct answer: Physical damage via manipulated control signals
CPS face unique threats where cyberattacks can cause physical harm — manipulated control signals can damage equipment, injure workers, or disrupt critical infrastructure, unlike purely digital IT attacks.
The Stuxnet worm demonstrated the physical consequences of CPS cyber attacks — it manipulated Siemens PLCs to destroy centrifuges while reporting normal operation. In CPS, compromised control signals can cause over-pressurization, equipment damage, fires, or human injury. This physical consequence dimension requires defense-in-depth strategies combining IT security with operational technology (OT) safeguards including anomaly detection and functional safety systems.
Question 5: In CPS architecture, what does 'closed-loop control' mean?
- The network topology uses ring connections with no open endpoints
- The system uses output feedback to continuously adjust its inputs (Correct answer)
- The PLC program runs in a locked execution mode
- The system operates without external network connectivity
Correct answer: The system uses output feedback to continuously adjust its inputs
Closed-loop control means the system continuously measures its output, compares it to the desired setpoint, and adjusts its input (actuation) to minimize the error — creating a feedback loop.
Closed-loop (feedback) control is fundamental to CPS. A sensor measures the process variable (e.g., temperature, speed, position), the controller compares it to the setpoint, computes the error, and issues a correction command to the actuator. PID controllers are the most common implementation. This contrasts with open-loop control, which issues fixed commands without verifying the result — like a timer-based toaster with no temperature sensor.
Question 6: What is the role of edge computing in modern cyber-physical systems?
- To replace all cloud infrastructure with local servers
- To process data near the source to reduce latency and bandwidth usage (Correct answer)
- To encrypt all data before sending to PLCs
- To provide user interface displays at machine level
Correct answer: To process data near the source to reduce latency and bandwidth usage
Edge computing processes data locally at or near the physical devices, reducing the round-trip latency to cloud servers and lowering bandwidth requirements — critical for real-time CPS control loops.
In CPS, edge computing nodes (industrial PCs, edge gateways, smart sensors) perform pre-processing, filtering, and analysis close to the data source. This reduces latency from hundreds of milliseconds (cloud round-trip) to single-digit milliseconds, enabling real-time decisions. Edge nodes also filter irrelevant data before cloud transmission, reducing bandwidth costs. Examples include Siemens SIMATIC IPC, Rockwell Automation's Logix edge solutions, and Cisco IOx.
In a cyber-physical system, what is the primary function of the physical layer?