Firewall Policies vs Firewall Rules – Differences

firewall

I just want to understand some concepts related to the firewall. Is there any difference between saying firewall policies and firewall rules? Can we say a firewall includes a set of policies each of which defines a set of special rules?

Thank you.

Best Answer

Though there are (as far as I know) no strict definitions, you say that policies are the abstract, high level definitions of what traffic should and shouldn't be allowed. Firewall rules are the translation of policies into practical configuration.

For example: the policy "allow only management traffic from trusted networks" is translated into rules which allow traffic from 192.2.0.0/24 to TCP/22 and from 192.2.100.0/24 to TCP/3389.