An IT security approach that removes implicit trust from within a network boundary, requiring continuous credential checking and session verification for every user, device, and connection is: MCQ with Answer and Explanation

An IT security approach that removes implicit trust from within a network boundary, requiring continuous credential checking and session verification for every user, device, and connection is:
A. Defense in Depth
B. Least Privilege Access
C. Zero Trust Architecture
D. Stateful Inspection Framework
Answer: Option C
Solution (By JKExamLibrary)
Zero Trust eliminates old default trust perimeters, enforcing strict continuous verification parameters for all connection assets regardless of network location.

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 primary role of a stateful inspection firewall in network security architectures?
A. To dynamically isolate viruses inside file sandboxes.
B. To resolve hardware MAC pointers to DNS records.
C. To monitor and track the status of active network connections, allowing response packets only from established sessions.
D. To encrypt local data storage volumes automatically.

Correct Answer: Option C


Explanation:
Stateful firewalls maintain connection tables tracking the state of active network interactions, blocking unexpected or unsolicited inbound traffic.

This question belongs to: Computer Cyber Security
Question #2 Report Error
What technique uses automated scripts to test a massive list of leaked username and password combinations across multiple websites to hijack accounts?
A. Buffer Overflow Exploit
B. Session Hijacking
C. SQL Injection
D. Credential Stuffing

Correct Answer: Option D


Explanation:
Credential stuffing exploits password reuse habits by testing databases of leaked credentials against automated web login forms.

This question belongs to: Computer Cyber Security
Question #3 Report Error
Which key concept limits user accounts and operational profiles to only the access parameters required to perform their specific job duties?
A. Stateful Inspection Mapping
B. Defense in Depth
C. Zero Trust Validation
D. Principle of Least Privilege (PoLP)

Correct Answer: Option D


Explanation:
The Principle of Least Privilege helps contain security breaches by ensuring users only have access to systems and files necessary for their specific role.

This question belongs to: Computer Cyber Security