Bird
0
0

Why does ufw use iptables under the hood?

hard📝 Conceptual Q10 of 15
Linux CLI - System Administration
Why does ufw use iptables under the hood?
A<code>ufw</code> replaces <code>iptables</code> completely with a new firewall engine
B<code>ufw</code> only manages outgoing traffic, while <code>iptables</code> manages incoming
C<code>iptables</code> is deprecated and <code>ufw</code> is the new standard
D<code>ufw</code> is a user-friendly frontend that simplifies managing <code>iptables</code> rules
Step-by-Step Solution
Solution:
  1. Step 1: Understand relationship between ufw and iptables

    ufw is designed as an easy-to-use interface to manage complex iptables rules.
  2. Step 2: Verify other options

    ufw does not replace iptables, nor is iptables deprecated; it manages both incoming and outgoing traffic.
  3. Final Answer:

    ufw is a user-friendly frontend that simplifies managing iptables rules -> Option D
  4. Quick Check:

    ufw simplifies iptables management [OK]
Quick Trick: ufw = easy frontend for iptables [OK]
Common Mistakes:
  • Thinking ufw replaces iptables
  • Believing iptables is deprecated

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes