CMD Tools & Software Tools

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

This software tool:

• View wireless information• Signal-to-noise ratio,channel information, etc.


wireless packet analysis

2
New cards

This software tool:

Capture and display network traffic• Use a physical tap or redirect on the switch . used to detect network problems, intrusion attempts, and monitor network issues . aka packet sniffer . ex : wireshark


protocol analyzer

3
New cards

This software tool:

Bandwidth testing• Pre- and post-change analysis• Not all sites are the same


Speed test sites

4
New cards

This software tool:

Scan for open ports and IP addresses• Visually map the network• Rogue system detection


IP and port scanner

5
New cards

This software tool:

Performance monitoring• Speed testing• Run tests across different OSes


iperf

6
New cards

This software tool:

Gather traffic statistics• Standard collection method• Probes and collectors



NetFlow

7
New cards

This software tool:

Trivial File Transfer Protocol• File transfers, firmware upgrades• Your device is the TFTP server


TFTP Server

8
New cards

This software tool :

• SSH (Secure Shell)• Encrypted communication• Support across many OSes


Terminal emulator

9
New cards

test reachability to the tcp\IP address

ping

10
New cards

ping until stopped with ctrl-c

ping -t

11
New cards

resolve address to a hostname

ping -a

12
New cards

send # of echo requests

ping -n [count] [ip address]

13
New cards

send with don’t fragment flag set

ping -f

14
New cards

windows tcp\ip config

ipconfig

15
New cards

display all ip config details

ipconfig /all

16
New cards

release the dhcp lease

ipconfig /release

17
New cards

renew the dhcp lease

ipconfig /renew

18
New cards

flush the dns resolver cache

ipconfig \flushdns

19
New cards

linux interface configuration

ifconfig

20
New cards

the latest linux utility

ip address

21
New cards

what two commands can you use to look up info from DNS servers?

nslookup

dig

22
New cards

this cmd determines the route a packet takes to a destination

traceroute

23
New cards

view the local arp table

arp -a

24
New cards

show all active connections ( linux )

netstat -a

25
New cards

show binaries (linux)

netstat -b

26
New cards

do not resolve names ( linux )

netstat -

27
New cards

view the FQDN and ip address of the device

hostname

28
New cards

view the device’s routing table and find out which way the packets will go

route print ( windows )

netstat -r (linux or macOS)

29
New cards

login to devices remotely useful for checking a port or application

telnet [ip address] [ port number ]

30
New cards

capture packets from cmd line

tcpdump

31
New cards

this software

Network mapper - find network devices• Port scan - Find devices and identify open ports• Operating system scan– Discover the OS without logging in to a device


nmap

32
New cards

view interfaces on a device, view detailed interface information

show interface

33
New cards

view the device config

show config

34
New cards

view routing table

show route

35
New cards

electronic equipment used to test cables, such as unshielded twisted pair and coaxial cables.

Transmits a signal through the cable and then the signal is reflected back

TDR time-domain reflector

36
New cards

this device is used to test electrical circuits , measures voltage, current etc.

multimeter

37
New cards