Which parameter indicates a 'Web Cache Poisoning' exploit intent? MCQ with Answer and Explanation

Which parameter indicates a 'Web Cache Poisoning' exploit intent?
A. An attacker sends thousands of unwanted physical junk mail deliveries to an office building.
B. An attacker manipulates a web server's proxy cache hub into storing and serving a flawed or malicious version of a webpage to subsequent innocent users.
C. An attacker cuts a physical underwater fiber optic internet line.
D. An attacker updates a computer's local graphics driver without authorization.
Answer: Option B
Solution (By JKExamLibrary)
Web cache poisoning involves forcing cache servers to store invalid or malicious HTTP responses, which are then distributed to unsuspecting users requesting the same page.

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
Which of the following is a method to secure cookies against cross-site scripting attacks?
A. All of the above
B. HttpOnly flag
C. Secure flag
D. SameSite flag

Correct Answer: Option A


Explanation:
HttpOnly prevents client-side script access, Secure ensures transmission over HTTPS, and SameSite restricts cross-site requests, all enhancing cookie security.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What does the acronym AJAX stand for?
A. Asynchronous Java and XML
B. Advanced JavaScript and XHTML
C. Automated JavaScript and XML
D. Asynchronous JavaScript and XML

Correct Answer: Option D


Explanation:
AJAX stands for Asynchronous JavaScript and XML, a technique for creating asynchronous web applications that exchange data with the server without reloading the page.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following security protocols adds an encrypted wrapper layer around a standard File Transfer Protocol channel to protect authentication variables?
A. SMTP route link
B. FTPS (FTP over SSL/TLS)
C. Telnet console channel
D. Unencrypted HTTP link

Correct Answer: Option B


Explanation:
FTPS is an extension to the standard File Transfer Protocol (FTP) that adds support for Transport Layer Security (TLS) and Secure Sockets Layer (SSL) cryptographic protocols.

This question belongs to: Computer Internet and Web Technologies