Key concepts, port numbers, and specs you must know for the Core 1 exam.
Networking is the largest domain. Know these cold:
| Cable Type | Speed | Max Distance |
|---|---|---|
| Cat 5e | 1 Gbps | 100m |
| Cat 6 | 1 Gbps (10 Gbps short range) | 100m (55m at 10G) |
| Cat 6a | 10 Gbps | 100m |
| Fiber (Single-mode) | Up to 100 Gbps | 40km+ |
| Fiber (Multi-mode) | Up to 100 Gbps | 550m |
Wireless standards: 802.11a (5GHz, 54Mbps), 802.11b (2.4GHz, 11Mbps), 802.11g (2.4GHz, 54Mbps), 802.11n (2.4/5GHz, 600Mbps), 802.11ac/Wi-Fi 5 (5GHz, 3.5Gbps), 802.11ax/Wi-Fi 6 (2.4/5/6GHz, 9.6Gbps)
Storage interfaces: SATA (6Gbps max), NVMe/M.2 PCIe (up to 7GB/s), SAS (enterprise HDDs). NVMe is dramatically faster than SATA SSD.
PCIe slots: x1, x4, x8, x16 (GPU). PCIe 4.0 doubles bandwidth of PCIe 3.0 per lane.
| Connector | Use |
|---|---|
| 24-pin ATX | Motherboard main power |
| 8-pin EPS | CPU power |
| 6+2 pin PCIe | Discrete GPU power |
| SATA power (15-pin) | Storage drives |
| Molex 4-pin | Legacy fans/optical drives |
Laptop display types: IPS (best color/viewing angle), TN (fastest refresh, gaming), OLED (deepest blacks, used in high-end laptops/phones).
Mobile device management: MDM solutions push profiles, enforce encryption, enable remote wipe. BYOD policies balance personal use with corporate security.
Cloud deployment: Public (AWS, Azure, GCP), Private (on-premises), Hybrid (both), Community (shared industry infrastructure)
Hypervisors: Type 1 (bare metal — VMware ESXi, Hyper-V) runs directly on hardware. Type 2 (hosted — VirtualBox, VMware Workstation) runs on top of an OS.
Container vs VM: Containers share the host OS kernel (lightweight, fast). VMs emulate full hardware (stronger isolation, heavier). Docker = most common container platform.
The exam loves troubleshooting scenarios. Follow a systematic process:
CompTIA troubleshooting steps: (1) Identify the problem, (2) Research knowledge base, (3) Establish a theory, (4) Test the theory, (5) Establish an action plan, (6) Implement the solution, (7) Verify full functionality, (8) Document findings
Common network fixes: ipconfig /release + /renew (refresh DHCP), ipconfig /flushdns (clear DNS cache), ping 127.0.0.1 (loopback test), tracert (path to destination), nslookup (DNS query).