0
0
SCADA systemsdevops~20 mins

Redundant server configuration in SCADA systems - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Redundancy Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Purpose of Redundant Server Configuration

Why is redundant server configuration important in SCADA systems?

ATo simplify the network by removing backup servers
BTo ensure continuous operation by switching to backup servers if the main server fails
CTo reduce the number of servers needed by consolidating tasks on one server
DTo increase the speed of data processing by using multiple servers simultaneously
Attempts:
2 left
💡 Hint

Think about what happens if the main server stops working unexpectedly.

💻 Command Output
intermediate
2:00remaining
Check Active Server in Redundant Setup

What is the output of the command show redundancy status when the primary server is active?

SCADA systems
show redundancy status
APrimary server: Failed\nBackup server: Active
BPrimary server: Standby\nBackup server: Active
CPrimary server: Active\nBackup server: Standby
DNo redundancy configured
Attempts:
2 left
💡 Hint

Consider which server is active when the system is working normally.

Configuration
advanced
3:00remaining
Configuring Heartbeat Between Redundant Servers

Which configuration snippet correctly sets up a heartbeat link between two redundant SCADA servers?

Aheartbeat interface eth2\nheartbeat interval 5
Bheartbeat interface eth0\nheartbeat interval 10\nheartbeat timeout 2
Cheartbeat interface eth1\nheartbeat interval 0\nheartbeat timeout 10
Dheartbeat interface eth1\nheartbeat interval 2\nheartbeat timeout 6
Attempts:
2 left
💡 Hint

Heartbeat interval should be less than timeout and interface must be valid.

Troubleshoot
advanced
3:00remaining
Troubleshooting Failover Failure

After configuring redundant servers, failover does not occur when the primary server fails. What is the most likely cause?

AHeartbeat link between servers is down or misconfigured
BBackup server has higher priority than primary
CPrimary server is set to standby mode
DNetwork cables are connected properly
Attempts:
2 left
💡 Hint

Failover depends on servers communicating their status regularly.

🔀 Workflow
expert
4:00remaining
Order of Steps to Add a Backup Server

What is the correct order to add a new backup server to an existing SCADA redundant server setup?

A1,2,3,4
B1,3,2,4
C2,1,3,4
D3,1,2,4
Attempts:
2 left
💡 Hint

Think about preparing the backup server first, then syncing, then monitoring, then testing.