How are telecommunications networks structured, and how do cellular networks scale to billions of users?
Investigate network topologies (star, bus, ring, mesh, tree), local-area vs wide-area networks, and the engineering principles behind cellular networks (cells, frequency reuse, handover, generations 2G-5G) and satellite communications
A focused HSC Engineering Studies Telecommunications Engineering answer on network architecture. Network topologies (star, bus, ring, mesh, tree); LAN vs WAN; cellular network principles (cell concept, frequency reuse, handover, cellular generations 2G to 5G); satellite communications (GEO vs LEO).
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
A telecommunications network connects many endpoints; its architecture determines reliability, cost, and how it scales. HSC Engineering Studies expects you to compare network topologies on their engineering trade-offs, understand the structural reasons cellular networks can serve billions of users, and place satellite communications in the same comparison framework.
The answer
A network is a graph of nodes (endpoints, switches, base stations) connected by links (cables, radio paths). The structural choice of how nodes connect is the topology; the technical choices about how the network grows and adapts are what cellular and satellite engineering add to that base.
Local network topologies
- Star
- All nodes connect to a central hub. Simple, cheap, easy to add or remove nodes. If the hub fails, the whole network fails. Most home and office LANs are star topologies (Wi-Fi access points or Ethernet switches act as the central hub).
- Bus
- All nodes share a single backbone cable. Cheap and simple in concept; common in early Ethernet (10BASE-2 coaxial). One cable break disrupts the whole network. Largely obsolete in modern wired networks.
- Ring
- Nodes connect in a closed loop. Each node receives data and passes it on. Token Ring (older IBM technology) and SONET (fibre rings in telco networks) use this. Predictable performance, but a single node failure can break the ring (although dual-ring SONET adds resilience).
- Mesh
- Many nodes connect to many other nodes. Full mesh has every node connected to every other. Highly resilient (multiple paths between nodes) but expensive (n(n-1)/2 links for n nodes). The Internet's backbone is a partial mesh.
- Tree
- Hierarchical, with a root node branching to children. Common in larger enterprise networks and cable TV distribution.
The choice of topology balances reliability (mesh wins), cost (bus/star win) and ease of management (star wins).
LAN vs WAN
- Local Area Network (LAN). Same building or campus. Typical: Ethernet (twisted pair or fibre), Wi-Fi. Speeds in the 100 Mbps to 10 Gbps range. Owned and operated by the user organisation.
- Wide Area Network (WAN). Spans cities or countries. Typical: leased lines from telcos, fibre backbones, satellite links. Speeds vary from a few Mbps to multi-gigabit. Operated by telcos; users pay for capacity.
The Internet is the world's largest WAN, built from interconnected ISP networks.
Cellular networks: the core innovation
Cellular networks solved the problem of serving many mobile users with limited radio spectrum. The key idea: divide service area into small geographic cells, each served by its own base station, then REUSE radio frequencies in non-adjacent cells.
- Cells. Each cell typically covers an area from a few hundred metres (dense urban) to several kilometres (rural). Hexagonal geometry is the idealised cell shape (real cells follow terrain, not geometry).
- Frequency reuse. Adjacent cells use different frequency bands to avoid interference; distant cells reuse the same frequencies. The reuse factor (typically 1/7 in older systems, 1/3 or 1/1 in modern OFDMA systems) determines spectrum efficiency.
- Handover (or handoff). As a mobile user moves between cells, the base station hands the call/data session to the adjacent cell's base station. Hard handover (break before make) was common in 2G; soft handover (multiple base stations simultaneously serving the user) is common in 3G+ systems.
- Base stations. Each base station has transmit/receive antennas, radio equipment, and backhaul (typically fibre) to the network core. Modern small cells and DAS (distributed antenna systems) supplement traditional cell towers in dense areas.
Cellular generations
- 1G (1980s). Analog voice (NMT, AMPS). Now retired in Australia.
- 2G (1990s). Digital voice + SMS (GSM in Australia and most of the world; CDMA in some networks). Retired in Australia (Telstra in 2017, others by 2018).
- 3G (2000s). Digital voice + data (UMTS, HSPA). Speeds up to a few Mbps. Largely retired or being retired in Australia by 2024-2025.
- 4G LTE (2010s). All-IP architecture, OFDMA, MIMO, peak speeds in the tens to hundreds of Mbps. The current dominant cellular network in Australia.
- 5G (2020s). Three deployment modes: low-band (similar coverage to 4G, modest speed gains), mid-band (the workhorse 5G band, around 3.5 GHz, substantial capacity gains), and mmWave (24+ GHz, very high speed but short range). Adds massive MIMO, beamforming, network slicing, and low-latency targets.
Each generation adds capabilities while typically reducing latency and increasing peak throughput. Modern devices typically support multiple generations simultaneously for backward compatibility.
Satellite communications
- Geostationary (GEO) satellites. Orbit at approximately 36,000 km altitude over the equator. Each satellite covers about a third of the Earth's surface. One-way path delay is around 240 ms (so round-trip latency is around 480 ms minimum). Used for broadcast TV, some long-distance telephony, NBN Sky Muster.
- Low Earth Orbit (LEO) satellites. Orbit at typically 500 to 2000 km altitude. Round-trip latency in the tens of milliseconds. Each satellite covers a small area but constellations (hundreds to thousands of satellites) provide continuous coverage. Examples: Starlink (SpaceX), OneWeb, Iridium. Growing rapidly in 2024-2026.
- Medium Earth Orbit (MEO). Between LEO and GEO. GPS and other navigation satellites use MEO.
Satellite is the engineering choice for remote-area coverage where terrestrial cabling or microwave is uneconomic, and for global broadcast. LEO constellations are eroding the latency disadvantage that traditionally favoured terrestrial links for interactive applications.
Examples in context
Example 1. Telstra's 3G retirement and the move to 4G/5G. Telstra retired its 3G network in 2024. Customers with 3G-only devices (older phones, some IoT devices, some medical alarms) had to migrate to 4G/5G or risk losing service. The decision freed up spectrum for 4G and 5G expansion. The pattern is repeating globally as carriers harvest legacy spectrum.
Example 2. NBN Sky Muster vs Starlink as a competitive comparison. NBN's Sky Muster service uses geostationary satellites with one-way latency around 240 ms (so 480 ms round-trip), limiting its suitability for video calls and gaming. Starlink (LEO) offers latency in the 30 to 50 ms range, comparable to NBN Fixed Wireless. Remote Australian users increasingly choose Starlink for the latency advantage despite cost. The example illustrates how a structural choice (orbital regime) creates very different user experiences.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
HSC 20214 marksCompare the star and mesh network topologies, evaluating each on reliability and cabling cost.Show worked answer →
In a star topology every node connects to a central hub or switch. Cabling cost is moderate (one cable per node) and faults are easy to isolate, but the central node is a single point of failure: if it fails, the whole network fails. In a full mesh every node connects directly to every other node, giving very high reliability (many redundant paths, no single point of failure) but at a steeply rising cabling cost, since nodes need links. The engineering choice is reliability versus cost: star for typical LANs, mesh (or partial mesh) for critical backbones. Markers reward the description of each topology, the single-point-of-failure point for star, the redundancy point for mesh, and the cabling-cost contrast.
HSC 20235 marksExplain the cellular concept of frequency reuse and how handover maintains a call as a user moves between cells. Assess why smaller cells are used in dense urban areas.Show worked answer →
Frequency reuse divides the available spectrum into groups and assigns them to cells in a repeating pattern so that the same frequencies are reused in non-adjacent cells far enough apart that co-channel interference is acceptable. This multiplies the total system capacity, letting the network serve far more users than the raw spectrum alone would allow. Handover (handoff) transfers an active call from one base station to the next as the user crosses a cell boundary, the network monitoring signal strength and switching channels seamlessly so the call is not dropped. Smaller cells are used in dense urban areas because each cell can be reused more often across a given area, multiplying capacity where user density is highest, although this needs more base stations and more frequent handovers. Markers reward the reuse mechanism with the interference constraint, the handover description, and the capacity justification for small cells.
Practice questions
Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.
foundation2 marksDefine star topology and identify its main reliability weakness.Show worked solution →
A star topology connects every node to a single central hub or switch. Its main weakness is a single point of failure: if the central hub fails, every node loses connectivity, even though the individual node-to-hub links are still intact.
Marking criteria: 1 mark for the correct structural definition, 1 mark for correctly naming the central hub as the single point of failure.
foundation3 marksList three differences between a LAN and a WAN.Show worked solution →
Any three of the following earn full marks.
- Geographic scope: a LAN covers one building or campus; a WAN spans cities or countries.
- Ownership: a LAN is typically owned and operated by the user organisation; a WAN is typically operated by telcos, with users paying for capacity.
- Typical technology: LANs commonly use Ethernet or Wi-Fi; WANs commonly use leased lines, fibre backbones, or satellite links.
- Speed: LANs typically run from 100 Mbps to 10 Gbps; WAN link speeds vary more widely, from a few Mbps to multi-gigabit.
Marking criteria: 1 mark per correct, clearly stated difference (maximum 3).
core4 marksExplain how frequency reuse increases the total capacity of a cellular network, and state one engineering cost of using a smaller reuse factor.Show worked solution →
Cellular operators are allocated a limited total amount of spectrum. Frequency reuse divides that spectrum into a small number of frequency groups and assigns different groups to adjacent cells, so cells close together do not interfere. Because the same frequency groups can then be reused again once cells are far enough apart, the total number of simultaneous users the network can serve is multiplied well beyond what the raw spectrum allocation alone would allow at a single cell.
A smaller reuse factor (frequencies reused more often, i.e. reused in cells that are closer together) increases capacity further but raises co-channel interference, which can degrade call and data quality unless the network compensates with more careful power control, cell planning, or advanced interference-management techniques (used in modern OFDMA systems).
Marking criteria: 1 mark for stating spectrum is limited, 1 mark for correctly describing frequency groups assigned to non-adjacent cells, 1 mark for the capacity-multiplication consequence, 1 mark for a valid engineering cost of a smaller reuse factor (interference, cell-planning complexity).
core5 marksThe table below shows an illustrative 7-cell frequency reuse pattern (reuse factor 1/7) with a total allocated bandwidth of 14 MHz split evenly across the 7 frequency groups (A to G). (a) Calculate the bandwidth available per frequency group. (b) If group A is reused in 4 non-adjacent cells across a network, calculate the total effective bandwidth delivered by group A across the network. (c) Explain why this total exceeds the original 14 MHz allocation.
Frequency groups: A, B, C, D, E, F, G (7 groups, 14 MHz total, evenly split).Show worked solution →
(a) Bandwidth per group.
(b) Effective bandwidth from group A reused 4 times.
(c) Why this exceeds 14 MHz. The 14 MHz figure is the total spectrum the operator is licensed to use once. Reuse means the same 2 MHz slice of spectrum is transmitted independently and simultaneously in multiple geographically separated cells, because those cells are far enough apart that their signals do not meaningfully interfere with each other. The spectrum is not being duplicated physically; it is being spatially reused, so the effective capacity delivered to users across the whole network (8 MHz worth of group A traffic, plus similar multiples for the other six groups) is much larger than the single 14 MHz licence would suggest if it could only be used once.
Marking criteria: 1 mark for correct division (2 MHz per group), 1 mark for correct multiplication (8 MHz effective), 1 mark for explaining that reuse is spatial (not physical duplication of spectrum), 1 mark for linking non-adjacent cell spacing to acceptable interference, 1 mark for explicitly contrasting "licensed once" with "delivered many times over across the network".
core4 marksExplain the trade-off between GEO and LEO satellite communications for a remote Australian community needing both video calls and reliable broadcast television.Show worked solution →
A GEO satellite (about 36,000 km altitude) gives wide, stable coverage from a single satellite, well suited to broadcast television where a small one-way delay of around 240 ms does not disrupt one-way viewing. However, that same delay (around 480 ms round trip) is disruptive for interactive applications such as video calls, where the resulting lag makes conversation awkward.
A LEO constellation (roughly 500 to 2000 km altitude) gives round-trip latency in the tens of milliseconds, comparable to good terrestrial links, making it far better suited to video calls. The trade-off is that LEO coverage depends on a large, actively managed constellation (hundreds to thousands of satellites) rather than one fixed satellite, and can be more exposed to weather and terminal cost considerations.
A well-engineered solution for the community would likely use GEO or terrestrial broadcast for television and a LEO service (or terrestrial 4G/5G where available) for interactive video calling, rather than forcing one orbital regime to do both jobs well.
Marking criteria: 1 mark for correct GEO altitude/latency figures, 1 mark for correct LEO altitude/latency figures, 1 mark for correctly matching each service to its better-suited orbital regime, 1 mark for a justified overall recommendation rather than a single blanket answer.
exam6 marksA regional council is designing network connectivity for a new 400-house estate 15 km from the nearest exchange, plus a backup link for its emergency operations centre. Evaluate the choice of network topology (within the estate) and WAN technology (to the exchange) needed to balance reliability, cost and scalability.Show worked solution →
This is a 6-mark EVALUATE: markers reward a judgement supported by contrasted engineering evidence across both the local topology and the WAN link, not a description of each option in isolation.
- Local topology within the estate
- A star (or tree of stars) topology from each house to a local distribution cabinet, then onward to an aggregation point, is the standard and most cost-effective choice: cabling cost scales linearly with the number of houses (n-1 links), and a fault on one house's link only affects that house. A full mesh between 400 houses would need n(n-1)/2, close to 80,000, individual links: completely uneconomic and unmanageable for a residential estate. The single point of failure at each distribution cabinet is an acceptable risk because a cabinet failure affects only its local group of houses, not the whole estate, provided cabinets are kept reasonably small.
- WAN link to the exchange
- Over 15 km, a fibre WAN link is now standard practice in Australia (NBN fibre-to-the-premises or similar) and gives high throughput with low latency, but a single fibre run is itself a single point of failure for the whole estate if it is cut. Because the estate also has a critical emergency operations centre, that link specifically should not depend on the same single fibre path: an additional backup path, for example a fixed-wireless (4G/5G) or satellite (LEO) link, adds resilience so the emergency centre and, ideally, essential estate services remain reachable if the primary fibre is damaged (e.g. by trenching work elsewhere).
- Judgement
- A star/tree topology is the right choice locally because reliability at the individual-house level does not justify mesh-level redundancy cost, but the emergency operations centre changes the calculus for the WAN link: its criticality justifies the extra cost of a secondary path (fixed wireless or satellite) that a purely cost-driven design would otherwise skip. This reflects the standard engineering trade-off of matching redundancy investment to the actual criticality of the service, not applying one topology rule everywhere.
Marker's note: top-band answers (1) correctly identify star/tree as appropriate for the estate with a cost justification using the mesh link-count formula, (2) correctly identify fibre as the appropriate WAN technology with its single-point-of-failure limitation, (3) specifically single out the emergency operations centre as justifying additional redundancy rather than treating the whole estate uniformly, and (4) end with an explicit judgement connecting redundancy cost to service criticality.
