Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Wired & Wireless NetworksLesson 2.1
DTS for Architecture, Planning & Urban Design/Module 2 · Connectivity & Protocols

Lesson 2.1 · Connectivity & Protocols

Wired & Wireless Networks

The building network is the backbone every sensor, controller and twin depends on

13 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

A sensor that cannot get its reading to a listener is just an expensive thermometer nobody reads. The network is what turns devices into a system.

In Module 1 we filled the building with senses - sensors and actuators. But a temperature reading trapped inside a controller in a plant room changes nothing. Something has to carry it: to the BMS, to the platform, to the twin. That carrier is the building network, and it is the single most under-appreciated layer in the whole stack.

Get the network right and everything above it becomes possible. Get it wrong - too slow, too flaky, too tangled, too insecure - and no amount of clever analytics upstairs can save you. This lesson gives you the vocabulary and judgement to read any building's network: how it is wired, where it goes wireless, how it is shaped, and the eternal three-way trade-off between bandwidth, reliability and cost.

Network = backbone. Bandwidth vs reliability vs cost. Wire fixed+critical, wireless mobile+battery. Segment OT.

Why the network is the backbone

If sensors are the building's senses and actuators its muscles, the network is its nervous system's wiring - the paths every signal travels. It sits directly above the devices in the smart-building stack and below the BMS, the platform and the twin, and everything above depends on it. A twin can only be as live as the network feeding it.

Three properties describe any network link, and you will weigh them constantly. Bandwidth is how much data it can carry per second - a security camera needs megabits, a temperature sensor needs a few bytes a minute. Latency is the delay before data arrives - irrelevant for a daily energy total, critical for a safety interlock or a control loop. Reliability is how often it actually delivers - a link that works 99 percent of the time drops one reading in a hundred, which may be fine for trends and fatal for alarms.

Buildings are unusual networks because they mix wildly different traffic on the same infrastructure: chatty video and voice, bursty human devices, and thousands of tiny, slow, patient sensor messages. A good design does not force them all down one pipe; it matches each kind of traffic to a suitable path, and keeps the critical operational traffic separate from the general office network.

One more property matters for control: determinism - the promise that a message will arrive within a bounded time, not merely on average. A dashboard tolerates jitter; a control loop or an interlock does not. And unlike an office network refreshed every few years, a building network is expected to run for decades, so it must be documented, labelled and generous enough to absorb sensors nobody has thought of yet. Designing for that longevity and headroom is as important as raw speed.

A HYBRID BUILDING NETWORKBMS serverMDF core switchIDF switch (floor 1)IDF switch (floor 2)Wi-Fi AP (PoE)Camera (PoE)Plant controllersSensor gatewayfibrefibrebus to plantwireless mesh (battery sensors)PoE: one cable = data + powerStar backbone + field bus + wireless mesh = the real shape of a building network.
Zoom
A real building network is a hybrid: a fibre-and-copper star backbone (MDF to floor IDFs to switches), PoE runs to fixed devices, field buses in a line to plant, and a self-healing wireless mesh of battery sensors hanging off a gateway. Read which shape carries which traffic - and why.

Bandwidth = how much. Latency = how fast. Reliability = how often it actually arrives. Weigh all three.

Structured cabling, Ethernet and PoE

The wired backbone of almost every commercial building is structured cabling - a disciplined, standardised way of running cable so it is documented, testable and future-proof rather than an ad-hoc rat's nest. Copper twisted-pair (Cat6, Cat6A) runs from equipment to a floor communications closet, the IDF (intermediate distribution frame); IDFs link back over fibre to a central MDF (main distribution frame). Copper Ethernet runs are limited to roughly 90-100 metres - a hard physical constraint that shapes where closets must sit, which is why architects should reserve riser and closet space early.

On top of this runs Ethernet, the dominant wired protocol, moving data as packets through switches that direct traffic. The feature that transformed smart buildings is Power over Ethernet (PoE) - the standards 802.3af, 802.3at (PoE+) and 802.3bt (PoE++) let one cable carry both data and power, up to around 90 watts at the source with bt. A single cable now feeds a Wi-Fi access point, an IP camera, a door controller, an occupancy sensor or even a light fitting - no separate electrician run, no local power supply. PoE quietly made dense, cabled sensing affordable, and it is why so much building IoT now lives on the IT network.

Structured cabling is also a discipline of testability. Every run terminates on a labelled patch panel, is certified against its category (Cat6A supports 10 Gbps to ~100 m), and is recorded so a fault can be traced rather than hunted. Higher-wattage PoE++ also carries a real power budget: a switch has only so many watts to share, so a floor full of PoE lights, cameras and access points must be planned so the switch and its power supply are not overrun. These are unglamorous details, but they are exactly what separates a backbone that quietly works for twenty years from one that becomes an intermittent, undocumented nightmare.

WIRED VS WIRELESS: THE TRADE-OFFWIRED (Ethernet / PoE)WIRELESS (Wi-Fi / low-power)bandwidthreliabilitylow powermobilitylow install $Longer bar = stronger. Neither wins outright.Wire the fixed, powered, critical. Go wireless for the mobile, battery, retrofit.
Zoom
Wired versus wireless is not a winner-take-all choice but a trade-off across bandwidth, reliability, power, mobility and cost. Wire what is fixed, powered and critical; go wireless for what is mobile, battery-powered or a retrofit. Match the medium to the job, device by device.

Going wireless: Wi-Fi and sub-GHz

Not everything can - or should - be wired. Retrofits, movable furniture, battery sensors and hard-to-reach points call for wireless, and buildings use two broad families for very different jobs.

Wi-Fi (802.11) is the high-bandwidth workhorse for human-facing devices - laptops, phones, tablets, room panels, cameras - and for gateways that aggregate other traffic. It is fast but relatively power-hungry, so it is a poor fit for a coin-cell sensor meant to last years. For those you drop to low-power wireless: sub-GHz radios and mesh protocols like Zigbee, Z-Wave, Thread and Bluetooth Low Energy, plus long-range LoRaWAN (Lesson 2.3). Lower frequencies penetrate walls and floors better and reach further for the same power, which is exactly what a distributed set of battery sensors needs.

Wireless buys flexibility but costs you control. Radio is a shared, invisible medium: it suffers interference (other networks, microwaves, dense concrete and steel), congestion as device counts climb, and security exposure because the signal does not stop at the wall. The honest rule of thumb: wire what is fixed, powered and critical; go wireless for what is mobile, battery-powered or a retrofit - and design the wireless deliberately, with a site survey, not by hope.

WIRED VS WIRELESS: THE TRADE-OFFWIRED (Ethernet / PoE)WIRELESS (Wi-Fi / low-power)bandwidthreliabilitylow powermobilitylow install $Longer bar = stronger. Neither wins outright.Wire the fixed, powered, critical. Go wireless for the mobile, battery, retrofit.
Zoom
Wired versus wireless is not a winner-take-all choice but a trade-off across bandwidth, reliability, power, mobility and cost. Wire what is fixed, powered and critical; go wireless for what is mobile, battery-powered or a retrofit. Match the medium to the job, device by device.

Wire the fixed, powered, critical. Wireless for mobile, battery, retrofit. Never wireless-by-accident.

Topologies: how the network is shaped

Topology is the shape of the connections, and it drives both reliability and cost. In a star, every device connects back to a central switch or hub - simple, easy to manage, and the standard for Ethernet - but the centre is a single point of failure and every device needs its own run. In a bus (the classic shape of older field buses like BACnet MS/TP and Modbus), devices share one common line, which is cheap in cable but means one break or one noisy device can disturb everyone.

A mesh is the shape most low-power wireless prefers: devices relay for each other, so messages hop node-to-node to reach a gateway. Mesh is self-healing - if one node drops, traffic reroutes - which makes it resilient and easy to extend, at the cost of more complexity and some latency per hop. A ring passes data around a loop and is used in resilient industrial backbones because it can survive a single break.

Real buildings are hybrids: a fibre-and-copper star Ethernet backbone; field buses in a line to plant; a wireless mesh of sensors hanging off gateways. The skill is reading which shape is used where, and why - and spotting the fragile single points of failure that a resilient design should have engineered out.

A HYBRID BUILDING NETWORKBMS serverMDF core switchIDF switch (floor 1)IDF switch (floor 2)Wi-Fi AP (PoE)Camera (PoE)Plant controllersSensor gatewayfibrefibrebus to plantwireless mesh (battery sensors)PoE: one cable = data + powerStar backbone + field bus + wireless mesh = the real shape of a building network.
Zoom
A real building network is a hybrid: a fibre-and-copper star backbone (MDF to floor IDFs to switches), PoE runs to fixed devices, field buses in a line to plant, and a self-healing wireless mesh of battery sensors hanging off a gateway. Read which shape carries which traffic - and why.

The trade-off, and keeping OT separate

There is no perfect network, only a deliberate balance of bandwidth, reliability and cost for each job. A safety-critical control link should be wired, redundant and low-latency even if it is expensive. A field of ambient sensors can ride a cheap, lossy mesh because an occasional dropped reading barely dents a trend. Spending camera-grade bandwidth on a thermostat, or trusting a life-safety interlock to flaky Wi-Fi, are both engineering errors - one wasteful, one dangerous.

The other discipline is segmentation. Building operational technology (OT) - controllers, meters, actuators - should live on its own logical network, separated from the general office (IT) network using VLANs and firewalls. This is partly performance (keep bursty office traffic off control links) and heavily security: a connected building is an attack surface, and you do not want a compromised laptop able to reach a chiller. Treat network security and any life-safety wiring as work for qualified specialists and formal sign-off, not a DIY afterthought.

For a twin, the practical takeaway is blunt: your data is only as good, timely and trustworthy as the network beneath it. Before you promise live insight, look down the stack and ask whether the backbone can actually deliver it.

OT on its own VLAN, fenced from office IT. A smart building is an attack surface - segment it.

Tools & terms you'll meet in this lesson

Ethernet & Power over Ethernet (802.3af/at/bt)

Wired data plus power over one cable

The dominant wired backbone; PoE let one cable feed sensors, cameras, APs and even lights, making dense sensing affordable.

Structured cabling (Cat6/6A, fibre, MDF/IDF)

Standardised, documented building cabling

Copper runs cap at ~90-100 m, which dictates where communications closets must sit - a real spatial constraint.

Wi-Fi (802.11) & sub-GHz wireless

High-bandwidth vs low-power radio

Wi-Fi for human devices and gateways; Zigbee, Thread, BLE and LoRaWAN for battery sensors. Different jobs, different radios.

VLAN segmentation (OT/IT separation)

Keeping building controls on their own network

Isolates operational technology from the office network for performance and security. Defer the security design to specialists.

Hands-on workshop

Workshop — map the network of a building you use

You cannot see packets, but you can see the network's footprint everywhere once you look. This exercise builds the eye for how a building actually carries its data - wired paths, wireless coverage and the shapes in between.

A notebook and a phone (its Wi-Fi signal meter is enough). No special hardware - just permission to walk and look.

Given & goal
Goal: sketch the real connectivity layer of one building
Inputs: a building you can walk (office, campus, home) and a notebook or phone
Time: ~30 minutes
  1. 1Hunt for the wired backbone: find a communications closet or rack (IDF), note the switches, patch panels and any fibre. Trace where structured cabling emerges - ceiling drops, floor boxes, wall plates.
  2. 2Spot PoE devices: ceiling Wi-Fi access points, IP cameras, door controllers, occupancy sensors. Note that each is fed by a single cable doing both data and power.
  3. 3Map the wireless: where is Wi-Fi strong or weak? On your phone, watch signal drop behind thick walls or in stairwells - that is the invisible medium showing its limits.
  4. 4Classify each device you find as fixed/powered/critical (belongs wired) or mobile/battery/retrofit (a wireless candidate), and note any mismatch you see.
  5. 5Sketch the topology: draw the star of switches, any bus-shaped field runs to plant, and where a wireless mesh of sensors would hang. Mark one single point of failure you would design out.

You’ll walk away with
A one-page hand sketch of the building's network: wired backbone and closets, PoE devices, wireless coverage and dead spots, the topology shapes present, and one reliability weakness you would fix.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectBuildings that sense & adapt

The network is a spatial design decision, not just an IT afterthought. Reserve riser shafts and floor communications closets (IDFs) so no copper run exceeds ~90 metres, plan fibre backbones between them, and specify PoE pathways early. A building laid out for structured cabling and clean wireless coverage is dramatically cheaper to make smart than one where every sensor becomes a retrofit battle.

For the interior designerSmart comfort, wellbeing & experience

Wireless and PoE are what let smart interiors stay flexible. Movable partitions, reconfigurable furniture and battery sensors mean the layout can change without rewiring - but only if coverage and access points are planned around your zoning. Coordinate ceiling access points, PoE light fittings and sensor placement with the design so the technology disappears into the space rather than cluttering it.

For the studentSkills, portfolio & proptech jobs

Network literacy is a rare, hireable edge. Most people entering proptech can talk about dashboards and AI but glaze over at cabling, PoE, VLANs and topologies - the layer that actually decides whether any of it works. Learn to read a building network and diagnose where data will be slow, lossy or exposed, and you become the person teams trust to make the whole stack real.

Misconception check

Wireless is simpler and cheaper, so a smart building should just go all-wireless and skip the cabling.

Wireless removes cable, not complexity. Radio is a shared, invisible, interference-prone medium: coverage must be surveyed, battery devices must be maintained, congestion grows with device count, and the signal leaks past your walls as a security exposure. Fixed, powered, high-bandwidth or safety-critical devices are almost always more reliable and often cheaper over their life on a wired, PoE backbone. The right answer is a deliberate hybrid - wire the fixed and critical, go wireless for the mobile, battery-powered and retrofit - chosen job by job, not a blanket all-wireless slogan.
Try it

Do it yourself

Reason it through - no kit required.

  1. 1Name the three properties you weigh for any network link, and give a device where each matters most.
  2. 2Why does a ~90-metre copper limit affect where an architect must place communications closets?
  3. 3What did PoE change, and why did it make dense sensing affordable?
  4. 4Give the rule of thumb for choosing wired versus wireless for a given device.
  5. 5Why should building controls (OT) sit on a separate VLAN from the office network?
Take this with you

The one line to carry out

The network is the backbone: match each kind of traffic to a path by weighing bandwidth, reliability and cost - wire the fixed, powered and critical, go wireless for the mobile and battery - and keep building controls segmented on their own network. Your twin is only ever as live as this layer.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Building automationWikipedia, 2026.
  2. 02Internet of thingsWikipedia, 2026.
  3. 03ZigbeeWikipedia, 2026.
  4. 04Building management systemWikipedia, 2026.
Related lessons
Recap
The building network carries every reading upward, so nothing above it can outperform it. Wired structured cabling with PoE is the reliable backbone; Wi-Fi serves human devices and gateways while low-power radio serves battery sensors. Topologies (star, bus, mesh, ring) trade cost against resilience, and OT should be segmented from office IT for performance and security.
Carry forward →

We can now carry bytes reliably around a building. But bytes are not meaning - a controller must know that a number _is_ a setpoint or an alarm. Next we meet the building-automation protocols that give those bytes structure: BACnet, Modbus and KNX.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →