From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/dos_attack/index.html | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 files/zh-cn/glossary/dos_attack/index.html (limited to 'files/zh-cn/glossary/dos_attack') diff --git a/files/zh-cn/glossary/dos_attack/index.html b/files/zh-cn/glossary/dos_attack/index.html new file mode 100644 index 0000000000..7ce7ff4289 --- /dev/null +++ b/files/zh-cn/glossary/dos_attack/index.html @@ -0,0 +1,34 @@ +--- +title: DoS attack +slug: Glossary/DOS_attack +tags: + - DoS攻击 +translation_of: Glossary/DOS_attack +--- +

DoS是一种网络攻击手段,它通过给服务器( {{glossary("server")}} )发送大量请求来阻止对资源的合法使用。

+ +

计算机资源有限,比如算力和内存。当这些资源过载时,程序可能会发生冻结或崩溃,使程序不可用。Dos攻击结合多种技术来竭尽资源,使合法用户无法使用服务器或网络,或者至少让服务器反应迟缓。

+ +

还有使用大量服务器来竭尽一台被攻击电脑的资源的攻击方式,分布式拒绝服务(Distributed Denial of Service ,DDoS)攻击。

+ +

DoS 攻击类型

+ +

DoS攻击更多的是一种类型而非特定的某种攻击。下面是Dos攻击的不完全列表:

+ + + +

了解更多

+ + -- cgit v1.2.3-54-g00ecf