0
0
SCADA systemsdevops~5 mins

Polling vs report-by-exception in SCADA systems - Quick Revision & Key Differences

Choose your learning style9 modes available
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?
ABy regularly asking devices for data
BDevices send data only when something changes
CData is sent randomly
DData is never sent
Which method sends less data over the network?
APolling
BReport-by-exception
CBoth send the same amount
DNeither sends data
What is a disadvantage of report-by-exception?
AIt can miss data if no events happen
BIt always sends data even if unchanged
CIt causes high network load
DIt requires constant polling
Polling is best described as:
ADevices push data when needed
BData is sent only on errors
CNo data exchange
DCentral system requests data regularly
Which method allows faster reaction to changes?
ANeither
BPolling
CReport-by-exception
DBoth are equally fast
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.