Difficulty: Easy
Correct Answer: UPS (Uninterruptible Power Supply)
Explanation:
Introduction / Context:Unexpected power loss can crash operating systems and corrupt open files or databases. Selecting the right protective hardware allows systems to ride through brief outages or shut down gracefully during longer ones, preserving data integrity.
Given Data / Assumptions:
Concept / Approach:
A UPS contains batteries and an inverter to supply AC during mains failures. It can signal the OS to close applications and shut down safely when runtime is nearly exhausted. Grounding and surge protectors are essential for safety and spike mitigation but cannot deliver power when utility voltage disappears.
Step-by-Step Solution:
Identify the threat: brief/extended outages causing abrupt shutdowns.Match the solution: device must provide temporary power and control signals.Select UPS as the only option that supplies backup energy.Implement shutdown software and test battery health periodically.Verification / Alternative check:
Event logs from UPS management show transfer events and orderly shutdowns during power failures; systems without UPS exhibit sudden loss and file system checks on reboot.
Why Other Options Are Wrong:
Common Pitfalls:
Undersizing UPS capacity, ignoring battery replacement intervals, and failing to connect the USB/serial cable for shutdown signaling.
Final Answer:
UPS (Uninterruptible Power Supply)
Discussion & Comments