A corporate web application suddenly becomes unresponsive after an external adversary directs a massive, synchronized volume of HTTP request traffic from thousands of compromised hosts, fully saturating the internet edge routers. A subsequent incident investigation confirms that no sensitive data was intercepted or modified, but internal employees were completely prevented from accessing the application during the outage. Which principle of the CIA triad was directly violated by this attack?
- AvailabilityAnswer
- BConfidentiality
- CIntegrity
- DNon-repudiation
Answer
Availability is the principle of the CIA triad directly compromised because the attack prevented authorized users from accessing the service without violating data confidentiality or integrity.
The correct answer is Availability. The CIA triad consists of Confidentiality (preventing unauthorized data disclosure), Integrity (preventing unauthorized data tampering), and Availability (ensuring system and data accessibility for authorized users). A Distributed Denial of Service (DDoS) attack depletes system or network resources to cause service unresponsiveness, directly violating the Availability pillar.
Step-by-Step Solution
Key Concept
CIA Triad (Confidentiality, Integrity, Availability) in Network Security