What type of attack involves an adversary secretly intercepting, reading, or altering communication messages between two web parties without either side knowing the channel is compromised? MCQ with Answer and Explanation

What type of attack involves an adversary secretly intercepting, reading, or altering communication messages between two web parties without either side knowing the channel is compromised?
A. Phishing email broadcast
B. Man-in-the-Middle (MitM) Attack
C. SQL Injection vulnerability
D. Denial of Service crash sequence
Answer: Option B
Solution (By JKExamLibrary)
A Man-in-the-Middle (MitM) attack occurs when a hacker inserts themselves into a communication session between a client and server to eavesdrop or modify data in transit.

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 service that allows users to register domain names and host websites?
A. Domain registrar
B. Search engine
C. Web hosting provider
D. Both a and b

Correct Answer: Option D


Explanation:
Many companies offer both domain registration and web hosting services, so 'Both a and b' is correct.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What mechanism does a web application employ to securely preserve user identity state variables on the server side, linking them via a unique ID stored in a client cookie?
A. DNS Reverse Routing
B. Local Storage Matrix
C. FTP File Buffer
D. Server Session Management

Correct Answer: Option D


Explanation:
Session management saves detailed user states securely on the server and provides the client a temporary session identifier token to reference on subsequent visits.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'noscript' tag in HTML?
A. To provide alternative content for browsers that do not support JavaScript
B. To disable scripts
C. To embed server-side code
D. To hide elements

Correct Answer: Option A


Explanation:
The tag defines content to be displayed if the user's browser does not support or has disabled JavaScript.

This question belongs to: Computer Internet and Web Technologies