How are networks structured and what media and methods are used to transmit data across them?
Describe network topologies, network types and transmission media, and compare transmission methods used to carry data between devices
A focused answer to the HSC Information Processes and Technology Communication Systems dot point on networks and transmission. LAN and WAN, star, bus and mesh topologies, guided and wireless media, bandwidth, and the traps markers look for.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
NESA wants you to describe how computer networks are arranged and how data physically travels between devices. You need network types (LAN, WAN), topologies (star, bus, ring, mesh), transmission media (twisted pair, coaxial, fibre, wireless), and the concepts of bandwidth and transmission method, with the ability to compare options for a given situation.
The answer
Why networks matter
Networks make the transmitting and receiving information process possible across distance, letting many users share data, storage, printers and internet access. Almost every system you study (transaction processing, decision support, multimedia) depends on a network to move data between its parts. The syllabus asks you to compare networking choices, so a strong answer weighs options rather than describing one.
Network types
- A local area network (LAN) connects devices within a small geographic area, such as a single office, school or building. It uses cabling or wireless that the organisation owns and controls, and offers high speed at low cost over short distances.
- A wide area network (WAN) connects devices over large distances, often linking many LANs across cities or countries. WANs typically use telecommunications carriers and the internet, trading lower speed and higher cost for reach.
- A personal area network and a metropolitan area network sit at the small and city scales respectively.
Network topologies
Topology is the physical or logical arrangement of devices on a network.
- Star: every device connects to a central node (a hub or switch). It is easy to manage and one cable fault isolates a single device, but the central node is a single point of failure.
- Bus: all devices share one common backbone cable. It uses little cabling but a break in the backbone can disable the whole network, and heavy traffic causes collisions.
- Ring: devices form a closed loop and data passes from one to the next. Performance is predictable, but a single break can interrupt the loop unless it is dual-ring.
- Mesh: devices interconnect with many paths, so if one link fails data is rerouted. Mesh is highly reliable but uses the most cabling, which is why it suits critical backbones and wireless mesh networks.
Transmission media
The medium is the physical path the signal travels.
- Twisted pair copper cable is cheap and common for LANs but limited in distance and prone to interference.
- Coaxial cable carries higher frequencies over longer distances with more shielding.
- Fibre optic cable carries light through glass, giving very high bandwidth, long distance and immunity to electrical interference, at higher cost.
- Wireless media include radio (Wi-Fi), microwave (line of sight links) and satellite (very long distance with noticeable delay). Wireless trades convenience and mobility for lower security and more interference.
Bandwidth and data transfer
Bandwidth is the amount of data a channel can carry per second, measured in bits per second. Higher bandwidth allows faster transfer and more simultaneous users. Throughput is the actual data rate achieved, which is lower than the raw bandwidth because of overheads, errors and congestion. Latency, the delay before data starts arriving, also affects how responsive a network feels, and is high on satellite links.
Switching and devices
Networks use devices to move data: a switch forwards data only to the device it is addressed to within a LAN, a router directs packets between networks, and a modem converts between digital data and the signal a carrier line uses. Packet switching breaks data into packets that travel independently and are reassembled, which uses the network efficiently and underlies the internet.
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.
2021 HSC3 marksA small business is planning a new network. It has a choice of a star or ring topology. Discuss the use of each topology for this network.Show worked answer →
"Discuss" at 3 marks wants strengths and weaknesses of each topology applied to the small business.
Star topology: all nodes connect to a central device (switch or hub).
Strengths: easy to add or remove nodes, and one failed cable affects only that node, so the rest of the network keeps working. Faults are easy to isolate.
Weakness: if the central device fails the whole network goes down, and it uses more cabling.
Ring topology: nodes are connected in a closed loop and data passes node to node (often via a token).
Strength: orderly, collision-free access using the token; performs predictably under load.
Weakness: a break in the ring or a failed node can bring down the whole network, and adding nodes disrupts the loop.
Conclude with a recommendation - for a small business the star is usually preferred for its fault tolerance and easy expansion. Markers reward a two-sided treatment of both topologies.
2021 HSC3 marksCompare microwave and satellite transmission of data.Show worked answer →
"Compare" at 3 marks needs similarities and differences across both wireless methods.
Similarity: both are wireless transmission media that carry data as electromagnetic (microwave) signals through the air without cables, and both need line-of-sight between points.
Differences:
Range and coverage: microwave links transmit between ground-based towers over limited distances (line of sight, blocked by hills and the curve of the earth), whereas satellite relays signals via an orbiting satellite and can cover very large or remote areas including across continents.
Delay: satellite has noticeably higher latency because signals travel up to the satellite and back, while terrestrial microwave has lower delay.
Cost and setup: satellite suits remote areas with no infrastructure but is expensive; microwave is cheaper for shorter point-to-point links.
Markers reward at least one similarity and clear differences in range, delay or cost.
2022 HSC3 marksA builder is designing a house with digital devices connected wirelessly to a home network (doorbell with camera, motion sensors, indoor cameras). Describe the benefits of using wireless communication in this network.Show worked answer →
For 3 marks describe three benefits of wireless for this smart home network.
Flexible placement and easier installation. Devices such as the doorbell and cameras can be mounted anywhere within wifi range without running cables through walls, which is much simpler and cheaper to install in a house.
Mobility and easy expansion. New devices (more sensors or cameras) can be added to the network simply by connecting them to the wifi, without rewiring.
Convenience and remote access. Wireless connection to the internet lets the owner monitor and control the devices from a phone anywhere, which is the whole point of the smart home system.
Markers reward benefits clearly linked to a wireless home network rather than generic comments. (A balanced answer can note the trade-off that wireless can be less secure, but the question asks for benefits.)