LINUX AND WINDOWS NETWORK COMMANDS

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

1/10

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.

11 Terms

1
New cards

IFCONFIG

Linux command. gets network configuration information. Used to retrieve IP.

2
New cards

IPCONFIG

Windows command. gets network configuration information. Gets IP. ipconfig/all: gets mac address

3
New cards

NETSTAT

LINUX AND WINDOWS IS THE SAME. Lists all /active/recent TCP connections.

4
New cards

PING

SAME ON LINUX AND WINDOWS. Traces communication to a remote device.

5
New cards

TRACEROUTE

LINUX COMMAND. Communicates with a remote device and TESTS the communication. Shoes network router in the pathway between your device and remote device

6
New cards

TRACERT

WINDOWS. Communicates with a remote device and TESTS the communication. Shoes network router in the pathway between your device and remote device

7
New cards

NSLOOKUP

SAME ON BOTH. Communicates with a DNS Server. Return either an IP address name, or the the IP address

8
New cards

ARP

SAME ON BOTH. Displays the MAC ADDRESS and the IP ADDRESS that is mapped to.

9
New cards

NMAP

SAME ON BOTH. Can be used by either the attacker and the administrator. Ports indicate installed networking services/apps that are listening to connections,

10
New cards

ROUTE

LINUX. to add/remove routes from the routing table

11
New cards

WHOIS

Linux. Communicates over the internet with a domain registry authority. shows domain registration info.