Basic network commands D315

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

1/26

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.

27 Terms

1
New cards

Ping

Test connectivity between 2 devices on a network

2
New cards

ipconfig

Windows command that shows the IP configuration settings on a PC

3
New cards

ifconfig

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

4
New cards

traceroute/tracert

Traces the path packets take to reach a network destination

5
New cards

Tracepath

A network tool that traces the route packets take to a destination, identifying each hop and measuring delays, used for diagnosing connectivity issues.

6
New cards

ARP - Address Resolution Protocol

  • Displays and modifies the ARP table, which maps IP addresses to MAC addresses

  • Command used to perform resolution of MAC to IP

  • Displays table consisting of IP addresses and their physical addresses

7
New cards

Netstat

Displays network connections, routing tables, and interface statistics.

8
New cards

nslookup

Queries DNS to resolve domain names to IP addresses

9
New cards

Dig

Queries DNS servers for DNS records

10
New cards

Whois

Retrieves registration info about domains and IPs

11
New cards

Route

Views and manipulates the IP routing table

12
New cards

SCP - Secure Copy Protocol

Securely transfers files between systems using SSH

13
New cards

FTP (File Transfer Protocol)

- transfers files between systems

14
New cards

TFTP - Trivial File Transfer Protocol

Lightweight file transfer protocol without authentication

15
New cards

Finger

Displays user information on a system

16
New cards

Nmap

Scans networks for hosts and services

17
New cards

TCPdump - transmission control protocol dump

Captures and analyzes network traffic

18
New cards

Telnet/SSH (Secure Shell)

Connects to remote systems (Telnet is insecure, SSH is secure).

19
New cards

Ip config

Windows command-line utility used to display TCP/IP configuration settings

20
New cards

If config

Linux command line utility used to display TCP/IP configuration settings

21
New cards

nslookup

Obtains a domain name to IP address mapping

22
New cards

Trace route

Linux command for displaying intermediate points the IPv4 packet is passed through

23
New cards

tracert

Windows command that tracks and displays route taken by 1Pv4 packets on their way to another host

24
New cards

Route

Windows command used to display contents of a routing table

25
New cards

Telnet

Provides unencrypted access to a command line interface on a remote host

26
New cards

tcpdump

A command-line packet sniffing utility.

27
New cards

nmap

Used for discovering hosts and open ports on a network