Network Troubleshooting Tools

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

1/19

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.

20 Terms

1
New cards

ping

Sends ICMP echo request, displays time and TTL.

2
New cards

traceroute

Traces IP packet route, shows hops and times.

3
New cards

tracepath

Displays path from source to destination.

4
New cards

ipconfig

Provides IP, subnet mask, gateway info on Windows.

5
New cards

ifconfig

Configures network interfaces on Linux.

6
New cards

arp

Maps IP to MAC addresses in ARP cache.

7
New cards

netstat

Displays network adapter and port info.

8
New cards

nslookup

Troubleshoots DNS, displays name to IP mappings.

9
New cards

dig

Queries DNS servers, troubleshoots DNS.

10
New cards

whois

Looks up domain or IP address ownership.

11
New cards

route

Displays or modifies route tables on hosts.

12
New cards

scp

Securely copies files between servers using SSH.

13
New cards

ftp

Copies files unencrypted between hosts.

14
New cards

tftp

Transfers files using UDP on local networks.

15
New cards

finger

Displays user info on remote systems.

16
New cards

nmap

Scans networks to find hosts and open ports.

17
New cards

tcpdump

Displays transmitted packets for troubleshooting.

18
New cards

telnet

Allows remote management unencrypted.

19
New cards

ssh

Securely manages accounts and devices remotely.

20
New cards

cat

Creates, views, concatenates files in terminal.