18 min read

Network Topology Explained — From Your Home Router to Full Enterprise Infrastructure

Whether you've just bought your first router or you're designing a multi-site enterprise network, this is the guide. We start from absolute zero and build all the way up — routers, switches, mesh, access points, bandwidth, VLANs, and everything in between. With diagrams at every level.

📋

Transparency notice: Researched and drafted with AI assistance (Claude, by Anthropic), reviewed by Rocket Routers before publishing. We sell networking equipment so we have a commercial interest — we've worked hard to be fair. Spot an error? Tell us and we'll fix it.

In this post
  1. The absolute basics — what is a network?
  2. Level 1 — The typical home network
  3. Level 2 — The home office network
  4. Level 3 — Mesh networks explained
  5. Level 4 — Small office network (+ cabling guide)
  6. Bandwidth explained — what it actually means
  7. Level 5 — Large office (fibre backbone explained)
  8. Level 6 — Enterprise (single-mode fibre, campus topology)
  9. What level do you actually need?

1. The absolute basics — what is a network?

Beginner

A network is simply a group of devices that can communicate with each other. That's it. Your phone, laptop, smart TV, and printer — when they can all talk to each other and to the internet through your router, that's a network.

Every device on a network has an IP address — a unique number that works like a postal address. When your laptop sends a video stream request to Netflix, it's sending a message from its IP address to Netflix's IP address, via your router, via your internet provider, across the world and back again — in milliseconds.

There are two types of connection in any network:

A well-designed network uses both — wired where it matters (servers, desktop PCs, access points) and wireless for the things that need to move around (phones, laptops, tablets).

2. Level 1 — The typical home network

Beginner

Most homes have the simplest possible network topology: one router, everything connected to it. The router does two jobs simultaneously — it connects your home to the internet (via your ISP's broadband line), and it connects all your devices to each other.

INTERNET ROUTER WiFi + 4× LAN Desktop PC Wired Smart TV Wired Laptop WiFi Phone WiFi Smart Devices WiFi Wired (ethernet) Wireless (WiFi)

Fig 1. Typical home network — one router, everything connects directly to it

This works perfectly well for most households. The router handles everything: DHCP (handing out IP addresses to devices), NAT (translating between your home network addresses and the internet), firewall (basic protection from the outside), DNS (translating website names into IP addresses), and WiFi.

The limitation of this setup is range and capacity. One router has a fixed WiFi range — typically 50–100 metres in open space but significantly less through walls and floors. If your house is large or has thick walls, you'll get dead zones. And if you have 30+ devices all competing for the same router's attention, performance can degrade.

What you need at this level

A solid single router is all most homes need. The Rocket Starter (WiFi 6, covers 3,000 sq ft, 250+ devices) handles a typical home comfortably. For larger homes or denser device counts, step up to the Rocket Plus.

3. Level 2 — The home office network

Beginner — Intermediate

Working from home changes your network requirements in a few specific ways. Your connection is no longer just for entertainment — it's your livelihood. A video call dropping, a file upload failing mid-transfer, or a VPN connection timing out costs you real money and real professionalism.

The key additions at home office level:

Wired connection for your work machine

This is the single most impactful thing you can do. Plug your work computer directly into the router with an ethernet cable. Wired connections don't suffer from interference, don't drop out, and give you consistent speeds rather than the variable speeds WiFi provides. If your router is in a different room, a powerline adapter (ethernet over your house's electrical wiring) or a long ethernet cable run are both viable solutions.

A small switch for your desk

If you have multiple wired devices at your desk — desktop, work laptop, NAS drive, docking station — a small 5 or 8 port switch plugged into the router gives you more wired ports right where you need them. An unmanaged gigabit switch costs around £20 and is plug and play.

INTERNET ROUTER / WiFi 7 Rocket Plus / Pro DESK SWITCH 8-port Gigabit Work PC Wired Work Laptop Wired NAS Drive Wired Printer Wired Phone WiFi Tablet WiFi Smart Home WiFi Wired Wireless

Fig 2. Home office network — router with a dedicated desk switch for wired work devices

Separating work and personal traffic

If your router supports it — and the Rocket Plus and Pro both do via OpenWrt — you can run a guest WiFi network for personal devices, keeping work traffic on a separate network. This is good practice for security, especially if your employer requires it, and prevents the kids' streaming from competing with your video calls.

4. Level 3 — Mesh networks explained

Intermediate

A mesh network solves the range problem. Instead of one router trying to cover an entire property, mesh uses multiple nodes — small access points that work together as a single unified network. Your devices connect to whichever node gives the best signal, and hand off seamlessly between nodes as you move around.

How mesh actually works

The mesh nodes communicate with each other — this is called the backhaul. There are two types:

INTERNET PRIMARY NODE Main router + WiFi MESH NODE 1 Ground floor — Wired MESH NODE 2 First floor — Wired MESH NODE 3 Garden office — WiFi MESH NODE 4 Garage — WiFi Wired backhaul (best) Wireless backhaul

Fig 3. Mesh network — multiple nodes working as one unified network. Wired backhaul gives best performance.

The honest truth about mesh

Mesh is excellent for coverage across large or awkward properties. But a single powerful WiFi 7 router like the Rocket Pro covers 7,500 sq ft in open environments — which is larger than most UK homes. Before buying a mesh system, check whether a better single router would solve your problem. Mesh with wireless backhaul can actually be slower than a good single router in a medium-sized home.

5. Level 4 — Small office network

Intermediate

A small office — 5 to 25 people — needs more structure than a home network. You have more devices, more people sharing the same connection, potentially sensitive business data, and the need to separate guest WiFi from staff WiFi.

The key components at small office level

INTERNET / ISP ROUTER Rocket Pro + OpenWrt + VLANs 10G SFP+ MANAGED SWITCH 24-port · VLAN-aware Staff PCs VLAN 10 — Staff File Server / NAS VLAN 30 — Servers WiFi AP Trunk — all VLANs Staff WiFi VLAN 10 Guest WiFi VLAN 20 IP Phones VLAN 40 — VoIP CCTV / IoT VLAN 50 — Isolated

Fig 4. Small office network — router, managed switch, access point with multiple VLANs for traffic separation

VLANs at small office level

A small office benefits enormously from basic VLAN separation. A sensible starting point for most small offices:

Cabling at small office level — copper, DAC or fibre?

At small office scale, most connections will still be standard Cat6 twisted pair copper — the familiar ethernet cable with RJ45 plugs. For runs up to 100 metres between devices on the same floor, Cat6 is perfectly adequate and inexpensive.

The one place where you step beyond standard copper is the uplink between the router and the managed switch. If your router has a 10G SFP+ port — like the Rocket Pro — and your switch also has an SFP+ port, you have a choice:

For most small offices

Standard Cat6 copper throughout the office for all device connections, with a DAC cable connecting the Rocket Pro's SFP+ port directly to the managed switch. Simple, inexpensive, and delivers 10G between the two most important devices on your network. For a deeper explanation of fibre types and when to use them, see our switches and SFP guide.

6. Bandwidth explained — what it actually means

Intermediate

Bandwidth is one of the most misunderstood words in networking. People use it interchangeably with "speed" but it's more accurate to think of it like a pipe. A wider pipe can carry more water simultaneously — but individual droplets don't travel faster. The water still moves at the same speed.

In network terms, bandwidth is the maximum amount of data that can pass through a connection in a given time — measured in Megabits per second (Mbps) or Gigabits per second (Gbps).

Upstream vs downstream

Your internet connection has two directions:

Shared bandwidth

Your total bandwidth is shared between every device on your network. If you have 200 Mbps broadband and 20 devices all doing things simultaneously, each gets roughly 10 Mbps on average — though in practice some will use more and some less depending on what they're doing.

Activity Bandwidth needed Notes
Browsing / email1–5 MbpsVery low — almost any connection handles this
HD video streaming (1080p)5–15 Mbps per streamNetflix recommends 15 Mbps for 1080p
4K video streaming25–35 Mbps per streamAdds up fast with multiple TVs
Video call (Teams / Zoom)3–8 Mbps up + downUpload matters here as much as download
Online gaming3–10 MbpsLatency (ping) matters more than bandwidth for gaming
Large file downloadsAs much as availableWill saturate your connection if uncapped
Cloud backup (background)10–50 Mbps uploadCan hammer upload — schedule for off-peak

Latency — the other thing that matters

Bandwidth is how wide the pipe is. Latency is how long it takes data to travel through it. Measured in milliseconds (ms). For gaming, video calls, and VoIP calls, low latency is as important as high bandwidth — sometimes more so.

5G connections via our routers typically deliver very low latency — often under 20ms on a good signal — which is why they compete seriously with fixed broadband for home and office use.

7. Level 5 — Large office network

Advanced

A large office — 50 to 200 people — requires proper network infrastructure design. The difference from a small office isn't just more of the same — the architecture changes significantly.

The three-tier model

Large office networks typically follow a three-tier architecture:

INTERNET / WAN FIREWALL / ROUTER Enterprise router · Redundant WAN CORE LAYER CORE SWITCH A 10G · Redundant CORE SWITCH B 10G · Redundant DISTRIBUTION DIST SWITCH Floor 1 · VLAN routing DIST SWITCH Floor 2 · VLAN routing DIST SWITCH Floor 3 · VLAN routing ACCESS LAYER Access SW 24× 1G ports Access SW 24× 1G ports Access SW 24× 1G ports Access SW 24× 1G ports Access SW 24× 1G ports Access SW 24× 1G ports Multimode fibre — 10G SFP+ Copper Cat6 — 1G Redundant fibre core link

Fig 5. Large office — three-tier architecture. Amber lines = multimode fibre uplinks (10G SFP+). Grey lines = copper Cat6 to end devices (1G).

Why fibre takes over at large office scale

This is the level where standard twisted pair copper starts hitting its limits — and fibre becomes the right choice for the backbone of the network.

The 100 metre maximum distance of copper ethernet cable sounds like plenty, but in a multi-floor office building it disappears quickly. A vertical cable run from basement comms room to the third floor, plus the horizontal run across that floor, can easily exceed 100 metres. And that's before you account for the cable not running in a straight line — it follows walls, goes through conduit, routes around obstacles.

Multimode fibre (typically OM3 or OM4 — orange or aqua cable) solves this completely. It runs 300–550 metres at 10G — well beyond anything a typical multi-floor office building requires. You run fibre between the floors via the risers, terminate it in a patch panel in each floor's comms cabinet, and connect it to the distribution switch via SFP+ transceivers. The result is a clean, fast, interference-free 10G backbone that will outlast several generations of switches.

The access layer — the switches that staff actually plug their computers into — stays on copper Cat6. End devices (computers, phones, printers) run at 1G over standard patch cables, which is more than adequate for their needs. The fibre is only in the backbone between the layers where speed and distance matter.

Where Fibre vs Copper Is Used — Large Office CORE SWITCH 10G SFP+ ports Multimode fibre 10G SFP+ Distribution Switch Floor 1 comms cabinet Distribution Switch Floor 2 comms cabinet Distribution Switch Floor 3 comms cabinet Cat6 copper 1G to desks Access SW → Staff PCs Access SW → Staff PCs Access SW → Staff PCs Access SW → Staff PCs Access SW → Staff PCs Access SW → Staff PCs

Fig 6. Fibre vs copper in a large office — multimode fibre (amber) in the backbone between layers, copper Cat6 (grey) for the last connection to each desk

High availability and redundancy

At this scale, network downtime costs real money. Key concepts for large office resilience:

8. Level 6 — Enterprise network

Enterprise

Enterprise networking — 200+ users, multiple sites, mission-critical infrastructure — is a discipline in its own right. This is where full-time network engineers live. We'll cover the concepts without pretending this is a DIY guide at this level.

Fibre at enterprise scale — single-mode for the long runs

Everything said about multimode fibre at large office level still applies inside each building. But the moment you need to connect two separate buildings — or two floors that are far apart in a large campus — multimode fibre's 300–550 metre limit can become a constraint.

This is where single-mode fibre takes over. Single-mode uses a much narrower core (9 microns vs 50 microns for multimode) that allows light to travel in a single path with virtually no dispersion. The result is dramatically longer reach — kilometres over a single run, with the right transceivers — and the ability to carry 10G, 40G, 100G and beyond.

Enterprise Campus — Fibre Types in Context Building A Core Switch 10G SFP+ · Single-mode uplink Multimode fibre · 10G Floor 1 SW Floor 2 SW Floor 3 SW Cat6 copper → desks (1G) Building B Core Switch 10G SFP+ · Single-mode uplink Floor 1 SW Floor 2 SW Floor 3 SW Cat6 copper → desks (1G) Single-mode fibre 10G SFP+ · Kilometres range Single-mode fibre (building to building) Multimode fibre (within building) Copper Cat6 (last connection to desks)

Fig 7. Enterprise campus — single-mode fibre (green) between buildings, multimode fibre (amber) within buildings, copper Cat6 (grey) to each desk

Single-mode fibre is identifiable by its yellow outer jacket. The transceivers (SFP+ modules) at each end are more expensive than multimode equivalents — typically £30–£100 each depending on range — but the cable itself is inexpensive and future-proof for decades. The same single-mode fibre infrastructure that carries 10G today can be upgraded to 100G or beyond simply by replacing the SFP+ modules. The cable never needs to change.

For enterprise buildings connected across a campus, single-mode fibre is the right and standard choice. It is immune to electromagnetic interference, impervious to lightning strikes between buildings (unlike copper, which can conduct a surge), carries no ground loop risk, and runs as far as you'll ever need.

Multi-site WAN connectivity

An enterprise typically has multiple locations that need to communicate with each other securely. The options:

Where 5G fits in enterprise

5G is genuinely disrupting traditional enterprise WAN. A router with a built-in Qualcomm X75 5G modem — like our Rocket Pro — can serve as either a primary WAN connection or a failover for a fixed line at any site. For temporary sites, construction projects, events or new offices waiting for fixed line installation, 5G provides enterprise-grade connectivity from day one.

Network monitoring and management

At enterprise scale, you cannot manually check every device. Network management platforms like Cisco DNA Centre, Juniper Mist, or open-source tools like LibreNMS give you visibility across the entire network — alerts when something goes wrong, traffic graphs, device inventory, and configuration management.

Zero Trust networking

Traditional network security assumed everything inside the network perimeter was trusted. Zero Trust assumes nothing is trusted by default — every user, every device, every connection must authenticate and be verified, regardless of whether they're inside or outside the network. This model has become the standard for enterprise security as remote working has made the traditional perimeter meaningless.

9. What level do you actually need?

All levels
Your situation Network level Key equipment Rocket Routers recommendation
Family home, streaming, gaming Level 1 — Simple home One good router Rocket Starter or Rocket Plus
Large home, coverage issues Level 3 — Mesh Router + mesh nodes Rocket Plus as primary node
Working from home, video calls Level 2 — Home office Good router + desk switch + wired connection Rocket Plus + unmanaged switch
Small office, 5–25 people Level 4 — Small office Router + managed switch + access point Rocket Pro + smart switch
Medium office, 25–100 people Level 5 — Large office Enterprise router + core switch + APs Rocket Pro as WAN gateway
Enterprise, multiple sites Level 6 — Enterprise Full three-tier + SD-WAN Rocket Pro for 5G WAN / failover
Not sure where you fit?

Tell us about your setup — how many people, what kind of building, what you use the network for — and we'll give you a straight recommendation. No upselling. Contact us here.

Ready to build the right network?

Whether you're setting up a home office or designing an enterprise network, the right router is the foundation. Compare our range and find your starting point.

Compare Routers →
← Back to Blog