0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

フォールトトレランスとフェールソフトの違い

Last updated at Posted at 2019-12-11

前提知識

1.フォールトトレランス(fault tolerance)

障害が発生した場合にどうするかを備えること。
例)サーバを二台用意して冗長構成にする
 

2.フォールトアボイダンス(fault avoidance)

障害が発生しないようにする
 例)リリース前にテストをする

3.フェールソフト・・・障害が発生してもシステムが完全にはダウンしないようにする

例)飛行機のエンジンが一つ故障しても、もう一個のエンジンで飛び続けられる

4.フェールセーフ・・・障害が発生しても安全性を保つようにする

例)エレベータが落ちても、衝撃吸収機能があるから死なない。

解説

2.フォールトアボイダンスは障害が発生するまえに防ぐ
1,3,4は障害が発生した場合にどうするかなので、

フォールトトレランスのなかにフェールソフトがふくまれるようです

参考
https://wa3.i-3-i.info/word14813.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?