CompTIA A+ - Networking and Connectivity

By Jordan Blake · Updated Jun 3, 2026

Questions19
Passing Score75%
Format53% Multiple Choice
Sessions Logged710
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.4 out of 5 from 27 ratings.
4.4 (27)

Topics covered

This quiz

Uncategorized19 (100%)

Uncategorized19 questions

Discussion

Log in to post a comment, reply, or expand a question.

Q-5463

Question Q-5463 An ___ address is a private IP address automatically assigned…

3 comments · last active May 10, 2026

  • Peppa-Jack · Feb 25, 12:58 AM

    APIPA 169.254.x.x — if you see that on a workstation, DHCP is broken or unreachable. First thing I check on 'can't get online' tickets.

  • randomstuff063 · Feb 25, 2:58 PM

    Learned that the hard way in a lab. ipconfig showed 169.254 and I spent 20 min chasing DNS before realizing no lease.

  • NonSequitur123 · May 10, 6:30 AM

    Same. Link-local still pings neighbor on subnet though — useful for troubleshooting.

Q-5456

Question Q-5456 What is the default subnet mask for a Class C…

2 comments · last active May 6, 2026

  • SuperBellV · Feb 11, 10:19 AM

    Class C default mask /24 = 255.255.255.0 — they still test legacy classful stuff even though CIDR is what we use in the field.

  • brachyrhamphus · May 6, 11:30 AM

    Class A /8 and B /16 still fair game on objectives. Don't skip the basics.

Q-5458

Question Q-5458 What protocol automatically assigns IP addresses to devices on a…

2 comments · last active Apr 27, 2026

  • Wadewilson74 · Feb 22, 2:23 PM

    DORA for DHCP — Discover Offer Request Ack. Easy mnemonic, shows up all the time.

  • astromoco · Apr 27, 2:06 PM

    And if DHCP fails you get APIPA — ties back to Q9 on this quiz.

Q-5462

Question Q-5462 What is the difference between a hub and a switch?

2 comments · last active Feb 26, 2026

  • tiemen · Feb 26, 12:25 AM

    Hub vs switch tripped me up at first — key is collision domain. Hub = one big collision domain, switch = per-port. Messer drills this hard.

    +2 votes
  • LondonPenPals · Feb 26, 9:25 AM

    Yep. And hubs are basically museum pieces now. If you see one on the exam it's testing that broadcast-to-all-ports behavior.

Q-5467

Question Q-5467 The DNS record type ___ maps a domain name to…

2 comments · last active Feb 26, 2026

  • yoidit · Feb 25, 5:20 PM

    Matching hub/switch/router/repeater — draw the OSI layers. Repeater and hub L1, switch L2, router L3.

  • MBSUPERSPAZZ · Feb 26, 5:20 AM

    Took me two tries. Read the table carefully — they swap functions sometimes in distractors.

Q-5472

Question Q-5472 QoS (Quality of Service) prioritizes certain types of network traffic…

2 comments · last active Feb 25, 2026

  • Avdaq_ksp · Feb 24, 6:37 PM

    Wireless troubleshooting order: check physical switch → SSID/password → ipconfig → ping gateway → ping 8.8.8.8 → DNS. This quiz covers the ipconfig part well.

  • lisadaniellee · Feb 25, 7:37 PM

    Don't forget APIPA in the chain — if you skip straight to 'reboot router' you miss DHCP failures.

Q-5466

Question Q-5466 What is the loopback address, and what is it used…

3 comments · last active Feb 24, 2026

  • henryz58 · Feb 22, 11:38 PM

    Loopback is 127.0.0.1 / ::1 — NOT 255.255.255.255. I almost picked broadcast on a practice test because I rushed.

    +2 votes
  • Peppa-Jack · Feb 23, 6:38 AM

    255.255.255.255 is limited broadcast on the local segment. Loopback never hits the wire — ping 127.0.0.1 tests your own stack.

    +1 votes
  • Blix998 · Feb 24, 4:38 AM

    If ping 127.0.0.1 fails, you're looking at a broken NIC driver or stack, not cable issues.

Q-5470

Question Q-5470 What is port forwarding, and when is it required?

2 comments · last active Feb 15, 2026

  • another_madman · Feb 15, 4:06 AM

    Port forwarding maps external port on the router to an internal host — common for game servers or accessing a cam from outside. Don't confuse with PAT/overload.

  • randyale69 · Feb 15, 8:06 PM

    NAT/PAT is many private IPs sharing one public. Port forward is 'when traffic hits WAN port X, send to 192.168.1.50:port Y'.

Q-5459

Question Q-5459 The default port number for HTTP is ___ and for…

2 comments · last active Feb 15, 2026

  • Gunman862 · Feb 15, 3:20 AM

    80 and 443 — write them on a sticky note. HTTP/HTTPS show up constantly on A+ and Net+.

  • JesusPrice31 · Feb 15, 2:20 PM

    Throw in DNS 53 and DHCP 67/68 while you're at it. Port questions are free points if you drill them.

Q-5461

Question Q-5461 NAT (Network Address Translation) allows multiple devices on a private…

2 comments · last active Feb 13, 2026

  • lisadaniellee · Feb 12, 11:33 PM

    NAT lets a whole home network share one public IP. PAT uses different source ports to track sessions — that's the overload part.

  • ThomasPDX · Feb 13, 2:33 PM

    True on the quiz — NAT conserves IPv4. IPv6 was partly about not needing NAT everywhere.

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

?? Multiple Choice (Hard)

A user receives an IP address of 169.254.100.5. What does this indicate, and how do you fix it?

Answer choices

  • A. The user has a static IP configured correctly

  • B. DHCP is not working — check DHCP server, cable connection, and DHCP service; try ipconfig /renew (Correct)

  • C. The user is on a guest VLAN

  • D. The IP address is from a VPN tunnel

Explanation

169.254.x.x is the APIPA range — a Windows fallback when no DHCP server responds. Troubleshooting steps: 1) Check physical cable/Wi-Fi connection; 2) ipconfig /release, ipconfig /renew; 3) Verify DHCP server is running; 4) Check scope has available addresses; 5) Check DHCP helper address if on different VLAN; 6) Verify firewall isn't blocking UDP 67/68.

Question 2

?? Fill in the Blank (Hard)

The DNS record type [[blank1]] maps a domain name to an IPv4 address, while [[blank2]] maps a domain name to an IPv6 address.

Explanation

DNS record types: A (IPv4 address), AAAA (IPv6 address), CNAME (alias to another name), MX (mail exchange server), TXT (text data — SPF, DKIM, domain verification), NS (name server), PTR (reverse DNS — IP to name), SOA (Start of Authority). Mail servers use MX records.

Question 3

?? True/False (Easy)

A MAC address is a physical address permanently assigned to a network interface card (NIC).

Answer choices

  • A. True (Correct)

  • B. False

Explanation

MAC (Media Access Control) addresses are 48-bit hardware addresses (e.g., 00:1A:2B:3C:4D:5E) assigned by the NIC manufacturer. The first 24 bits (OUI — Organizationally Unique Identifier) identify the manufacturer. MAC addresses operate at Layer 2 (Data Link) of the OSI model. They can be spoofed in software despite being "physical."

Question 4

?? Fill in the Blank (Hard)

A [[blank1]] is a type of wireless network that uses multiple access points to provide seamless coverage over a large area, automatically handing off clients as they move between APs.

Explanation

An ESS (Extended Service Set) uses multiple APs with the same SSID, allowing clients to roam seamlessly. Mesh networks add dynamic backhaul between nodes (no controller required). 802.11r enables fast BSS transitions. Enterprise systems (Cisco, Aruba, Meraki) use wireless LAN controllers (WLC) to manage large-scale WLAN deployments.

Question 5

?? Multiple Choice (Medium)

Which TCP/IP layer is responsible for end-to-end communication and reliable data delivery?

Answer choices

  • A. Network Layer (Layer 3)

  • B. Data Link Layer (Layer 2)

  • C. Transport Layer (Layer 4) (Correct)

  • D. Application Layer (Layer 7)

Explanation

The Transport Layer (Layer 4) handles end-to-end communication between processes on different hosts. TCP (connection-oriented): provides reliable, ordered, error-checked delivery with flow control and acknowledgment. UDP (connectionless): best-effort, no guaranteed delivery — faster, used for DNS, streaming, gaming. Ports operate at Layer 4.