
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Hot Standby Mode
The hot standby mode is a fail-safe in which a hot standby component is part of an active system. If any component of the system fails, the hot standby component takes its place. In general,a hot standby can refer to any device,system etc. that overtakes operation from a failed device and reduces the startup delay that would otherwise be huge.
A figure to further explain the hot standby mode is as follows −
In general, it is expected that a system will have some failures. So, a hot standby is necessary to combat these failures.
At the extreme, a hot standby can be a duplicate system that is kept as up to date as the active system. If the active system fails, it can be substituted by the hot standby system. But more commonly a hot standby is an important component of the active system. If this component fails in the system, it can be replaced by the hot standby component.
This makes sure that the system is offline for as short a time as is possible.
Uses of Hot Standby Mode
The uses of hot standby mode are as follows −
- A hot standby disk can be used in a computer system. It replaces an active disk if it fails. The usage of the hot standby disk reduces the recovery time for the system.
- A hot standby can be used for software as well as hardware. For example: a database may have a copy on hot standby in case of data failure.
- Related Questions & Answers
- 2017 Hot Job Profiles in Information Technology
- Supervisor Mode (Privileged Mode)
- User Mode vs Kernel Mode
- Difference between logical and physical standby database in the oracle
- 4 mobile computing trends that are hot right now
- Dual-Mode and Multi-Mode Operation in Operating System
- Difference between Memory Address Mode and Register Address Mode.
- Enhancement Mode MOSFET
- Why deserts are hot in the daytime and chilled at night?
- In what ways hot water is better over cold water to drink?
- Asynchronous Transfer Mode (ATM)
- Android Debug Bridge Mode
- Strict Mode in ReactJS
- Differentiate between infrastructure mode and the ad hoc mode of IEEE 802.11
- Program to find id of candidate who have hot majority vote in Python