312-50V9 · Question #29
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, where administrators define explicit rules such as ACL entries to permit or deny network traffic.
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
(28 responses)- B7% (2)
- C89% (25)
- D4% (1)
Why each option
Routers and firewalls use rule-based access control, where administrators define explicit rules such as ACL entries to permit or deny network traffic.
Mandatory access control uses sensitivity labels and clearance levels assigned by a central authority, typically found in government or military OS environments, not on network devices.
Discretionary access control allows resource owners to grant permissions to others, which is a file or object-level model and does not apply to router or firewall traffic filtering.
Rule-based access control (RuBAC) applies a set of administrator-defined rules to all subjects uniformly, regardless of identity or role. ACLs on routers and firewalls match traffic against ordered rule sets (permit/deny statements), making RuBAC the correct model for limiting network activity at the network layer.
Role-based access control grants access based on a user's organizational role, which is an identity-centric model and not the mechanism ACLs use to filter packets.
Concept tested: Rule-based access control on network devices
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.