220-1201

CompTIA A+ Core 1
Memorization Reference

Pure memory content — port numbers · wireless standards · cables · RAM · RAID · protocols
Domain 1 13% Mobile Devices Domain 2 23% Networking Domain 3 25% Hardware Domain 4 11% Virtualization & Cloud Domain 5 28% Troubleshooting
Domain 2 — Networking
OBJ 2.1
TCP/UDP Ports & Protocols
Port(s) Protocol Full Name TCP/UDP What It Does / Exam Trigger
20 / 21FTPFile Transfer ProtocolTCPFile transfer — unencrypted. Port 20 = data, Port 21 = commands
22SSH / SFTP / SCPSecure ShellTCPEncrypted remote access + secure file transfer. "Secure" = port 22
23TelnetTeletype NetworkTCPInsecure remote access. Replaced by SSH. Never use on exam
25SMTPSimple Mail Transfer ProtocolTCPSends email between mail servers (outgoing)
53DNSDomain Name SystemTCP+UDPResolves domain names to IP addresses. UDP for queries, TCP for zone transfers
67 / 68DHCPDynamic Host Config ProtocolUDPAuto IP assignment. 67 = server, 68 = client
80HTTPHypertext Transfer ProtocolTCPUnencrypted web traffic
110POP3Post Office Protocol v3TCPDownloads email, deletes from server. Single device use
137–139NetBIOS/NetBTNetwork Basic I/O SystemTCP+UDPLegacy Windows networking, name resolution on older networks
143IMAPInternet Mail Access ProtocolTCPEmail syncs across multiple devices — leaves mail on server
389LDAPLightweight Directory Access ProtocolTCPDirectory services — queries Active Directory / user databases
443HTTPSHTTP SecureTCPEncrypted web traffic (TLS/SSL). "HTTPS doesn't work" = port 443 blocked
445SMB / CIFSServer Message BlockTCPWindows file & printer sharing. "Can't access shared folders" = check 445
3389RDPRemote Desktop ProtocolTCPFull GUI remote desktop. "Remote control with graphics" = RDP = 3389
TCP (Connection-Oriented): FTP, SSH, Telnet, SMTP, HTTP, POP3, IMAP, LDAP, HTTPS, SMB, RDP — most protocols are TCP
UDP (Connectionless): DHCP (67/68), DNS (53 queries), NTP (123) — fast, no handshake, fire-and-forget
KEY EXAM TRAP: POP3 (110) = downloads and deletes from server. IMAP (143) = syncs and keeps on server. Multiple devices = IMAP. Single device = POP3.
OBJ 2.2
802.11 Wireless Standards
Standard Wi-Fi Name Frequency Band(s) Max Speed Key Notes
802.11a5 GHz only54 MbpsOlder, limited business adoption; early 5 GHz
802.11b2.4 GHz only11 MbpsFirst widely adopted standard; prone to microwave/Bluetooth interference
802.11g2.4 GHz only54 MbpsBackward compatible with b; same interference issues
802.11nWi-Fi 42.4 AND 5 GHz300–600 MbpsFirst dual-band standard. Introduced MIMO. Backward compatible with b/g
802.11acWi-Fi 55 GHz only~1–6.9 Gbps5 GHz only. MU-MIMO for multiple devices simultaneously
802.11axWi-Fi 6 / 6E2.4 + 5 + 6 GHz~9.6 GbpsWi-Fi 6E adds 6 GHz band. OFDMA + MU-MIMO. Most efficient standard
802.11beWi-Fi 72.4 + 5 + 6 GHz46+ GbpsAwareness only — emerging. Not yet on most exam questions
🔴 MUST KNOW: 802.11ac = Wi-Fi 5 = 5 GHz ONLY (no 2.4 GHz)
🟡 MUST KNOW: 802.11n = Wi-Fi 4 = FIRST dual-band (2.4 + 5 GHz)
🟢 MUST KNOW: 802.11ax (Wi-Fi 6E) = ONLY standard with 6 GHz band
OBJ 2.2
Wi-Fi Frequency Bands & Channels
Band Range Speed Interference Non-Overlapping Channels Notes
2.4 GHzLongestSlowestHIGH — microwaves, Bluetooth, baby monitors3 → channels 1, 6, 11US: Ch 1–11. World: Ch 1–13. Japan: Ch 1–14
5 GHzMediumFastLOW24More channels, faster, less congested
6 GHzShortestFastestMINIMAL59Wi-Fi 6E / 802.11ax only. No legacy device interference
🔴 HIGHEST TESTED FACT: The 3 non-overlapping channels on 2.4 GHz are 1, 6, and 11. When setting up multiple access points in the same area, assign them these three channels to prevent interference.
OBJ 2.4
DNS Record Types
RecordNameWhat It DoesExam Trigger
AAddressMaps domain → IPv4 address"Resolve domain to IPv4"
AAAAQuad-AMaps domain → IPv6 address"Resolve domain to IPv6"
CNAMECanonical NameDomain alias — points one name to another name (not an IP)"Domain alias / redirect / multiple names same server"
MXMail ExchangerDirects email to correct mail server. Lower number = higher priority"Email delivery for a domain"
TXTTextFree-form text — used for domain verification and email security (SPF/DKIM/DMARC)"Spam prevention / email authentication"
SPF — Lists which servers are allowed to send email for your domain. Prevents spoofed "from" addresses.
DKIM — Adds a digital signature to emails. Proves the email wasn't tampered with in transit.
DMARC — Policy for what to do when SPF or DKIM fails. Reject, quarantine, or report.
OBJ 2.5
Power over Ethernet (PoE) Standards
StandardNameMax Wattage per PortNotes
802.3afPoE15.4WOriginal PoE spec. Powers basic VoIP phones, simple cameras
802.3atPoE+30WPowers WAPs, advanced IP cameras
802.3btPoE++60W (Type 3) / 100W (Type 4)Powers laptops, smart TVs, high-powered devices. Backward compatible with 802.3af/at
Power Injector: Adds PoE capability to a non-PoE switch — connects inline between the switch and the device. Max distance = 100 meters (same as standard Ethernet).
OBJ 2.6
IPv4 Addressing — Key Ranges
RangeClassTypeSubnet MaskNotes
10.0.0.0 – 10.255.255.255APrivate255.0.0.0 (/8)Largest block. Used in large enterprises
172.16.0.0 – 172.31.255.255BPrivate255.255.0.0 (/16)Medium block. Enterprise use
192.168.0.0 – 192.168.255.255CPrivate255.255.255.0 (/24)Most common — home routers default to 192.168.1.x or 192.168.0.x
169.254.0.0 – 169.254.255.255APIPA255.255.0.0 (/16)Auto-assigned when DHCP fails. Device can only talk to other APIPA addresses on same network. No internet.
127.0.0.1LoopbackTests local TCP/IP stack. "Ping yourself." Never routable.
🔴 APIPA EXAM TRIGGER: User's IP is 169.254.x.x = DHCP server unreachable / DHCP failure. Can't reach internet. Fix = check DHCP server or set a static IP.
Domain 3 — Hardware
OBJ 3.2
Ethernet Cable Categories
CategoryMax SpeedMax DistanceNotes
Cat 5100 Mbps100mObsolete. Fast Ethernet. Not on most modern installs
Cat 5e1 Gbps100mMost common in older home/office installs. "e" = enhanced (reduced crosstalk)
Cat 61 Gbps (10 Gbps @ 55m)100m (55m for 10G)Thicker wire, better shielding. Current standard for most new installs
Cat 6a10 Gbps100m"a" = augmented. Full 100m at 10 Gbps. Stiffer, harder to route. Required for PoE++
All copper Ethernet cables max at 100 meters (328 ft). STP = Shielded Twisted Pair (used near EMI sources). UTP = Unshielded (standard). Plenum-rated = fire-safe insulation for use in HVAC plenum spaces.
OBJ 3.2
T568A vs T568B Wiring Standards

T568A — "Government / older"

1White-Green
2Green
3White-Orange
4Blue
5White-Blue
6Orange
7White-Brown
8Brown

T568B — "Business standard / most common"

1White-Orange
2Orange
3White-Green
4Blue
5White-Blue
6Green
7White-Brown
8Brown
Straight-through cable: Both ends same standard (T568B–T568B). Used for PC to switch, switch to router. Crossover cable: One end T568A, one end T568B. Used to connect same-type devices (PC to PC, switch to switch — though modern devices auto-negotiate).
OBJ 3.2
Connector Types — Quick Reference
ConnectorUsed For
RJ-11Telephone/DSL — 4 or 6 pins, small
RJ-45Ethernet networking — 8 pins
F-typeCoaxial cable — cable TV, cable modem
STFiber — Straight Tip. Bayonet twist-lock. Older
SCFiber — Subscriber Connector. Square push-pull
LCFiber — Lucent Connector. Small form factor, common in data centers
PunchdownTerminates copper wire to patch panels / keystone jacks. Requires punchdown tool
ConnectorUsed For
microUSBOlder Android devices, peripherals
miniUSBOlder devices — slightly larger than micro
USB-CModern universal connector — reversible, supports USB/DisplayPort/HDMI/Thunderbolt
LightningApple proprietary — 8-pin, reversible. iPhone/iPad (pre USB-C models)
Molex4-pin power connector for older drives and fans
DB-99-pin serial connector. Legacy RS-232 serial ports
OBJ 3.2
USB & Thunderbolt Versions and Speeds
VersionMax SpeedConnector ColorNotes
USB 1.112 MbpsBlack/WhiteLegacy. Rarely seen now
USB 2.0480 MbpsBlackHi-Speed. Still common for keyboards, mice, flash drives
USB 3.0 / 3.1 Gen 15 GbpsBlueSuperSpeed. Blue port = visual identifier
USB 3.1 Gen 210 GbpsTeal/TealSuperSpeed+
USB 3.2 Gen 2x220 GbpsRedTwo 10 Gbps lanes. USB-C required
Thunderbolt 340 GbpsUSB-C connectorAlso carries DisplayPort + PCIe. Powers devices up to 100W. Daisy-chain up to 6 devices
Thunderbolt 440 GbpsUSB-C connectorSame speed as TB3 but mandatory standards compliance. Dual 4K displays
Thunderbolt visual identifier: ⚡ lightning bolt icon on the port. Max cable length: USB = 5m at 3.0 / Thunderbolt = 2m passive, 60m with active cable.
OBJ 3.2
Fiber Optic Types
TypeCore SizeDistanceLED/LaserCostUse Case
Multimode (MMF)50 or 62.5 µmUp to ~2kmLEDLowerShort runs — inside buildings, data centers, campus networks
Single-mode (SMF)8–10 µmUp to 100km+LaserHigherLong runs — between buildings, WAN connections, ISP infrastructure
Memory trick: Single-mode = Single path of light = farther. Multimode = Multiple paths = shorter distances but cheaper.
OBJ 3.2
Video Cables — Quick Reference
CableSignalAudio?Max ResolutionNotes
VGAAnalogNoUp to 2048×153615-pin blue trapezoidal connector. Legacy. No audio.
DVIDigital (+ analog DVI-I)NoUp to 2560×1600White rectangular connector. DVI-D = digital only. DVI-I = digital+analog.
HDMIDigitalYes8K (v2.1)Most common consumer connector. Carries audio + video. HDMI 2.1 supports 4K@144Hz, 8K@60Hz.
DisplayPortDigitalYes8K+ (v2.0)Locking connector. Preferred for PC monitors. Supports daisy-chaining. DP 2.1 supports dual 4K@144Hz.
OBJ 3.3
RAM Generations — DDR Specifications
TypeMax per DIMMPins (DIMM)Pins (SODIMM)VoltageNotes
DDR316 GB2402041.5VOlder systems. Not compatible with DDR4 slots
DDR464 GB2882601.2VCurrent mainstream standard. Faster frequencies than DDR3
DDR5128 GB+2882621.1VNewest. Faster & more efficient. NOT backward compatible with DDR4 (key notch moved)

Form Factors

DIMMDesktop RAM — full size (133.35mm)
SODIMMLaptop/small form factor RAM — about half the length. Used in laptops, NUCs, mini-PCs

Channel Configurations

Single1 module — baseline bandwidth
Dual-channel2 matched modules — 2x bandwidth. Most common
Triple-channel3 modules — older Intel platforms
Quad-channel4 modules — workstations/servers
ECC RAM (Error Correcting Code): Detects and corrects single-bit memory errors. Used in servers and workstations where data integrity is critical. NOT used in typical consumer PCs. Requires ECC-compatible motherboard and CPU.
Virtual RAM / Paging: When physical RAM is full, the OS uses a portion of the storage drive as overflow RAM. Called pagefile.sys in Windows, swap in Linux/macOS. Much slower than physical RAM. High disk activity + slowness = system is paging. Solution: add more physical RAM.
OBJ 3.4
RAID Levels
RAID LevelNameMin DrivesFault TolerancePerformanceCapacityHow it Works
RAID 0Striping2NONE — 1 drive fails = ALL data lostBest read/write speed100% of all drivesData split across drives. Pure speed, zero protection
RAID 1Mirroring21 drive can failNormal read, slower write50% (n/2)Exact duplicate on both drives. Mirror image
RAID 5Striping + Parity31 drive can failGood read, moderate write(n-1) drivesParity spread across all drives. Rebuild on failure
RAID 6Striping + Double Parity42 drives can failGood read, slower write(n-2) drivesTwo parity blocks. Better protection than RAID 5
RAID 10Mirror + Stripe (1+0)41 per mirrored pairBest of both50%RAID 1 mirrors, then striped. Speed + redundancy
RAID 0 = NO fault tolerance. One drive fails, everything is gone. Only for speed-critical, replaceable data.
RAID 10 = Best performance + redundancy, but costs 50% of capacity. Go-to for databases and critical apps.
OBJ 3.4
SSD Interfaces & Form Factors
InterfaceSpeedNotes
SATA~600 MB/sSlowest SSD interface. Used with 2.5" and some M.2 drives
NVMe (PCIe)3,500–7,000 MB/sFastest. Connects via M.2 slot or PCIe slot. NVMe = Non-Volatile Memory Express
SAS~1,200 MB/sEnterprise/servers. More reliable than SATA. Hot-swappable
Form FactorNotes
2.5"Traditional laptop/desktop bay. Uses SATA interface
3.5"Desktop HDD form factor. HDDs only, not SSDs
M.2Small rectangular card. Supports both SATA and NVMe protocols
mSATAMini-SATA. Older small form factor. Largely replaced by M.2
HDD Spindle Speeds: 5400 RPM (laptops, quiet) vs 7200 RPM (desktops, faster) vs 10,000–15,000 RPM (enterprise/servers). Higher RPM = faster access = more heat/noise.
OBJ 3.5
Motherboard Form Factors
Form FactorSizeExpansion SlotsNotes
ATX305×244mm7 slotsFull-size desktop standard. Most expandable. Most common
microATX (mATX)244×244mm4 slotsSmaller, fits in ATX cases. Good for mid-tower builds
Mini-ITX (ITX)170×170mm1 slotVery small. HTPCs, compact builds. Limited expansion
Compatibility note: ATX, microATX, and mini-ITX all share the same screw hole positions and can often fit in the same mid-tower or full-tower ATX case (smaller boards fit in bigger cases, not vice versa).
OBJ 3.5
PCIe — Expansion Slot Lanes
SlotLanesTypical UseNotes
PCIe x11 laneSound cards, NICs, USB expansion cardsSmall slot
PCIe x44 lanesM.2 adapters, some SSDs, capture cardsMedium slot
PCIe x88 lanesSome GPUs, RAID cardsLong slot, may only use 8 lanes electrically
PCIe x1616 lanesPrimary GPU slotFull-length slot. This is where the graphics card goes
A larger card can fit in a smaller slot (x16 card in x8 slot) but runs at the slower slot's speed. Slots are backward/forward compatible in size.
OBJ 3.6
Power Supply (PSU) — Key Facts
Connector / SpecDetails
20+4 pinMain motherboard power connector (24-pin total)
4/8-pin EPSCPU power connector
6/8-pin PCIeGPU power connector for dedicated graphics cards
SATA powerL-shaped connector for SATA drives
Molex4-pin for older devices, fans, case lighting
Voltage RailPowers
3.3VRAM, chipset, some circuit logic
5VUSB ports, older drives, logic circuits
12VCPU, GPU, motors (HDDs/fans) — most power-hungry components
Input voltage: US = 110–120 VAC. International = 220–240 VAC. Some PSUs are dual-voltage (auto-switching). Plugging a 120V PSU into 240V outlet without a converter = immediate damage. Modular PSU = detachable cables (cleaner builds). Redundant PSU = two power supplies, one takes over if the other fails (servers).
OBJ 3.8
Laser Printer — Electrophotographic (EP) Process (7 Steps)

The 7 Steps in Order

  • 1
    Processing — RIP (Raster Image Processor) converts data to a bitmap image
  • 2
    Charging — Primary corona wire/roller charges the drum to a uniform −600V
  • 3
    Exposing — Laser beam draws the image on the drum, reducing charge to −100V where toner should stick
  • 4
    Developing — Toner (negatively charged) is attracted to the lighter areas drawn by the laser
  • 5
    Transferring — Transfer belt/roller gives paper a positive charge, pulling toner from drum to paper
  • 6
    Fusing — Fuser assembly (heat + pressure rollers) melts and bonds toner permanently to paper
  • 7
    Cleaning — Cleaning blade scrapes remaining toner off drum for next page
Mnemonic: "Please Charge Every Day, The Fuser Cleans"
Processing → Charging → Exposing → Developing → Transferring → Fusing → Cleaning
Troubleshooting links:
• Toner smears = Fuser failing
• Ghost image = Drum not cleaned / drum issue
• Vertical line full length = Scratched drum
• Faded output = Low toner or bad developer
• Multiple sheets feeding = Worn separation pad
• Paper not picking up = Worn pickup rollers
Maintenance kit includes: fuser, pickup rollers, transfer roller, separation pads. Replace at manufacturer-recommended page count intervals.
OBJ 3.8
Printer Technology Comparison
TypeTechnologyMaintenanceExam Trigger
LaserToner + heat fusing. EP process (7 steps)Replace toner, fuser, rollers. Clean drumOffice workhorse. Toner smear = fuser. Ghost image = drum
InkjetLiquid ink sprayed through nozzlesClean printhead, replace cartridges, calibratePhoto printing. Clogged head = streaky output
ThermalHeat-sensitive paper darkens with heatClean with IPA 90%+. No ink/tonerReceipt printers. Blank output = paper loaded backwards
Impact / Dot MatrixPin strikes ink ribbon against paperReplace ribbon, check tractor feedOnly printer that can print multipart/NCR forms
3D (FDM)Filament melted and layered (PLA/ABS)Level print bed, replace filament, unclog nozzleBed must be level. FDM = most common type
Domain 4 — Virtualization & Cloud
OBJ 4.2
Cloud Service Models & Deployment Types
ModelNameYou ManageExam Trigger
IaaSInfrastructure as a ServiceOS, apps, data"Raw compute/storage/networking" — AWS EC2, Azure VMs
PaaSPlatform as a ServiceApps, data"Development platform" — Heroku, Azure App Service
SaaSSoftware as a ServiceOnly data/settings"Use software over browser" — Google Workspace, Office 365, Salesforce
Memory trick: IaaS = you build the house (provider gives the land). PaaS = you decorate the house (provider built it). SaaS = you just live there (provider does everything).
DeploymentDefinition
PublicShared infrastructure over the internet (AWS, Azure, GCP). Pay-as-you-go
PrivateCloud infrastructure exclusively for one organization. On-premises or hosted
HybridMix of public + private cloud. Sensitive data on-prem, other workloads in public cloud
CommunityShared by organizations with common interests (e.g., government agencies)
OBJ 4.1
Hypervisors — Type 1 vs Type 2
TypeNameHow It WorksExamplesUse Case
Type 1Bare MetalRuns directly on hardware — no host OS underneathVMware ESXi, Microsoft Hyper-V, Citrix XenServerServers, data centers, enterprise virtualization
Type 2HostedRuns as an application on top of a host OS (Windows/macOS/Linux)VMware Workstation, VirtualBox, ParallelsDevelopers, testing, running multiple OSes on a desktop
VM Network Modes:
NAT = VM shares host's IP. VM → internet works, external → VM blocked
Bridged = VM gets its own IP on network. Appears as separate device
Host-only = VM can only talk to host, isolated from network
VM Requirements:
• CPU with Intel VT-x or AMD-V (must be enabled in BIOS/UEFI)
• RAM is additive (host + all VMs running simultaneously)
• VM escaping = biggest security threat (guest VM breaks out to host)
Domains 1 & 5 — Mobile Devices & Troubleshooting
OBJ 1.2 / 1.3
Mobile Device Connections & Standards
TechnologyIEEE StandardRangeKey Uses
Bluetooth802.15.1~10m (class 2)Headsets, keyboards, mice, speakers, car integration
NFC~4cm (1.5 in)Tap-to-pay (Apple Pay, Google Pay), access cards, Bluetooth pairing bootstrap
RFIDMeters (varies)Asset tracking, inventory, access badges, pet microchips. Mostly one-way
Wi-Fi Hotspot802.11Normal Wi-FiPhone acts as wireless router, shares cellular data
TetheringCableUSB cable from phone to laptop to share cellular data. Wired hotspot
Cellular GenTypical SpeedNotes
3G~1–3 MbpsLegacy. HSPA+
4G LTE~10–50 MbpsStandard today. LTE = Long Term Evolution
5G~100Mbps–10GbpsLow-band (coverage), mid-band (balance), mmWave (speed, short range)
SIM vs eSIM: SIM (Subscriber Identity Module) = physical card identifying you to cellular network. eSIM = embedded chip programmable without physical card swap. IMEI = hardware ID of the phone itself (hardcoded). IMSI = identity of the user/account (stored on SIM).
OBJ 3.1
Display Panel Types — LCD Subtypes
TypeResponse TimeColor AccuracyViewing AnglesBest For
TN (Twisted Nematic)Fastest (~1ms)PoorNarrowGaming (high refresh rate priority). Cheapest
IPS (In-Plane Switching)Medium (~4ms)Excellent178° wideDesign work, photo editing, professional use
VA (Vertical Alignment)Medium-slowGoodMediumCompromise — best contrast ratio. General use
OLEDFastest (<1ms)Best (true black)BestPremium phones, TVs. Self-emissive — no backlight needed
Mini-LEDFastVery goodGoodPremium laptops/monitors. Better backlight control than LCD
Backlight + Inverter: LCD panels need a backlight (CCFL fluorescent lamp OR LED). Laptops with CCFL backlight need an inverter (converts DC to AC). Dim screen visible at angle = backlight failure. No image but laptop makes sounds = backlight or inverter failed.
OBJ 5.x
Troubleshooting — Symptom-to-Cause Quick Reference
Hardware Symptoms
Computer shuts off after 10–15 minOverheating — check fans/thermal paste
Inaccurate date/time every bootDead CMOS battery — replace coin cell
POST beep codesRAM or video failure — check mobo manual
Swollen capacitors on motherboardReplace motherboard immediately
Random crashes across multiple programsBad RAM — run MemTest86
HDD clicking/grindingPhysical failure imminent — backup NOW
S.M.A.R.T. warning appearsDrive predicting failure — backup and replace
No POST, fans spin, no displayRAM not seated, or no RAM installed
Network Symptoms
IP address starts with 169.254.x.xDHCP failure — APIPA assigned. Check DHCP server
Can ping by IP, not by nameDNS failure — check DNS settings
VoIP calls choppy / words dropJitter — enable QoS, use 5 GHz
Everything slow, near kitchen2.4 GHz microwave interference — switch to 5 GHz
Port flapping (link cycling)Bad cable or failing NIC
Intermittent internet dropsPing gateway first — if OK, ISP issue
Authentication failure on Wi-FiWrong passphrase, encryption mismatch, expired cert
Slow wireless speeds near routerInterference — check channel overlap, try 5 GHz
OBJ 5.3
Display Troubleshooting — Symptom to Cause
SymptomLikely Cause / Action
Fuzzy / blurry imageResolution not set to native. Set to monitor's native resolution
Dead pixels (stuck black)Manufacturing defect — cannot fix. May qualify for replacement
Burn-in / image ghosting (LCD)Static image displayed too long. Run solid white screen for extended period
Projector dims, then goes darkBulb failure. Replace metal-halide bulb. Reset lamp timer after replacement
Dim laptop screen (visible at extreme angle)Backlight failure — replace backlight or display assembly
Flickering displayCheck/reseat video cable. Try different cable or port
Projector shuts off intermittentlyClogged dust filter → thermal shutdown. Clean filter
Wrong color tintCheck Night Light / Night Mode setting. Check monitor color preset
OBJ 2.8
Networking Tools — What Each One Does
ToolWhat It DoesExam Scenario Trigger
CrimperAttaches RJ-45 or RJ-11 connectors to the end of a cable"Making a patch cable"
Cable StripperRemoves outer jacket of cable without damaging inner wires"Preparing cable for termination"
Toner ProbeGenerates a tone on one end; probe on other end finds the cable in a bundle without cutting"Find which cable in a wall/bundle"
Punchdown ToolSeats wires into 66-block or 110-block patch panels and keystone jacks"Wiring a patch panel"
Cable TesterVerifies continuity and correct wiring of both ends of a cable"Check if a cable works before installing"
Loopback PlugPlugs into a port and loops the signal back to test the NIC or port"Testing a NIC without connecting to network"
Wi-Fi AnalyzerShows Wi-Fi networks, signal strength, channel usage — used for site surveys"Find channel congestion or coverage dead zones"
Network TapPassively copies network traffic for analysis without disrupting traffic flow"Monitor traffic without interrupting the network"