Soru

Zorluk: OrtaFirewalls and Access Control Lists (ACLs)

A network security administrator is configuring traffic filtering rules on a perimeter security appliance connecting an internal server zone (10.50.0.0/2410.50.0.0/24) to an isolated database server (192.168.50.10192.168.50.10). The administrator configures explicit rules permitting TCP port 1433 traffic for database queries. However, administrative management scripts sending UDP status probes on port 1434 from the same subnet are silently dropped without generating an explicit block rule entry in the event log. Which of the following explains why the management script traffic is being blocked?

  1. The traffic is dropped by the unwritten implicit deny rule evaluated at the end of the access control list when no explicit permit rule matches.Cevap
  2. B
    The firewall automatically denies UDP traffic because transport layer port filtering can only be configured for connection-oriented TCP traffic.
  3. C
    Access control list rules operate exclusively at Layer 3 of the OSI model and cannot evaluate transport layer port numbers such as port 1434.
  4. D
    UDP port 1434 traffic is blocked because port numbers above 1024 are reserved strictly for outbound source ports and cannot be destination ports.

Cevap

The traffic is denied because Access Control Lists and firewall rule tables end with an implicit deny all statement, which automatically drops any traffic that fails to match an explicit permit rule.
In firewall and router Access Control List (ACL) implementations, an invisible implicit deny rule exists at the bottom of every rule set. When network traffic (such as UDP port 1434 probes) does not match any of the preceding explicit permit statements, it reaches the end of the rule list and is dropped automatically by the implicit deny.

Adım Adım Çözüm

1
Analyze the existing firewall rule base.
The configured rules explicitly permit TCP port 1433 from 10.50.0.0/2410.50.0.0/24 to 192.168.50.10192.168.50.10, but no rule permits UDP port 1434.
Firewalls process rule sets sequentially from top to bottom until a match is found.
2
Evaluate the default behavior for unmatched traffic in ACL/firewall architectures.
Unmatched packet streams hit the final, invisible 'deny all' statement.
Security best practices enforce default-deny postures; if traffic is not explicitly permitted, it is denied implicitly.
3
Select the correct explanation for the observed drop.
The missing permit rule for UDP port 1434 causes the packet to fall through to the implicit deny rule.
Adding an explicit permit rule for UDP port 1434 will resolve the connection drops.

Anahtar Kavram

ACL Implicit Deny Rule Architecture
Bu soruyu puanla