Networking Flashcards
1
Q
Explain what netstat does.
A
Netstat is a networking utility that allows you to print network connections. It can show you what ports the server is listening on, specify TCP and UDP protocols. You can also show the route table with “netstat -r”.
My personal favorite command: “netstat -plaunt”
2
Q
Explain ifconfig
A
Prints the network interfaces, ipv4 and ipv6 addresses, subnet mask, mtu
3
Q
Name some commands that can be used in place of ifconfig.
A
ip addr, ip link