CompTIA Network+ N10-009 Command Line 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

ping

Checks connectivity between two devices

2
New cards

traceroute

Displays the path between your device and its destination, showing source and destination IP addresses for each hop

3
New cards

nslookup

Used to query the DNS for mapping domain names to IP addresses or other DNS records

4
New cards

tcpdump

Displays TCP/IP and other packets on a network and captures network traffic for real-time display

5
New cards

dig

Used for queries against DNS name servers

6
New cards

netstat

Displays info for IP based connections on a client (current sessions, source and destination IPs, port numbers)

7
New cards

ip

Display and configure IP address information on newer linux

8
New cards

ipconfig

Used in windows to display TCP/IP network configuration values and refresh DHCP and DNS settings for windows client servers

9
New cards

ifconfig

Used in Unix, Linux and mac OS to display and configure IP addresses information (older)

10
New cards

arp

Displays and modifies entries in the arp cache (stores IP addresses and their associated MAC address)

11
New cards

nmap

Used to discover hosts and services on a computer network (uses: port scanning, IP scanning, software fingerprint services, creating network maps, documenting networks, identifying rogue devices)