nerdexam
GIAC

GSLC · Question #576

A database administrator contacts a security administrator to request firewall changes for a connection to a new internal application. The security administrator notices that the new application…

The correct answer is C. Access control lists. The security administrator is applying an ACL-based policy to explicitly control which ports and services are permitted through the firewall, rejecting a port associated with malicious activity.

Security Architecture & Engineering

Question

A database administrator contacts a security administrator to request firewall changes for a connection to a new internal application. The security administrator notices that the new application uses a port typically monopolized by a virus. The security administrator denies the request and suggests a new port or service be used to complete the application's task. Which of the following is the security administrator practicing in this example?

Options

  • AExplicit deny
  • BPort security
  • CAccess control lists
  • DImplicit deny

How the community answered

(50 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    78% (39)
  • D
    12% (6)

Why each option

The security administrator is applying an ACL-based policy to explicitly control which ports and services are permitted through the firewall, rejecting a port associated with malicious activity.

AExplicit deny

Explicit deny is a specific type of ACL rule entry (a written deny statement), not the broader practice of reviewing and enforcing port-based policies described in the scenario.

BPort security

Port security is a Layer 2 switch feature that limits network access by MAC address on physical ports, and is unrelated to firewall rule management or application port assignment.

CAccess control listsCorrect

Access control lists enable administrators to define explicit permit and deny rules based on port numbers and protocols. By denying the firewall request for a port associated with known malware and directing the team to use an alternative, the administrator is enforcing a port-based ACL policy. This is a proactive use of ACLs to reduce exposure to known threat vectors by controlling which ports traverse the network boundary.

DImplicit deny

Implicit deny is the default drop-all behavior at the end of an ACL when no rule matches; the administrator here is making an active, deliberate policy decision rather than relying on a default fallback.

Concept tested: ACL port-based firewall policy enforcement

Source: https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-acls.html

Topics

#access control lists#port policy#firewall management#least privilege

Community Discussion

No community discussion yet for this question.

Full GSLC Practice