Network + Section 5

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/55

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:29 PM on 8/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

56 Terms

1
New cards

Network troubleshooting methodology

A structured, repeatable process for identifying, diagnosing, and resolving network problems.

2
New cards

Identify the problem

The first step of troubleshooting: gather information, question users, and identify symptoms and recent changes.

3
New cards

Establish a theory of probable cause

A troubleshooting step involving questioning the obvious and considering multiple possible explanations for the issue.

4
New cards

Test the theory

A troubleshooting step where the proposed cause is verified before proceeding to implement a solution.

5
New cards

Establish a plan of action

A troubleshooting step involving creating a plan to resolve the problem and identifying potential effects of the solution.

6
New cards

Implement the solution

A troubleshooting step involving applying the fix, escalating if necessary.

7
New cards

Verify full system functionality

A troubleshooting step confirming the issue is resolved and implementing preventive measures if applicable.

8
New cards

Document findings

The final troubleshooting step, recording the problem, cause, and solution for future reference.

9
New cards

Fiber mismatch

A cabling issue caused by connecting incompatible fiber types (e.g., single-mode to multi-mode) or wavelength mismatches.

10
New cards

Cable category

A standardized rating (e.g., Cat 5e, Cat 6, Cat 6a) indicating a copper cable's supported speed and bandwidth.

11
New cards

Crosstalk

Interference caused by signals from one wire pair bleeding into an adjacent pair within a cable.

12
New cards

EMI (Electromagnetic Interference)

Interference from external electrical or magnetic sources that can degrade signal quality on a cable.

13
New cards

Attenuation

The gradual loss of signal strength as it travels over a distance through a cable.

14
New cards

Improper termination

A cabling issue caused by incorrectly wired or crimped connectors, leading to intermittent or failed connections.

15
New cards

TX/RX reversed

A cabling issue where transmit and receive wires are swapped, preventing proper communication.

16
New cards

CRC error (Cyclic Redundancy Check)

An error indicating a frame was corrupted during transmission and failed an integrity check.

17
New cards

Runt

An Ethernet frame that is shorter than the minimum allowed size (64 bytes), often caused by collisions.

18
New cards

Giant

An Ethernet frame that exceeds the maximum allowed size, often due to misconfiguration.

19
New cards

Drop (interface)

A packet that is discarded by an interface, often due to congestion or errors.

20
New cards

Error disabled state

A switch port state where the interface is automatically shut down due to a detected error condition (e.g., port security violation).

21
New cards

PoE (Power over Ethernet)

A technology that delivers electrical power to devices over standard Ethernet cabling.

22
New cards

PoE standards (802.3af/at/bt)

IEEE standards defining different power delivery levels for Power over Ethernet.

23
New cards

Transceiver mismatch

A hardware issue caused by connecting incompatible transceiver types or speeds between devices.

24
New cards

dB loss (signal strength)

A measurement of signal power loss, used to calculate whether a fiber or transceiver link will function properly.

25
New cards

Switching loop

A condition where duplicate frames circulate endlessly on a network due to redundant Layer 2 paths without loop prevention.

26
New cards

VLAN assignment issue

A misconfiguration where a device is placed in the wrong VLAN, causing connectivity or segmentation problems.

27
New cards

ACL misconfiguration

An error in access control list rules that unintentionally blocks or allows traffic.

28
New cards

Routing table issue

A problem where a router's table contains incorrect, missing, or conflicting route entries.

29
New cards

Address pool exhaustion

A condition where a DHCP server runs out of available IP addresses to assign to new clients.

30
New cards

Duplicate IP address

A conflict that occurs when two devices on the same network are assigned the same IP address.

31
New cards

Congestion (network)

A condition where network demand exceeds available capacity, resulting in delays or packet loss.

32
New cards

Bottleneck

A point in the network where capacity is limited, constraining overall performance.

33
New cards

Latency

The delay between sending and receiving data across a network.

34
New cards

Packet loss

The failure of one or more transmitted packets to reach their destination.

35
New cards

Jitter

Variation in the delay of received packets, which can disrupt real-time applications like VoIP and video.

36
New cards

Wireless interference

Disruption of a wireless signal caused by competing devices, physical obstructions, or overlapping frequencies.

37
New cards

Channel utilization

A measure of how much a wireless channel's available capacity is being used, impacting performance when high.

38
New cards

Roaming misconfiguration

An issue where a wireless client fails to properly transition between access points, causing dropped or degraded connections.

39
New cards

Protocol analyzer

A tool (e.g., Wireshark) used to capture and inspect network packets for troubleshooting and analysis.

40
New cards

Port scanner

A tool used to identify open ports and running services on a network device.

41
New cards

Device discovery (tool)

A tool or process used to automatically identify devices present on a network.

42
New cards

Speed test

A tool used to measure the throughput and performance of a network connection.

43
New cards

ping

A command-line tool that tests reachability of a host by sending ICMP echo requests and measuring response.

44
New cards

traceroute (tracert)

A command-line tool that displays the path packets take to a destination, showing each hop along the way.

45
New cards

nslookup

A command-line tool used to query DNS servers and resolve domain names to IP addresses (or vice versa).

46
New cards

dig

A command-line DNS lookup tool that provides more detailed query output than nslookup.

47
New cards

tcpdump

A command-line packet capture tool used to inspect network traffic in real time.

48
New cards

netstat

A command-line tool that displays active network connections and listening ports on a device.

49
New cards

Tone generator and probe

A hardware tool used to trace and identify individual cables within a bundle or wall.

50
New cards

Cable tester

A hardware tool used to verify that a cable is wired correctly and free of faults.

51
New cards

Tap (network tap)

A hardware device that copies network traffic passively for monitoring or analysis without disrupting the flow.

52
New cards

Port mirror (SPAN)

A switch feature that copies traffic from one or more ports to another port for monitoring purposes.

53
New cards

Wi-Fi analyzer

A tool used to assess wireless signal strength, channel usage, and interference in a wireless environment.

54
New cards

show route

A common network device command used to display the current routing table.

55
New cards

show interface

A common network device command used to display the status and statistics of a specific interface.

56
New cards

show config

A common network device command used to display the current configuration of a device.