20 questions

Networking

Which TCP port is used by HTTPS web traffic by default?

  • a.25
  • b.443
  • c.21
  • d.80

HTTPS uses TCP port 443 for encrypted web traffic. Port 80 is plain HTTP, port 21 is FTP control, and port 25 is SMTP email.

Networking

What port does standard unencrypted HTTP use?

  • a.3389
  • b.80
  • c.53
  • d.443

HTTP serves web pages over TCP port 80. Port 443 is HTTPS, 53 is DNS, and 3389 is Remote Desktop Protocol.

Networking

Which protocol translates human-readable domain names into IP addresses?

  • a.SNMP
  • b.DNS
  • c.SMTP
  • d.DHCP

DNS resolves names like example.com into IP addresses. DHCP assigns addresses, SMTP sends email, and SNMP monitors network devices.

Networking

Which service automatically assigns IP addresses, subnet masks, and gateways to clients?

  • a.DNS
  • b.DHCP
  • c.FTP
  • d.LDAP

DHCP leases IP configuration to clients automatically. DNS handles name resolution, FTP transfers files, and LDAP provides directory services.

Networking

Which Wi-Fi standard, also known as Wi-Fi 6, operates in both 2.4 GHz and 5 GHz bands with improved efficiency?

  • a.802.11g
  • b.802.11n
  • c.802.11ax
  • d.802.11ac

802.11ax (Wi-Fi 6) improves efficiency and capacity and works in both 2.4 GHz and 5 GHz. 802.11ac is 5 GHz only, while 802.11n and 802.11g are older standards.

Networking

Which class of IPv4 address is 192.168.1.0/24 considered?

  • a.Public routable
  • b.Loopback
  • c.Private (RFC 1918)
  • d.APIPA

The 192.168.0.0/16 range is private per RFC 1918 and is not routable on the public internet. Loopback is 127.0.0.0/8, and APIPA uses 169.254.0.0/16.

Networking

A client shows an IP address in the 169.254.x.x range. What does this indicate?

  • a.A static public IP
  • b.A successful DHCP lease
  • c.An IPv6 link-local address
  • d.APIPA — the client failed to reach a DHCP server

An address in 169.254.0.0/16 is APIPA, which a Windows host self-assigns when no DHCP server responds. It signals a DHCP problem rather than a normal lease.

Networking

Which port is used by the Remote Desktop Protocol (RDP)?

  • a.23
  • b.161
  • c.22
  • d.3389

RDP listens on TCP port 3389. Port 22 is SSH, port 23 is Telnet, and 161 is SNMP.

Networking

Which protocol provides secure encrypted command-line access to a remote device?

  • a.HTTP
  • b.FTP
  • c.Telnet
  • d.SSH

SSH encrypts remote shell sessions on port 22. Telnet, FTP, and HTTP all send data, including credentials, in clear text by default.

Networking

What is the primary function of a router in a network?

  • a.Amplify Wi-Fi signal only
  • b.Forward packets between different networks
  • c.Store shared files
  • d.Provide power over Ethernet

A router forwards packets between separate networks, such as a home LAN and the internet, using IP addressing. Signal boosting, PoE, and file storage are handled by other devices.

Networking

Which cable type is required for 10 Gigabit Ethernet over reasonable copper distances?

  • a.Cat 3
  • b.RG-6 coax
  • c.Cat 6a
  • d.Cat 5

Cat 6a supports 10 Gbps over 100 meters. Cat 5 and Cat 3 cannot reliably carry 10 Gbps, and RG-6 is coaxial cable used for video/cable modems.

Networking

Which device operates primarily at Layer 2 and forwards frames based on MAC addresses?

  • a.Hub
  • b.Router
  • c.Switch
  • d.Modem

A switch learns MAC addresses and forwards frames only to the correct port at Layer 2. A hub blindly repeats to all ports, a router works at Layer 3, and a modem modulates signals for the ISP link.

Networking

What does NAT allow a home network to do?

  • a.Encrypt all traffic automatically
  • b.Assign DNS names
  • c.Increase Wi-Fi range
  • d.Share one public IP among many private devices

Network Address Translation lets multiple internal devices share a single public IP address. It is not an encryption, range-extension, or naming service.

Networking

Which protocol and port combination is used to send email between mail servers?

  • a.SMTP on 25
  • b.IMAP on 143
  • c.DNS on 53
  • d.POP3 on 110

SMTP on TCP port 25 transfers email between servers. POP3 (110) and IMAP (143) are used by clients to retrieve mail, and DNS resolves names.

Networking

A subnet mask of 255.255.255.0 corresponds to which CIDR notation?

  • a./8
  • b./24
  • c./16
  • d./32

255.255.255.0 sets the first 24 bits as the network portion, written as /24. /16 is 255.255.0.0, /8 is 255.0.0.0, and /32 is a single host.

Networking

Which wireless frequency band generally offers longer range but lower maximum speed?

  • a.5 GHz
  • b.2.4 GHz
  • c.60 GHz
  • d.6 GHz

The 2.4 GHz band penetrates walls better and reaches farther but supports lower throughput and has more interference. Higher bands like 5 GHz and 6 GHz offer more speed over shorter distances.

Networking

Which connector terminates a twisted-pair Ethernet cable?

  • a.SC
  • b.RJ11
  • c.BNC
  • d.RJ45

Ethernet twisted-pair cables use 8-position RJ45 connectors. RJ11 is for telephone lines, BNC is coax, and SC is a fiber-optic connector.

Networking

What is the purpose of a default gateway in IP configuration?

  • a.Assign IP leases
  • b.Resolve domain names
  • c.Filter spam
  • d.Route traffic destined for other networks

The default gateway is the router address a host sends traffic to when the destination is on another network. DNS resolves names and DHCP assigns leases.

Networking

Which command-line tool displays a device's current IP configuration on Windows?

  • a.tracert
  • b.ipconfig
  • c.nslookup
  • d.ping

ipconfig shows the local IP address, subnet mask, and gateway on Windows. ping tests reachability, tracert maps the route, and nslookup queries DNS.

Networking

Which protocol is used to synchronize the clocks of devices across a network?

  • a.SNMP
  • b.SMTP
  • c.NTP
  • d.DHCP

The Network Time Protocol (NTP) keeps device clocks synchronized, typically over UDP port 123. SNMP monitors devices, SMTP sends email, and DHCP assigns IP configuration.

How hard is the exam?

CompTIA A+ Core 1 (currently exam 220-1101) is up to 90 questions — multiple-choice plus performance-based simulations — in 90 minutes, with a passing score of 675 on a 100-900 scale. The voucher is about $253, and A+ requires passing both Core 1 and Core 2. Computer user-support specialists earn a median of about $60,340/year (BLS, May 2024).

Recommended study hours
80-120 hours for most beginners; the performance-based simulations reward hands-on practice, not just reading.
Pass rate
We read CompTIA's own published material in September 2026 and there is no pass rate in it. CompTIA is unusually explicit about why: “it is CompTIA’s policy to not disclose pass rates to any external third party.” Any A+ pass rate you find quoted anywhere therefore did not come from CompTIA.Source: CompTIA — Exam Development (test policies), on disclosure of pass rates
Where to focus first
Hardware & Network Troubleshooting (about 29%) and Hardware (about 25%) are the largest areas — focus on real device and connectivity troubleshooting.

Fees and salaries are approximate and change over time. The pass rate above is quoted from the source linked beside it, for the period that source covers — where we have not checked a source, we say so and give no number.

Report