-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Glossary/Denial_of_Service の記事の統合を反映
- Loading branch information
Showing
4 changed files
with
26 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,31 @@ | ||
--- | ||
title: Denial of Service (サービス拒否) | ||
title: Denial of Service (DoS、サービス拒否) | ||
slug: Glossary/Denial_of_Service | ||
l10n: | ||
sourceCommit: c13b7a059a543d02e4dbafce42813dad1244dcaa | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
サービス拒否 (DoS, Denial of Service)とは、ネットワーク攻撃のカテゴリーで、サーバーにリクエストを殺到させることによって、利用可能なサーバーリソースを消費させるものです。サーバーの動作が重くなったり、正規のユーザーが利用できなくなったりします。 | ||
**サービス拒否** (Denial of Service. DoS) とは、ネットワーク攻撃のカテゴリーで、サーバーにリクエストを殺到させることによって、利用可能な{{Glossary("server","サーバー")}}のリソースを消費させるものです。サーバーの動作が重くなったり、正規のユーザーが利用できなくなったりします。 | ||
|
||
詳しくは、 [DoS 攻撃](/ja/docs/Glossary/DOS_attack)を参照してください。 | ||
コンピューターは、計算能力やメモリーなどのリソースが限られています。リソースが使い尽くされると、プログラムはフリーズまたはクラッシュし使用できなくなります。 DoS 攻撃にはサーバーのリソースを使い果たさせるための様々な手法があり、正当なユーザーにサーバーやネットワークを利用できないようにし、少なくともサーバーの処理速度を低下させます。 | ||
|
||
攻撃されるコンピューターの計算能力を妨害するために多数のサーバーを使用した、{{Glossary("Distributed Denial of Service", "分散 DoS (DDoS)")}} もあります。 | ||
|
||
### DoS 攻撃の手法 | ||
|
||
Dos 攻撃は、特定の種類の手法を指すというよりもカテゴリーです。下記は DoS 攻撃の手法の一部です。 | ||
|
||
- 帯域幅攻撃 | ||
- リクエストフラッド攻撃 | ||
- SYN フラッド攻撃 | ||
- ICMP フラッド攻撃 | ||
- ピア・ツー・ピアネットワークへの攻撃 | ||
- PDoS 攻撃 | ||
- アプリケーションレイヤー攻撃 | ||
|
||
## 関連情報 | ||
|
||
- [DoS 攻撃](https://ja.wikipedia.org/wiki/DoS攻撃) (ウィキペディア) | ||
- [Denial of Service](https://owasp.org/www-community/attacks/Denial_of_Service) (OWASP) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters