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

nslookup

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

2
New cards

ARP

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

3
New cards

finger (Linux)

Displays info about a user on a remote system

4
New cards

nmap

Scans network for hosts and open ports

5
New cards

tcpdump

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

6
New cards

telnet/ssh

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

7
New cards

ping

Tests connectivity to other hosts using ICMP

8
New cards

ipconfig (Windows)

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

9
New cards

ifconfig (Linux)

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

10
New cards

traceroute/tracert

Traces route an IP packet takes

11
New cards

tracepath (Linux)

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

12
New cards

netstat

Displays info about active ports and their state.

13
New cards

dig (domain information groper)

Used to query DNS (Linux)

14
New cards

whois (Linux)

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

15
New cards

route(print)

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

16
New cards

SCP (Secure Copy Protocol)

Used to copy files between servers using SSH

17
New cards

FTP (File Transfer Protocol)

Copies file from one host to another host (unencrypted)

18
New cards

TFTP (Trivial File Transfer Protocol)

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