Bash, the Crucial Exams Chat Bot
AI Bot

Linux Networking Concepts Flashcards

ping
/etc/network/interfaces
telnet or nc
Configures or displays network interfaces (deprecated in newer Linux versions)
What command can test connections to specific ports on a remote server
What is the command to display routing table information in Linux
ip route show
What command displays network interfaces and their IP configurations
What is the primary configuration file for network interface settings in Linux systems
ip addr show
Which tool is used to test network connectivity by sending ICMP echo requests
What does the 'ifconfig' command do on Linux
FrontBack
How do you restart the NetworkManager service on a Linux systemsystemctl restart NetworkManager
How do you view active network connections and listening ports using modern toolsss -tuln
What command can test connections to specific ports on a remote servertelnet or nc
What command checks for open ports and services running on a Linux systemnetstat or ss
What command displays network interfaces and their IP configurationsip addr show
What does the 'ifconfig' command do on LinuxConfigures or displays network interfaces (deprecated in newer Linux versions)
What is the command to display routing table information in Linuxip route show
What is the command to flush or clear the IP address configuration on an interfaceip addr flush dev [interface]
What is the default configuration file for hostname resolution in Linux/etc/hosts
What is the primary configuration file for network interface settings in Linux systems/etc/network/interfaces
What tool can capture and analyze network packets in real-timetcpdump
Which configuration file is used to define DNS servers in Linux/etc/resolv.conf
Which protocol is commonly used for transferring files between Linux systems securelySCP (Secure Copy Protocol)
Which service is used to dynamically assign IP addresses in a Linux networkDHCP
Which tool is used to test network connectivity by sending ICMP echo requestsping
Front
What tool can capture and analyze network packets in real-time
Click the card to flip
Back
tcpdump
Front
What is the primary configuration file for network interface settings in Linux systems
Back
/etc/network/interfaces
Front
How do you view active network connections and listening ports using modern tools
Back
ss -tuln
Front
What command can test connections to specific ports on a remote server
Back
telnet or nc
Front
Which tool is used to test network connectivity by sending ICMP echo requests
Back
ping
Front
What is the command to display routing table information in Linux
Back
ip route show
Front
What command displays network interfaces and their IP configurations
Back
ip addr show
Front
How do you restart the NetworkManager service on a Linux system
Back
systemctl restart NetworkManager
Front
What is the command to flush or clear the IP address configuration on an interface
Back
ip addr flush dev [interface]
Front
Which service is used to dynamically assign IP addresses in a Linux network
Back
DHCP
Front
What command checks for open ports and services running on a Linux system
Back
netstat or ss
Front
What does the 'ifconfig' command do on Linux
Back
Configures or displays network interfaces (deprecated in newer Linux versions)
Front
Which protocol is commonly used for transferring files between Linux systems securely
Back
SCP (Secure Copy Protocol)
Front
What is the default configuration file for hostname resolution in Linux
Back
/etc/hosts
Front
Which configuration file is used to define DNS servers in Linux
Back
/etc/resolv.conf
1/15
This deck addresses networking topics such as configuration files, tools, protocols, and troubleshooting techniques specific to Linux systems.
Share on...
Follow us on...