D315 - Network Commands

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

1/17

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.

18 Terms

1
New cards

tcpdump

Displays TCP/IP packets being transmitted over network; form of protocol analyzer (sniffer); shows packet contents in human language

2
New cards

ipconfig

IP, subnet mask, and default gateway for each network adapter. /all will show more info.

3
New cards

ifconfig

Configure kernel network interfaces (make changes); shows IP, subnet mask, gateway, MAC.

4
New cards

traceroute/tracert

Traces route an IP packet takes

5
New cards

dig (domain information groper)

Used to query DNS (Linux)

6
New cards

whois

Used to look up owner of domain or block of IP addresses

7
New cards

route(print)

Used to display current route tables on a host; add/remove routes

8
New cards

SCP (Secure Copy Protocol)

Used to copy files between servers using SSH

9
New cards

FTP (File Transfer Protocol)

Copies file from one host to another host (unencrypted)

10
New cards

nmap

Scans network for hosts and open ports

11
New cards

ping

Tests connectivity to other hosts using ICMP

12
New cards

tracepath

Displays path taken by a packet to destination (can be used by any user)

13
New cards

ARP

Displays IP to MAC address mappings for hosts discovered in cache; can add, remove, or modify entries.

14
New cards

netstat

Displays info about active ports and their state.

15
New cards

nslookup

Used to query DNS to find IP addresses and domain name mappings (Windows)

16
New cards

TFTP (Trivial File Transfer Protocol)

Transfers a file from client to server (and vice versa) using UDP; used on local networks

17
New cards

finger

Displays info about a user on a remote system

18
New cards

telnet/ssh

Allows a user to manage accounts and devices remotely. SSH = encrypted; telnet = unencrypted