Linux Iptables & firewalld interview question and answers | quiz test | Play and learn easily
🔒 Linux Firewall Challenge: iptables & firewalld
Test your knowledge of the fundamental concepts, chains, actions, and management of the two major Linux firewall solutions. **Pass with 80% to proceed to the next difficulty level.**
iptables Basics: 0/10 (0%)
firewalld Basics: 0/10 (0%)
Advanced Concepts: 0/10 (0%)
Level 1: iptables Fundamentals
1.1 In iptables, what is the default action a packet takes if it does **not** match any rule in a chain?
**Correct Answer: B.** The **Policy** is the ultimate fate of a packet that traverses the chain without matching a target.
**End of iptables Basics. Click "Next Level" to continue.**
Level 2: firewalld Fundamentals
2.1 What is the primary conceptual difference between `iptables` and `firewalld`?
**Correct Answer: B.** The dynamic nature and the concept of **zones** (trusted, home, public, etc.) are central to `firewalld`.
**End of firewalld Basics. Click "Next Level" to continue.**
Level 3: Advanced Firewall Concepts
3.1 What is the primary purpose of the **`FORWARD`** chain in iptables?
**Correct Answer: C.** The **`FORWARD`** chain is only processed when the Linux box is acting as a router between two different networks.
**Firewall Mastered! Click "Finish Quiz" to see your final summary.**
Comments
Post a Comment