20 Questions · Instant Feedback · FreeInteractive Practice Exam
AP Networking Practice Exam
Twenty scenario-based questions across all four core skills. Click an answer to see if you are right and read a full explanation. Your score updates as you go.
Score: 0 correct · 0 of 20 answered
This practice exam mirrors how AP Networking tests you: read the scenario, decide your answer before peeking at the options, then choose. Each question is tagged with the skill it assesses — Connect & Configure, Secure, Troubleshoot, or Collaborate.
Pilot note: AP Networking is a pilot course (Framework V.1, beginning 2026–2027; first exam May 2028). These questions are framework-aligned practice, updated as the College Board publishes official sample materials.
A device streams video smoothly each morning but buffers every evening around 6 p.m. Local applications launch instantly at all hours. Following the troubleshooting loop, which step comes NEXT after identifying this symptom?
Answer: A. The loop is identify, determine, implement, verify. After identifying the symptom you DETERMINE likely causes before changing anything. Local apps are fine, so the device is not resource-starved at all times; an evening-only, online-only symptom points to a scheduled task or evening congestion. The other choices implement a fix before diagnosing.
Question 2 of 20Troubleshoot
Two computers on the same small network can each reach the internet, but they cannot reach each other. Which is the MOST likely configuration cause to check first?
Answer: B. Internet works but device-to-device does not, so the upstream link is fine, ruling out the ISP. Storage and monitor issues do not affect reachability between hosts. Subnet separation or guest-network client isolation is the classic configuration cause of this exact pattern.
Question 3 of 20Secure
You are establishing a baseline of security on a brand-new laptop. Which action is a protective control of the DEVICE itself rather than the network around it?
Answer: C. A screen lock with strong authentication is a device-level protective control. Changing the router channel and adding an access point are network configuration; upgrading bandwidth is a service change, not a security control.
Question 4 of 20Connect & Configure
A technician needs many hosts on a growing network to communicate while keeping departments logically separated on shared switch hardware. Which approach BEST meets both goals?
Answer: D. VLANs let one set of switches carry multiple logically separated networks, isolating departments without separate physical hardware. Separate buildings is wasteful; identical IPs cause address conflicts; bypassing switches does not scale and breaks segmentation.
Question 5 of 20Secure
An authentication log shows 240 failed login attempts in 6 minutes from a single unfamiliar address at 3 a.m., followed by one success. Which conclusion is BEST supported?
Answer: D. High failure volume in a short window, an off-hours timestamp, and an unfamiliar single source are classic indicators of a password attack, and the trailing success suggests it worked. A successful login does not make the preceding burst normal; the pattern is not explained by hardware or an outage.
Question 6 of 20Troubleshoot
A user reports their device is slow. A technician restarts it; performance returns for an hour, then degrades again. Why does this restart NOT count as completing the troubleshooting loop?
Answer: C. A restart can clear a runaway process, which is why it temporarily helps and fools people. But the loop requires you to DETERMINE the cause and VERIFY a durable fix. Because the cause (e.g. a scheduled process) was never found, the symptom returns. Restarting is fine as a step, not as the whole loop.
Question 7 of 20Connect & Configure
On a network with many hosts, which set of services is MOST directly responsible for automatically assigning addresses and resolving names so devices can find one another?
Answer: B. DHCP automatically assigns IP addresses to hosts and DNS resolves human-readable names to addresses, so devices can locate each other at scale. The other pairs are productivity, security, or maintenance tools unrelated to addressing and name resolution.
Question 8 of 20Secure
A small office wants layered defense so that a single failed control does not expose the whole network. Which choice BEST reflects defense-in-depth?
Answer: A. Defense-in-depth layers independent controls so the failure of one is caught by another: perimeter filtering, device-level authentication, and monitoring together. A single firewall is one point of failure; universal admin rights and disabling logging weaken security.
Question 9 of 20Collaborate
A networking team is about to use an AI assistant to help diagnose a complex outage. According to the course's collaboration expectations, what should the team do with the AI's suggestions?
Answer: B. The course frames AI as a collaboration and diagnostic tool, not an oracle. Suggestions are a starting point you verify through the loop. Implementing blindly skips verification; ignoring AI wastes a tool the framework endorses; humans, not the AI, set roles and accountability.
Question 10 of 20Troubleshoot
A technician suspects a slow device is caused by one runaway process. Which single action provides the STRONGEST evidence for that cause before any fix is applied?
Answer: A. A resource monitor showing one process consuming most CPU or memory is direct cause-to-symptom evidence and supports the DETERMINE step. Ending random apps changes more than one variable; reformatting is a drastic fix applied before diagnosis; a user's guess is not measured evidence.
Question 11 of 20Connect & Configure
Which statement about a device's storage and its memory (RAM) is correct when diagnosing slowness?
Answer: D. Storage (long-term, non-volatile) and memory (working space, volatile) are distinct resources with different failure signatures, so a tool reading must be interpreted for which one is exhausted. They are not the same; the permanence description is reversed; both clearly affect performance.
Question 12 of 20Secure
A network administrator wants a control that DETECTS an intrusion in progress rather than only preventing or discouraging one. Which control type fits?
Answer: C. Detective controls identify activity as or after it happens; an intrusion detection system is the textbook example. Deterrents discourage, protective controls prevent, and recovery controls restore after the fact. The question specifically asks about detection.
Question 13 of 20Troubleshoot
On a large network, users in one wing report slowness while the rest of the building is fine. Which troubleshooting move BEST narrows the cause?
Answer: C. Slowness confined to one wing points to a specific segment, so isolating and testing that segment changes one variable and narrows the cause efficiently. Replacing everything and rebooting at peak hours are costly and unfocused; assuming an ISP fault ignores that the problem is localized.
Question 14 of 20Connect & Configure
A growing network has run out of addresses in its current scheme. Which action MOST directly addresses the shortage while preserving organization?
Answer: A. Subnetting divides address space into right-sized blocks per segment, resolving exhaustion while keeping the network organized. Identical addresses cause conflicts; DNS resolves names and does not consume host addresses that way; disabling devices avoids the design problem instead of solving it.
Question 15 of 20Secure
Which practice does the LEAST to protect data as it travels across a public network?
Answer: B. Publicly posting credentials actively destroys security and protects nothing. Encryption, secure authenticated protocols, and verifying the remote endpoint all protect data in transit. The question asks which does the LEAST, and the answer is the one that creates exposure.
Question 16 of 20Troubleshoot
After implementing a fix, a technician confirms the original symptom is gone but a new, unrelated problem has appeared. According to the loop, what should happen?
Answer: D. Verify confirmed the first fix worked, so that cycle is closed. A new problem starts its own loop: identify it, determine its cause, implement, and verify. Declaring done ignores a real issue; undoing a working fix is counterproductive; ignoring the new problem is not professional practice.
Question 17 of 20Connect & Configure
Which description BEST captures why documentation of a network's configuration matters when many connections are involved?
Answer: D. Documentation records addressing, topology, and configuration so anyone, including a technician who did not build the network, can understand and troubleshoot it. It is not a billing tool, cannot prevent failures, and does not replace ongoing monitoring.
Question 18 of 20Secure
An organization keeps customer payment data. Which consideration is MOST relevant to how that specific data must be secured?
Answer: A. Certain data types are governed by regulation; payment card data security is mandated by the PCI DSS standard, which shapes required controls. The data is not exempt, location/device age does not satisfy a standard, and protection is continuous, not limited to business hours.
Question 19 of 20Connect & Configure
A technician must connect a local network to the wider internet. Which device's role is MOST directly responsible for directing traffic between the local network and outside networks?
Answer: C. A router forwards packets between networks, making it the device that directs traffic between the local network and the internet. A screen lock is device authentication; a backup utility and a spreadsheet have no role in routing traffic between networks.
Question 20 of 20Collaborate
Before a team begins a multi-step networking project, which collaboration step should come FIRST according to the course's skill expectations?
Answer: B. The collaboration skill begins with developing clear, shared team objectives, then defining roles and responsibilities. Starting at random, outsourcing the whole task to AI, or competing individually all skip the shared-objective foundation the course emphasizes.
Whether you're a student, parent, or teacher — I'd love to hear from you.
Just want free AP CS resources?
Enter your email below and check the subscribe box — no message needed.
Students get daily practice questions and study tips. Teachers get curriculum resources and teaching strategies.
Typically responds within 24 hours
✓
Message Sent!
Thanks for reaching out. I'll get back to you within 24 hours.
Choosing a selection results in a full page refresh.
Opens in a new window.
4. The correct popup fires automatically based on the current page URL:
- AP CSP pages -> CSP popup
- AP Cyber pages -> Cybersecurity popup
- All other pages -> AP CSA popup (already live, but improved version here)
Klaviyo API Key: XbXGVC
Klaviyo List ID: UpYKgr (add all to same list for now; tag by course)
============================================================ -->
AP Computer Science A
Free Daily Practice Questions + Exam Tips
Join 134+ AP CSA students getting better scores with daily practice
✓Daily MCQ + FRQ practice delivered free
✓54.5% of Tanner’s students score 5s (national avg: 25.5%)
✓Exam week survival guide — free for subscribers
✓
You’re in!
Check your email for your first practice question.