What is the purpose of a web application firewall (WAF)? MCQ with Answer and Explanation

What is the purpose of a web application firewall (WAF)?
A. To monitor and filter HTTP traffic to protect web applications
B. To manage domain names
C. To cache web content
D. To encrypt web traffic
Answer: Option A
Solution (By JKExamLibrary)
A WAF monitors, filters, and blocks HTTP traffic to and from a web application to protect against common attacks such as SQL injection and XSS.

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 does a web browser perform when executing a 'DNS Lookup' operation?
A. It downloads heavy multimedia files to local cache blocks.
B. It clears out localized hardware registry errors.
C. It queries DNS servers to resolve a domain name string into its underlying IP address.
D. It establishes a secure tunnel path via proxy configurations.

Correct Answer: Option C


Explanation:
DNS resolution looks up human-readable text domain destinations to find their matching numerical IP addresses so network connections can be established.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the function of the 'DOCTYPE' declaration in HTML?
A. To specify the HTML version and standards mode
B. To set the page title
C. To link to an external stylesheet
D. To define the character encoding

Correct Answer: Option A


Explanation:
The DOCTYPE declaration tells the browser which version of HTML to use and triggers standards mode for proper rendering.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'accept-charset' attribute in an HTML form?
A. To validate input
B. To specify the character encodings accepted for form submission
C. To define the content type
D. To set the form's character set

Correct Answer: Option B


Explanation:
The accept-charset attribute specifies the character encodings that the server accepts when the form is submitted.

This question belongs to: Computer Internet and Web Technologies