Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
When the AP exam asks about networks, you're being tested on more than just naming shapes—you need to understand how network design choices affect fault tolerance, scalability, and performance. The College Board specifically emphasizes that networks should have redundant paths so that if one connection fails, data can still reach its destination. Every topology represents a different trade-off between these competing goals.
Think of network topologies as the blueprint for how computing devices work together. The exam loves to ask questions about single points of failure, redundancy, and why the Internet's design makes it so resilient. Don't just memorize which topology looks like what—know why each design succeeds or fails when connections break, and which scenarios call for each approach.
These topologies route data through a single pathway, making them cost-effective but vulnerable. When any link in the chain breaks, communication stops entirely.
Compare: Bus vs. Ring—both suffer from single points of failure, but bus fails at the cable level while ring fails at the device level. If an FRQ asks about fault tolerance weaknesses, either topology demonstrates why redundancy matters.
These topologies funnel all traffic through a central device. The hub or root node simplifies management but creates a critical vulnerability.
Compare: Star vs. Tree—both rely on central nodes, but tree topology scales better for large organizations by adding hierarchical layers. The trade-off: more potential failure points at each branching level.
These topologies include multiple paths between devices, directly supporting the Internet's design principle that data should find alternate routes when connections fail.
Compare: Mesh vs. Hybrid—mesh maximizes redundancy but at high cost; hybrid lets designers place redundancy strategically. When an FRQ asks about real-world network design, hybrid topology explains why large enterprises don't use pure mesh everywhere.
| Concept | Best Examples |
|---|---|
| Single point of failure | Bus (cable), Ring (any device), Star (hub), Tree (root) |
| Fault tolerance / redundancy | Mesh, Hybrid with mesh segments |
| Multiple paths between devices | Mesh (full or partial) |
| Scalability challenges | Bus, Ring |
| Scalability strengths | Star, Tree, Hybrid |
| Cost-effective for small networks | Bus, Ring |
| High availability requirements | Mesh, Hybrid |
| Centralized management | Star, Tree |
Which two topologies both suffer from single points of failure but at different levels (cable vs. device)?
If an FRQ describes a network where "subsequent data will be sent via a different route if a connection fails," which topology best demonstrates this principle, and why?
Compare and contrast star and tree topologies: what management advantage do they share, and how do their failure vulnerabilities differ?
A company needs high fault tolerance in their data center but wants to minimize cabling costs in office areas. Which topology approach would you recommend, and what concept does this illustrate?
Why does the College Board emphasize redundancy and multiple paths in network design? Identify which topologies meet this requirement and which do not.