What is the main role of a Remote Terminal Unit (RTU) in a SCADA system?
Think about what device is closest to the sensors and gathers their data.
An RTU collects data from sensors and devices in the field and sends it to the central SCADA system for monitoring and control.
Given an RTU configured to send data using Modbus protocol, what output would you expect when querying a sensor register with address 100?
modbus_read_register(100)Assuming the RTU and network are working, what does a successful Modbus read return?
The Modbus read command returns the value stored in the requested register if communication is successful.
An RTU stops sending data to the SCADA master station. Which of the following is the most likely cause?
Consider what would prevent the RTU from operating at all.
If the RTU loses power, it cannot send data. Other options do not directly stop RTU communication.
What is the correct order of steps to add a new sensor to an RTU in a SCADA system?
Think about physical connection before software configuration and testing.
First connect the sensor physically, then configure RTU, update SCADA, and finally test the setup.
Which practice best improves the security of RTU data transmission in a SCADA system?
Think about protecting data while it moves across the network.
Encrypting communication protects RTU data from interception and tampering, improving security.