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.
- The absolute basics — what is a network?
- Level 1 — The typical home network
- Level 2 — The home office network
- Level 3 — Mesh networks explained
- Level 4 — Small office network (+ cabling guide)
- Bandwidth explained — what it actually means
- Level 5 — Large office (fibre backbone explained)
- Level 6 — Enterprise (single-mode fibre, campus topology)
- What level do you actually need?
1. The absolute basics — what is a network?
BeginnerA 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:
- Wired — ethernet cable. Faster, more stable, no interference. The gold standard for anything that doesn't move.
- Wireless — WiFi. Convenient, works anywhere in range, but affected by walls, distance and interference from neighbouring networks.
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
BeginnerMost 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.
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.
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 — IntermediateWorking 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.
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
IntermediateA 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:
- Wireless backhaul — nodes talk to each other over WiFi. Convenient (no cables between nodes) but the backhaul uses some of your bandwidth, reducing what's available to your devices.
- Wired backhaul — nodes connect to each other (and the main router) via ethernet cables. More work to set up but dramatically better performance because the backhaul doesn't eat into your device bandwidth.
Fig 3. Mesh network — multiple nodes working as one unified network. Wired backhaul gives best performance.
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
IntermediateA 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
- A capable router — something that can handle VLANs, has a decent firewall, and can push enough throughput for your broadband connection and all your users simultaneously
- A managed or smart switch — to connect all the wired devices and support VLAN configuration
- One or more access points (APs) — dedicated WiFi access points give much better coverage and device capacity than a single router's built-in WiFi
- Basic network segmentation — at minimum, a guest VLAN separate from your staff network
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:
- VLAN 10 — Staff network. All employee computers, printers, internal resources.
- VLAN 20 — Guest WiFi. Internet access only. Cannot see anything on the staff network.
- VLAN 30 — Server network. File servers, NAS, backup systems. Staff can access, guests cannot.
- VLAN 40 — VoIP. If you run IP phones, keeping voice traffic on its own VLAN ensures call quality doesn't suffer when the network is busy.
- VLAN 50 — IoT / CCTV. Smart devices and cameras on their own isolated network. If one gets compromised, it can't reach anything important.
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:
- DAC cable (Direct Attach Copper) — if the router and switch are within 5 metres of each other (same cabinet, same server room), a DAC cable is the simplest and cheapest option. It looks like a short thick cable with SFP+ connectors built into each end. No separate transceivers needed, very low latency, costs around £10–£25.
- Multimode fibre + SFP+ modules — if the router and switch are further apart, or in different rooms, a short multimode fibre run with SFP+ transceivers at each end gives you a clean 10G connection without the 100 metre copper limit getting in the way.
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
IntermediateBandwidth 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:
- Download (downstream) — data coming to you. Streaming video, loading websites, receiving files. Most home connections are heavily biased towards download.
- Upload (upstream) — data going from you. Video calls, sending files, backing up to cloud storage. Often significantly slower than download on standard broadband. If you work from home and do a lot of video calls, upload speed matters as much as download.
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 / email | 1–5 Mbps | Very low — almost any connection handles this |
| HD video streaming (1080p) | 5–15 Mbps per stream | Netflix recommends 15 Mbps for 1080p |
| 4K video streaming | 25–35 Mbps per stream | Adds up fast with multiple TVs |
| Video call (Teams / Zoom) | 3–8 Mbps up + down | Upload matters here as much as download |
| Online gaming | 3–10 Mbps | Latency (ping) matters more than bandwidth for gaming |
| Large file downloads | As much as available | Will saturate your connection if uncapped |
| Cloud backup (background) | 10–50 Mbps upload | Can 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.
- Under 20ms — excellent. You won't notice any delay.
- 20–50ms — good. Fine for everything including gaming.
- 50–100ms — noticeable on video calls. Acceptable for most use.
- Over 100ms — noticeably laggy. Video calls feel delayed, gaming becomes frustrating.
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
AdvancedA 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:
- Core layer — the high-speed backbone of the network. Typically 10G or 25G switches connecting everything together. High availability is essential here — often redundant links between core switches so if one fails, the other takes over instantly.
- Distribution layer — aggregates connections from the access layer, enforces policies, handles inter-VLAN routing and firewall rules between network segments.
- Access layer — the switches that devices actually plug into. One per floor or area typically. Usually 1G or 2.5G ports for end devices, with 10G uplinks to the distribution layer.
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.
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:
- Redundant core switches — if one fails, the other takes over. Connected by a high-speed inter-switch link.
- Link aggregation (LAG) — combining multiple physical cables between switches into one logical higher-bandwidth link. Two 10G cables bonded together act like a single 20G link.
- Dual WAN — two internet connections from different providers. If one goes down, traffic fails over to the other automatically.
- UPS (Uninterruptible Power Supply) — battery backup on all core network equipment. A power cut shouldn't take down the network.
8. Level 6 — Enterprise network
EnterpriseEnterprise 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.
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:
- MPLS (Multiprotocol Label Switching) — private dedicated circuits from a carrier. Expensive, reliable, guaranteed performance. The traditional enterprise WAN technology.
- SD-WAN (Software Defined WAN) — uses multiple cheaper internet connections (broadband, 4G, 5G) combined intelligently in software. Much cheaper than MPLS, nearly as reliable when done properly, and far more flexible. The direction most enterprises are moving.
- VPN over internet — encrypted tunnels over standard broadband. Adequate for smaller enterprises or temporary connections. Not ideal for latency-sensitive applications at scale.
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 |
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.