Network Tools and Commands Flashcards
Wireless Analyzer
Ensures you have the proper coverage and helps prevent overlap
between wireless access point coverage zones and channels
Protocol Analyzer
Used to capture and analyze signals and data traffic over a
communication channel
Packet Capturing Tool
Used to capture packets running over a network connection in real time
and then save them for later analysis
tcpdump, solarwinds, …
Bandwidth Speed Test
Verifies the real-world throughput from a client device all the way out to
the Internet and back
Port Scanner
Determines which ports are open on a network
iPerf
Gathers an active measurement of the maximum achievable bandwidth
on an IP-based network
NetFlow Analyzer
Performs monitoring, troubleshooting and in-depth inspection,
interpretation, and synthesis of traffic flow data
(TFTP)
Trivial File Transfer Protocol (TFTP)
Protocol for exchanging files between two TCP/IP machines
TFTP Server
Used for simple file transfers on a network and boot-loading of remote
devices
Terminal Emulator
▪ Allows a host computer to access another computer through a command-
line interface or a graphical one using either Telnet or SSH
▪ Always use SSH instead of Telnet
IP Scanner
Used to search for and detect IP addresses and other information related
to devices on the network
Ping
▪ Used to check IP connectivity between two devices, most often for
network troubleshooting
▪ Similar to Windows version, except it runs forever by default (like –t in
Windows)
Traceroute/ Tracert
Displays the path between your device (the source) and the destination
IP address, showing each route hop along the path
Hop
Any router or firewall that is in the path of the transmission from the client to the destination ● If cannot ping google.com o ping 8.8.8.8 ● If cannot ping 8.8.8.8 o ping default gateway ● If cannot ping default gateway o ping local client’s IP address ● If cannot ping local IP address o ping local host of 127.0.0.1
IP Configuration (ipconfig)
Displays all of the current TCP/IP network configuration values and
refreshes DHCP and DNS settings for a Windows client/server