What is the term given to an attack that floods a target web server with a massive volume of dummy traffic from thousands of infected computers simultaneously to take it offline? MCQ with Answer and Explanation

What is the term given to an attack that floods a target web server with a massive volume of dummy traffic from thousands of infected computers simultaneously to take it offline?
A. Distributed Denial of Service (DDoS)
B. Cross-Site Scripting (XSS)
C. Man-in-the-Middle (MitM)
D. SQL Injection
Answer: Option A
Solution (By JKExamLibrary)
A DDoS attack uses botnets (networks of compromised machines) to overwhelm target servers with traffic, causing them to slow down or crash completely.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What mechanism does a web server implement to gracefully instruct a browser that an old web resource has changed its location permanently to a new URL address asset?
A. Issuing an HTTP 301 Moved Permanently response code with the new location header
B. Setting a temporary session tracking cookie inside memory
C. Issuing a general 500 Internal Error crash notification alert
D. Altering the local computer DNS router configurations

Correct Answer: Option A


Explanation:
An HTTP 301 redirect informs browsers and search engines that a page has permanently relocated, prompting them to update their links and pass SEO ranking history to the new URL.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is a web cache?
A. A protocol for secure communication
B. A type of browser extension
C. A storage area for frequently accessed web resources
D. A search engine algorithm

Correct Answer: Option C


Explanation:
A web cache stores copies of web resources (like images, HTML) to reduce bandwidth and improve response times for subsequent requests.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is a web browser's 'bookmark' used for?
A. To save a URL for quick access later
B. To block websites
C. To store passwords
D. To manage browsing history

Correct Answer: Option A


Explanation:
A bookmark (or favorite) is a stored link to a web page that allows users to quickly revisit it without typing the URL again.

This question belongs to: Computer Internet and Web Technologies