2
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 3 years have passed since last update.

FTサーバとは?

Posted at

勉強前イメージ

全然思い浮かばない。。。
なんかのミドルウェア専用のサーバ的な?webサーバと同じ立ち位置?

調査

FTサーバとは?

FTははFault Tolerant(耐障害性)の略
サーバ製品のうちすべての部品を二重化し、どこかで障害が起きても全体が停止しないように設計されたサーバ

CPU・メモリ、またサーバの部品もすべて二重化されている。
HDDはRAID1でミラーリングになっている。
2020-10-08Untitled Diagram.drawio - diagrams.net - Google Ch.png

クラスタ構成とFTサーバの違いは?

よくクラスタ構成と比較されるが違いは
FTサーバ : サーバ単体での可用性が向上する
クラスタ構成 : システムでの可用性が向上する

FTサーバは、絶対に落とせない サーバを構築するのに有効な1つの手段であるとさています。
また、FTサーバでクラスタ構成を組むことにより、より高い可用性を実現できます。

5Untitled Diagram.drawio - diagrams.net - Google Ch.png

勉強後のイメージ

よく、サーバ自体は壊れるものだと聞きますが、
壊れても落ちないようにサーバ自体が二重化されているってすごい・・・
高そうではあるけど、1つの手段では有る

参考

2
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
2
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?