There are four main wired network topologies:
Each topology has its own advantages, disadvantages, and use cases. Let's explore each one.
Example: Your home or office network likely uses a star topology — all devices connect to a central router/switch.
Wireless networks utilise radio frequencies (RF) to communicate instead of physical cables.
There are three main wireless topologies:
Example: Your home Wi-Fi network — your laptop, phone, and smart TV all connect to the Wi-Fi router (which contains a WAP).
Common in larger homes and businesses.
You probably use all three wireless topologies without even realising it:
Every device that connects to a network needs a NIC — it's the hardware that makes network communication possible.
Example: In an office, a WAP lets your laptop connect wirelessly to the same LAN that desktop computers are wired into. But to reach the internet (a different network), you still need a router.
People often confuse the two because home SOHO devices combine both a WAP and a router into one box.
Example: If your Wi-Fi signal doesn't reach the back of your house, a range extender placed halfway can pick up the signal and rebroadcast it to extend coverage.
Note: Range extenders typically halve the available bandwidth since they use the same channel to receive and retransmit.
A quick way to remember which device operates at which layer:
Memory tip: "Hub = 1, Switch = 2, Router = 3" — the smarter the device, the higher the layer!
How it works:
The word "modem" comes from Modulator + Demodulator.
A typical SOHO device combines many networking functions into a single box:
Example: The Wi-Fi router in your home is most likely a SOHO device doing all of the above.
Example: An office building may use copper Ethernet cabling inside offices but fiber optic for the backbone between floors. A media converter bridges these two media types.
Example: When you connect your phone to Wi-Fi, a DHCP server automatically gives it an IP address like 192.168.1.105 — you don't have to type it in yourself.
ipconfigifconfig or ip aipconfig /release then ipconfig /renewsudo ipconfig set en0 DHCP (or use System Settings → Network)sudo dhclient -r then sudo dhclientExample: When you make a call on Microsoft Teams or Zoom, you're using VoIP — your voice is converted to data packets and sent over the internet.