Network Tools and Commands Flashcards

1
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
2
Q

Packet Capturing Tool

A

Captures network packets in real time; like Wireshark

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

Trivial File Transfer Protocol (TFTP)

A

Protocol for exchanging files between two TCP/IP machines

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

TFTP Server

A

Used for simple file transfers on a network and boot-loading; mostly configs

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

IP Scanner

A

Used to search for and detect IP addresses and other information related to devices on the network; nmap Angry IP Scanner, etc.

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

What do you do if you don’t have connectivity?

A

Can you ping 8.8.8.8?
Can you ping default gateway?
Can you ping a local client’s IP address?
Can you ping yourself? Ping 127.0.0.1 (if you can’t, you have a nic or cabling issue)

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

ip command

A

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

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

Nslookup

A

Used to query the DNS to provide the mapping between domain names and IP addresses or other DNS records

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

dig

A

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

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

hostname

A

used to display the hostname portion of the full computer name

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

arp

A

Used to display and modify entries in the Address Resolution Protocol (or ARP) cache on a system

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

how do you clear the arp cache?

A

arp -d

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

route

A

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

17
Q

nbtstat

A

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

18
Q

netstat

A

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

19
Q

telnet

A

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

20
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

21
Q

nmap

A

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

22
Q

show interface

A

Displays statistics for the network interfaces on the devices

23
Q

show config

A

displays the current system configuration on the screen

24
Q

show route

A

Displays the current state of the routing table on the device