Network Tools and Commands

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

Wireless analyzers

1 / 103

flashcard set

Earn XP

Description and Tags

CompTIA+ Network Learning

104 Terms

1

Wireless analyzers

Specialized software used to conduct wireless surveys and ensure proper coverage and prevent overlap between access point coverage zones and channels.

New cards
2

Protocol analyzers and packet captures

Software tools used to capture and analyze signals and data traffic over a communication channel, such as Wireshark.

New cards
3

Bandwidth speed test

Tools used to measure the real-world throughput of a network connection, such as Speedtest.net.

New cards
4

Port scanners

Software tools used to determine which ports are open on a network and reveal the presence of security devices, such as Nmap.

New cards
5

iPerf

Software tool used to measure the maximum achievable bandwidth on an IP-based network by creating data streams between two ends of a connection.

New cards
6

NetFlow analyzers

Software tools used to monitor, troubleshoot, and analyze traffic flow data to conduct capacity planning and optimize resource usage.

New cards
7

TFTP servers

Servers used for simple file transfers, often used by embedded devices or systems to retrieve firmware or configuration information during boot-up.

New cards
8

Terminal emulators

Software tools that allow a host computer to access and control another computer remotely through a command line or graphical interface, such as PuTTY.

New cards
9

IP scanners

Tools used to search for and detect IP addresses and other information related to devices on a network, such as Nmap or Angry IP Scanner.

New cards
10

IP addresses

Identifiers assigned to devices connected to a network.

New cards
11

Ports

Communication endpoints in a network where specific services are accessed.

New cards
12

Wi-Fi analyzer

Tool used to analyze and optimize Wi-Fi networks.

New cards
13

Packet analyzer

Tool used to capture and analyze network packets.

New cards
14

Packet capture tool

Tool used to capture network packets for analysis.

New cards
15

Bandwidth speed test tool

Tool used to measure the speed of an internet connection.

New cards
16

Port scanner

Tool used to scan for open ports on a network.

New cards
17

iPerf

Tool used to measure network performance.

New cards
18

NetFlow analyzers

Tools used to analyze network traffic using NetFlow data.

New cards
19

TFTP servers

Servers used for Trivial File Transfer Protocol.

New cards
20

Terminal emulators

Tools used to access and control remote systems through a terminal interface.

New cards
21

IP scanner

Tool used to scan IP addresses on a network.

New cards
22

Nmap

A widely used network scanning tool.

New cards
23

Wireshark

A popular packet analyzer used for network troubleshooting.

New cards
24

Ping

Command-line tool used to check connectivity between devices.

New cards
25

Traceroute

Command-line tool used to trace the path between a device and its destination.

New cards
26

Border Gateway Router

A router that connects a local network to the internet and acts as the gateway for all outgoing and incoming traffic.

New cards
27

Ping

A network utility used to test the reachability of a host on an IP network and measure the round-trip time for packets sent from the source to the destination host.

New cards
28

Default Gateway

The IP address of the router that a device uses to send traffic to destinations outside of its own network.

New cards
29

Network Card

Also known as a network interface card (NIC), it is a hardware component that allows a computer to connect to a network and communicate with other devices.

New cards
30

DHCP

Dynamic Host Configuration Protocol is a network protocol that automatically assigns IP addresses and other network configuration parameters to devices on a network.

New cards
31

APIPA

Automatic Private IP Addressing is a feature in Windows that automatically assigns a private IP address to a device when it cannot obtain an IP address from a DHCP server.

New cards
32

DNS

Domain Name System is a hierarchical decentralized naming system that translates domain names to IP addresses, allowing users to access websites using easy-to-remember domain names instead of numerical IP addresses.

New cards
33

Lease Time

The duration for which a device is assigned a specific IP address by a DHCP server before it needs to renew the lease.

New cards
34

Mac Address

Media Access Control address is a unique identifier assigned to network interfaces for communications on the physical network segment.

New cards
35

Traceroute

A network diagnostic tool used to track the path that packets take from a source device to a destination device, showing the routers or hops along the way.

New cards
36

Ipconfig

A command-line tool used in Windows to display and manage the TCP/IP network configuration settings of a device, including IP address, subnet mask, default gateway, and DNS server.

New cards
37

Ifconfig

A command-line tool used in Unix, Linux, and OS X systems to display and configure network interfaces, including IP address, subnet mask, and other network settings.

New cards
38

IP

A command-line tool in Unix, Linux, and OS X systems that provides a suite of commands for configuring and managing IP addresses, routing, and other network-related tasks. It is a modern replacement for ifconfig.

New cards
39

Promiscuous mode

A mode in which a network device listens to all the traffic on a network, not just the traffic destined for its own MAC address.

New cards
40

IP link set dev

A command used to configure network interfaces in Linux, such as enabling promiscuous mode on a specific device.

New cards
41

Packet sniffer

A tool used to capture and analyze network traffic.

New cards
42

Packet capture

The process of capturing and storing network packets for analysis.

New cards
43

IP link set eth0 down

A command used to disable a network interface named eth0.

New cards
44

IP link set eth0 up

A command used to enable a network interface named eth0.

New cards
45

IP command

A command-line tool in Linux used for network configuration and troubleshooting.

New cards
46

nslookup

A command-line tool used to query the Domain Name System (DNS) for mapping between domain names and IP addresses.

New cards
47

DNS

Stands for Domain Name System, a system that translates domain names into IP addresses.

New cards
48

Non-interactive mode

A mode in nslookup where only the requested information for a host or domain name is displayed.

New cards
49

Interactive mode

A mode in nslookup that allows more in-depth queries and control over the environment.

New cards
50

MX records

Mail Exchange records, which specify the mail servers responsible for accepting email messages for a domain.

New cards
51

CNAME records

Canonical Name records, which specify an alias for a domain name.

New cards
52

dig

A command-line tool used to conduct DNS queries against name servers.

New cards
53

A records

Address records, which map domain names to their corresponding IP addresses.

New cards
54

Hostname

A command-line tool used to display the hostname portion of a computer's full name.

New cards
55

FQDN

Stands for Fully Qualified Domain Name, which includes both the hostname and the domain name.

New cards
56

ARP

Stands for Address Resolution Protocol, used to display and modify entries in the ARP cache on a system.

New cards
57

ARP cache

A table that stores IP addresses and their associated MAC addresses.

New cards
58

MAC address

Stands for Media Access Control address, a unique identifier assigned to network interfaces.

New cards
59

route

A command-line tool used to view and modify the IP routing table on a system.

New cards
60

nbtstat

A command-line tool used to troubleshoot NetBIOS over TCP/IP (NBT) name resolution issues.

New cards
61

netstat

A command-line tool used to display network connections, routing tables, and network statistics.

New cards
62

ARP entry

A record in the cache of a layer three switch that maps an IP address to a MAC address.

New cards
63

Default ARP timeout

The default time period, 21,600 seconds (approximately six hours), after which an ARP entry will be deleted from the cache unless prevented.

New cards
64

Clear ARP cache

The process of deleting all the ARP entries stored in the cache of a device.

New cards
65

Route command

A command used to view and manipulate the IP routing table in Windows, Linux, Unix, or OS X systems.

New cards
66

Default route

The route that is taken when there is no other route available for a particular IP destination address.

New cards
67

Interface

The network interface card that receives traffic for a specific network destination.

New cards
68

nbtstat command

A Windows command used to view current connections and statistics for devices communicating using netBIOS over the TCP/IP protocol.

New cards
69

Netstat command

A command used to display information for IP-based connections on a client, including current sessions, source and destination IPs, and port numbers.

New cards
70

PID

Process Identification Number, used to identify the application or service that owns a network connection.

New cards
71

-s option

An option in the netstat command that displays statistics for IPv4, IPv6, ICMPv4, and ICMPv6 connections, as well as TCP and UDP statistics for both IPv4 and IPv6.

New cards
72

Telnet

A protocol used to test network connectivity and issue commands using text-based interfaces. It is an older and insecure protocol, and it is recommended to use SSH instead.

New cards
73

SSH

A secure protocol used for remote login and command execution on network devices. It is a more secure alternative to Telnet.

New cards
74

Virtual terminal connections

Connections established between a client and a server using Telnet or SSH protocols.

New cards
75

Console cable connection

A direct connection to a router or switch using a console cable, providing a trusted and direct connection to the device.

New cards
76

TCPDump

A command-line tool used to display TCP/IP and other packets being transmitted or received over a network. It can be used to capture network traffic for analysis.

New cards
77

PCAP file

A Packet Capture file created by TCPDump, which can be loaded into tools like Wireshark for further analysis.

New cards
78

Nmap

Network Mapper, a tool used to discover hosts and services on a computer network by sending packets and analyzing the responses. It can be used for port scanning, IP scanning, and service detection.

New cards
79

Network platforms

Refers to routers, switches, and firewalls regardless of the brand or manufacturer. These devices have their own command line interfaces for configuration, monitoring, and troubleshooting.

New cards
80

Show interface

A command used to display statistics for a network interface on a device. It shows if the interface is up or down, line protocol status, IP address, bandwidth, MTU size, errors, and collisions.

New cards
81

Show config

A command used to display the current system configuration of a device. It shows shared secrets, system settings, SNMP settings, IP settings, VMPS settings, DNS settings, and more.

New cards
82

Show route

A command used to display the routing table of a device. It shows the routes and gateways used for forwarding network traffic.

New cards
83

DNS domain

The domain name system (DNS) domain used by the network, in this case, cisco.com.

New cards
84

TACacs plus configuration

The configuration settings for the TACacs plus protocol, including servers, invalid attempts allowed, and timeout period.

New cards
85

IPX

An older network protocol used for communication, with specific configuration settings on the device to allow IPX traffic bridging.

New cards
86

VTP settings

VLAN Trunking Protocol (VTP) settings that enable the device to operate in server mode and exchange VLAN information with other Cisco devices.

New cards
87

Spanning tree protocol settings

Configuration settings for the spanning tree protocol (STP), including enabling STP and setting the max age to 20.

New cards
88

CGMP

Cisco Group Management Protocol (CGMP) settings that enable the protocol, used by Cisco switches for group management of IP traffic.

New cards
89

CIS Log

Configuration settings for the CIS Log, including enabling/disabling for console and server, and setting logging levels.

New cards
90

NTP section

Network Time Protocol (NTP) configuration settings, including the NTP server, time zone, and enabling/disabling NTP clients.

New cards
91

Permit list

An access control list (ACL) in the form of a permit list, which is currently disabled.

New cards
92

Module configuration

Configuration settings for the first module in the device, a two-port 100 base TX fast Ethernet device.

New cards
93

Show route

Command used to display the current state of the routing table on the device, specifically for IP-based networks.

New cards
94

Gateway of last resort

The default gateway used if traffic cannot be routed to any other listed routes.

New cards
95

Route derivation

Indicates how the route is derived, such as IGRP, RIP, OSPF, directly connected, static route, EGP derived, or BGP derived.

New cards
96

Route type

The type of route when learned through OSPF, indicated by codes like E2 for OSPF external type 2 routes.

New cards
97

Remote network address

The address of the remote network for the route.

New cards
98

Administrative distance and metric

The administrative distance and metric values for the route, indicating the believability and preference of the route.

New cards
99

Next router address

The IP address of the next router to reach the remote network.

New cards
100

Route update time

The last time the route was updated, displayed in hours, minutes, and seconds.

New cards

Explore top notes

note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 57 people
Updated ... ago
5.0 Stars(3)
note Note
studied byStudied by 18 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 1418 people
Updated ... ago
4.8 Stars(25)

Explore top flashcards

flashcards Flashcard29 terms
studied byStudied by 297 people
Updated ... ago
4.5 Stars(10)
flashcards Flashcard50 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard80 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard21 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard144 terms
studied byStudied by 12 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard47 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard49 terms
studied byStudied by 82 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard146 terms
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)