Which of the following is a type of web-based attack that exploits the trust a site has in a user's browser? MCQ with Answer and Explanation

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. Clickjacking
D. XSS
Answer: Option A
Solution (By JKSSB Mock Tests)
CSRF exploits the trust a website has in the user's authenticated session, forcing the user to perform unwanted actions.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What structural element forms the separator dividing individual query parameter pairs inside a standard URL structure, such as '?id=1&page=2'?
A. The forward slash (/) character
B. The hash (#) character
C. The colon (:) character
D. The ampersand (&) character

Correct Answer: Option D


Explanation:
In a URL query string, the question mark (?) initiates the parameters, while individual key-value pairs are separated from each other using the ampersand (&) character.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a type of web-based attack that involves injecting SQL queries into input fields?
A. Cross-Site Scripting
B. Cross-Site Request Forgery
C. SQL Injection
D. Session Hijacking

Correct Answer: Option C


Explanation:
SQL Injection is an attack where malicious SQL statements are inserted into input fields to manipulate the database.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following protocols is fundamentally used to resolve physical MAC addresses from known network layer IP addresses?
A. ICMP
B. ARP
C. DHCP
D. DNS

Correct Answer: Option B


Explanation:
ARP (Address Resolution Protocol) resolves a network layer internet protocol (IP) address into its corresponding data link layer hardware MAC address.

This question belongs to: Computer Internet and Web Technologies