Basic Network Commands D315

0.0(0)
studied byStudied by 0 people
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

Ping

*used for troubleshooting network problems

*sends out an ICMP packet to its destination

*waits to see if it gets replied to

*shows latency

2
New cards

Traceroute/Tracert

*show you the path that your data is taking to get to a destination

*shows hops, max of 30 hops

*shows where it stops at

3
New cards

Tracepath

shows the path that it is taking to get somewhere

4
New cards

ipconfig

*Windows command

*shows how your network adapter is configured

*shows IP address, subnet mask, default gateway, MAC address info, DHCO info

5
New cards

ifconfig

Linux command for finding out a computer's IP address information

can change ingo

6
New cards

ARP

Address Resolution Protocol

*shows other devices on your network and their MAC addresses

*can be used to manually update & modify

7
New cards

Netstat

scans system to show which ports are active or have an active connection

8
New cards

NSlookup

*query DNS server to find out the domain name to IP address mapping

*Windows command

9
New cards

Dig

*Linux command

*queries the DNS server to find out the domain name to IP address mapping

10
New cards

Whois

shows who owns a registered domain

11
New cards

Route

*Windows command

*shows routing table

*consists of different networks that your system has learned and then how it knows how to get to that network

*can modify table

12
New cards

SCP

*Secure Copy Protocol

*tcp/22.

*

Because it uses SSH to communicate it uses the same port.

*Linux

13
New cards

FTP

File Transfer Protocol

uses a TCP-based network to pass files from host to host.

*unsecure

14
New cards

TFTP

*Trivial File Transfer Protocol.

*Used to transfer small amounts of data with UDP port 69.

15
New cards

Finger

16
New cards

Nmap

scans for open ports.

17
New cards

TCPDump

*packet sniffer

*show you all the network traffic that is passing in and out of your network connection as it is happening

18
New cards

Telnet/SSH

connect to another device remotely