A protocol exploit where a threat actor inserts their device into the communication pathway between a client terminal and an internet server to eavesdrop or alter data packets silently is a/an: MCQ with Answer and Explanation

A protocol exploit where a threat actor inserts their device into the communication pathway between a client terminal and an internet server to eavesdrop or alter data packets silently is a/an:
A. Brute Force Cracking
B. Man-in-the-Middle (MitM) Attack
C. Distributed Traffic Flood
D. SQL Injection Exploit
Answer: Option B
Solution (By JKExamLibrary)
MitM attacks intercept communication paths between two trusting parties to secretly listen to, relay, or manipulate data payloads.

This question belongs to: Computer Cyber Security

Discuss this Question (0)

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

Practice More Cyber Security Questions

Question #1 Report Error
What is the purpose of a VPN in an organization?
A. To increase internet speed
B. To provide secure remote access to the corporate network
C. To provide free internet
D. To block all ads

Correct Answer: Option B


Explanation:
A VPN allows employees to securely access the corporate network from remote locations, encrypting data and protecting it from interception.

This question belongs to: Computer Cyber Security
Question #2 Report Error
Which of the following is a characteristic of a secure network design?
A. Use of default passwords
B. Disabled firewalls
C. Segmentation of network
D. Open access for all

Correct Answer: Option C


Explanation:
Network segmentation divides a network into smaller, isolated segments, limiting the spread of attacks and improving security.

This question belongs to: Computer Cyber Security
Question #3 Report Error
Which process uses a cryptographic hash function to convert a user's plain text password into a short, fixed-length string of characters before saving it in a secure database?
A. File Compression
B. Password Hashing / Salting
C. Heuristic Mapping
D. Sandboxing Isolation

Correct Answer: Option B


Explanation:
Password hashing applies one-way cryptographic algorithms to obscure plain text passwords, ensuring cleartext credentials aren't exposed if the database is breached.

This question belongs to: Computer Cyber Security