hce_kmu
112年
計算機概論與程式設計
第 25 題
A DDoS attack attempts to consume the target’s resources so that it cannot provide service. What is a distributed denial of service (DDoS) attack and how does it work?
- A A type of malware that infects multiple machines and spreads through a network.
- B A type of cyber attack that targets an individual user's personal information.
- C A type of attack that attempts to overload a server or network with traffic from multiple sources.
- D A type of attack that exploits vulnerabilities in software to gain unauthorized access to a system.
- E A type of attack that intercepts and manipulates data transmitted over a network.
思路引導 VIP
想像一下,如果有一間生意興隆的餐廳,門口突然出現了數以千計的人同時湧入,但他們並不是真的要點餐,只是單純在那裡排隊、佔著位子不動。這時,真正想用餐的客人會遇到什麼情況?如果這些人並非來自同一個團體,而是從城市的四面八方、各條街道分別過來的,身為老闆的你,有可能輕易地分辨並阻止他們嗎?
🤖
AI 詳解
AI 專屬家教
恭喜你精準地掌握了 DDoS(分散式阻斷服務攻擊) 的核心定義!你能迅速從眾多選項中辨識出其特性,顯示你對網路安全的基本型態已有相當紮實的理解。
解析 DDoS 的運作機制
這道題目的關鍵在於理解「分散式 (Distributed)」與「阻斷服務 (Denial of Service)」這兩個概念。所謂的阻斷服務,其最終目的是讓目標伺服器或網路資源耗盡(例如頻寬、記憶體或 CPU 運算能力),導致正常用戶無法獲得服務。而「分散式」則進一步升級了攻擊手段,攻擊者不再只從單一電腦發動,而是操控成千上萬台分佈於全球的受感染裝置(通常稱為殭屍網路,Botnet)同時向目標發送海量請求。這正是選項 (C) 所描述的情境:利用來自多個來源 (multiple sources) 的流量來淹沒目標。
▼ 還有更多解析內容