TCP/IP Commands

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

1/11

flashcard set

Earn XP

Description and Tags

Windows networking commands

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

whoami

Displays the name of the user logged into the system.

(MS+Linux)

2
New cards

hostname

Displays the name of the machine the user is logged into.

(MS+Linux)

3
New cards

systeminfo

Displays the information such as host name, OS version, installation date, hotfixes applied, and more.

(MS+Linux)

4
New cards

msinfo32

The GUI version of systeminfo

(MS)

5
New cards

Ipconfig

a Windows utility that displays the current TCP/IP network configuration and can refresh DHCP and DNS settings. It's used for troubleshooting network connectivity issues and understanding

6
New cards

tracer (web url)

trace the website and will show each hop in the route, along with the IP address of each router and the time it takes to reach the destination. This can help identify potential network issues or delays

(linux)

7
New cards

tracer (url)

Is the MS version of tracing a web site

8
New cards

netstat -a -p tcp

The –a command switch displays all connections and listening ports. The –p tcp command switch displays just those ports associated with the TCP protocol. This also helps make the output of the command more reasonable.

(MS)

9
New cards

netstat -I

list all the sockets

10
New cards

netstat -s

Displays the protocol statistic

11
New cards

wireshark

Will open the wireshark application

12
New cards