Linux Networking Important commands | Linux Network Configuration & Maintenance | Interview questions and answers
📡 Linux Networking Challenge: Configuration & Maintenance
Test your knowledge of essential commands, configuration files, firewall management, and troubleshooting for Linux networking. **Pass with 80% to proceed to the next difficulty level.**
Tools & Interfaces: 0/10 (0%)
Routing & DNS: 0/10 (0%)
Firewall & Advanced: 0/10 (0%)
Level 1: Networking Tools & Interfaces
1.1 Which command is the modern, preferred utility for configuring IP addresses, routes, and interfaces on most current Linux distributions (replacing `ifconfig`)?
**Correct Answer: B. `ip`**. The **`ip`** command (part of the iproute2 suite) is the standard modern tool, used for tasks like `ip addr show` and `ip route add`.
**End of Tools & Interfaces. Click "Next Level" to continue.**
Level 2: Routing & DNS
2.1 How would you view the Linux kernel's IP routing table?
**Correct Answer: C. `ip route show`**. This command displays the current routing table entries, showing how the kernel will send traffic destined for different networks.
**End of Routing & DNS. Click "Next Level" to continue.**
Level 3: Firewall & Advanced Concepts
3.1 Which utility is used to manage the Linux kernel's firewall rules (Netfilter) on modern RHEL/CentOS systems?
**Correct Answer: B. `firewall-cmd`**. **Firewalld** is the default firewall management service on Red Hat-based systems, using the `firewall-cmd` command-line tool.
**Networking Mastered! Click "Finish Quiz" to see your final summary.**
Comments
Post a Comment