312-50V11 · Question #257
Which type of access control is used on a router or firewall to limit network activity?
The correct answer is C. Rule-based. Routers and firewalls use rule-based access control to permit or deny network traffic based on defined rules such as ACLs.
Question
Which type of access control is used on a router or firewall to limit network activity?
Options
- AMandatory
- BDiscretionary
- CRule-based
- DRole-based
How the community answered
(41 responses)- A2% (1)
- B2% (1)
- C95% (39)
Why each option
Routers and firewalls use rule-based access control to permit or deny network traffic based on defined rules such as ACLs.
Mandatory Access Control (MAC) uses security labels and classifications assigned by a central authority, not packet-filtering rules on network devices.
Discretionary Access Control (DAC) allows resource owners to set permissions on their own objects, which is a file/object model not applied to network traffic filtering.
Rule-based access control evaluates traffic against an ordered set of administrator-defined rules, which is exactly how ACLs on routers and firewalls operate - each packet is matched against rules specifying source/destination IP, port, and protocol to permit or deny passage. This is the standard mechanism for filtering network activity at the perimeter.
Role-Based Access Control (RBAC) assigns permissions based on a user's organizational role, which governs user account privileges rather than network packet flow.
Concept tested: Rule-based access control on network devices
Source: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-162.pdf
Topics
Community Discussion
No community discussion yet for this question.