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.

这门考试有多难?

CompTIA A+ Core 1(当前考试 220-1101)最多 90 题——选择题加基于操作的模拟题——90 分钟,在 100-900 分制上 675 分及格。考试券约 253 美元,A+ 须同时通过 Core 1 和 Core 2。计算机用户支持专员年薪中位数约 60,340 美元(BLS,2024 年 5 月)。

推荐学习时间
多数初学者 80-120 小时;基于操作的模拟题靠动手练习而非只看书。
通过率
我们在 2026 年 9 月查阅了 CompTIA 自己公布的材料,其中没有通过率。CompTIA 罕见地把理由写得很明确:「CompTIA 的政策是不向任何外部第三方披露通过率。」因此你在任何地方看到的 A+ 通过率都不可能来自 CompTIA。来源: CompTIA — Exam Development (test policies), on disclosure of pass rates
重点学习方向
硬件与网络故障排查(约 29%)与硬件(约 25%)是最大的两块——重点练真实设备与连接故障排查。

费用与薪资为近似值,会随时间变动。上方的通过率引自旁边链接的来源,并限于该来源覆盖的期间——凡是我们尚未核实来源的,都会直接说明并且不给数字。

反馈