GSLC · Question #558
Which of the following is used to allow or deny access to network resources?
The correct answer is C. ACL. Access Control Lists (ACLs) are the standard network mechanism for explicitly permitting or denying access to resources based on defined rules.
Question
Which of the following is used to allow or deny access to network resources?
Options
- ANFS
- BSystem hardening
- CACL
- DSpoofing
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C88% (30)
- D3% (1)
Why each option
Access Control Lists (ACLs) are the standard network mechanism for explicitly permitting or denying access to resources based on defined rules.
NFS (Network File System) is a distributed protocol for sharing files across a network - it enables file access but is not itself a mechanism for allowing or denying general network resource access.
System hardening is a security process of reducing attack surface by disabling unnecessary services and applying patches - it improves security posture but is not a resource access control mechanism.
An ACL is a rule-based list applied to network interfaces, file systems, or services that evaluates traffic or access requests against criteria such as source IP, destination port, or protocol, then permits or denies accordingly. ACLs are foundational to both network perimeter control (router/firewall rules) and resource-level access management. They directly fulfill the definition of allowing or denying access to network resources.
Spoofing is an offensive attack technique where an attacker forges an identity (IP, MAC, email) to impersonate a legitimate entity - it is an attack, not an access control countermeasure.
Concept tested: Access Control Lists (ACLs) for network resource control
Source: https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-confaccesslists.html
Topics
Community Discussion
No community discussion yet for this question.