Read-only Code Scholars guide

AP Networking study guide for students who want to reason from evidence.

This guide is organized around the official AP Networking unit sequence, but the explanations, study prompts, and school-friendly scenarios are written for Code Scholars students.

Student reviewing network configuration on a laptop

Availability

AP Networking becomes available nationally in the 2027-28 school year, following a third and final pilot in 2026-27.

First national exam

May 2028, delivered fully digitally in Bluebook.

What is on it

Multiple-choice questions built on networking scenarios, plus free-response questions using realistic networking artifacts and evidence.

Not yet published

College Board has not released question counts, section timings, or section weights. Any source quoting them is guessing.

Detailed Notes

Full AP Networking notes on this page

Each unit below carries the same detailed explanations and exam connections students need before opening practice questions.

Unit 1 Detailed Notes

Managing My Connections

The course starts with a single device you control. Why is it slow, why will it not connect, and how do you secure it without making it unusable?

Open Unit Page

Diagnosis is a process, not a list of fixes

The reason AP Networking teaches a troubleshooting process rather than a catalogue of solutions is that symptoms are ambiguous. A device that will not load a page could be failing at the application, at its own configuration, at the wireless link, or somewhere past the building entirely. Only a process narrows that.

Gather before you act. What changed, when did it start, does it affect one device or several, and does it happen everywhere or in one place? Those four answers eliminate more possibilities than any single fix attempts.

Try the cheap and reversible options before the expensive and disruptive ones, and verify after each. A change that was not verified has told you nothing, and two unverified changes leave you unable to say which one mattered.

Exam Connection

When several answers are all reasonable actions, prefer the one that gathers information or costs least to reverse, unless the prompt has already ruled it out.

Symptoms point at resources

Slowness is not one condition. Processor saturation, memory exhaustion, a nearly full disk, and a weak wireless signal each produce a recognisable pattern, and telling them apart is most of the diagnosis.

The strongest single test is whether the problem follows the device. A machine that is equally slow with the network disconnected is not suffering a network fault, whatever the user reports.

Wireless deserves its own attention because distance, obstructions, and interference vary within a single room. A problem in one location and not another is a signal problem until proven otherwise.

Exam Connection

Scenarios often supply one reading that eliminates a whole branch. Look for the observation that separates a device problem from a network problem before evaluating the choices.

Hardening has a cost, and the cost matters

Securing a device means removing what is not needed, updating what is, and requiring proof of identity to use it. Each of those closes an exposure.

Every control also has a price in convenience, and a control that makes legitimate work painful tends to be disabled by the person it inconveniences. A recommendation that ignores this is not a serious recommendation.

The framework treats AI assistance as ordinary and expects it to be verified. A suggested cause is a hypothesis; the check that confirms it is still yours to run.

Exam Connection

Free-response answers are stronger when they name what a control protects against and acknowledge what it makes harder.

Unit 2 Detailed Notes

Managing My Shared Connections

The scope widens to a small home or office network, where several devices share one connection and one set of decisions about how it is run.

Open Unit Page

One box, several functions

Small networks blur the line between components because a single appliance commonly routes, switches, and provides wireless access at once. Reasoning about functions rather than boxes keeps diagnosis clear.

A device that reaches other local machines but nothing beyond them is telling you the local switching function works and the path onward does not. That single observation splits the problem in half.

When several devices fail simultaneously and nothing on them changed, the cause is almost certainly shared: the connection onward, the equipment, or the service that configures them.

Exam Connection

Ask what the symptom rules out before asking what it proves. Scenarios where some things still work are usually testing that distinction.

Addressing is the foundation of everything after it

A device has a hardware address tied to its interface and a network address tied to the network it is currently on. They answer different questions, and using one where the other belongs produces confident wrong answers.

The mask, not the appearance of the addresses, decides whether two devices can reach each other directly. Addresses that look similar may sit in different networks, and addresses that look unrelated may not.

Automatic assignment supplies more than an address. A device that received an address but no usable gateway can talk locally and reach nothing else, which is a common and confusing failure.

Exam Connection

When configuration output appears, read address, mask, and gateway together. Questions frequently hinge on one of the three being wrong or absent.

Unit 3 Detailed Notes

Managing Many Connections

Students plan a larger network from requirements, then divide it on purpose so that traffic and trust do not spread further than intended.

Open Unit Page

Design starts with requirements, not equipment

A network is derived from what it must support: how many devices, which groups need to reach which resources, what must keep working during a failure, and how much growth to expect.

Designing for exactly the current device count produces a network that fails as soon as anything is added. Headroom is a requirement rather than an indulgence.

Physical and logical arrangement answer different questions. Cabling tells you what fails together; logical grouping tells you what can reach what. Conflating them misreads diagrams.

Exam Connection

When a scenario describes an organisation, translate it into groups and reachability before evaluating any proposed design.

Dividing a network is a decision about trust

Subnetting splits an address space into smaller ranges, which organises devices, supports routing decisions, limits how far broadcasts travel, and creates boundaries that rules can act on.

A VLAN achieves separation logically, so devices on the same physical switch can sit in different networks. This is what makes segmentation practical without buying separate hardware for each group.

Separation creates an obligation. Once two groups are apart, any interaction they legitimately need must be permitted deliberately, and forgetting this is the usual cause of things breaking right after a segmentation change.

Exam Connection

If a scenario reports something breaking immediately after segmentation, look for a legitimate crossing that was never allowed.

Rules are evaluated in order

A firewall rule set is not a collection of independent statements. Rules are examined in sequence, and the first one matching the traffic decides the outcome.

This means a rule placed after a broader one may never be reached at all. Order carries meaning, and a rule table cannot be judged by reading the strictest-sounding line.

Trace specific traffic through the table rather than assessing rules in the abstract. The question is always which row matches first for this connection.

Exam Connection

For any rule table, identify the traffic in the prompt and walk the rows in order until one matches. That row is the answer.

Unit 4 Detailed Notes

Managing Our Global Connections

The final unit reaches the internet: the models used to describe it, the protocols that move data across it, and what keeps a network dependable as it grows.

Open Unit Page

Layers exist so faults can be located

Layered models divide network function so a problem can be placed rather than merely observed. The OSI model and the TCP/IP model describe the same territory at different levels of detail.

Their practical value is search order. Confirming the lower layers are healthy eliminates a great deal before any application is examined, and doing this in a consistent order is what makes diagnosis repeatable.

Naming a layer is not using the model. An answer that says which layer it would test and what each result would rule out has used it.

Exam Connection

When a symptom could sit at several layers, the strongest answer names the test that separates them rather than the most likely cause.

Each protocol has a characteristic failure

Name resolution, address assignment, delivery, and the reliability of that delivery are handled by different protocols, and each fails in a recognisable way.

Reaching a service by address but not by name is the clearest example: it eliminates the path and the service itself, and points directly at name resolution.

Reliable delivery and low-overhead delivery are a deliberate tradeoff rather than a ranking. Traffic that tolerates loss but not delay is better served by the lighter option.

Exam Connection

Match symptom to protocol before considering fixes. Several plausible-sounding answers usually address protocols the symptom has already eliminated.

Reliability is designed, not hoped for

A network that works today must keep working as demand grows. Redundancy removes single points of failure, monitoring provides warning before users notice, and capacity planning anticipates load rather than reacting to it.

Redundancy that shares a failure path is not redundancy. Two links following the same physical route fail together, and a backup that depends on the thing it is backing up is not a backup.

Newer addressing exists because the original space could not expand indefinitely. Its significance here is scale rather than novelty.

Exam Connection

When asked to improve a network, find the component whose failure would take everything down and address that before proposing general improvements.

How to Use This Guide

The four AP Networking skill categories

Students should use the same loop for MCQ scenarios, free-response investigations, and unit review.

1. Connect and Configure

Choose the components and settings that make a connection possible, then apply them. This is the difference between naming a router and deciding what its address, range, and interfaces should be.

2. Secure

Find where a network is exposed and apply a control that closes that gap without cutting off people who need access. A control that breaks legitimate work has traded one problem for another.

3. Troubleshoot

Work out why something is slow or unreachable by narrowing the possibilities in order, using what the tools report rather than changing settings and hoping.

4. Collaborate

Work with other people, and with AI tools, to get a task done. The framework is explicit that AI suggestions are checked rather than trusted, and that your documentation has to be good enough for someone else to follow.

Study Plan

How to turn the notes into exam readiness

The exam rewards decisions supported by what the tools actually report. Work through this sequence before moving into unit drills.

Learn the scope ladder

The four units widen deliberately: one device, one shared network, many connections, then the global internet. Knowing which unit owns a problem tells you which tools and vocabulary belong in the answer.

Get fluent with addressing

Almost everything in Units 2 through 4 rests on reading an address and mask correctly. Practice until deciding whether two devices are on the same network is automatic.

Practice on artifacts

Work from command output, rule tables, diagrams, and logs rather than from prose summaries. The exam free-response section supplies artifacts, so studying from them is the closer match.

Build a diagnosis habit

Adopt one repeatable order for narrowing a fault and use it every time. A method you can explain is worth more than a list of fixes you have memorized.

All Five Units

Complete AP Networking unit map

Each unit page includes topic notes, traps to avoid, a defensive checklist, evidence drill, review questions, and vocabulary.

1

Unit 1

Managing My Connections

The course starts with a single device you control. Why is it slow, why will it not connect, and how do you secure it without making it unusable?

troubleshooting processroot causeverificationresource constraintwireless signalhardening

A Repeatable Troubleshooting Process

Gather information about what changed and when, try the cheap and non-disruptive fixes first, then work toward the expensive ones. Verify after every change rather than at the end.

Reading Device Performance Symptoms

Match the symptom to the resource: everything sluggish at once suggests a system-wide constraint, while one application stalling on files suggests storage or that application alone.

Getting and Keeping a Connection

Confirm the device has an address and a route out before investigating anything further up. Many application failures are simply connection failures wearing a disguise.

Securing the Device You Own

Apply updates, use strong authentication, turn off what you do not use, and prefer secure wireless settings. Then confirm the device still does the job it is there to do.

Using AI Assistance Honestly

Use a suggestion as a starting point, then confirm it against what the device actually reports. The verification step is yours regardless of where the idea came from.

Open Unit 1 Guide
2

Unit 2

Managing My Shared Connections

The scope widens to a small home or office network, where several devices share one connection and one set of decisions about how it is run.

SOHO networkrouterswitchaccess pointIP addressMAC address

What a Small Network Is Made Of

Identify which function is failing rather than which box. A device that reaches other local machines but nothing beyond them has a working switch function and a broken path onward.

Addressing: How Devices Are Identified

Use the network address to reason about who can reach whom. Use the hardware address when the question is about a specific physical interface on the local segment.

Automatic Address Assignment

When several devices lose connectivity at once and nothing else changed, suspect the service that supplies their settings before suspecting each device.

Wired, Wireless, and the Tradeoff

Recommend based on the requirement in the scenario. A stationary device carrying steady traffic is a poor argument for wireless, and a device that must move is a poor argument for cable.

Testing Whether It Actually Works

Check the settings first, then test reachability outward in steps. Confirming the near end before the far end saves you from chasing a fault that was never there.

First Steps in Protecting a Shared Network

Start with the wireless settings, the administrative access to the equipment, and what is permitted inbound. These are where small networks are most commonly exposed.

Open Unit 2 Guide
3

Unit 3

Managing Many Connections

Students plan a larger network from requirements, then divide it on purpose so that traffic and trust do not spread further than intended.

topologysubnettingVLANsegmentationgatewayfirewall rule

Planning From Requirements

Turn a description into requirements before choosing equipment. Counting devices and grouping them by who needs to reach what comes before any product decision.

Topology: Physical and Logical

When reading a diagram, decide which kind it is. A physical diagram answers questions about cables and failure points; a logical one answers questions about reachability.

Subnetting an Address Space

Size each subnet from the number of devices it must hold, with room to grow, then confirm that the ranges do not overlap and that each group lands where you intended.

Segmentation With VLANs

Use segmentation to keep groups apart that have no reason to interact, then decide deliberately which crossings are permitted.

Crossing Boundaries: Gateways and Rules

Read rule tables in order and against the specific traffic in the scenario. What matters is which rule matches first, not which rule sounds strictest.

Documenting What You Built

Record what was changed, why, and how it was verified. The reasoning is the part that saves the next person time.

Open Unit 3 Guide
4

Unit 4

Managing Our Global Connections

The final unit reaches the internet: the models used to describe it, the protocols that move data across it, and what keeps a network dependable as it grows.

OSI modelTCP/IP modelDNSTCPUDPIP

What Failure Costs

Describe an outage in terms of what people can no longer do, then work back to the mechanism. That ordering is what makes an answer about impact rather than about equipment.

Two Models for One Network

Use layers to structure diagnosis. Establishing that the lower layers are healthy narrows the search enormously before you look at any application.

The Protocols That Do the Work

Match the symptom to the protocol. Reaching a service by address but not by name points somewhere quite specific and rules out a great deal.

Working at the Command Line

Run the tool that answers the question you are asking, then read the whole output rather than the last line. Intermediate results often carry the finding.

How Data Finds Its Way

Read a trace as a sequence. Where the responses stop, or where the delay jumps, usually indicates where to look next.

Reliability, Growth, and Newer Addressing

Identify the single point whose failure would take everything down, and say what would have to exist for it not to.

Open Unit 4 Guide

Exam Strategy

How to answer AP Networking questions

The exam rewards careful reading more than memorized buzzwords. Use evidence, controls, and proportional recommendations.

Multiple-choice habits

  • Read the scenario for scope first: is this one device, one shared network, a segmented network, or the internet? The unit tells you which tools are even relevant.
  • When addressing appears, read the address, the mask, and the gateway together. On their own they say very little; together they say what a device can reach.
  • Prefer the answer that changes the stated symptom. An action can be good practice and still be the wrong answer if it does not address what the scenario describes.
  • For rule tables, decide what each row does to the specific traffic in the scenario before comparing options.

Free-response habits

  • Point at the artifact. Name the line of output, the address, or the rule that supports your answer rather than describing it in general terms.
  • Separate what you observed from what you concluded. A failed reply is an observation; a broken gateway is a conclusion, and the step between them is your reasoning.
  • When you recommend a change, say what it fixes and what it might cost in access, effort, or complexity.
  • Write documentation someone else could repeat: what you changed, what you expected, and how you confirmed it.

Core Glossary

Terms students should know in scenario context

Each definition is tied to a decision you would actually make, rather than left as vocabulary to memorize.

Access point

The equipment that lets wireless devices join a wired network.

Default gateway

The address a device sends traffic to when the destination is not on its own network.

DHCP

A service that assigns addresses and related settings automatically from a pool.

DNS

The system that resolves names people use into the addresses machines route to.

Firewall rule

An instruction permitting or denying traffic, evaluated in order against each connection.

IPv6

A newer addressing scheme with a far larger space than the original one.

MAC address

A hardware identifier fixed to a network interface, meaningful on the local segment.

OSI model

A seven-layer description of network function, used to locate where a problem sits.

Segmentation

Dividing a network so groups of devices are separated unless a crossing is deliberately allowed.

Subnet mask

The value that determines which part of an address identifies the network.

TCP

A protocol that delivers data reliably and in order, at the cost of extra overhead.

Topology

The arrangement of a network, described either physically or logically.

Traceroute

A command-line tool that reports each step along the path to a destination.

UDP

A protocol that delivers data with less overhead and no delivery guarantee.

VLAN

A logical grouping that separates devices without requiring separate physical equipment.

Reference Scope

Sources used for topic scope

The prose and study prompts on this page are original Code Scholars material. These College Board sources were used only to establish course scope and terminology.