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.

ロードバランサーとは?

0
Posted at

Webサーバーを冗長化する際に、システムに届くリクエストをどのWebサーバーに渡すかということを考える必要が出てくる。

この**振り分け作業を行うための機器がロードバランサー**である。ロードバランサーによって作業が振り分けられることにより、一台当たりの負荷を軽減することができる。

ロードバランサーはWebサーバーよりインターネットよりに配置して、配下となるWebサーバーを認識させる。

クライアントからのリクエストはロードバランサーが一旦全て受け取り、そのリクエストを配下のWebサーバーに均等に転送することで各Webサーバーの負荷を平準化しつつ、リクエストを処理させる。そしてWebサーバーからのレスポンスは一旦ロードバランサーが受け取り、ロードバランサーからクライアントへ転送する。

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?