"failover" meaning in English

See failover in All languages combined, or Wiktionary

Noun

Audio: en-uk-failover.ogg Forms: failovers [plural]
Etymology: From fail + over. Etymology templates: {{compound|en|fail|over}} fail + over Head templates: {{en-noun|~}} failover (countable and uncountable, plural failovers)
  1. (computing, countable) An automatic switch to a secondary system on failure of the primary system, such as a means for ensuring high availability of some critical resource (such as a computer system), involving a parallel backup system which is kept running at all times, so that, upon detected failure of the primary system, processing can be automatically shifted over to the backup. Tags: countable Categories (topical): Computing Related terms: failback, fail over, hot spare

Inflected forms

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "fail",
        "3": "over"
      },
      "expansion": "fail + over",
      "name": "compound"
    }
  ],
  "etymology_text": "From fail + over.",
  "forms": [
    {
      "form": "failovers",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "~"
      },
      "expansion": "failover (countable and uncountable, plural failovers)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Computing",
          "orig": "en:Computing",
          "parents": [
            "Technology",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        }
      ],
      "examples": [
        {
          "ref": "2004, Gregory Nyberg, Robert Patrick, Paul Bauerschmidt, Mastering BEA WebLogic Server: Best Practices for Building and ..., page 638:",
          "text": "Horizontal scaling gives you some failover and flexibility that you normally cannot get with only vertical scaling.",
          "type": "quote"
        },
        {
          "ref": "2005, Proceedings, IEEE Computer Society, page 338:",
          "text": "while Tungsten is not heavily redundant as these systems, the ability of Lustre to support some failover can be leveraged to eliminate single points of failure.",
          "type": "quote"
        },
        {
          "ref": "2007 July 11, “Business continuity for SMEs”, in Computer Weekly:",
          "text": "you have to make sure you can access it or ensure it can provide some failover,\" says Tarzey.",
          "type": "quote"
        }
      ],
      "glosses": [
        "An automatic switch to a secondary system on failure of the primary system, such as a means for ensuring high availability of some critical resource (such as a computer system), involving a parallel backup system which is kept running at all times, so that, upon detected failure of the primary system, processing can be automatically shifted over to the backup."
      ],
      "id": "en-failover-en-noun-G8RNmfki",
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "automatic",
          "automatic"
        ],
        [
          "switch",
          "switch"
        ],
        [
          "secondary",
          "secondary"
        ],
        [
          "system",
          "system"
        ],
        [
          "failure",
          "failure"
        ],
        [
          "primary",
          "primary"
        ],
        [
          "ensuring",
          "ensure"
        ],
        [
          "high",
          "high"
        ],
        [
          "availability",
          "availability"
        ],
        [
          "critical",
          "critical"
        ],
        [
          "resource",
          "resource"
        ],
        [
          "computer",
          "computer"
        ],
        [
          "parallel",
          "parallel"
        ],
        [
          "backup",
          "backup"
        ],
        [
          "run",
          "run"
        ],
        [
          "detected",
          "detected"
        ],
        [
          "processing",
          "processing"
        ],
        [
          "automatically",
          "automatically"
        ],
        [
          "shift",
          "shift"
        ],
        [
          "over",
          "over"
        ]
      ],
      "raw_glosses": [
        "(computing, countable) An automatic switch to a secondary system on failure of the primary system, such as a means for ensuring high availability of some critical resource (such as a computer system), involving a parallel backup system which is kept running at all times, so that, upon detected failure of the primary system, processing can be automatically shifted over to the backup."
      ],
      "related": [
        {
          "word": "failback"
        },
        {
          "word": "fail over"
        },
        {
          "word": "hot spare"
        }
      ],
      "tags": [
        "countable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "audio": "en-uk-failover.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/9/93/En-uk-failover.ogg/En-uk-failover.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/9/93/En-uk-failover.ogg"
    }
  ],
  "word": "failover"
}
{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "fail",
        "3": "over"
      },
      "expansion": "fail + over",
      "name": "compound"
    }
  ],
  "etymology_text": "From fail + over.",
  "forms": [
    {
      "form": "failovers",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "1": "~"
      },
      "expansion": "failover (countable and uncountable, plural failovers)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "related": [
    {
      "word": "failback"
    },
    {
      "word": "fail over"
    },
    {
      "word": "hot spare"
    }
  ],
  "senses": [
    {
      "categories": [
        "English compound terms",
        "English countable nouns",
        "English entries with incorrect language header",
        "English lemmas",
        "English nouns",
        "English terms with quotations",
        "English uncountable nouns",
        "Pages with 1 entry",
        "en:Computing"
      ],
      "examples": [
        {
          "ref": "2004, Gregory Nyberg, Robert Patrick, Paul Bauerschmidt, Mastering BEA WebLogic Server: Best Practices for Building and ..., page 638:",
          "text": "Horizontal scaling gives you some failover and flexibility that you normally cannot get with only vertical scaling.",
          "type": "quote"
        },
        {
          "ref": "2005, Proceedings, IEEE Computer Society, page 338:",
          "text": "while Tungsten is not heavily redundant as these systems, the ability of Lustre to support some failover can be leveraged to eliminate single points of failure.",
          "type": "quote"
        },
        {
          "ref": "2007 July 11, “Business continuity for SMEs”, in Computer Weekly:",
          "text": "you have to make sure you can access it or ensure it can provide some failover,\" says Tarzey.",
          "type": "quote"
        }
      ],
      "glosses": [
        "An automatic switch to a secondary system on failure of the primary system, such as a means for ensuring high availability of some critical resource (such as a computer system), involving a parallel backup system which is kept running at all times, so that, upon detected failure of the primary system, processing can be automatically shifted over to the backup."
      ],
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "automatic",
          "automatic"
        ],
        [
          "switch",
          "switch"
        ],
        [
          "secondary",
          "secondary"
        ],
        [
          "system",
          "system"
        ],
        [
          "failure",
          "failure"
        ],
        [
          "primary",
          "primary"
        ],
        [
          "ensuring",
          "ensure"
        ],
        [
          "high",
          "high"
        ],
        [
          "availability",
          "availability"
        ],
        [
          "critical",
          "critical"
        ],
        [
          "resource",
          "resource"
        ],
        [
          "computer",
          "computer"
        ],
        [
          "parallel",
          "parallel"
        ],
        [
          "backup",
          "backup"
        ],
        [
          "run",
          "run"
        ],
        [
          "detected",
          "detected"
        ],
        [
          "processing",
          "processing"
        ],
        [
          "automatically",
          "automatically"
        ],
        [
          "shift",
          "shift"
        ],
        [
          "over",
          "over"
        ]
      ],
      "raw_glosses": [
        "(computing, countable) An automatic switch to a secondary system on failure of the primary system, such as a means for ensuring high availability of some critical resource (such as a computer system), involving a parallel backup system which is kept running at all times, so that, upon detected failure of the primary system, processing can be automatically shifted over to the backup."
      ],
      "tags": [
        "countable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ]
    }
  ],
  "sounds": [
    {
      "audio": "en-uk-failover.ogg",
      "mp3_url": "https://upload.wikimedia.org/wikipedia/commons/transcoded/9/93/En-uk-failover.ogg/En-uk-failover.ogg.mp3",
      "ogg_url": "https://upload.wikimedia.org/wikipedia/commons/9/93/En-uk-failover.ogg"
    }
  ],
  "word": "failover"
}

Download raw JSONL data for failover meaning in English (3.2kB)


This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-09-22 from the enwiktionary dump dated 2024-09-20 using wiktextract (af5c55c and 66545a6). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.