Table of Contents

Click Here to Return To the CompTIA A+ Course Page

Networking is 23% of the CompTIA A+ 220-1201 Core 1 exam, the second-largest domain. This module covers ports and protocols, wireless standards, host services, network hardware, SOHO setup, and tools. Memorize the common ports because the exam tests them directly.

Every support call eventually touches the network. You diagnose connectivity by knowing which protocol runs on which port, how wireless bands differ, and what each device on the wire does. This module gives you that foundation.

Common Ports and Protocols

You must know these ports by number. TCP is connection-oriented and reliable, while UDP is connectionless and fast.

PortProtocolPurpose
20/21FTPFile transfer
22SSH/SFTPSecure remote shell
23TelnetInsecure remote shell
25SMTPSending email
53DNSName resolution
67/68DHCPIP address assignment
80HTTPWeb traffic
110POP3Receiving email
143IMAPReceiving email
443HTTPSEncrypted web traffic
445SMBFile and printer sharing
3389RDPRemote desktop

Telnet and FTP send data in clear text, so prefer SSH and HTTPS.

Wireless Networking

You match the band and standard to the environment.

BandTrait
2.4 GHzLonger range, slower, more interference
5 GHzFaster, shorter range, less crowded
6 GHzNewest, widest channels, Wi-Fi 6E and 7

The 802.11 standards advance over time: 802.11n (Wi-Fi 4), 802.11ac (Wi-Fi 5), 802.11ax (Wi-Fi 6/6E), and 802.11be (Wi-Fi 7). Short-range radios include NFC for tap actions and RFID for tags and badges.

On 2.4 GHz, use non-overlapping channels 1, 6, and 11 to avoid interference.

Services Provided by Networked Hosts

You identify what each server role does on the network.

  • DNS resolves names to IP addresses.
  • DHCP hands out IP addresses, gateways, and DNS servers automatically.
  • File servers store shared documents centrally.
  • Print servers queue jobs to shared printers.
  • Proxy servers filter and cache web requests.
  • Web servers host sites and applications.

You configure DNS records so services resolve correctly:

RecordMaps
AName to IPv4 address
AAAAName to IPv6 address
CNAMEName to another name (alias)
MXDomain to mail server
TXTText for SPF, DKIM, verification

Networking Hardware

You connect and route traffic with the right device.

  • A switch forwards frames between devices on the same LAN by MAC address.
  • A router moves packets between networks and to the internet.
  • An access point (AP) bridges wireless clients onto the wired network.
  • A firewall filters traffic by rules at the boundary.
  • Power over Ethernet (PoE) delivers power and data over one cable to APs, cameras, and phones.

SOHO Network Configuration

You set up small office and home networks with correct addressing.

Address typeUse
StaticManually set, for servers and printers
Dynamic (DHCP)Auto-assigned, for clients
APIPA169.254.x.x self-assigned when DHCP fails
IPv6128-bit addresses for modern networks

A private IP range such as 192.168.0.0/16 stays inside the LAN, while NAT translates it to one public address for internet access.

Networking Tools

You build and test cabling with the right tools.

ToolJob
CrimperAttaches RJ45 connectors to cable
Cable testerVerifies wiring continuity and order
Toner probeTraces a cable in a bundle
Punchdown toolSeats wires into patch panels and jacks
Wi-Fi analyzerMaps signal strength and channel use
Loopback plugTests a network port

Next Steps

Continue Core 1 with Hardware Components and Virtualization and Cloud Computing . Diagnose connectivity in Hardware and Network Troubleshooting . For home wireless design, see the best Wi-Fi mesh system for consumers and Ubiquiti UniFi vs TP-Link Omada . Return to the CompTIA A+ Course .