Question
Which attack type specifically targets application-layer
protocols like HTTP, DNS, and SMTP?Solution
A DDoS attack overwhelms an application or server by flooding it with a high volume of requests, often targeting application-layer protocols such as HTTP (web requests), DNS (domain resolution), and SMTP (email services). Application-layer DDoS attacks are difficult to detect because they mimic legitimate user traffic, exhausting server resources.
- Impact: It disrupts services, leading to downtime, loss of business, and customer dissatisfaction.
- Prevention: Mitigation involves using rate limiting, traffic filtering, and DDoS protection services like Cloudflare or AWS Shield.
- Brute Force Attack: Attempts to crack passwords or keys, not overwhelm protocols.
- Injection Attack: Exploits database queries, not application-layer protocol overload.
- XSS: Targets client-side browsers, not server-layer protocols.
- CSRF: Exploits session trust, unrelated to flooding servers.
In a hypervisor-based virtualization environment, which of the following storage solutions is best suited for providing high availability and scalabilit...
Which CPU scheduling algorithm is considered optimal for minimizing the average waiting time in cases where process execution times are known in advanc...
- Which of the following is NOT one of the SOLID principles of software design?
Which of the following page replacement algorithms results in the lowest page-fault rate for a given reference string but is often impractical to implem...
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
What is the primary advantage of using container orchestration tools like Kubernetes over traditional virtual machines (VMs) for managing applications i...
Which search strategy guarantees the optimal solution?
Bitwise operators in C++
- Which of the following is NOT a valid relational algebra operation?                            ...
Identify correct statement w.r.t Java Syntax