Network Tools and Commands Flashcards

1
Q

Wireless Analyzer

A

Ensures you have the proper coverage and helps prevent overlap
between wireless access point coverage zones and channels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Protocol Analyzer

A

Used to capture and analyze signals and data traffic over a

communication channel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Packet Capturing Tool

A

Used to capture packets running over a network connection in real time
and then save them for later analysis
tcpdump, solarwinds, …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bandwidth Speed Test

A

Verifies the real-world throughput from a client device all the way out to
the Internet and back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Port Scanner

A

Determines which ports are open on a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

iPerf

A

Gathers an active measurement of the maximum achievable bandwidth
on an IP-based network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

NetFlow Analyzer

A

Performs monitoring, troubleshooting and in-depth inspection,
interpretation, and synthesis of traffic flow data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

(TFTP)

A

Trivial File Transfer Protocol (TFTP)

Protocol for exchanging files between two TCP/IP machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TFTP Server

A

Used for simple file transfers on a network and boot-loading of remote
devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Terminal Emulator

A

▪ 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

IP Scanner

A

Used to search for and detect IP addresses and other information related
to devices on the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Ping

A

▪ 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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Traceroute/ Tracert

A

Displays the path between your device (the source) and the destination
IP address, showing each route hop along the path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Hop

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

IP Configuration (ipconfig)

A

Displays all of the current TCP/IP network configuration values and
refreshes DHCP and DNS settings for a Windows client/server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Interface Configuration (ifconfig)

A

▪ Command line tool used in Unix, Linux, and OS X systems to display IP
address information
▪ ifconfig is considered officially deprecated

17
Q

ip

A

Assigns an address to a network interface or configures network interface
parameters on a Unix, Linux, or OS X operating system

18
Q

Name Server Lookup (nslookup)

A

▪ Used to query the DNS to provide the mapping between domain names
and IP addresses or other DNS records
▪ In Windows, use set q=mx to search for mail exchange records
▪ In Linux, use set type=mx to search for mail exchange records

19
Q

dig

A

Used to conduct queries against DNS nameservers and is only available
for Linux, Unix, and OS X systems by default

20
Q

hostname

A

Used to display the hostname portion of the full computer name for a
given system

21
Q

Address Resolution Protocol (arp)

A

▪ Used to display and modify entries in the Address Resolution Protocol (or
ARP) cache on a system
▪ An ARP entry in the cache will get deleted after 21,600 seconds (6 hours)
● arp -d

22
Q

route

A

Used to view and manipulate the IP routing table in a Windows, Linux,
Unix, or OS X system

23
Q

Default Route

A

Route that takes effect when no other route is available for an IP
destination address

24
Q

nbtstat

A

Used to view the current connections and statistics for devices
communicating using the NetBIOS over TCP/IP protocol

25
Q

Network Statistics (netstat)

A

Displays information for IP-based connections on a client including its
current sessions, its source and destination IPs, and port numbers

26
Q

telnet

A

Provides a bidirectional interactive text-oriented communication facility
using a virtual terminal connection

27
Q

tcpdump

A

Allows for the display of TCP/IP and other packets being transmitted or
received over a network to the client’s screen

28
Q

Network Mapper (nmap)

A

Discovers hosts and services on a computer network by sending packets
and analyzing the responses

29
Q

Network Platform

A

Refers to any router, switch, or firewall, regardless of the brand or
manufacturer

30
Q

show interface

A

Displays statistics for the network interfaces on the device

31
Q

show config

A

Displays the current system configuration on the screen

32
Q

show route

A

Displays the current state of the routing table on the device