Downtime

Downtime is a period when a system is not available. It may apply to any computer or network, but is most commonly used in reference to servers. In particular, web server reliability is often measured in terms of downtime, where little to no downtime is ideal.

There are several reasons why a server may experience downtime:

  1. Server reboot - Restarting a server may require a few minutes of downtime because the system must shut down, reboot, then restart the necessary processes in order to respond to incoming requests.
  2. Software restart - Restarting a process, such as Apache on a web server, may cause a few seconds of downtime while the process is restarting.
  3. Network disconnect - If a server is physically disconnected from a network, it will not be reachable by the systems on the network.
  4. Network outage - If any part of a network (including the Internet) is not functioning between the server and client, the client will not be able to communicate with the server.
  5. Traffic overload - If a server receives more traffic than it can handle, it will not be able to respond to all the requests. Users may experience downtime until the traffic decreases. This may be caused by a spike in traffic or a DDoS attack.
  6. Hardware failure - If an important hardware component, such as an HDD or SSD fails, it may cause the server to stop functioning.
  7. Software failure - If a process on a server, such as the httpd (HTTP) service stops running, it will cause the server to be unresponsive to requests until the process is restarted.
  8. Power outage - If the electrical power goes out and no backup power is available (for example, a generator or UPS), any affected systems will be offline until power is restored.
  9. Hacker attack - If a hacker gains control of a server, he or she may prevent access to the required services, causing the server to stop responding.

In order to minimize downtime, server administrators must implement strong security measures and redundancy. Network security helps protect against malicious activity, such as unauthorized logins and DDoS attacks. Redundancy, such as RAID storage systems and backup power generators, help prevent downtime due to hardware failure. In some cases, multiple servers may be configured so that a secondary server can take over if the primary server fails.

While server admins try to minimize downtime as much as possible, sometimes downtime is unavoidable. For example, when performing a server migration, several minutes or even a few hours of downtime may be necessary. This type of "planned downtime" is typically scheduled for early morning or weekend hours when traffic levels are lowest.

Updated December 27, 2018 by Per C.

quizTest Your Knowledge

Which type of user authentication is not a biometric method?

A
Touch ID
0%
B
Face ID
0%
C
Username + password
0%
D
Voice recognition
0%
Correct! Incorrect!     View the Biometrics definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Downtime on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.