diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index 2fbc58761f777e..5cfc597fa5529b 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -94,6 +94,7 @@ /zh-TW/docs/Games/Workflows/2D_Breakout_game_pure_JavaScript/Move_the_ball /zh-TW/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Move_the_ball /zh-TW/docs/Glossary/404 /zh-TW/docs/Web/HTTP/Status/404 /zh-TW/docs/Glossary/502 /zh-TW/docs/Web/HTTP/Status/502 +/zh-TW/docs/Glossary/DOS_attack /zh-TW/docs/Glossary/Denial_of_Service /zh-TW/docs/Glossary/Empty_element /zh-TW/docs/Glossary/Void_element /zh-TW/docs/Glossary/Routers /zh-TW/docs/Glossary/Router /zh-TW/docs/Glossary/偽元素 /zh-TW/docs/Glossary/Pseudo-element diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index 45d610933a9f34..51074e0889ac44 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -282,14 +282,14 @@ "modified": "2019-03-18T21:44:43.965Z", "contributors": ["abler0122"] }, - "Glossary/DOS_attack": { - "modified": "2019-03-18T21:43:00.216Z", - "contributors": ["Rocker"] - }, "Glossary/Data_structure": { "modified": "2019-03-23T22:12:01.136Z", "contributors": ["jackblackevo", "vintif"] }, + "Glossary/Denial_of_Service": { + "modified": "2019-03-18T21:43:00.216Z", + "contributors": ["Rocker"] + }, "Glossary/Developer_Tools": { "modified": "2019-03-18T21:42:38.696Z", "contributors": ["Rocker"] diff --git a/files/zh-tw/glossary/dos_attack/index.md b/files/zh-tw/glossary/denial_of_service/index.md similarity index 81% rename from files/zh-tw/glossary/dos_attack/index.md rename to files/zh-tw/glossary/denial_of_service/index.md index aa65c22f7d01f9..51a1ba260343c3 100644 --- a/files/zh-tw/glossary/dos_attack/index.md +++ b/files/zh-tw/glossary/denial_of_service/index.md @@ -1,11 +1,11 @@ --- -title: DoS 攻擊 -slug: Glossary/DOS_attack +title: 阻斷服務(DoS) +slug: Glossary/Denial_of_Service --- {{GlossarySidebar}} -DoS(阻斷服務)是一種網路攻擊手段,它通過大量的伺服器請求來阻止合法使用{{glossary("server","伺服器")}}資源。 +**阻斷服務**(DoS)是一種網路攻擊手段,它通過大量的伺服器請求來阻止合法使用{{glossary("server","伺服器")}}資源。 電腦的資源有限,例如計算能力或記憶體。當這些資源耗盡,程式可能會凍結或崩潰,導致程式不可用。DoS 攻擊藉由多種手段來耗盡這些資源、使伺服器或網路對合法使用者不可用,或至少使伺服器執行緩慢。