Recall & Review
beginner
What is polling in SCADA systems?
Polling is a method where the central system regularly asks each device for its status or data at fixed intervals.
Click to reveal answer
beginner
What does report-by-exception mean?
Report-by-exception means devices only send data or alerts when something changes or an event happens, instead of sending data all the time.
Click to reveal answer
intermediate
Which method reduces network traffic: polling or report-by-exception?
Report-by-exception reduces network traffic because data is sent only when needed, not continuously.
Click to reveal answer
intermediate
What is a downside of polling?
Polling can cause unnecessary network load and delays because it asks for data even if nothing has changed.
Click to reveal answer
intermediate
Why might report-by-exception be better for real-time alerts?
Because devices send updates immediately when something changes, report-by-exception allows faster response to important events.
Click to reveal answer
In polling, how does the central system get data?
✗ Incorrect
Polling means the central system asks devices for data at set times.
Which method sends less data over the network?
✗ Incorrect
Report-by-exception sends data only when needed, reducing network traffic.
What is a disadvantage of report-by-exception?
✗ Incorrect
If no events happen, report-by-exception may not provide regular updates.
Polling is best described as:
✗ Incorrect
Polling means the central system asks for data at intervals.
Which method allows faster reaction to changes?
✗ Incorrect
Report-by-exception sends updates immediately when changes occur.
Explain the difference between polling and report-by-exception in SCADA systems.
Think about who initiates data sending and when.
You got /4 concepts.
What are the advantages and disadvantages of polling compared to report-by-exception?
Consider network load and data timeliness.
You got /4 concepts.