Chapter 19 Network Software Tools and Commands

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

1/36

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.

37 Terms

1
New cards

ping

Sends ICMP echo requests to test connectivity and measure response time between hosts.

2
New cards

tracert / traceroute

Displays the path packets take to a destination host by reporting each hop along the route.

3
New cards

nslookup

Queries DNS servers to obtain domain name or IP address mapping information.

4
New cards

dig

A Linux DNS query tool for testing and troubleshooting DNS resolution.

5
New cards

tcpdump

A command-line packet sniffer in Linux that captures and displays network packets in real-time.

6
New cards

Wireshark

A GUI-based protocol analyzer used to capture and analyze network traffic at a detailed level.

7
New cards

netstat

Displays network connections, routing tables, interface statistics, and protocol usage.

8
New cards

ipconfig (Windows)

Displays or modifies a system's IP configuration.

9
New cards

ip (Linux)

A modern replacement for ifconfig, used to view and configure IP addresses and routing.

10
New cards

ifconfig

An older Linux utility used to configure or display network interface parameters.

11
New cards

arp

Displays and manages the ARP cache, which maps IP addresses to MAC addresses.

12
New cards

nmap

A network scanning tool that identifies live hosts, open ports, and operating systems.

13
New cards

LLDP (Link Layer Discovery Protocol)

A vendor-neutral protocol used by network devices to advertise identity and capabilities.

14
New cards

CDP (Cisco Discovery Protocol)

A Cisco proprietary protocol used for device discovery on Cisco networks.

15
New cards

iptables

A Linux firewall command-line utility that filters traffic using rules and chain types: input, output, and forward.

16
New cards

Toner Probe

Used with a tone generator to trace and identify cables.

17
New cards

Cable Tester

Verifies wiring integrity and detects shorts, opens, and miswires in cables.

18
New cards

Tap

A passive device that captures network traffic without modifying it.

19
New cards

Visual Fault Locator

Emits visible red light through fiber to help locate breaks or severe bends.

20
New cards

Wi-Fi Analyzer

Identifies wireless signal strength, interference, channel usage, and rogue access points.

21
New cards

Speed Tester

Measures upload and download speeds to evaluate connection performance.

22
New cards

show mac-address-table

Displays the MAC address table of a switch, showing learned addresses per port.

23
New cards

show route

Displays the routing table of a router.

24
New cards

show interface

Shows detailed status of network interfaces, including errors, speed, and duplex.

25
New cards

show config

Displays saved device configurations.

26
New cards

show arp

Displays the current ARP table on a device.

27
New cards

show vlan

Displays VLAN configurations and assignments.

28
New cards

show power

Shows power usage, often in relation to PoE devices.

29
New cards

Packet Sniffer

Captures and analyzes individual packets on a network segment to diagnose problems.

30
New cards

IDS/IPS

Intrusion Detection/Prevention Systems that monitor and optionally block suspicious traffic.

31
New cards

Port Scanner

Probes devices for open ports to identify services or security vulnerabilities.

32
New cards

tcpdump -i any

Captures packets from all network interfaces on a Linux host.

33
New cards

arp -a / arp -g

Displays the ARP table on a system, showing IP-to-MAC mappings.

34
New cards

netstat -a

Lists all active connections and listening ports.

35
New cards

ipconfig /all

Shows full IP configuration including DNS, gateway, and MAC address on Windows.

36
New cards

ping 127.0.0.1 / ping localhost

Verifies the local TCP/IP stack is functioning properly.

37
New cards

Common iptables Chains

Input: Filters packets coming into the local system. Output: Filters packets going out from the system. Forward: Filters packets being routed through the system.