What is the role of a web proxy in network security? MCQ with Answer and Explanation

What is the role of a web proxy in network security?
A. To filter and monitor web traffic
B. To hide the user's IP address
C. All of the above
D. To cache content
Answer: Option C
Solution (By JKExamLibrary)
A web proxy can serve multiple purposes: filtering, anonymity, caching, and content acceleration.

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 protocol for synchronizing email across multiple devices?
A. SMTP
B. MIME
C. POP3
D. IMAP

Correct Answer: Option D


Explanation:
IMAP synchronizes email folders and messages across devices, ensuring that actions on one device reflect on others, unlike POP3 which is typically download-and-delete.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the function of the 'User-Agent' string sent inside an HTTP request header to a remote web server?
A. To identify the specific browser application, version, and operating system of the client to the server
B. To check local hardware device temperature metrics
C. To specify the physical routing coordinates of the local ISP link
D. To transmit the user's encrypted master system password

Correct Answer: Option A


Explanation:
The User-Agent header string acts as a technical badge, telling the web server what browser software and operating system the client is using so it can tailor content compatibility.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a type of web-based attack that exploits the trust a site has in a user's browser?
A. CSRF
B. Session fixation
C. XSS
D. Clickjacking

Correct Answer: Option A


Explanation:
CSRF exploits the trust a website has in the user's authenticated session, forcing the user to perform unwanted actions.

This question belongs to: Computer Internet and Web Technologies