How to Answer
Unit 3 is where design choices start carrying consequences. Every boundary you draw is a decision about what should be able to reach what.
AP Networking Unit 3
Students plan a larger network from requirements, then divide it on purpose so that traffic and trust do not spread further than intended.
How to Answer
Unit 3 is where design choices start carrying consequences. Every boundary you draw is a decision about what should be able to reach what.
Detailed Study Notes
Read these notes slowly, then connect each idea to the topic panels below.
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.
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.
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.
A network is designed backward from what it has to support: how many devices, what they need to reach, which groups should stay apart, and what has to keep working when something fails.
Apply It
Turn a description into requirements before choosing equipment. Counting devices and grouping them by who needs to reach what comes before any product decision.
Avoid This Trap
Designing for today exactly is a design that fails next year. Leaving room is part of the requirement, not an extravagance.
Study Move
Read a scenario and write the requirements list it implies, including the ones stated only indirectly.
How devices are physically cabled and how they are logically grouped are separate questions. Two devices on the same switch can sit in different logical networks, and devices in different rooms can share one.
Apply It
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.
Avoid This Trap
Assuming physical proximity implies logical grouping is one of the most common misreadings of a network diagram.
Study Move
Take one network and sketch it both ways, then list a question each diagram answers that the other cannot.
Subnetting divides a large address range into smaller ones. It organizes devices by address, supports routing decisions, controls how far broadcasts travel, and gives boundaries something to enforce.
Apply It
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.
Avoid This Trap
Subnetting is not primarily about saving addresses. Its value here is structure: separation you can then apply rules to.
Study Move
Given a device count per group, propose a division and state which groups can reach each other directly under your plan.
A VLAN separates devices logically without requiring separate physical hardware. Devices on the same switch can be assigned to different VLANs and behave as though they were on different networks.
Apply It
Use segmentation to keep groups apart that have no reason to interact, then decide deliberately which crossings are permitted.
Avoid This Trap
Separating groups means traffic between them now needs an explicit path. Segmentation without that decision breaks things people needed.
Study Move
For a school network, propose groups and name one crossing that must be allowed and one that must not.
Once a network is divided, something has to carry traffic between the parts, and something has to decide which traffic is allowed to make that crossing.
Apply It
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.
Avoid This Trap
A rule that is never reached has no effect. Order is part of the meaning of a rule set.
Study Move
Trace one connection attempt through a rule table and name the row that decides its fate.
A network nobody has written down is a network only its builder can repair. Documentation records addressing, grouping, and the reasoning behind boundaries.
Apply It
Record what was changed, why, and how it was verified. The reasoning is the part that saves the next person time.
Avoid This Trap
Documentation that only lists settings, without saying why they were chosen, cannot be safely changed later.
Study Move
Write a short change record for one configuration decision, including the check that confirmed it.
Evidence Drill
After a network is divided into staff and student groups, printing from student devices stops working. Explain what most likely happened and what evidence would confirm it.